diff --git a/src/HotChocolate/Analyzers/.vscode/tasks.json b/src/HotChocolate/Analyzers/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/Analyzers/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/Analyzers/Directory.Build.props b/src/HotChocolate/Analyzers/Directory.Build.props deleted file mode 100644 index 557b288fb1b..00000000000 --- a/src/HotChocolate/Analyzers/Directory.Build.props +++ /dev/null @@ -1,28 +0,0 @@ - - - - Hot Chocolate - ChilliCream authors and contributors - ChilliCream - Copyright © 2021 ChilliCream (Michael & Rafael Staib) - LICENSE - https://chillicream.com - Release notes: https://github.com/ChilliCream/graphql-platform/releases/$(PackageVersion) - GraphQL ChilliCream - true - hotchocolate-signet.png - - - - preview - enable - net7.0; net6.0; netstandard2.0 - net7.0; net6.0 - - - - - - - - diff --git a/src/HotChocolate/Analyzers/HotChocolate.Analyzers.sln b/src/HotChocolate/Analyzers/HotChocolate.Analyzers.sln deleted file mode 100644 index 25af943f97d..00000000000 --- a/src/HotChocolate/Analyzers/HotChocolate.Analyzers.sln +++ /dev/null @@ -1,301 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.6.30114.105 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8B817F3C-4084-4D3D-B3C3-81645233243A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Analyzers.Tests", "test\Analyzers.Tests\HotChocolate.Analyzers.Tests.csproj", "{32393B52-6854-4F94-965A-9621F00F6F61}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0BD0C8D5-0E1A-4B37-908B-539E82BA2C0E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Analyzers", "src\Analyzers\HotChocolate.Analyzers.csproj", "{C0635190-A8F5-409C-A7D8-A1C3538193DF}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Configuration.Analyzers.Tests", "test\Analyzers.Configuration.Tests\HotChocolate.Configuration.Analyzers.Tests.csproj", "{45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".referenced", ".referenced", "{4717C0CA-5356-4CFA-B449-83D0BD3CA3E9}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types", "..\Core\src\Types\HotChocolate.Types.csproj", "{024921C7-6F3B-408C-8829-2DB852782212}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenDonut", "..\..\GreenDonut\src\Core\GreenDonut.csproj", "{97A0399B-6C2F-4335-9DD4-C043F13A8761}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Abstractions", "..\Core\src\Abstractions\HotChocolate.Abstractions.csproj", "{B7951228-66C4-4203-B279-8DC0676B98A1}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Fetching", "..\Core\src\Fetching\HotChocolate.Fetching.csproj", "{7E633D28-7586-45C6-8400-3D62C628CE7A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Subscriptions", "..\Core\src\Subscriptions\HotChocolate.Subscriptions.csproj", "{D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Utilities", "..\Utilities\src\Utilities\HotChocolate.Utilities.csproj", "{E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Utilities.Introspection", "..\Utilities\src\Utilities.Introspection\HotChocolate.Utilities.Introspection.csproj", "{167C6CCD-0CE7-43B4-8A0A-8B2318984463}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language", "..\Language\src\Language\HotChocolate.Language.csproj", "{9E49AF76-8B10-44CE-B1C7-8233F477DF9F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.SyntaxTree", "..\Language\src\Language.SyntaxTree\HotChocolate.Language.SyntaxTree.csproj", "{137F2CC2-13A7-4F03-BD20-E7C941DD772F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Utf8", "..\Language\src\Language.Utf8\HotChocolate.Language.Utf8.csproj", "{3565E1A7-0FE6-4A77-BF85-896F3F059CB5}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Visitors", "..\Language\src\Language.Visitors\HotChocolate.Language.Visitors.csproj", "{D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Data.Neo4J", "..\Neo4J\src\Data\HotChocolate.Data.Neo4J.csproj", "{5961FF4F-56F8-4A52-B0A7-A18CF874FA38}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Execution", "..\Core\src\Execution\HotChocolate.Execution.csproj", "{9B4983F5-2136-40DF-A1DF-59092ACD2426}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.CodeGeneration", "..\CodeGeneration\src\CodeGeneration\HotChocolate.CodeGeneration.csproj", "{D45098D6-AACC-4B38-A35B-6F04FE90380A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.CodeGeneration.Neo4J", "..\CodeGeneration\src\CodeGeneration.Neo4J\HotChocolate.CodeGeneration.Neo4J.csproj", "{AEE14613-D22A-4940-BF86-962A465F4B4D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|Any CPU.Build.0 = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x64.ActiveCfg = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x64.Build.0 = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x86.ActiveCfg = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x86.Build.0 = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|Any CPU.ActiveCfg = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|Any CPU.Build.0 = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x64.ActiveCfg = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x64.Build.0 = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x86.ActiveCfg = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x86.Build.0 = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x64.ActiveCfg = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x64.Build.0 = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x86.ActiveCfg = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x86.Build.0 = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|Any CPU.Build.0 = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x64.ActiveCfg = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x64.Build.0 = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x86.ActiveCfg = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x86.Build.0 = Release|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Debug|x64.ActiveCfg = Debug|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Debug|x64.Build.0 = Debug|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Debug|x86.ActiveCfg = Debug|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Debug|x86.Build.0 = Debug|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Release|Any CPU.Build.0 = Release|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Release|x64.ActiveCfg = Release|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Release|x64.Build.0 = Release|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Release|x86.ActiveCfg = Release|Any CPU - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF}.Release|x86.Build.0 = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|Any CPU.Build.0 = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x64.ActiveCfg = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x64.Build.0 = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x86.ActiveCfg = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x86.Build.0 = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|Any CPU.ActiveCfg = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|Any CPU.Build.0 = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x64.ActiveCfg = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x64.Build.0 = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x86.ActiveCfg = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x86.Build.0 = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|Any CPU.Build.0 = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x64.ActiveCfg = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x64.Build.0 = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x86.ActiveCfg = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x86.Build.0 = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|Any CPU.ActiveCfg = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|Any CPU.Build.0 = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x64.ActiveCfg = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x64.Build.0 = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x86.ActiveCfg = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x86.Build.0 = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x64.ActiveCfg = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x64.Build.0 = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x86.ActiveCfg = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x86.Build.0 = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|Any CPU.Build.0 = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x64.ActiveCfg = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x64.Build.0 = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x86.ActiveCfg = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x86.Build.0 = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x64.ActiveCfg = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x64.Build.0 = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x86.ActiveCfg = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x86.Build.0 = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|Any CPU.Build.0 = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x64.ActiveCfg = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x64.Build.0 = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x86.ActiveCfg = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x86.Build.0 = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x64.ActiveCfg = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x64.Build.0 = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x86.ActiveCfg = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x86.Build.0 = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|Any CPU.Build.0 = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x64.ActiveCfg = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x64.Build.0 = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x86.ActiveCfg = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x86.Build.0 = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x64.ActiveCfg = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x64.Build.0 = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x86.ActiveCfg = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x86.Build.0 = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|Any CPU.Build.0 = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x64.ActiveCfg = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x64.Build.0 = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x86.ActiveCfg = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x86.Build.0 = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|Any CPU.Build.0 = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x64.ActiveCfg = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x64.Build.0 = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x86.ActiveCfg = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x86.Build.0 = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|Any CPU.ActiveCfg = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|Any CPU.Build.0 = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x64.ActiveCfg = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x64.Build.0 = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x86.ActiveCfg = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x86.Build.0 = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x64.ActiveCfg = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x64.Build.0 = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x86.ActiveCfg = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x86.Build.0 = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|Any CPU.Build.0 = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x64.ActiveCfg = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x64.Build.0 = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x86.ActiveCfg = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x86.Build.0 = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x64.ActiveCfg = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x64.Build.0 = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x86.ActiveCfg = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x86.Build.0 = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|Any CPU.Build.0 = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x64.ActiveCfg = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x64.Build.0 = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x86.ActiveCfg = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x86.Build.0 = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x64.ActiveCfg = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x64.Build.0 = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x86.ActiveCfg = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x86.Build.0 = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|Any CPU.Build.0 = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x64.ActiveCfg = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x64.Build.0 = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x86.ActiveCfg = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x86.Build.0 = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x64.ActiveCfg = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x64.Build.0 = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x86.ActiveCfg = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x86.Build.0 = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|Any CPU.Build.0 = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x64.ActiveCfg = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x64.Build.0 = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x86.ActiveCfg = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x86.Build.0 = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x64.ActiveCfg = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x64.Build.0 = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x86.ActiveCfg = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x86.Build.0 = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|Any CPU.Build.0 = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x64.ActiveCfg = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x64.Build.0 = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x86.ActiveCfg = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x86.Build.0 = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x64.ActiveCfg = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x64.Build.0 = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x86.ActiveCfg = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x86.Build.0 = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|Any CPU.Build.0 = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x64.ActiveCfg = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x64.Build.0 = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x86.ActiveCfg = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x86.Build.0 = Release|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Debug|x64.ActiveCfg = Debug|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Debug|x64.Build.0 = Debug|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Debug|x86.ActiveCfg = Debug|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Debug|x86.Build.0 = Debug|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Release|Any CPU.Build.0 = Release|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Release|x64.ActiveCfg = Release|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Release|x64.Build.0 = Release|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Release|x86.ActiveCfg = Release|Any CPU - {D45098D6-AACC-4B38-A35B-6F04FE90380A}.Release|x86.Build.0 = Release|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Debug|x64.ActiveCfg = Debug|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Debug|x64.Build.0 = Debug|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Debug|x86.ActiveCfg = Debug|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Debug|x86.Build.0 = Debug|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Release|Any CPU.Build.0 = Release|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Release|x64.ActiveCfg = Release|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Release|x64.Build.0 = Release|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Release|x86.ActiveCfg = Release|Any CPU - {AEE14613-D22A-4940-BF86-962A465F4B4D}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {32393B52-6854-4F94-965A-9621F00F6F61} = {8B817F3C-4084-4D3D-B3C3-81645233243A} - {C0635190-A8F5-409C-A7D8-A1C3538193DF} = {0BD0C8D5-0E1A-4B37-908B-539E82BA2C0E} - {45C87AB0-52DD-45D6-8BA8-48A6C5FB8EDF} = {8B817F3C-4084-4D3D-B3C3-81645233243A} - {024921C7-6F3B-408C-8829-2DB852782212} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {97A0399B-6C2F-4335-9DD4-C043F13A8761} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {B7951228-66C4-4203-B279-8DC0676B98A1} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {7E633D28-7586-45C6-8400-3D62C628CE7A} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {167C6CCD-0CE7-43B4-8A0A-8B2318984463} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {137F2CC2-13A7-4F03-BD20-E7C941DD772F} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {9B4983F5-2136-40DF-A1DF-59092ACD2426} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {D45098D6-AACC-4B38-A35B-6F04FE90380A} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {AEE14613-D22A-4940-BF86-962A465F4B4D} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {ABBF897F-9905-4ADC-9A08-73EF159C9F44} - EndGlobalSection -EndGlobal diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/FileContents.cs b/src/HotChocolate/Analyzers/src/Analyzers/Configuration/FileContents.cs deleted file mode 100644 index f23e11da418..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/FileContents.cs +++ /dev/null @@ -1,19 +0,0 @@ -namespace HotChocolate.Analyzers.Configuration -{ - public static class FileContents - { - public const string SchemaExtensionFileContent = @"scalar _KeyFieldSet - -directive @key(fields: _KeyFieldSet!) on SCHEMA | OBJECT - -directive @serializationType(name: String!) on SCALAR - -directive @runtimeType(name: String!) on SCALAR - -directive @enumValue(value: String!) on ENUM_VALUE - -directive @rename(name: String!) on INPUT_FIELD_DEFINITION | INPUT_OBJECT | ENUM | ENUM_VALUE - -extend schema @key(fields: ""id"")"; - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/FileNames.cs b/src/HotChocolate/Analyzers/src/Analyzers/Configuration/FileNames.cs deleted file mode 100644 index bbbe0bb56e6..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/FileNames.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.Analyzers.Configuration -{ - public static class FileNames - { - public const string SchemaFile = "schema.graphql"; - public const string SchemaExtensionFile = "schema.extensions.graphql"; - public const string GraphQLConfigFile = ".graphqlrc.json"; - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/GraphQLConfig.cs b/src/HotChocolate/Analyzers/src/Analyzers/Configuration/GraphQLConfig.cs deleted file mode 100644 index 22aa985da6c..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/GraphQLConfig.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System; -using Newtonsoft.Json; -using Newtonsoft.Json.Converters; -using Newtonsoft.Json.Serialization; -using HotChocolate.Analyzers.Configuration.Properties; - -namespace HotChocolate.Analyzers.Configuration -{ - public class GraphQLConfig - { - public string Schema { get; set; } = FileNames.SchemaFile; - - public string Documents { get; set; } = "**/*.graphql"; - - public string? Location { get; set; } - - public GraphQLConfigExtensions Extensions { get; } = new(); - - public override string ToString() - { - return JsonConvert.SerializeObject(this, CreateJsonSettings()); - } - - public static GraphQLConfig FromJson(string json) - { - if (string.IsNullOrEmpty(json)) - { - throw new ArgumentException( - string.Format( - ToolsConfigResources.GraphQLConfig_FromJson_JsonCannotBeNull, - nameof(json)), - nameof(json)); - } - - return JsonConvert.DeserializeObject(json, CreateJsonSettings())!; - } - - private static JsonSerializerSettings CreateJsonSettings() - { - var jsonSettings = new JsonSerializerSettings - { - Formatting = Formatting.Indented, - ContractResolver = new CamelCasePropertyNamesContractResolver(), - NullValueHandling = NullValueHandling.Ignore, - }; - - jsonSettings.Converters.Add(new StringEnumConverter()); - - return jsonSettings; - } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/GraphQLConfigExtensions.cs b/src/HotChocolate/Analyzers/src/Analyzers/Configuration/GraphQLConfigExtensions.cs deleted file mode 100644 index 2f170d36e37..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/GraphQLConfigExtensions.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace HotChocolate.Analyzers.Configuration -{ - public class GraphQLConfigExtensions - { - public Neo4JSettings? Neo4J { get; set; } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/Neo4JSettings.cs b/src/HotChocolate/Analyzers/src/Analyzers/Configuration/Neo4JSettings.cs deleted file mode 100644 index bc11d9797e5..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Configuration/Neo4JSettings.cs +++ /dev/null @@ -1,24 +0,0 @@ -namespace HotChocolate.Analyzers.Configuration -{ - - /// - /// The Neo4J generator settings. - /// - public class Neo4JSettings - { - /// - /// Gets the name. - /// - public string Name { get; set; } = "Neo4J"; - - /// - /// Gets the Neo4J database name. - /// - public string DatabaseName { get; set; } = "neo4j"; - - /// - /// Gets or sets the namespace. - /// - public string? Namespace { get; set; } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Diagnostics/ErrorCodes.cs b/src/HotChocolate/Analyzers/src/Analyzers/Diagnostics/ErrorCodes.cs deleted file mode 100644 index 3456d87567d..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Diagnostics/ErrorCodes.cs +++ /dev/null @@ -1,15 +0,0 @@ -namespace HotChocolate.Analyzers.Diagnostics -{ - public static class ErrorCodes - { - /// - /// A package dependency is missing. - /// - public const string DependencyMissing = "HCS0002"; - - /// - /// Unexpected generator error. - /// - public const string Unexpected = "HCS0001"; - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Diagnostics/ErrorHelper.cs b/src/HotChocolate/Analyzers/src/Analyzers/Diagnostics/ErrorHelper.cs deleted file mode 100644 index 26b05037676..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Diagnostics/ErrorHelper.cs +++ /dev/null @@ -1,139 +0,0 @@ -using System; -using System.Linq; -using Microsoft.CodeAnalysis; -using Microsoft.CodeAnalysis.Text; - -namespace HotChocolate.Analyzers.Diagnostics -{ - public static class ErrorHelper - { - public const string File = "file"; - public const string Title = "title"; - public const string ErrorCategory = "HotChocolateSourceGenerator"; - -#pragma warning disable RS2008 -#pragma warning disable RS1032 - private static readonly DiagnosticDescriptor _missingDependency = - new DiagnosticDescriptor( - id: ErrorCodes.DependencyMissing, - title: "Dependency Missing", - messageFormat: "The package reference `{0}` is missing. `dotnet add package {0}`", - category: ErrorCategory, - DiagnosticSeverity.Error, - isEnabledByDefault: true); -#pragma warning restore RS1032 -#pragma warning restore RS2008 - - public static void ReportDiagnostic( - this GeneratorExecutionContext context, - DiagnosticDescriptor descriptor, - string filePath, - HotChocolate.Location location, - params object[] messageArgs) => - context.ReportDiagnostic(Diagnostic.Create( - descriptor, - Microsoft.CodeAnalysis.Location.Create( - filePath, - TextSpan.FromBounds(1, 2), - new LinePositionSpan( - new LinePosition( - location.Line, - location.Column), - new LinePosition( - location.Line, - location.Column + 1))), - messageArgs)); - - public static void ReportDiagnostic( - this GeneratorExecutionContext context, - DiagnosticDescriptor descriptor, - params object[] messageArgs) => - context.ReportDiagnostic( - Diagnostic.Create( - descriptor, - Microsoft.CodeAnalysis.Location.None, - messageArgs)); - - public static void ReportDiagnostic( - this GeneratorExecutionContext context, - string id, - string title, - string message) => - context.ReportDiagnostic( - Diagnostic.Create( - new DiagnosticDescriptor( - id: id, - title: title, - messageFormat: message, - category: ErrorCategory, - DiagnosticSeverity.Error, - isEnabledByDefault: true), - Microsoft.CodeAnalysis.Location.None)); - - public static void ReportDiagnostic( - this GeneratorExecutionContext context, - string id, - string title, - string message, - string filePath, - HotChocolate.Location location) => - context.ReportDiagnostic( - Diagnostic.Create( - new DiagnosticDescriptor( - id: id, - title: title, - messageFormat: message, - category: ErrorCategory, - DiagnosticSeverity.Error, - isEnabledByDefault: true), - Microsoft.CodeAnalysis.Location.Create( - filePath, - TextSpan.FromBounds(1, 2), - new LinePositionSpan( - new LinePosition( - location.Line, - location.Column), - new LinePosition( - location.Line, - location.Column + 1))))); - - public static void ReportError( - this GeneratorExecutionContext context, - IError error) - { - var title = - error.Extensions is not null && - error.Extensions.TryGetValue(ErrorHelper.Title, out var value) && - value is string s ? s : nameof(ErrorCodes.Unexpected); - - var code = error.Code ?? ErrorCodes.Unexpected; - - if (error is { Locations: { Count: > 0 } locations } && - error.Extensions is not null && - error.Extensions.TryGetValue(ErrorHelper.File, out value) && - value is string filePath) - { - context.ReportDiagnostic(code, title, error.Message, filePath, locations.First()); - } - else - { - context.ReportDiagnostic(code, title, error.Message); - } - } - - public static void ReportError( - this GeneratorExecutionContext context, - Exception exception) => - ReportError( - context, - ErrorBuilder.New() - .SetMessage(exception.Message + Environment.NewLine + exception.GetType().Name) - .SetException(exception) - .Build()); - - public static void ReportMissingDependency( - GeneratorExecutionContext context, - string packageName) => - context.ReportDiagnostic(_missingDependency, packageName); - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Directories.cs b/src/HotChocolate/Analyzers/src/Analyzers/Directories.cs deleted file mode 100644 index 186144dc698..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Directories.cs +++ /dev/null @@ -1,21 +0,0 @@ -using Microsoft.CodeAnalysis; -using static System.IO.Path; - -namespace HotChocolate.Analyzers -{ - public static class Directories - { - public static string GetBinDirectory(this GeneratorExecutionContext context) - { - if (context.AnalyzerConfigOptions.GlobalOptions.TryGetValue( - "build_property.HotChocolate_BinDir", - out var value) && - !string.IsNullOrEmpty(value)) - { - return value.Replace(AltDirectorySeparatorChar, DirectorySeparatorChar); - } - - return GetDirectoryName(typeof(Directories).Assembly.Location)!; - } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Files.cs b/src/HotChocolate/Analyzers/src/Analyzers/Files.cs deleted file mode 100644 index 28db92e0beb..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Files.cs +++ /dev/null @@ -1,90 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using DotNet.Globbing; -using HotChocolate.Analyzers.Configuration; -using HotChocolate.Analyzers.Diagnostics; -using HotChocolate.Language; -using Microsoft.CodeAnalysis; -using static System.IO.Path; - -namespace HotChocolate.Analyzers -{ - public static class Files - { - public const string GraphQLExtension = ".graphql"; - - public static IReadOnlyList GetConfigurations( - this GeneratorExecutionContext context) - { - var list = new List(); - - foreach (var configLocation in GetConfigurationFiles(context)) - { - try - { - var json = File.ReadAllText(configLocation); - var config = GraphQLConfig.FromJson(json); - config.Location = configLocation; - list.Add(config); - } - catch (Exception ex) - { - context.ReportError( - ErrorBuilder.New() - .SetMessage(ex.Message) - .SetException(ex) - .SetExtension(ErrorHelper.File, configLocation) - .AddLocation(new Location(1, 1)) - .Build()); - } - } - - return list; - } - - private static IReadOnlyList GetConfigurationFiles( - GeneratorExecutionContext context) => - context.AdditionalFiles - .Select(t => t.Path) - .Where(t => GetFileName(t).Equals( - FileNames.GraphQLConfigFile, - StringComparison.OrdinalIgnoreCase)) - .ToList(); - - public static IReadOnlyList GetSchemaDocuments( - this GeneratorExecutionContext context, - GraphQLConfig config) - { - var list = new List(); - - var rootDirectory = GetDirectoryName(config.Location) + DirectorySeparatorChar; - var glob = Glob.Parse(config.Documents); - - foreach (var file in context.AdditionalFiles - .Select(t => t.Path) - .Where(t => GetExtension(t).Equals( - GraphQLExtension, - StringComparison.OrdinalIgnoreCase)) - .Where(t => t.StartsWith(rootDirectory) && glob.IsMatch(t))) - { - try - { - var document = Utf8GraphQLParser.Parse(File.ReadAllBytes(file)); - - if (!document.Definitions.OfType().Any()) - { - list.Add(document); - } - } - catch (SyntaxException ex) - { - context.ReportError(ex); - } - } - - return list; - } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/HotChocolate.Analyzers.csproj b/src/HotChocolate/Analyzers/src/Analyzers/HotChocolate.Analyzers.csproj deleted file mode 100644 index b1944717ed5..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/HotChocolate.Analyzers.csproj +++ /dev/null @@ -1,41 +0,0 @@ - - - - false - false - true - true - true - - - - HotChocolate.Analyzers - HotChocolate.Analyzers - HotChocolate.Analyzers - Contains analyzers and source generators for Hot Chocolate. - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Neo4JSourceGenerator.TypeInitialization.cs b/src/HotChocolate/Analyzers/src/Analyzers/Neo4JSourceGenerator.TypeInitialization.cs deleted file mode 100644 index d13ca1617ad..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Neo4JSourceGenerator.TypeInitialization.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Diagnostics; -using System.IO; -using System.Reflection; -using static System.IO.Path; - -namespace HotChocolate.Analyzers; - -public partial class Neo4JSourceGenerator -{ - private const string _dll = ".dll"; - - private static string _location = - GetFullPath(GetDirectoryName(typeof(Neo4JSourceGenerator).Assembly.Location)!); - - private static readonly ShadowCopyAnalyzerAssemblyLoader _loader; - - static Neo4JSourceGenerator() - { - _loader = new ShadowCopyAnalyzerAssemblyLoader(); - - AppDomain.CurrentDomain.AssemblyResolve += CurrentDomainOnAssemblyResolve; - } - - private static Assembly? CurrentDomainOnAssemblyResolve( - object sender, - ResolveEventArgs args) - { - var path = default(string); - try - { - var assemblyName = new AssemblyName(args.Name); - path = Combine(_location, assemblyName.Name + _dll); - - if (!File.Exists(path)) - { - return null; - } - - Debug.WriteLine(path); - var shadowCopyPath = _loader.GetPathToLoad(path); - if (!File.Exists(shadowCopyPath)) - { - return null; - } - - return Assembly.LoadFrom(shadowCopyPath); - } - catch(Exception ex) - { - Debug.WriteLine($@"Failure for {path}: {ex}"); - throw; - } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Neo4JSourceGenerator.cs b/src/HotChocolate/Analyzers/src/Analyzers/Neo4JSourceGenerator.cs deleted file mode 100644 index c57a32bef56..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Neo4JSourceGenerator.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; -using HotChocolate.Analyzers.Configuration; -using HotChocolate.Analyzers.Diagnostics; -using HotChocolate.CodeGeneration; -using HotChocolate.CodeGeneration.Neo4J; -using Microsoft.CodeAnalysis; - -namespace HotChocolate.Analyzers -{ - [Generator] - public partial class Neo4JSourceGenerator : ISourceGenerator - { - public void Initialize(GeneratorInitializationContext context) - { - - } - - public void Execute(GeneratorExecutionContext context) - { - _location = context.GetBinDirectory(); - ExecuteInternal(context); - } - - private void ExecuteInternal(GeneratorExecutionContext context) - { - try - { - var codeGenerator = new Neo4JCodeGenerator(); - - foreach (var config in context.GetConfigurations()) - { - - if (config.Extensions.Neo4J is { } settings && - context.GetSchemaDocuments(config) is { Count: > 0 } schemaDocuments) - { - var codeGeneratorContext = new CodeGeneratorContext( - settings.Name, - settings.DatabaseName, - // TODO: Review in PR!! - settings.Namespace ?? throw new Exception("Namespace is required"), - schemaDocuments); - - var result = codeGenerator.Generate(codeGeneratorContext); - foreach (var sourceFile in result.SourceFiles) - { - context.AddSource(sourceFile.Name, sourceFile.Source); - } - } - } - } - catch (Exception ex) - { - context.ReportError(ex); - } - } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Properties/ToolsConfigResources.Designer.cs b/src/HotChocolate/Analyzers/src/Analyzers/Properties/ToolsConfigResources.Designer.cs deleted file mode 100644 index bc556efd77c..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Properties/ToolsConfigResources.Designer.cs +++ /dev/null @@ -1,54 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace HotChocolate.Analyzers.Configuration.Properties { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class ToolsConfigResources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal ToolsConfigResources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("HotChocolate.Analyzers.Configuration.Properties.ToolsConfigResources", typeof(ToolsConfigResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string GraphQLConfig_FromJson_JsonCannotBeNull { - get { - return ResourceManager.GetString("GraphQLConfig_FromJson_JsonCannotBeNull", resourceCulture); - } - } - } -} diff --git a/src/HotChocolate/Analyzers/src/Analyzers/Properties/ToolsConfigResources.resx b/src/HotChocolate/Analyzers/src/Analyzers/Properties/ToolsConfigResources.resx deleted file mode 100644 index 8e49fe0172a..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/Properties/ToolsConfigResources.resx +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - '{0}' cannot be null or empty. - - diff --git a/src/HotChocolate/Analyzers/src/Analyzers/ShadowCopyAnalyzerAssemblyLoader.cs b/src/HotChocolate/Analyzers/src/Analyzers/ShadowCopyAnalyzerAssemblyLoader.cs deleted file mode 100644 index c948730f65e..00000000000 --- a/src/HotChocolate/Analyzers/src/Analyzers/ShadowCopyAnalyzerAssemblyLoader.cs +++ /dev/null @@ -1,202 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Threading; -using System.Threading.Tasks; -using static System.IO.Path; - -namespace HotChocolate.Analyzers; - -internal class ShadowCopyAnalyzerAssemblyLoader -{ - /// - /// The base directory for shadow copies. Each instance of - /// gets its own - /// subdirectory under this directory. This is also the starting point - /// for scavenge operations. - /// - private readonly string _baseDirectory; - - /// - /// The directory where this instance of - /// will shadow-copy assemblies, and the mutex created to mark that the owner of it is still active. - /// - private readonly Lazy<(string directory, Mutex)> _shadowCopyDirectoryAndMutex; - - internal readonly Task DeleteLeftoverDirectoriesTask; - - /// - /// Used to generate unique names for per-assembly directories. Should be updated with - /// . - /// - private int _assemblyDirectoryId; - - public ShadowCopyAnalyzerAssemblyLoader(string? baseDirectory = null) - { - _baseDirectory = baseDirectory ?? - Combine(GetTempPath(), "HotChocolate", "AnalyzerShadowCopies"); - - _shadowCopyDirectoryAndMutex = new Lazy<(string directory, Mutex)>( - () => CreateUniqueDirectoryForProcess(), - LazyThreadSafetyMode.ExecutionAndPublication); - - DeleteLeftoverDirectoriesTask = Task.Run(DeleteLeftoverDirectories); - } - - private void DeleteLeftoverDirectories() - { - // Avoid first chance exception - if (!Directory.Exists(_baseDirectory)) - { - return; - } - - IEnumerable subDirectories; - try - { - subDirectories = Directory.EnumerateDirectories(_baseDirectory); - } - catch (DirectoryNotFoundException) - { - return; - } - - foreach (var subDirectory in subDirectories) - { - var name = GetFileName(subDirectory).ToLowerInvariant(); - Mutex? mutex = null; - try - { - // We only want to try deleting the directory if no-one else is currently - // using it. That is, if there is no corresponding mutex. - if (!Mutex.TryOpenExisting(name, out mutex)) - { - ClearReadOnlyFlagOnFiles(subDirectory); - Directory.Delete(subDirectory, true); - } - } - catch - { - // If something goes wrong we will leave it to the next run to clean up. - // Just swallow the exception and move on. - } - finally - { - mutex?.Dispose(); - } - } - } - - internal string GetPathToLoad(string fullPath) - { - var assemblyDirectory = CreateUniqueDirectoryForAssembly(); - var shadowCopyPath = CopyFileAndResources(fullPath, assemblyDirectory); - return shadowCopyPath; - } - - private static string CopyFileAndResources(string fullPath, string assemblyDirectory) - { - var fileNameWithExtension = GetFileName(fullPath); - var shadowCopyPath = Combine(assemblyDirectory, fileNameWithExtension); - - CopyFile(fullPath, shadowCopyPath); - - var originalDirectory = GetDirectoryName(fullPath)!; - var fileNameWithoutExtension = GetFileNameWithoutExtension(fileNameWithExtension); - var resourcesNameWithoutExtension = fileNameWithoutExtension + ".resources"; - var resourcesNameWithExtension = resourcesNameWithoutExtension + ".dll"; - - foreach (var directory in Directory.EnumerateDirectories(originalDirectory)) - { - var directoryName = GetFileName(directory); - - var resourcesPath = Combine(directory, resourcesNameWithExtension); - if (File.Exists(resourcesPath)) - { - var resourcesShadowCopyPath = Combine( - assemblyDirectory, - directoryName, - resourcesNameWithExtension); - CopyFile(resourcesPath, resourcesShadowCopyPath); - } - - resourcesPath = Combine( - directory, - resourcesNameWithoutExtension, - resourcesNameWithExtension); - - if (File.Exists(resourcesPath)) - { - var resourcesShadowCopyPath = Combine( - assemblyDirectory, - directoryName, - resourcesNameWithoutExtension, - resourcesNameWithExtension); - CopyFile(resourcesPath, resourcesShadowCopyPath); - } - } - - return shadowCopyPath; - } - - private static void CopyFile(string originalPath, string shadowCopyPath) - { - var directory = GetDirectoryName(shadowCopyPath); - Directory.CreateDirectory(directory!); - - File.Copy(originalPath, shadowCopyPath); - - ClearReadOnlyFlagOnFile(new FileInfo(shadowCopyPath)); - } - - private static void ClearReadOnlyFlagOnFiles(string directoryPath) - { - var directory = new DirectoryInfo(directoryPath); - - foreach (var file in directory.EnumerateFiles("*", SearchOption.AllDirectories)) - { - ClearReadOnlyFlagOnFile(file); - } - } - - private static void ClearReadOnlyFlagOnFile(FileInfo fileInfo) - { - try - { - if (fileInfo.IsReadOnly) - { - fileInfo.IsReadOnly = false; - } - } - catch - { - // There are many reasons this could fail. Ignore it and keep going. - } - } - - private string CreateUniqueDirectoryForAssembly() - { - var directoryId = Interlocked.Increment(ref _assemblyDirectoryId); - - var directory = Combine( - _shadowCopyDirectoryAndMutex.Value.directory, - directoryId.ToString()); - - Directory.CreateDirectory(directory); - return directory; - } - - private (string directory, Mutex mutex) CreateUniqueDirectoryForProcess() - { - var guid = Guid.NewGuid() - .ToString("N") - .ToLowerInvariant(); - var directory = Combine(_baseDirectory, guid); - - var mutex = new Mutex(false, guid); - - Directory.CreateDirectory(directory); - - return (directory, mutex); - } -} diff --git a/src/HotChocolate/Analyzers/src/Directory.Build.props b/src/HotChocolate/Analyzers/src/Directory.Build.props deleted file mode 100644 index e603e0918fc..00000000000 --- a/src/HotChocolate/Analyzers/src/Directory.Build.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - - $(SourceGenTargetFrameworks) - - - diff --git a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/GraphQLConfigTests.cs b/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/GraphQLConfigTests.cs deleted file mode 100644 index bfd7d74d30f..00000000000 --- a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/GraphQLConfigTests.cs +++ /dev/null @@ -1,51 +0,0 @@ -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Analyzers.Configuration -{ - public class GraphQLConfigTests - { - [Fact] - public void NewDefaultConfig() - { - new GraphQLConfig() - .ToString() - .MatchSnapshot(); - } - - [Fact] - public void ParseNeo4JSettings() - { - // arrange - const string json = @"{ - ""schema"": ""schema.graphql"", - ""documents"": ""**/*.graphql"", - ""extensions"": { - ""neo4j"": { - ""databaseName"": ""abc"", - ""namespace"": ""Foo.Bar"" - } - } - }"; - - // act - var config = GraphQLConfig.FromJson(json); - - // assert - config.MatchSnapshot(); - } - } -} - - - - - - - - - - - - - diff --git a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/HotChocolate.Configuration.Analyzers.Tests.csproj b/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/HotChocolate.Configuration.Analyzers.Tests.csproj deleted file mode 100644 index d412402d1da..00000000000 --- a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/HotChocolate.Configuration.Analyzers.Tests.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - false - HotChocolate.Analyzers.Configuration.Tests - HotChocolate.Analyzers.Configuration - - - - - - - - - - - diff --git a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/__snapshots__/GraphQLConfigTests.NewDefaultConfig.snap b/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/__snapshots__/GraphQLConfigTests.NewDefaultConfig.snap deleted file mode 100644 index cab595f98f6..00000000000 --- a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/__snapshots__/GraphQLConfigTests.NewDefaultConfig.snap +++ /dev/null @@ -1,5 +0,0 @@ -{ - "schema": "schema.graphql", - "documents": "**/*.graphql", - "extensions": {} -} diff --git a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/__snapshots__/GraphQLConfigTests.ParseNeo4JSettings.snap b/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/__snapshots__/GraphQLConfigTests.ParseNeo4JSettings.snap deleted file mode 100644 index b7aba07c773..00000000000 --- a/src/HotChocolate/Analyzers/test/Analyzers.Configuration.Tests/__snapshots__/GraphQLConfigTests.ParseNeo4JSettings.snap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Schema": "schema.graphql", - "Documents": "**/*.graphql", - "Location": null, - "Extensions": { - "Neo4J": { - "Name": "Neo4J", - "DatabaseName": "abc", - "Namespace": "Foo.Bar" - } - } -} diff --git a/src/HotChocolate/Analyzers/test/Analyzers.Tests/.graphqlrc.json b/src/HotChocolate/Analyzers/test/Analyzers.Tests/.graphqlrc.json deleted file mode 100644 index 0eaa6ef9447..00000000000 --- a/src/HotChocolate/Analyzers/test/Analyzers.Tests/.graphqlrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "schema": "TypeDefinitions.graphql", - "documents": "**/*.graphql", - "extensions": { - "neo4j": { - "databaseName": "neo4j", - "namespace": "StarWarsClient" - } - } -} - diff --git a/src/HotChocolate/Analyzers/test/Analyzers.Tests/HotChocolate.Analyzers.Tests.csproj b/src/HotChocolate/Analyzers/test/Analyzers.Tests/HotChocolate.Analyzers.Tests.csproj deleted file mode 100644 index d6ce0c1c604..00000000000 --- a/src/HotChocolate/Analyzers/test/Analyzers.Tests/HotChocolate.Analyzers.Tests.csproj +++ /dev/null @@ -1,37 +0,0 @@ - - - - false - HotChocolate.Analyzers.Tests - HotChocolate.Analyzers - - - true - $(BaseIntermediateOutputPath)\GeneratedFiles - - - $(MSBuildThisFileDirectory)\..\..\src\Analyzers\bin\Debug\netstandard2.0 - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/HotChocolate/Analyzers/test/Analyzers.Tests/TypeDefinitions.graphql b/src/HotChocolate/Analyzers/test/Analyzers.Tests/TypeDefinitions.graphql deleted file mode 100644 index 04b5f1ad86b..00000000000 --- a/src/HotChocolate/Analyzers/test/Analyzers.Tests/TypeDefinitions.graphql +++ /dev/null @@ -1,24 +0,0 @@ -type Movie @typeName(name: "Foo", pluralName: "Bars") { - title: String - year: Int - imdbRating: Float - baz: Baz - quox: String -} - -type Actor { - name: String -} - -type Baz { - foo: String -} - -#settings would be annotated to the schema and translate directly into schema options -schema - @paging(kind: NONE) - @filtering - @sorting -{ - query: Query -} diff --git a/src/HotChocolate/Analyzers/test/Directory.Build.props b/src/HotChocolate/Analyzers/test/Directory.Build.props deleted file mode 100644 index d564692912f..00000000000 --- a/src/HotChocolate/Analyzers/test/Directory.Build.props +++ /dev/null @@ -1,32 +0,0 @@ - - - - - $(SourceGenTestTargetFrameworks) - false - enable - enable - 0 - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Accounts.csproj b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Accounts.csproj deleted file mode 100644 index 3d907fef052..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Accounts.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Program.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Program.cs deleted file mode 100644 index b0fbe9120a7..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Program.cs +++ /dev/null @@ -1,14 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); - -builder.Services - .AddSingleton(); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .RegisterService(); - -var app = builder.Build(); -app.MapGraphQL(); -app.Run(); diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Query.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Query.cs deleted file mode 100644 index bc1610332b6..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/Query.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Accounts; - -public class Query -{ - public Task Me(UserRepository userRepository) - => userRepository.GetUserByIdAsync("1"); -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/User.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/User.cs deleted file mode 100644 index 2b3e607c94d..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/User.cs +++ /dev/null @@ -1,26 +0,0 @@ -using HotChocolate.ApolloFederation; - -namespace Accounts; - -public class User -{ - public User(string id, string name, string username) - { - Id = id; - Name = name; - Username = username; - } - - [Key] - public string Id { get; } - - public string Name { get; } - - public string Username { get; } - - [ReferenceResolver] - public static Task GetByIdAsync( - string id, - UserRepository userRepository) - => userRepository.GetUserByIdAsync(id); -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/UserRepository.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/UserRepository.cs deleted file mode 100644 index 76c7f16b127..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/UserRepository.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Accounts; - -public class UserRepository -{ - private readonly Dictionary _users; - - public UserRepository() - => _users = CreateUsers().ToDictionary(t => t.Id); - - public Task GetUserByIdAsync(string id) - => Task.FromResult(_users[id]); - - private static IEnumerable CreateUsers() - { - yield return new User("1", "Ada Lovelace", "@ada"); - yield return new User("2", "Alan Turing", "@complete"); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/appsettings.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/appsettings.json deleted file mode 100644 index 2fa48beb1b8..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Accounts/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5001" -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Inventory.csproj b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Inventory.csproj deleted file mode 100644 index 9c9a32786eb..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Inventory.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Product.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Product.cs deleted file mode 100644 index 490541b624a..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Product.cs +++ /dev/null @@ -1,33 +0,0 @@ -using HotChocolate.ApolloFederation; - -namespace Inventory; - -[ExtendServiceType] -public class Product -{ - public Product(string upc) - { - Upc = upc; - } - - [Key] - [External] - public string Upc { get; } - - [External] - public int Weight { get; private set; } - - [External] - public int Price { get; private set; } - - public bool InStock { get; } = true; - - // free for expensive items, else the estimate is based on weight - [Requires("price weight")] - public int GetShippingEstimate() - => Price > 1000 ? 0 : (int)(Weight * 0.5); - - [ReferenceResolver] - public static Product GetProduct(string upc) - => new Product(upc); -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Program.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Program.cs deleted file mode 100644 index f1321db5b61..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/Program.cs +++ /dev/null @@ -1,11 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .AddType(); - -var app = builder.Build(); -app.MapGraphQL(); -app.Run(); diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/appsettings.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/appsettings.json deleted file mode 100644 index 3af40d673d3..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Inventory/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5004" -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Product.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Product.cs deleted file mode 100644 index cbc8ddd414e..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Product.cs +++ /dev/null @@ -1,29 +0,0 @@ -using HotChocolate.ApolloFederation; - -namespace Products; - -public class Product -{ - public Product(string upc, string name, int price, int weight) - { - Upc = upc; - Name = name; - Price = price; - Weight = weight; - } - - [Key] - public string Upc { get; } - - public string Name { get; } - - public int Price { get; } - - public int Weight { get; } - - [ReferenceResolver] - public static Product GetByIdAsync( - string upc, - ProductRepository productRepository) - => productRepository.GetById(upc); -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/ProductRepository.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/ProductRepository.cs deleted file mode 100644 index 78adf02c792..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/ProductRepository.cs +++ /dev/null @@ -1,24 +0,0 @@ -namespace Products; - -public class ProductRepository -{ - private readonly Dictionary _products; - - public ProductRepository() - { - _products = CreateProducts().ToDictionary(product => product.Upc); - } - - public IEnumerable GetTop(int amount) - => _products.Values.Take(amount); - - public Product GetById(string upc) - => _products[upc]; - - private static IEnumerable CreateProducts() - { - yield return new Product("1", "Table", 899, 100); - yield return new Product("2", "Couch", 1299, 1000); - yield return new Product("3", "Chair", 54, 50); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Products.csproj b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Products.csproj deleted file mode 100644 index fd7b43fdc84..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Products.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Program.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Program.cs deleted file mode 100644 index dd1675d439f..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Program.cs +++ /dev/null @@ -1,14 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); - -builder.Services - .AddSingleton(); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .RegisterService(); - -var app = builder.Build(); -app.MapGraphQL(); -app.Run(); diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Query.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Query.cs deleted file mode 100644 index c6b85fa4c78..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/Query.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Products; - -public class Query -{ - public IEnumerable GetTopProducts( - ProductRepository productRepository, - int? first) - => productRepository.GetTop(first ?? 5); -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/appsettings.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/appsettings.json deleted file mode 100644 index 9d2d5836f7f..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Products/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5003" -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Product.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Product.cs deleted file mode 100644 index e34577e5933..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Product.cs +++ /dev/null @@ -1,22 +0,0 @@ -using HotChocolate.ApolloFederation; - -namespace Reviews; - -[ExtendServiceType] -public class Product -{ - public Product(string upc) - { - Upc = upc; - } - - [Key] - [External] - public string Upc { get; } - - public Task> GetReviews(ReviewRepository repository) - => repository.GetByProductUpcAsync(Upc); - - [ReferenceResolver] - public static Product GetByIdAsync(string upc) => new(upc); -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Program.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Program.cs deleted file mode 100644 index 3e212612743..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Program.cs +++ /dev/null @@ -1,16 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); - -builder.Services.AddSingleton(); -builder.Services.AddSingleton(); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .AddType() - .RegisterService() - .RegisterService(); - -var app = builder.Build(); -app.MapGraphQL(); -app.Run(); diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Review.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Review.cs deleted file mode 100644 index e506a304165..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Review.cs +++ /dev/null @@ -1,28 +0,0 @@ -using HotChocolate.ApolloFederation; - -namespace Reviews; - -public class Review -{ - public Review(string id, string body, string authorId, string upc) - { - Id = id; - Body = body; - AuthorId = authorId; - Product = new Product(upc); - } - - [Key] - public string Id { get; } - - public string Body { get; } - - public string AuthorId { get; } - - public Product Product { get; } - - [Provides("username")] - public Task GetAuthorAsync( - UserRepository repository) - => repository.GetUserById(AuthorId); -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/ReviewRepository.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/ReviewRepository.cs deleted file mode 100644 index 9328a59a8f3..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/ReviewRepository.cs +++ /dev/null @@ -1,26 +0,0 @@ -namespace Reviews; - -public class ReviewRepository -{ - private readonly Dictionary _reviews; - - public ReviewRepository() - => _reviews = CreateReviews().ToDictionary(review => review.Id); - - public Task> GetByUserIdAsync(string userId) - => Task.FromResult(_reviews.Values.Where(review => review.AuthorId == userId)); - - public Task> GetByProductUpcAsync(string upc) - => Task.FromResult(_reviews.Values.Where(review => review.Product.Upc == upc)); - - public Task GetByIdAsync(string id) - => Task.FromResult(_reviews[id]); - - private static IEnumerable CreateReviews() - { - yield return new Review("1", "Love it!", "1", "1"); - yield return new Review("2", "Too expensive.", "1", "2"); - yield return new Review("3", "Could be better.", "2", "3"); - yield return new Review("4", "Prefer something else.", "2", "1"); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Reviews.csproj b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Reviews.csproj deleted file mode 100644 index e3627ecc0ff..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/Reviews.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/User.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/User.cs deleted file mode 100644 index 81cb54f95d7..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/User.cs +++ /dev/null @@ -1,30 +0,0 @@ -using HotChocolate.ApolloFederation; - -namespace Reviews; - -[ExtendServiceType] -public class User -{ - public User(string id, string username) - { - Id = id; - Username = username; - } - - [Key] - [External] - public string Id { get; } - - [External] - public string Username { get; } - - public Task> GetReviews( - ReviewRepository repository) - => repository.GetByUserIdAsync(Id); - - [ReferenceResolver] - public static Task GetUserByIdAsync( - string id, - UserRepository repository) - => repository.GetUserById(id); -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/UserRepository.cs b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/UserRepository.cs deleted file mode 100644 index 52e6ba3b220..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/UserRepository.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Reviews; - -public class UserRepository -{ - private readonly Dictionary _users; - - public UserRepository() - => _users = CreateUsers().ToDictionary(t => t.Id); - - public Task GetUserById(string id) - => Task.FromResult(_users[id]); - - private static IEnumerable CreateUsers() - { - yield return new User("1", "@ada"); - yield return new User("2", "@complete"); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/appsettings.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/appsettings.json deleted file mode 100644 index 002fb89c861..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/Reviews/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5002" -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/gateway.js b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/gateway.js deleted file mode 100644 index b5bac311a61..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/gateway.js +++ /dev/null @@ -1,39 +0,0 @@ -const { ApolloServer } = require("apollo-server"); -const { ApolloGateway } = require("@apollo/gateway"); - -const gateway = new ApolloGateway({ - // This entire `serviceList` is optional when running in managed federation - // mode, using Apollo Graph Manager as the source of truth. In production, - // using a single source of truth to compose a schema is recommended and - // prevents composition failures at runtime using schema validation using - // real usage-based metrics. - supergraphSdl: new IntrospectAndCompose({ - subgraphs: [ - { name: "accounts", url: "http://localhost:5001/graphql" }, - { name: "reviews", url: "http://localhost:5002/graphql" }, - { name: "products", url: "http://localhost:5003/graphql" }, - { name: "inventory", url: "http://localhost:5004/graphql" } - ], - }), - - // Experimental: Enabling this enables the query plan view in Playground. - __exposeQueryPlanExperimental: false, -}); - -(async () => { - const server = new ApolloServer({ - gateway, - - // Apollo Graph Manager (previously known as Apollo Engine) - // When enabled and an `ENGINE_API_KEY` is set in the environment, - // provides metrics, schema management and trace reporting. - engine: false, - - // Subscriptions are unsupported but planned for a future Gateway version. - subscriptions: false, - }); - - server.listen({port: 5400}).then(({ url }) => { - console.log(`🚀 Server ready at ${url}`); - }); -})(); \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/package-lock.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/package-lock.json deleted file mode 100644 index 1d72c7e6052..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/package-lock.json +++ /dev/null @@ -1,8009 +0,0 @@ -{ - "name": "federation-demo", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "federation-demo", - "dependencies": { - "@apollo/gateway": "latest", - "apollo-server": "latest", - "graphql": "latest" - }, - "devDependencies": { - "concurrently": "latest", - "nodemon": "latest" - } - }, - "node_modules/@apollo/federation": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.20.4.tgz", - "integrity": "sha512-A/2BtgSytrrA2nSuCrKIlXYemfMEzCosIOD4vUjK7Y1LvNuPCBxt6mdZ+hjKrfpY4IXhZdgbtHjI5/Q2Pkqsmg==", - "dependencies": { - "apollo-graphql": "^0.6.0", - "apollo-server-env": "^2.4.5", - "core-js": "^3.4.0", - "lodash.xorby": "^4.7.0" - }, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "graphql": "^14.5.0 || ^15.0.0" - } - }, - "node_modules/@apollo/gateway": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-0.20.4.tgz", - "integrity": "sha512-MxOxWPtOVrsClN+Yn8TKoQAIJCPvekM1GisVQIbRWwWeLyQz95YEf3/uDYd/L2+c6CdNYKRoOiDVgCLJWNW5Ew==", - "dependencies": { - "@apollo/federation": "^0.20.4", - "@apollo/query-planner-wasm": "^0.0.6", - "@types/node-fetch": "2.5.4", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-core": "^2.18.0", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-types": "^0.6.0", - "loglevel": "^1.6.1", - "make-fetch-happen": "^8.0.0", - "pretty-format": "^26.0.0" - }, - "engines": { - "node": ">=12.13.0 <15.0" - }, - "peerDependencies": { - "graphql": "^14.5.0 || ^15.0.0" - } - }, - "node_modules/@apollo/gateway/node_modules/agent-base": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.1.tgz", - "integrity": "sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/@apollo/gateway/node_modules/agentkeepalive": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", - "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/@apollo/gateway/node_modules/cacache": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", - "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", - "dependencies": { - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.0", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@apollo/gateway/node_modules/chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/@apollo/gateway/node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@apollo/gateway/node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" - }, - "node_modules/@apollo/gateway/node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@apollo/gateway/node_modules/https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@apollo/gateway/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@apollo/gateway/node_modules/make-fetch-happen": { - "version": "8.0.9", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.9.tgz", - "integrity": "sha512-uHa4gv/NIdm9cUvfOhYb57nxrCY08iyMRXru0jbpaH57Q3NCge/ypY7fOvgCr8tPyucKrGbVndKhjXE0IX0VfQ==", - "dependencies": { - "agentkeepalive": "^4.1.0", - "cacache": "^15.0.0", - "http-cache-semantics": "^4.0.4", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^5.0.0", - "ssri": "^8.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@apollo/gateway/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@apollo/gateway/node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@apollo/gateway/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@apollo/gateway/node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@apollo/gateway/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@apollo/gateway/node_modules/socks-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz", - "integrity": "sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==", - "dependencies": { - "agent-base": "6", - "debug": "4", - "socks": "^2.3.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@apollo/gateway/node_modules/ssri": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.0.tgz", - "integrity": "sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@apollo/gateway/node_modules/tar": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.5.tgz", - "integrity": "sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@apollo/gateway/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/@apollo/protobufjs": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@apollo/protobufjs/-/protobufjs-1.0.5.tgz", - "integrity": "sha512-ZtyaBH1icCgqwIGb3zrtopV2D5Q8yxibkJzlaViM08eOhTQc7rACdYu0pfORFfhllvdMZ3aq69vifYHszY4gNA==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.0", - "@types/node": "^10.1.0", - "long": "^4.0.0" - }, - "bin": { - "apollo-pbjs": "bin/pbjs", - "apollo-pbts": "bin/pbts" - } - }, - "node_modules/@apollo/protobufjs/node_modules/@types/node": { - "version": "10.17.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.35.tgz", - "integrity": "sha512-gXx7jAWpMddu0f7a+L+txMplp3FnHl53OhQIF9puXKq3hDGY/GjH+MF04oWnV/adPSCrbtHumDCFwzq2VhltWA==" - }, - "node_modules/@apollo/query-planner-wasm": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@apollo/query-planner-wasm/-/query-planner-wasm-0.0.6.tgz", - "integrity": "sha512-YiAmDo+SOCyriwX3oQcAiQRS2zjWQdbgxnbca1KqDv5WB33gG8CmU1Q0BS7i3UNZeencAPfrSjIVOH/NqVyeUw==", - "deprecated": "This package used internally by @apollo/gateway has been replaced by @apollo/query-planner." - }, - "node_modules/@apollographql/apollo-tools": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@apollographql/apollo-tools/-/apollo-tools-0.4.8.tgz", - "integrity": "sha512-W2+HB8Y7ifowcf3YyPHgDI05izyRtOeZ4MqIr7LbTArtmJ0ZHULWpn84SGMW7NAvTV1tFExpHlveHhnXuJfuGA==", - "dependencies": { - "apollo-env": "^0.6.5" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/@apollographql/graphql-playground-html": { - "version": "1.6.26", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.26.tgz", - "integrity": "sha512-XAwXOIab51QyhBxnxySdK3nuMEUohhDsHQ5Rbco/V1vjlP75zZ0ZLHD9dTpXTN8uxKxopb2lUvJTq+M4g2Q0HQ==", - "dependencies": { - "xss": "^1.0.6" - } - }, - "node_modules/@jest/types": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz", - "integrity": "sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@npmcli/move-file": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.0.1.tgz", - "integrity": "sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==", - "dependencies": { - "mkdirp": "^1.0.4" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@npmcli/move-file/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@protobufjs/aspromise": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", - "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=" - }, - "node_modules/@protobufjs/base64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" - }, - "node_modules/@protobufjs/codegen": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" - }, - "node_modules/@protobufjs/eventemitter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", - "integrity": "sha1-NVy8mLr61ZePntCV85diHx0Ga3A=" - }, - "node_modules/@protobufjs/fetch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=", - "dependencies": { - "@protobufjs/aspromise": "^1.1.1", - "@protobufjs/inquire": "^1.1.0" - } - }, - "node_modules/@protobufjs/float": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", - "integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=" - }, - "node_modules/@protobufjs/inquire": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", - "integrity": "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=" - }, - "node_modules/@protobufjs/path": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", - "integrity": "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=" - }, - "node_modules/@protobufjs/pool": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", - "integrity": "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=" - }, - "node_modules/@protobufjs/utf8": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=" - }, - "node_modules/@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "dev": true, - "dependencies": { - "defer-to-connect": "^1.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@types/accepts": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", - "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "node_modules/@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" - }, - "node_modules/@types/connect": { - "version": "3.4.33", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.33.tgz", - "integrity": "sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg==" - }, - "node_modules/@types/cookies": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.4.tgz", - "integrity": "sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw==", - "dependencies": { - "@types/connect": "*", - "@types/express": "*", - "@types/keygrip": "*", - "@types/node": "*" - } - }, - "node_modules/@types/cors": { - "version": "2.8.7", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.7.tgz", - "integrity": "sha512-sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ==", - "dependencies": { - "@types/express": "*" - } - }, - "node_modules/@types/express": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.8.tgz", - "integrity": "sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz", - "integrity": "sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "node_modules/@types/fs-capacitor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", - "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/graphql-upload": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.4.tgz", - "integrity": "sha512-0TRyJD2o8vbkmJF8InppFcPVcXKk+Rvlg/xvpHBIndSJYpmDWfmtx/ZAtl4f3jR2vfarpTqYgj8MZuJssSoU7Q==", - "dependencies": { - "@types/express": "*", - "@types/fs-capacitor": "*", - "@types/koa": "*", - "graphql": "^15.3.0" - } - }, - "node_modules/@types/http-assert": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.1.tgz", - "integrity": "sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ==" - }, - "node_modules/@types/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==" - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", - "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz", - "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==", - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/keygrip": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", - "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" - }, - "node_modules/@types/koa": { - "version": "2.11.4", - "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.11.4.tgz", - "integrity": "sha512-Etqs0kdqbuAsNr5k6mlZQelpZKVwMu9WPRHVVTLnceZlhr0pYmblRNJbCgoCMzKWWePldydU0AYEOX4Q9fnGUQ==", - "dependencies": { - "@types/accepts": "*", - "@types/content-disposition": "*", - "@types/cookies": "*", - "@types/http-assert": "*", - "@types/http-errors": "*", - "@types/keygrip": "*", - "@types/koa-compose": "*", - "@types/node": "*" - } - }, - "node_modules/@types/koa-compose": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", - "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", - "dependencies": { - "@types/koa": "*" - } - }, - "node_modules/@types/long": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz", - "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" - }, - "node_modules/@types/mime": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-2.0.3.tgz", - "integrity": "sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==" - }, - "node_modules/@types/node": { - "version": "14.11.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.2.tgz", - "integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==" - }, - "node_modules/@types/node-fetch": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.4.tgz", - "integrity": "sha512-Oz6id++2qAOFuOlE1j0ouk1dzl3mmI1+qINPNBhi9nt/gVOz0G+13Ao6qjhdF0Ys+eOkhu6JnFmt38bR3H0POQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/qs": { - "version": "6.9.5", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz", - "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ==" - }, - "node_modules/@types/range-parser": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz", - "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==" - }, - "node_modules/@types/serve-static": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.5.tgz", - "integrity": "sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ==", - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/mime": "*" - } - }, - "node_modules/@types/ws": { - "version": "7.2.7", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz", - "integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/yargs": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.7.tgz", - "integrity": "sha512-Gf4u3EjaPNcC9cTu4/j2oN14nSVhr8PQ+BvBcBQHAhDZfl0bVIiLgvnRXv/dn58XhTm9UXvBpvJpDlwV65QxOA==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz", - "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==" - }, - "node_modules/@wry/equality": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.11.tgz", - "integrity": "sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==", - "dependencies": { - "tslib": "^1.9.3" - } - }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "node_modules/accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "dependencies": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", - "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", - "dev": true, - "dependencies": { - "string-width": "^3.0.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "dependencies": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/apollo-cache-control": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/apollo-cache-control/-/apollo-cache-control-0.11.3.tgz", - "integrity": "sha512-21GCeC9AIIa22uD0Vtqn/N0D5kOB4rY/Pa9aQhxVeLN+4f8Eu4nmteXhFypUD0LL1/58dmm8lS5embsfoIGjEA==", - "deprecated": "The functionality provided by the `apollo-cache-control` package is built in to `apollo-server-core` starting with Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#cachecontrol for details.", - "dependencies": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-datasource": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/apollo-datasource/-/apollo-datasource-0.7.2.tgz", - "integrity": "sha512-ibnW+s4BMp4K2AgzLEtvzkjg7dJgCaw9M5b5N0YKNmeRZRnl/I/qBTQae648FsRKgMwTbRQIvBhQ0URUFAqFOw==", - "dependencies": { - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-env": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/apollo-env/-/apollo-env-0.6.5.tgz", - "integrity": "sha512-jeBUVsGymeTHYWp3me0R2CZRZrFeuSZeICZHCeRflHTfnQtlmbSXdy5E0pOyRM9CU4JfQkKDC98S1YglQj7Bzg==", - "dependencies": { - "@types/node-fetch": "2.5.7", - "core-js": "^3.0.1", - "node-fetch": "^2.2.0", - "sha.js": "^2.4.11" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/apollo-env/node_modules/@types/node-fetch": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz", - "integrity": "sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==", - "dependencies": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "node_modules/apollo-env/node_modules/form-data": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", - "integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/apollo-graphql": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-graphql/-/apollo-graphql-0.6.0.tgz", - "integrity": "sha512-BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==", - "dependencies": { - "apollo-env": "^0.6.5", - "lodash.sortby": "^4.7.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^14.2.1 || ^15.0.0" - } - }, - "node_modules/apollo-link": { - "version": "1.2.14", - "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", - "integrity": "sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg==", - "dependencies": { - "apollo-utilities": "^1.3.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.9.3", - "zen-observable-ts": "^0.8.21" - }, - "peerDependencies": { - "graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-reporting-protobuf": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.0.tgz", - "integrity": "sha512-AFLQIuO0QhkoCF+41Be/B/YU0C33BZ0opfyXorIjM3MNNiEDSyjZqmUozlB3LqgfhT9mn2IR5RSsA+1b4VovDQ==", - "dependencies": { - "@apollo/protobufjs": "^1.0.3" - } - }, - "node_modules/apollo-server": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server/-/apollo-server-2.18.1.tgz", - "integrity": "sha512-W0IIiALWfUV5CYHeGlA8OGy2CbBeDTUtWIyqoaopLViWPdU+TkJcar+wMe5FfK3F+mIaISRsOcJAjqkRngDSuA==", - "dependencies": { - "apollo-server-core": "^2.18.1", - "apollo-server-express": "^2.18.1", - "express": "^4.0.0", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-caching": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/apollo-server-caching/-/apollo-server-caching-0.5.2.tgz", - "integrity": "sha512-HUcP3TlgRsuGgeTOn8QMbkdx0hLPXyEJehZIPrcof0ATz7j7aTPA4at7gaiFHCo8gk07DaWYGB3PFgjboXRcWQ==", - "dependencies": { - "lru-cache": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-server-core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.18.1.tgz", - "integrity": "sha512-Bv08AyJ3WSms59loE31haVRBctDn6MGyjtaPnfLlQV5//wMdwS5MXX8RcMCmXxv0Utp5TlhoD+pHLO5Ool+LRw==", - "dependencies": { - "@apollographql/apollo-tools": "^0.4.3", - "@apollographql/graphql-playground-html": "1.6.26", - "@types/graphql-upload": "^8.0.0", - "@types/ws": "^7.0.0", - "apollo-cache-control": "^0.11.3", - "apollo-datasource": "^0.7.2", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-plugin-base": "^0.10.1", - "apollo-server-types": "^0.6.0", - "apollo-tracing": "^0.11.4", - "async-retry": "^1.2.1", - "fast-json-stable-stringify": "^2.0.0", - "graphql-extensions": "^0.12.5", - "graphql-tag": "^2.9.2", - "graphql-tools": "^4.0.0", - "graphql-upload": "^8.0.2", - "loglevel": "^1.6.7", - "sha.js": "^2.4.11", - "subscriptions-transport-ws": "^0.9.11", - "uuid": "^8.0.0", - "ws": "^6.0.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-env": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/apollo-server-env/-/apollo-server-env-2.4.5.tgz", - "integrity": "sha512-nfNhmGPzbq3xCEWT8eRpoHXIPNcNy3QcEoBlzVMjeglrBGryLG2LXwBSPnVmTRRrzUYugX0ULBtgE3rBFNoUgA==", - "dependencies": { - "node-fetch": "^2.1.2", - "util.promisify": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-server-errors": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz", - "integrity": "sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==", - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-express": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.18.1.tgz", - "integrity": "sha512-qAkSlhKSvPx7sWT+Thk7bfHqjWNNm+uP66zNZlnsvKlR4++84KfcFrij3MaCm67mu4h0MBv2dvlsoOrXehrYtg==", - "dependencies": { - "@apollographql/graphql-playground-html": "1.6.26", - "@types/accepts": "^1.3.5", - "@types/body-parser": "1.19.0", - "@types/cors": "2.8.7", - "@types/express": "4.17.7", - "@types/express-serve-static-core": "4.17.9", - "accepts": "^1.3.5", - "apollo-server-core": "^2.18.1", - "apollo-server-types": "^0.6.0", - "body-parser": "^1.18.3", - "cors": "^2.8.4", - "express": "^4.17.1", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0", - "parseurl": "^1.3.2", - "subscriptions-transport-ws": "^0.9.16", - "type-is": "^1.6.16" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-express/node_modules/@types/express": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.7.tgz", - "integrity": "sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/apollo-server-express/node_modules/@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz", - "integrity": "sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "node_modules/apollo-server-plugin-base": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.1.tgz", - "integrity": "sha512-XChCBDNyfByWqVXptsjPwrwrCj5cxMmNbchZZi8KXjtJ0hN2C/9BMNlInJd6bVGXvUbkRJYUakfKCfO5dZmwIg==", - "dependencies": { - "apollo-server-types": "^0.6.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-types": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-server-types/-/apollo-server-types-0.6.0.tgz", - "integrity": "sha512-usqXaz81bHxD2IZvKEQNnLpSbf2Z/BmobXZAjEefJEQv1ItNn+lJNUmSSEfGejHvHlg2A7WuAJKJWyDWcJrNnA==", - "dependencies": { - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-tracing": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/apollo-tracing/-/apollo-tracing-0.11.4.tgz", - "integrity": "sha512-zBu/SwQlXfbdpcKLzWARGVjrEkIZUW3W9Mb4CCIzv07HbBQ8IQpmf9w7HIJJefC7rBiBJYg6JBGyuro3N2lxCA==", - "deprecated": "The `apollo-tracing` package is no longer part of Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#tracing for details", - "dependencies": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-utilities": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.4.tgz", - "integrity": "sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==", - "dependencies": { - "@wry/equality": "^0.1.2", - "fast-json-stable-stringify": "^2.0.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.10.0" - }, - "peerDependencies": { - "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "node_modules/async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "node_modules/async-retry": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz", - "integrity": "sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==", - "dependencies": { - "retry": "0.12.0" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "node_modules/backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "node_modules/balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "node_modules/binary-extensions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", - "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "dependencies": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/body-parser/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/body-parser/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/body-parser/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/boxen": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", - "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", - "dev": true, - "dependencies": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/boxen/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/boxen/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/busboy": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", - "dependencies": { - "dicer": "0.3.0" - }, - "engines": { - "node": ">=4.5.0" - } - }, - "node_modules/bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "dev": true, - "dependencies": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cacheable-request/node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cacheable-request/node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "dev": true - }, - "node_modules/cacheable-request/node_modules/lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cacheable-request/node_modules/normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chalk/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chalk/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/chalk/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/chalk/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chokidar": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", - "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", - "dev": true, - "dependencies": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.4.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.1.2" - } - }, - "node_modules/chokidar/node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/chokidar/node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/chokidar/node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/chokidar/node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", - "dev": true, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "dev": true, - "dependencies": { - "mimic-response": "^1.0.0" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/concurrently": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-5.3.0.tgz", - "integrity": "sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ==", - "dev": true, - "dependencies": { - "chalk": "^2.4.2", - "date-fns": "^2.0.1", - "lodash": "^4.17.15", - "read-pkg": "^4.0.1", - "rxjs": "^6.5.2", - "spawn-command": "^0.0.2-1", - "supports-color": "^6.1.0", - "tree-kill": "^1.2.2", - "yargs": "^13.3.0" - }, - "bin": { - "concurrently": "bin/concurrently.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", - "dev": true, - "dependencies": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/configstore/node_modules/dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dev": true, - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/configstore/node_modules/is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/configstore/node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/configstore/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/configstore/node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "dependencies": { - "safe-buffer": "5.1.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "node_modules/core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cssfilter": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", - "integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=" - }, - "node_modules/date-fns": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz", - "integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==", - "dev": true, - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "dev": true, - "dependencies": { - "mimic-response": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "dev": true, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", - "dev": true - }, - "node_modules/define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dependencies": { - "object-keys": "^1.0.12" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/deprecated-decorator": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz", - "integrity": "sha1-AJZjF7ehL+kvPMgx91g68ym4bDc=" - }, - "node_modules/destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "node_modules/dicer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", - "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", - "dependencies": { - "streamsearch": "0.1.2" - }, - "engines": { - "node": ">=4.5.0" - } - }, - "node_modules/duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", - "dev": true - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/err-code": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", - "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=" - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.17.6", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", - "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", - "dependencies": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-regex": "^1.1.0", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", - "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eventemitter3": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" - }, - "node_modules/express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "dependencies": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/express/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs-capacitor": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-2.0.4.tgz", - "integrity": "sha512-8S4f4WsCryNw2mJJchi46YgB6CR5Ze+4L1h8ewl9tEpL4SJ3ZO+c/bS4BWhB8bK+O3TMqhuZarTitd0S0eh2pA==", - "engines": { - "node": ">=8.5" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "deprecated": "\"Please update to latest v2.3 or v2.2\"", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/global-dirs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", - "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", - "dev": true, - "dependencies": { - "ini": "^1.3.5" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "dev": true, - "dependencies": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", - "dev": true - }, - "node_modules/graphql": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", - "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==", - "engines": { - "node": ">= 10.x" - } - }, - "node_modules/graphql-extensions": { - "version": "0.12.5", - "resolved": "https://registry.npmjs.org/graphql-extensions/-/graphql-extensions-0.12.5.tgz", - "integrity": "sha512-mGyGaktGpK3TVBtM0ZoyPX6Xk0mN9GYX9DRyFzDU4k4A2w93nLX7Ebcp+9/O5nHRmgrc0WziYYSmoWq2WNIoUQ==", - "deprecated": "The `graphql-extensions` API has been removed from Apollo Server 3. Use the plugin API instead: https://www.apollographql.com/docs/apollo-server/integrations/plugins/", - "dependencies": { - "@apollographql/apollo-tools": "^0.4.3", - "apollo-server-env": "^2.4.5", - "apollo-server-types": "^0.6.0" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/graphql-subscriptions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-1.1.0.tgz", - "integrity": "sha512-6WzlBFC0lWmXJbIVE8OgFgXIP4RJi3OQgTPa0DVMsDXdpRDjTsM1K9wfl5HSYX7R87QAGlvcv2Y4BIZa/ItonA==", - "dependencies": { - "iterall": "^1.2.1" - }, - "peerDependencies": { - "graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0" - } - }, - "node_modules/graphql-tag": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.11.0.tgz", - "integrity": "sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==", - "peerDependencies": { - "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/graphql-tools": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.8.tgz", - "integrity": "sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==", - "deprecated": "This package has been deprecated and now it only exports makeExecutableSchema.\\nAnd it will no longer receive updates.\\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\\nCheck out https://www.graphql-tools.com to learn what package you should use instead", - "dependencies": { - "apollo-link": "^1.2.14", - "apollo-utilities": "^1.0.1", - "deprecated-decorator": "^0.1.6", - "iterall": "^1.1.3", - "uuid": "^3.1.0" - }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/graphql-tools/node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/graphql-upload": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-8.1.0.tgz", - "integrity": "sha512-U2OiDI5VxYmzRKw0Z2dmfk0zkqMRaecH9Smh1U277gVgVe9Qn+18xqf4skwr4YJszGIh7iQDZ57+5ygOK9sM/Q==", - "dependencies": { - "busboy": "^0.3.1", - "fs-capacitor": "^2.0.4", - "http-errors": "^1.7.3", - "object-path": "^0.11.4" - }, - "engines": { - "node": ">=8.5" - }, - "peerDependencies": { - "graphql": "0.13.1 - 14" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", - "dev": true - }, - "node_modules/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", - "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", - "dev": true - }, - "node_modules/import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "deprecated": "Please update to ini >=1.3.6 to avoid a prototype pollution issue", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-callable": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", - "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "dependencies": { - "ci-info": "^2.0.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, - "node_modules/is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-installed-globally": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", - "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", - "dev": true, - "dependencies": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=" - }, - "node_modules/is-negative-zero": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", - "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-npm": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", - "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", - "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-regex": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", - "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", - "dependencies": { - "has-symbols": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "dependencies": { - "has-symbols": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "node_modules/is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", - "dev": true - }, - "node_modules/iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" - }, - "node_modules/json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", - "dev": true - }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, - "node_modules/keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", - "dev": true, - "dependencies": { - "json-buffer": "3.0.0" - } - }, - "node_modules/latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", - "dev": true, - "dependencies": { - "package-json": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, - "node_modules/lodash.xorby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.xorby/-/lodash.xorby-4.7.0.tgz", - "integrity": "sha1-nBmm+fBjputT3QPBtocXmYAUY9c=" - }, - "node_modules/loglevel": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", - "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==", - "engines": { - "node": ">= 0.6.0" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/subscription/pkg/npm-loglevel?utm_medium=referral&utm_source=npm_fund" - } - }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "node_modules/lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", - "dependencies": { - "mime-db": "1.44.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-collect/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-collect/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-fetch": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.1.tgz", - "integrity": "sha512-N0ddPAD8OZnoAHUYj1ZH4ZJVna+ucy7if777LrdeIV1ko8f46af4jbyM5EC1gN4xc9Wq5c3C38GnxRJ2gneXRA==", - "dependencies": { - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "optionalDependencies": { - "encoding": "^0.1.12" - } - }, - "node_modules/minipass-fetch/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-fetch/node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-fetch/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-flush/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-flush/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", - "engines": { - "node": "4.x || >=6.0.0" - } - }, - "node_modules/nodemon": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.4.tgz", - "integrity": "sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "chokidar": "^3.2.2", - "debug": "^3.2.6", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.0.4", - "pstree.remy": "^1.1.7", - "semver": "^5.7.1", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.2", - "update-notifier": "^4.0.0" - }, - "bin": { - "nodemon": "bin/nodemon.js" - }, - "engines": { - "node": ">=8.10.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/nodemon" - } - }, - "node_modules/nodemon/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/nodemon/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", - "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", - "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.0", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.assign/node_modules/es-abstract": { - "version": "1.18.0-next.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.0.tgz", - "integrity": "sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==", - "dependencies": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-negative-zero": "^2.0.0", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", - "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - }, - "engines": { - "node": ">= 0.8" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", - "dev": true, - "dependencies": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/package-json/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "node_modules/picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/pretty-format": { - "version": "26.4.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.4.2.tgz", - "integrity": "sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA==", - "dependencies": { - "@jest/types": "^26.3.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "node_modules/promise-retry": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz", - "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", - "dependencies": { - "err-code": "^1.0.0", - "retry": "^0.10.0" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/promise-retry/node_modules/retry": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", - "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", - "engines": { - "node": "*" - } - }, - "node_modules/proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", - "dependencies": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", - "dev": true - }, - "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/pupa": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz", - "integrity": "sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==", - "dev": true, - "dependencies": { - "escape-goat": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "dependencies": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-body/node_modules/http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/raw-body/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/raw-body/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "dev": true, - "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/read-pkg": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", - "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", - "dev": true, - "dependencies": { - "normalize-package-data": "^2.3.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/readdirp": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", - "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/registry-auth-token": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.0.tgz", - "integrity": "sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w==", - "dev": true, - "dependencies": { - "rc": "^1.2.8" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", - "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", - "dev": true, - "dependencies": { - "rc": "^1.2.8" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "node_modules/resolve": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", - "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", - "dev": true, - "dependencies": { - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "dev": true, - "dependencies": { - "lowercase-keys": "^1.0.0" - } - }, - "node_modules/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", - "engines": { - "node": ">= 4" - } - }, - "node_modules/rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", - "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", - "dev": true, - "dependencies": { - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/semver-diff/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "dependencies": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/send/node_modules/http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", - "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "node_modules/send/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "bin": { - "sha.js": "bin.js" - } - }, - "node_modules/signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "node_modules/smart-buffer": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", - "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.4.4.tgz", - "integrity": "sha512-7LmHN4IHj1Vpd/k8D872VGCHJ6yIVyeFkfIBExRmGPYQ/kdUkpdg9eKh9oOzYYYKQhuxavayJHTnmBG+EzluUA==", - "dependencies": { - "ip": "^1.1.5", - "smart-buffer": "^4.1.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/spawn-command": { - "version": "0.0.2-1", - "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", - "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=", - "dev": true - }, - "node_modules/spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz", - "integrity": "sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==", - "dev": true - }, - "node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/streamsearch": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", - "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", - "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", - "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-ansi/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/subscriptions-transport-ws": { - "version": "0.9.18", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz", - "integrity": "sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==", - "dependencies": { - "backo2": "^1.0.2", - "eventemitter3": "^3.1.0", - "iterall": "^1.2.1", - "symbol-observable": "^1.0.4", - "ws": "^5.2.0" - }, - "peerDependencies": { - "graphql": ">=0.10.0" - } - }, - "node_modules/subscriptions-transport-ws/node_modules/ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/term-size": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", - "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/touch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", - "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", - "dev": true, - "dependencies": { - "nopt": "~1.0.10" - }, - "bin": { - "nodetouch": "bin/nodetouch.js" - } - }, - "node_modules/touch/node_modules/nopt": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", - "dev": true, - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true, - "bin": { - "tree-kill": "cli.js" - } - }, - "node_modules/ts-invariant": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz", - "integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==", - "dependencies": { - "tslib": "^1.9.3" - } - }, - "node_modules/tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/undefsafe": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", - "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", - "dev": true, - "dependencies": { - "debug": "^2.2.0" - } - }, - "node_modules/undefsafe/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/undefsafe/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "node_modules/unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, - "node_modules/unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "dev": true, - "dependencies": { - "crypto-random-string": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/update-notifier": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", - "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", - "dev": true, - "dependencies": { - "boxen": "^4.2.0", - "chalk": "^3.0.0", - "configstore": "^5.0.1", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.3.1", - "is-npm": "^4.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "pupa": "^2.0.1", - "semver-diff": "^3.1.1", - "xdg-basedir": "^4.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/yeoman/update-notifier?sponsor=1" - } - }, - "node_modules/update-notifier/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/update-notifier/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/update-notifier/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "dev": true, - "dependencies": { - "prepend-http": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, - "node_modules/widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dev": true, - "dependencies": { - "string-width": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/widest-line/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/widest-line/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/widest-line/node_modules/string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/widest-line/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/xss": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.8.tgz", - "integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==", - "dependencies": { - "commander": "^2.20.3", - "cssfilter": "0.0.10" - }, - "bin": { - "xss": "bin/xss" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", - "dev": true - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dev": true, - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "node_modules/yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dev": true, - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/zen-observable": { - "version": "0.8.15", - "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", - "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" - }, - "node_modules/zen-observable-ts": { - "version": "0.8.21", - "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz", - "integrity": "sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==", - "dependencies": { - "tslib": "^1.9.3", - "zen-observable": "^0.8.0" - } - } - }, - "dependencies": { - "@apollo/federation": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.20.4.tgz", - "integrity": "sha512-A/2BtgSytrrA2nSuCrKIlXYemfMEzCosIOD4vUjK7Y1LvNuPCBxt6mdZ+hjKrfpY4IXhZdgbtHjI5/Q2Pkqsmg==", - "requires": { - "apollo-graphql": "^0.6.0", - "apollo-server-env": "^2.4.5", - "core-js": "^3.4.0", - "lodash.xorby": "^4.7.0" - } - }, - "@apollo/gateway": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-0.20.4.tgz", - "integrity": "sha512-MxOxWPtOVrsClN+Yn8TKoQAIJCPvekM1GisVQIbRWwWeLyQz95YEf3/uDYd/L2+c6CdNYKRoOiDVgCLJWNW5Ew==", - "requires": { - "@apollo/federation": "^0.20.4", - "@apollo/query-planner-wasm": "^0.0.6", - "@types/node-fetch": "2.5.4", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-core": "^2.18.0", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-types": "^0.6.0", - "loglevel": "^1.6.1", - "make-fetch-happen": "^8.0.0", - "pretty-format": "^26.0.0" - }, - "dependencies": { - "agent-base": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.1.tgz", - "integrity": "sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==", - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", - "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - } - }, - "cacache": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", - "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", - "requires": { - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.0", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - } - }, - "chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" - }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "requires": { - "minipass": "^3.0.0" - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" - } - }, - "make-fetch-happen": { - "version": "8.0.9", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.9.tgz", - "integrity": "sha512-uHa4gv/NIdm9cUvfOhYb57nxrCY08iyMRXru0jbpaH57Q3NCge/ypY7fOvgCr8tPyucKrGbVndKhjXE0IX0VfQ==", - "requires": { - "agentkeepalive": "^4.1.0", - "cacache": "^15.0.0", - "http-cache-semantics": "^4.0.4", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^5.0.0", - "ssri": "^8.0.0" - } - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "requires": { - "glob": "^7.1.3" - } - }, - "socks-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz", - "integrity": "sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==", - "requires": { - "agent-base": "6", - "debug": "4", - "socks": "^2.3.3" - } - }, - "ssri": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.0.tgz", - "integrity": "sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==", - "requires": { - "minipass": "^3.1.1" - } - }, - "tar": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.5.tgz", - "integrity": "sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==", - "requires": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "@apollo/protobufjs": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@apollo/protobufjs/-/protobufjs-1.0.5.tgz", - "integrity": "sha512-ZtyaBH1icCgqwIGb3zrtopV2D5Q8yxibkJzlaViM08eOhTQc7rACdYu0pfORFfhllvdMZ3aq69vifYHszY4gNA==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.0", - "@types/node": "^10.1.0", - "long": "^4.0.0" - }, - "dependencies": { - "@types/node": { - "version": "10.17.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.35.tgz", - "integrity": "sha512-gXx7jAWpMddu0f7a+L+txMplp3FnHl53OhQIF9puXKq3hDGY/GjH+MF04oWnV/adPSCrbtHumDCFwzq2VhltWA==" - } - } - }, - "@apollo/query-planner-wasm": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@apollo/query-planner-wasm/-/query-planner-wasm-0.0.6.tgz", - "integrity": "sha512-YiAmDo+SOCyriwX3oQcAiQRS2zjWQdbgxnbca1KqDv5WB33gG8CmU1Q0BS7i3UNZeencAPfrSjIVOH/NqVyeUw==" - }, - "@apollographql/apollo-tools": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@apollographql/apollo-tools/-/apollo-tools-0.4.8.tgz", - "integrity": "sha512-W2+HB8Y7ifowcf3YyPHgDI05izyRtOeZ4MqIr7LbTArtmJ0ZHULWpn84SGMW7NAvTV1tFExpHlveHhnXuJfuGA==", - "requires": { - "apollo-env": "^0.6.5" - } - }, - "@apollographql/graphql-playground-html": { - "version": "1.6.26", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.26.tgz", - "integrity": "sha512-XAwXOIab51QyhBxnxySdK3nuMEUohhDsHQ5Rbco/V1vjlP75zZ0ZLHD9dTpXTN8uxKxopb2lUvJTq+M4g2Q0HQ==", - "requires": { - "xss": "^1.0.6" - } - }, - "@jest/types": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz", - "integrity": "sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@npmcli/move-file": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.0.1.tgz", - "integrity": "sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==", - "requires": { - "mkdirp": "^1.0.4" - }, - "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - } - } - }, - "@protobufjs/aspromise": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", - "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=" - }, - "@protobufjs/base64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" - }, - "@protobufjs/codegen": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" - }, - "@protobufjs/eventemitter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", - "integrity": "sha1-NVy8mLr61ZePntCV85diHx0Ga3A=" - }, - "@protobufjs/fetch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=", - "requires": { - "@protobufjs/aspromise": "^1.1.1", - "@protobufjs/inquire": "^1.1.0" - } - }, - "@protobufjs/float": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", - "integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=" - }, - "@protobufjs/inquire": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", - "integrity": "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=" - }, - "@protobufjs/path": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", - "integrity": "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=" - }, - "@protobufjs/pool": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", - "integrity": "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=" - }, - "@protobufjs/utf8": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=" - }, - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", - "dev": true - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "dev": true, - "requires": { - "defer-to-connect": "^1.0.1" - } - }, - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" - }, - "@types/accepts": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", - "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==", - "requires": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" - }, - "@types/connect": { - "version": "3.4.33", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.33.tgz", - "integrity": "sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A==", - "requires": { - "@types/node": "*" - } - }, - "@types/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg==" - }, - "@types/cookies": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.4.tgz", - "integrity": "sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw==", - "requires": { - "@types/connect": "*", - "@types/express": "*", - "@types/keygrip": "*", - "@types/node": "*" - } - }, - "@types/cors": { - "version": "2.8.7", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.7.tgz", - "integrity": "sha512-sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ==", - "requires": { - "@types/express": "*" - } - }, - "@types/express": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.8.tgz", - "integrity": "sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==", - "requires": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "@types/express-serve-static-core": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz", - "integrity": "sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==", - "requires": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "@types/fs-capacitor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", - "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/graphql-upload": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.4.tgz", - "integrity": "sha512-0TRyJD2o8vbkmJF8InppFcPVcXKk+Rvlg/xvpHBIndSJYpmDWfmtx/ZAtl4f3jR2vfarpTqYgj8MZuJssSoU7Q==", - "requires": { - "@types/express": "*", - "@types/fs-capacitor": "*", - "@types/koa": "*", - "graphql": "^15.3.0" - } - }, - "@types/http-assert": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.1.tgz", - "integrity": "sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ==" - }, - "@types/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==" - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", - "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "requires": { - "@types/istanbul-lib-coverage": "*" - } - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz", - "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==", - "requires": { - "@types/istanbul-lib-report": "*" - } - }, - "@types/keygrip": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", - "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" - }, - "@types/koa": { - "version": "2.11.4", - "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.11.4.tgz", - "integrity": "sha512-Etqs0kdqbuAsNr5k6mlZQelpZKVwMu9WPRHVVTLnceZlhr0pYmblRNJbCgoCMzKWWePldydU0AYEOX4Q9fnGUQ==", - "requires": { - "@types/accepts": "*", - "@types/content-disposition": "*", - "@types/cookies": "*", - "@types/http-assert": "*", - "@types/http-errors": "*", - "@types/keygrip": "*", - "@types/koa-compose": "*", - "@types/node": "*" - } - }, - "@types/koa-compose": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", - "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", - "requires": { - "@types/koa": "*" - } - }, - "@types/long": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz", - "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" - }, - "@types/mime": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-2.0.3.tgz", - "integrity": "sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==" - }, - "@types/node": { - "version": "14.11.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.2.tgz", - "integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==" - }, - "@types/node-fetch": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.4.tgz", - "integrity": "sha512-Oz6id++2qAOFuOlE1j0ouk1dzl3mmI1+qINPNBhi9nt/gVOz0G+13Ao6qjhdF0Ys+eOkhu6JnFmt38bR3H0POQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/qs": { - "version": "6.9.5", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz", - "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ==" - }, - "@types/range-parser": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz", - "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==" - }, - "@types/serve-static": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.5.tgz", - "integrity": "sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ==", - "requires": { - "@types/express-serve-static-core": "*", - "@types/mime": "*" - } - }, - "@types/ws": { - "version": "7.2.7", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz", - "integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==", - "requires": { - "@types/node": "*" - } - }, - "@types/yargs": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.7.tgz", - "integrity": "sha512-Gf4u3EjaPNcC9cTu4/j2oN14nSVhr8PQ+BvBcBQHAhDZfl0bVIiLgvnRXv/dn58XhTm9UXvBpvJpDlwV65QxOA==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "@types/yargs-parser": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz", - "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==" - }, - "@wry/equality": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.11.tgz", - "integrity": "sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==", - "requires": { - "tslib": "^1.9.3" - } - }, - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", - "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", - "dev": true, - "requires": { - "string-width": "^3.0.0" - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" - }, - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "apollo-cache-control": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/apollo-cache-control/-/apollo-cache-control-0.11.3.tgz", - "integrity": "sha512-21GCeC9AIIa22uD0Vtqn/N0D5kOB4rY/Pa9aQhxVeLN+4f8Eu4nmteXhFypUD0LL1/58dmm8lS5embsfoIGjEA==", - "requires": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - } - }, - "apollo-datasource": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/apollo-datasource/-/apollo-datasource-0.7.2.tgz", - "integrity": "sha512-ibnW+s4BMp4K2AgzLEtvzkjg7dJgCaw9M5b5N0YKNmeRZRnl/I/qBTQae648FsRKgMwTbRQIvBhQ0URUFAqFOw==", - "requires": { - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - } - }, - "apollo-env": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/apollo-env/-/apollo-env-0.6.5.tgz", - "integrity": "sha512-jeBUVsGymeTHYWp3me0R2CZRZrFeuSZeICZHCeRflHTfnQtlmbSXdy5E0pOyRM9CU4JfQkKDC98S1YglQj7Bzg==", - "requires": { - "@types/node-fetch": "2.5.7", - "core-js": "^3.0.1", - "node-fetch": "^2.2.0", - "sha.js": "^2.4.11" - }, - "dependencies": { - "@types/node-fetch": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz", - "integrity": "sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "form-data": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", - "integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } - } - }, - "apollo-graphql": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-graphql/-/apollo-graphql-0.6.0.tgz", - "integrity": "sha512-BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==", - "requires": { - "apollo-env": "^0.6.5", - "lodash.sortby": "^4.7.0" - } - }, - "apollo-link": { - "version": "1.2.14", - "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", - "integrity": "sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg==", - "requires": { - "apollo-utilities": "^1.3.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.9.3", - "zen-observable-ts": "^0.8.21" - } - }, - "apollo-reporting-protobuf": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.0.tgz", - "integrity": "sha512-AFLQIuO0QhkoCF+41Be/B/YU0C33BZ0opfyXorIjM3MNNiEDSyjZqmUozlB3LqgfhT9mn2IR5RSsA+1b4VovDQ==", - "requires": { - "@apollo/protobufjs": "^1.0.3" - } - }, - "apollo-server": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server/-/apollo-server-2.18.1.tgz", - "integrity": "sha512-W0IIiALWfUV5CYHeGlA8OGy2CbBeDTUtWIyqoaopLViWPdU+TkJcar+wMe5FfK3F+mIaISRsOcJAjqkRngDSuA==", - "requires": { - "apollo-server-core": "^2.18.1", - "apollo-server-express": "^2.18.1", - "express": "^4.0.0", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0" - } - }, - "apollo-server-caching": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/apollo-server-caching/-/apollo-server-caching-0.5.2.tgz", - "integrity": "sha512-HUcP3TlgRsuGgeTOn8QMbkdx0hLPXyEJehZIPrcof0ATz7j7aTPA4at7gaiFHCo8gk07DaWYGB3PFgjboXRcWQ==", - "requires": { - "lru-cache": "^5.0.0" - } - }, - "apollo-server-core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.18.1.tgz", - "integrity": "sha512-Bv08AyJ3WSms59loE31haVRBctDn6MGyjtaPnfLlQV5//wMdwS5MXX8RcMCmXxv0Utp5TlhoD+pHLO5Ool+LRw==", - "requires": { - "@apollographql/apollo-tools": "^0.4.3", - "@apollographql/graphql-playground-html": "1.6.26", - "@types/graphql-upload": "^8.0.0", - "@types/ws": "^7.0.0", - "apollo-cache-control": "^0.11.3", - "apollo-datasource": "^0.7.2", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-plugin-base": "^0.10.1", - "apollo-server-types": "^0.6.0", - "apollo-tracing": "^0.11.4", - "async-retry": "^1.2.1", - "fast-json-stable-stringify": "^2.0.0", - "graphql-extensions": "^0.12.5", - "graphql-tag": "^2.9.2", - "graphql-tools": "^4.0.0", - "graphql-upload": "^8.0.2", - "loglevel": "^1.6.7", - "sha.js": "^2.4.11", - "subscriptions-transport-ws": "^0.9.11", - "uuid": "^8.0.0", - "ws": "^6.0.0" - } - }, - "apollo-server-env": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/apollo-server-env/-/apollo-server-env-2.4.5.tgz", - "integrity": "sha512-nfNhmGPzbq3xCEWT8eRpoHXIPNcNy3QcEoBlzVMjeglrBGryLG2LXwBSPnVmTRRrzUYugX0ULBtgE3rBFNoUgA==", - "requires": { - "node-fetch": "^2.1.2", - "util.promisify": "^1.0.0" - } - }, - "apollo-server-errors": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz", - "integrity": "sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==", - "requires": {} - }, - "apollo-server-express": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.18.1.tgz", - "integrity": "sha512-qAkSlhKSvPx7sWT+Thk7bfHqjWNNm+uP66zNZlnsvKlR4++84KfcFrij3MaCm67mu4h0MBv2dvlsoOrXehrYtg==", - "requires": { - "@apollographql/graphql-playground-html": "1.6.26", - "@types/accepts": "^1.3.5", - "@types/body-parser": "1.19.0", - "@types/cors": "2.8.7", - "@types/express": "4.17.7", - "@types/express-serve-static-core": "4.17.9", - "accepts": "^1.3.5", - "apollo-server-core": "^2.18.1", - "apollo-server-types": "^0.6.0", - "body-parser": "^1.18.3", - "cors": "^2.8.4", - "express": "^4.17.1", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0", - "parseurl": "^1.3.2", - "subscriptions-transport-ws": "^0.9.16", - "type-is": "^1.6.16" - }, - "dependencies": { - "@types/express": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.7.tgz", - "integrity": "sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==", - "requires": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz", - "integrity": "sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==", - "requires": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - } - } - }, - "apollo-server-plugin-base": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.1.tgz", - "integrity": "sha512-XChCBDNyfByWqVXptsjPwrwrCj5cxMmNbchZZi8KXjtJ0hN2C/9BMNlInJd6bVGXvUbkRJYUakfKCfO5dZmwIg==", - "requires": { - "apollo-server-types": "^0.6.0" - } - }, - "apollo-server-types": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-server-types/-/apollo-server-types-0.6.0.tgz", - "integrity": "sha512-usqXaz81bHxD2IZvKEQNnLpSbf2Z/BmobXZAjEefJEQv1ItNn+lJNUmSSEfGejHvHlg2A7WuAJKJWyDWcJrNnA==", - "requires": { - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - } - }, - "apollo-tracing": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/apollo-tracing/-/apollo-tracing-0.11.4.tgz", - "integrity": "sha512-zBu/SwQlXfbdpcKLzWARGVjrEkIZUW3W9Mb4CCIzv07HbBQ8IQpmf9w7HIJJefC7rBiBJYg6JBGyuro3N2lxCA==", - "requires": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - } - }, - "apollo-utilities": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.4.tgz", - "integrity": "sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==", - "requires": { - "@wry/equality": "^0.1.2", - "fast-json-stable-stringify": "^2.0.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.10.0" - } - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "async-retry": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz", - "integrity": "sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==", - "requires": { - "retry": "0.12.0" - } - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "binary-extensions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", - "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", - "dev": true - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "boxen": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", - "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", - "dev": true, - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true - } - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "busboy": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", - "requires": { - "dicer": "0.3.0" - } - }, - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "dev": true, - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "dev": true - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", - "dev": true - }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", - "dev": true - } - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "chokidar": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", - "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", - "dev": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.4.0" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - } - } - }, - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", - "dev": true - }, - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "dev": true, - "requires": { - "mimic-response": "^1.0.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concurrently": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-5.3.0.tgz", - "integrity": "sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "date-fns": "^2.0.1", - "lodash": "^4.17.15", - "read-pkg": "^4.0.1", - "rxjs": "^6.5.2", - "spawn-command": "^0.0.2-1", - "supports-color": "^6.1.0", - "tree-kill": "^1.2.2", - "yargs": "^13.3.0" - } - }, - "configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", - "dev": true, - "requires": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" - }, - "dependencies": { - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dev": true, - "requires": { - "is-obj": "^2.0.0" - } - }, - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "dev": true - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - } - } - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" - }, - "cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "requires": { - "object-assign": "^4", - "vary": "^1" - } - }, - "crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", - "dev": true - }, - "cssfilter": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", - "integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=" - }, - "date-fns": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz", - "integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==", - "dev": true - }, - "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "dev": true, - "requires": { - "mimic-response": "^1.0.0" - } - }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "dev": true - }, - "defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", - "dev": true - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "requires": { - "object-keys": "^1.0.12" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "deprecated-decorator": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz", - "integrity": "sha1-AJZjF7ehL+kvPMgx91g68ym4bDc=" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "dicer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", - "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", - "requires": { - "streamsearch": "0.1.2" - } - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", - "dev": true - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "optional": true, - "requires": { - "iconv-lite": "^0.6.2" - } - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, - "err-code": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", - "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=" - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "es-abstract": { - "version": "1.17.6", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", - "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-regex": "^1.1.0", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", - "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", - "dev": true - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "eventemitter3": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "fs-capacitor": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-2.0.4.tgz", - "integrity": "sha512-8S4f4WsCryNw2mJJchi46YgB6CR5Ze+4L1h8ewl9tEpL4SJ3ZO+c/bS4BWhB8bK+O3TMqhuZarTitd0S0eh2pA==" - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "dev": true, - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "global-dirs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", - "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", - "dev": true, - "requires": { - "ini": "^1.3.5" - } - }, - "got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "dev": true, - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - } - }, - "graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", - "dev": true - }, - "graphql": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", - "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" - }, - "graphql-extensions": { - "version": "0.12.5", - "resolved": "https://registry.npmjs.org/graphql-extensions/-/graphql-extensions-0.12.5.tgz", - "integrity": "sha512-mGyGaktGpK3TVBtM0ZoyPX6Xk0mN9GYX9DRyFzDU4k4A2w93nLX7Ebcp+9/O5nHRmgrc0WziYYSmoWq2WNIoUQ==", - "requires": { - "@apollographql/apollo-tools": "^0.4.3", - "apollo-server-env": "^2.4.5", - "apollo-server-types": "^0.6.0" - } - }, - "graphql-subscriptions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-1.1.0.tgz", - "integrity": "sha512-6WzlBFC0lWmXJbIVE8OgFgXIP4RJi3OQgTPa0DVMsDXdpRDjTsM1K9wfl5HSYX7R87QAGlvcv2Y4BIZa/ItonA==", - "requires": { - "iterall": "^1.2.1" - } - }, - "graphql-tag": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.11.0.tgz", - "integrity": "sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==", - "requires": {} - }, - "graphql-tools": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.8.tgz", - "integrity": "sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==", - "requires": { - "apollo-link": "^1.2.14", - "apollo-utilities": "^1.0.1", - "deprecated-decorator": "^0.1.6", - "iterall": "^1.1.3", - "uuid": "^3.1.0" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - } - } - }, - "graphql-upload": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-8.1.0.tgz", - "integrity": "sha512-U2OiDI5VxYmzRKw0Z2dmfk0zkqMRaecH9Smh1U277gVgVe9Qn+18xqf4skwr4YJszGIh7iQDZ57+5ygOK9sM/Q==", - "requires": { - "busboy": "^0.3.1", - "fs-capacitor": "^2.0.4", - "http-errors": "^1.7.3", - "object-path": "^0.11.4" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", - "dev": true - }, - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", - "dev": true - }, - "http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "requires": { - "ms": "^2.0.0" - } - }, - "iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", - "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - }, - "ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", - "dev": true - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", - "dev": true - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "dev": true - }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-callable": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", - "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "requires": { - "ci-info": "^2.0.0" - } - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-installed-globally": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", - "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", - "dev": true, - "requires": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - } - }, - "is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=" - }, - "is-negative-zero": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", - "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=" - }, - "is-npm": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", - "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", - "dev": true - }, - "is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", - "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", - "dev": true - }, - "is-regex": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", - "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", - "requires": { - "has-symbols": "^1.0.1" - } - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "requires": { - "has-symbols": "^1.0.1" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", - "dev": true - }, - "iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" - }, - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", - "dev": true - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", - "dev": true, - "requires": { - "json-buffer": "3.0.0" - } - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", - "dev": true, - "requires": { - "package-json": "^6.3.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, - "lodash.xorby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.xorby/-/lodash.xorby-4.7.0.tgz", - "integrity": "sha1-nBmm+fBjputT3QPBtocXmYAUY9c=" - }, - "loglevel": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", - "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==" - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", - "dev": true - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "requires": { - "yallist": "^3.0.2" - } - }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - }, - "mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" - }, - "mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", - "requires": { - "mime-db": "1.44.0" - } - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", - "dev": true - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-fetch": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.1.tgz", - "integrity": "sha512-N0ddPAD8OZnoAHUYj1ZH4ZJVna+ucy7if777LrdeIV1ko8f46af4jbyM5EC1gN4xc9Wq5c3C38GnxRJ2gneXRA==", - "requires": { - "encoding": "^0.1.12", - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" - }, - "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" - }, - "nodemon": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.4.tgz", - "integrity": "sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==", - "dev": true, - "requires": { - "chokidar": "^3.2.2", - "debug": "^3.2.6", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.0.4", - "pstree.remy": "^1.1.7", - "semver": "^5.7.1", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.2", - "update-notifier": "^4.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-inspect": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", - "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - }, - "object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" - }, - "object.assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", - "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.0", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "es-abstract": { - "version": "1.18.0-next.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.0.tgz", - "integrity": "sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-negative-zero": "^2.0.0", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", - "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - } - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", - "dev": true - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", - "dev": true, - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", - "dev": true - }, - "pretty-format": { - "version": "26.4.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.4.2.tgz", - "integrity": "sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA==", - "requires": { - "@jest/types": "^26.3.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - } - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "promise-retry": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz", - "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", - "requires": { - "err-code": "^1.0.0", - "retry": "^0.10.0" - }, - "dependencies": { - "retry": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", - "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=" - } - } - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - } - }, - "pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", - "dev": true - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "pupa": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz", - "integrity": "sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==", - "dev": true, - "requires": { - "escape-goat": "^2.0.0" - } - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "dev": true, - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "read-pkg": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", - "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", - "dev": true, - "requires": { - "normalize-package-data": "^2.3.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0" - } - }, - "readdirp": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", - "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "registry-auth-token": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.0.tgz", - "integrity": "sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w==", - "dev": true, - "requires": { - "rc": "^1.2.8" - } - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", - "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", - "dev": true, - "requires": { - "rc": "^1.2.8" - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "resolve": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", - "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "dev": true, - "requires": { - "lowercase-keys": "^1.0.0" - } - }, - "retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", - "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", - "dev": true, - "requires": { - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", - "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "smart-buffer": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", - "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==" - }, - "socks": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.4.4.tgz", - "integrity": "sha512-7LmHN4IHj1Vpd/k8D872VGCHJ6yIVyeFkfIBExRmGPYQ/kdUkpdg9eKh9oOzYYYKQhuxavayJHTnmBG+EzluUA==", - "requires": { - "ip": "^1.1.5", - "smart-buffer": "^4.1.0" - } - }, - "spawn-command": { - "version": "0.0.2-1", - "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", - "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=", - "dev": true - }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz", - "integrity": "sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==", - "dev": true - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - }, - "streamsearch": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", - "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "string.prototype.trimend": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", - "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "string.prototype.trimstart": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", - "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - } - } - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true - }, - "subscriptions-transport-ws": { - "version": "0.9.18", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz", - "integrity": "sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==", - "requires": { - "backo2": "^1.0.2", - "eventemitter3": "^3.1.0", - "iterall": "^1.2.1", - "symbol-observable": "^1.0.4", - "ws": "^5.2.0" - }, - "dependencies": { - "ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", - "requires": { - "async-limiter": "~1.0.0" - } - } - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" - }, - "term-size": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", - "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==", - "dev": true - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", - "dev": true - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" - }, - "touch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", - "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", - "dev": true, - "requires": { - "nopt": "~1.0.10" - }, - "dependencies": { - "nopt": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", - "dev": true, - "requires": { - "abbrev": "1" - } - } - } - }, - "tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true - }, - "ts-invariant": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz", - "integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==", - "requires": { - "tslib": "^1.9.3" - } - }, - "tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "undefsafe": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", - "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", - "dev": true, - "requires": { - "debug": "^2.2.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "requires": { - "unique-slug": "^2.0.0" - } - }, - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "requires": { - "imurmurhash": "^0.1.4" - } - }, - "unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "dev": true, - "requires": { - "crypto-random-string": "^2.0.0" - } - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "update-notifier": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", - "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", - "dev": true, - "requires": { - "boxen": "^4.2.0", - "chalk": "^3.0.0", - "configstore": "^5.0.1", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.3.1", - "is-npm": "^4.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "pupa": "^2.0.1", - "semver-diff": "^3.1.1", - "xdg-basedir": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "dev": true, - "requires": { - "prepend-http": "^2.0.0" - } - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - } - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dev": true, - "requires": { - "string-width": "^4.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - } - } - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "requires": { - "async-limiter": "~1.0.0" - } - }, - "xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", - "dev": true - }, - "xss": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.8.tgz", - "integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==", - "requires": { - "commander": "^2.20.3", - "cssfilter": "0.0.10" - } - }, - "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dev": true, - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "zen-observable": { - "version": "0.8.15", - "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", - "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" - }, - "zen-observable-ts": { - "version": "0.8.21", - "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz", - "integrity": "sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==", - "requires": { - "tslib": "^1.9.3", - "zen-observable": "^0.8.0" - } - } - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/package.json b/src/HotChocolate/ApolloFederation/examples/AnnotationBased/package.json deleted file mode 100644 index ae1570e073a..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/AnnotationBased/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "federation-demo", - "main": "gateway.js", - "scripts": { - "start-gateway": "nodemon gateway.js" - }, - "devDependencies": { - "nodemon": "latest", - "concurrently": "latest" - }, - "dependencies": { - "@apollo/gateway": "latest", - "apollo-server": "latest", - "graphql": "latest" - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Accounts.csproj b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Accounts.csproj deleted file mode 100644 index 3d907fef052..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Accounts.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Data/User.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Data/User.cs deleted file mode 100644 index 8a364c820f2..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Data/User.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace Accounts; - -public class User -{ - public User(string id, string name, string username) - { - Id = id; - Name = name; - Username = username; - } - - public string Id { get; } - - public string Name { get; } - - public string Username { get; } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Data/UserRepository.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Data/UserRepository.cs deleted file mode 100644 index 76c7f16b127..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Data/UserRepository.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Accounts; - -public class UserRepository -{ - private readonly Dictionary _users; - - public UserRepository() - => _users = CreateUsers().ToDictionary(t => t.Id); - - public Task GetUserByIdAsync(string id) - => Task.FromResult(_users[id]); - - private static IEnumerable CreateUsers() - { - yield return new User("1", "Ada Lovelace", "@ada"); - yield return new User("2", "Alan Turing", "@complete"); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Program.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Program.cs deleted file mode 100644 index ee482d1657e..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Program.cs +++ /dev/null @@ -1,37 +0,0 @@ -using HotChocolate.Execution; -using HotChocolate.Execution.Instrumentation; -using HotChocolate.Language; - -var builder = WebApplication.CreateBuilder(args); - -builder.Services - .AddSingleton(); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .RegisterService() - .AddDiagnosticEventListener(); - -var app = builder.Build(); -app.MapGraphQL(); -app.Run(); - -public class Log : ExecutionDiagnosticEventListener -{ - public override IDisposable ExecuteRequest(IRequestContext context) - { - Console.WriteLine(context.Request.Query?.ToString()); - - if (context.Request.VariableValues is not null) - { - foreach (var variable in context.Request.VariableValues) - { - Console.WriteLine($"{variable.Key}: {((IValueNode)variable.Value!).ToString()}"); - } - } - - return base.ExecuteRequest(context); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Types/QueryType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Types/QueryType.cs deleted file mode 100644 index b84c41adb59..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Types/QueryType.cs +++ /dev/null @@ -1,15 +0,0 @@ -using HotChocolate.Types; - -namespace Accounts; - -public class QueryType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .Name("Query") - .Field("me") - .Type>() - .Resolve(ctx => ctx.Service().GetUserByIdAsync("1")); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Types/UserType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Types/UserType.cs deleted file mode 100644 index 612002e460c..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/Types/UserType.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.Types; - -namespace Accounts; - -public class UserType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .Key("id") - .ResolveReferenceWith(t => ResolveUserById(default!, default!)); - } - - private static Task ResolveUserById( - string id, - UserRepository userRepository) - => userRepository.GetUserByIdAsync(id); -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/appsettings.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/appsettings.json deleted file mode 100644 index 2fa48beb1b8..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Accounts/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5001" -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Data/Product.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Data/Product.cs deleted file mode 100644 index 115888ec3a0..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Data/Product.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace Inventory; - -public class Product -{ - public Product(string upc) - { - Upc = upc; - } - - public string Upc { get; } - - public int Weight { get; private set; } - - public int Price { get; private set; } - - public bool InStock => true; -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Inventory.csproj b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Inventory.csproj deleted file mode 100644 index 9c9a32786eb..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Inventory.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Program.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Program.cs deleted file mode 100644 index e6886a0d4ce..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Program.cs +++ /dev/null @@ -1,11 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .AddType(); - -var app = builder.Build(); -app.MapGraphQL(); -app.Run(); diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Types/ProductType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Types/ProductType.cs deleted file mode 100644 index 50b80394e80..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/Types/ProductType.cs +++ /dev/null @@ -1,37 +0,0 @@ -using HotChocolate.Types; - -namespace Inventory; - -public class ProductType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .ExtendServiceType() - .Key("upc") - .ResolveReferenceWith(t => GetProduct(default!)); - - descriptor - .Field(t => t.Upc) - .External(); - - descriptor - .Field(t => t.Weight) - .External(); - - descriptor - .Field(t => t.Price) - .External(); - - // free for expensive items, else the estimate is based on weight - descriptor - .Field("shippingEstimate") - .Requires("price weight") - .Resolve( - ctx => ctx.Parent().Price <= 1000 - ? (int)(ctx.Parent().Weight * 0.5) - : 0); - } - - private static Product GetProduct(string upc) => new(upc); -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/appsettings.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/appsettings.json deleted file mode 100644 index 3af40d673d3..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Inventory/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5004" -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Data/Product.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Data/Product.cs deleted file mode 100644 index 38fe5d4808f..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Data/Product.cs +++ /dev/null @@ -1,20 +0,0 @@ -namespace Products; - -public class Product -{ - public Product(string upc, string name, int price, int weight) - { - Upc = upc; - Name = name; - Price = price; - Weight = weight; - } - - public string Upc { get; } - - public string Name { get; } - - public int Price { get; } - - public int Weight { get; } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Data/ProductRepository.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Data/ProductRepository.cs deleted file mode 100644 index 78adf02c792..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Data/ProductRepository.cs +++ /dev/null @@ -1,24 +0,0 @@ -namespace Products; - -public class ProductRepository -{ - private readonly Dictionary _products; - - public ProductRepository() - { - _products = CreateProducts().ToDictionary(product => product.Upc); - } - - public IEnumerable GetTop(int amount) - => _products.Values.Take(amount); - - public Product GetById(string upc) - => _products[upc]; - - private static IEnumerable CreateProducts() - { - yield return new Product("1", "Table", 899, 100); - yield return new Product("2", "Couch", 1299, 1000); - yield return new Product("3", "Chair", 54, 50); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Products.csproj b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Products.csproj deleted file mode 100644 index fd7b43fdc84..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Products.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Program.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Program.cs deleted file mode 100644 index ec47a532c8a..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Program.cs +++ /dev/null @@ -1,14 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); - -builder.Services - .AddSingleton(); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .RegisterService(); - -var app = builder.Build(); -app.MapGraphQL(); -app.Run(); diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Types/ProductType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Types/ProductType.cs deleted file mode 100644 index f7fc3b0827e..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Types/ProductType.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.Types; - -namespace Products; - -public class ProductType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .Key("upc") - .ResolveReferenceWith(t => GetProduct(default!, default!)); - } - - private static Product GetProduct( - string upc, - ProductRepository productRepository) - => productRepository.GetById(upc); -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Types/QueryType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Types/QueryType.cs deleted file mode 100644 index 0fe796cfa15..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/Types/QueryType.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Types; - -namespace Products; - -public class QueryType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .Name("Query") - .Field("topProducts") - .Argument("first", a => a.Type()) - .Type>>>() - .Resolve(ctx => ctx.Service().GetTop( - ctx.ArgumentValue("first") ?? 5)); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/appsettings.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/appsettings.json deleted file mode 100644 index 9d2d5836f7f..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Products/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5003" -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/.vscode/tasks.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/Product.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/Product.cs deleted file mode 100644 index 9ff15956399..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/Product.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace Reviews; - -public class Product -{ - public Product(string upc) - { - Upc = upc; - } - - public string Upc { get; } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/Review.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/Review.cs deleted file mode 100644 index 56381f959f3..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/Review.cs +++ /dev/null @@ -1,20 +0,0 @@ -namespace Reviews; - -public class Review -{ - public Review(string id, string body, string authorId, string upc) - { - Id = id; - Body = body; - AuthorId = authorId; - Product = new Product(upc); - } - - public string Id { get; } - - public string Body { get; } - - public string AuthorId { get; } - - public Product Product { get; } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/ReviewRepository.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/ReviewRepository.cs deleted file mode 100644 index 9328a59a8f3..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/ReviewRepository.cs +++ /dev/null @@ -1,26 +0,0 @@ -namespace Reviews; - -public class ReviewRepository -{ - private readonly Dictionary _reviews; - - public ReviewRepository() - => _reviews = CreateReviews().ToDictionary(review => review.Id); - - public Task> GetByUserIdAsync(string userId) - => Task.FromResult(_reviews.Values.Where(review => review.AuthorId == userId)); - - public Task> GetByProductUpcAsync(string upc) - => Task.FromResult(_reviews.Values.Where(review => review.Product.Upc == upc)); - - public Task GetByIdAsync(string id) - => Task.FromResult(_reviews[id]); - - private static IEnumerable CreateReviews() - { - yield return new Review("1", "Love it!", "1", "1"); - yield return new Review("2", "Too expensive.", "1", "2"); - yield return new Review("3", "Could be better.", "2", "3"); - yield return new Review("4", "Prefer something else.", "2", "1"); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/User.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/User.cs deleted file mode 100644 index 24307d372a2..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/User.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace Reviews; - -public class User -{ - public User(string id, string username) - { - Id = id; - Username = username; - } - - public string Id { get; } - - public string Username { get; } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/UserRepository.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/UserRepository.cs deleted file mode 100644 index 52e6ba3b220..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Data/UserRepository.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace Reviews; - -public class UserRepository -{ - private readonly Dictionary _users; - - public UserRepository() - => _users = CreateUsers().ToDictionary(t => t.Id); - - public Task GetUserById(string id) - => Task.FromResult(_users[id]); - - private static IEnumerable CreateUsers() - { - yield return new User("1", "@ada"); - yield return new User("2", "@complete"); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Program.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Program.cs deleted file mode 100644 index f656a1b564a..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Program.cs +++ /dev/null @@ -1,18 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); - -builder.Services.AddSingleton(); -builder.Services.AddSingleton(); - -builder.Services - .AddGraphQLServer() - .AddApolloFederation() - .AddQueryType() - .AddType() - .RegisterService() - .RegisterService(); - -var app = builder.Build(); - -app.MapGraphQL(); - -app.Run(); \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Reviews.csproj b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Reviews.csproj deleted file mode 100644 index 1f105aadc20..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Reviews.csproj +++ /dev/null @@ -1,23 +0,0 @@ - - - - net6.0 - enable - enable - - - - - - - - - - - - - - - - - diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/ProductType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/ProductType.cs deleted file mode 100644 index 3bb2ffc28cc..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/ProductType.cs +++ /dev/null @@ -1,30 +0,0 @@ -using HotChocolate.Types; - -namespace Reviews; - -public class ProductType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .ExtendServiceType() - .Key("upc") - .ResolveReferenceWith(t => GetByIdAsync(default!)); - - descriptor - .Field(t => t.Upc) - .External(); - - descriptor - .Field("reviews") - .Type>>>() - .Resolve(async ctx => - { - var repository = ctx.Service(); - var upc = ctx.Parent().Upc; - return await repository.GetByProductUpcAsync(upc); - }); - } - - private static Product GetByIdAsync(string upc) => new(upc); -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/ReviewType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/ReviewType.cs deleted file mode 100644 index 26d2173af46..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/ReviewType.cs +++ /dev/null @@ -1,27 +0,0 @@ -using HotChocolate.Types; - -namespace Reviews; - -public class ReviewType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .Key("id"); - - descriptor - .Field(t => t.Product) - .Type>(); - - descriptor - .Field("author") - .Provides("username") - .Type>() - .Resolve(async ctx => - { - var repository = ctx.Service(); - var authorId = ctx.Parent().AuthorId; - return await repository.GetUserById(authorId); - }); - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/UserType.cs b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/UserType.cs deleted file mode 100644 index 0060c187810..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/Types/UserType.cs +++ /dev/null @@ -1,37 +0,0 @@ -using HotChocolate.Types; - -namespace Reviews; - -public class UserType : ObjectType -{ - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor - .ExtendServiceType() - .Key("id") - .ResolveReferenceWith(t => GetUserByIdAsync(default!, default!)); - - descriptor - .Field(t => t.Id) - .External(); - - descriptor - .Field(t => t.Username) - .External(); - - descriptor - .Field("reviews") - .Type>>>() - .Resolve(async ctx => - { - var repository = ctx.Service(); - var id = ctx.Parent().Id; - return await repository.GetByUserIdAsync(id); - }); - } - - private static Task GetUserByIdAsync( - string id, - UserRepository repository) - => repository.GetUserById(id); -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/appsettings.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/appsettings.json deleted file mode 100644 index 002fb89c861..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/Reviews/appsettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "urls": "http://localhost:5002" -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/gateway.js b/src/HotChocolate/ApolloFederation/examples/CodeFirst/gateway.js deleted file mode 100644 index b5bac311a61..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/gateway.js +++ /dev/null @@ -1,39 +0,0 @@ -const { ApolloServer } = require("apollo-server"); -const { ApolloGateway } = require("@apollo/gateway"); - -const gateway = new ApolloGateway({ - // This entire `serviceList` is optional when running in managed federation - // mode, using Apollo Graph Manager as the source of truth. In production, - // using a single source of truth to compose a schema is recommended and - // prevents composition failures at runtime using schema validation using - // real usage-based metrics. - supergraphSdl: new IntrospectAndCompose({ - subgraphs: [ - { name: "accounts", url: "http://localhost:5001/graphql" }, - { name: "reviews", url: "http://localhost:5002/graphql" }, - { name: "products", url: "http://localhost:5003/graphql" }, - { name: "inventory", url: "http://localhost:5004/graphql" } - ], - }), - - // Experimental: Enabling this enables the query plan view in Playground. - __exposeQueryPlanExperimental: false, -}); - -(async () => { - const server = new ApolloServer({ - gateway, - - // Apollo Graph Manager (previously known as Apollo Engine) - // When enabled and an `ENGINE_API_KEY` is set in the environment, - // provides metrics, schema management and trace reporting. - engine: false, - - // Subscriptions are unsupported but planned for a future Gateway version. - subscriptions: false, - }); - - server.listen({port: 5400}).then(({ url }) => { - console.log(`🚀 Server ready at ${url}`); - }); -})(); \ No newline at end of file diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/package-lock.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/package-lock.json deleted file mode 100644 index 1d72c7e6052..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/package-lock.json +++ /dev/null @@ -1,8009 +0,0 @@ -{ - "name": "federation-demo", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "federation-demo", - "dependencies": { - "@apollo/gateway": "latest", - "apollo-server": "latest", - "graphql": "latest" - }, - "devDependencies": { - "concurrently": "latest", - "nodemon": "latest" - } - }, - "node_modules/@apollo/federation": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.20.4.tgz", - "integrity": "sha512-A/2BtgSytrrA2nSuCrKIlXYemfMEzCosIOD4vUjK7Y1LvNuPCBxt6mdZ+hjKrfpY4IXhZdgbtHjI5/Q2Pkqsmg==", - "dependencies": { - "apollo-graphql": "^0.6.0", - "apollo-server-env": "^2.4.5", - "core-js": "^3.4.0", - "lodash.xorby": "^4.7.0" - }, - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "graphql": "^14.5.0 || ^15.0.0" - } - }, - "node_modules/@apollo/gateway": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-0.20.4.tgz", - "integrity": "sha512-MxOxWPtOVrsClN+Yn8TKoQAIJCPvekM1GisVQIbRWwWeLyQz95YEf3/uDYd/L2+c6CdNYKRoOiDVgCLJWNW5Ew==", - "dependencies": { - "@apollo/federation": "^0.20.4", - "@apollo/query-planner-wasm": "^0.0.6", - "@types/node-fetch": "2.5.4", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-core": "^2.18.0", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-types": "^0.6.0", - "loglevel": "^1.6.1", - "make-fetch-happen": "^8.0.0", - "pretty-format": "^26.0.0" - }, - "engines": { - "node": ">=12.13.0 <15.0" - }, - "peerDependencies": { - "graphql": "^14.5.0 || ^15.0.0" - } - }, - "node_modules/@apollo/gateway/node_modules/agent-base": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.1.tgz", - "integrity": "sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/@apollo/gateway/node_modules/agentkeepalive": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", - "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", - "dependencies": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/@apollo/gateway/node_modules/cacache": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", - "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", - "dependencies": { - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.0", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@apollo/gateway/node_modules/chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/@apollo/gateway/node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@apollo/gateway/node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" - }, - "node_modules/@apollo/gateway/node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@apollo/gateway/node_modules/https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@apollo/gateway/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@apollo/gateway/node_modules/make-fetch-happen": { - "version": "8.0.9", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.9.tgz", - "integrity": "sha512-uHa4gv/NIdm9cUvfOhYb57nxrCY08iyMRXru0jbpaH57Q3NCge/ypY7fOvgCr8tPyucKrGbVndKhjXE0IX0VfQ==", - "dependencies": { - "agentkeepalive": "^4.1.0", - "cacache": "^15.0.0", - "http-cache-semantics": "^4.0.4", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^5.0.0", - "ssri": "^8.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@apollo/gateway/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@apollo/gateway/node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@apollo/gateway/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@apollo/gateway/node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@apollo/gateway/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@apollo/gateway/node_modules/socks-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz", - "integrity": "sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==", - "dependencies": { - "agent-base": "6", - "debug": "4", - "socks": "^2.3.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@apollo/gateway/node_modules/ssri": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.0.tgz", - "integrity": "sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@apollo/gateway/node_modules/tar": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.5.tgz", - "integrity": "sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@apollo/gateway/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/@apollo/protobufjs": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@apollo/protobufjs/-/protobufjs-1.0.5.tgz", - "integrity": "sha512-ZtyaBH1icCgqwIGb3zrtopV2D5Q8yxibkJzlaViM08eOhTQc7rACdYu0pfORFfhllvdMZ3aq69vifYHszY4gNA==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.0", - "@types/node": "^10.1.0", - "long": "^4.0.0" - }, - "bin": { - "apollo-pbjs": "bin/pbjs", - "apollo-pbts": "bin/pbts" - } - }, - "node_modules/@apollo/protobufjs/node_modules/@types/node": { - "version": "10.17.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.35.tgz", - "integrity": "sha512-gXx7jAWpMddu0f7a+L+txMplp3FnHl53OhQIF9puXKq3hDGY/GjH+MF04oWnV/adPSCrbtHumDCFwzq2VhltWA==" - }, - "node_modules/@apollo/query-planner-wasm": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@apollo/query-planner-wasm/-/query-planner-wasm-0.0.6.tgz", - "integrity": "sha512-YiAmDo+SOCyriwX3oQcAiQRS2zjWQdbgxnbca1KqDv5WB33gG8CmU1Q0BS7i3UNZeencAPfrSjIVOH/NqVyeUw==", - "deprecated": "This package used internally by @apollo/gateway has been replaced by @apollo/query-planner." - }, - "node_modules/@apollographql/apollo-tools": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@apollographql/apollo-tools/-/apollo-tools-0.4.8.tgz", - "integrity": "sha512-W2+HB8Y7ifowcf3YyPHgDI05izyRtOeZ4MqIr7LbTArtmJ0ZHULWpn84SGMW7NAvTV1tFExpHlveHhnXuJfuGA==", - "dependencies": { - "apollo-env": "^0.6.5" - }, - "engines": { - "node": ">=8", - "npm": ">=6" - } - }, - "node_modules/@apollographql/graphql-playground-html": { - "version": "1.6.26", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.26.tgz", - "integrity": "sha512-XAwXOIab51QyhBxnxySdK3nuMEUohhDsHQ5Rbco/V1vjlP75zZ0ZLHD9dTpXTN8uxKxopb2lUvJTq+M4g2Q0HQ==", - "dependencies": { - "xss": "^1.0.6" - } - }, - "node_modules/@jest/types": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz", - "integrity": "sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@npmcli/move-file": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.0.1.tgz", - "integrity": "sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==", - "dependencies": { - "mkdirp": "^1.0.4" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@npmcli/move-file/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@protobufjs/aspromise": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", - "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=" - }, - "node_modules/@protobufjs/base64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" - }, - "node_modules/@protobufjs/codegen": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" - }, - "node_modules/@protobufjs/eventemitter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", - "integrity": "sha1-NVy8mLr61ZePntCV85diHx0Ga3A=" - }, - "node_modules/@protobufjs/fetch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=", - "dependencies": { - "@protobufjs/aspromise": "^1.1.1", - "@protobufjs/inquire": "^1.1.0" - } - }, - "node_modules/@protobufjs/float": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", - "integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=" - }, - "node_modules/@protobufjs/inquire": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", - "integrity": "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=" - }, - "node_modules/@protobufjs/path": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", - "integrity": "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=" - }, - "node_modules/@protobufjs/pool": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", - "integrity": "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=" - }, - "node_modules/@protobufjs/utf8": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=" - }, - "node_modules/@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "dev": true, - "dependencies": { - "defer-to-connect": "^1.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@types/accepts": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", - "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "node_modules/@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" - }, - "node_modules/@types/connect": { - "version": "3.4.33", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.33.tgz", - "integrity": "sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg==" - }, - "node_modules/@types/cookies": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.4.tgz", - "integrity": "sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw==", - "dependencies": { - "@types/connect": "*", - "@types/express": "*", - "@types/keygrip": "*", - "@types/node": "*" - } - }, - "node_modules/@types/cors": { - "version": "2.8.7", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.7.tgz", - "integrity": "sha512-sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ==", - "dependencies": { - "@types/express": "*" - } - }, - "node_modules/@types/express": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.8.tgz", - "integrity": "sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz", - "integrity": "sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "node_modules/@types/fs-capacitor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", - "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/graphql-upload": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.4.tgz", - "integrity": "sha512-0TRyJD2o8vbkmJF8InppFcPVcXKk+Rvlg/xvpHBIndSJYpmDWfmtx/ZAtl4f3jR2vfarpTqYgj8MZuJssSoU7Q==", - "dependencies": { - "@types/express": "*", - "@types/fs-capacitor": "*", - "@types/koa": "*", - "graphql": "^15.3.0" - } - }, - "node_modules/@types/http-assert": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.1.tgz", - "integrity": "sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ==" - }, - "node_modules/@types/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==" - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", - "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz", - "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==", - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/keygrip": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", - "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" - }, - "node_modules/@types/koa": { - "version": "2.11.4", - "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.11.4.tgz", - "integrity": "sha512-Etqs0kdqbuAsNr5k6mlZQelpZKVwMu9WPRHVVTLnceZlhr0pYmblRNJbCgoCMzKWWePldydU0AYEOX4Q9fnGUQ==", - "dependencies": { - "@types/accepts": "*", - "@types/content-disposition": "*", - "@types/cookies": "*", - "@types/http-assert": "*", - "@types/http-errors": "*", - "@types/keygrip": "*", - "@types/koa-compose": "*", - "@types/node": "*" - } - }, - "node_modules/@types/koa-compose": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", - "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", - "dependencies": { - "@types/koa": "*" - } - }, - "node_modules/@types/long": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz", - "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" - }, - "node_modules/@types/mime": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-2.0.3.tgz", - "integrity": "sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==" - }, - "node_modules/@types/node": { - "version": "14.11.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.2.tgz", - "integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==" - }, - "node_modules/@types/node-fetch": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.4.tgz", - "integrity": "sha512-Oz6id++2qAOFuOlE1j0ouk1dzl3mmI1+qINPNBhi9nt/gVOz0G+13Ao6qjhdF0Ys+eOkhu6JnFmt38bR3H0POQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/qs": { - "version": "6.9.5", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz", - "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ==" - }, - "node_modules/@types/range-parser": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz", - "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==" - }, - "node_modules/@types/serve-static": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.5.tgz", - "integrity": "sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ==", - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/mime": "*" - } - }, - "node_modules/@types/ws": { - "version": "7.2.7", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz", - "integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/yargs": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.7.tgz", - "integrity": "sha512-Gf4u3EjaPNcC9cTu4/j2oN14nSVhr8PQ+BvBcBQHAhDZfl0bVIiLgvnRXv/dn58XhTm9UXvBpvJpDlwV65QxOA==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz", - "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==" - }, - "node_modules/@wry/equality": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.11.tgz", - "integrity": "sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==", - "dependencies": { - "tslib": "^1.9.3" - } - }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "node_modules/accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "dependencies": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", - "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", - "dev": true, - "dependencies": { - "string-width": "^3.0.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "dependencies": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/apollo-cache-control": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/apollo-cache-control/-/apollo-cache-control-0.11.3.tgz", - "integrity": "sha512-21GCeC9AIIa22uD0Vtqn/N0D5kOB4rY/Pa9aQhxVeLN+4f8Eu4nmteXhFypUD0LL1/58dmm8lS5embsfoIGjEA==", - "deprecated": "The functionality provided by the `apollo-cache-control` package is built in to `apollo-server-core` starting with Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#cachecontrol for details.", - "dependencies": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-datasource": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/apollo-datasource/-/apollo-datasource-0.7.2.tgz", - "integrity": "sha512-ibnW+s4BMp4K2AgzLEtvzkjg7dJgCaw9M5b5N0YKNmeRZRnl/I/qBTQae648FsRKgMwTbRQIvBhQ0URUFAqFOw==", - "dependencies": { - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-env": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/apollo-env/-/apollo-env-0.6.5.tgz", - "integrity": "sha512-jeBUVsGymeTHYWp3me0R2CZRZrFeuSZeICZHCeRflHTfnQtlmbSXdy5E0pOyRM9CU4JfQkKDC98S1YglQj7Bzg==", - "dependencies": { - "@types/node-fetch": "2.5.7", - "core-js": "^3.0.1", - "node-fetch": "^2.2.0", - "sha.js": "^2.4.11" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/apollo-env/node_modules/@types/node-fetch": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz", - "integrity": "sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==", - "dependencies": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "node_modules/apollo-env/node_modules/form-data": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", - "integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/apollo-graphql": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-graphql/-/apollo-graphql-0.6.0.tgz", - "integrity": "sha512-BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==", - "dependencies": { - "apollo-env": "^0.6.5", - "lodash.sortby": "^4.7.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^14.2.1 || ^15.0.0" - } - }, - "node_modules/apollo-link": { - "version": "1.2.14", - "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", - "integrity": "sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg==", - "dependencies": { - "apollo-utilities": "^1.3.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.9.3", - "zen-observable-ts": "^0.8.21" - }, - "peerDependencies": { - "graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-reporting-protobuf": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.0.tgz", - "integrity": "sha512-AFLQIuO0QhkoCF+41Be/B/YU0C33BZ0opfyXorIjM3MNNiEDSyjZqmUozlB3LqgfhT9mn2IR5RSsA+1b4VovDQ==", - "dependencies": { - "@apollo/protobufjs": "^1.0.3" - } - }, - "node_modules/apollo-server": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server/-/apollo-server-2.18.1.tgz", - "integrity": "sha512-W0IIiALWfUV5CYHeGlA8OGy2CbBeDTUtWIyqoaopLViWPdU+TkJcar+wMe5FfK3F+mIaISRsOcJAjqkRngDSuA==", - "dependencies": { - "apollo-server-core": "^2.18.1", - "apollo-server-express": "^2.18.1", - "express": "^4.0.0", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-caching": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/apollo-server-caching/-/apollo-server-caching-0.5.2.tgz", - "integrity": "sha512-HUcP3TlgRsuGgeTOn8QMbkdx0hLPXyEJehZIPrcof0ATz7j7aTPA4at7gaiFHCo8gk07DaWYGB3PFgjboXRcWQ==", - "dependencies": { - "lru-cache": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-server-core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.18.1.tgz", - "integrity": "sha512-Bv08AyJ3WSms59loE31haVRBctDn6MGyjtaPnfLlQV5//wMdwS5MXX8RcMCmXxv0Utp5TlhoD+pHLO5Ool+LRw==", - "dependencies": { - "@apollographql/apollo-tools": "^0.4.3", - "@apollographql/graphql-playground-html": "1.6.26", - "@types/graphql-upload": "^8.0.0", - "@types/ws": "^7.0.0", - "apollo-cache-control": "^0.11.3", - "apollo-datasource": "^0.7.2", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-plugin-base": "^0.10.1", - "apollo-server-types": "^0.6.0", - "apollo-tracing": "^0.11.4", - "async-retry": "^1.2.1", - "fast-json-stable-stringify": "^2.0.0", - "graphql-extensions": "^0.12.5", - "graphql-tag": "^2.9.2", - "graphql-tools": "^4.0.0", - "graphql-upload": "^8.0.2", - "loglevel": "^1.6.7", - "sha.js": "^2.4.11", - "subscriptions-transport-ws": "^0.9.11", - "uuid": "^8.0.0", - "ws": "^6.0.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-env": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/apollo-server-env/-/apollo-server-env-2.4.5.tgz", - "integrity": "sha512-nfNhmGPzbq3xCEWT8eRpoHXIPNcNy3QcEoBlzVMjeglrBGryLG2LXwBSPnVmTRRrzUYugX0ULBtgE3rBFNoUgA==", - "dependencies": { - "node-fetch": "^2.1.2", - "util.promisify": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/apollo-server-errors": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz", - "integrity": "sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==", - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-express": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.18.1.tgz", - "integrity": "sha512-qAkSlhKSvPx7sWT+Thk7bfHqjWNNm+uP66zNZlnsvKlR4++84KfcFrij3MaCm67mu4h0MBv2dvlsoOrXehrYtg==", - "dependencies": { - "@apollographql/graphql-playground-html": "1.6.26", - "@types/accepts": "^1.3.5", - "@types/body-parser": "1.19.0", - "@types/cors": "2.8.7", - "@types/express": "4.17.7", - "@types/express-serve-static-core": "4.17.9", - "accepts": "^1.3.5", - "apollo-server-core": "^2.18.1", - "apollo-server-types": "^0.6.0", - "body-parser": "^1.18.3", - "cors": "^2.8.4", - "express": "^4.17.1", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0", - "parseurl": "^1.3.2", - "subscriptions-transport-ws": "^0.9.16", - "type-is": "^1.6.16" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-express/node_modules/@types/express": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.7.tgz", - "integrity": "sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/apollo-server-express/node_modules/@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz", - "integrity": "sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "node_modules/apollo-server-plugin-base": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.1.tgz", - "integrity": "sha512-XChCBDNyfByWqVXptsjPwrwrCj5cxMmNbchZZi8KXjtJ0hN2C/9BMNlInJd6bVGXvUbkRJYUakfKCfO5dZmwIg==", - "dependencies": { - "apollo-server-types": "^0.6.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-server-types": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-server-types/-/apollo-server-types-0.6.0.tgz", - "integrity": "sha512-usqXaz81bHxD2IZvKEQNnLpSbf2Z/BmobXZAjEefJEQv1ItNn+lJNUmSSEfGejHvHlg2A7WuAJKJWyDWcJrNnA==", - "dependencies": { - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-tracing": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/apollo-tracing/-/apollo-tracing-0.11.4.tgz", - "integrity": "sha512-zBu/SwQlXfbdpcKLzWARGVjrEkIZUW3W9Mb4CCIzv07HbBQ8IQpmf9w7HIJJefC7rBiBJYg6JBGyuro3N2lxCA==", - "deprecated": "The `apollo-tracing` package is no longer part of Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#tracing for details", - "dependencies": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/apollo-utilities": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.4.tgz", - "integrity": "sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==", - "dependencies": { - "@wry/equality": "^0.1.2", - "fast-json-stable-stringify": "^2.0.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.10.0" - }, - "peerDependencies": { - "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "node_modules/async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "node_modules/async-retry": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz", - "integrity": "sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==", - "dependencies": { - "retry": "0.12.0" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "node_modules/backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "node_modules/balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "node_modules/binary-extensions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", - "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "dependencies": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/body-parser/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/body-parser/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/body-parser/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/boxen": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", - "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", - "dev": true, - "dependencies": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/boxen/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/boxen/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/boxen/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/busboy": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", - "dependencies": { - "dicer": "0.3.0" - }, - "engines": { - "node": ">=4.5.0" - } - }, - "node_modules/bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "dev": true, - "dependencies": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cacheable-request/node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cacheable-request/node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "dev": true - }, - "node_modules/cacheable-request/node_modules/lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cacheable-request/node_modules/normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chalk/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chalk/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/chalk/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/chalk/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chokidar": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", - "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", - "dev": true, - "dependencies": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.4.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.1.2" - } - }, - "node_modules/chokidar/node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/chokidar/node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/chokidar/node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/chokidar/node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", - "dev": true, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "dev": true, - "dependencies": { - "mimic-response": "^1.0.0" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/concurrently": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-5.3.0.tgz", - "integrity": "sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ==", - "dev": true, - "dependencies": { - "chalk": "^2.4.2", - "date-fns": "^2.0.1", - "lodash": "^4.17.15", - "read-pkg": "^4.0.1", - "rxjs": "^6.5.2", - "spawn-command": "^0.0.2-1", - "supports-color": "^6.1.0", - "tree-kill": "^1.2.2", - "yargs": "^13.3.0" - }, - "bin": { - "concurrently": "bin/concurrently.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", - "dev": true, - "dependencies": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/configstore/node_modules/dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dev": true, - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/configstore/node_modules/is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/configstore/node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/configstore/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/configstore/node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "dependencies": { - "safe-buffer": "5.1.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "node_modules/core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cssfilter": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", - "integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=" - }, - "node_modules/date-fns": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz", - "integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==", - "dev": true, - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "dev": true, - "dependencies": { - "mimic-response": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "dev": true, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", - "dev": true - }, - "node_modules/define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dependencies": { - "object-keys": "^1.0.12" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/deprecated-decorator": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz", - "integrity": "sha1-AJZjF7ehL+kvPMgx91g68ym4bDc=" - }, - "node_modules/destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "node_modules/dicer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", - "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", - "dependencies": { - "streamsearch": "0.1.2" - }, - "engines": { - "node": ">=4.5.0" - } - }, - "node_modules/duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", - "dev": true - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/err-code": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", - "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=" - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.17.6", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", - "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", - "dependencies": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-regex": "^1.1.0", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", - "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eventemitter3": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" - }, - "node_modules/express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "dependencies": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/express/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs-capacitor": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-2.0.4.tgz", - "integrity": "sha512-8S4f4WsCryNw2mJJchi46YgB6CR5Ze+4L1h8ewl9tEpL4SJ3ZO+c/bS4BWhB8bK+O3TMqhuZarTitd0S0eh2pA==", - "engines": { - "node": ">=8.5" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "deprecated": "\"Please update to latest v2.3 or v2.2\"", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/global-dirs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", - "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", - "dev": true, - "dependencies": { - "ini": "^1.3.5" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "dev": true, - "dependencies": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", - "dev": true - }, - "node_modules/graphql": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", - "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==", - "engines": { - "node": ">= 10.x" - } - }, - "node_modules/graphql-extensions": { - "version": "0.12.5", - "resolved": "https://registry.npmjs.org/graphql-extensions/-/graphql-extensions-0.12.5.tgz", - "integrity": "sha512-mGyGaktGpK3TVBtM0ZoyPX6Xk0mN9GYX9DRyFzDU4k4A2w93nLX7Ebcp+9/O5nHRmgrc0WziYYSmoWq2WNIoUQ==", - "deprecated": "The `graphql-extensions` API has been removed from Apollo Server 3. Use the plugin API instead: https://www.apollographql.com/docs/apollo-server/integrations/plugins/", - "dependencies": { - "@apollographql/apollo-tools": "^0.4.3", - "apollo-server-env": "^2.4.5", - "apollo-server-types": "^0.6.0" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/graphql-subscriptions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-1.1.0.tgz", - "integrity": "sha512-6WzlBFC0lWmXJbIVE8OgFgXIP4RJi3OQgTPa0DVMsDXdpRDjTsM1K9wfl5HSYX7R87QAGlvcv2Y4BIZa/ItonA==", - "dependencies": { - "iterall": "^1.2.1" - }, - "peerDependencies": { - "graphql": "^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0" - } - }, - "node_modules/graphql-tag": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.11.0.tgz", - "integrity": "sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==", - "peerDependencies": { - "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/graphql-tools": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.8.tgz", - "integrity": "sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==", - "deprecated": "This package has been deprecated and now it only exports makeExecutableSchema.\\nAnd it will no longer receive updates.\\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\\nCheck out https://www.graphql-tools.com to learn what package you should use instead", - "dependencies": { - "apollo-link": "^1.2.14", - "apollo-utilities": "^1.0.1", - "deprecated-decorator": "^0.1.6", - "iterall": "^1.1.3", - "uuid": "^3.1.0" - }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" - } - }, - "node_modules/graphql-tools/node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/graphql-upload": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-8.1.0.tgz", - "integrity": "sha512-U2OiDI5VxYmzRKw0Z2dmfk0zkqMRaecH9Smh1U277gVgVe9Qn+18xqf4skwr4YJszGIh7iQDZ57+5ygOK9sM/Q==", - "dependencies": { - "busboy": "^0.3.1", - "fs-capacitor": "^2.0.4", - "http-errors": "^1.7.3", - "object-path": "^0.11.4" - }, - "engines": { - "node": ">=8.5" - }, - "peerDependencies": { - "graphql": "0.13.1 - 14" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", - "dev": true - }, - "node_modules/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", - "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", - "dev": true - }, - "node_modules/import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "deprecated": "Please update to ini >=1.3.6 to avoid a prototype pollution issue", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-callable": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", - "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "dependencies": { - "ci-info": "^2.0.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, - "node_modules/is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-installed-globally": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", - "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", - "dev": true, - "dependencies": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=" - }, - "node_modules/is-negative-zero": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", - "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-npm": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", - "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", - "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-regex": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", - "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", - "dependencies": { - "has-symbols": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "dependencies": { - "has-symbols": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "node_modules/is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", - "dev": true - }, - "node_modules/iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" - }, - "node_modules/json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", - "dev": true - }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, - "node_modules/keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", - "dev": true, - "dependencies": { - "json-buffer": "3.0.0" - } - }, - "node_modules/latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", - "dev": true, - "dependencies": { - "package-json": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, - "node_modules/lodash.xorby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.xorby/-/lodash.xorby-4.7.0.tgz", - "integrity": "sha1-nBmm+fBjputT3QPBtocXmYAUY9c=" - }, - "node_modules/loglevel": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", - "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==", - "engines": { - "node": ">= 0.6.0" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/subscription/pkg/npm-loglevel?utm_medium=referral&utm_source=npm_fund" - } - }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "node_modules/lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", - "dependencies": { - "mime-db": "1.44.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-collect/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-collect/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-fetch": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.1.tgz", - "integrity": "sha512-N0ddPAD8OZnoAHUYj1ZH4ZJVna+ucy7if777LrdeIV1ko8f46af4jbyM5EC1gN4xc9Wq5c3C38GnxRJ2gneXRA==", - "dependencies": { - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "optionalDependencies": { - "encoding": "^0.1.12" - } - }, - "node_modules/minipass-fetch/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-fetch/node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-fetch/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-flush/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-flush/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized/node_modules/minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", - "engines": { - "node": "4.x || >=6.0.0" - } - }, - "node_modules/nodemon": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.4.tgz", - "integrity": "sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "chokidar": "^3.2.2", - "debug": "^3.2.6", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.0.4", - "pstree.remy": "^1.1.7", - "semver": "^5.7.1", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.2", - "update-notifier": "^4.0.0" - }, - "bin": { - "nodemon": "bin/nodemon.js" - }, - "engines": { - "node": ">=8.10.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/nodemon" - } - }, - "node_modules/nodemon/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/nodemon/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", - "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", - "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.0", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.assign/node_modules/es-abstract": { - "version": "1.18.0-next.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.0.tgz", - "integrity": "sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==", - "dependencies": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-negative-zero": "^2.0.0", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", - "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - }, - "engines": { - "node": ">= 0.8" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", - "dev": true, - "dependencies": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/package-json/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "node_modules/picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/pretty-format": { - "version": "26.4.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.4.2.tgz", - "integrity": "sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA==", - "dependencies": { - "@jest/types": "^26.3.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "node_modules/promise-retry": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz", - "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", - "dependencies": { - "err-code": "^1.0.0", - "retry": "^0.10.0" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/promise-retry/node_modules/retry": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", - "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", - "engines": { - "node": "*" - } - }, - "node_modules/proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", - "dependencies": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", - "dev": true - }, - "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/pupa": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz", - "integrity": "sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==", - "dev": true, - "dependencies": { - "escape-goat": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "dependencies": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-body/node_modules/http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/raw-body/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/raw-body/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "dev": true, - "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/read-pkg": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", - "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", - "dev": true, - "dependencies": { - "normalize-package-data": "^2.3.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/readdirp": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", - "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/registry-auth-token": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.0.tgz", - "integrity": "sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w==", - "dev": true, - "dependencies": { - "rc": "^1.2.8" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", - "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", - "dev": true, - "dependencies": { - "rc": "^1.2.8" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "node_modules/resolve": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", - "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", - "dev": true, - "dependencies": { - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "dev": true, - "dependencies": { - "lowercase-keys": "^1.0.0" - } - }, - "node_modules/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", - "engines": { - "node": ">= 4" - } - }, - "node_modules/rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", - "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", - "dev": true, - "dependencies": { - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/semver-diff/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "dependencies": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/send/node_modules/http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", - "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "node_modules/send/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "bin": { - "sha.js": "bin.js" - } - }, - "node_modules/signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "node_modules/smart-buffer": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", - "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.4.4.tgz", - "integrity": "sha512-7LmHN4IHj1Vpd/k8D872VGCHJ6yIVyeFkfIBExRmGPYQ/kdUkpdg9eKh9oOzYYYKQhuxavayJHTnmBG+EzluUA==", - "dependencies": { - "ip": "^1.1.5", - "smart-buffer": "^4.1.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/spawn-command": { - "version": "0.0.2-1", - "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", - "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=", - "dev": true - }, - "node_modules/spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz", - "integrity": "sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==", - "dev": true - }, - "node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/streamsearch": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", - "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", - "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", - "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-ansi/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/subscriptions-transport-ws": { - "version": "0.9.18", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz", - "integrity": "sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==", - "dependencies": { - "backo2": "^1.0.2", - "eventemitter3": "^3.1.0", - "iterall": "^1.2.1", - "symbol-observable": "^1.0.4", - "ws": "^5.2.0" - }, - "peerDependencies": { - "graphql": ">=0.10.0" - } - }, - "node_modules/subscriptions-transport-ws/node_modules/ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/term-size": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", - "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/touch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", - "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", - "dev": true, - "dependencies": { - "nopt": "~1.0.10" - }, - "bin": { - "nodetouch": "bin/nodetouch.js" - } - }, - "node_modules/touch/node_modules/nopt": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", - "dev": true, - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true, - "bin": { - "tree-kill": "cli.js" - } - }, - "node_modules/ts-invariant": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz", - "integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==", - "dependencies": { - "tslib": "^1.9.3" - } - }, - "node_modules/tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/undefsafe": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", - "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", - "dev": true, - "dependencies": { - "debug": "^2.2.0" - } - }, - "node_modules/undefsafe/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/undefsafe/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "node_modules/unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, - "node_modules/unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "dev": true, - "dependencies": { - "crypto-random-string": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/update-notifier": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", - "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", - "dev": true, - "dependencies": { - "boxen": "^4.2.0", - "chalk": "^3.0.0", - "configstore": "^5.0.1", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.3.1", - "is-npm": "^4.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "pupa": "^2.0.1", - "semver-diff": "^3.1.1", - "xdg-basedir": "^4.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/yeoman/update-notifier?sponsor=1" - } - }, - "node_modules/update-notifier/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/update-notifier/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/update-notifier/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "dev": true, - "dependencies": { - "prepend-http": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, - "node_modules/widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dev": true, - "dependencies": { - "string-width": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/widest-line/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/widest-line/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/widest-line/node_modules/string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/widest-line/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/xss": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.8.tgz", - "integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==", - "dependencies": { - "commander": "^2.20.3", - "cssfilter": "0.0.10" - }, - "bin": { - "xss": "bin/xss" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", - "dev": true - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dev": true, - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "node_modules/yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dev": true, - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/zen-observable": { - "version": "0.8.15", - "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", - "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" - }, - "node_modules/zen-observable-ts": { - "version": "0.8.21", - "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz", - "integrity": "sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==", - "dependencies": { - "tslib": "^1.9.3", - "zen-observable": "^0.8.0" - } - } - }, - "dependencies": { - "@apollo/federation": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.20.4.tgz", - "integrity": "sha512-A/2BtgSytrrA2nSuCrKIlXYemfMEzCosIOD4vUjK7Y1LvNuPCBxt6mdZ+hjKrfpY4IXhZdgbtHjI5/Q2Pkqsmg==", - "requires": { - "apollo-graphql": "^0.6.0", - "apollo-server-env": "^2.4.5", - "core-js": "^3.4.0", - "lodash.xorby": "^4.7.0" - } - }, - "@apollo/gateway": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-0.20.4.tgz", - "integrity": "sha512-MxOxWPtOVrsClN+Yn8TKoQAIJCPvekM1GisVQIbRWwWeLyQz95YEf3/uDYd/L2+c6CdNYKRoOiDVgCLJWNW5Ew==", - "requires": { - "@apollo/federation": "^0.20.4", - "@apollo/query-planner-wasm": "^0.0.6", - "@types/node-fetch": "2.5.4", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-core": "^2.18.0", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-types": "^0.6.0", - "loglevel": "^1.6.1", - "make-fetch-happen": "^8.0.0", - "pretty-format": "^26.0.0" - }, - "dependencies": { - "agent-base": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.1.tgz", - "integrity": "sha512-01q25QQDwLSsyfhrKbn8yuur+JNw0H+0Y4JiGIKd3z9aYk/w/2kxD/Upc+t2ZBBSUNff50VjPsSW2YxM8QYKVg==", - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", - "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", - "humanize-ms": "^1.2.1" - } - }, - "cacache": { - "version": "15.0.5", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.0.5.tgz", - "integrity": "sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==", - "requires": { - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.0", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - } - }, - "chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" - }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "requires": { - "minipass": "^3.0.0" - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" - } - }, - "make-fetch-happen": { - "version": "8.0.9", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-8.0.9.tgz", - "integrity": "sha512-uHa4gv/NIdm9cUvfOhYb57nxrCY08iyMRXru0jbpaH57Q3NCge/ypY7fOvgCr8tPyucKrGbVndKhjXE0IX0VfQ==", - "requires": { - "agentkeepalive": "^4.1.0", - "cacache": "^15.0.0", - "http-cache-semantics": "^4.0.4", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^5.0.0", - "ssri": "^8.0.0" - } - }, - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "requires": { - "glob": "^7.1.3" - } - }, - "socks-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.0.tgz", - "integrity": "sha512-lEpa1zsWCChxiynk+lCycKuC502RxDWLKJZoIhnxrWNjLSDGYRFflHA1/228VkRcnv9TIb8w98derGbpKxJRgA==", - "requires": { - "agent-base": "6", - "debug": "4", - "socks": "^2.3.3" - } - }, - "ssri": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.0.tgz", - "integrity": "sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==", - "requires": { - "minipass": "^3.1.1" - } - }, - "tar": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.5.tgz", - "integrity": "sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==", - "requires": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "@apollo/protobufjs": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@apollo/protobufjs/-/protobufjs-1.0.5.tgz", - "integrity": "sha512-ZtyaBH1icCgqwIGb3zrtopV2D5Q8yxibkJzlaViM08eOhTQc7rACdYu0pfORFfhllvdMZ3aq69vifYHszY4gNA==", - "requires": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.0", - "@types/node": "^10.1.0", - "long": "^4.0.0" - }, - "dependencies": { - "@types/node": { - "version": "10.17.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.35.tgz", - "integrity": "sha512-gXx7jAWpMddu0f7a+L+txMplp3FnHl53OhQIF9puXKq3hDGY/GjH+MF04oWnV/adPSCrbtHumDCFwzq2VhltWA==" - } - } - }, - "@apollo/query-planner-wasm": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@apollo/query-planner-wasm/-/query-planner-wasm-0.0.6.tgz", - "integrity": "sha512-YiAmDo+SOCyriwX3oQcAiQRS2zjWQdbgxnbca1KqDv5WB33gG8CmU1Q0BS7i3UNZeencAPfrSjIVOH/NqVyeUw==" - }, - "@apollographql/apollo-tools": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/@apollographql/apollo-tools/-/apollo-tools-0.4.8.tgz", - "integrity": "sha512-W2+HB8Y7ifowcf3YyPHgDI05izyRtOeZ4MqIr7LbTArtmJ0ZHULWpn84SGMW7NAvTV1tFExpHlveHhnXuJfuGA==", - "requires": { - "apollo-env": "^0.6.5" - } - }, - "@apollographql/graphql-playground-html": { - "version": "1.6.26", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.26.tgz", - "integrity": "sha512-XAwXOIab51QyhBxnxySdK3nuMEUohhDsHQ5Rbco/V1vjlP75zZ0ZLHD9dTpXTN8uxKxopb2lUvJTq+M4g2Q0HQ==", - "requires": { - "xss": "^1.0.6" - } - }, - "@jest/types": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz", - "integrity": "sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "@npmcli/move-file": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.0.1.tgz", - "integrity": "sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==", - "requires": { - "mkdirp": "^1.0.4" - }, - "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - } - } - }, - "@protobufjs/aspromise": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", - "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=" - }, - "@protobufjs/base64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" - }, - "@protobufjs/codegen": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" - }, - "@protobufjs/eventemitter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", - "integrity": "sha1-NVy8mLr61ZePntCV85diHx0Ga3A=" - }, - "@protobufjs/fetch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=", - "requires": { - "@protobufjs/aspromise": "^1.1.1", - "@protobufjs/inquire": "^1.1.0" - } - }, - "@protobufjs/float": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", - "integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=" - }, - "@protobufjs/inquire": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", - "integrity": "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=" - }, - "@protobufjs/path": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", - "integrity": "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=" - }, - "@protobufjs/pool": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", - "integrity": "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=" - }, - "@protobufjs/utf8": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=" - }, - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", - "dev": true - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "dev": true, - "requires": { - "defer-to-connect": "^1.0.1" - } - }, - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" - }, - "@types/accepts": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz", - "integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==", - "requires": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" - }, - "@types/connect": { - "version": "3.4.33", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.33.tgz", - "integrity": "sha512-2+FrkXY4zllzTNfJth7jOqEHC+enpLeGslEhpnTAkg21GkRrWV4SsAtqchtT4YS9/nODBU2/ZfsBY2X4J/dX7A==", - "requires": { - "@types/node": "*" - } - }, - "@types/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg==" - }, - "@types/cookies": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.4.tgz", - "integrity": "sha512-oTGtMzZZAVuEjTwCjIh8T8FrC8n/uwy+PG0yTvQcdZ7etoel7C7/3MSd7qrukENTgQtotG7gvBlBojuVs7X5rw==", - "requires": { - "@types/connect": "*", - "@types/express": "*", - "@types/keygrip": "*", - "@types/node": "*" - } - }, - "@types/cors": { - "version": "2.8.7", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.7.tgz", - "integrity": "sha512-sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ==", - "requires": { - "@types/express": "*" - } - }, - "@types/express": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.8.tgz", - "integrity": "sha512-wLhcKh3PMlyA2cNAB9sjM1BntnhPMiM0JOBwPBqttjHev2428MLEB4AYVN+d8s2iyCVZac+o41Pflm/ZH5vLXQ==", - "requires": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "@types/express-serve-static-core": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.13.tgz", - "integrity": "sha512-RgDi5a4nuzam073lRGKTUIaL3eF2+H7LJvJ8eUnCI0wA6SNjXc44DCmWNiTLs/AZ7QlsFWZiw/gTG3nSQGL0fA==", - "requires": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "@types/fs-capacitor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/fs-capacitor/-/fs-capacitor-2.0.0.tgz", - "integrity": "sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/graphql-upload": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@types/graphql-upload/-/graphql-upload-8.0.4.tgz", - "integrity": "sha512-0TRyJD2o8vbkmJF8InppFcPVcXKk+Rvlg/xvpHBIndSJYpmDWfmtx/ZAtl4f3jR2vfarpTqYgj8MZuJssSoU7Q==", - "requires": { - "@types/express": "*", - "@types/fs-capacitor": "*", - "@types/koa": "*", - "graphql": "^15.3.0" - } - }, - "@types/http-assert": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.1.tgz", - "integrity": "sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ==" - }, - "@types/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==" - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz", - "integrity": "sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "requires": { - "@types/istanbul-lib-coverage": "*" - } - }, - "@types/istanbul-reports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz", - "integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==", - "requires": { - "@types/istanbul-lib-report": "*" - } - }, - "@types/keygrip": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz", - "integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==" - }, - "@types/koa": { - "version": "2.11.4", - "resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.11.4.tgz", - "integrity": "sha512-Etqs0kdqbuAsNr5k6mlZQelpZKVwMu9WPRHVVTLnceZlhr0pYmblRNJbCgoCMzKWWePldydU0AYEOX4Q9fnGUQ==", - "requires": { - "@types/accepts": "*", - "@types/content-disposition": "*", - "@types/cookies": "*", - "@types/http-assert": "*", - "@types/http-errors": "*", - "@types/keygrip": "*", - "@types/koa-compose": "*", - "@types/node": "*" - } - }, - "@types/koa-compose": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz", - "integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==", - "requires": { - "@types/koa": "*" - } - }, - "@types/long": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz", - "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" - }, - "@types/mime": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-2.0.3.tgz", - "integrity": "sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==" - }, - "@types/node": { - "version": "14.11.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.2.tgz", - "integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==" - }, - "@types/node-fetch": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.4.tgz", - "integrity": "sha512-Oz6id++2qAOFuOlE1j0ouk1dzl3mmI1+qINPNBhi9nt/gVOz0G+13Ao6qjhdF0Ys+eOkhu6JnFmt38bR3H0POQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/qs": { - "version": "6.9.5", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.5.tgz", - "integrity": "sha512-/JHkVHtx/REVG0VVToGRGH2+23hsYLHdyG+GrvoUGlGAd0ErauXDyvHtRI/7H7mzLm+tBCKA7pfcpkQ1lf58iQ==" - }, - "@types/range-parser": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz", - "integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==" - }, - "@types/serve-static": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.5.tgz", - "integrity": "sha512-6M64P58N+OXjU432WoLLBQxbA0LRGBCRm7aAGQJ+SMC1IMl0dgRVi9EFfoDcS2a7Xogygk/eGN94CfwU9UF7UQ==", - "requires": { - "@types/express-serve-static-core": "*", - "@types/mime": "*" - } - }, - "@types/ws": { - "version": "7.2.7", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.2.7.tgz", - "integrity": "sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA==", - "requires": { - "@types/node": "*" - } - }, - "@types/yargs": { - "version": "15.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.7.tgz", - "integrity": "sha512-Gf4u3EjaPNcC9cTu4/j2oN14nSVhr8PQ+BvBcBQHAhDZfl0bVIiLgvnRXv/dn58XhTm9UXvBpvJpDlwV65QxOA==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "@types/yargs-parser": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz", - "integrity": "sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==" - }, - "@wry/equality": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.1.11.tgz", - "integrity": "sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==", - "requires": { - "tslib": "^1.9.3" - } - }, - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ansi-align": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", - "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", - "dev": true, - "requires": { - "string-width": "^3.0.0" - } - }, - "ansi-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", - "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==" - }, - "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", - "requires": { - "@types/color-name": "^1.1.1", - "color-convert": "^2.0.1" - } - }, - "anymatch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", - "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "apollo-cache-control": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/apollo-cache-control/-/apollo-cache-control-0.11.3.tgz", - "integrity": "sha512-21GCeC9AIIa22uD0Vtqn/N0D5kOB4rY/Pa9aQhxVeLN+4f8Eu4nmteXhFypUD0LL1/58dmm8lS5embsfoIGjEA==", - "requires": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - } - }, - "apollo-datasource": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/apollo-datasource/-/apollo-datasource-0.7.2.tgz", - "integrity": "sha512-ibnW+s4BMp4K2AgzLEtvzkjg7dJgCaw9M5b5N0YKNmeRZRnl/I/qBTQae648FsRKgMwTbRQIvBhQ0URUFAqFOw==", - "requires": { - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - } - }, - "apollo-env": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/apollo-env/-/apollo-env-0.6.5.tgz", - "integrity": "sha512-jeBUVsGymeTHYWp3me0R2CZRZrFeuSZeICZHCeRflHTfnQtlmbSXdy5E0pOyRM9CU4JfQkKDC98S1YglQj7Bzg==", - "requires": { - "@types/node-fetch": "2.5.7", - "core-js": "^3.0.1", - "node-fetch": "^2.2.0", - "sha.js": "^2.4.11" - }, - "dependencies": { - "@types/node-fetch": { - "version": "2.5.7", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz", - "integrity": "sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==", - "requires": { - "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "form-data": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz", - "integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } - } - }, - "apollo-graphql": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-graphql/-/apollo-graphql-0.6.0.tgz", - "integrity": "sha512-BxTf5LOQe649e9BNTPdyCGItVv4Ll8wZ2BKnmiYpRAocYEXAVrQPWuSr3dO4iipqAU8X0gvle/Xu9mSqg5b7Qg==", - "requires": { - "apollo-env": "^0.6.5", - "lodash.sortby": "^4.7.0" - } - }, - "apollo-link": { - "version": "1.2.14", - "resolved": "https://registry.npmjs.org/apollo-link/-/apollo-link-1.2.14.tgz", - "integrity": "sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg==", - "requires": { - "apollo-utilities": "^1.3.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.9.3", - "zen-observable-ts": "^0.8.21" - } - }, - "apollo-reporting-protobuf": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.0.tgz", - "integrity": "sha512-AFLQIuO0QhkoCF+41Be/B/YU0C33BZ0opfyXorIjM3MNNiEDSyjZqmUozlB3LqgfhT9mn2IR5RSsA+1b4VovDQ==", - "requires": { - "@apollo/protobufjs": "^1.0.3" - } - }, - "apollo-server": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server/-/apollo-server-2.18.1.tgz", - "integrity": "sha512-W0IIiALWfUV5CYHeGlA8OGy2CbBeDTUtWIyqoaopLViWPdU+TkJcar+wMe5FfK3F+mIaISRsOcJAjqkRngDSuA==", - "requires": { - "apollo-server-core": "^2.18.1", - "apollo-server-express": "^2.18.1", - "express": "^4.0.0", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0" - } - }, - "apollo-server-caching": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/apollo-server-caching/-/apollo-server-caching-0.5.2.tgz", - "integrity": "sha512-HUcP3TlgRsuGgeTOn8QMbkdx0hLPXyEJehZIPrcof0ATz7j7aTPA4at7gaiFHCo8gk07DaWYGB3PFgjboXRcWQ==", - "requires": { - "lru-cache": "^5.0.0" - } - }, - "apollo-server-core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-core/-/apollo-server-core-2.18.1.tgz", - "integrity": "sha512-Bv08AyJ3WSms59loE31haVRBctDn6MGyjtaPnfLlQV5//wMdwS5MXX8RcMCmXxv0Utp5TlhoD+pHLO5Ool+LRw==", - "requires": { - "@apollographql/apollo-tools": "^0.4.3", - "@apollographql/graphql-playground-html": "1.6.26", - "@types/graphql-upload": "^8.0.0", - "@types/ws": "^7.0.0", - "apollo-cache-control": "^0.11.3", - "apollo-datasource": "^0.7.2", - "apollo-graphql": "^0.6.0", - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5", - "apollo-server-errors": "^2.4.2", - "apollo-server-plugin-base": "^0.10.1", - "apollo-server-types": "^0.6.0", - "apollo-tracing": "^0.11.4", - "async-retry": "^1.2.1", - "fast-json-stable-stringify": "^2.0.0", - "graphql-extensions": "^0.12.5", - "graphql-tag": "^2.9.2", - "graphql-tools": "^4.0.0", - "graphql-upload": "^8.0.2", - "loglevel": "^1.6.7", - "sha.js": "^2.4.11", - "subscriptions-transport-ws": "^0.9.11", - "uuid": "^8.0.0", - "ws": "^6.0.0" - } - }, - "apollo-server-env": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/apollo-server-env/-/apollo-server-env-2.4.5.tgz", - "integrity": "sha512-nfNhmGPzbq3xCEWT8eRpoHXIPNcNy3QcEoBlzVMjeglrBGryLG2LXwBSPnVmTRRrzUYugX0ULBtgE3rBFNoUgA==", - "requires": { - "node-fetch": "^2.1.2", - "util.promisify": "^1.0.0" - } - }, - "apollo-server-errors": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz", - "integrity": "sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==", - "requires": {} - }, - "apollo-server-express": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/apollo-server-express/-/apollo-server-express-2.18.1.tgz", - "integrity": "sha512-qAkSlhKSvPx7sWT+Thk7bfHqjWNNm+uP66zNZlnsvKlR4++84KfcFrij3MaCm67mu4h0MBv2dvlsoOrXehrYtg==", - "requires": { - "@apollographql/graphql-playground-html": "1.6.26", - "@types/accepts": "^1.3.5", - "@types/body-parser": "1.19.0", - "@types/cors": "2.8.7", - "@types/express": "4.17.7", - "@types/express-serve-static-core": "4.17.9", - "accepts": "^1.3.5", - "apollo-server-core": "^2.18.1", - "apollo-server-types": "^0.6.0", - "body-parser": "^1.18.3", - "cors": "^2.8.4", - "express": "^4.17.1", - "graphql-subscriptions": "^1.0.0", - "graphql-tools": "^4.0.0", - "parseurl": "^1.3.2", - "subscriptions-transport-ws": "^0.9.16", - "type-is": "^1.6.16" - }, - "dependencies": { - "@types/express": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.7.tgz", - "integrity": "sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==", - "requires": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "*", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "@types/express-serve-static-core": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.9.tgz", - "integrity": "sha512-DG0BYg6yO+ePW+XoDENYz8zhNGC3jDDEpComMYn7WJc4mY1Us8Rw9ax2YhJXxpyk2SF47PQAoQ0YyVT1a0bEkA==", - "requires": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - } - } - }, - "apollo-server-plugin-base": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.1.tgz", - "integrity": "sha512-XChCBDNyfByWqVXptsjPwrwrCj5cxMmNbchZZi8KXjtJ0hN2C/9BMNlInJd6bVGXvUbkRJYUakfKCfO5dZmwIg==", - "requires": { - "apollo-server-types": "^0.6.0" - } - }, - "apollo-server-types": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/apollo-server-types/-/apollo-server-types-0.6.0.tgz", - "integrity": "sha512-usqXaz81bHxD2IZvKEQNnLpSbf2Z/BmobXZAjEefJEQv1ItNn+lJNUmSSEfGejHvHlg2A7WuAJKJWyDWcJrNnA==", - "requires": { - "apollo-reporting-protobuf": "^0.6.0", - "apollo-server-caching": "^0.5.2", - "apollo-server-env": "^2.4.5" - } - }, - "apollo-tracing": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/apollo-tracing/-/apollo-tracing-0.11.4.tgz", - "integrity": "sha512-zBu/SwQlXfbdpcKLzWARGVjrEkIZUW3W9Mb4CCIzv07HbBQ8IQpmf9w7HIJJefC7rBiBJYg6JBGyuro3N2lxCA==", - "requires": { - "apollo-server-env": "^2.4.5", - "apollo-server-plugin-base": "^0.10.1" - } - }, - "apollo-utilities": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.4.tgz", - "integrity": "sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==", - "requires": { - "@wry/equality": "^0.1.2", - "fast-json-stable-stringify": "^2.0.0", - "ts-invariant": "^0.4.0", - "tslib": "^1.10.0" - } - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "async-retry": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz", - "integrity": "sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==", - "requires": { - "retry": "0.12.0" - } - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "binary-extensions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", - "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", - "dev": true - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "boxen": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", - "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", - "dev": true, - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^5.3.1", - "chalk": "^3.0.0", - "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", - "term-size": "^2.1.0", - "type-fest": "^0.8.1", - "widest-line": "^3.1.0" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true - } - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "busboy": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", - "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", - "requires": { - "dicer": "0.3.0" - } - }, - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "dev": true, - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", - "dev": true - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", - "dev": true - }, - "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", - "dev": true - } - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "chokidar": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz", - "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==", - "dev": true, - "requires": { - "anymatch": "~3.1.1", - "braces": "~3.0.2", - "fsevents": "~2.1.2", - "glob-parent": "~5.1.0", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.4.0" - }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - } - } - }, - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", - "dev": true - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", - "dev": true - }, - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dev": true, - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "dev": true, - "requires": { - "mimic-response": "^1.0.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "concurrently": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-5.3.0.tgz", - "integrity": "sha512-8MhqOB6PWlBfA2vJ8a0bSFKATOdWlHiQlk11IfmQBPaHVP8oP2gsh2MObE6UR3hqDHqvaIvLTyceNW6obVuFHQ==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "date-fns": "^2.0.1", - "lodash": "^4.17.15", - "read-pkg": "^4.0.1", - "rxjs": "^6.5.2", - "spawn-command": "^0.0.2-1", - "supports-color": "^6.1.0", - "tree-kill": "^1.2.2", - "yargs": "^13.3.0" - } - }, - "configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", - "dev": true, - "requires": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" - }, - "dependencies": { - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "dev": true, - "requires": { - "is-obj": "^2.0.0" - } - }, - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", - "dev": true - }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - } - } - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "requires": { - "safe-buffer": "5.1.2" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" - }, - "cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "requires": { - "object-assign": "^4", - "vary": "^1" - } - }, - "crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", - "dev": true - }, - "cssfilter": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", - "integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=" - }, - "date-fns": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz", - "integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==", - "dev": true - }, - "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "dev": true, - "requires": { - "mimic-response": "^1.0.0" - } - }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "dev": true - }, - "defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", - "dev": true - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "requires": { - "object-keys": "^1.0.12" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "deprecated-decorator": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz", - "integrity": "sha1-AJZjF7ehL+kvPMgx91g68ym4bDc=" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "dicer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", - "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", - "requires": { - "streamsearch": "0.1.2" - } - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", - "dev": true - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", - "dev": true - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "optional": true, - "requires": { - "iconv-lite": "^0.6.2" - } - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, - "err-code": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", - "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=" - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "es-abstract": { - "version": "1.17.6", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz", - "integrity": "sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-regex": "^1.1.0", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", - "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", - "dev": true - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "eventemitter3": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "requires": { - "locate-path": "^3.0.0" - } - }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "fs-capacitor": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-2.0.4.tgz", - "integrity": "sha512-8S4f4WsCryNw2mJJchi46YgB6CR5Ze+4L1h8ewl9tEpL4SJ3ZO+c/bS4BWhB8bK+O3TMqhuZarTitd0S0eh2pA==" - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", - "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", - "dev": true, - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", - "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "global-dirs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", - "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", - "dev": true, - "requires": { - "ini": "^1.3.5" - } - }, - "got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "dev": true, - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - } - }, - "graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==", - "dev": true - }, - "graphql": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", - "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" - }, - "graphql-extensions": { - "version": "0.12.5", - "resolved": "https://registry.npmjs.org/graphql-extensions/-/graphql-extensions-0.12.5.tgz", - "integrity": "sha512-mGyGaktGpK3TVBtM0ZoyPX6Xk0mN9GYX9DRyFzDU4k4A2w93nLX7Ebcp+9/O5nHRmgrc0WziYYSmoWq2WNIoUQ==", - "requires": { - "@apollographql/apollo-tools": "^0.4.3", - "apollo-server-env": "^2.4.5", - "apollo-server-types": "^0.6.0" - } - }, - "graphql-subscriptions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-1.1.0.tgz", - "integrity": "sha512-6WzlBFC0lWmXJbIVE8OgFgXIP4RJi3OQgTPa0DVMsDXdpRDjTsM1K9wfl5HSYX7R87QAGlvcv2Y4BIZa/ItonA==", - "requires": { - "iterall": "^1.2.1" - } - }, - "graphql-tag": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.11.0.tgz", - "integrity": "sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==", - "requires": {} - }, - "graphql-tools": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-4.0.8.tgz", - "integrity": "sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==", - "requires": { - "apollo-link": "^1.2.14", - "apollo-utilities": "^1.0.1", - "deprecated-decorator": "^0.1.6", - "iterall": "^1.1.3", - "uuid": "^3.1.0" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" - } - } - }, - "graphql-upload": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-8.1.0.tgz", - "integrity": "sha512-U2OiDI5VxYmzRKw0Z2dmfk0zkqMRaecH9Smh1U277gVgVe9Qn+18xqf4skwr4YJszGIh7iQDZ57+5ygOK9sM/Q==", - "requires": { - "busboy": "^0.3.1", - "fs-capacitor": "^2.0.4", - "http-errors": "^1.7.3", - "object-path": "^0.11.4" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", - "dev": true - }, - "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", - "dev": true - }, - "http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "requires": { - "ms": "^2.0.0" - } - }, - "iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", - "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - }, - "ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", - "dev": true - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", - "dev": true - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "dev": true - }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-callable": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", - "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "requires": { - "ci-info": "^2.0.0" - } - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-installed-globally": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", - "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", - "dev": true, - "requires": { - "global-dirs": "^2.0.1", - "is-path-inside": "^3.0.1" - } - }, - "is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=" - }, - "is-negative-zero": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", - "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=" - }, - "is-npm": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", - "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", - "dev": true - }, - "is-path-inside": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", - "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", - "dev": true - }, - "is-regex": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", - "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", - "requires": { - "has-symbols": "^1.0.1" - } - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "requires": { - "has-symbols": "^1.0.1" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", - "dev": true - }, - "iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" - }, - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", - "dev": true - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", - "dev": true, - "requires": { - "json-buffer": "3.0.0" - } - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", - "dev": true, - "requires": { - "package-json": "^6.3.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=" - }, - "lodash.xorby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.xorby/-/lodash.xorby-4.7.0.tgz", - "integrity": "sha1-nBmm+fBjputT3QPBtocXmYAUY9c=" - }, - "loglevel": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz", - "integrity": "sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==" - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", - "dev": true - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "requires": { - "yallist": "^3.0.2" - } - }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - }, - "mime-db": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz", - "integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==" - }, - "mime-types": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz", - "integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==", - "requires": { - "mime-db": "1.44.0" - } - }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", - "dev": true - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-fetch": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.3.1.tgz", - "integrity": "sha512-N0ddPAD8OZnoAHUYj1ZH4ZJVna+ucy7if777LrdeIV1ko8f46af4jbyM5EC1gN4xc9Wq5c3C38GnxRJ2gneXRA==", - "requires": { - "encoding": "^0.1.12", - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "requires": { - "minipass": "^3.0.0" - }, - "dependencies": { - "minipass": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", - "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - } - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" - }, - "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" - }, - "nodemon": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.4.tgz", - "integrity": "sha512-Ltced+hIfTmaS28Zjv1BM552oQ3dbwPqI4+zI0SLgq+wpJhSyqgYude/aZa/3i31VCQWMfXJVxvu86abcam3uQ==", - "dev": true, - "requires": { - "chokidar": "^3.2.2", - "debug": "^3.2.6", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.0.4", - "pstree.remy": "^1.1.7", - "semver": "^5.7.1", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.2", - "update-notifier": "^4.0.0" - }, - "dependencies": { - "debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-inspect": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", - "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - }, - "object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" - }, - "object.assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", - "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.0", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "dependencies": { - "es-abstract": { - "version": "1.18.0-next.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.0.tgz", - "integrity": "sha512-elZXTZXKn51hUBdJjSZGYRujuzilgXo8vSPQzjGYXLvSlGiCo8VO8ZGV3kjo9a0WNJJ57hENagwbtlRuHuzkcQ==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.0", - "is-negative-zero": "^2.0.0", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - } - } - }, - "object.getownpropertydescriptors": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", - "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - } - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", - "dev": true - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", - "dev": true, - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", - "dev": true - }, - "pretty-format": { - "version": "26.4.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.4.2.tgz", - "integrity": "sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA==", - "requires": { - "@jest/types": "^26.3.0", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^16.12.0" - } - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "promise-retry": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz", - "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", - "requires": { - "err-code": "^1.0.0", - "retry": "^0.10.0" - }, - "dependencies": { - "retry": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", - "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=" - } - } - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - } - }, - "pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", - "dev": true - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "pupa": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz", - "integrity": "sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==", - "dev": true, - "requires": { - "escape-goat": "^2.0.0" - } - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "dev": true, - "requires": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "read-pkg": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", - "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", - "dev": true, - "requires": { - "normalize-package-data": "^2.3.2", - "parse-json": "^4.0.0", - "pify": "^3.0.0" - } - }, - "readdirp": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.4.0.tgz", - "integrity": "sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "registry-auth-token": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.0.tgz", - "integrity": "sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w==", - "dev": true, - "requires": { - "rc": "^1.2.8" - } - }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", - "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", - "dev": true, - "requires": { - "rc": "^1.2.8" - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "resolve": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", - "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==", - "dev": true, - "requires": { - "path-parse": "^1.0.6" - } - }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "dev": true, - "requires": { - "lowercase-keys": "^1.0.0" - } - }, - "retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" - }, - "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", - "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", - "dev": true, - "requires": { - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } - } - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", - "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - } - } - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", - "dev": true - }, - "smart-buffer": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", - "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==" - }, - "socks": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.4.4.tgz", - "integrity": "sha512-7LmHN4IHj1Vpd/k8D872VGCHJ6yIVyeFkfIBExRmGPYQ/kdUkpdg9eKh9oOzYYYKQhuxavayJHTnmBG+EzluUA==", - "requires": { - "ip": "^1.1.5", - "smart-buffer": "^4.1.0" - } - }, - "spawn-command": { - "version": "0.0.2-1", - "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", - "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=", - "dev": true - }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz", - "integrity": "sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==", - "dev": true - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - }, - "streamsearch": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", - "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dev": true, - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "string.prototype.trimend": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", - "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "string.prototype.trimstart": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", - "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dev": true, - "requires": { - "ansi-regex": "^4.1.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "dev": true - } - } - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true - }, - "subscriptions-transport-ws": { - "version": "0.9.18", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz", - "integrity": "sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==", - "requires": { - "backo2": "^1.0.2", - "eventemitter3": "^3.1.0", - "iterall": "^1.2.1", - "symbol-observable": "^1.0.4", - "ws": "^5.2.0" - }, - "dependencies": { - "ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", - "requires": { - "async-limiter": "~1.0.0" - } - } - } - }, - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - }, - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" - }, - "term-size": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", - "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==", - "dev": true - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", - "dev": true - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" - }, - "touch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", - "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", - "dev": true, - "requires": { - "nopt": "~1.0.10" - }, - "dependencies": { - "nopt": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", - "dev": true, - "requires": { - "abbrev": "1" - } - } - } - }, - "tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true - }, - "ts-invariant": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.4.4.tgz", - "integrity": "sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==", - "requires": { - "tslib": "^1.9.3" - } - }, - "tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "undefsafe": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", - "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", - "dev": true, - "requires": { - "debug": "^2.2.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "requires": { - "unique-slug": "^2.0.0" - } - }, - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "requires": { - "imurmurhash": "^0.1.4" - } - }, - "unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "dev": true, - "requires": { - "crypto-random-string": "^2.0.0" - } - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "update-notifier": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", - "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", - "dev": true, - "requires": { - "boxen": "^4.2.0", - "chalk": "^3.0.0", - "configstore": "^5.0.1", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.3.1", - "is-npm": "^4.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.0.0", - "pupa": "^2.0.1", - "semver-diff": "^3.1.1", - "xdg-basedir": "^4.0.0" - }, - "dependencies": { - "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "dev": true, - "requires": { - "prepend-http": "^2.0.0" - } - }, - "util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - } - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", - "dev": true - }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dev": true, - "requires": { - "string-width": "^4.0.0" - }, - "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "string-width": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", - "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.0" - } - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.0" - } - } - } - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "requires": { - "async-limiter": "~1.0.0" - } - }, - "xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", - "dev": true - }, - "xss": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.8.tgz", - "integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==", - "requires": { - "commander": "^2.20.3", - "cssfilter": "0.0.10" - } - }, - "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dev": true, - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "zen-observable": { - "version": "0.8.15", - "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", - "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" - }, - "zen-observable-ts": { - "version": "0.8.21", - "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz", - "integrity": "sha512-Yj3yXweRc8LdRMrCC8nIc4kkjWecPAUVh0TI0OUrWXx6aX790vLcDlWca6I4vsyCGH3LpWxq0dJRcMOFoVqmeg==", - "requires": { - "tslib": "^1.9.3", - "zen-observable": "^0.8.0" - } - } - } -} diff --git a/src/HotChocolate/ApolloFederation/examples/CodeFirst/package.json b/src/HotChocolate/ApolloFederation/examples/CodeFirst/package.json deleted file mode 100644 index ae1570e073a..00000000000 --- a/src/HotChocolate/ApolloFederation/examples/CodeFirst/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "federation-demo", - "main": "gateway.js", - "scripts": { - "start-gateway": "nodemon gateway.js" - }, - "devDependencies": { - "nodemon": "latest", - "concurrently": "latest" - }, - "dependencies": { - "@apollo/gateway": "latest", - "apollo-server": "latest", - "graphql": "latest" - } -} diff --git a/src/HotChocolate/Benchmarks/.vscode/launch.json b/src/HotChocolate/Benchmarks/.vscode/launch.json deleted file mode 100644 index 9fb75005456..00000000000 --- a/src/HotChocolate/Benchmarks/.vscode/launch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": ".NET Core Launch (console)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceFolder}/src/Benchmarks.Execution/bin/Debug/net6.0/HotChocolate.Benchmarks.Execution.dll", - "args": [], - "cwd": "${workspaceFolder}/src/Benchmarks.Execution", - "console": "internalConsole", - "stopAtEntry": false - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/.vscode/tasks.json b/src/HotChocolate/Benchmarks/.vscode/tasks.json deleted file mode 100644 index d3717dd8440..00000000000 --- a/src/HotChocolate/Benchmarks/.vscode/tasks.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "process", - "args": [ - "build", - "${workspaceFolder}/src/Benchmarks.Execution/HotChocolate.Benchmarks.Execution.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "publish", - "command": "dotnet", - "type": "process", - "args": [ - "publish", - "${workspaceFolder}/src/Benchmarks.Execution/HotChocolate.Benchmarks.Execution.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "watch", - "command": "dotnet", - "type": "process", - "args": [ - "watch", - "run", - "${workspaceFolder}/src/Benchmarks.Execution/HotChocolate.Benchmarks.Execution.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/clean.sh b/src/HotChocolate/Benchmarks/clean.sh deleted file mode 100755 index a307d92f781..00000000000 --- a/src/HotChocolate/Benchmarks/clean.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -rm -rf BenchmarkDotNet.Artifacts -rm -rf src/Benchmarks.Execution/bin -rm -rf src/Benchmarks.Execution/obj diff --git a/src/HotChocolate/Benchmarks/execution.cmd b/src/HotChocolate/Benchmarks/execution.cmd deleted file mode 100644 index 31e23e001cd..00000000000 --- a/src/HotChocolate/Benchmarks/execution.cmd +++ /dev/null @@ -1,24 +0,0 @@ -@echo off - -pushd "%~dp0" - -if exist BenchmarkDotNet.Artifacts ( - rmdir /s /q BenchmarkDotNet.Artifacts -) -if exist src\Benchmarks.Execution\bin ( - rmdir /s /q src\Benchmarks.Execution\bin -) -if exist src\Benchmarks.Execution\obj ( - rmdir /s /q src\Benchmarks.Execution\obj -) - -dotnet run --project src\Benchmarks.Execution\HotChocolate.Benchmarks.Execution.csproj -c release --filter "HotChocolate.Benchmarks.*" - -if exist src\Benchmarks.Execution\bin ( - rmdir /s /q src\Benchmarks.Execution\bin -) -if exist src\Benchmarks.Execution\obj ( - rmdir /s /q src\Benchmarks.Execution\obj -) - -popd diff --git a/src/HotChocolate/Benchmarks/execution.sh b/src/HotChocolate/Benchmarks/execution.sh deleted file mode 100755 index 78bfd302cfe..00000000000 --- a/src/HotChocolate/Benchmarks/execution.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -BASEDIR=$(dirname "$0") -src=$BASEDIR/src - -rm -rf BenchmarkDotNet.Artifacts -rm -rf $src/Benchmarks.Execution/bin -rm -rf $src/Benchmarks.Execution/obj - -dotnet run --project $src/Benchmarks.Execution/ -c release --filter HotChocolate.Benchmarks* - -rm -rf $src/Benchmarks.Execution/bin -rm -rf $src/Benchmarks.Execution/obj diff --git a/src/HotChocolate/Benchmarks/results/HttpQueryBenchmarks.md b/src/HotChocolate/Benchmarks/results/HttpQueryBenchmarks.md deleted file mode 100644 index 8ad03d14544..00000000000 --- a/src/HotChocolate/Benchmarks/results/HttpQueryBenchmarks.md +++ /dev/null @@ -1,33 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Intel Core i9-10910 CPU 3.60GHz, 1 CPU, 20 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT - DefaultJob : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT - - -``` -main -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |----------:|----------:|----------:|----------:|-----:|---------:|--------:|-------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 1.063 ms | 0.0200 ms | 0.0187 ms | 1.055 ms | 1 | 9.7656 | - | - | 118 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 2.056 ms | 0.0404 ms | 0.0415 ms | 2.050 ms | 2 | 15.6250 | - | - | 179 KB | -| Sessions_Medium | 4.878 ms | 0.0972 ms | 0.1363 ms | 4.841 ms | 3 | 101.5625 | 39.0625 | 7.8125 | 1,093 KB | -| Sessions_Large | 17.222 ms | 0.3136 ms | 0.2618 ms | 17.264 ms | 4 | 187.5000 | 31.2500 | - | 2,321 KB | - -12.2.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |----------:|----------:|----------:|----------:|-----:|---------:|--------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 1.124 ms | 0.0083 ms | 0.0077 ms | 1.125 ms | 1 | 11.7188 | 1.9531 | - | 121 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 2.115 ms | 0.0181 ms | 0.0169 ms | 2.117 ms | 2 | 15.6250 | 3.9063 | - | 191 KB | -| Sessions_Medium | 5.137 ms | 0.1024 ms | 0.1138 ms | 5.105 ms | 3 | 117.1875 | 31.2500 | 15.6250 | 1,148 KB | -| Sessions_Large | 18.754 ms | 0.2336 ms | 0.2185 ms | 18.793 ms | 4 | 218.7500 | 31.2500 | 31.2500 | 2,366 KB | - -12.0.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |----------:|----------:|----------:|----------:|-----:|---------:|--------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 1.123 ms | 0.0094 ms | 0.0088 ms | 1.121 ms | 1 | 11.7188 | 1.9531 | - | 122 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 2.090 ms | 0.0240 ms | 0.0213 ms | 2.088 ms | 2 | 15.6250 | 3.9063 | - | 192 KB | -| Sessions_Medium | 5.105 ms | 0.1000 ms | 0.1027 ms | 5.092 ms | 3 | 117.1875 | 23.4375 | 15.6250 | 1,149 KB | -| Sessions_Large | 18.940 ms | 0.3203 ms | 0.2839 ms | 18.911 ms | 4 | 218.7500 | 31.2500 | 31.2500 | 2,399 KB | \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/results/IntrospectionBenchmarks.md b/src/HotChocolate/Benchmarks/results/IntrospectionBenchmarks.md deleted file mode 100644 index 8385e1226de..00000000000 --- a/src/HotChocolate/Benchmarks/results/IntrospectionBenchmarks.md +++ /dev/null @@ -1,30 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Intel Core i9-10910 CPU 3.60GHz, 1 CPU, 20 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT - DefaultJob : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT - - -``` -main -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------- |-----------:|----------:|----------:|-----------:|-----:|--------:|-------:|----------:| -| Query_TypeName | 8.134 μs | 0.1533 μs | 0.1434 μs | 8.138 μs | 1 | 0.2289 | - | 2 KB | -| Query_Introspection | 960.094 μs | 5.8602 μs | 5.4817 μs | 961.218 μs | 2 | 22.4609 | 0.9766 | 230 KB | -| Query_Introspection_Prepared | 968.765 μs | 9.4212 μs | 8.8126 μs | 968.530 μs | 2 | 21.4844 | 0.9766 | 229 KB | - -12.2.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------- |-----------:|----------:|----------:|-----------:|-----:|--------:|-------:|----------:| -| Query_TypeName | 8.100 μs | 0.0869 μs | 0.0770 μs | 8.104 μs | 1 | 0.2289 | - | 2 KB | -| Query_Introspection | 969.357 μs | 2.5649 μs | 2.3992 μs | 969.569 μs | 2 | 22.4609 | 0.9766 | 230 KB | -| Query_Introspection_Prepared | 958.411 μs | 3.8217 μs | 3.5748 μs | 958.212 μs | 2 | 21.4844 | 0.9766 | 229 KB | - -12.0.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------- |-----------:|----------:|----------:|-----------:|-----:|--------:|-------:|----------:| -| Query_TypeName | 8.062 μs | 0.0536 μs | 0.0502 μs | 8.080 μs | 1 | 0.2594 | - | 3 KB | -| Query_Introspection | 951.355 μs | 4.8614 μs | 4.3095 μs | 950.287 μs | 2 | 22.4609 | 0.9766 | 231 KB | -| Query_Introspection_Prepared | 960.894 μs | 4.5215 μs | 4.2294 μs | 961.325 μs | 2 | 22.4609 | 0.9766 | 229 KB | diff --git a/src/HotChocolate/Benchmarks/results/QueryBenchmarks.md b/src/HotChocolate/Benchmarks/results/QueryBenchmarks.md deleted file mode 100644 index c860b45f441..00000000000 --- a/src/HotChocolate/Benchmarks/results/QueryBenchmarks.md +++ /dev/null @@ -1,36 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Intel Core i9-10910 CPU 3.60GHz, 1 CPU, 20 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT - DefaultJob : .NET 5.0.12 (5.0.1221.52207), X64 RyuJIT - - -``` -main -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------------------------- |------------:|------------:|-------------:|------------:|-----:|---------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 790.1 μs | 6.97 μs | 6.52 μs | 789.4 μs | 1 | 5.8594 | - | 60 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 1,757.7 μs | 12.07 μs | 11.29 μs | 1,756.8 μs | 2 | 11.7188 | - | 120 KB | -| Sessions_Medium | 4,325.8 μs | 82.52 μs | 95.02 μs | 4,322.9 μs | 3 | 70.3125 | 23.4375 | 770 KB | -| Sessions_Large | 22,833.1 μs | 1,933.54 μs | 5,260.33 μs | 21,199.8 μs | 4 | 156.2500 | 31.2500 | 1,819 KB | -| Sessions_DataLoader_Large | 73,436.0 μs | 6,805.55 μs | 19,744.13 μs | 59,959.6 μs | 5 | 200.0000 | - | 3,715 KB | - -12.2.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------------------------- |------------:|----------:|----------:|------------:|-----:|---------:|---------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 884.1 μs | 5.78 μs | 5.12 μs | 885.0 μs | 1 | 5.8594 | 0.9766 | 60 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 1,924.6 μs | 27.31 μs | 24.21 μs | 1,923.2 μs | 2 | 11.7188 | - | 120 KB | -| Sessions_Medium | 4,738.6 μs | 93.15 μs | 127.51 μs | 4,757.8 μs | 3 | 70.3125 | 23.4375 | 758 KB | -| Sessions_Large | 18,418.6 μs | 326.90 μs | 305.78 μs | 18,329.8 μs | 4 | 156.2500 | - | 1,796 KB | -| Sessions_DataLoader_Large | 67,779.5 μs | 629.83 μs | 589.14 μs | 67,741.2 μs | 5 | 250.0000 | 125.0000 | 3,732 KB | - -12.0.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------------------------- |------------:|----------:|----------:|------------:|-----:|---------:|---------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 875.4 μs | 8.00 μs | 7.49 μs | 874.2 μs | 1 | 5.8594 | - | 61 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 1,906.3 μs | 22.51 μs | 21.05 μs | 1,906.1 μs | 2 | 11.7188 | - | 120 KB | -| Sessions_Medium | 4,680.6 μs | 91.10 μs | 136.36 μs | 4,663.5 μs | 3 | 70.3125 | 23.4375 | 761 KB | -| Sessions_Large | 18,036.4 μs | 223.10 μs | 197.77 μs | 18,072.0 μs | 4 | 156.2500 | 31.2500 | 1,783 KB | -| Sessions_DataLoader_Large | 67,417.8 μs | 662.39 μs | 619.60 μs | 67,278.1 μs | 5 | 250.0000 | 125.0000 | 3,697 KB | diff --git a/src/HotChocolate/Benchmarks/results/net6/i910910/HttpQueryBenchmarks.md b/src/HotChocolate/Benchmarks/results/net6/i910910/HttpQueryBenchmarks.md deleted file mode 100644 index 06948ea1a11..00000000000 --- a/src/HotChocolate/Benchmarks/results/net6/i910910/HttpQueryBenchmarks.md +++ /dev/null @@ -1,16 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Intel Core i9-10910 CPU 3.60GHz, 1 CPU, 20 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT - DefaultJob : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT - - -``` -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |-----------:|----------:|----------:|-----------:|-----:|---------:|--------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 352.8 μs | 1.24 μs | 1.16 μs | 352.9 μs | 1 | 8.3008 | 1.9531 | - | 84 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 625.7 μs | 3.03 μs | 2.69 μs | 625.5 μs | 2 | 12.6953 | 2.9297 | - | 130 KB | -| Sessions_Medium | 2,685.6 μs | 52.66 μs | 130.16 μs | 2,691.1 μs | 3 | 101.5625 | 39.0625 | 7.8125 | 1,081 KB | -| Sessions_Large | 6,816.8 μs | 134.29 μs | 294.77 μs | 6,759.6 μs | 4 | 218.7500 | 62.5000 | 15.6250 | 2,294 KB | diff --git a/src/HotChocolate/Benchmarks/results/net6/i910910/IntrospectionBenchmarks.md b/src/HotChocolate/Benchmarks/results/net6/i910910/IntrospectionBenchmarks.md deleted file mode 100644 index 2e625e37e64..00000000000 --- a/src/HotChocolate/Benchmarks/results/net6/i910910/IntrospectionBenchmarks.md +++ /dev/null @@ -1,15 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Intel Core i9-10910 CPU 3.60GHz, 1 CPU, 20 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT - DefaultJob : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT - - -``` -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------- |-----------:|----------:|----------:|-----------:|-----:|--------:|-------:|----------:| -| Query_TypeName | 7.537 μs | 0.0642 μs | 0.0601 μs | 7.530 μs | 1 | 0.2060 | - | 2 KB | -| Query_Introspection | 948.266 μs | 2.8120 μs | 2.3482 μs | 947.675 μs | 3 | 22.4609 | 0.9766 | 230 KB | -| Query_Introspection_Prepared | 918.987 μs | 2.5415 μs | 2.3773 μs | 919.450 μs | 2 | 21.4844 | 0.9766 | 229 KB | diff --git a/src/HotChocolate/Benchmarks/results/net6/i910910/QueryBenchmarks.md b/src/HotChocolate/Benchmarks/results/net6/i910910/QueryBenchmarks.md deleted file mode 100644 index 7348522f365..00000000000 --- a/src/HotChocolate/Benchmarks/results/net6/i910910/QueryBenchmarks.md +++ /dev/null @@ -1,17 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Intel Core i9-10910 CPU 3.60GHz, 1 CPU, 20 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT - DefaultJob : .NET 6.0.0 (6.0.21.52210), X64 RyuJIT - - -``` -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------------------------- |------------:|----------:|----------:|------------:|-----:|---------:|---------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 185.1 μs | 1.23 μs | 1.15 μs | 184.8 μs | 1 | 4.6387 | 0.9766 | 49 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 511.5 μs | 10.13 μs | 12.81 μs | 511.6 μs | 2 | 8.7891 | 1.9531 | 96 KB | -| Sessions_Medium | 2,378.0 μs | 47.14 μs | 112.95 μs | 2,371.0 μs | 3 | 74.2188 | 27.3438 | 764 KB | -| Sessions_Large | 6,213.5 μs | 123.55 μs | 281.39 μs | 6,051.8 μs | 4 | 171.8750 | 15.6250 | 1,818 KB | -| Sessions_DataLoader_Large | 15,185.9 μs | 299.54 μs | 332.94 μs | 15,078.8 μs | 5 | 343.7500 | 125.0000 | 3,772 KB | diff --git a/src/HotChocolate/Benchmarks/results/net6/m1max/HttpQueryBenchmarks.md b/src/HotChocolate/Benchmarks/results/net6/m1max/HttpQueryBenchmarks.md deleted file mode 100644 index cba62ffe9f8..00000000000 --- a/src/HotChocolate/Benchmarks/results/net6/m1max/HttpQueryBenchmarks.md +++ /dev/null @@ -1,41 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Apple M1 Max, 1 CPU, 10 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 6.0.0 (6.0.21.52210), Arm64 RyuJIT - DefaultJob : .NET 6.0.0 (6.0.21.52210), Arm64 RyuJIT - - -``` -main -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |-----------:|----------:|---------:|-----------:|-----:|---------:|---------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 428.2 μs | 12.76 μs | 37.02 μs | 429.3 μs | 1 | 41.9922 | - | - | 84 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 633.6 μs | 16.05 μs | 47.32 μs | 624.2 μs | 2 | 65.4297 | - | - | 129 KB | -| Sessions_Medium | 2,552.7 μs | 50.09 μs | 73.42 μs | 2,535.3 μs | 3 | 417.9688 | 175.7813 | 11.7188 | 1,096 KB | -| Sessions_Large | 5,784.6 μs | 113.96 μs | 95.16 μs | 5,756.6 μs | 4 | 820.3125 | 390.6250 | 23.4375 | 2,278 KB | - -No String -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |-----------:|---------:|----------:|-----------:|-----:|---------:|---------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 477.3 μs | 9.49 μs | 20.01 μs | 477.8 μs | 1 | 41.9922 | - | - | 83 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 706.8 μs | 36.83 μs | 108.60 μs | 741.7 μs | 2 | 62.5000 | - | - | 125 KB | -| Sessions_Medium | 2,276.8 μs | 21.99 μs | 19.49 μs | 2,280.5 μs | 3 | 351.5625 | 144.5313 | 7.8125 | 1,049 KB | -| Sessions_Large | 5,321.1 μs | 90.12 μs | 84.30 μs | 5,319.9 μs | 4 | 835.9375 | 414.0625 | 23.4375 | 2,222 KB | - -12.2.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |-----------:|---------:|---------:|-----------:|-----:|---------:|---------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 379.3 μs | 3.82 μs | 3.58 μs | 378.2 μs | 1 | 42.4805 | - | - | 85 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 604.2 μs | 9.93 μs | 8.80 μs | 603.7 μs | 2 | 66.4063 | - | - | 130 KB | -| Sessions_Medium | 2,484.9 μs | 45.38 μs | 44.57 μs | 2,467.2 μs | 3 | 394.5313 | 156.2500 | 11.7188 | 1,082 KB | -| Sessions_Large | 5,574.5 μs | 99.04 μs | 92.64 μs | 5,572.2 μs | 4 | 812.5000 | 382.8125 | 31.2500 | 2,254 KB | - -12.0.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Gen 2 | Allocated | -|----------------------------------------------- |-----------:|----------:|----------:|-----------:|-----:|---------:|---------:|--------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 383.3 μs | 7.47 μs | 10.47 μs | 379.9 μs | 1 | 41.9922 | - | - | 84 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 606.6 μs | 9.35 μs | 9.60 μs | 602.6 μs | 2 | 66.4063 | - | - | 131 KB | -| Sessions_Medium | 2,459.8 μs | 19.75 μs | 17.51 μs | 2,462.2 μs | 3 | 429.6875 | 167.9688 | 11.7188 | 1,095 KB | -| Sessions_Large | 5,887.7 μs | 114.85 μs | 117.94 μs | 5,863.0 μs | 4 | 804.6875 | 390.6250 | 31.2500 | 2,242 KB | diff --git a/src/HotChocolate/Benchmarks/results/net6/m1max/IntrospectionBenchmarks.md b/src/HotChocolate/Benchmarks/results/net6/m1max/IntrospectionBenchmarks.md deleted file mode 100644 index 30a134b7e5f..00000000000 --- a/src/HotChocolate/Benchmarks/results/net6/m1max/IntrospectionBenchmarks.md +++ /dev/null @@ -1,31 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Apple M1 Max, 1 CPU, 10 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 6.0.0 (6.0.21.52210), Arm64 RyuJIT - DefaultJob : .NET 6.0.0 (6.0.21.52210), Arm64 RyuJIT - - -``` - -No String -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Allocated | -|----------------------------- |-----------:|----------:|----------:|-----------:|-----:|--------:|----------:| -| Query_TypeName | 3.746 μs | 0.0207 μs | 0.0193 μs | 3.749 μs | 1 | 1.1520 | 2 KB | -| Query_Introspection | 791.826 μs | 0.8260 μs | 0.7322 μs | 791.764 μs | 3 | 20.5078 | 44 KB | -| Query_Introspection_Prepared | 774.586 μs | 0.8447 μs | 0.7488 μs | 774.639 μs | 2 | 20.5078 | 42 KB | - -12.2.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Allocated | -|----------------------------- |-----------:|----------:|----------:|-----------:|-----:|---------:|----------:| -| Query_TypeName | 3.734 μs | 0.0586 μs | 0.0520 μs | 3.714 μs | 1 | 1.0834 | 2 KB | -| Query_Introspection | 781.910 μs | 1.0410 μs | 0.9738 μs | 782.093 μs | 2 | 112.3047 | 230 KB | -| Query_Introspection_Prepared | 774.779 μs | 1.6926 μs | 1.5833 μs | 774.514 μs | 2 | 111.3281 | 229 KB | - -12.0.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Allocated | -|----------------------------- |-----------:|----------:|----------:|-----------:|-----:|---------:|----------:| -| Query_TypeName | 3.904 μs | 0.0093 μs | 0.0083 μs | 3.902 μs | 1 | 1.2054 | 2 KB | -| Query_Introspection | 776.849 μs | 0.7285 μs | 0.6458 μs | 776.937 μs | 3 | 112.3047 | 231 KB | -| Query_Introspection_Prepared | 767.238 μs | 1.4716 μs | 1.3765 μs | 767.684 μs | 2 | 111.3281 | 229 KB | diff --git a/src/HotChocolate/Benchmarks/results/net6/m1max/QueryBenchmarks.md b/src/HotChocolate/Benchmarks/results/net6/m1max/QueryBenchmarks.md deleted file mode 100644 index 4113dcc809a..00000000000 --- a/src/HotChocolate/Benchmarks/results/net6/m1max/QueryBenchmarks.md +++ /dev/null @@ -1,37 +0,0 @@ -``` ini - -BenchmarkDotNet=v0.13.1, OS=macOS Monterey 12.1 (21C5031d) [Darwin 21.2.0] -Apple M1 Max, 1 CPU, 10 logical and 10 physical cores -.NET SDK=6.0.100 - [Host] : .NET 6.0.0 (6.0.21.52210), Arm64 RyuJIT - DefaultJob : .NET 6.0.0 (6.0.21.52210), Arm64 RyuJIT - - -``` - -No Strings -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------------------------- |------------:|-----------:|-----------:|------------:|-----:|----------:|---------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 95.19 μs | 0.541 μs | 0.506 μs | 95.29 μs | 1 | 23.8037 | - | 49 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 379.46 μs | 9.579 μs | 27.789 μs | 379.22 μs | 2 | 46.8750 | - | 93 KB | -| Sessions_Medium | 1,737.50 μs | 12.734 μs | 11.288 μs | 1,735.08 μs | 3 | 257.8125 | 93.7500 | 716 KB | -| Sessions_Large | 4,360.58 μs | 81.441 μs | 93.787 μs | 4,371.65 μs | 4 | 625.0000 | 226.5625 | 1,716 KB | -| Sessions_DataLoader_Large | 9,573.32 μs | 187.099 μs | 192.137 μs | 9,532.06 μs | 5 | 1375.0000 | 546.8750 | 3,749 KB | - -12.2.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------------------------- |------------:|----------:|----------:|------------:|-----:|----------:|---------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 107.7 μs | 2.09 μs | 3.49 μs | 107.5 μs | 1 | 24.1699 | - | 50 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 371.2 μs | 7.26 μs | 12.52 μs | 368.4 μs | 2 | 47.8516 | - | 96 KB | -| Sessions_Medium | 1,819.4 μs | 25.44 μs | 23.79 μs | 1,809.4 μs | 3 | 261.7188 | 99.6094 | 741 KB | -| Sessions_Large | 4,891.7 μs | 73.56 μs | 68.80 μs | 4,891.4 μs | 4 | 695.3125 | 304.6875 | 1,778 KB | -| Sessions_DataLoader_Large | 10,463.0 μs | 204.13 μs | 250.69 μs | 10,423.4 μs | 5 | 1406.2500 | 562.5000 | 3,700 KB | - -12.0.1 -| Method | Mean | Error | StdDev | Median | Rank | Gen 0 | Gen 1 | Allocated | -|----------------------------------------------- |------------:|----------:|----------:|------------:|-----:|----------:|---------:|----------:| -| Sessions_TitleAndAbstract_10_Items | 111.8 μs | 2.16 μs | 2.40 μs | 112.7 μs | 1 | 24.2920 | - | 50 KB | -| Sessions_TitleAndAbstractAndTrackName_10_Items | 368.5 μs | 7.13 μs | 7.00 μs | 368.3 μs | 2 | 47.8516 | - | 95 KB | -| Sessions_Medium | 1,870.8 μs | 13.20 μs | 11.02 μs | 1,869.5 μs | 3 | 263.6719 | 87.8906 | 767 KB | -| Sessions_Large | 4,800.6 μs | 78.29 μs | 73.23 μs | 4,809.3 μs | 4 | 593.7500 | 242.1875 | 1,759 KB | -| Sessions_DataLoader_Large | 10,389.6 μs | 133.49 μs | 118.33 μs | 10,368.8 μs | 5 | 1312.5000 | 468.7500 | 3,730 KB | diff --git a/src/HotChocolate/Benchmarks/src.sln b/src/HotChocolate/Benchmarks/src.sln deleted file mode 100644 index af3e79e143c..00000000000 --- a/src/HotChocolate/Benchmarks/src.sln +++ /dev/null @@ -1,54 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.6.30114.105 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8AE1453C-7490-41F8-BD2A-EA14883837DD}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Benchmarks.Execution", "src\Benchmarks.Execution\HotChocolate.Benchmarks.Execution.csproj", "{4ABACE50-32A3-4289-9441-C42276BC32D7}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.ConferenceApp", "src\ConferenceApp\HotChocolate.ConferenceApp.csproj", "{23A6C40D-C13F-4772-9978-6C933970313B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Debug|x64.ActiveCfg = Debug|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Debug|x64.Build.0 = Debug|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Debug|x86.ActiveCfg = Debug|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Debug|x86.Build.0 = Debug|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Release|Any CPU.Build.0 = Release|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Release|x64.ActiveCfg = Release|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Release|x64.Build.0 = Release|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Release|x86.ActiveCfg = Release|Any CPU - {4ABACE50-32A3-4289-9441-C42276BC32D7}.Release|x86.Build.0 = Release|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Debug|x64.ActiveCfg = Debug|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Debug|x64.Build.0 = Debug|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Debug|x86.ActiveCfg = Debug|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Debug|x86.Build.0 = Debug|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Release|Any CPU.Build.0 = Release|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Release|x64.ActiveCfg = Release|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Release|x64.Build.0 = Release|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Release|x86.ActiveCfg = Release|Any CPU - {23A6C40D-C13F-4772-9978-6C933970313B}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {4ABACE50-32A3-4289-9441-C42276BC32D7} = {8AE1453C-7490-41F8-BD2A-EA14883837DD} - {23A6C40D-C13F-4772-9978-6C933970313B} = {8AE1453C-7490-41F8-BD2A-EA14883837DD} - EndGlobalSection -EndGlobal diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/ExtensionDataBenchmarks.cs.txt b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/ExtensionDataBenchmarks.cs.txt deleted file mode 100644 index 7f13f2e0f43..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/ExtensionDataBenchmarks.cs.txt +++ /dev/null @@ -1,174 +0,0 @@ - -using System; -using System.Collections; -using System.Collections.Generic; -using System.Collections.Immutable; -using System.Diagnostics.CodeAnalysis; -using BenchmarkDotNet.Attributes; - -namespace HotChocolate.Benchmarks; - -[RPlotExporter, CategoriesColumn, RankColumn, MeanColumn, MedianColumn, MemoryDiagnoser] -public class ExtensionDataBenchmarks -{ - private readonly ExtensionData data1 = new ExtensionData { ["abc"] = "abc" }; - private readonly ExtensionData2 data2 = new ExtensionData2 { ["abc"] = "abc" }; - - [Benchmark] - public ExtensionData Create_ExtensionData() - => new(); - - [Benchmark] - public ExtensionData2 Create_ExtensionData_2() - => new(); - - [Benchmark] - public ExtensionData Create_ExtensionData_Set_1() - { - var data = new ExtensionData(); - data["1"] = "1"; - return data; - } - - [Benchmark] - public ExtensionData2 Create_ExtensionData_2_Set_1() - { - var data = new ExtensionData2(); - data["1"] = "1"; - return data; - } - - [Benchmark] - public ExtensionData Create_ExtensionData_Set_2() - { - var data = new ExtensionData(); - for (int i = 0; i < 2; i++) - { - data[i.ToString()] = i; - } - return data; - } - - [Benchmark] - public ExtensionData2 Create_ExtensionData_2_Set_2() - { - var data = new ExtensionData2(); - for (int i = 0; i < 2; i++) - { - data[i.ToString()] = i; - } - return data; - } - - [Benchmark] - public ExtensionData Create_ExtensionData_Set_10() - { - var data = new ExtensionData(); - for (int i = 0; i < 10; i++) - { - data[i.ToString()] = i; - } - return data; - } - - [Benchmark] - public ExtensionData2 Create_ExtensionData_2_Set_10() - { - var data = new ExtensionData2(); - for (int i = 0; i < 10; i++) - { - data[i.ToString()] = i; - } - return data; - } - - [Benchmark] - public object? Create_ExtensionData_Get_1() - { - return data1["abc"]; - } - - [Benchmark] - public object? Create_ExtensionData_2_Get_1() - { - return data2["abc"]; - } -} - - -public class ExtensionData2 : IDictionary -{ - private IDictionary? _; - - private IDictionary Dict() - => _ ??= new Dictionary(); - - public object? this[string key] - { - get => Dict()[key]; - set => Dict()[key] = value; - } - - public ICollection Keys => throw new NotImplementedException(); - - public ICollection Values => throw new NotImplementedException(); - - public int Count => throw new NotImplementedException(); - - public bool IsReadOnly => throw new NotImplementedException(); - - public void Add(string key, object? value) - { - throw new NotImplementedException(); - } - - public void Add(KeyValuePair item) - { - throw new NotImplementedException(); - } - - public void Clear() - { - throw new NotImplementedException(); - } - - public bool Contains(KeyValuePair item) - { - throw new NotImplementedException(); - } - - public bool ContainsKey(string key) - { - throw new NotImplementedException(); - } - - public void CopyTo(KeyValuePair[] array, int arrayIndex) - { - throw new NotImplementedException(); - } - - public IEnumerator> GetEnumerator() - { - throw new NotImplementedException(); - } - - public bool Remove(string key) - { - throw new NotImplementedException(); - } - - public bool Remove(KeyValuePair item) - { - throw new NotImplementedException(); - } - - public bool TryGetValue(string key, [MaybeNullWhen(false)] out object? value) - { - throw new NotImplementedException(); - } - - IEnumerator IEnumerable.GetEnumerator() - { - throw new NotImplementedException(); - } -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/HotChocolate.Benchmarks.Execution.csproj b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/HotChocolate.Benchmarks.Execution.csproj deleted file mode 100644 index 7b5142f2bed..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/HotChocolate.Benchmarks.Execution.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - HotChocolate.Benchmarks - Exe - - - - - - - - - - - - diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/HttpQueryBenchmarks.cs b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/HttpQueryBenchmarks.cs deleted file mode 100644 index 9181637185f..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/HttpQueryBenchmarks.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System.Threading.Tasks; -using BenchmarkDotNet.Attributes; -using HotChocolate.ConferencePlanner; - -namespace HotChocolate.Benchmarks -{ - [RPlotExporter, CategoriesColumn, RankColumn, MeanColumn, MedianColumn, MemoryDiagnoser] - public class HttpQueryBenchmarks : BenchmarkBase - { - [Benchmark] - public async Task Sessions_TitleAndAbstract_10_Items() => - await BenchmarkServerAsync(@" - { - sessions(first: 10) { - nodes { - title - abstract - } - } - } - "); - - [Benchmark] - public async Task Sessions_TitleAndAbstractAndTrackName_10_Items() => - await BenchmarkServerAsync(@" - { - sessions(first: 10) { - nodes { - title - abstract - track { - name - } - } - } - } - "); - - [Benchmark] - public async Task Sessions_Medium() => - await BenchmarkServerAsync(SessionMediumQuery); - - public string SessionMediumQuery { get; } = Resources.SessionMediumQuery; - - [Benchmark] - public async Task Sessions_Large() => - await BenchmarkServerAsync(SessionLargeQuery); - - public string SessionLargeQuery { get; } = Resources.SessionLargeQuery; - } -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/IntrospectionBenchmarks.cs b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/IntrospectionBenchmarks.cs deleted file mode 100644 index cea55e1da26..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/IntrospectionBenchmarks.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Threading.Tasks; -using BenchmarkDotNet.Attributes; -using HotChocolate.ConferencePlanner; -using HotChocolate.Execution; - -namespace HotChocolate.Benchmarks -{ - [RPlotExporter, CategoriesColumn, RankColumn, MeanColumn, MedianColumn, MemoryDiagnoser] - public class IntrospectionBenchmarks : BenchmarkBase - { - [Benchmark] - public async Task Query_TypeName() => - await BenchmarkAsync(@" - { - __typename - } - "); - public async Task Print_Query_TypeName() => - await PrintQueryPlanAsync(@" - { - __typename - } - "); - - [Benchmark] - public async Task Query_Introspection() => - await BenchmarkAsync(Introspection); - public string Introspection { get; } = Resources.Introspection; - public async Task Print_Query_Introspection() => - await PrintQueryPlanAsync(Introspection); - - - [Benchmark] - public async Task Query_Introspection_Prepared() => - await BenchmarkAsync(IntrospectionRequest); - public IQueryRequest IntrospectionRequest { get; } = Prepare(Resources.Introspection); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Program.cs b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Program.cs deleted file mode 100644 index 475b3070d8b..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Program.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; -using System.Diagnostics; -using System.IO; -using System.Linq; -using System.Reflection; -using System.Threading.Tasks; -using BenchmarkDotNet.Running; -using HotChocolate; -using HotChocolate.Benchmarks; -using HotChocolate.ConferencePlanner; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate.Types.Descriptors.Definitions; - -public static class Program -{ - static async Task Main(string[] args) => await Run().ConfigureAwait(false); - // static void Main(string[] args) => BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args); - - private static async Task Run() - { - Console.WriteLine("Initialize"); - var queryBench = new QueryBenchmarks(); - - Console.WriteLine("Warmup 1"); - await queryBench.Sessions_DataLoader_Large().ConfigureAwait(false); - - Console.WriteLine("Warmup 2"); - await queryBench.Sessions_DataLoader_Large().ConfigureAwait(false); - - Console.WriteLine("Run"); - - for (var i = 0; i < 100; i++) - { - await queryBench.Sessions_DataLoader_Large().ConfigureAwait(false); - } - - Console.WriteLine("Done"); - Console.ReadLine(); - } -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/QueryBenchmarks.cs b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/QueryBenchmarks.cs deleted file mode 100644 index 3245e47da32..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/QueryBenchmarks.cs +++ /dev/null @@ -1,94 +0,0 @@ -using System.Threading.Tasks; -using BenchmarkDotNet.Attributes; -using HotChocolate.ConferencePlanner; -using HotChocolate.Execution; - -namespace HotChocolate.Benchmarks -{ - [RPlotExporter, CategoriesColumn, RankColumn, MeanColumn, MedianColumn, MemoryDiagnoser] - public class QueryBenchmarks : BenchmarkBase - { - [Benchmark] - public async Task Sessions_TitleAndAbstract_10_Items() => - await BenchmarkAsync(@" - { - sessions(first: 10) { - nodes { - title - abstract - } - } - } - "); - - public async Task Print_Sessions_TitleAndAbstract_10_Items() => - await PrintQueryPlanAsync(@" - { - sessions(first: 10) { - nodes { - title - abstract - } - } - } - "); - - [Benchmark] - public async Task Sessions_TitleAndAbstractAndTrackName_10_Items() => - await BenchmarkAsync(@" - { - sessions(first: 10) { - nodes { - title - abstract - track { - name - } - } - } - } - "); - - public async Task Print_Sessions_TitleAndAbstractAndTrackName_10_Items() => - await PrintQueryPlanAsync(@" - { - sessions(first: 10) { - nodes { - title - abstract - track { - name - } - } - } - } - "); - - [Benchmark] - public async Task Sessions_Medium() => - await BenchmarkAsync(SessionMediumQuery); - - public async Task Print_Sessions_Medium() => - await PrintQueryPlanAsync(SessionMediumQuery); - - public string SessionMediumQuery { get; } = Resources.SessionMediumQuery; - - [Benchmark] - public async Task Sessions_Large() => - await BenchmarkAsync(SessionLargeQuery); - - public async Task Print_Sessions_Large() => - await PrintQueryPlanAsync(SessionLargeQuery); - - public string SessionLargeQuery { get; } = Resources.SessionLargeQuery; - - [Benchmark] - public async Task Sessions_DataLoader_Large() => - await BenchmarkAsync(SessionLargeDLQuery); - - public async Task Print_Sessions_DataLoader_Large() => - await PrintQueryPlanAsync(SessionLargeDLQuery); - - public string SessionLargeDLQuery { get; } = Resources.SessionLargeDLQuery; - } -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/Introspection.graphql b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/Introspection.graphql deleted file mode 100644 index e7a357eed34..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/Introspection.graphql +++ /dev/null @@ -1,85 +0,0 @@ -query IntrospectionQuery { - __schema { - queryType { - name - } - mutationType { - name - } - subscriptionType { - name - } - types { - ...FullType - } - directives { - name - description - args { - ...InputValue - } - onOperation - onFragment - onField - } - } -} - -fragment FullType on __Type { - kind - name - description - fields(includeDeprecated: true) { - name - description - args { - ...InputValue - } - type { - ...TypeRef - } - isDeprecated - deprecationReason - } - inputFields { - ...InputValue - } - interfaces { - ...TypeRef - } - enumValues(includeDeprecated: true) { - name - description - isDeprecated - deprecationReason - } - possibleTypes { - ...TypeRef - } -} - -fragment InputValue on __InputValue { - name - description - type { - ...TypeRef - } - defaultValue -} - -fragment TypeRef on __Type { - kind - name - ofType { - kind - name - ofType { - kind - name - ofType { - kind - name - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/ResourceHelper.cs b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/ResourceHelper.cs deleted file mode 100644 index d63e9ed9435..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/ResourceHelper.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System.IO; -using System.Reflection; -using System.Text; - -namespace HotChocolate.Benchmarks -{ - public static class Resources - { - private const string _resourcePath = "HotChocolate.Benchmarks.Requests"; - private static readonly Assembly _assembly = typeof(Resources).Assembly; - private static string? _introspection; - private static string? _sessionLargeQuery; - private static string? _sessionLargeDLQuery; - private static string? _sessionMediumQuery; - - public static string Introspection => - _introspection ??= GetResourceString(nameof(Introspection)); - - public static string SessionLargeQuery => - _sessionLargeQuery ??= GetResourceString(nameof(SessionLargeQuery)); - - public static string SessionLargeDLQuery => - _sessionLargeDLQuery ??= GetResourceString(nameof(SessionLargeDLQuery)); - - public static string SessionMediumQuery => - _sessionMediumQuery ??= GetResourceString(nameof(SessionMediumQuery)); - - public static string SchemaMedium => - _introspection ??= GetResourceString(nameof(SchemaMedium)); - - public static string SchemaLarge => - _introspection ??= GetResourceString(nameof(SchemaLarge)); - - public static string GetResourceString(string fileName) - { - Stream? stream = GetResourceStream(fileName + ".graphql"); - - if (stream is null) - { - throw new FileNotFoundException( - "Could not find the specified resource file", - fileName); - } - - - try - { - using var reader = new StreamReader(stream, Encoding.UTF8); - return reader.ReadToEnd(); - } - finally - { - stream.Dispose(); - } - } - - private static Stream? GetResourceStream(string fileName) - { - return _assembly.GetManifestResourceStream($"{_resourcePath}.{fileName}"); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SchemaLarge.graphql b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SchemaLarge.graphql deleted file mode 100644 index 407368f35b7..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SchemaLarge.graphql +++ /dev/null @@ -1,239529 +0,0 @@ -input GitHubIssuesEventSubscriptionInput { - """The owner of the repo, the `octocat` in `octocat/Hello-World`.""" - repoOwner: String! - - """The name of the repo, the `Hello-World` in `octocat/Hello-World`.""" - repoName: String! -} - -"""Shallow version of the issue object when the issue has been deleted.""" -type GitHubIssuesEventSubscriptionDeletedIssue { - """""" - url: String - - """""" - repositoryUrl: String - - """""" - databaseId: Int! - - """""" - id: ID! - - """""" - number: Int! - - """""" - title: String - - """""" - state: String - - """""" - locked: Boolean - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - closedAt: String - - """""" - authorAssociation: String - - """""" - body: String -} - -type GitHubIssuesEventSubscriptionTitleChanges { - """The previous version of the title if the action was `EDITED`.""" - from: String -} - -type GitHubIssuesEventSubscriptionChanges { - """The changes to the title if the action was `EDITED`""" - title: GitHubIssuesEventSubscriptionTitleChanges - - """The changes to the body if the action was `EDITED`""" - body: GitHubIssuesEventSubscriptionBodyChanges -} - -"""The action that was performed that triggered an issues event.""" -enum GitHubIssuesEventSubscriptionActionEnum { - OPENED - EDITED - DELETED - PINNED - UNPINNED - CLOSED - REOPENED - ASSIGNED - UNASSIGNED - LABELED - UNLABELED - LOCKED - UNLOCKED - TRANSFERRED - MILESTONED - DEMILESTONED -} - -type GitHubIssuesEventSubscriptionPayload { - """The action that was performed.""" - action: GitHubIssuesEventSubscriptionActionEnum - - """The changes to the issue if the action was `EDITED`.""" - changes: GitHubIssuesEventSubscriptionChanges - - """The optional user who was assigned or unassigned from the issue.""" - assignee: GitHubUser - - """The optional label that was added or removed from the issue.""" - label: GitHubLabel - - """The issue itself.""" - issue: GitHubIssue - - """A shallow version of the issue, if the issue was deleted.""" - deletedIssue: GitHubIssuesEventSubscriptionDeletedIssue - - """The raw body of the event from GitHub in JSON format.""" - raw: JSON! - - """The repository for the event.""" - repository: GitHubRepository - - """The actor that triggered the event.""" - sender: GitHubActor -} - -input GitHubIssueCommentEventSubscriptionInput { - """The owner of the repo, the `octocat` in `octocat/Hello-World`.""" - repoOwner: String! - - """The name of the repo, the `Hello-World` in `octocat/Hello-World`.""" - repoName: String! -} - -""" -Shallow version of the comment object when the comment has been deleted. -""" -type GitHubIssuesEventSubscriptionDeletedIssueComment { - """""" - databaseId: Int! - - """""" - id: ID! - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - authorAssociation: String - - """""" - body: String -} - -type GitHubIssuesEventSubscriptionBodyChanges { - """The previous version of the body if the action was `EDITED`.""" - from: String -} - -type GitHubIssueCommentEventSubscriptionChanges { - """The changes to the body if the action was `EDITED`""" - body: GitHubIssuesEventSubscriptionBodyChanges -} - -"""The action that was performed that triggered an issue_comment event.""" -enum GitHubIssueCommentEventSubscriptionActionEnum { - CREATED - EDITED - DELETED -} - -type GitHubIssueCommentEventSubscriptionPayload { - """The action that was performed.""" - action: GitHubIssueCommentEventSubscriptionActionEnum - - """The changes to the issue if the action was `EDITED`.""" - changes: GitHubIssueCommentEventSubscriptionChanges - - """The issue the comment belongs to.""" - issue: GitHubIssue - - """ - The pull request the comment belongs to, if this is a comment on a pull request - """ - pullRequest: GitHubIssue - - """The comment itself.""" - comment: GitHubIssueComment - - """A shallow version of the comment, if the issue was deleted.""" - deletedComment: GitHubIssuesEventSubscriptionDeletedIssueComment - - """The raw body of the event from GitHub in JSON format.""" - raw: JSON! - - """The repository for the event.""" - repository: GitHubRepository - - """The actor that triggered the event.""" - sender: GitHubActor -} - -"""Namespace for GitHub subscriptions.""" -type GithubSubscriptionRoot { - """Subscribe to comments on issues.""" - issueCommentEvent(input: GitHubIssueCommentEventSubscriptionInput!): GitHubIssueCommentEventSubscriptionPayload! - - """Subscribe to issues.""" - issuesEvent(input: GitHubIssuesEventSubscriptionInput!): GitHubIssuesEventSubscriptionPayload! -} - -type SalesforceUserUpdatedSubscriptionPayload { - """The User that was updated.""" - user: SalesforceUser! -} - -type SalesforceUserUndeletedSubscriptionPayload { - """The User that was resurrected.""" - user: SalesforceUser! -} - -type SalesforceUserProvisioningRequestUpdatedSubscriptionPayload { - """The UserProvisioningRequest that was updated.""" - userProvisioningRequest: SalesforceUserProvisioningRequest! -} - -type SalesforceUserProvisioningRequestUndeletedSubscriptionPayload { - """The UserProvisioningRequest that was resurrected.""" - userProvisioningRequest: SalesforceUserProvisioningRequest! -} - -type SalesforceUserProvisioningRequestDeletedSubscriptionPayload { - """The UserProvisioningRequest that was deleted.""" - userProvisioningRequest: SalesforceUserProvisioningRequest! -} - -type SalesforceUserProvisioningRequestCreatedSubscriptionPayload { - """The UserProvisioningRequest that was created.""" - userProvisioningRequest: SalesforceUserProvisioningRequest! -} - -type SalesforceUserProvisioningLogUpdatedSubscriptionPayload { - """The UserProvisioningLog that was updated.""" - userProvisioningLog: SalesforceUserProvisioningLog! -} - -type SalesforceUserProvisioningLogUndeletedSubscriptionPayload { - """The UserProvisioningLog that was resurrected.""" - userProvisioningLog: SalesforceUserProvisioningLog! -} - -type SalesforceUserProvisioningLogDeletedSubscriptionPayload { - """The UserProvisioningLog that was deleted.""" - userProvisioningLog: SalesforceUserProvisioningLog! -} - -type SalesforceUserProvisioningLogCreatedSubscriptionPayload { - """The UserProvisioningLog that was created.""" - userProvisioningLog: SalesforceUserProvisioningLog! -} - -type SalesforceUserProvMockTargetUpdatedSubscriptionPayload { - """The UserProvMockTarget that was updated.""" - userProvMockTarget: SalesforceUserProvMockTarget! -} - -type SalesforceUserProvMockTargetUndeletedSubscriptionPayload { - """The UserProvMockTarget that was resurrected.""" - userProvMockTarget: SalesforceUserProvMockTarget! -} - -type SalesforceUserProvMockTargetDeletedSubscriptionPayload { - """The UserProvMockTarget that was deleted.""" - userProvMockTarget: SalesforceUserProvMockTarget! -} - -type SalesforceUserProvMockTargetCreatedSubscriptionPayload { - """The UserProvMockTarget that was created.""" - userProvMockTarget: SalesforceUserProvMockTarget! -} - -type SalesforceUserProvAccountUpdatedSubscriptionPayload { - """The UserProvAccount that was updated.""" - userProvAccount: SalesforceUserProvAccount! -} - -type SalesforceUserProvAccountUndeletedSubscriptionPayload { - """The UserProvAccount that was resurrected.""" - userProvAccount: SalesforceUserProvAccount! -} - -type SalesforceUserProvAccountStagingUpdatedSubscriptionPayload { - """The UserProvAccountStaging that was updated.""" - userProvAccountStaging: SalesforceUserProvAccountStaging! -} - -type SalesforceUserProvAccountStagingUndeletedSubscriptionPayload { - """The UserProvAccountStaging that was resurrected.""" - userProvAccountStaging: SalesforceUserProvAccountStaging! -} - -type SalesforceUserProvAccountStagingDeletedSubscriptionPayload { - """The UserProvAccountStaging that was deleted.""" - userProvAccountStaging: SalesforceUserProvAccountStaging! -} - -type SalesforceUserProvAccountStagingCreatedSubscriptionPayload { - """The UserProvAccountStaging that was created.""" - userProvAccountStaging: SalesforceUserProvAccountStaging! -} - -type SalesforceUserProvAccountDeletedSubscriptionPayload { - """The UserProvAccount that was deleted.""" - userProvAccount: SalesforceUserProvAccount! -} - -type SalesforceUserProvAccountCreatedSubscriptionPayload { - """The UserProvAccount that was created.""" - userProvAccount: SalesforceUserProvAccount! -} - -type SalesforceUserDeletedSubscriptionPayload { - """The User that was deleted.""" - user: SalesforceUser! -} - -type SalesforceUserCreatedSubscriptionPayload { - """The User that was created.""" - user: SalesforceUser! -} - -type SalesforceTopicUpdatedSubscriptionPayload { - """The Topic that was updated.""" - topic: SalesforceTopic! -} - -type SalesforceTopicUndeletedSubscriptionPayload { - """The Topic that was resurrected.""" - topic: SalesforceTopic! -} - -type SalesforceTopicDeletedSubscriptionPayload { - """The Topic that was deleted.""" - topic: SalesforceTopic! -} - -type SalesforceTopicCreatedSubscriptionPayload { - """The Topic that was created.""" - topic: SalesforceTopic! -} - -type SalesforceTopicAssignmentUpdatedSubscriptionPayload { - """The TopicAssignment that was updated.""" - topicAssignment: SalesforceTopicAssignment! -} - -type SalesforceTopicAssignmentUndeletedSubscriptionPayload { - """The TopicAssignment that was resurrected.""" - topicAssignment: SalesforceTopicAssignment! -} - -type SalesforceTopicAssignmentDeletedSubscriptionPayload { - """The TopicAssignment that was deleted.""" - topicAssignment: SalesforceTopicAssignment! -} - -type SalesforceTopicAssignmentCreatedSubscriptionPayload { - """The TopicAssignment that was created.""" - topicAssignment: SalesforceTopicAssignment! -} - -type SalesforceTaskUpdatedSubscriptionPayload { - """The Task that was updated.""" - task: SalesforceTask! -} - -type SalesforceTaskUndeletedSubscriptionPayload { - """The Task that was resurrected.""" - task: SalesforceTask! -} - -type SalesforceTaskDeletedSubscriptionPayload { - """The Task that was deleted.""" - task: SalesforceTask! -} - -type SalesforceTaskCreatedSubscriptionPayload { - """The Task that was created.""" - task: SalesforceTask! -} - -type SalesforceStreamingChannelUpdatedSubscriptionPayload { - """The StreamingChannel that was updated.""" - streamingChannel: SalesforceStreamingChannel! -} - -type SalesforceStreamingChannelUndeletedSubscriptionPayload { - """The StreamingChannel that was resurrected.""" - streamingChannel: SalesforceStreamingChannel! -} - -type SalesforceStreamingChannelDeletedSubscriptionPayload { - """The StreamingChannel that was deleted.""" - streamingChannel: SalesforceStreamingChannel! -} - -type SalesforceStreamingChannelCreatedSubscriptionPayload { - """The StreamingChannel that was created.""" - streamingChannel: SalesforceStreamingChannel! -} - -type SalesforceSolutionUpdatedSubscriptionPayload { - """The Solution that was updated.""" - solution: SalesforceSolution! -} - -type SalesforceSolutionUndeletedSubscriptionPayload { - """The Solution that was resurrected.""" - solution: SalesforceSolution! -} - -type SalesforceSolutionDeletedSubscriptionPayload { - """The Solution that was deleted.""" - solution: SalesforceSolution! -} - -type SalesforceSolutionCreatedSubscriptionPayload { - """The Solution that was created.""" - solution: SalesforceSolution! -} - -type SalesforceQuickTextUpdatedSubscriptionPayload { - """The QuickText that was updated.""" - quickText: SalesforceQuickText! -} - -type SalesforceQuickTextUndeletedSubscriptionPayload { - """The QuickText that was resurrected.""" - quickText: SalesforceQuickText! -} - -type SalesforceQuickTextDeletedSubscriptionPayload { - """The QuickText that was deleted.""" - quickText: SalesforceQuickText! -} - -type SalesforceQuickTextCreatedSubscriptionPayload { - """The QuickText that was created.""" - quickText: SalesforceQuickText! -} - -type SalesforceProduct2UpdatedSubscriptionPayload { - """The Product2 that was updated.""" - product2: SalesforceProduct2! -} - -type SalesforceProduct2UndeletedSubscriptionPayload { - """The Product2 that was resurrected.""" - product2: SalesforceProduct2! -} - -type SalesforceProduct2DeletedSubscriptionPayload { - """The Product2 that was deleted.""" - product2: SalesforceProduct2! -} - -type SalesforceProduct2CreatedSubscriptionPayload { - """The Product2 that was created.""" - product2: SalesforceProduct2! -} - -type SalesforcePricebook2UpdatedSubscriptionPayload { - """The Pricebook2 that was updated.""" - pricebook2: SalesforcePricebook2! -} - -type SalesforcePricebook2UndeletedSubscriptionPayload { - """The Pricebook2 that was resurrected.""" - pricebook2: SalesforcePricebook2! -} - -type SalesforcePricebook2DeletedSubscriptionPayload { - """The Pricebook2 that was deleted.""" - pricebook2: SalesforcePricebook2! -} - -type SalesforcePricebook2CreatedSubscriptionPayload { - """The Pricebook2 that was created.""" - pricebook2: SalesforcePricebook2! -} - -type SalesforcePartnerUpdatedSubscriptionPayload { - """The Partner that was updated.""" - partner: SalesforcePartner! -} - -type SalesforcePartnerUndeletedSubscriptionPayload { - """The Partner that was resurrected.""" - partner: SalesforcePartner! -} - -type SalesforcePartnerDeletedSubscriptionPayload { - """The Partner that was deleted.""" - partner: SalesforcePartner! -} - -type SalesforcePartnerCreatedSubscriptionPayload { - """The Partner that was created.""" - partner: SalesforcePartner! -} - -type SalesforceOrgLifecycleNotificationUpdatedSubscriptionPayload { - """The OrgLifecycleNotification that was updated.""" - orgLifecycleNotification: SalesforceOrgLifecycleNotification! -} - -type SalesforceOrgLifecycleNotificationUndeletedSubscriptionPayload { - """The OrgLifecycleNotification that was resurrected.""" - orgLifecycleNotification: SalesforceOrgLifecycleNotification! -} - -type SalesforceOrgLifecycleNotificationDeletedSubscriptionPayload { - """The OrgLifecycleNotification that was deleted.""" - orgLifecycleNotification: SalesforceOrgLifecycleNotification! -} - -"""Org Lifecycle Notification""" -type SalesforceOrgLifecycleNotification { - """Replay ID""" - replayId: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Lifecycle Request Type""" - lifecycleRequestType: String - - """Lifecycle Request ID""" - lifecycleRequestId: String - - """Org ID""" - orgId: String - - """Status""" - status: String - - """Status Code""" - statusCode: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -type SalesforceOrgLifecycleNotificationCreatedSubscriptionPayload { - """The OrgLifecycleNotification that was created.""" - orgLifecycleNotification: SalesforceOrgLifecycleNotification! -} - -type SalesforceOrgDeleteRequestUpdatedSubscriptionPayload { - """The OrgDeleteRequest that was updated.""" - orgDeleteRequest: SalesforceOrgDeleteRequest! -} - -type SalesforceOrgDeleteRequestUndeletedSubscriptionPayload { - """The OrgDeleteRequest that was resurrected.""" - orgDeleteRequest: SalesforceOrgDeleteRequest! -} - -type SalesforceOrgDeleteRequestDeletedSubscriptionPayload { - """The OrgDeleteRequest that was deleted.""" - orgDeleteRequest: SalesforceOrgDeleteRequest! -} - -type SalesforceOrgDeleteRequestCreatedSubscriptionPayload { - """The OrgDeleteRequest that was created.""" - orgDeleteRequest: SalesforceOrgDeleteRequest! -} - -type SalesforceOrderUpdatedSubscriptionPayload { - """The Order that was updated.""" - order: SalesforceOrder! -} - -type SalesforceOrderUndeletedSubscriptionPayload { - """The Order that was resurrected.""" - order: SalesforceOrder! -} - -type SalesforceOrderItemUpdatedSubscriptionPayload { - """The OrderItem that was updated.""" - orderItem: SalesforceOrderItem! -} - -type SalesforceOrderItemUndeletedSubscriptionPayload { - """The OrderItem that was resurrected.""" - orderItem: SalesforceOrderItem! -} - -type SalesforceOrderItemDeletedSubscriptionPayload { - """The OrderItem that was deleted.""" - orderItem: SalesforceOrderItem! -} - -type SalesforceOrderItemCreatedSubscriptionPayload { - """The OrderItem that was created.""" - orderItem: SalesforceOrderItem! -} - -type SalesforceOrderDeletedSubscriptionPayload { - """The Order that was deleted.""" - order: SalesforceOrder! -} - -type SalesforceOrderCreatedSubscriptionPayload { - """The Order that was created.""" - order: SalesforceOrder! -} - -type SalesforceOpportunityUpdatedSubscriptionPayload { - """The Opportunity that was updated.""" - opportunity: SalesforceOpportunity! -} - -type SalesforceOpportunityUndeletedSubscriptionPayload { - """The Opportunity that was resurrected.""" - opportunity: SalesforceOpportunity! -} - -type SalesforceOpportunityLineItemUpdatedSubscriptionPayload { - """The OpportunityLineItem that was updated.""" - opportunityLineItem: SalesforceOpportunityLineItem! -} - -type SalesforceOpportunityLineItemUndeletedSubscriptionPayload { - """The OpportunityLineItem that was resurrected.""" - opportunityLineItem: SalesforceOpportunityLineItem! -} - -type SalesforceOpportunityLineItemDeletedSubscriptionPayload { - """The OpportunityLineItem that was deleted.""" - opportunityLineItem: SalesforceOpportunityLineItem! -} - -type SalesforceOpportunityLineItemCreatedSubscriptionPayload { - """The OpportunityLineItem that was created.""" - opportunityLineItem: SalesforceOpportunityLineItem! -} - -type SalesforceOpportunityDeletedSubscriptionPayload { - """The Opportunity that was deleted.""" - opportunity: SalesforceOpportunity! -} - -type SalesforceOpportunityCreatedSubscriptionPayload { - """The Opportunity that was created.""" - opportunity: SalesforceOpportunity! -} - -type SalesforceNoteUpdatedSubscriptionPayload { - """The Note that was updated.""" - note: SalesforceNote! -} - -type SalesforceNoteUndeletedSubscriptionPayload { - """The Note that was resurrected.""" - note: SalesforceNote! -} - -type SalesforceNoteDeletedSubscriptionPayload { - """The Note that was deleted.""" - note: SalesforceNote! -} - -type SalesforceNoteCreatedSubscriptionPayload { - """The Note that was created.""" - note: SalesforceNote! -} - -type SalesforceMacroUpdatedSubscriptionPayload { - """The Macro that was updated.""" - macro: SalesforceMacro! -} - -type SalesforceMacroUndeletedSubscriptionPayload { - """The Macro that was resurrected.""" - macro: SalesforceMacro! -} - -type SalesforceMacroDeletedSubscriptionPayload { - """The Macro that was deleted.""" - macro: SalesforceMacro! -} - -type SalesforceMacroCreatedSubscriptionPayload { - """The Macro that was created.""" - macro: SalesforceMacro! -} - -type SalesforceLeadUpdatedSubscriptionPayload { - """The Lead that was updated.""" - lead: SalesforceLead! -} - -type SalesforceLeadUndeletedSubscriptionPayload { - """The Lead that was resurrected.""" - lead: SalesforceLead! -} - -type SalesforceLeadDeletedSubscriptionPayload { - """The Lead that was deleted.""" - lead: SalesforceLead! -} - -type SalesforceLeadCreatedSubscriptionPayload { - """The Lead that was created.""" - lead: SalesforceLead! -} - -type SalesforceIdeaUpdatedSubscriptionPayload { - """The Idea that was updated.""" - idea: SalesforceIdea! -} - -type SalesforceIdeaUndeletedSubscriptionPayload { - """The Idea that was resurrected.""" - idea: SalesforceIdea! -} - -type SalesforceIdeaDeletedSubscriptionPayload { - """The Idea that was deleted.""" - idea: SalesforceIdea! -} - -type SalesforceIdeaCreatedSubscriptionPayload { - """The Idea that was created.""" - idea: SalesforceIdea! -} - -type SalesforceIdeaCommentUpdatedSubscriptionPayload { - """The IdeaComment that was updated.""" - ideaComment: SalesforceIdeaComment! -} - -type SalesforceIdeaCommentUndeletedSubscriptionPayload { - """The IdeaComment that was resurrected.""" - ideaComment: SalesforceIdeaComment! -} - -type SalesforceIdeaCommentDeletedSubscriptionPayload { - """The IdeaComment that was deleted.""" - ideaComment: SalesforceIdeaComment! -} - -type SalesforceIdeaCommentCreatedSubscriptionPayload { - """The IdeaComment that was created.""" - ideaComment: SalesforceIdeaComment! -} - -type SalesforceFeedItemUpdatedSubscriptionPayload { - """The FeedItem that was updated.""" - feedItem: SalesforceFeedItem! -} - -type SalesforceFeedItemUndeletedSubscriptionPayload { - """The FeedItem that was resurrected.""" - feedItem: SalesforceFeedItem! -} - -type SalesforceFeedItemDeletedSubscriptionPayload { - """The FeedItem that was deleted.""" - feedItem: SalesforceFeedItem! -} - -type SalesforceFeedItemCreatedSubscriptionPayload { - """The FeedItem that was created.""" - feedItem: SalesforceFeedItem! -} - -type SalesforceFeedCommentUpdatedSubscriptionPayload { - """The FeedComment that was updated.""" - feedComment: SalesforceFeedComment! -} - -type SalesforceFeedCommentUndeletedSubscriptionPayload { - """The FeedComment that was resurrected.""" - feedComment: SalesforceFeedComment! -} - -type SalesforceFeedCommentDeletedSubscriptionPayload { - """The FeedComment that was deleted.""" - feedComment: SalesforceFeedComment! -} - -type SalesforceFeedCommentCreatedSubscriptionPayload { - """The FeedComment that was created.""" - feedComment: SalesforceFeedComment! -} - -type SalesforceEventUpdatedSubscriptionPayload { - """The Event that was updated.""" - event: SalesforceEvent! -} - -type SalesforceEventUndeletedSubscriptionPayload { - """The Event that was resurrected.""" - event: SalesforceEvent! -} - -type SalesforceEventDeletedSubscriptionPayload { - """The Event that was deleted.""" - event: SalesforceEvent! -} - -type SalesforceEventCreatedSubscriptionPayload { - """The Event that was created.""" - event: SalesforceEvent! -} - -type SalesforceEmailMessageUpdatedSubscriptionPayload { - """The EmailMessage that was updated.""" - emailMessage: SalesforceEmailMessage! -} - -type SalesforceEmailMessageUndeletedSubscriptionPayload { - """The EmailMessage that was resurrected.""" - emailMessage: SalesforceEmailMessage! -} - -type SalesforceEmailMessageDeletedSubscriptionPayload { - """The EmailMessage that was deleted.""" - emailMessage: SalesforceEmailMessage! -} - -type SalesforceEmailMessageCreatedSubscriptionPayload { - """The EmailMessage that was created.""" - emailMessage: SalesforceEmailMessage! -} - -type SalesforceDuplicateRecordSetUpdatedSubscriptionPayload { - """The DuplicateRecordSet that was updated.""" - duplicateRecordSet: SalesforceDuplicateRecordSet! -} - -type SalesforceDuplicateRecordSetUndeletedSubscriptionPayload { - """The DuplicateRecordSet that was resurrected.""" - duplicateRecordSet: SalesforceDuplicateRecordSet! -} - -type SalesforceDuplicateRecordSetDeletedSubscriptionPayload { - """The DuplicateRecordSet that was deleted.""" - duplicateRecordSet: SalesforceDuplicateRecordSet! -} - -type SalesforceDuplicateRecordSetCreatedSubscriptionPayload { - """The DuplicateRecordSet that was created.""" - duplicateRecordSet: SalesforceDuplicateRecordSet! -} - -type SalesforceDuplicateRecordItemUpdatedSubscriptionPayload { - """The DuplicateRecordItem that was updated.""" - duplicateRecordItem: SalesforceDuplicateRecordItem! -} - -type SalesforceDuplicateRecordItemUndeletedSubscriptionPayload { - """The DuplicateRecordItem that was resurrected.""" - duplicateRecordItem: SalesforceDuplicateRecordItem! -} - -type SalesforceDuplicateRecordItemDeletedSubscriptionPayload { - """The DuplicateRecordItem that was deleted.""" - duplicateRecordItem: SalesforceDuplicateRecordItem! -} - -type SalesforceDuplicateRecordItemCreatedSubscriptionPayload { - """The DuplicateRecordItem that was created.""" - duplicateRecordItem: SalesforceDuplicateRecordItem! -} - -type SalesforceDandBCompanyUpdatedSubscriptionPayload { - """The DandBCompany that was updated.""" - dandBCompany: SalesforceDandBCompany! -} - -type SalesforceDandBCompanyUndeletedSubscriptionPayload { - """The DandBCompany that was resurrected.""" - dandBCompany: SalesforceDandBCompany! -} - -type SalesforceDandBCompanyDeletedSubscriptionPayload { - """The DandBCompany that was deleted.""" - dandBCompany: SalesforceDandBCompany! -} - -type SalesforceDandBCompanyCreatedSubscriptionPayload { - """The DandBCompany that was created.""" - dandBCompany: SalesforceDandBCompany! -} - -type SalesforceContractUpdatedSubscriptionPayload { - """The Contract that was updated.""" - contract: SalesforceContract! -} - -type SalesforceContractUndeletedSubscriptionPayload { - """The Contract that was resurrected.""" - contract: SalesforceContract! -} - -type SalesforceContractDeletedSubscriptionPayload { - """The Contract that was deleted.""" - contract: SalesforceContract! -} - -type SalesforceContractCreatedSubscriptionPayload { - """The Contract that was created.""" - contract: SalesforceContract! -} - -type SalesforceContentVersionUpdatedSubscriptionPayload { - """The ContentVersion that was updated.""" - contentVersion: SalesforceContentVersion! -} - -type SalesforceContentVersionUndeletedSubscriptionPayload { - """The ContentVersion that was resurrected.""" - contentVersion: SalesforceContentVersion! -} - -type SalesforceContentVersionDeletedSubscriptionPayload { - """The ContentVersion that was deleted.""" - contentVersion: SalesforceContentVersion! -} - -type SalesforceContentVersionCreatedSubscriptionPayload { - """The ContentVersion that was created.""" - contentVersion: SalesforceContentVersion! -} - -type SalesforceContentDocumentUpdatedSubscriptionPayload { - """The ContentDocument that was updated.""" - contentDocument: SalesforceContentDocument! -} - -type SalesforceContentDocumentUndeletedSubscriptionPayload { - """The ContentDocument that was resurrected.""" - contentDocument: SalesforceContentDocument! -} - -type SalesforceContentDocumentLinkUpdatedSubscriptionPayload { - """The ContentDocumentLink that was updated.""" - contentDocumentLink: SalesforceContentDocumentLink! -} - -type SalesforceContentDocumentLinkUndeletedSubscriptionPayload { - """The ContentDocumentLink that was resurrected.""" - contentDocumentLink: SalesforceContentDocumentLink! -} - -type SalesforceContentDocumentLinkDeletedSubscriptionPayload { - """The ContentDocumentLink that was deleted.""" - contentDocumentLink: SalesforceContentDocumentLink! -} - -type SalesforceContentDocumentLinkCreatedSubscriptionPayload { - """The ContentDocumentLink that was created.""" - contentDocumentLink: SalesforceContentDocumentLink! -} - -type SalesforceContentDocumentDeletedSubscriptionPayload { - """The ContentDocument that was deleted.""" - contentDocument: SalesforceContentDocument! -} - -type SalesforceContentDocumentCreatedSubscriptionPayload { - """The ContentDocument that was created.""" - contentDocument: SalesforceContentDocument! -} - -type SalesforceContentDistributionUpdatedSubscriptionPayload { - """The ContentDistribution that was updated.""" - contentDistribution: SalesforceContentDistribution! -} - -type SalesforceContentDistributionUndeletedSubscriptionPayload { - """The ContentDistribution that was resurrected.""" - contentDistribution: SalesforceContentDistribution! -} - -type SalesforceContentDistributionDeletedSubscriptionPayload { - """The ContentDistribution that was deleted.""" - contentDistribution: SalesforceContentDistribution! -} - -type SalesforceContentDistributionCreatedSubscriptionPayload { - """The ContentDistribution that was created.""" - contentDistribution: SalesforceContentDistribution! -} - -type SalesforceContactUpdatedSubscriptionPayload { - """The Contact that was updated.""" - contact: SalesforceContact! -} - -type SalesforceContactUndeletedSubscriptionPayload { - """The Contact that was resurrected.""" - contact: SalesforceContact! -} - -type SalesforceContactDeletedSubscriptionPayload { - """The Contact that was deleted.""" - contact: SalesforceContact! -} - -type SalesforceContactCreatedSubscriptionPayload { - """The Contact that was created.""" - contact: SalesforceContact! -} - -type SalesforceCollaborationGroupUpdatedSubscriptionPayload { - """The CollaborationGroup that was updated.""" - collaborationGroup: SalesforceCollaborationGroup! -} - -type SalesforceCollaborationGroupUndeletedSubscriptionPayload { - """The CollaborationGroup that was resurrected.""" - collaborationGroup: SalesforceCollaborationGroup! -} - -type SalesforceCollaborationGroupRecordUpdatedSubscriptionPayload { - """The CollaborationGroupRecord that was updated.""" - collaborationGroupRecord: SalesforceCollaborationGroupRecord! -} - -type SalesforceCollaborationGroupRecordUndeletedSubscriptionPayload { - """The CollaborationGroupRecord that was resurrected.""" - collaborationGroupRecord: SalesforceCollaborationGroupRecord! -} - -type SalesforceCollaborationGroupRecordDeletedSubscriptionPayload { - """The CollaborationGroupRecord that was deleted.""" - collaborationGroupRecord: SalesforceCollaborationGroupRecord! -} - -type SalesforceCollaborationGroupRecordCreatedSubscriptionPayload { - """The CollaborationGroupRecord that was created.""" - collaborationGroupRecord: SalesforceCollaborationGroupRecord! -} - -type SalesforceCollaborationGroupMemberUpdatedSubscriptionPayload { - """The CollaborationGroupMember that was updated.""" - collaborationGroupMember: SalesforceCollaborationGroupMember! -} - -type SalesforceCollaborationGroupMemberUndeletedSubscriptionPayload { - """The CollaborationGroupMember that was resurrected.""" - collaborationGroupMember: SalesforceCollaborationGroupMember! -} - -type SalesforceCollaborationGroupMemberDeletedSubscriptionPayload { - """The CollaborationGroupMember that was deleted.""" - collaborationGroupMember: SalesforceCollaborationGroupMember! -} - -type SalesforceCollaborationGroupMemberCreatedSubscriptionPayload { - """The CollaborationGroupMember that was created.""" - collaborationGroupMember: SalesforceCollaborationGroupMember! -} - -type SalesforceCollaborationGroupDeletedSubscriptionPayload { - """The CollaborationGroup that was deleted.""" - collaborationGroup: SalesforceCollaborationGroup! -} - -type SalesforceCollaborationGroupCreatedSubscriptionPayload { - """The CollaborationGroup that was created.""" - collaborationGroup: SalesforceCollaborationGroup! -} - -type SalesforceCaseUpdatedSubscriptionPayload { - """The Case that was updated.""" - case: SalesforceCase! -} - -type SalesforceCaseUndeletedSubscriptionPayload { - """The Case that was resurrected.""" - case: SalesforceCase! -} - -type SalesforceCaseDeletedSubscriptionPayload { - """The Case that was deleted.""" - case: SalesforceCase! -} - -type SalesforceCaseCreatedSubscriptionPayload { - """The Case that was created.""" - case: SalesforceCase! -} - -type SalesforceCaseCommentUpdatedSubscriptionPayload { - """The CaseComment that was updated.""" - caseComment: SalesforceCaseComment! -} - -type SalesforceCaseCommentUndeletedSubscriptionPayload { - """The CaseComment that was resurrected.""" - caseComment: SalesforceCaseComment! -} - -type SalesforceCaseCommentDeletedSubscriptionPayload { - """The CaseComment that was deleted.""" - caseComment: SalesforceCaseComment! -} - -type SalesforceCaseCommentCreatedSubscriptionPayload { - """The CaseComment that was created.""" - caseComment: SalesforceCaseComment! -} - -type SalesforceCampaignUpdatedSubscriptionPayload { - """The Campaign that was updated.""" - campaign: SalesforceCampaign! -} - -type SalesforceCampaignUndeletedSubscriptionPayload { - """The Campaign that was resurrected.""" - campaign: SalesforceCampaign! -} - -type SalesforceCampaignMemberUpdatedSubscriptionPayload { - """The CampaignMember that was updated.""" - campaignMember: SalesforceCampaignMember! -} - -type SalesforceCampaignMemberUndeletedSubscriptionPayload { - """The CampaignMember that was resurrected.""" - campaignMember: SalesforceCampaignMember! -} - -type SalesforceCampaignMemberDeletedSubscriptionPayload { - """The CampaignMember that was deleted.""" - campaignMember: SalesforceCampaignMember! -} - -type SalesforceCampaignMemberCreatedSubscriptionPayload { - """The CampaignMember that was created.""" - campaignMember: SalesforceCampaignMember! -} - -type SalesforceCampaignDeletedSubscriptionPayload { - """The Campaign that was deleted.""" - campaign: SalesforceCampaign! -} - -type SalesforceCampaignCreatedSubscriptionPayload { - """The Campaign that was created.""" - campaign: SalesforceCampaign! -} - -type SalesforceAttachmentUpdatedSubscriptionPayload { - """The Attachment that was updated.""" - attachment: SalesforceAttachment! -} - -type SalesforceAttachmentUndeletedSubscriptionPayload { - """The Attachment that was resurrected.""" - attachment: SalesforceAttachment! -} - -type SalesforceAttachmentDeletedSubscriptionPayload { - """The Attachment that was deleted.""" - attachment: SalesforceAttachment! -} - -type SalesforceAttachmentCreatedSubscriptionPayload { - """The Attachment that was created.""" - attachment: SalesforceAttachment! -} - -type SalesforceAssetUpdatedSubscriptionPayload { - """The Asset that was updated.""" - asset: SalesforceAsset! -} - -type SalesforceAssetUndeletedSubscriptionPayload { - """The Asset that was resurrected.""" - asset: SalesforceAsset! -} - -type SalesforceAssetTokenEventUpdatedSubscriptionPayload { - """The AssetTokenEvent that was updated.""" - assetTokenEvent: SalesforceAssetTokenEvent! -} - -type SalesforceAssetTokenEventUndeletedSubscriptionPayload { - """The AssetTokenEvent that was resurrected.""" - assetTokenEvent: SalesforceAssetTokenEvent! -} - -type SalesforceAssetTokenEventDeletedSubscriptionPayload { - """The AssetTokenEvent that was deleted.""" - assetTokenEvent: SalesforceAssetTokenEvent! -} - -"""Asset Token Event""" -type SalesforceAssetTokenEvent { - """Replay ID""" - replayId: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Connected App ID""" - connectedAppId: String - - """Connected App ID""" - connectedApp: SalesforceConnectedApplication - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """Asset ID""" - assetId: String - - """Asset ID""" - asset: SalesforceAsset - - """Name""" - name: String - - """Device ID""" - deviceId: String - - """Device Key""" - deviceKey: String - - """Expiration""" - expiration: String - - """Asset Serial Number""" - assetSerialNumber: String - - """Asset Name""" - assetName: String - - """Actor Token Payload""" - actorTokenPayload: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -type SalesforceAssetTokenEventCreatedSubscriptionPayload { - """The AssetTokenEvent that was created.""" - assetTokenEvent: SalesforceAssetTokenEvent! -} - -type SalesforceAssetRelationshipUpdatedSubscriptionPayload { - """The AssetRelationship that was updated.""" - assetRelationship: SalesforceAssetRelationship! -} - -type SalesforceAssetRelationshipUndeletedSubscriptionPayload { - """The AssetRelationship that was resurrected.""" - assetRelationship: SalesforceAssetRelationship! -} - -type SalesforceAssetRelationshipDeletedSubscriptionPayload { - """The AssetRelationship that was deleted.""" - assetRelationship: SalesforceAssetRelationship! -} - -type SalesforceAssetRelationshipCreatedSubscriptionPayload { - """The AssetRelationship that was created.""" - assetRelationship: SalesforceAssetRelationship! -} - -type SalesforceAssetDeletedSubscriptionPayload { - """The Asset that was deleted.""" - asset: SalesforceAsset! -} - -type SalesforceAssetCreatedSubscriptionPayload { - """The Asset that was created.""" - asset: SalesforceAsset! -} - -type SalesforceAccountUpdatedSubscriptionPayload { - """The Account that was updated.""" - account: SalesforceAccount! -} - -type SalesforceAccountUndeletedSubscriptionPayload { - """The Account that was resurrected.""" - account: SalesforceAccount! -} - -type SalesforceAccountDeletedSubscriptionPayload { - """The Account that was deleted.""" - account: SalesforceAccount! -} - -type SalesforceAccountCreatedSubscriptionPayload { - """The Account that was created.""" - account: SalesforceAccount! -} - -"""Namespace for Salesforce subscriptions.""" -type SalesforceSubscriptionRoot { - """Get notified when a Account is created.""" - accountCreated: SalesforceAccountCreatedSubscriptionPayload! - - """Get notified when a Account is deleted.""" - accountDeleted: SalesforceAccountDeletedSubscriptionPayload! - - """Get notified when a Account is resurrected.""" - accountUndeleted: SalesforceAccountUndeletedSubscriptionPayload! - - """Get notified when a Account is updated.""" - accountUpdated: SalesforceAccountUpdatedSubscriptionPayload! - - """Get notified when a Asset is created.""" - assetCreated: SalesforceAssetCreatedSubscriptionPayload! - - """Get notified when a Asset is deleted.""" - assetDeleted: SalesforceAssetDeletedSubscriptionPayload! - - """Get notified when a AssetRelationship is created.""" - assetRelationshipCreated: SalesforceAssetRelationshipCreatedSubscriptionPayload! - - """Get notified when a AssetRelationship is deleted.""" - assetRelationshipDeleted: SalesforceAssetRelationshipDeletedSubscriptionPayload! - - """Get notified when a AssetRelationship is resurrected.""" - assetRelationshipUndeleted: SalesforceAssetRelationshipUndeletedSubscriptionPayload! - - """Get notified when a AssetRelationship is updated.""" - assetRelationshipUpdated: SalesforceAssetRelationshipUpdatedSubscriptionPayload! - - """Get notified when a AssetTokenEvent is created.""" - assetTokenEventCreated: SalesforceAssetTokenEventCreatedSubscriptionPayload! - - """Get notified when a AssetTokenEvent is deleted.""" - assetTokenEventDeleted: SalesforceAssetTokenEventDeletedSubscriptionPayload! - - """Get notified when a AssetTokenEvent is resurrected.""" - assetTokenEventUndeleted: SalesforceAssetTokenEventUndeletedSubscriptionPayload! - - """Get notified when a AssetTokenEvent is updated.""" - assetTokenEventUpdated: SalesforceAssetTokenEventUpdatedSubscriptionPayload! - - """Get notified when a Asset is resurrected.""" - assetUndeleted: SalesforceAssetUndeletedSubscriptionPayload! - - """Get notified when a Asset is updated.""" - assetUpdated: SalesforceAssetUpdatedSubscriptionPayload! - - """Get notified when a Attachment is created.""" - attachmentCreated: SalesforceAttachmentCreatedSubscriptionPayload! - - """Get notified when a Attachment is deleted.""" - attachmentDeleted: SalesforceAttachmentDeletedSubscriptionPayload! - - """Get notified when a Attachment is resurrected.""" - attachmentUndeleted: SalesforceAttachmentUndeletedSubscriptionPayload! - - """Get notified when a Attachment is updated.""" - attachmentUpdated: SalesforceAttachmentUpdatedSubscriptionPayload! - - """Get notified when a Campaign is created.""" - campaignCreated: SalesforceCampaignCreatedSubscriptionPayload! - - """Get notified when a Campaign is deleted.""" - campaignDeleted: SalesforceCampaignDeletedSubscriptionPayload! - - """Get notified when a CampaignMember is created.""" - campaignMemberCreated: SalesforceCampaignMemberCreatedSubscriptionPayload! - - """Get notified when a CampaignMember is deleted.""" - campaignMemberDeleted: SalesforceCampaignMemberDeletedSubscriptionPayload! - - """Get notified when a CampaignMember is resurrected.""" - campaignMemberUndeleted: SalesforceCampaignMemberUndeletedSubscriptionPayload! - - """Get notified when a CampaignMember is updated.""" - campaignMemberUpdated: SalesforceCampaignMemberUpdatedSubscriptionPayload! - - """Get notified when a Campaign is resurrected.""" - campaignUndeleted: SalesforceCampaignUndeletedSubscriptionPayload! - - """Get notified when a Campaign is updated.""" - campaignUpdated: SalesforceCampaignUpdatedSubscriptionPayload! - - """Get notified when a CaseComment is created.""" - caseCommentCreated: SalesforceCaseCommentCreatedSubscriptionPayload! - - """Get notified when a CaseComment is deleted.""" - caseCommentDeleted: SalesforceCaseCommentDeletedSubscriptionPayload! - - """Get notified when a CaseComment is resurrected.""" - caseCommentUndeleted: SalesforceCaseCommentUndeletedSubscriptionPayload! - - """Get notified when a CaseComment is updated.""" - caseCommentUpdated: SalesforceCaseCommentUpdatedSubscriptionPayload! - - """Get notified when a Case is created.""" - caseCreated: SalesforceCaseCreatedSubscriptionPayload! - - """Get notified when a Case is deleted.""" - caseDeleted: SalesforceCaseDeletedSubscriptionPayload! - - """Get notified when a Case is resurrected.""" - caseUndeleted: SalesforceCaseUndeletedSubscriptionPayload! - - """Get notified when a Case is updated.""" - caseUpdated: SalesforceCaseUpdatedSubscriptionPayload! - - """Get notified when a CollaborationGroup is created.""" - collaborationGroupCreated: SalesforceCollaborationGroupCreatedSubscriptionPayload! - - """Get notified when a CollaborationGroup is deleted.""" - collaborationGroupDeleted: SalesforceCollaborationGroupDeletedSubscriptionPayload! - - """Get notified when a CollaborationGroupMember is created.""" - collaborationGroupMemberCreated: SalesforceCollaborationGroupMemberCreatedSubscriptionPayload! - - """Get notified when a CollaborationGroupMember is deleted.""" - collaborationGroupMemberDeleted: SalesforceCollaborationGroupMemberDeletedSubscriptionPayload! - - """Get notified when a CollaborationGroupMember is resurrected.""" - collaborationGroupMemberUndeleted: SalesforceCollaborationGroupMemberUndeletedSubscriptionPayload! - - """Get notified when a CollaborationGroupMember is updated.""" - collaborationGroupMemberUpdated: SalesforceCollaborationGroupMemberUpdatedSubscriptionPayload! - - """Get notified when a CollaborationGroupRecord is created.""" - collaborationGroupRecordCreated: SalesforceCollaborationGroupRecordCreatedSubscriptionPayload! - - """Get notified when a CollaborationGroupRecord is deleted.""" - collaborationGroupRecordDeleted: SalesforceCollaborationGroupRecordDeletedSubscriptionPayload! - - """Get notified when a CollaborationGroupRecord is resurrected.""" - collaborationGroupRecordUndeleted: SalesforceCollaborationGroupRecordUndeletedSubscriptionPayload! - - """Get notified when a CollaborationGroupRecord is updated.""" - collaborationGroupRecordUpdated: SalesforceCollaborationGroupRecordUpdatedSubscriptionPayload! - - """Get notified when a CollaborationGroup is resurrected.""" - collaborationGroupUndeleted: SalesforceCollaborationGroupUndeletedSubscriptionPayload! - - """Get notified when a CollaborationGroup is updated.""" - collaborationGroupUpdated: SalesforceCollaborationGroupUpdatedSubscriptionPayload! - - """Get notified when a Contact is created.""" - contactCreated: SalesforceContactCreatedSubscriptionPayload! - - """Get notified when a Contact is deleted.""" - contactDeleted: SalesforceContactDeletedSubscriptionPayload! - - """Get notified when a Contact is resurrected.""" - contactUndeleted: SalesforceContactUndeletedSubscriptionPayload! - - """Get notified when a Contact is updated.""" - contactUpdated: SalesforceContactUpdatedSubscriptionPayload! - - """Get notified when a ContentDistribution is created.""" - contentDistributionCreated: SalesforceContentDistributionCreatedSubscriptionPayload! - - """Get notified when a ContentDistribution is deleted.""" - contentDistributionDeleted: SalesforceContentDistributionDeletedSubscriptionPayload! - - """Get notified when a ContentDistribution is resurrected.""" - contentDistributionUndeleted: SalesforceContentDistributionUndeletedSubscriptionPayload! - - """Get notified when a ContentDistribution is updated.""" - contentDistributionUpdated: SalesforceContentDistributionUpdatedSubscriptionPayload! - - """Get notified when a ContentDocument is created.""" - contentDocumentCreated: SalesforceContentDocumentCreatedSubscriptionPayload! - - """Get notified when a ContentDocument is deleted.""" - contentDocumentDeleted: SalesforceContentDocumentDeletedSubscriptionPayload! - - """Get notified when a ContentDocumentLink is created.""" - contentDocumentLinkCreated: SalesforceContentDocumentLinkCreatedSubscriptionPayload! - - """Get notified when a ContentDocumentLink is deleted.""" - contentDocumentLinkDeleted: SalesforceContentDocumentLinkDeletedSubscriptionPayload! - - """Get notified when a ContentDocumentLink is resurrected.""" - contentDocumentLinkUndeleted: SalesforceContentDocumentLinkUndeletedSubscriptionPayload! - - """Get notified when a ContentDocumentLink is updated.""" - contentDocumentLinkUpdated: SalesforceContentDocumentLinkUpdatedSubscriptionPayload! - - """Get notified when a ContentDocument is resurrected.""" - contentDocumentUndeleted: SalesforceContentDocumentUndeletedSubscriptionPayload! - - """Get notified when a ContentDocument is updated.""" - contentDocumentUpdated: SalesforceContentDocumentUpdatedSubscriptionPayload! - - """Get notified when a ContentVersion is created.""" - contentVersionCreated: SalesforceContentVersionCreatedSubscriptionPayload! - - """Get notified when a ContentVersion is deleted.""" - contentVersionDeleted: SalesforceContentVersionDeletedSubscriptionPayload! - - """Get notified when a ContentVersion is resurrected.""" - contentVersionUndeleted: SalesforceContentVersionUndeletedSubscriptionPayload! - - """Get notified when a ContentVersion is updated.""" - contentVersionUpdated: SalesforceContentVersionUpdatedSubscriptionPayload! - - """Get notified when a Contract is created.""" - contractCreated: SalesforceContractCreatedSubscriptionPayload! - - """Get notified when a Contract is deleted.""" - contractDeleted: SalesforceContractDeletedSubscriptionPayload! - - """Get notified when a Contract is resurrected.""" - contractUndeleted: SalesforceContractUndeletedSubscriptionPayload! - - """Get notified when a Contract is updated.""" - contractUpdated: SalesforceContractUpdatedSubscriptionPayload! - - """Get notified when a DandBCompany is created.""" - dandBCompanyCreated: SalesforceDandBCompanyCreatedSubscriptionPayload! - - """Get notified when a DandBCompany is deleted.""" - dandBCompanyDeleted: SalesforceDandBCompanyDeletedSubscriptionPayload! - - """Get notified when a DandBCompany is resurrected.""" - dandBCompanyUndeleted: SalesforceDandBCompanyUndeletedSubscriptionPayload! - - """Get notified when a DandBCompany is updated.""" - dandBCompanyUpdated: SalesforceDandBCompanyUpdatedSubscriptionPayload! - - """Get notified when a DuplicateRecordItem is created.""" - duplicateRecordItemCreated: SalesforceDuplicateRecordItemCreatedSubscriptionPayload! - - """Get notified when a DuplicateRecordItem is deleted.""" - duplicateRecordItemDeleted: SalesforceDuplicateRecordItemDeletedSubscriptionPayload! - - """Get notified when a DuplicateRecordItem is resurrected.""" - duplicateRecordItemUndeleted: SalesforceDuplicateRecordItemUndeletedSubscriptionPayload! - - """Get notified when a DuplicateRecordItem is updated.""" - duplicateRecordItemUpdated: SalesforceDuplicateRecordItemUpdatedSubscriptionPayload! - - """Get notified when a DuplicateRecordSet is created.""" - duplicateRecordSetCreated: SalesforceDuplicateRecordSetCreatedSubscriptionPayload! - - """Get notified when a DuplicateRecordSet is deleted.""" - duplicateRecordSetDeleted: SalesforceDuplicateRecordSetDeletedSubscriptionPayload! - - """Get notified when a DuplicateRecordSet is resurrected.""" - duplicateRecordSetUndeleted: SalesforceDuplicateRecordSetUndeletedSubscriptionPayload! - - """Get notified when a DuplicateRecordSet is updated.""" - duplicateRecordSetUpdated: SalesforceDuplicateRecordSetUpdatedSubscriptionPayload! - - """Get notified when a EmailMessage is created.""" - emailMessageCreated: SalesforceEmailMessageCreatedSubscriptionPayload! - - """Get notified when a EmailMessage is deleted.""" - emailMessageDeleted: SalesforceEmailMessageDeletedSubscriptionPayload! - - """Get notified when a EmailMessage is resurrected.""" - emailMessageUndeleted: SalesforceEmailMessageUndeletedSubscriptionPayload! - - """Get notified when a EmailMessage is updated.""" - emailMessageUpdated: SalesforceEmailMessageUpdatedSubscriptionPayload! - - """Get notified when a Event is created.""" - eventCreated: SalesforceEventCreatedSubscriptionPayload! - - """Get notified when a Event is deleted.""" - eventDeleted: SalesforceEventDeletedSubscriptionPayload! - - """Get notified when a Event is resurrected.""" - eventUndeleted: SalesforceEventUndeletedSubscriptionPayload! - - """Get notified when a Event is updated.""" - eventUpdated: SalesforceEventUpdatedSubscriptionPayload! - - """Get notified when a FeedComment is created.""" - feedCommentCreated: SalesforceFeedCommentCreatedSubscriptionPayload! - - """Get notified when a FeedComment is deleted.""" - feedCommentDeleted: SalesforceFeedCommentDeletedSubscriptionPayload! - - """Get notified when a FeedComment is resurrected.""" - feedCommentUndeleted: SalesforceFeedCommentUndeletedSubscriptionPayload! - - """Get notified when a FeedComment is updated.""" - feedCommentUpdated: SalesforceFeedCommentUpdatedSubscriptionPayload! - - """Get notified when a FeedItem is created.""" - feedItemCreated: SalesforceFeedItemCreatedSubscriptionPayload! - - """Get notified when a FeedItem is deleted.""" - feedItemDeleted: SalesforceFeedItemDeletedSubscriptionPayload! - - """Get notified when a FeedItem is resurrected.""" - feedItemUndeleted: SalesforceFeedItemUndeletedSubscriptionPayload! - - """Get notified when a FeedItem is updated.""" - feedItemUpdated: SalesforceFeedItemUpdatedSubscriptionPayload! - - """Get notified when a IdeaComment is created.""" - ideaCommentCreated: SalesforceIdeaCommentCreatedSubscriptionPayload! - - """Get notified when a IdeaComment is deleted.""" - ideaCommentDeleted: SalesforceIdeaCommentDeletedSubscriptionPayload! - - """Get notified when a IdeaComment is resurrected.""" - ideaCommentUndeleted: SalesforceIdeaCommentUndeletedSubscriptionPayload! - - """Get notified when a IdeaComment is updated.""" - ideaCommentUpdated: SalesforceIdeaCommentUpdatedSubscriptionPayload! - - """Get notified when a Idea is created.""" - ideaCreated: SalesforceIdeaCreatedSubscriptionPayload! - - """Get notified when a Idea is deleted.""" - ideaDeleted: SalesforceIdeaDeletedSubscriptionPayload! - - """Get notified when a Idea is resurrected.""" - ideaUndeleted: SalesforceIdeaUndeletedSubscriptionPayload! - - """Get notified when a Idea is updated.""" - ideaUpdated: SalesforceIdeaUpdatedSubscriptionPayload! - - """Get notified when a Lead is created.""" - leadCreated: SalesforceLeadCreatedSubscriptionPayload! - - """Get notified when a Lead is deleted.""" - leadDeleted: SalesforceLeadDeletedSubscriptionPayload! - - """Get notified when a Lead is resurrected.""" - leadUndeleted: SalesforceLeadUndeletedSubscriptionPayload! - - """Get notified when a Lead is updated.""" - leadUpdated: SalesforceLeadUpdatedSubscriptionPayload! - - """Get notified when a Macro is created.""" - macroCreated: SalesforceMacroCreatedSubscriptionPayload! - - """Get notified when a Macro is deleted.""" - macroDeleted: SalesforceMacroDeletedSubscriptionPayload! - - """Get notified when a Macro is resurrected.""" - macroUndeleted: SalesforceMacroUndeletedSubscriptionPayload! - - """Get notified when a Macro is updated.""" - macroUpdated: SalesforceMacroUpdatedSubscriptionPayload! - - """Get notified when a Note is created.""" - noteCreated: SalesforceNoteCreatedSubscriptionPayload! - - """Get notified when a Note is deleted.""" - noteDeleted: SalesforceNoteDeletedSubscriptionPayload! - - """Get notified when a Note is resurrected.""" - noteUndeleted: SalesforceNoteUndeletedSubscriptionPayload! - - """Get notified when a Note is updated.""" - noteUpdated: SalesforceNoteUpdatedSubscriptionPayload! - - """Get notified when a Opportunity is created.""" - opportunityCreated: SalesforceOpportunityCreatedSubscriptionPayload! - - """Get notified when a Opportunity is deleted.""" - opportunityDeleted: SalesforceOpportunityDeletedSubscriptionPayload! - - """Get notified when a OpportunityLineItem is created.""" - opportunityLineItemCreated: SalesforceOpportunityLineItemCreatedSubscriptionPayload! - - """Get notified when a OpportunityLineItem is deleted.""" - opportunityLineItemDeleted: SalesforceOpportunityLineItemDeletedSubscriptionPayload! - - """Get notified when a OpportunityLineItem is resurrected.""" - opportunityLineItemUndeleted: SalesforceOpportunityLineItemUndeletedSubscriptionPayload! - - """Get notified when a OpportunityLineItem is updated.""" - opportunityLineItemUpdated: SalesforceOpportunityLineItemUpdatedSubscriptionPayload! - - """Get notified when a Opportunity is resurrected.""" - opportunityUndeleted: SalesforceOpportunityUndeletedSubscriptionPayload! - - """Get notified when a Opportunity is updated.""" - opportunityUpdated: SalesforceOpportunityUpdatedSubscriptionPayload! - - """Get notified when a Order is created.""" - orderCreated: SalesforceOrderCreatedSubscriptionPayload! - - """Get notified when a Order is deleted.""" - orderDeleted: SalesforceOrderDeletedSubscriptionPayload! - - """Get notified when a OrderItem is created.""" - orderItemCreated: SalesforceOrderItemCreatedSubscriptionPayload! - - """Get notified when a OrderItem is deleted.""" - orderItemDeleted: SalesforceOrderItemDeletedSubscriptionPayload! - - """Get notified when a OrderItem is resurrected.""" - orderItemUndeleted: SalesforceOrderItemUndeletedSubscriptionPayload! - - """Get notified when a OrderItem is updated.""" - orderItemUpdated: SalesforceOrderItemUpdatedSubscriptionPayload! - - """Get notified when a Order is resurrected.""" - orderUndeleted: SalesforceOrderUndeletedSubscriptionPayload! - - """Get notified when a Order is updated.""" - orderUpdated: SalesforceOrderUpdatedSubscriptionPayload! - - """Get notified when a OrgDeleteRequest is created.""" - orgDeleteRequestCreated: SalesforceOrgDeleteRequestCreatedSubscriptionPayload! - - """Get notified when a OrgDeleteRequest is deleted.""" - orgDeleteRequestDeleted: SalesforceOrgDeleteRequestDeletedSubscriptionPayload! - - """Get notified when a OrgDeleteRequest is resurrected.""" - orgDeleteRequestUndeleted: SalesforceOrgDeleteRequestUndeletedSubscriptionPayload! - - """Get notified when a OrgDeleteRequest is updated.""" - orgDeleteRequestUpdated: SalesforceOrgDeleteRequestUpdatedSubscriptionPayload! - - """Get notified when a OrgLifecycleNotification is created.""" - orgLifecycleNotificationCreated: SalesforceOrgLifecycleNotificationCreatedSubscriptionPayload! - - """Get notified when a OrgLifecycleNotification is deleted.""" - orgLifecycleNotificationDeleted: SalesforceOrgLifecycleNotificationDeletedSubscriptionPayload! - - """Get notified when a OrgLifecycleNotification is resurrected.""" - orgLifecycleNotificationUndeleted: SalesforceOrgLifecycleNotificationUndeletedSubscriptionPayload! - - """Get notified when a OrgLifecycleNotification is updated.""" - orgLifecycleNotificationUpdated: SalesforceOrgLifecycleNotificationUpdatedSubscriptionPayload! - - """Get notified when a Partner is created.""" - partnerCreated: SalesforcePartnerCreatedSubscriptionPayload! - - """Get notified when a Partner is deleted.""" - partnerDeleted: SalesforcePartnerDeletedSubscriptionPayload! - - """Get notified when a Partner is resurrected.""" - partnerUndeleted: SalesforcePartnerUndeletedSubscriptionPayload! - - """Get notified when a Partner is updated.""" - partnerUpdated: SalesforcePartnerUpdatedSubscriptionPayload! - - """Get notified when a Pricebook2 is created.""" - pricebook2Created: SalesforcePricebook2CreatedSubscriptionPayload! - - """Get notified when a Pricebook2 is deleted.""" - pricebook2Deleted: SalesforcePricebook2DeletedSubscriptionPayload! - - """Get notified when a Pricebook2 is resurrected.""" - pricebook2Undeleted: SalesforcePricebook2UndeletedSubscriptionPayload! - - """Get notified when a Pricebook2 is updated.""" - pricebook2Updated: SalesforcePricebook2UpdatedSubscriptionPayload! - - """Get notified when a Product2 is created.""" - product2Created: SalesforceProduct2CreatedSubscriptionPayload! - - """Get notified when a Product2 is deleted.""" - product2Deleted: SalesforceProduct2DeletedSubscriptionPayload! - - """Get notified when a Product2 is resurrected.""" - product2Undeleted: SalesforceProduct2UndeletedSubscriptionPayload! - - """Get notified when a Product2 is updated.""" - product2Updated: SalesforceProduct2UpdatedSubscriptionPayload! - - """Get notified when a QuickText is created.""" - quickTextCreated: SalesforceQuickTextCreatedSubscriptionPayload! - - """Get notified when a QuickText is deleted.""" - quickTextDeleted: SalesforceQuickTextDeletedSubscriptionPayload! - - """Get notified when a QuickText is resurrected.""" - quickTextUndeleted: SalesforceQuickTextUndeletedSubscriptionPayload! - - """Get notified when a QuickText is updated.""" - quickTextUpdated: SalesforceQuickTextUpdatedSubscriptionPayload! - - """Get notified when a Solution is created.""" - solutionCreated: SalesforceSolutionCreatedSubscriptionPayload! - - """Get notified when a Solution is deleted.""" - solutionDeleted: SalesforceSolutionDeletedSubscriptionPayload! - - """Get notified when a Solution is resurrected.""" - solutionUndeleted: SalesforceSolutionUndeletedSubscriptionPayload! - - """Get notified when a Solution is updated.""" - solutionUpdated: SalesforceSolutionUpdatedSubscriptionPayload! - - """Get notified when a StreamingChannel is created.""" - streamingChannelCreated: SalesforceStreamingChannelCreatedSubscriptionPayload! - - """Get notified when a StreamingChannel is deleted.""" - streamingChannelDeleted: SalesforceStreamingChannelDeletedSubscriptionPayload! - - """Get notified when a StreamingChannel is resurrected.""" - streamingChannelUndeleted: SalesforceStreamingChannelUndeletedSubscriptionPayload! - - """Get notified when a StreamingChannel is updated.""" - streamingChannelUpdated: SalesforceStreamingChannelUpdatedSubscriptionPayload! - - """Get notified when a Task is created.""" - taskCreated: SalesforceTaskCreatedSubscriptionPayload! - - """Get notified when a Task is deleted.""" - taskDeleted: SalesforceTaskDeletedSubscriptionPayload! - - """Get notified when a Task is resurrected.""" - taskUndeleted: SalesforceTaskUndeletedSubscriptionPayload! - - """Get notified when a Task is updated.""" - taskUpdated: SalesforceTaskUpdatedSubscriptionPayload! - - """Get notified when a TopicAssignment is created.""" - topicAssignmentCreated: SalesforceTopicAssignmentCreatedSubscriptionPayload! - - """Get notified when a TopicAssignment is deleted.""" - topicAssignmentDeleted: SalesforceTopicAssignmentDeletedSubscriptionPayload! - - """Get notified when a TopicAssignment is resurrected.""" - topicAssignmentUndeleted: SalesforceTopicAssignmentUndeletedSubscriptionPayload! - - """Get notified when a TopicAssignment is updated.""" - topicAssignmentUpdated: SalesforceTopicAssignmentUpdatedSubscriptionPayload! - - """Get notified when a Topic is created.""" - topicCreated: SalesforceTopicCreatedSubscriptionPayload! - - """Get notified when a Topic is deleted.""" - topicDeleted: SalesforceTopicDeletedSubscriptionPayload! - - """Get notified when a Topic is resurrected.""" - topicUndeleted: SalesforceTopicUndeletedSubscriptionPayload! - - """Get notified when a Topic is updated.""" - topicUpdated: SalesforceTopicUpdatedSubscriptionPayload! - - """Get notified when a User is created.""" - userCreated: SalesforceUserCreatedSubscriptionPayload! - - """Get notified when a User is deleted.""" - userDeleted: SalesforceUserDeletedSubscriptionPayload! - - """Get notified when a UserProvAccount is created.""" - userProvAccountCreated: SalesforceUserProvAccountCreatedSubscriptionPayload! - - """Get notified when a UserProvAccount is deleted.""" - userProvAccountDeleted: SalesforceUserProvAccountDeletedSubscriptionPayload! - - """Get notified when a UserProvAccountStaging is created.""" - userProvAccountStagingCreated: SalesforceUserProvAccountStagingCreatedSubscriptionPayload! - - """Get notified when a UserProvAccountStaging is deleted.""" - userProvAccountStagingDeleted: SalesforceUserProvAccountStagingDeletedSubscriptionPayload! - - """Get notified when a UserProvAccountStaging is resurrected.""" - userProvAccountStagingUndeleted: SalesforceUserProvAccountStagingUndeletedSubscriptionPayload! - - """Get notified when a UserProvAccountStaging is updated.""" - userProvAccountStagingUpdated: SalesforceUserProvAccountStagingUpdatedSubscriptionPayload! - - """Get notified when a UserProvAccount is resurrected.""" - userProvAccountUndeleted: SalesforceUserProvAccountUndeletedSubscriptionPayload! - - """Get notified when a UserProvAccount is updated.""" - userProvAccountUpdated: SalesforceUserProvAccountUpdatedSubscriptionPayload! - - """Get notified when a UserProvMockTarget is created.""" - userProvMockTargetCreated: SalesforceUserProvMockTargetCreatedSubscriptionPayload! - - """Get notified when a UserProvMockTarget is deleted.""" - userProvMockTargetDeleted: SalesforceUserProvMockTargetDeletedSubscriptionPayload! - - """Get notified when a UserProvMockTarget is resurrected.""" - userProvMockTargetUndeleted: SalesforceUserProvMockTargetUndeletedSubscriptionPayload! - - """Get notified when a UserProvMockTarget is updated.""" - userProvMockTargetUpdated: SalesforceUserProvMockTargetUpdatedSubscriptionPayload! - - """Get notified when a UserProvisioningLog is created.""" - userProvisioningLogCreated: SalesforceUserProvisioningLogCreatedSubscriptionPayload! - - """Get notified when a UserProvisioningLog is deleted.""" - userProvisioningLogDeleted: SalesforceUserProvisioningLogDeletedSubscriptionPayload! - - """Get notified when a UserProvisioningLog is resurrected.""" - userProvisioningLogUndeleted: SalesforceUserProvisioningLogUndeletedSubscriptionPayload! - - """Get notified when a UserProvisioningLog is updated.""" - userProvisioningLogUpdated: SalesforceUserProvisioningLogUpdatedSubscriptionPayload! - - """Get notified when a UserProvisioningRequest is created.""" - userProvisioningRequestCreated: SalesforceUserProvisioningRequestCreatedSubscriptionPayload! - - """Get notified when a UserProvisioningRequest is deleted.""" - userProvisioningRequestDeleted: SalesforceUserProvisioningRequestDeletedSubscriptionPayload! - - """Get notified when a UserProvisioningRequest is resurrected.""" - userProvisioningRequestUndeleted: SalesforceUserProvisioningRequestUndeletedSubscriptionPayload! - - """Get notified when a UserProvisioningRequest is updated.""" - userProvisioningRequestUpdated: SalesforceUserProvisioningRequestUpdatedSubscriptionPayload! - - """Get notified when a User is resurrected.""" - userUndeleted: SalesforceUserUndeletedSubscriptionPayload! - - """Get notified when a User is updated.""" - userUpdated: SalesforceUserUpdatedSubscriptionPayload! -} - -input NpmPackagePublishedArg { - """ - The names of packages to be notified about when published, e.g. ["graphql", "express", "fela"] - """ - names: [String!]! -} - -type NpmNewPackagePublishedSubscriptionPayload { - """Package being published""" - package: NpmPackage! -} - -"""Namespace for Npm subscriptions.""" -type NpmSubscriptionRoot { - """Get notified when *any* package is published or updated on npm""" - allPublishActivity: NpmNewPackagePublishedSubscriptionPayload - - """Get notified when a package is published or updated on npm""" - packagePublished(input: NpmPackagePublishedArg!): NpmNewPackagePublishedSubscriptionPayload -} - -type IntercomNewUserSubscriptionPayload { - """Intercom user that was created""" - user: IntercomUser! -} - -"""Namespace for Intercom subscriptions.""" -type IntercomSubscriptionRoot { - """Get notified with a new user is created""" - newUser: IntercomNewUserSubscriptionPayload! -} - -input TwilioIncomingSMSArg { - """The number you want to be notified when someone sends it a message.""" - to: String! -} - -type TwilioNewSMSSubscriptionPayload { - """SMS that was received""" - sms: TwilioMessage! -} - -"""Namespace for Twilio subscriptions.""" -type TwilioSubscriptionRoot { - """Get notified when a number receives an incoming sms""" - incomingSMS(input: TwilioIncomingSMSArg!): TwilioNewSMSSubscriptionPayload! -} - -input TrelloNewListSubscriptionInput { - """ - The member that you want to subscribe to new lists on. Only provide one of `boardId`, `organizationId`, or `memberId`. - """ - memberId: String - - """ - The board that you want to subscribe to new lists on. Only provide one of `boardId`, `organizationId`, or `memberId`. - """ - boardId: String - - """ - The organization that you want to subscribe to new lists on. Only provide one of `boardId`, `organizationId`, or `memberId`. - """ - organizationId: String -} - -type TrelloNewListSubscriptionPayload { - """list that was created""" - list: TrelloList! - - """Action associated with the list creation.""" - action: TrelloAction! -} - -input TrelloNewCardSubscriptionInput { - """ - The member that you want to subscribe to new cards on. Only provide one of `boardId`, `listId`, `organizationId`, or `memberId`. - """ - memberId: String - - """ - The board that you want to subscribe to new cards on. Only provide one of `boardId`, `listId`, `organizationId`, or `memberId`. - """ - boardId: String - - """ - The list that you want to subscribe to new cards on. Only provide one of `boardId`, `listId`, `organizationId`, or `memberId`. - """ - listId: String - - """ - The organization that you want to subscribe to new cards on. Only provide one of `boardId`, `listId`, `organizationId`, or `memberId`. - """ - organizationId: String -} - -type TrelloNewCardSubscriptionPayload { - """Card that was created""" - card: TrelloCard! - - """Action associated with the card creation.""" - action: TrelloAction! -} - -input TrelloNewBoardSubscriptionInput { - """ - The member that you want to subscribe to new boards on. Only provide one of `memberId` or `organizationId`. - """ - memberId: String - - """ - The organization that you want to subscribe to new boards on. Only provide one of `memberId` or `organizationId`. - """ - organizationId: String -} - -type TrelloNewBoardSubscriptionPayload { - """Board that was created""" - board: TrelloBoard! - - """Action associated with the board creation.""" - action: TrelloAction! -} - -input TrelloNewActionSubscriptionInput { - """ - The board that you want to subscribe to new actions on. Only provide one of `cardId`, `listId`, `memberId`, `organizationId`, or `boardId`. - """ - boardId: String - - """ - The card that you want to subscribe to new actions on. Only provide one of `cardId`, `listId`, `memberId`, `organizationId`, or `boardId`. - """ - cardId: String - - """ - The list that you want to subscribe to new actions on. Only provide one of `cardId`, `listId`, `memberId`, `organizationId`, or `boardId`. - """ - listId: String - - """ - The member that you want to subscribe to new actions on. Only provide one of `cardId`, `listId`, `memberId`, `organizationId`, or `boardId`. - """ - memberId: String - - """ - The organization that you want to subscribe to new actions on. Only provide one of `cardId`, `listId`, `memberId`, `organizationId`, or `boardId`. - """ - organizationId: String -} - -type TrelloNewActionSubscriptionPayload { - """Action""" - action: TrelloAction! -} - -"""Namespace for Trello subscriptions.""" -type TrelloSubscriptionRoot { - """Get notified with a new action is created""" - newAction(input: TrelloNewActionSubscriptionInput!): TrelloNewActionSubscriptionPayload! - - """Get notified with a new board is created""" - newBoard(input: TrelloNewBoardSubscriptionInput!): TrelloNewBoardSubscriptionPayload! - - """Get notified with a new card is created""" - newCard(input: TrelloNewCardSubscriptionInput!): TrelloNewCardSubscriptionPayload! - - """Get notified with a new list is created""" - newList(input: TrelloNewListSubscriptionInput!): TrelloNewListSubscriptionPayload! -} - -input OneGraphSubscriptionSecretInput { - """ - A hex-encoded key that will be used to sign all webhooks sent from this subscription. - - You can use the signature to validate that the subscription was sent from OneGraph. - - The signature will be sent in the `X-OneGraph-Signature` header of the webhook. The header will contain two parts, a signature and a timestamp (in seconds since the epoch), in the following format: - - ``` - X-OneGraph-Signature: t=1582852002,hmac_sha256=7d797ecd431e1a98aaba2f387f2c43241a13c1f093fd9d7e661758963744549a - ``` - - To verify the signature: - 1. Extract the timestamp (1582852002 above) - 2. Extract the signature (7d797ecd431e1a98aaba2f387f2c43241a13c1f093fd9d7e661758963744549a above) - 3. Concatenate the timestamp and the request body, separeted by a period (e.g. `t + '.' + requestBody`) - 4. Compute the hmac_sha256 hash of (3) - 5. Compare the hash with the provided signature using a constant-time comparison function (e.g. crypto.timingSafeEqual in Node) - 6. Reject the request if the hash you computed does not match the provided signature or if the timestamp is too far in the past (typically, 5 minutes) - - Example for validating the body in Node.js: - - ```js - const SECRET = 'your hmacSha256Key'; - const signature = res.get('X-OneGraph-Signature'); - if (!signature) { - throw new Error('Missing signature'); - } - - const sig = {}; - for (const pair of signature.split(',')) { - const [k, v] = pair.split('='); - sig[k] = v; - } - - if (!sig.t || !sig.hmac_sha256) { - throw new Error('Invalid signature header'); - } - - const hash = crypto - .createHmac('sha256', SECRET) - .update(sig.t) - .update('.') - .update(res.body) - .digest('hex'); - - if ( - !crypto.timingSafeEqual( - Buffer.from(hash, 'hex'), - Buffer.from(sig.hmac_sha256, 'hex'), - ) - ) { - throw new Error('Invalid signature'); - } - - if (parseInt(sig.t, 10) < Date.now() / 1000 - 300 /* 5 minutes */) { - throw new Error('Request is too old'); - } - - // Signature is valid - ``` - - Examples for creating the key: - - Cli: - ```cli - $ openssl rand -hex 32 - ``` - - Node: - ```js - require('crypto').randomBytes(32).toString('hex'); - ``` - - Ruby: - ```ruby - ruby -rsecurerandom -e 'puts SecureRandom.hex(32)' - ``` - """ - hmacSha256Key: String -} - -"""Optional auth arg if not using OneGraph's built-in authentication""" -input OneGraphSubscriptionAuthArg { - twilio: OneGraphTwilioAuth - - """ - - Optional authentication for making requests to the Gmail API if you want - to use a custom gmail app instead of OneGraph's built-in app. - - Subscriptions are long-lived, so a refresh token must also be provided. - - If you use this arg, make sure you've updated OneGraph to use your OAuth credentials in the dashboard. - - """ - gmail: OneGraphSubscriptionGmailAuthArg -} - -"""Namespace for Gmail subscriptions.""" -type GmailSubscriptionRoot { - newMessage: GmailMessage! -} - -""" - -Optional authentication for making requests to the Gmail API if you want -to use a custom gmail app instead of OneGraph's built-in app. - -Subscriptions are long-lived, so a refresh token must also be provided. - -If you use this arg, make sure you've updated OneGraph to use your OAuth credentials in the dashboard. - -""" -input OneGraphSubscriptionGmailAuthArg { - refreshToken: String! - accessToken: String! -} - -type Subscription { - gmailNewMessage( - """ - - Optional authentication for making requests to the Gmail API if you want - to use a custom gmail app instead of OneGraph's built-in app. - - Subscriptions are long-lived, so a refresh token must also be provided. - - If you use this arg, make sure you've updated OneGraph to use your OAuth credentials in the dashboard. - - """ - gmailAuth: OneGraphSubscriptionGmailAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String! - ): GmailMessage! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - gmail( - secret: OneGraphSubscriptionSecretInput - auth: OneGraphSubscriptionAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String - ): GmailSubscriptionRoot! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - trello( - secret: OneGraphSubscriptionSecretInput - auth: OneGraphSubscriptionAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String - ): TrelloSubscriptionRoot! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - twilio( - secret: OneGraphSubscriptionSecretInput - auth: OneGraphSubscriptionAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String - ): TwilioSubscriptionRoot! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - intercom( - secret: OneGraphSubscriptionSecretInput - auth: OneGraphSubscriptionAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String - ): IntercomSubscriptionRoot! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - npm( - secret: OneGraphSubscriptionSecretInput - auth: OneGraphSubscriptionAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String - ): NpmSubscriptionRoot! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - salesforce( - secret: OneGraphSubscriptionSecretInput - auth: OneGraphSubscriptionAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String - ): SalesforceSubscriptionRoot! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - github( - secret: OneGraphSubscriptionSecretInput - auth: OneGraphSubscriptionAuthArg - - """ - Webhook URL that will receive a POST request every time there is new data for the subscription. The endpoint should return a 200 within 30 seconds to be considered successful. If the request does not succeed, it will be retried. - """ - webhookUrl: String - ): GithubSubscriptionRoot! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") -} - -input SignoutServicesData { - services: [OneGraphServiceEnum!]! -} - -input OneGraphSignoutServiceUserInput { - """ - Foreign user id for the user you want to sign out. You can find the foreignUser id through me.serviceMetadata.loggedInServices - """ - foreignUserId: String! - - """Service that you want to sign out of.""" - service: OneGraphServiceEnum! -} - -type SignoutServicesResponsePayload { - me: Viewer! -} - -"""Autogenerated input type of UserFollowUndo""" -input ProductHuntUserFollowUndoInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the User to stop following.""" - userId: ID! -} - -"""Autogenerated return type of UserFollowUndo""" -type ProductHuntUserFollowUndoPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntUser -} - -"""Autogenerated input type of UserFollow""" -input ProductHuntUserFollowInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the User to follow.""" - userId: ID! -} - -"""Autogenerated return type of UserFollow""" -type ProductHuntUserFollowPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntUser -} - -"""Autogenerated input type of GoalUpdate""" -input ProductHuntGoalUpdateInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Set the title of the Goal. Accepts a non empty string. Maximum length is 80 characters. - """ - title: String - - """ - Set the date and time when the Goal is due in future. Pass null to make the Goal never due. - """ - dueAt: String - - """ - ID of the MakerGroup(space) to set on the Goal. Cannot be null. Viewer should be accepted member of the MakerGroup. - """ - groupId: ID - - """ - ID of the MakerProject to set on the Goal. Pass null to remove MakerProject from Goal. MakerProject should be created by Viewer. - """ - projectId: ID - - """ID of the Goal to update.""" - goalId: ID! -} - -"""Autogenerated return type of GoalUpdate""" -type ProductHuntGoalUpdatePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntGoal -} - -"""Autogenerated input type of GoalMarkAsIncomplete""" -input ProductHuntGoalMarkAsIncompleteInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the Goal to mark complete.""" - goalId: ID! -} - -"""Autogenerated return type of GoalMarkAsIncomplete""" -type ProductHuntGoalMarkAsIncompletePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntGoal -} - -"""Autogenerated input type of GoalMarkAsComplete""" -input ProductHuntGoalMarkAsCompleteInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the goal to mark complete.""" - goalId: ID! -} - -"""Autogenerated return type of GoalMarkAsComplete""" -type ProductHuntGoalMarkAsCompletePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntGoal -} - -"""Autogenerated input type of GoalCreate""" -input ProductHuntGoalCreateInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Set the title of the Goal. Accepts a non empty string. Maximum length is 80 characters. - """ - title: String! - - """ - Set the date and time when the Goal is due in future. Pass null to make Goal never due. - """ - dueAt: String - - """ - ID of the MakerGroup(space) to set on the Goal. Viewer should be accepted member of the MakerGroup. - """ - groupId: ID - - """ - ID of the MakerProject to set on the Goal. Pass null to remove MakerProject from Goal. MakerProject should be created by Viewer. - """ - projectId: ID -} - -"""Autogenerated return type of GoalCreate""" -type ProductHuntGoalCreatePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntGoal -} - -"""Autogenerated input type of GoalCheerUndo""" -input ProductHuntGoalCheerUndoInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the Goal to cheer.""" - goalId: ID! -} - -"""Autogenerated return type of GoalCheerUndo""" -type ProductHuntGoalCheerUndoPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntGoal -} - -"""Autogenerated input type of GoalCheer""" -input ProductHuntGoalCheerInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the Goal to cheer.""" - goalId: ID! -} - -"""""" -type ProductHuntError { - """Field for which the error occurred.""" - field: String! - - """Error message.""" - message: String! -} - -"""Autogenerated return type of GoalCheer""" -type ProductHuntGoalCheerPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """""" - errors: [ProductHuntError!]! - - """""" - node: ProductHuntGoal -} - -"""""" -type ProductHuntMutation { - """Cheer a Goal as Viewer. Returns the cheered Goal""" - goalCheer(input: ProductHuntGoalCheerInput!): ProductHuntGoalCheerPayload! - - """Cheer a Goal as Viewer. Returns the cheered Goal""" - goalCheerUndo(input: ProductHuntGoalCheerUndoInput!): ProductHuntGoalCheerUndoPayload! - - """Create a Goal for Viewer. Returns the created Goal.""" - goalCreate(input: ProductHuntGoalCreateInput!): ProductHuntGoalCreatePayload! - - """Marks a Goal as complete. Returns the updated Goal""" - goalMarkAsComplete(input: ProductHuntGoalMarkAsCompleteInput!): ProductHuntGoalMarkAsCompletePayload! - - """Marks a Goal as incomplete. Returns the updated Goal.""" - goalMarkAsIncomplete(input: ProductHuntGoalMarkAsIncompleteInput!): ProductHuntGoalMarkAsIncompletePayload! - - """ - Update a Goal's `due_at`, `title`, `project` or `group` fields. Returns the updated Goal. - """ - goalUpdate(input: ProductHuntGoalUpdateInput!): ProductHuntGoalUpdatePayload! - - """Follow a User as Viewer. Returns the followed User.""" - userFollow(input: ProductHuntUserFollowInput!): ProductHuntUserFollowPayload! - - """Stop following a User as Viewer. Returns the un-followed User.""" - userFollowUndo(input: ProductHuntUserFollowUndoInput!): ProductHuntUserFollowUndoPayload! -} - -""" -Make a REST API call to the GitHub API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type GithubPassthroughMutation { - """ - Make a POST request to the GitHub API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the GitHub API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the GitHub API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the GitHub API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -input GitHubMergePullRequest_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Merge method to use. Possible values are merge, squash or rebase. Default is merge - """ - mergeMethod: String - - """ - SHA that pull request head must match to allow merge. You can find the sha under the `headRef.oid` field of the Pull Request - """ - sha: String! - - """Extra detail to append to automatic commit message.""" - commitMessage: String - - """Title for the automatic commit message.""" - commitTitle: String! - - """The pull request number to merge""" - number: Int! - - """The name of the repository.""" - repoName: String! - - """The login field of a user or organization.""" - repoOwner: String! -} - -type GitHubMergePullRequest_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - pullRequest: GitHubPullRequest! -} - -input GitHubCreateFork_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Optional parameter to specify the organization name if forking into an organization. By default a fork will be created under the currently authenticated user. - """ - organization: String - - """The name of the repository.""" - repoName: String! - - """The login field of a user or organization.""" - repoOwner: String! -} - -type GitHubCreateFork_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - repository: GitHubRepository! -} - -input GitHubCreatePullRequest_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Indicates whether maintainers can modify the pull request.""" - maintainerCanModify: Boolean - - """The contents of the pull request.""" - body: String - - """ - The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository. - """ - destinationBranch: String - - """ - The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace `head` with a user like this: `username:branch`. - """ - sourceBranch: String! - - """The title of the pull request.""" - title: String! - - """The name of the repository.""" - repoName: String! - - """The login field of a user or organization.""" - repoOwner: String! -} - -type GitHubCreatePullRequest_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - pullRequest: GitHubPullRequest! -} - -input GitHubCreateOrUpdateFileContent_oneGraphCommitterInput { - """The name of the author or committer of the commit.""" - name: String - - """The email of the author or committer of the commit.""" - email: String -} - -input GitHubCreateOrUpdateFileContent_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The commit author.""" - author: GitHubCreateOrUpdateFileContent_oneGraphCommitterInput - - """ - The updated content encoded in base64 of the file. This argument cannot be used with `plainContent`. - """ - base64Content: String - - """ - The updated content in plain-text of the file. This argument cannot be used with `base64Content`. - """ - plainContent: String - - """The commit message to use when updating this file.""" - message: String! - - """ - The sha of the file to be updated (if updating a file). If this doesn't match, the update mutation will be rejected to prevent updating the wrong version of the file. - """ - existingFileSha: String - - """The name of the branch to update the file on, must already exist.""" - branchName: String - - """ - The path to the file to create or update (without a leading slash), e.g. `README.md`. - """ - path: String! - - """The name of the repository.""" - repoName: String! - - """The login field of a user or organization.""" - repoOwner: String! -} - -type GitHubCreateOrUpdateFileContent_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - commit: GitHubCommit! -} - -input GitHubCreateBranch_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The sha of the commit to create the branch from. If omitted, will default to the current sha of the `master` branch - """ - sha: String - - """The name of the branch to create.""" - branchName: String! - - """ - The existing branch to create the new branch from, defaults to `master`. - """ - from: String - - """The name of the repository.""" - repoName: String! - - """The login field of a user or organization.""" - repoOwner: String! -} - -type GitHubCreateBranch_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - ref: GitHubRef! -} - -input GitHubDeleteMilestone_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the milestone to delete.""" - milestoneId: String! -} - -type GitHubDeleteMilestone_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - repository: GitHubRepository! -} - -input GitHubUpdateMilestone_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The milestone due date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. - """ - dueOn: String - - """A description of the milestone.""" - description: String - - """ - The state of the milestone. Either `OPEN` or `CLOSED`. Default: OPEN - - """ - state: GitHubMilestoneState_oneGraph - - """The title of the milestone.""" - title: String - - """The ID of the milestone to update.""" - milestoneId: String! -} - -type GitHubUpdateMilestone_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - milestone: GitHubMilestone! -} - -"""Identifies the state of the milestone.""" -enum GitHubMilestoneState_oneGraph { - """A milestone that is still open.""" - OPEN - - """A milestone that has been closed.""" - CLOSED -} - -input GitHubCreateMilestone_oneGraphInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The milestone due date. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. - """ - dueOn: String - - """A description of the milestone.""" - description: String - - """ - The state of the milestone. Either `OPEN` or `CLOSED`. Default: OPEN - - """ - state: GitHubMilestoneState_oneGraph - - """The title of the milestone.""" - title: String! - - """The name of the repository.""" - repoName: String! - - """The login field of a user or organization.""" - repoOwner: String! -} - -type GitHubCreateMilestone_oneGraphResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - milestone: GitHubMilestone! -} - -input GitHubCreateIssueTempInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Logins for Users to assign to this issue. NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise. - """ - assignees: [String!] - - """ - Labels to associate with this issue. NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise. - """ - labels: [String!] - - """ - The number of the milestone to associate this issue with. NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise. - """ - milestone: Int - - """The contents of the issue.""" - body: String - - """The title of the issue.""" - title: String! - - """The name of the repository.""" - repoName: String! - - """The login field of a user or organization.""" - repoOwner: String! -} - -type GitHubCreateIssueTempResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - issue: GitHubIssue! -} - -input GitHubCreateRepositoryTempInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The description of the repository.""" - description: String - - """The name of the repository.""" - repoName: String! -} - -type GitHubCreateRepositoryTempResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - repository: GitHubRepository! -} - -"""Autogenerated input type of UpdateTopics""" -input GitHubUpdateTopicsInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """An array of topic names.""" - topicNames: [String!]! - - """The Node ID of the repository.""" - repositoryId: ID! -} - -"""Autogenerated return type of UpdateTopics""" -type GitHubUpdateTopicsPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Names of the provided topics that are not valid.""" - invalidTopicNames: [String!] - - """The updated repository.""" - repository: GitHubRepository -} - -"""Autogenerated input type of UpdateTeamDiscussionComment""" -input GitHubUpdateTeamDiscussionCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The current version of the body content.""" - bodyVersion: String - - """The updated text of the comment.""" - body: String! - - """The ID of the comment to modify.""" - id: ID! -} - -"""Autogenerated return type of UpdateTeamDiscussionComment""" -type GitHubUpdateTeamDiscussionCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated comment.""" - teamDiscussionComment: GitHubTeamDiscussionComment -} - -"""Autogenerated input type of UpdateTeamDiscussion""" -input GitHubUpdateTeamDiscussionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """If provided, sets the pinned state of the updated discussion.""" - pinned: Boolean - - """ - The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server. - """ - bodyVersion: String - - """The updated text of the discussion.""" - body: String - - """The updated title of the discussion.""" - title: String - - """The Node ID of the discussion to modify.""" - id: ID! -} - -"""Autogenerated return type of UpdateTeamDiscussion""" -type GitHubUpdateTeamDiscussionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated discussion.""" - teamDiscussion: GitHubTeamDiscussion -} - -"""Autogenerated input type of UpdateSubscription""" -input GitHubUpdateSubscriptionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new state of the subscription.""" - state: GitHubSubscriptionState! - - """The Node ID of the subscribable object to modify.""" - subscribableId: ID! -} - -"""Autogenerated return type of UpdateSubscription""" -type GitHubUpdateSubscriptionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The input subscribable entity.""" - subscribable: GitHubSubscribable -} - -"""Autogenerated input type of UpdateRepository""" -input GitHubUpdateRepositoryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Indicates if the repository should have the project boards feature enabled. - """ - hasProjectsEnabled: Boolean - - """Indicates if the repository should have the issues feature enabled.""" - hasIssuesEnabled: Boolean - - """Indicates if the repository should have the wiki feature enabled.""" - hasWikiEnabled: Boolean - - """ - The URL for a web page about this repository. Pass an empty string to erase the existing URL. - """ - homepageUrl: String - - """ - Whether this repository should be marked as a template such that anyone who can access it can create new repositories with the same files and directory structure. - """ - template: Boolean - - """ - A new description for the repository. Pass an empty string to erase the existing description. - """ - description: String - - """The new name of the repository.""" - name: String - - """The ID of the repository to update.""" - repositoryId: ID! -} - -"""Autogenerated return type of UpdateRepository""" -type GitHubUpdateRepositoryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated repository.""" - repository: GitHubRepository -} - -"""Autogenerated input type of UpdateRef""" -input GitHubUpdateRefInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Permit updates of branch Refs that are not fast-forwards?""" - force: Boolean - - """The GitObjectID that the Ref shall be updated to target.""" - oid: String! - - """The Node ID of the Ref to be updated.""" - refId: ID! -} - -"""Autogenerated return type of UpdateRef""" -type GitHubUpdateRefPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated Ref.""" - ref: GitHubRef -} - -"""Autogenerated input type of UpdatePullRequestReviewComment""" -input GitHubUpdatePullRequestReviewCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The text of the comment.""" - body: String! - - """The Node ID of the comment to modify.""" - pullRequestReviewCommentId: ID! -} - -"""Autogenerated return type of UpdatePullRequestReviewComment""" -type GitHubUpdatePullRequestReviewCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated comment.""" - pullRequestReviewComment: GitHubPullRequestReviewComment -} - -"""Autogenerated input type of UpdatePullRequestReview""" -input GitHubUpdatePullRequestReviewInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The contents of the pull request review body.""" - body: String! - - """The Node ID of the pull request review to modify.""" - pullRequestReviewId: ID! -} - -"""Autogenerated return type of UpdatePullRequestReview""" -type GitHubUpdatePullRequestReviewPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated pull request review.""" - pullRequestReview: GitHubPullRequestReview -} - -enum GitHubPullRequestUpdateState { - """A pull request that is still open.""" - OPEN - - """A pull request that has been closed without being merged.""" - CLOSED -} - -"""Autogenerated input type of UpdatePullRequest""" -input GitHubUpdatePullRequestInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """An array of Node IDs for projects associated with this pull request.""" - projectIds: [ID!] - - """An array of Node IDs of labels for this pull request.""" - labelIds: [ID!] - - """The Node ID of the milestone for this pull request.""" - milestoneId: ID - - """An array of Node IDs of users for this pull request.""" - assigneeIds: [ID!] - - """Indicates whether maintainers can modify the pull request.""" - maintainerCanModify: Boolean - - """The target state of the pull request.""" - state: GitHubPullRequestUpdateState - - """The contents of the pull request.""" - body: String - - """The title of the pull request.""" - title: String - - """ - The name of the branch you want your changes pulled into. This should be an existing branch - on the current repository. - - """ - baseRefName: String - - """The Node ID of the pull request.""" - pullRequestId: ID! -} - -"""Autogenerated return type of UpdatePullRequest""" -type GitHubUpdatePullRequestPayload { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated pull request.""" - pullRequest: GitHubPullRequest -} - -"""Autogenerated input type of UpdateProjectColumn""" -input GitHubUpdateProjectColumnInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The name of project column.""" - name: String! - - """The ProjectColumn ID to update.""" - projectColumnId: ID! -} - -"""Autogenerated return type of UpdateProjectColumn""" -type GitHubUpdateProjectColumnPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated project column.""" - projectColumn: GitHubProjectColumn -} - -"""Autogenerated input type of UpdateProjectCard""" -input GitHubUpdateProjectCardInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The note of ProjectCard.""" - note: String - - """Whether or not the ProjectCard should be archived""" - isArchived: Boolean - - """The ProjectCard ID to update.""" - projectCardId: ID! -} - -"""Autogenerated return type of UpdateProjectCard""" -type GitHubUpdateProjectCardPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated ProjectCard.""" - projectCard: GitHubProjectCard -} - -"""Autogenerated input type of UpdateProject""" -input GitHubUpdateProjectInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Whether the project is public or not.""" - public: Boolean - - """Whether the project is open or closed.""" - state: GitHubProjectState - - """The description of project.""" - body: String - - """The name of project.""" - name: String - - """The Project ID to update.""" - projectId: ID! -} - -"""Autogenerated return type of UpdateProject""" -type GitHubUpdateProjectPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated project.""" - project: GitHubProject -} - -"""Autogenerated input type of UpdateIssueComment""" -input GitHubUpdateIssueCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated text of the comment.""" - body: String! - - """The ID of the IssueComment to modify.""" - id: ID! -} - -"""Autogenerated return type of UpdateIssueComment""" -type GitHubUpdateIssueCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated comment.""" - issueComment: GitHubIssueComment -} - -"""Autogenerated input type of UpdateIssue""" -input GitHubUpdateIssueInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """An array of Node IDs for projects associated with this issue.""" - projectIds: [ID!] - - """The desired issue state.""" - state: GitHubIssueState - - """An array of Node IDs of labels for this issue.""" - labelIds: [ID!] - - """The Node ID of the milestone for this issue.""" - milestoneId: ID - - """An array of Node IDs of users for this issue.""" - assigneeIds: [ID!] - - """The body for the issue description.""" - body: String - - """The title for the issue.""" - title: String - - """The ID of the Issue to modify.""" - id: ID! -} - -"""Autogenerated return type of UpdateIssue""" -type GitHubUpdateIssuePayload { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The issue.""" - issue: GitHubIssue -} - -"""Autogenerated input type of UpdateIpAllowListEntry""" -input GitHubUpdateIpAllowListEntryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Whether the IP allow list entry is active when an IP allow list is enabled. - """ - isActive: Boolean! - - """An optional name for the IP allow list entry.""" - name: String - - """An IP address or range of addresses in CIDR notation.""" - allowListValue: String! - - """The ID of the IP allow list entry to update.""" - ipAllowListEntryId: ID! -} - -"""Autogenerated return type of UpdateIpAllowListEntry""" -type GitHubUpdateIpAllowListEntryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The IP allow list entry that was updated.""" - ipAllowListEntry: GitHubIpAllowListEntry -} - -"""Autogenerated input type of UpdateIpAllowListEnabledSetting""" -input GitHubUpdateIpAllowListEnabledSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The value for the IP allow list enabled setting.""" - settingValue: GitHubIpAllowListEnabledSettingValue! - - """The ID of the owner on which to set the IP allow list enabled setting.""" - ownerId: ID! -} - -"""Autogenerated return type of UpdateIpAllowListEnabledSetting""" -type GitHubUpdateIpAllowListEnabledSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The IP allow list owner on which the setting was updated.""" - owner: GitHubIpAllowListOwner -} - -""" -Autogenerated input type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting -""" -input GitHubUpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the two factor authentication required setting on the enterprise. - """ - settingValue: GitHubEnterpriseEnabledSettingValue! - - """ - The ID of the enterprise on which to set the two factor authentication required setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseTwoFactorAuthenticationRequiredSetting -""" -type GitHubUpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated two factor authentication required setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the two factor authentication required setting. - """ - message: String -} - -"""Autogenerated input type of UpdateEnterpriseTeamDiscussionsSetting""" -input GitHubUpdateEnterpriseTeamDiscussionsSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The value for the team discussions setting on the enterprise.""" - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """The ID of the enterprise on which to set the team discussions setting.""" - enterpriseId: ID! -} - -"""Autogenerated return type of UpdateEnterpriseTeamDiscussionsSetting""" -type GitHubUpdateEnterpriseTeamDiscussionsSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise with the updated team discussions setting.""" - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the team discussions setting. - """ - message: String -} - -"""Autogenerated input type of UpdateEnterpriseRepositoryProjectsSetting""" -input GitHubUpdateEnterpriseRepositoryProjectsSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The value for the repository projects setting on the enterprise.""" - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the repository projects setting. - """ - enterpriseId: ID! -} - -"""Autogenerated return type of UpdateEnterpriseRepositoryProjectsSetting""" -type GitHubUpdateEnterpriseRepositoryProjectsSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise with the updated repository projects setting.""" - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the repository projects setting. - """ - message: String -} - -"""Autogenerated input type of UpdateEnterpriseProfile""" -input GitHubUpdateEnterpriseProfileInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The location of the enterprise.""" - location: String - - """The URL of the enterprise's website.""" - websiteUrl: String - - """The description of the enterprise.""" - description: String - - """The name of the enterprise.""" - name: String - - """The Enterprise ID to update.""" - enterpriseId: ID! -} - -"""Autogenerated return type of UpdateEnterpriseProfile""" -type GitHubUpdateEnterpriseProfilePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated enterprise.""" - enterprise: GitHubEnterprise -} - -""" -Autogenerated input type of UpdateEnterpriseOrganizationProjectsSetting -""" -input GitHubUpdateEnterpriseOrganizationProjectsSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The value for the organization projects setting on the enterprise.""" - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the organization projects setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseOrganizationProjectsSetting -""" -type GitHubUpdateEnterpriseOrganizationProjectsSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise with the updated organization projects setting.""" - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the organization projects setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting -""" -input GitHubUpdateEnterpriseMembersCanViewDependencyInsightsSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the members can view dependency insights setting on the enterprise. - """ - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the members can view dependency insights setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanViewDependencyInsightsSetting -""" -type GitHubUpdateEnterpriseMembersCanViewDependencyInsightsSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated members can view dependency insights setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can view dependency insights setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting -""" -input GitHubUpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the members can update protected branches setting on the enterprise. - """ - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the members can update protected branches setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanUpdateProtectedBranchesSetting -""" -type GitHubUpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated members can update protected branches setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can update protected branches setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanMakePurchasesSetting -""" -input GitHubUpdateEnterpriseMembersCanMakePurchasesSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the members can make purchases setting on the enterprise. - """ - settingValue: GitHubEnterpriseMembersCanMakePurchasesSettingValue! - - """ - The ID of the enterprise on which to set the members can make purchases setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanMakePurchasesSetting -""" -type GitHubUpdateEnterpriseMembersCanMakePurchasesSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise with the updated members can make purchases setting.""" - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can make purchases setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting -""" -input GitHubUpdateEnterpriseMembersCanInviteCollaboratorsSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the members can invite collaborators setting on the enterprise. - """ - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the members can invite collaborators setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanInviteCollaboratorsSetting -""" -type GitHubUpdateEnterpriseMembersCanInviteCollaboratorsSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated members can invite collaborators setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can invite collaborators setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting -""" -input GitHubUpdateEnterpriseMembersCanDeleteRepositoriesSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the members can delete repositories setting on the enterprise. - """ - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the members can delete repositories setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanDeleteRepositoriesSetting -""" -type GitHubUpdateEnterpriseMembersCanDeleteRepositoriesSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated members can delete repositories setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can delete repositories setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanDeleteIssuesSetting -""" -input GitHubUpdateEnterpriseMembersCanDeleteIssuesSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The value for the members can delete issues setting on the enterprise.""" - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the members can delete issues setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanDeleteIssuesSetting -""" -type GitHubUpdateEnterpriseMembersCanDeleteIssuesSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise with the updated members can delete issues setting.""" - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can delete issues setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanCreateRepositoriesSetting -""" -input GitHubUpdateEnterpriseMembersCanCreateRepositoriesSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Allow members to create internal repositories. Defaults to current value. - """ - membersCanCreateInternalRepositories: Boolean - - """ - Allow members to create private repositories. Defaults to current value. - """ - membersCanCreatePrivateRepositories: Boolean - - """ - Allow members to create public repositories. Defaults to current value. - """ - membersCanCreatePublicRepositories: Boolean - - """ - When false, allow member organizations to set their own repository creation member privileges. - """ - membersCanCreateRepositoriesPolicyEnabled: Boolean - - """ - Value for the members can create repositories setting on the enterprise. This or the granular public/private/internal allowed fields (but not both) must be provided. - """ - settingValue: GitHubEnterpriseMembersCanCreateRepositoriesSettingValue - - """ - The ID of the enterprise on which to set the members can create repositories setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanCreateRepositoriesSetting -""" -type GitHubUpdateEnterpriseMembersCanCreateRepositoriesSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated members can create repositories setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can create repositories setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting -""" -input GitHubUpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the members can change repository visibility setting on the enterprise. - """ - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the members can change repository visibility setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseMembersCanChangeRepositoryVisibilitySetting -""" -type GitHubUpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated members can change repository visibility setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the members can change repository visibility setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseDefaultRepositoryPermissionSetting -""" -input GitHubUpdateEnterpriseDefaultRepositoryPermissionSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the default repository permission setting on the enterprise. - """ - settingValue: GitHubEnterpriseDefaultRepositoryPermissionSettingValue! - - """ - The ID of the enterprise on which to set the default repository permission setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseDefaultRepositoryPermissionSetting -""" -type GitHubUpdateEnterpriseDefaultRepositoryPermissionSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise with the updated default repository permission setting.""" - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the default repository permission setting. - """ - message: String -} - -""" -Autogenerated input type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting -""" -input GitHubUpdateEnterpriseAllowPrivateRepositoryForkingSettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the allow private repository forking setting on the enterprise. - """ - settingValue: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - The ID of the enterprise on which to set the allow private repository forking setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseAllowPrivateRepositoryForkingSetting -""" -type GitHubUpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The enterprise with the updated allow private repository forking setting. - """ - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the allow private repository forking setting. - """ - message: String -} - -"""Autogenerated input type of UpdateEnterpriseAdministratorRole""" -input GitHubUpdateEnterpriseAdministratorRoleInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new role for the Enterprise administrator.""" - role: GitHubEnterpriseAdministratorRole! - - """The login of a administrator whose role is being changed.""" - login: String! - - """The ID of the Enterprise which the admin belongs to.""" - enterpriseId: ID! -} - -"""Autogenerated return type of UpdateEnterpriseAdministratorRole""" -type GitHubUpdateEnterpriseAdministratorRolePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """A message confirming the result of changing the administrator's role.""" - message: String -} - -enum GitHubActionExecutionCapabilitySetting { - """All action executions are disabled.""" - DISABLED - - """All action executions are enabled.""" - ALL_ACTIONS - - """Only actions defined within the repo are allowed.""" - LOCAL_ACTIONS_ONLY - - """Organization administrators action execution capabilities.""" - NO_POLICY -} - -""" -Autogenerated input type of UpdateEnterpriseActionExecutionCapabilitySetting -""" -input GitHubUpdateEnterpriseActionExecutionCapabilitySettingInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The value for the action execution capability setting on the enterprise. - """ - capability: GitHubActionExecutionCapabilitySetting! - - """ - The ID of the enterprise on which to set the members can create repositories setting. - """ - enterpriseId: ID! -} - -""" -Autogenerated return type of UpdateEnterpriseActionExecutionCapabilitySetting -""" -type GitHubUpdateEnterpriseActionExecutionCapabilitySettingPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise with the updated action execution capability setting.""" - enterprise: GitHubEnterprise - - """ - A message confirming the result of updating the action execution capability setting. - """ - message: String -} - -"""Autogenerated input type of UpdateBranchProtectionRule""" -input GitHubUpdateBranchProtectionRuleInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - List of required status check contexts that must pass for commits to be accepted to matching branches. - """ - requiredStatusCheckContexts: [String!] - - """A list of User, Team or App IDs allowed to push to matching branches.""" - pushActorIds: [ID!] - - """Is pushing to matching branches restricted.""" - restrictsPushes: Boolean - - """ - A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. - """ - reviewDismissalActorIds: [ID!] - - """Is dismissal of pull request reviews restricted.""" - restrictsReviewDismissals: Boolean - - """ - Will new commits pushed to matching branches dismiss pull request review approvals. - """ - dismissesStaleReviews: Boolean - - """Are reviews from code owners required to update matching branches.""" - requiresCodeOwnerReviews: Boolean - - """Are branches required to be up to date before merging.""" - requiresStrictStatusChecks: Boolean - - """Are status checks required to update matching branches.""" - requiresStatusChecks: Boolean - - """Can admins overwrite branch protection.""" - isAdminEnforced: Boolean - - """Are commits required to be signed.""" - requiresCommitSignatures: Boolean - - """Number of approving reviews required to update matching branches.""" - requiredApprovingReviewCount: Int - - """Are approving reviews required to update matching branches.""" - requiresApprovingReviews: Boolean - - """The glob-like pattern used to determine matching branches.""" - pattern: String - - """The global relay id of the branch protection rule to be updated.""" - branchProtectionRuleId: ID! -} - -"""Autogenerated return type of UpdateBranchProtectionRule""" -type GitHubUpdateBranchProtectionRulePayload { - """The newly created BranchProtectionRule.""" - branchProtectionRule: GitHubBranchProtectionRule - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of UnresolveReviewThread""" -input GitHubUnresolveReviewThreadInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the thread to unresolve""" - threadId: ID! -} - -"""Autogenerated return type of UnresolveReviewThread""" -type GitHubUnresolveReviewThreadPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The thread to resolve.""" - thread: GitHubPullRequestReviewThread -} - -"""Autogenerated input type of UnminimizeComment""" -input GitHubUnminimizeCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Node ID of the subject to modify.""" - subjectId: ID! -} - -"""Autogenerated return type of UnminimizeComment""" -type GitHubUnminimizeCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The comment that was unminimized.""" - unminimizedComment: GitHubMinimizable -} - -"""Autogenerated input type of UnmarkIssueAsDuplicate""" -input GitHubUnmarkIssueAsDuplicateInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - ID of the issue or pull request currently considered canonical/authoritative/original. - """ - canonicalId: ID! - - """ID of the issue or pull request currently marked as a duplicate.""" - duplicateId: ID! -} - -"""Autogenerated return type of UnmarkIssueAsDuplicate""" -type GitHubUnmarkIssueAsDuplicatePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The issue or pull request that was marked as a duplicate.""" - duplicate: GitHubIssueOrPullRequest -} - -"""Autogenerated input type of UnlockLockable""" -input GitHubUnlockLockableInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the issue or pull request to be unlocked.""" - lockableId: ID! -} - -"""Autogenerated return type of UnlockLockable""" -type GitHubUnlockLockablePayload { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The item that was unlocked.""" - unlockedRecord: GitHubLockable -} - -"""Autogenerated input type of UnlinkRepositoryFromProject""" -input GitHubUnlinkRepositoryFromProjectInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the Repository linked to the Project.""" - repositoryId: ID! - - """The ID of the Project linked to the Repository.""" - projectId: ID! -} - -"""Autogenerated return type of UnlinkRepositoryFromProject""" -type GitHubUnlinkRepositoryFromProjectPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The linked Project.""" - project: GitHubProject - - """The linked Repository.""" - repository: GitHubRepository -} - -"""Autogenerated input type of UnfollowUser""" -input GitHubUnfollowUserInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the user to unfollow.""" - userId: ID! -} - -"""Autogenerated return type of UnfollowUser""" -type GitHubUnfollowUserPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The user that was unfollowed.""" - user: GitHubUser -} - -"""Autogenerated input type of UnarchiveRepository""" -input GitHubUnarchiveRepositoryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the repository to unarchive.""" - repositoryId: ID! -} - -"""Autogenerated return type of UnarchiveRepository""" -type GitHubUnarchiveRepositoryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The repository that was unarchived.""" - repository: GitHubRepository -} - -"""Autogenerated input type of TransferIssue""" -input GitHubTransferIssueInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Node ID of the repository the issue should be transferred to""" - repositoryId: ID! - - """The Node ID of the issue to be transferred""" - issueId: ID! -} - -"""Autogenerated return type of TransferIssue""" -type GitHubTransferIssuePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The issue that was transferred""" - issue: GitHubIssue -} - -"""Autogenerated input type of SubmitPullRequestReview""" -input GitHubSubmitPullRequestReviewInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The text field to set on the Pull Request Review.""" - body: String - - """The event to send to the Pull Request Review.""" - event: GitHubPullRequestReviewEvent! - - """The Pull Request Review ID to submit.""" - pullRequestReviewId: ID - - """The Pull Request ID to submit any pending reviews.""" - pullRequestId: ID -} - -"""Autogenerated return type of SubmitPullRequestReview""" -type GitHubSubmitPullRequestReviewPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The submitted pull request review.""" - pullRequestReview: GitHubPullRequestReview -} - -"""Autogenerated input type of SetEnterpriseIdentityProvider""" -input GitHubSetEnterpriseIdentityProviderInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - The digest algorithm used to sign SAML requests for the identity provider. - """ - digestMethod: GitHubSamlDigestAlgorithm! - - """ - The signature algorithm used to sign SAML requests for the identity provider. - """ - signatureMethod: GitHubSamlSignatureAlgorithm! - - """ - The x509 certificate used by the identity provider to sign assertions and responses. - """ - idpCertificate: String! - - """The Issuer Entity ID for the SAML identity provider""" - issuer: String - - """The URL endpoint for the identity provider's SAML SSO.""" - ssoUrl: String! - - """The ID of the enterprise on which to set an identity provider.""" - enterpriseId: ID! -} - -"""Autogenerated return type of SetEnterpriseIdentityProvider""" -type GitHubSetEnterpriseIdentityProviderPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The identity provider for the enterprise.""" - identityProvider: GitHubEnterpriseIdentityProvider -} - -"""Autogenerated input type of ResolveReviewThread""" -input GitHubResolveReviewThreadInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the thread to resolve""" - threadId: ID! -} - -"""Autogenerated return type of ResolveReviewThread""" -type GitHubResolveReviewThreadPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The thread to resolve.""" - thread: GitHubPullRequestReviewThread -} - -"""Autogenerated input type of RequestReviews""" -input GitHubRequestReviewsInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Add users to the set rather than replace.""" - union: Boolean - - """The Node IDs of the team to request.""" - teamIds: [ID!] - - """The Node IDs of the user to request.""" - userIds: [ID!] - - """The Node ID of the pull request to modify.""" - pullRequestId: ID! -} - -"""Autogenerated return type of RequestReviews""" -type GitHubRequestReviewsPayload { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The pull request that is getting requests.""" - pullRequest: GitHubPullRequest - - """The edge from the pull request to the requested reviewers.""" - requestedReviewersEdge: GitHubUserEdge -} - -"""Autogenerated input type of ReopenPullRequest""" -input GitHubReopenPullRequestInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the pull request to be reopened.""" - pullRequestId: ID! -} - -"""Autogenerated return type of ReopenPullRequest""" -type GitHubReopenPullRequestPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The pull request that was reopened.""" - pullRequest: GitHubPullRequest -} - -"""Autogenerated input type of ReopenIssue""" -input GitHubReopenIssueInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the issue to be opened.""" - issueId: ID! -} - -"""Autogenerated return type of ReopenIssue""" -type GitHubReopenIssuePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The issue that was opened.""" - issue: GitHubIssue -} - -"""Autogenerated input type of RemoveStar""" -input GitHubRemoveStarInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Starrable ID to unstar.""" - starrableId: ID! -} - -"""Autogenerated return type of RemoveStar""" -type GitHubRemoveStarPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The starrable.""" - starrable: GitHubStarrable -} - -"""Autogenerated input type of RemoveReaction""" -input GitHubRemoveReactionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The name of the emoji reaction to remove.""" - content: GitHubReactionContent! - - """The Node ID of the subject to modify.""" - subjectId: ID! -} - -"""Autogenerated return type of RemoveReaction""" -type GitHubRemoveReactionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The reaction object.""" - reaction: GitHubReaction - - """The reactable subject.""" - subject: GitHubReactable -} - -"""Autogenerated input type of RemoveOutsideCollaborator""" -input GitHubRemoveOutsideCollaboratorInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the organization to remove the outside collaborator from.""" - organizationId: ID! - - """The ID of the outside collaborator to remove.""" - userId: ID! -} - -"""Autogenerated return type of RemoveOutsideCollaborator""" -type GitHubRemoveOutsideCollaboratorPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The user that was removed as an outside collaborator.""" - removedUser: GitHubUser -} - -"""Autogenerated input type of RemoveLabelsFromLabelable""" -input GitHubRemoveLabelsFromLabelableInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ids of labels to remove.""" - labelIds: [ID!]! - - """The id of the Labelable to remove labels from.""" - labelableId: ID! -} - -"""Autogenerated return type of RemoveLabelsFromLabelable""" -type GitHubRemoveLabelsFromLabelablePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Labelable the labels were removed from.""" - labelable: GitHubLabelable -} - -"""Autogenerated input type of RemoveEnterpriseOrganization""" -input GitHubRemoveEnterpriseOrganizationInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the organization to remove from the enterprise.""" - organizationId: ID! - - """ - The ID of the enterprise from which the organization should be removed. - """ - enterpriseId: ID! -} - -"""Autogenerated return type of RemoveEnterpriseOrganization""" -type GitHubRemoveEnterpriseOrganizationPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated enterprise.""" - enterprise: GitHubEnterprise - - """The organization that was removed from the enterprise.""" - organization: GitHubOrganization - - """The viewer performing the mutation.""" - viewer: GitHubUser -} - -"""Autogenerated input type of RemoveEnterpriseIdentityProvider""" -input GitHubRemoveEnterpriseIdentityProviderInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the enterprise from which to remove the identity provider.""" - enterpriseId: ID! -} - -"""Autogenerated return type of RemoveEnterpriseIdentityProvider""" -type GitHubRemoveEnterpriseIdentityProviderPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The identity provider that was removed from the enterprise.""" - identityProvider: GitHubEnterpriseIdentityProvider -} - -"""Autogenerated input type of RemoveEnterpriseAdmin""" -input GitHubRemoveEnterpriseAdminInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The login of the user to remove as an administrator.""" - login: String! - - """The Enterprise ID from which to remove the administrator.""" - enterpriseId: ID! -} - -"""Autogenerated return type of RemoveEnterpriseAdmin""" -type GitHubRemoveEnterpriseAdminPayload { - """The user who was removed as an administrator.""" - admin: GitHubUser - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated enterprise.""" - enterprise: GitHubEnterprise - - """A message confirming the result of removing an administrator.""" - message: String - - """The viewer performing the mutation.""" - viewer: GitHubUser -} - -"""Autogenerated input type of RemoveAssigneesFromAssignable""" -input GitHubRemoveAssigneesFromAssignableInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The id of users to remove as assignees.""" - assigneeIds: [ID!]! - - """The id of the assignable object to remove assignees from.""" - assignableId: ID! -} - -"""Autogenerated return type of RemoveAssigneesFromAssignable""" -type GitHubRemoveAssigneesFromAssignablePayload { - """The item that was unassigned.""" - assignable: GitHubAssignable - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -""" -Autogenerated input type of RegenerateEnterpriseIdentityProviderRecoveryCodes -""" -input GitHubRegenerateEnterpriseIdentityProviderRecoveryCodesInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the enterprise on which to set an identity provider.""" - enterpriseId: ID! -} - -""" -Autogenerated return type of RegenerateEnterpriseIdentityProviderRecoveryCodes -""" -type GitHubRegenerateEnterpriseIdentityProviderRecoveryCodesPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The identity provider for the enterprise.""" - identityProvider: GitHubEnterpriseIdentityProvider -} - -"""Autogenerated input type of MoveProjectColumn""" -input GitHubMoveProjectColumnInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Place the new column after the column with this id. Pass null to place it at the front. - """ - afterColumnId: ID - - """The id of the column to move.""" - columnId: ID! -} - -"""Autogenerated return type of MoveProjectColumn""" -type GitHubMoveProjectColumnPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new edge of the moved column.""" - columnEdge: GitHubProjectColumnEdge -} - -"""Autogenerated input type of MoveProjectCard""" -input GitHubMoveProjectCardInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Place the new card after the card with this id. Pass null to place it at the top. - """ - afterCardId: ID - - """The id of the column to move it into.""" - columnId: ID! - - """The id of the card to move.""" - cardId: ID! -} - -"""Autogenerated return type of MoveProjectCard""" -type GitHubMoveProjectCardPayload { - """The new edge of the moved card.""" - cardEdge: GitHubProjectCardEdge - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -enum GitHubReportedContentClassifiers { - """A spammy piece of content""" - SPAM - - """An abusive or harassing piece of content""" - ABUSE - - """An irrelevant piece of content""" - OFF_TOPIC - - """An outdated piece of content""" - OUTDATED - - """A duplicated piece of content""" - DUPLICATE - - """The content has been resolved""" - RESOLVED -} - -"""Autogenerated input type of MinimizeComment""" -input GitHubMinimizeCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The classification of comment""" - classifier: GitHubReportedContentClassifiers! - - """The Node ID of the subject to modify.""" - subjectId: ID! -} - -"""Autogenerated return type of MinimizeComment""" -type GitHubMinimizeCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The comment that was minimized.""" - minimizedComment: GitHubMinimizable -} - -enum GitHubPullRequestMergeMethod { - """ - Add all commits from the head branch to the base branch with a merge commit. - """ - MERGE - - """ - Combine all commits from the head branch into a single commit in the base branch. - """ - SQUASH - - """ - Add all commits from the head branch onto the base branch individually. - """ - REBASE -} - -"""Autogenerated input type of MergePullRequest""" -input GitHubMergePullRequestInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The merge method to use. If omitted, defaults to 'MERGE'""" - mergeMethod: GitHubPullRequestMergeMethod - - """ - OID that the pull request head ref must match to allow merge; if omitted, no check is performed. - """ - expectedHeadOid: String - - """ - Commit body to use for the merge commit; if omitted, a default message will be used - """ - commitBody: String - - """ - Commit headline to use for the merge commit; if omitted, a default message will be used. - """ - commitHeadline: String - - """ID of the pull request to be merged.""" - pullRequestId: ID! -} - -"""Autogenerated return type of MergePullRequest""" -type GitHubMergePullRequestPayload { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The pull request that was merged.""" - pullRequest: GitHubPullRequest -} - -"""Autogenerated input type of MergeBranch""" -input GitHubMergeBranchInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Message to use for the merge commit. If omitted, a default will be used. - """ - commitMessage: String - - """ - The head to merge into the base branch. This can be a branch name or a commit GitObjectID. - """ - head: String! - - """ - The name of the base branch that the provided head will be merged into. - """ - base: String! - - """ - The Node ID of the Repository containing the base branch that will be modified. - """ - repositoryId: ID! -} - -"""Autogenerated return type of MergeBranch""" -type GitHubMergeBranchPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The resulting merge Commit.""" - mergeCommit: GitHubCommit -} - -"""Autogenerated input type of MarkPullRequestReadyForReview""" -input GitHubMarkPullRequestReadyForReviewInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the pull request to be marked as ready for review.""" - pullRequestId: ID! -} - -"""Autogenerated return type of MarkPullRequestReadyForReview""" -type GitHubMarkPullRequestReadyForReviewPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The pull request that is ready for review.""" - pullRequest: GitHubPullRequest -} - -"""Autogenerated input type of LockLockable""" -input GitHubLockLockableInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """A reason for why the issue or pull request will be locked.""" - lockReason: GitHubLockReason - - """ID of the issue or pull request to be locked.""" - lockableId: ID! -} - -"""Autogenerated return type of LockLockable""" -type GitHubLockLockablePayload { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The item that was locked.""" - lockedRecord: GitHubLockable -} - -"""Autogenerated input type of LinkRepositoryToProject""" -input GitHubLinkRepositoryToProjectInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the Repository to link to a Project.""" - repositoryId: ID! - - """The ID of the Project to link to a Repository""" - projectId: ID! -} - -"""Autogenerated return type of LinkRepositoryToProject""" -type GitHubLinkRepositoryToProjectPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The linked Project.""" - project: GitHubProject - - """The linked Repository.""" - repository: GitHubRepository -} - -"""Autogenerated input type of InviteEnterpriseAdmin""" -input GitHubInviteEnterpriseAdminInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The role of the administrator.""" - role: GitHubEnterpriseAdministratorRole - - """The email of the person to invite as an administrator.""" - email: String - - """The login of a user to invite as an administrator.""" - invitee: String - - """The ID of the enterprise to which you want to invite an administrator.""" - enterpriseId: ID! -} - -"""Autogenerated return type of InviteEnterpriseAdmin""" -type GitHubInviteEnterpriseAdminPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The created enterprise administrator invitation.""" - invitation: GitHubEnterpriseAdministratorInvitation -} - -"""Autogenerated input type of FollowUser""" -input GitHubFollowUserInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the user to follow.""" - userId: ID! -} - -"""Autogenerated return type of FollowUser""" -type GitHubFollowUserPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The user that was followed.""" - user: GitHubUser -} - -"""Autogenerated input type of DismissPullRequestReview""" -input GitHubDismissPullRequestReviewInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The contents of the pull request review dismissal message.""" - message: String! - - """The Node ID of the pull request review to modify.""" - pullRequestReviewId: ID! -} - -"""Autogenerated return type of DismissPullRequestReview""" -type GitHubDismissPullRequestReviewPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The dismissed pull request review.""" - pullRequestReview: GitHubPullRequestReview -} - -"""Autogenerated input type of DeleteTeamDiscussionComment""" -input GitHubDeleteTeamDiscussionCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the comment to delete.""" - id: ID! -} - -"""Autogenerated return type of DeleteTeamDiscussionComment""" -type GitHubDeleteTeamDiscussionCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of DeleteTeamDiscussion""" -input GitHubDeleteTeamDiscussionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The discussion ID to delete.""" - id: ID! -} - -"""Autogenerated return type of DeleteTeamDiscussion""" -type GitHubDeleteTeamDiscussionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of DeleteRef""" -input GitHubDeleteRefInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Node ID of the Ref to be deleted.""" - refId: ID! -} - -"""Autogenerated return type of DeleteRef""" -type GitHubDeleteRefPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of DeletePullRequestReviewComment""" -input GitHubDeletePullRequestReviewCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the comment to delete.""" - id: ID! -} - -"""Autogenerated return type of DeletePullRequestReviewComment""" -type GitHubDeletePullRequestReviewCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The pull request review the deleted comment belonged to.""" - pullRequestReview: GitHubPullRequestReview -} - -"""Autogenerated input type of DeletePullRequestReview""" -input GitHubDeletePullRequestReviewInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Node ID of the pull request review to delete.""" - pullRequestReviewId: ID! -} - -"""Autogenerated return type of DeletePullRequestReview""" -type GitHubDeletePullRequestReviewPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The deleted pull request review.""" - pullRequestReview: GitHubPullRequestReview -} - -"""Autogenerated input type of DeleteProjectColumn""" -input GitHubDeleteProjectColumnInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The id of the column to delete.""" - columnId: ID! -} - -"""Autogenerated return type of DeleteProjectColumn""" -type GitHubDeleteProjectColumnPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The deleted column ID.""" - deletedColumnId: ID - - """The project the deleted column was in.""" - project: GitHubProject -} - -"""Autogenerated input type of DeleteProjectCard""" -input GitHubDeleteProjectCardInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The id of the card to delete.""" - cardId: ID! -} - -"""Autogenerated return type of DeleteProjectCard""" -type GitHubDeleteProjectCardPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The column the deleted card was in.""" - column: GitHubProjectColumn - - """The deleted card ID.""" - deletedCardId: ID -} - -"""Autogenerated input type of DeleteProject""" -input GitHubDeleteProjectInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Project ID to update.""" - projectId: ID! -} - -"""Autogenerated return type of DeleteProject""" -type GitHubDeleteProjectPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The repository or organization the project was removed from.""" - owner: GitHubProjectOwner -} - -"""Autogenerated input type of DeleteIssueComment""" -input GitHubDeleteIssueCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the comment to delete.""" - id: ID! -} - -"""Autogenerated return type of DeleteIssueComment""" -type GitHubDeleteIssueCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of DeleteIssue""" -input GitHubDeleteIssueInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the issue to delete.""" - issueId: ID! -} - -"""Autogenerated return type of DeleteIssue""" -type GitHubDeleteIssuePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The repository the issue belonged to""" - repository: GitHubRepository -} - -"""Autogenerated input type of DeleteIpAllowListEntry""" -input GitHubDeleteIpAllowListEntryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the IP allow list entry to delete.""" - ipAllowListEntryId: ID! -} - -"""Autogenerated return type of DeleteIpAllowListEntry""" -type GitHubDeleteIpAllowListEntryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The IP allow list entry that was deleted.""" - ipAllowListEntry: GitHubIpAllowListEntry -} - -"""Autogenerated input type of DeleteDeployment""" -input GitHubDeleteDeploymentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Node ID of the deployment to be deleted.""" - id: ID! -} - -"""Autogenerated return type of DeleteDeployment""" -type GitHubDeleteDeploymentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of DeleteBranchProtectionRule""" -input GitHubDeleteBranchProtectionRuleInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The global relay id of the branch protection rule to be deleted.""" - branchProtectionRuleId: ID! -} - -"""Autogenerated return type of DeleteBranchProtectionRule""" -type GitHubDeleteBranchProtectionRulePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -enum GitHubTopicSuggestionDeclineReason { - """The suggested topic is not relevant to the repository.""" - NOT_RELEVANT - - """ - The suggested topic is too specific for the repository (e.g. #ruby-on-rails-version-4-2-1). - """ - TOO_SPECIFIC - - """The viewer does not like the suggested topic.""" - PERSONAL_PREFERENCE - - """The suggested topic is too general for the repository.""" - TOO_GENERAL -} - -"""Autogenerated input type of DeclineTopicSuggestion""" -input GitHubDeclineTopicSuggestionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The reason why the suggested topic is declined.""" - reason: GitHubTopicSuggestionDeclineReason! - - """The name of the suggested topic.""" - name: String! - - """The Node ID of the repository.""" - repositoryId: ID! -} - -"""Autogenerated return type of DeclineTopicSuggestion""" -type GitHubDeclineTopicSuggestionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The declined topic.""" - topic: GitHubTopic -} - -"""Autogenerated input type of CreateTeamDiscussionComment""" -input GitHubCreateTeamDiscussionCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The content of the comment.""" - body: String! - - """The ID of the discussion to which the comment belongs.""" - discussionId: ID! -} - -"""Autogenerated return type of CreateTeamDiscussionComment""" -type GitHubCreateTeamDiscussionCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new comment.""" - teamDiscussionComment: GitHubTeamDiscussionComment -} - -"""Autogenerated input type of CreateTeamDiscussion""" -input GitHubCreateTeamDiscussionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. - """ - private: Boolean - - """The content of the discussion.""" - body: String! - - """The title of the discussion.""" - title: String! - - """The ID of the team to which the discussion belongs.""" - teamId: ID! -} - -"""Autogenerated return type of CreateTeamDiscussion""" -type GitHubCreateTeamDiscussionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new discussion.""" - teamDiscussion: GitHubTeamDiscussion -} - -"""Autogenerated input type of CreateRepository""" -input GitHubCreateRepositoryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - When an organization is specified as the owner, this ID identifies the team that should be granted access to the new repository. - """ - teamId: ID - - """Indicates if the repository should have the issues feature enabled.""" - hasIssuesEnabled: Boolean - - """Indicates if the repository should have the wiki feature enabled.""" - hasWikiEnabled: Boolean - - """The URL for a web page about this repository.""" - homepageUrl: String - - """ - Whether this repository should be marked as a template such that anyone who can access it can create new repositories with the same files and directory structure. - """ - template: Boolean - - """Indicates the repository's visibility level.""" - visibility: GitHubRepositoryVisibility! - - """A short description of the new repository.""" - description: String - - """The ID of the owner for the new repository.""" - ownerId: ID - - """The name of the new repository.""" - name: String! -} - -"""Autogenerated return type of CreateRepository""" -type GitHubCreateRepositoryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new repository.""" - repository: GitHubRepository -} - -"""Autogenerated input type of CreateRef""" -input GitHubCreateRefInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The GitObjectID that the new Ref shall target. Must point to a commit.""" - oid: String! - - """ - The fully qualified name of the new Ref (ie: `refs/heads/my_new_branch`). - """ - name: String! - - """The Node ID of the Repository to create the Ref in.""" - repositoryId: ID! -} - -"""Autogenerated return type of CreateRef""" -type GitHubCreateRefPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The newly created ref.""" - ref: GitHubRef -} - -"""Autogenerated input type of CreatePullRequest""" -input GitHubCreatePullRequestInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Indicates whether this pull request should be a draft.""" - draft: Boolean - - """Indicates whether maintainers can modify the pull request.""" - maintainerCanModify: Boolean - - """The contents of the pull request.""" - body: String - - """The title of the pull request.""" - title: String! - - """ - The name of the branch where your changes are implemented. For cross-repository pull requests - in the same network, namespace `head_ref_name` with a user like this: `username:branch`. - - """ - headRefName: String! - - """ - The name of the branch you want your changes pulled into. This should be an existing branch - on the current repository. You cannot update the base branch on a pull request to point - to another repository. - - """ - baseRefName: String! - - """The Node ID of the repository.""" - repositoryId: ID! -} - -"""Autogenerated return type of CreatePullRequest""" -type GitHubCreatePullRequestPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new pull request.""" - pullRequest: GitHubPullRequest -} - -enum GitHubProjectTemplate { - """Create a board with columns for To do, In progress and Done.""" - BASIC_KANBAN - - """ - Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns. - """ - AUTOMATED_KANBAN_V2 - - """ - Create a board with triggers to automatically move cards across columns with review automation. - """ - AUTOMATED_REVIEWS_KANBAN - - """ - Create a board to triage and prioritize bugs with To do, priority, and Done columns. - """ - BUG_TRIAGE -} - -"""Autogenerated input type of CreateProject""" -input GitHubCreateProjectInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - A list of repository IDs to create as linked repositories for the project - """ - repositoryIds: [ID!] - - """The name of the GitHub-provided template.""" - template: GitHubProjectTemplate - - """The description of project.""" - body: String - - """The name of project.""" - name: String! - - """The owner ID to create the project under.""" - ownerId: ID! -} - -"""Autogenerated return type of CreateProject""" -type GitHubCreateProjectPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new project.""" - project: GitHubProject -} - -"""Autogenerated input type of CreateIssue""" -input GitHubCreateIssueInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """An array of Node IDs for projects associated with this issue.""" - projectIds: [ID!] - - """An array of Node IDs of labels for this issue.""" - labelIds: [ID!] - - """The Node ID of the milestone for this issue.""" - milestoneId: ID - - """The Node ID for the user assignee for this issue.""" - assigneeIds: [ID!] - - """The body for the issue description.""" - body: String - - """The title for the issue.""" - title: String! - - """The Node ID of the repository.""" - repositoryId: ID! -} - -"""Autogenerated return type of CreateIssue""" -type GitHubCreateIssuePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new issue.""" - issue: GitHubIssue -} - -"""Autogenerated input type of CreateIpAllowListEntry""" -input GitHubCreateIpAllowListEntryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - Whether the IP allow list entry is active when an IP allow list is enabled. - """ - isActive: Boolean! - - """An optional name for the IP allow list entry.""" - name: String - - """An IP address or range of addresses in CIDR notation.""" - allowListValue: String! - - """The ID of the owner for which to create the new IP allow list entry.""" - ownerId: ID! -} - -"""Autogenerated return type of CreateIpAllowListEntry""" -type GitHubCreateIpAllowListEntryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The IP allow list entry that was created.""" - ipAllowListEntry: GitHubIpAllowListEntry -} - -"""Autogenerated input type of CreateEnterpriseOrganization""" -input GitHubCreateEnterpriseOrganizationInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The logins for the administrators of the new organization.""" - adminLogins: [String!]! - - """The email used for sending billing receipts.""" - billingEmail: String! - - """The profile name of the new organization.""" - profileName: String! - - """The login of the new organization.""" - login: String! - - """The ID of the enterprise owning the new organization.""" - enterpriseId: ID! -} - -"""Autogenerated return type of CreateEnterpriseOrganization""" -type GitHubCreateEnterpriseOrganizationPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The enterprise that owns the created organization.""" - enterprise: GitHubEnterprise - - """The organization that was created.""" - organization: GitHubOrganization -} - -"""Autogenerated input type of CreateBranchProtectionRule""" -input GitHubCreateBranchProtectionRuleInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ - List of required status check contexts that must pass for commits to be accepted to matching branches. - """ - requiredStatusCheckContexts: [String!] - - """A list of User, Team or App IDs allowed to push to matching branches.""" - pushActorIds: [ID!] - - """Is pushing to matching branches restricted.""" - restrictsPushes: Boolean - - """ - A list of User or Team IDs allowed to dismiss reviews on pull requests targeting matching branches. - """ - reviewDismissalActorIds: [ID!] - - """Is dismissal of pull request reviews restricted.""" - restrictsReviewDismissals: Boolean - - """ - Will new commits pushed to matching branches dismiss pull request review approvals. - """ - dismissesStaleReviews: Boolean - - """Are reviews from code owners required to update matching branches.""" - requiresCodeOwnerReviews: Boolean - - """Are branches required to be up to date before merging.""" - requiresStrictStatusChecks: Boolean - - """Are status checks required to update matching branches.""" - requiresStatusChecks: Boolean - - """Can admins overwrite branch protection.""" - isAdminEnforced: Boolean - - """Are commits required to be signed.""" - requiresCommitSignatures: Boolean - - """Number of approving reviews required to update matching branches.""" - requiredApprovingReviewCount: Int - - """Are approving reviews required to update matching branches.""" - requiresApprovingReviews: Boolean - - """The glob-like pattern used to determine matching branches.""" - pattern: String! - - """ - The global relay id of the repository in which a new branch protection rule should be created in. - """ - repositoryId: ID! -} - -"""Autogenerated return type of CreateBranchProtectionRule""" -type GitHubCreateBranchProtectionRulePayload { - """The newly created BranchProtectionRule.""" - branchProtectionRule: GitHubBranchProtectionRule - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of ConvertProjectCardNoteToIssue""" -input GitHubConvertProjectCardNoteToIssueInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The body of the newly created issue.""" - body: String - - """ - The title of the newly created issue. Defaults to the card's note text. - """ - title: String - - """The ID of the repository to create the issue in.""" - repositoryId: ID! - - """The ProjectCard ID to convert.""" - projectCardId: ID! -} - -"""Autogenerated return type of ConvertProjectCardNoteToIssue""" -type GitHubConvertProjectCardNoteToIssuePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The updated ProjectCard.""" - projectCard: GitHubProjectCard -} - -"""Autogenerated input type of ClosePullRequest""" -input GitHubClosePullRequestInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the pull request to be closed.""" - pullRequestId: ID! -} - -"""Autogenerated return type of ClosePullRequest""" -type GitHubClosePullRequestPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The pull request that was closed.""" - pullRequest: GitHubPullRequest -} - -"""Autogenerated input type of CloseIssue""" -input GitHubCloseIssueInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """ID of the issue to be closed.""" - issueId: ID! -} - -"""Autogenerated return type of CloseIssue""" -type GitHubCloseIssuePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The issue that was closed.""" - issue: GitHubIssue -} - -"""Autogenerated input type of CloneTemplateRepository""" -input GitHubCloneTemplateRepositoryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Indicates the repository's visibility level.""" - visibility: GitHubRepositoryVisibility! - - """A short description of the new repository.""" - description: String - - """The ID of the owner for the new repository.""" - ownerId: ID! - - """The name of the new repository.""" - name: String! - - """The Node ID of the template repository.""" - repositoryId: ID! -} - -"""Autogenerated return type of CloneTemplateRepository""" -type GitHubCloneTemplateRepositoryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The new repository.""" - repository: GitHubRepository -} - -"""Autogenerated input type of CloneProject""" -input GitHubCloneProjectInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The visibility of the project, defaults to false (private).""" - public: Boolean - - """The description of the project.""" - body: String - - """The name of the project.""" - name: String! - - """Whether or not to clone the source project's workflows.""" - includeWorkflows: Boolean! - - """The source project to clone.""" - sourceId: ID! - - """The owner ID to create the project under.""" - targetOwnerId: ID! -} - -"""Autogenerated return type of CloneProject""" -type GitHubCloneProjectPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The id of the JobStatus for populating cloned fields.""" - jobStatusId: String - - """The new cloned project.""" - project: GitHubProject -} - -"""Autogenerated input type of ClearLabelsFromLabelable""" -input GitHubClearLabelsFromLabelableInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The id of the labelable object to clear the labels from.""" - labelableId: ID! -} - -"""Autogenerated return type of ClearLabelsFromLabelable""" -type GitHubClearLabelsFromLabelablePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The item that was unlabeled.""" - labelable: GitHubLabelable -} - -"""Autogenerated input type of ChangeUserStatus""" -input GitHubChangeUserStatusInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """If set, the user status will not be shown after this date.""" - expiresAt: String - - """ - Whether this status should indicate you are not fully available on GitHub, e.g., you are away. - """ - limitedAvailability: Boolean - - """ - The ID of the organization whose members will be allowed to see the status. If omitted, the status will be publicly visible. - """ - organizationId: ID - - """A short description of your current status.""" - message: String - - """ - The emoji to represent your status. Can either be a native Unicode emoji or an emoji name with colons, e.g., :grinning:. - """ - emoji: String -} - -"""Autogenerated return type of ChangeUserStatus""" -type GitHubChangeUserStatusPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """Your updated status.""" - status: GitHubUserStatus -} - -"""Autogenerated input type of CancelEnterpriseAdminInvitation""" -input GitHubCancelEnterpriseAdminInvitationInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Node ID of the pending enterprise administrator invitation.""" - invitationId: ID! -} - -"""Autogenerated return type of CancelEnterpriseAdminInvitation""" -type GitHubCancelEnterpriseAdminInvitationPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The invitation that was canceled.""" - invitation: GitHubEnterpriseAdministratorInvitation - - """ - A message confirming the result of canceling an administrator invitation. - """ - message: String -} - -"""Autogenerated input type of ArchiveRepository""" -input GitHubArchiveRepositoryInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ID of the repository to mark as archived.""" - repositoryId: ID! -} - -"""Autogenerated return type of ArchiveRepository""" -type GitHubArchiveRepositoryPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The repository that was marked as archived.""" - repository: GitHubRepository -} - -"""Autogenerated input type of AddStar""" -input GitHubAddStarInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The Starrable ID to star.""" - starrableId: ID! -} - -"""Autogenerated return type of AddStar""" -type GitHubAddStarPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The starrable.""" - starrable: GitHubStarrable -} - -"""Autogenerated input type of AddReaction""" -input GitHubAddReactionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The name of the emoji to react with.""" - content: GitHubReactionContent! - - """The Node ID of the subject to modify.""" - subjectId: ID! -} - -"""Autogenerated return type of AddReaction""" -type GitHubAddReactionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The reaction object.""" - reaction: GitHubReaction - - """The reactable subject.""" - subject: GitHubReactable -} - -"""Autogenerated input type of AddPullRequestReviewThread""" -input GitHubAddPullRequestReviewThreadInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The side of the diff on which the start line resides.""" - startSide: GitHubDiffSide - - """The first line of the range to which the comment refers.""" - startLine: Int - - """ - The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range. - """ - side: GitHubDiffSide - - """ - The line of the blob to which the thread refers. The end of the line range for multi-line comments. - """ - line: Int! - - """The Node ID of the review to modify.""" - pullRequestReviewId: ID! - - """Body of the thread's first comment.""" - body: String! - - """Path to the file being commented on.""" - path: String! -} - -"""Autogenerated return type of AddPullRequestReviewThread""" -type GitHubAddPullRequestReviewThreadPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The newly created thread.""" - thread: GitHubPullRequestReviewThread -} - -"""Autogenerated input type of AddPullRequestReviewComment""" -input GitHubAddPullRequestReviewCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The comment id to reply to.""" - inReplyTo: ID - - """The line index in the diff to comment on.""" - position: Int - - """The relative path of the file to comment on.""" - path: String - - """The text of the comment.""" - body: String! - - """The SHA of the commit to comment on.""" - commitOID: String - - """The Node ID of the review to modify.""" - pullRequestReviewId: ID - - """The node ID of the pull request reviewing""" - pullRequestId: ID -} - -"""Autogenerated return type of AddPullRequestReviewComment""" -type GitHubAddPullRequestReviewCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The newly created comment.""" - comment: GitHubPullRequestReviewComment - - """The edge from the review's comment connection.""" - commentEdge: GitHubPullRequestReviewCommentEdge -} - -""" -Specifies a review comment thread to be left with a Pull Request Review. -""" -input GitHubDraftPullRequestReviewThread { - """Body of the comment to leave.""" - body: String! - - """The side of the diff on which the start line resides.""" - startSide: GitHubDiffSide - - """The first line of the range to which the comment refers.""" - startLine: Int - - """ - The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range. - """ - side: GitHubDiffSide - - """ - The line of the blob to which the thread refers. The end of the line range for multi-line comments. - """ - line: Int! - - """Path to the file being commented on.""" - path: String! -} - -"""Specifies a review comment to be left with a Pull Request Review.""" -input GitHubDraftPullRequestReviewComment { - """Body of the comment to leave.""" - body: String! - - """Position in the file to leave a comment on.""" - position: Int! - - """Path to the file being commented on.""" - path: String! -} - -enum GitHubPullRequestReviewEvent { - """Submit general feedback without explicit approval.""" - COMMENT - - """Submit feedback and approve merging these changes.""" - APPROVE - - """Submit feedback that must be addressed before merging.""" - REQUEST_CHANGES - - """Dismiss review so it now longer effects merging.""" - DISMISS -} - -"""Autogenerated input type of AddPullRequestReview""" -input GitHubAddPullRequestReviewInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The review line comment threads.""" - threads: [GitHubDraftPullRequestReviewThread] - - """The review line comments.""" - comments: [GitHubDraftPullRequestReviewComment] - - """The event to perform on the pull request review.""" - event: GitHubPullRequestReviewEvent - - """The contents of the review body comment.""" - body: String - - """The commit OID the review pertains to.""" - commitOID: String - - """The Node ID of the pull request to modify.""" - pullRequestId: ID! -} - -"""Autogenerated return type of AddPullRequestReview""" -type GitHubAddPullRequestReviewPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The newly created pull request review.""" - pullRequestReview: GitHubPullRequestReview - - """The edge from the pull request's review connection.""" - reviewEdge: GitHubPullRequestReviewEdge -} - -"""Autogenerated input type of AddProjectColumn""" -input GitHubAddProjectColumnInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The name of the column.""" - name: String! - - """The Node ID of the project.""" - projectId: ID! -} - -"""Autogenerated return type of AddProjectColumn""" -type GitHubAddProjectColumnPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The edge from the project's column connection.""" - columnEdge: GitHubProjectColumnEdge - - """The project""" - project: GitHubProject -} - -"""Autogenerated input type of AddProjectCard""" -input GitHubAddProjectCardInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The note on the card.""" - note: String - - """The content of the card. Must be a member of the ProjectCardItem union""" - contentId: ID - - """The Node ID of the ProjectColumn.""" - projectColumnId: ID! -} - -"""Autogenerated return type of AddProjectCard""" -type GitHubAddProjectCardPayload { - """The edge from the ProjectColumn's card connection.""" - cardEdge: GitHubProjectCardEdge - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ProjectColumn""" - projectColumn: GitHubProjectColumn -} - -"""Autogenerated input type of AddLabelsToLabelable""" -input GitHubAddLabelsToLabelableInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The ids of the labels to add.""" - labelIds: [ID!]! - - """The id of the labelable object to add labels to.""" - labelableId: ID! -} - -"""Autogenerated return type of AddLabelsToLabelable""" -type GitHubAddLabelsToLabelablePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The item that was labeled.""" - labelable: GitHubLabelable -} - -"""Autogenerated input type of AddComment""" -input GitHubAddCommentInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The contents of the comment.""" - body: String! - - """The Node ID of the subject to modify.""" - subjectId: ID! -} - -"""Autogenerated return type of AddComment""" -type GitHubAddCommentPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The edge from the subject's comment connection.""" - commentEdge: GitHubIssueCommentEdge - - """The subject""" - subject: GitHubNode - - """The edge from the subject's timeline connection.""" - timelineEdge: GitHubIssueTimelineItemEdge -} - -"""Autogenerated input type of AddAssigneesToAssignable""" -input GitHubAddAssigneesToAssignableInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The id of users to add as assignees.""" - assigneeIds: [ID!]! - - """The id of the assignable object to add assignees to.""" - assignableId: ID! -} - -"""Autogenerated return type of AddAssigneesToAssignable""" -type GitHubAddAssigneesToAssignablePayload { - """The item that was assigned.""" - assignable: GitHubAssignable - - """A unique identifier for the client performing the mutation.""" - clientMutationId: String -} - -"""Autogenerated input type of AcceptTopicSuggestion""" -input GitHubAcceptTopicSuggestionInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The name of the suggested topic.""" - name: String! - - """The Node ID of the repository.""" - repositoryId: ID! -} - -"""Autogenerated return type of AcceptTopicSuggestion""" -type GitHubAcceptTopicSuggestionPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The accepted topic.""" - topic: GitHubTopic -} - -"""Autogenerated input type of AcceptEnterpriseAdministratorInvitation""" -input GitHubAcceptEnterpriseAdministratorInvitationInput { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The id of the invitation being accepted""" - invitationId: ID! -} - -"""Autogenerated return type of AcceptEnterpriseAdministratorInvitation""" -type GitHubAcceptEnterpriseAdministratorInvitationPayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String - - """The invitation that was accepted.""" - invitation: GitHubEnterpriseAdministratorInvitation - - """ - A message confirming the result of accepting an administrator invitation. - """ - message: String -} - -"""The root query for implementing GraphQL mutations.""" -type GitHubMutation { - """ - Accepts a pending invitation for a user to become an administrator of an enterprise. - """ - acceptEnterpriseAdministratorInvitation(input: GitHubAcceptEnterpriseAdministratorInvitationInput!): GitHubAcceptEnterpriseAdministratorInvitationPayload - - """Applies a suggested topic to the repository.""" - acceptTopicSuggestion(input: GitHubAcceptTopicSuggestionInput!): GitHubAcceptTopicSuggestionPayload - - """Adds assignees to an assignable object.""" - addAssigneesToAssignable(input: GitHubAddAssigneesToAssignableInput!): GitHubAddAssigneesToAssignablePayload - - """Adds a comment to an Issue or Pull Request.""" - addComment(input: GitHubAddCommentInput!): GitHubAddCommentPayload - - """Adds labels to a labelable object.""" - addLabelsToLabelable(input: GitHubAddLabelsToLabelableInput!): GitHubAddLabelsToLabelablePayload - - """ - Adds a card to a ProjectColumn. Either `contentId` or `note` must be provided but **not** both. - """ - addProjectCard(input: GitHubAddProjectCardInput!): GitHubAddProjectCardPayload - - """Adds a column to a Project.""" - addProjectColumn(input: GitHubAddProjectColumnInput!): GitHubAddProjectColumnPayload - - """Adds a review to a Pull Request.""" - addPullRequestReview(input: GitHubAddPullRequestReviewInput!): GitHubAddPullRequestReviewPayload - - """Adds a comment to a review.""" - addPullRequestReviewComment(input: GitHubAddPullRequestReviewCommentInput!): GitHubAddPullRequestReviewCommentPayload - - """Adds a new thread to a pending Pull Request Review.""" - addPullRequestReviewThread(input: GitHubAddPullRequestReviewThreadInput!): GitHubAddPullRequestReviewThreadPayload - - """Adds a reaction to a subject.""" - addReaction(input: GitHubAddReactionInput!): GitHubAddReactionPayload - - """Adds a star to a Starrable.""" - addStar(input: GitHubAddStarInput!): GitHubAddStarPayload - - """Marks a repository as archived.""" - archiveRepository(input: GitHubArchiveRepositoryInput!): GitHubArchiveRepositoryPayload - - """ - Cancels a pending invitation for an administrator to join an enterprise. - """ - cancelEnterpriseAdminInvitation(input: GitHubCancelEnterpriseAdminInvitationInput!): GitHubCancelEnterpriseAdminInvitationPayload - - """Update your status on GitHub.""" - changeUserStatus(input: GitHubChangeUserStatusInput!): GitHubChangeUserStatusPayload - - """Clears all labels from a labelable object.""" - clearLabelsFromLabelable(input: GitHubClearLabelsFromLabelableInput!): GitHubClearLabelsFromLabelablePayload - - """ - Creates a new project by cloning configuration from an existing project. - """ - cloneProject(input: GitHubCloneProjectInput!): GitHubCloneProjectPayload - - """ - Create a new repository with the same files and directory structure as a template repository. - """ - cloneTemplateRepository(input: GitHubCloneTemplateRepositoryInput!): GitHubCloneTemplateRepositoryPayload - - """Close an issue.""" - closeIssue(input: GitHubCloseIssueInput!): GitHubCloseIssuePayload - - """Close a pull request.""" - closePullRequest(input: GitHubClosePullRequestInput!): GitHubClosePullRequestPayload - - """ - Convert a project note card to one associated with a newly created issue. - """ - convertProjectCardNoteToIssue(input: GitHubConvertProjectCardNoteToIssueInput!): GitHubConvertProjectCardNoteToIssuePayload - - """Create a new branch protection rule""" - createBranchProtectionRule(input: GitHubCreateBranchProtectionRuleInput!): GitHubCreateBranchProtectionRulePayload - - """Creates an organization as part of an enterprise account.""" - createEnterpriseOrganization(input: GitHubCreateEnterpriseOrganizationInput!): GitHubCreateEnterpriseOrganizationPayload - - """Creates a new IP allow list entry.""" - createIpAllowListEntry(input: GitHubCreateIpAllowListEntryInput!): GitHubCreateIpAllowListEntryPayload - - """Creates a new issue.""" - createIssue(input: GitHubCreateIssueInput!): GitHubCreateIssuePayload - - """Creates a new project.""" - createProject(input: GitHubCreateProjectInput!): GitHubCreateProjectPayload - - """Create a new pull request""" - createPullRequest(input: GitHubCreatePullRequestInput!): GitHubCreatePullRequestPayload - - """Create a new Git Ref.""" - createRef(input: GitHubCreateRefInput!): GitHubCreateRefPayload - - """Create a new repository.""" - createRepository(input: GitHubCreateRepositoryInput!): GitHubCreateRepositoryPayload - - """Creates a new team discussion.""" - createTeamDiscussion(input: GitHubCreateTeamDiscussionInput!): GitHubCreateTeamDiscussionPayload - - """Creates a new team discussion comment.""" - createTeamDiscussionComment(input: GitHubCreateTeamDiscussionCommentInput!): GitHubCreateTeamDiscussionCommentPayload - - """Rejects a suggested topic for the repository.""" - declineTopicSuggestion(input: GitHubDeclineTopicSuggestionInput!): GitHubDeclineTopicSuggestionPayload - - """Delete a branch protection rule""" - deleteBranchProtectionRule(input: GitHubDeleteBranchProtectionRuleInput!): GitHubDeleteBranchProtectionRulePayload - - """Deletes a deployment.""" - deleteDeployment(input: GitHubDeleteDeploymentInput!): GitHubDeleteDeploymentPayload - - """Deletes an IP allow list entry.""" - deleteIpAllowListEntry(input: GitHubDeleteIpAllowListEntryInput!): GitHubDeleteIpAllowListEntryPayload - - """Deletes an Issue object.""" - deleteIssue(input: GitHubDeleteIssueInput!): GitHubDeleteIssuePayload - - """Deletes an IssueComment object.""" - deleteIssueComment(input: GitHubDeleteIssueCommentInput!): GitHubDeleteIssueCommentPayload - - """Deletes a project.""" - deleteProject(input: GitHubDeleteProjectInput!): GitHubDeleteProjectPayload - - """Deletes a project card.""" - deleteProjectCard(input: GitHubDeleteProjectCardInput!): GitHubDeleteProjectCardPayload - - """Deletes a project column.""" - deleteProjectColumn(input: GitHubDeleteProjectColumnInput!): GitHubDeleteProjectColumnPayload - - """Deletes a pull request review.""" - deletePullRequestReview(input: GitHubDeletePullRequestReviewInput!): GitHubDeletePullRequestReviewPayload - - """Deletes a pull request review comment.""" - deletePullRequestReviewComment(input: GitHubDeletePullRequestReviewCommentInput!): GitHubDeletePullRequestReviewCommentPayload - - """Delete a Git Ref.""" - deleteRef(input: GitHubDeleteRefInput!): GitHubDeleteRefPayload - - """Deletes a team discussion.""" - deleteTeamDiscussion(input: GitHubDeleteTeamDiscussionInput!): GitHubDeleteTeamDiscussionPayload - - """Deletes a team discussion comment.""" - deleteTeamDiscussionComment(input: GitHubDeleteTeamDiscussionCommentInput!): GitHubDeleteTeamDiscussionCommentPayload - - """Dismisses an approved or rejected pull request review.""" - dismissPullRequestReview(input: GitHubDismissPullRequestReviewInput!): GitHubDismissPullRequestReviewPayload - - """Follow a user.""" - followUser(input: GitHubFollowUserInput!): GitHubFollowUserPayload - - """Invite someone to become an administrator of the enterprise.""" - inviteEnterpriseAdmin(input: GitHubInviteEnterpriseAdminInput!): GitHubInviteEnterpriseAdminPayload - - """Creates a repository link for a project.""" - linkRepositoryToProject(input: GitHubLinkRepositoryToProjectInput!): GitHubLinkRepositoryToProjectPayload - - """Lock a lockable object""" - lockLockable(input: GitHubLockLockableInput!): GitHubLockLockablePayload - - """Marks a pull request ready for review.""" - markPullRequestReadyForReview(input: GitHubMarkPullRequestReadyForReviewInput!): GitHubMarkPullRequestReadyForReviewPayload - - """Merge a head into a branch.""" - mergeBranch(input: GitHubMergeBranchInput!): GitHubMergeBranchPayload - - """Merge a pull request.""" - mergePullRequest(input: GitHubMergePullRequestInput!): GitHubMergePullRequestPayload - - """Minimizes a comment on an Issue, Commit, Pull Request, or Gist""" - minimizeComment(input: GitHubMinimizeCommentInput!): GitHubMinimizeCommentPayload - - """Moves a project card to another place.""" - moveProjectCard(input: GitHubMoveProjectCardInput!): GitHubMoveProjectCardPayload - - """Moves a project column to another place.""" - moveProjectColumn(input: GitHubMoveProjectColumnInput!): GitHubMoveProjectColumnPayload - - """Regenerates the identity provider recovery codes for an enterprise""" - regenerateEnterpriseIdentityProviderRecoveryCodes(input: GitHubRegenerateEnterpriseIdentityProviderRecoveryCodesInput!): GitHubRegenerateEnterpriseIdentityProviderRecoveryCodesPayload - - """Removes assignees from an assignable object.""" - removeAssigneesFromAssignable(input: GitHubRemoveAssigneesFromAssignableInput!): GitHubRemoveAssigneesFromAssignablePayload - - """Removes an administrator from the enterprise.""" - removeEnterpriseAdmin(input: GitHubRemoveEnterpriseAdminInput!): GitHubRemoveEnterpriseAdminPayload - - """Removes the identity provider from an enterprise""" - removeEnterpriseIdentityProvider(input: GitHubRemoveEnterpriseIdentityProviderInput!): GitHubRemoveEnterpriseIdentityProviderPayload - - """Removes an organization from the enterprise""" - removeEnterpriseOrganization(input: GitHubRemoveEnterpriseOrganizationInput!): GitHubRemoveEnterpriseOrganizationPayload - - """Removes labels from a Labelable object.""" - removeLabelsFromLabelable(input: GitHubRemoveLabelsFromLabelableInput!): GitHubRemoveLabelsFromLabelablePayload - - """Removes outside collaborator from all repositories in an organization.""" - removeOutsideCollaborator(input: GitHubRemoveOutsideCollaboratorInput!): GitHubRemoveOutsideCollaboratorPayload - - """Removes a reaction from a subject.""" - removeReaction(input: GitHubRemoveReactionInput!): GitHubRemoveReactionPayload - - """Removes a star from a Starrable.""" - removeStar(input: GitHubRemoveStarInput!): GitHubRemoveStarPayload - - """Reopen a issue.""" - reopenIssue(input: GitHubReopenIssueInput!): GitHubReopenIssuePayload - - """Reopen a pull request.""" - reopenPullRequest(input: GitHubReopenPullRequestInput!): GitHubReopenPullRequestPayload - - """Set review requests on a pull request.""" - requestReviews(input: GitHubRequestReviewsInput!): GitHubRequestReviewsPayload - - """Marks a review thread as resolved.""" - resolveReviewThread(input: GitHubResolveReviewThreadInput!): GitHubResolveReviewThreadPayload - - """Creates or updates the identity provider for an enterprise.""" - setEnterpriseIdentityProvider(input: GitHubSetEnterpriseIdentityProviderInput!): GitHubSetEnterpriseIdentityProviderPayload - - """Submits a pending pull request review.""" - submitPullRequestReview(input: GitHubSubmitPullRequestReviewInput!): GitHubSubmitPullRequestReviewPayload - - """Transfer an issue to a different repository""" - transferIssue(input: GitHubTransferIssueInput!): GitHubTransferIssuePayload - - """Unarchives a repository.""" - unarchiveRepository(input: GitHubUnarchiveRepositoryInput!): GitHubUnarchiveRepositoryPayload - - """Unfollow a user.""" - unfollowUser(input: GitHubUnfollowUserInput!): GitHubUnfollowUserPayload - - """Deletes a repository link from a project.""" - unlinkRepositoryFromProject(input: GitHubUnlinkRepositoryFromProjectInput!): GitHubUnlinkRepositoryFromProjectPayload - - """Unlock a lockable object""" - unlockLockable(input: GitHubUnlockLockableInput!): GitHubUnlockLockablePayload - - """Unmark an issue as a duplicate of another issue.""" - unmarkIssueAsDuplicate(input: GitHubUnmarkIssueAsDuplicateInput!): GitHubUnmarkIssueAsDuplicatePayload - - """Unminimizes a comment on an Issue, Commit, Pull Request, or Gist""" - unminimizeComment(input: GitHubUnminimizeCommentInput!): GitHubUnminimizeCommentPayload - - """Marks a review thread as unresolved.""" - unresolveReviewThread(input: GitHubUnresolveReviewThreadInput!): GitHubUnresolveReviewThreadPayload - - """Create a new branch protection rule""" - updateBranchProtectionRule(input: GitHubUpdateBranchProtectionRuleInput!): GitHubUpdateBranchProtectionRulePayload - - """Sets the action execution capability setting for an enterprise.""" - updateEnterpriseActionExecutionCapabilitySetting(input: GitHubUpdateEnterpriseActionExecutionCapabilitySettingInput!): GitHubUpdateEnterpriseActionExecutionCapabilitySettingPayload - - """Updates the role of an enterprise administrator.""" - updateEnterpriseAdministratorRole(input: GitHubUpdateEnterpriseAdministratorRoleInput!): GitHubUpdateEnterpriseAdministratorRolePayload - - """Sets whether private repository forks are enabled for an enterprise.""" - updateEnterpriseAllowPrivateRepositoryForkingSetting(input: GitHubUpdateEnterpriseAllowPrivateRepositoryForkingSettingInput!): GitHubUpdateEnterpriseAllowPrivateRepositoryForkingSettingPayload - - """ - Sets the default repository permission for organizations in an enterprise. - """ - updateEnterpriseDefaultRepositoryPermissionSetting(input: GitHubUpdateEnterpriseDefaultRepositoryPermissionSettingInput!): GitHubUpdateEnterpriseDefaultRepositoryPermissionSettingPayload - - """ - Sets whether organization members with admin permissions on a repository can change repository visibility. - """ - updateEnterpriseMembersCanChangeRepositoryVisibilitySetting(input: GitHubUpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingInput!): GitHubUpdateEnterpriseMembersCanChangeRepositoryVisibilitySettingPayload - - """Sets the members can create repositories setting for an enterprise.""" - updateEnterpriseMembersCanCreateRepositoriesSetting(input: GitHubUpdateEnterpriseMembersCanCreateRepositoriesSettingInput!): GitHubUpdateEnterpriseMembersCanCreateRepositoriesSettingPayload - - """Sets the members can delete issues setting for an enterprise.""" - updateEnterpriseMembersCanDeleteIssuesSetting(input: GitHubUpdateEnterpriseMembersCanDeleteIssuesSettingInput!): GitHubUpdateEnterpriseMembersCanDeleteIssuesSettingPayload - - """Sets the members can delete repositories setting for an enterprise.""" - updateEnterpriseMembersCanDeleteRepositoriesSetting(input: GitHubUpdateEnterpriseMembersCanDeleteRepositoriesSettingInput!): GitHubUpdateEnterpriseMembersCanDeleteRepositoriesSettingPayload - - """ - Sets whether members can invite collaborators are enabled for an enterprise. - """ - updateEnterpriseMembersCanInviteCollaboratorsSetting(input: GitHubUpdateEnterpriseMembersCanInviteCollaboratorsSettingInput!): GitHubUpdateEnterpriseMembersCanInviteCollaboratorsSettingPayload - - """Sets whether or not an organization admin can make purchases.""" - updateEnterpriseMembersCanMakePurchasesSetting(input: GitHubUpdateEnterpriseMembersCanMakePurchasesSettingInput!): GitHubUpdateEnterpriseMembersCanMakePurchasesSettingPayload - - """ - Sets the members can update protected branches setting for an enterprise. - """ - updateEnterpriseMembersCanUpdateProtectedBranchesSetting(input: GitHubUpdateEnterpriseMembersCanUpdateProtectedBranchesSettingInput!): GitHubUpdateEnterpriseMembersCanUpdateProtectedBranchesSettingPayload - - """Sets the members can view dependency insights for an enterprise.""" - updateEnterpriseMembersCanViewDependencyInsightsSetting(input: GitHubUpdateEnterpriseMembersCanViewDependencyInsightsSettingInput!): GitHubUpdateEnterpriseMembersCanViewDependencyInsightsSettingPayload - - """Sets whether organization projects are enabled for an enterprise.""" - updateEnterpriseOrganizationProjectsSetting(input: GitHubUpdateEnterpriseOrganizationProjectsSettingInput!): GitHubUpdateEnterpriseOrganizationProjectsSettingPayload - - """Updates an enterprise's profile.""" - updateEnterpriseProfile(input: GitHubUpdateEnterpriseProfileInput!): GitHubUpdateEnterpriseProfilePayload - - """Sets whether repository projects are enabled for a enterprise.""" - updateEnterpriseRepositoryProjectsSetting(input: GitHubUpdateEnterpriseRepositoryProjectsSettingInput!): GitHubUpdateEnterpriseRepositoryProjectsSettingPayload - - """Sets whether team discussions are enabled for an enterprise.""" - updateEnterpriseTeamDiscussionsSetting(input: GitHubUpdateEnterpriseTeamDiscussionsSettingInput!): GitHubUpdateEnterpriseTeamDiscussionsSettingPayload - - """ - Sets whether two factor authentication is required for all users in an enterprise. - """ - updateEnterpriseTwoFactorAuthenticationRequiredSetting(input: GitHubUpdateEnterpriseTwoFactorAuthenticationRequiredSettingInput!): GitHubUpdateEnterpriseTwoFactorAuthenticationRequiredSettingPayload - - """Sets whether an IP allow list is enabled on an owner.""" - updateIpAllowListEnabledSetting(input: GitHubUpdateIpAllowListEnabledSettingInput!): GitHubUpdateIpAllowListEnabledSettingPayload - - """Updates an IP allow list entry.""" - updateIpAllowListEntry(input: GitHubUpdateIpAllowListEntryInput!): GitHubUpdateIpAllowListEntryPayload - - """Updates an Issue.""" - updateIssue(input: GitHubUpdateIssueInput!): GitHubUpdateIssuePayload - - """Updates an IssueComment object.""" - updateIssueComment(input: GitHubUpdateIssueCommentInput!): GitHubUpdateIssueCommentPayload - - """Updates an existing project.""" - updateProject(input: GitHubUpdateProjectInput!): GitHubUpdateProjectPayload - - """Updates an existing project card.""" - updateProjectCard(input: GitHubUpdateProjectCardInput!): GitHubUpdateProjectCardPayload - - """Updates an existing project column.""" - updateProjectColumn(input: GitHubUpdateProjectColumnInput!): GitHubUpdateProjectColumnPayload - - """Update a pull request""" - updatePullRequest(input: GitHubUpdatePullRequestInput!): GitHubUpdatePullRequestPayload - - """Updates the body of a pull request review.""" - updatePullRequestReview(input: GitHubUpdatePullRequestReviewInput!): GitHubUpdatePullRequestReviewPayload - - """Updates a pull request review comment.""" - updatePullRequestReviewComment(input: GitHubUpdatePullRequestReviewCommentInput!): GitHubUpdatePullRequestReviewCommentPayload - - """Update a Git Ref.""" - updateRef(input: GitHubUpdateRefInput!): GitHubUpdateRefPayload - - """Update information about a repository.""" - updateRepository(input: GitHubUpdateRepositoryInput!): GitHubUpdateRepositoryPayload - - """Updates the state for subscribable subjects.""" - updateSubscription(input: GitHubUpdateSubscriptionInput!): GitHubUpdateSubscriptionPayload - - """Updates a team discussion.""" - updateTeamDiscussion(input: GitHubUpdateTeamDiscussionInput!): GitHubUpdateTeamDiscussionPayload - - """Updates a discussion comment.""" - updateTeamDiscussionComment(input: GitHubUpdateTeamDiscussionCommentInput!): GitHubUpdateTeamDiscussionCommentPayload - - """Replaces the repository's topics with the given topics.""" - updateTopics(input: GitHubUpdateTopicsInput!): GitHubUpdateTopicsPayload - - """Create an Repository""" - createRepositoryTemp(input: GitHubCreateRepositoryTempInput!): GitHubCreateRepositoryTempResponsePayload! @deprecated(reason: "Use `mutation.gitHub.createRepository`.") - - """Create an Issue""" - createIssueTemp(input: GitHubCreateIssueTempInput!): GitHubCreateIssueTempResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own createIssue mutation.") - - """Create a milestone""" - createMilestone_oneGraph(input: GitHubCreateMilestone_oneGraphInput!): GitHubCreateMilestone_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own createMilestone mutation.") - - """Update a milestone""" - updateMilestone_oneGraph(input: GitHubUpdateMilestone_oneGraphInput!): GitHubUpdateMilestone_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own updateMilestone mutation.") - - """Delete a milestone""" - deleteMilestone_oneGraph(input: GitHubDeleteMilestone_oneGraphInput!): GitHubDeleteMilestone_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own deleteMilestone mutation.") - - """Create a branch""" - createBranch_oneGraph(input: GitHubCreateBranch_oneGraphInput!): GitHubCreateBranch_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own createBranch mutation.") - - """Create a commit updating a single file""" - createOrUpdateFileContent_oneGraph(input: GitHubCreateOrUpdateFileContent_oneGraphInput!): GitHubCreateOrUpdateFileContent_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own updatefileContent mutation.") - - """Create a pull request""" - createPullRequest_oneGraph(input: GitHubCreatePullRequest_oneGraphInput!): GitHubCreatePullRequest_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own createPullRequest mutation.") - - """Create a fork""" - createFork_oneGraph(input: GitHubCreateFork_oneGraphInput!): GitHubCreateFork_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own createFork mutation.") - - """Merge a pull request""" - mergePullRequest_oneGraph(input: GitHubMergePullRequest_oneGraphInput!): GitHubMergePullRequest_oneGraphResponsePayload! @deprecated(reason: "Temporary mutation until GitHub implemements their own mergePullRequest mutation.") - - """ - Make a REST API call to the GitHub API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: GithubPassthroughMutation! -} - -"""""" -type EventilMutation { - """Set YouTube or Vimeo ID""" - setVideoId(vimeo_id: String, youtube_id: String, id: ID!): EventilPresentation -} - -input BrexCreateSessionInput { - clientMutationId: String! - password: String! - email: String! -} - -type BrexCreateSessionResponsePayload { - """A unique identifier for the client performing the mutation.""" - clientMutationId: String! - session: BrexSession -} - -"""""" -input BrexDeleteLocationInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDeleteLocationPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexSuspendCardInput { - suspendReason: BrexTerminationReason - suspendDescription: String - id: ID! - clientMutationId: String! -} - -"""""" -type BrexSuspendCardPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexFinishChannelVerificationInput { - verificationToken: String! - id: ID! - clientMutationId: String! -} - -"""""" -type BrexFinishChannelVerificationPayload { - """""" - channel: BrexChannel - - """""" - clientMutationId: String! -} - -"""""" -input BrexCreateOnboardingProductApplicationInput { - """The specific implementation of the blueprint type""" - name: String! - clientMutationId: String! - - """Cancel any existing applications of the same named blueprint""" - cancelPreviousApplication: Boolean -} - -"""""" -type BrexCreateOnboardingProductApplicationPayload { - """""" - clientMutationId: String! - - """""" - onboardingApplication: BrexOnboardingApplication! -} - -"""""" -input BrexRedeemStatementEntryRefundInput { - statementEntryId: ID! - redemptionOfferId: String! - clientMutationId: String! -} - -"""""" -type BrexRedeemStatementEntryRefundPayload { - """""" - account: BrexAccount! - - """""" - clientMutationId: String! - - """""" - refundedStatementEntry: BrexStatementEntry! -} - -"""""" -input BrexCreateTransactionRefusedSubscriptionInput { - clientMutationId: String! - channelId: ID! -} - -"""""" -type BrexCreateTransactionRefusedSubscriptionPayload { - """""" - clientMutationId: String! - - """""" - notificationSubscription: BrexNotificationSubscription -} - -"""""" -input BrexCreateAssetInput { - uploadRequestId: String! - name: String! - fiuo: Boolean - contentType: String! - clientMutationId: String! -} - -"""""" -type BrexCreateAssetPayload { - """""" - asset: BrexAsset - - """""" - clientMutationId: String! -} - -"""""" -input BrexCreateDepositsApplicationInput { - clientMutationId: String! - cancelPreviousApplication: Boolean -} - -"""""" -type BrexCreateDepositsApplicationPayload { - """""" - clientMutationId: String! - - """""" - onboardingApplication: BrexOnboardingApplication! -} - -"""""" -input BrexUpdateTransactionMemoInput { - transactionId: ID! - memo: String - clientMutationId: String! -} - -"""""" -type BrexUpdateTransactionMemoPayload { - """""" - clientMutationId: String! - - """""" - transaction: BrexTransaction -} - -"""""" -input BrexActivateCardInput { - last4: String! - clientMutationId: String! -} - -"""""" -type BrexActivateCardPayload { - """""" - card: BrexCard - - """""" - clientMutationId: String! -} - -"""""" -input BrexPullDataAsyncInput { - financialSourceId: ID! - clientMutationId: String! -} - -"""""" -type BrexPullDataAsyncPayload { - """""" - clientMutationId: String! - - """""" - updatedSource: BrexFinancialSource -} - -"""""" -input BrexRefreshIntegrationCredentialsInput { - """Filter by integration status""" - status: String - - """Filter by integration id""" - integrationId: ID - clientMutationId: String! -} - -"""""" -type BrexRefreshIntegrationCredentialsPayload { - """""" - clientMutationId: String! - - """""" - integrations: [BrexIntegration] -} - -"""""" -input BrexSetPrimaryCollectionSourceInput { - financialAccountId: ID! - clientMutationId: String! -} - -"""""" -type BrexSetPrimaryCollectionSourcePayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexConfirmMfaInput { - verificationToken: String! - deviceId: String! - clientMutationId: String! -} - -"""""" -type BrexConfirmMfaPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexSubmitOnboardingApplicationInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexSubmitOnboardingApplicationPayload { - """""" - clientMutationId: String! - - """""" - onboardingApplication: BrexOnboardingApplication! -} - -"""""" -input BrexTerminateCardInput { - terminationReason: BrexTerminationReason - terminationDescription: String - id: ID! - clientMutationId: String! -} - -"""""" -type BrexTerminateCardPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexFinancialMfaChalengeAnswer { - questionId: String - answer: String -} - -"""""" -input BrexCompleteChallengeInput { - financialSourceId: ID! - clientMutationId: String! - answers: [BrexFinancialMfaChalengeAnswer]! -} - -"""""" -type BrexCompleteChallengePayload { - """""" - clientMutationId: String! - - """""" - result: BrexFinancialsSourceResult -} - -"""""" -input BrexIssueCollectionInput { - clientMutationId: String! - amount: Int! -} - -"""""" -type BrexIssueCollectionPayload { - """""" - clientMutationId: String! - - """""" - collectionIntention: BrexCollectionIntention! -} - -"""""" -input BrexUpdateUserInput { - locationId: ID - lastName: String - id: ID! - firstName: String - departmentId: ID - clientMutationId: String! -} - -"""""" -type BrexUpdateUserPayload { - """""" - clientMutationId: String! - - """""" - user: BrexUser -} - -"""""" -input BrexCreateReferralInput { - referredEmail: String! - clientMutationId: String! -} - -"""""" -type BrexCreateReferralPayload { - """""" - clientMutationId: String! - - """""" - referral: BrexReferral! -} - -"""""" -input BrexCreateCredentialInput { - vendor: String! - clientMutationId: String! -} - -"""""" -type BrexCreateCredentialPayload { - """""" - clientMutationId: String! - - """""" - credential: BrexCredential -} - -"""""" -input BrexSubmitEvidenceInput { - evidenceId: String! - data: String! - clientMutationId: String! - applicationId: ID! -} - -"""""" -type BrexSubmitEvidencePayload { - """""" - clientMutationId: String! - - """""" - productApplication: BrexProductApplication -} - -"""""" -input BrexCreateCollectionIntentionInput { - """Date in UTC""" - scheduledForDate: String! - clientMutationId: String! - amount: Int! -} - -"""""" -type BrexCreateCollectionIntentionPayload { - """""" - clientMutationId: String! - - """""" - collectionIntention: BrexCollectionIntention! -} - -"""""" -input BrexSyncIntegrationInput { - startDateRange: String - id: ID! - endDateRange: String - clientMutationId: String! -} - -"""""" -type BrexSyncIntegrationPayload { - """""" - clientMutationId: String! - - """""" - integration: BrexIntegration -} - -"""""" -input BrexUpdateTransactionDepartmentInput { - transactionId: ID! - departmentId: ID! - clientMutationId: String! -} - -"""""" -type BrexUpdateTransactionDepartmentPayload { - """""" - clientMutationId: String! - - """""" - transaction: BrexTransaction -} - -"""""" -input BrexCancelCollectionIntentionInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexCancelCollectionIntentionPayload { - """""" - clientMutationId: String! - - """""" - collectionIntention: BrexCollectionIntention! -} - -"""""" -input BrexCreateSmsChannelInput { - number: String! - clientMutationId: String! -} - -"""""" -type BrexCreateSmsChannelPayload { - """""" - channel: BrexChannel - - """""" - clientMutationId: String! -} - -"""""" -input BrexCreateReceiptInput { - transactionId: ID! - clientMutationId: String! - assetId: ID! -} - -"""""" -type BrexCreateReceiptPayload { - """""" - clientMutationId: String! - - """""" - receipt: BrexReceipt -} - -"""""" -input BrexAddPlaidTestingCredentialsInput { - publicToken: String! - institutionName: String! - institutionId: String! - clientMutationId: String! -} - -"""""" -type BrexAddPlaidTestingCredentialsPayload { - """""" - clientMutationId: String! - - """""" - success: Boolean -} - -"""""" -input BrexStartResetUserUserInput { - email: String! -} - -"""""" -input BrexStartResetUserInput { - user: BrexStartResetUserUserInput! - clientMutationId: String! -} - -"""""" -type BrexStartResetUserPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexDeleteIntegrationRuleInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDeleteIntegrationRulePayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexUpdateTransactionCategoryInput { - userCategoryId: ID! - transactionId: ID! - clientMutationId: String! -} - -"""""" -type BrexUpdateTransactionCategoryPayload { - """""" - clientMutationId: String! - - """""" - transaction: BrexTransaction -} - -"""""" -input BrexSetUserLimitInput { - userId: ID! - timeWindowDays: Int! - clientMutationId: String! - amount: Int! -} - -"""""" -type BrexSetUserLimitPayload { - """""" - clientMutationId: String! - - """""" - rule: BrexRule -} - -"""""" -input BrexCreateProductApplicationInput { - clientMutationId: String! -} - -"""""" -type BrexCreateProductApplicationPayload { - """""" - clientMutationId: String! - - """""" - productApplication: BrexProductApplication -} - -"""""" -input BrexUpdateLocationInput { - name: String! - id: ID! - description: String - clientMutationId: String! -} - -"""""" -type BrexUpdateLocationPayload { - """""" - clientMutationId: String! - - """""" - location: BrexLocation! -} - -"""""" -input BrexCreateEmailChannelInput { - email: String! - clientMutationId: String! -} - -"""""" -type BrexCreateEmailChannelPayload { - """""" - channel: BrexChannel - - """""" - clientMutationId: String! -} - -"""""" -input BrexActivateUserInfo { - password: String! - legalAgreements: [BrexLegalAgreementReference] -} - -"""""" -input BrexActivateUserInput { - user: BrexActivateUserInfo - clientMutationId: String! - activationToken: String! -} - -"""""" -type BrexActivateUserPayload { - """""" - clientMutationId: String! - - """""" - session: BrexSession - - """""" - user: BrexUser -} - -"""""" -input BrexProgramMembershipPayload { - membershipId: String - lastName: String - firstName: String -} - -"""""" -input BrexCreateMilesTransferInput { - toCustomerUserId: String! - redemptionOfferId: String! - programMembership: BrexProgramMembershipPayload! - pointsAmount: Int! - milesAmount: Int! - loyaltyProgramId: String! - clientMutationId: String! -} - -"""""" -type BrexCreateMilesTransferPayload { - """""" - clientMutationId: String! - - """""" - milesTransfer: BrexMilesTransfer -} - -"""""" -input BrexBeginChannelVerificationInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexBeginChannelVerificationPayload { - """""" - channel: BrexChannel - - """""" - clientMutationId: String! -} - -"""""" -input BrexCreateIntegrationRuleInput { - type: String! - priority: Int! - name: String - integrationId: ID! - description: String - clientMutationId: String! - body: String! - applyAutomatically: Boolean! -} - -"""""" -type BrexCreateIntegrationRulePayload { - """""" - clientMutationId: String! - - """""" - integrationRule: BrexIntegrationRule -} - -"""""" -input BrexSaveOnboardingInformationRequestInput { - id: ID! - data: String - clientMutationId: String! -} - -"""""" -type BrexSaveOnboardingInformationRequestPayload { - """""" - clientMutationId: String! - - """""" - informationRequest: BrexOnboardingInformationRequest! -} - -"""""" -input BrexCreateOpenidSessionInput { - token: String! - clientMutationId: String! -} - -"""""" -type BrexCreateOpenidSessionPayload { - """""" - clientMutationId: String! - - """""" - session: BrexSession -} - -"""""" -input BrexDeleteReceiptInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDeleteReceiptPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexRefreshFinancialSourceInput { - financialSourceId: ID! - clientMutationId: String! -} - -"""""" -type BrexRefreshFinancialSourcePayload { - """""" - clientMutationId: String! - - """""" - result: BrexFinancialsSourceResult -} - -"""""" -input BrexDeviceInformationInput { - os: String! - model: String! - appVersion: String! - additionalInformation: String -} - -"""""" -input BrexCreatePushChannelInput { - type: BrexPushProviderType! - deviceToken: String! - deviceInformation: BrexDeviceInformationInput! - clientMutationId: String! -} - -"""""" -type BrexCreatePushChannelPayload { - """""" - channel: BrexChannel! - - """""" - clientMutationId: String! -} - -"""""" -input BrexUserCategoryInput { - isDisabled: Boolean - id: ID! -} - -"""""" -input BrexUpdateUserCategoriesInput { - userCategories: [BrexUserCategoryInput]! - clientMutationId: String! -} - -"""""" -type BrexUpdateUserCategoriesPayload { - """""" - clientMutationId: String! - - """""" - userCategories: [BrexUserCategory!] -} - -"""""" -input BrexSetUserRoleInput { - userId: ID! - role: String! - clientMutationId: String! -} - -"""""" -type BrexSetUserRolePayload { - """""" - clientMutationId: String! - - """""" - user: BrexUser -} - -"""""" -input BrexUpdateTransactionLocationInput { - transactionId: ID! - locationId: ID! - clientMutationId: String! -} - -"""""" -type BrexUpdateTransactionLocationPayload { - """""" - clientMutationId: String! - - """""" - transaction: BrexTransaction -} - -"""""" -input BrexSendMoneyInput { - transferDescription: String - paymentMethod: BrexMethod - depositsAccountId: ID! - counterpartyId: ID! - clientMutationId: String! - amount: Int! -} - -"""""" -type BrexSendMoneyPayload { - """""" - clientMutationId: String! - - """""" - transaction: BrexDepositsTransaction! -} - -"""""" -input BrexSoftSignupInput { - redirectUrl: String! - password: String! - info: BrexSignupInfoInput! - email: String! - clientMutationId: String! -} - -"""""" -type BrexSession { - """""" - token: String - - """""" - userId: String -} - -"""""" -type BrexSoftSignupPayload { - """""" - clientMutationId: String! - - """""" - session: BrexSession! - - """""" - user: BrexUser! -} - -"""""" -input BrexFlexibleAddressInput { - zip: String - state: String - country: String! - city: String! - address2: String - address1: String! -} - -"""""" -input BrexCreateCounterpartyInput { - type: BrexType - routingNumber: String - previousCounterpartyId: ID - paymentRail: BrexPaymentRail! - name: String! - location: BrexAccountLocation! - email: String - depositsAccountId: ID! - clientMutationId: String! - class: BrexClass - chequeRecipientName: String - beneficiaryBankName: String - beneficiaryBankInfo: String - beneficiaryBankAddress: BrexFlexibleAddressInput - approverId: ID! - address: BrexFlexibleAddressInput - accountNumber: String -} - -"""""" -type BrexCreateCounterpartyPayload { - """""" - clientMutationId: String! - - """""" - counterparty: BrexCounterparty! -} - -"""""" -input BrexCreateNetsuiteCredentialInput { - tokenSecret: String! - tokenId: String! - clientMutationId: String! - accountId: String! -} - -"""""" -type BrexCreateNetsuiteCredentialPayload { - """""" - authenticationResult: BrexCredentialAuthenticationResult - - """""" - clientMutationId: String! - - """""" - subsidiaries: [BrexNetsuiteSubsidiary] -} - -"""""" -input BrexResetUserUserInput { - password: String! -} - -"""""" -input BrexResetUserInput { - user: BrexResetUserUserInput! - token: String! - clientMutationId: String! -} - -"""""" -type BrexResetUserPayload { - """""" - clientMutationId: String! - - """""" - user: BrexUser -} - -"""""" -input BrexDeleteDepartmentInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDeleteDepartmentPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexCreateLocationInput { - name: String! - description: String - clientMutationId: String! -} - -"""""" -type BrexCreateLocationPayload { - """""" - clientMutationId: String! - - """""" - location: BrexLocation! -} - -"""""" -input BrexSetupMfaInput { - phoneNumber: String! - clientMutationId: String! -} - -"""""" -type BrexSetupMfaPayload { - """""" - clientMutationId: String! - - """""" - deviceId: String! -} - -"""""" -input BrexSubmitOnboardingInformationRequestInput { - id: ID! - data: String - clientMutationId: String! -} - -"""""" -type BrexSubmitOnboardingInformationRequestPayload { - """""" - clientMutationId: String! - - """""" - informationRequest: BrexOnboardingInformationRequest! -} - -"""""" -input BrexCDaInput { - clientMutationId: String! -} - -"""""" -type BrexCDaPayload { - """""" - clientMutationId: String! - - """""" - onboardingApplication: BrexOnboardingApplication! -} - -"""""" -input BrexConnectCredentialInput { - redirectUrl: String! - id: ID! - clientMutationId: String! -} - -"""""" -type BrexConnectCredentialPayload { - """""" - authenticationResult: BrexCredentialAuthenticationResult - - """""" - clientMutationId: String! -} - -"""""" -input BrexCreateIntegrationExportReportInput { - startDateRange: String - endDateRange: String - - """Time in user's timezone that report is generated""" - displayTime: String! - clientMutationId: String! -} - -"""""" -type BrexCreateIntegrationExportReportPayload { - """""" - clientMutationId: String! - - """""" - report: BrexReport -} - -"""""" -input BrexAssociateCategoriesInput { - userCategoryId: ID! - merchantCategoryId: ID! - clientMutationId: String! -} - -"""""" -type BrexAssociateCategoriesPayload { - """""" - clientMutationId: String! - - """""" - userCategory: BrexUserCategory -} - -"""""" -input BrexCreateFileUploadUrlInput { - clientMutationId: String! -} - -"""""" -type BrexCreateFileUploadUrlPayload { - """""" - clientMutationId: String! - - """""" - uploadRequestId: String - - """""" - uploadUrl: String -} - -"""""" -input BrexCreateDepartmentInput { - name: String! - description: String - clientMutationId: String! -} - -"""""" -type BrexCreateDepartmentPayload { - """""" - clientMutationId: String! - - """""" - department: BrexDepartment! -} - -"""""" -input BrexSetTransactionIntegrationFieldInput { - value: String! - transactionId: ID! - field: String! - clientMutationId: String! -} - -"""""" -type BrexSetTransactionIntegrationFieldPayload { - """""" - clientMutationId: String! - - """""" - lens: BrexTransactionLens -} - -"""""" -input BrexUpdateCardDisplayNameInput { - id: ID! - displayName: String! - clientMutationId: String! -} - -"""""" -type BrexUpdateCardDisplayNamePayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexUpdateCardPinInput { - pin: String! - id: ID! - clientMutationId: String! -} - -"""""" -type BrexUpdateCardPinPayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexSubmitProductApplicationInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexSubmitProductApplicationPayload { - """""" - clientMutationId: String! - - """""" - productApplication: BrexProductApplication -} - -"""""" -input BrexAddFundsInput { - financialAccountId: ID! - depositsAccountId: ID! - clientMutationId: String! - amount: Int! -} - -"""""" -type BrexAddFundsPayload { - """""" - clientMutationId: String! - - """""" - transaction: BrexDepositsTransaction! -} - -"""""" -input BrexLegalAgreementReference { - version: String! - name: String! -} - -"""""" -input BrexSignupInfoInput { - salesVolume: String - role: String - marketingMetadata: String - legalAgreements: [BrexLegalAgreementReference]! - lastName: String! - investmentSource: String - firstName: String! - financialProductType: BrexFinancialProductType! - companyUrl: String! - companyName: String! - blackbox: String - attributionToken: String - attributionSource: String -} - -"""""" -input BrexSignupInput { - redirectUrl: String! - password: String! - info: BrexSignupInfoInput! - email: String! - clientMutationId: String! -} - -"""""" -type BrexSignupPayload { - """""" - clientMutationId: String! - - """""" - user: BrexUser! -} - -"""""" -input BrexCreateVirtualCardInput { - holderName: String! - displayName: String - customerUserId: ID - clientMutationId: String! -} - -"""""" -type BrexCreateVirtualCardPayload { - """""" - card: BrexCard - - """""" - clientMutationId: String! -} - -"""""" -input BrexFinicityConnectGenerateLiteUrlInput { - institutionId: ID! - clientMutationId: String! -} - -"""""" -type BrexFinicityConnectGenerateLiteUrlPayload { - """""" - clientMutationId: String! - - """""" - url: String! -} - -"""""" -input BrexUpdateInstitutionLoginInput { - """default: FINICITY_LEGACY""" - requestType: BrexFinancialsConnectRequestType - - """login fields are only needed for FINICITY_LEGACY""" - loginFields: [BrexFinancialFieldInput] - financialSourceId: ID! - clientMutationId: String! -} - -"""""" -type BrexUpdateInstitutionLoginPayload { - """""" - clientMutationId: String! - - """""" - result: BrexFinancialsSourceResult -} - -"""""" -input BrexGenerateDepositsStatementDocumentDownloadUrlInput { - depositsStatementId: ID! - clientMutationId: String! -} - -"""""" -type BrexGenerateDepositsStatementDocumentDownloadUrlPayload { - """""" - clientMutationId: String! - - """""" - depositsStatementPdfDownloadUrl: String -} - -"""""" -input BrexDisableUserInput { - userId: ID! - clientMutationId: String! -} - -"""""" -type BrexDisableUserPayload { - """""" - clientMutationId: String! - - """""" - user: BrexUser -} - -"""""" -input BrexFinicityConnectGenerateFixUrlInput { - financialSourceId: ID! - clientMutationId: String! -} - -"""""" -type BrexFinicityConnectGenerateFixUrlPayload { - """""" - clientMutationId: String! - - """""" - url: String! -} - -"""""" -input BrexUpdateIntegrationRuleInput { - priority: Int - name: String - id: ID! - description: String - clientMutationId: String! - body: String - applyAutomatically: Boolean -} - -"""""" -type BrexUpdateIntegrationRulePayload { - """""" - clientMutationId: String! - - """""" - integrationRule: BrexIntegrationRule -} - -"""""" -input BrexUpdateUserCategoryInput { - isDisabled: Boolean - id: ID! - clientMutationId: String! -} - -"""""" -type BrexUpdateUserCategoryPayload { - """""" - clientMutationId: String! - - """""" - userCategory: BrexUserCategory -} - -"""""" -input BrexSetPrimaryFundingSourceInput { - fundingSourceId: ID! - clientMutationId: String! -} - -"""""" -type BrexSetPrimaryFundingSourcePayload { - """""" - clientMutationId: String! - - """""" - fundingSource: BrexFundingSource! -} - -"""""" -input BrexToggleRuleForStatementEntryInput { - statementEntryId: ID! - integrationRuleId: ID! - clientMutationId: String! -} - -"""""" -type BrexToggleRuleForStatementEntryPayload { - """""" - clientMutationId: String! - - """""" - statementEntry: BrexStatementEntry -} - -"""""" -input BrexUpdateIntegrationSyncSettingsInput { - syncFrom: String - syncDateRangeStart: String - syncDateRangeEnd: String - id: ID! - clientMutationId: String! - batchEntity: BrexBatchEntity - batchCadence: BrexBatchCadence -} - -"""""" -type BrexUpdateIntegrationSyncSettingsPayload { - """""" - clientMutationId: String! - - """""" - integration: BrexIntegration -} - -"""""" -input BrexEnableUserInput { - userId: ID! - clientMutationId: String! -} - -"""""" -type BrexEnableUserPayload { - """""" - clientMutationId: String! - - """""" - user: BrexUser -} - -"""""" -input BrexBankAccountSourceInput { - routingNumber: String! - accountType: String! - accountNumber: String! - accountName: String! -} - -"""""" -input BrexCreateFundingSourceInput { - type: String! - priority: BrexFundingSourcePriority - idempotencyKey: String! - clientMutationId: String! - bankAccountSource: BrexBankAccountSourceInput! -} - -"""""" -type BrexCreateFundingSourcePayload { - """""" - clientMutationId: String! - - """""" - fundingSource: BrexFundingSource! -} - -"""""" -input BrexUpdateIntegrationSettingsInput { - rewardsIncomeUserCategoryId: ID - id: ID! - collectionTargetCategoryId: ID - clientMutationId: String! - accountsPayableCategoryId: ID -} - -"""""" -type BrexUpdateIntegrationSettingsPayload { - """""" - clientMutationId: String! - - """""" - integration: BrexIntegration -} - -"""""" -input BrexDisableIntegrationInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDisableIntegrationPayload { - """""" - clientMutationId: String! - - """""" - integration: BrexIntegration -} - -"""""" -input BrexCreateCashWireDetailsInput { - displayTime: String! - clientMutationId: String! -} - -"""""" -type BrexCreateCashWireDetailsPayload { - """""" - clientMutationId: String! - - """""" - report: BrexReport! -} - -"""""" -input BrexDeleteSubscriptionInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDeleteSubscriptionPayload { - """""" - clientMutationId: String! -} - -enum BrexUserRoleTypeInput { - ADMIN - BOOKKEEPER - REGULAR - SUPERADMIN -} - -"""""" -input BrexInviteUserInput { - role: BrexUserRoleTypeInput! - locationId: ID - lastName: String! - firstName: String! - email: String! - departmentId: ID - clientMutationId: String! -} - -"""""" -type BrexInviteUserPayload { - """""" - clientMutationId: String! - - """""" - user: BrexUser -} - -"""""" -input BrexDeleteRuleInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDeleteRulePayload { - """""" - clientMutationId: String! - - """""" - rule: BrexRule -} - -"""""" -input BrexUpdateDepartmentInput { - name: String! - id: ID! - description: String - clientMutationId: String! -} - -"""""" -type BrexUpdateDepartmentPayload { - """""" - clientMutationId: String! - - """""" - department: BrexDepartment! -} - -"""""" -input BrexCreateStatementEntriesSearchReportInput { - type: BrexReportType - statementEntriesFilters: String! - format: BrexReportFormat! - - """Time in user's timezone that report is generated""" - displayTime: String! - clientMutationId: String! -} - -"""""" -type BrexCreateStatementEntriesSearchReportPayload { - """""" - clientMutationId: String! - - """""" - report: BrexReport -} - -"""""" -input BrexCreateTransactionApprovedSubscriptionInput { - isPhysical: Boolean - clientMutationId: String! - channelId: ID! -} - -"""""" -type BrexCreateTransactionApprovedSubscriptionPayload { - """""" - clientMutationId: String! - - """""" - notificationSubscription: BrexNotificationSubscription -} - -"""""" -input BrexDepositChequeInput { - senderName: String! - memo: String - frontImageAssetId: ID! - depositsAccountId: ID! - clientMutationId: String! - backImageAssetId: ID! - amount: Int! -} - -"""""" -type BrexDepositChequePayload { - """""" - amount: Int! - - """""" - backImageAssetId: ID! - - """""" - chequeNumber: Int - - """""" - clientMutationId: String! - - """""" - expectedDeliveryDate: String - - """""" - frontImageAssetId: ID! - - """""" - recipientName: String - - """""" - senderName: String - - """""" - status: String! -} - -"""""" -input BrexSetDepositsTransactionPaymentMemoInput { - transactionId: ID! - memo: String - clientMutationId: String! -} - -"""""" -type BrexSetDepositsTransactionPaymentMemoPayload { - """""" - clientMutationId: String! - - """""" - transaction: BrexDepositsTransaction! -} - -"""""" -input BrexSubsidiaryInput { - vendorInternalId: String! - name: String! -} - -"""""" -input BrexCreateIntegrationInput { - scopes: [BrexIntegrationScope]! - netsuiteSubsidiary: BrexSubsidiaryInput - credentialId: ID! - clientMutationId: String! -} - -"""""" -type BrexCreateIntegrationPayload { - """""" - clientMutationId: String! - - """""" - integration: BrexIntegration -} - -"""""" -input BrexAccountPrincipalUserInput { - password: String! - lastName: String! - firstName: String! - email: String! -} - -enum BrexAccountIncorporationTypeInput { - CORPORATION - LLC - OTHER - PARTNERSHIP - SOLE_PROPRIETORSHIP -} - -"""""" -input BrexCreateAccountInput { - taxpayerNumber: String! - principalUser: BrexAccountPrincipalUserInput - officeAddress: BrexAddressInput! - legalName: String! - incorporationType: BrexAccountIncorporationTypeInput! - incorporationState: String! - dbaName: String! - dateEstablished: String! - clientMutationId: String! -} - -"""""" -type BrexCreateAccountPayload { - """""" - account: BrexAccount - - """""" - clientMutationId: String! -} - -"""""" -input BrexUnsuspendCardInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexUnsuspendCardPayload { - """""" - clientMutationId: String! -} - -enum BrexFinancialsConnectRequestType { - FINICITY_CONNECT - FINICITY_LEGACY -} - -"""""" -input BrexFinancialFieldInput { - value: String - id: String -} - -"""""" -input BrexConnectInstitutionInput { - """default: FINICITY_LEGACY""" - requestType: BrexFinancialsConnectRequestType - - """login fields are only needed for FINICITY_LEGACY""" - loginFields: [BrexFinancialFieldInput] - institutionId: ID! - clientMutationId: String! -} - -"""""" -type BrexConnectInstitutionPayload { - """""" - clientMutationId: String! - - """""" - result: BrexFinancialsSourceResult -} - -"""""" -input BrexCreateStatementEntriesReportInput { - searchStatementEntriesFilters: String! - format: BrexReportFormat! - - """Time in user's timezone that report is generated""" - displayTime: String! - consistentStatementEntriesFilters: String - clientMutationId: String! -} - -enum BrexReportType { - D_T - SEARCH - W_D -} - -enum BrexReportFormat { - CSV - HTML - PDF - TXT - XLSX -} - -"""""" -type BrexReport { - """""" - file: BrexAsset - - """""" - format: BrexReportFormat - - """""" - type: BrexReportType -} - -"""""" -type BrexCreateStatementEntriesReportPayload { - """""" - clientMutationId: String! - - """""" - report: BrexReport -} - -"""""" -input BrexUpdateIntegrationCredentialInput { - """ID of integration whose credential is getting changed""" - integrationId: ID! - - """ID of new credential""" - credentialId: ID! - clientMutationId: String! -} - -"""""" -type BrexUpdateIntegrationCredentialPayload { - """""" - clientMutationId: String! - - """""" - integration: BrexIntegration -} - -"""""" -input BrexUpdateProductApplicationInput { - id: ID! - data: String! - clientMutationId: String! -} - -"""""" -type BrexUpdateProductApplicationPayload { - """""" - clientMutationId: String! - - """""" - productApplication: BrexProductApplication -} - -"""""" -input BrexAddressInput { - zip: String! - state: String! - country: String! - city: String! - address2: String - address1: String! -} - -"""""" -input BrexCreatePhysicalCardInput { - shippingAddress: BrexAddressInput! - holderName: String! - displayName: String - customerUserId: ID - clientMutationId: String! -} - -"""""" -type BrexCreatePhysicalCardPayload { - """""" - card: BrexCard - - """""" - clientMutationId: String! -} - -"""""" -input BrexRefreshIntegrationInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexRefreshIntegrationPayload { - """""" - clientMutationId: String! - - """""" - integration: BrexIntegration -} - -"""""" -input BrexFinicityConnectMigrateAccountsInput { - financialSourceId: ID! - clientMutationId: String! -} - -"""""" -type BrexFinicityConnectMigrateAccountsPayload { - """""" - clientMutationId: String! - - """""" - updatedSource: BrexFinancialSource -} - -"""""" -input BrexDeleteUserInviteInput { - id: ID! - clientMutationId: String! -} - -"""""" -type BrexDeleteUserInvitePayload { - """""" - clientMutationId: String! -} - -"""""" -input BrexConnectShopifyCredentialInput { - shopName: String! - redirectUrl: String! - id: ID! - clientMutationId: String! -} - -"""""" -type BrexCredentialRedirectResult { - """""" - credential: BrexCredential - - """""" - redirectUrl: String -} - -"""""" -type BrexCredentialSuccessResult { - """""" - credential: BrexCredential -} - -"""""" -union BrexCredentialAuthenticationResult = BrexCredentialSuccessResult | BrexCredentialRedirectResult - -"""""" -type BrexConnectShopifyCredentialPayload { - """""" - authenticationResult: BrexCredentialAuthenticationResult - - """""" - clientMutationId: String! -} - -"""""" -input BrexCreateLimitRuleInput { - userId: ID! - timeWindowDays: Int! - clientMutationId: String! - amount: Int! -} - -"""""" -type BrexCreateLimitRulePayload { - """""" - clientMutationId: String! - - """""" - rule: BrexRule -} - -"""""" -input BrexSetStatementEntryIntegrationFieldInput { - value: String! - statementEntryId: ID! - field: String! - clientMutationId: String! -} - -"""""" -type BrexSetStatementEntryIntegrationFieldPayload { - """""" - clientMutationId: String! - - """""" - lens: BrexStatementEntryLens -} - -"""""" -input BrexCreateSubscriptionInput { - notificationType: BrexNotificationType! - clientMutationId: String! - channelId: ID! -} - -"""""" -type BrexCreateSubscriptionPayload { - """""" - clientMutationId: String! - - """""" - notificationSubscription: BrexNotificationSubscription -} - -"""""" -type BrexRootMutationType { - """""" - createSubscription(input: BrexCreateSubscriptionInput!): BrexCreateSubscriptionPayload - - """""" - setStatementEntryIntegrationField(input: BrexSetStatementEntryIntegrationFieldInput!): BrexSetStatementEntryIntegrationFieldPayload - - """""" - createLimitRule(input: BrexCreateLimitRuleInput!): BrexCreateLimitRulePayload - - """""" - connectShopifyCredential(input: BrexConnectShopifyCredentialInput!): BrexConnectShopifyCredentialPayload - - """""" - deleteUserInvite(input: BrexDeleteUserInviteInput!): BrexDeleteUserInvitePayload - - """""" - finicityConnectMigrateAccounts(input: BrexFinicityConnectMigrateAccountsInput!): BrexFinicityConnectMigrateAccountsPayload - - """""" - refreshIntegration(input: BrexRefreshIntegrationInput!): BrexRefreshIntegrationPayload - - """""" - createPhysicalCard(input: BrexCreatePhysicalCardInput!): BrexCreatePhysicalCardPayload - - """""" - updateProductApplication(input: BrexUpdateProductApplicationInput!): BrexUpdateProductApplicationPayload - - """""" - updateIntegrationCredential(input: BrexUpdateIntegrationCredentialInput!): BrexUpdateIntegrationCredentialPayload - - """ - Creates report based on statement filters and returns representative asset - """ - createStatementEntriesReport(input: BrexCreateStatementEntriesReportInput!): BrexCreateStatementEntriesReportPayload - - """""" - connectInstitution(input: BrexConnectInstitutionInput!): BrexConnectInstitutionPayload - - """""" - unsuspendCard(input: BrexUnsuspendCardInput!): BrexUnsuspendCardPayload - - """""" - createAccount(input: BrexCreateAccountInput!): BrexCreateAccountPayload - - """""" - createIntegration(input: BrexCreateIntegrationInput!): BrexCreateIntegrationPayload - - """""" - setDepositsTransactionPaymentMemo(input: BrexSetDepositsTransactionPaymentMemoInput!): BrexSetDepositsTransactionPaymentMemoPayload - - """""" - depositCheque(input: BrexDepositChequeInput!): BrexDepositChequePayload - - """""" - createTransactionApprovedSubscription(input: BrexCreateTransactionApprovedSubscriptionInput!): BrexCreateTransactionApprovedSubscriptionPayload - - """ - Creates report based on search query of statement entries and returns representative asset - """ - createStatementEntriesSearchReport(input: BrexCreateStatementEntriesSearchReportInput!): BrexCreateStatementEntriesSearchReportPayload - - """""" - updateDepartment(input: BrexUpdateDepartmentInput!): BrexUpdateDepartmentPayload - - """""" - deleteRule(input: BrexDeleteRuleInput!): BrexDeleteRulePayload - - """""" - inviteUser(input: BrexInviteUserInput!): BrexInviteUserPayload - - """""" - deleteSubscription(input: BrexDeleteSubscriptionInput!): BrexDeleteSubscriptionPayload - - """""" - createCashWireDetails(input: BrexCreateCashWireDetailsInput!): BrexCreateCashWireDetailsPayload - - """""" - disableIntegration(input: BrexDisableIntegrationInput!): BrexDisableIntegrationPayload - - """""" - updateIntegrationSettings(input: BrexUpdateIntegrationSettingsInput!): BrexUpdateIntegrationSettingsPayload - - """""" - createFundingSource(input: BrexCreateFundingSourceInput!): BrexCreateFundingSourcePayload - - """""" - enableUser(input: BrexEnableUserInput!): BrexEnableUserPayload - - """""" - updateIntegrationSyncSettings(input: BrexUpdateIntegrationSyncSettingsInput!): BrexUpdateIntegrationSyncSettingsPayload - - """""" - toggleRuleForStatementEntry(input: BrexToggleRuleForStatementEntryInput!): BrexToggleRuleForStatementEntryPayload - - """""" - setPrimaryFundingSource(input: BrexSetPrimaryFundingSourceInput!): BrexSetPrimaryFundingSourcePayload - - """""" - updateUserCategory(input: BrexUpdateUserCategoryInput!): BrexUpdateUserCategoryPayload - - """""" - updateIntegrationRule(input: BrexUpdateIntegrationRuleInput!): BrexUpdateIntegrationRulePayload - - """""" - finicityConnectGenerateFixUrl(input: BrexFinicityConnectGenerateFixUrlInput!): BrexFinicityConnectGenerateFixUrlPayload - - """""" - disableUser(input: BrexDisableUserInput!): BrexDisableUserPayload - - """""" - generateDepositsStatementDocumentDownloadUrl(input: BrexGenerateDepositsStatementDocumentDownloadUrlInput!): BrexGenerateDepositsStatementDocumentDownloadUrlPayload - - """""" - updateInstitutionLogin(input: BrexUpdateInstitutionLoginInput!): BrexUpdateInstitutionLoginPayload - - """""" - finicityConnectGenerateLiteUrl(input: BrexFinicityConnectGenerateLiteUrlInput!): BrexFinicityConnectGenerateLiteUrlPayload - - """""" - createVirtualCard(input: BrexCreateVirtualCardInput!): BrexCreateVirtualCardPayload - - """""" - signup(input: BrexSignupInput!): BrexSignupPayload @deprecated(reason: "Use 'softSignup' instead") - - """""" - addFunds(input: BrexAddFundsInput!): BrexAddFundsPayload - - """""" - submitProductApplication(input: BrexSubmitProductApplicationInput!): BrexSubmitProductApplicationPayload - - """""" - updateCardPin(input: BrexUpdateCardPinInput!): BrexUpdateCardPinPayload - - """""" - updateCardDisplayName(input: BrexUpdateCardDisplayNameInput!): BrexUpdateCardDisplayNamePayload - - """""" - setTransactionIntegrationField(input: BrexSetTransactionIntegrationFieldInput!): BrexSetTransactionIntegrationFieldPayload - - """""" - createDepartment(input: BrexCreateDepartmentInput!): BrexCreateDepartmentPayload - - """""" - createFileUploadUrl(input: BrexCreateFileUploadUrlInput!): BrexCreateFileUploadUrlPayload - - """""" - associateCategories(input: BrexAssociateCategoriesInput!): BrexAssociateCategoriesPayload - - """ - Creates report based on unexported statement entries for a transaction. - """ - createIntegrationExportReport(input: BrexCreateIntegrationExportReportInput!): BrexCreateIntegrationExportReportPayload - - """""" - connectCredential(input: BrexConnectCredentialInput!): BrexConnectCredentialPayload - - """""" - cDa(input: BrexCDaInput!): BrexCDaPayload @deprecated(reason: "Use 'onboardingCreateApplication' instead, passing in the blueprint name:'gemini'") - - """""" - submitOnboardingInformationRequest(input: BrexSubmitOnboardingInformationRequestInput!): BrexSubmitOnboardingInformationRequestPayload - - """""" - setupMfa(input: BrexSetupMfaInput!): BrexSetupMfaPayload - - """""" - createLocation(input: BrexCreateLocationInput!): BrexCreateLocationPayload - - """""" - deleteDepartment(input: BrexDeleteDepartmentInput!): BrexDeleteDepartmentPayload - - """""" - resetUser(input: BrexResetUserInput!): BrexResetUserPayload - - """""" - createNetsuiteCredential(input: BrexCreateNetsuiteCredentialInput!): BrexCreateNetsuiteCredentialPayload - - """""" - createCounterparty(input: BrexCreateCounterpartyInput!): BrexCreateCounterpartyPayload - - """""" - softSignup(input: BrexSoftSignupInput!): BrexSoftSignupPayload - - """""" - sendMoney(input: BrexSendMoneyInput!): BrexSendMoneyPayload - - """""" - updateTransactionLocation(input: BrexUpdateTransactionLocationInput!): BrexUpdateTransactionLocationPayload - - """""" - setUserRole(input: BrexSetUserRoleInput!): BrexSetUserRolePayload - - """""" - updateUserCategories(input: BrexUpdateUserCategoriesInput!): BrexUpdateUserCategoriesPayload - - """""" - createPushChannel(input: BrexCreatePushChannelInput!): BrexCreatePushChannelPayload - - """""" - refreshFinancialSource(input: BrexRefreshFinancialSourceInput!): BrexRefreshFinancialSourcePayload - - """""" - deleteReceipt(input: BrexDeleteReceiptInput!): BrexDeleteReceiptPayload - - """""" - createOpenidSession(input: BrexCreateOpenidSessionInput!): BrexCreateOpenidSessionPayload - - """""" - saveOnboardingInformationRequest(input: BrexSaveOnboardingInformationRequestInput!): BrexSaveOnboardingInformationRequestPayload - - """""" - createIntegrationRule(input: BrexCreateIntegrationRuleInput!): BrexCreateIntegrationRulePayload - - """""" - beginChannelVerification(input: BrexBeginChannelVerificationInput!): BrexBeginChannelVerificationPayload - - """""" - createMilesTransfer(input: BrexCreateMilesTransferInput!): BrexCreateMilesTransferPayload - - """""" - activateUser(input: BrexActivateUserInput!): BrexActivateUserPayload - - """""" - createEmailChannel(input: BrexCreateEmailChannelInput!): BrexCreateEmailChannelPayload - - """""" - updateLocation(input: BrexUpdateLocationInput!): BrexUpdateLocationPayload - - """""" - createProductApplication(input: BrexCreateProductApplicationInput!): BrexCreateProductApplicationPayload - - """""" - setUserLimit(input: BrexSetUserLimitInput!): BrexSetUserLimitPayload - - """""" - updateTransactionCategory(input: BrexUpdateTransactionCategoryInput!): BrexUpdateTransactionCategoryPayload - - """""" - deleteIntegrationRule(input: BrexDeleteIntegrationRuleInput!): BrexDeleteIntegrationRulePayload - - """""" - startResetUser(input: BrexStartResetUserInput!): BrexStartResetUserPayload - - """""" - addPlaidTestingCredentials(input: BrexAddPlaidTestingCredentialsInput!): BrexAddPlaidTestingCredentialsPayload - - """""" - onboardingInformationRequest(id: ID!): BrexOnboardingInformationRequest - - """""" - createReceipt(input: BrexCreateReceiptInput!): BrexCreateReceiptPayload - - """""" - createSmsChannel(input: BrexCreateSmsChannelInput!): BrexCreateSmsChannelPayload - - """""" - cancelCollectionIntention(input: BrexCancelCollectionIntentionInput!): BrexCancelCollectionIntentionPayload - - """""" - updateTransactionDepartment(input: BrexUpdateTransactionDepartmentInput!): BrexUpdateTransactionDepartmentPayload - - """""" - syncIntegration(input: BrexSyncIntegrationInput!): BrexSyncIntegrationPayload - - """""" - createCollectionIntention(input: BrexCreateCollectionIntentionInput!): BrexCreateCollectionIntentionPayload - - """""" - submitEvidence(input: BrexSubmitEvidenceInput!): BrexSubmitEvidencePayload - - """""" - createCredential(input: BrexCreateCredentialInput!): BrexCreateCredentialPayload - - """""" - createReferral(input: BrexCreateReferralInput!): BrexCreateReferralPayload - - """""" - updateUser(input: BrexUpdateUserInput!): BrexUpdateUserPayload - - """""" - issueCollection(input: BrexIssueCollectionInput!): BrexIssueCollectionPayload - - """""" - completeChallenge(input: BrexCompleteChallengeInput!): BrexCompleteChallengePayload - - """""" - terminateCard(input: BrexTerminateCardInput!): BrexTerminateCardPayload - - """""" - submitOnboardingApplication(input: BrexSubmitOnboardingApplicationInput!): BrexSubmitOnboardingApplicationPayload - - """""" - confirmMfa(input: BrexConfirmMfaInput!): BrexConfirmMfaPayload - - """""" - setPrimaryCollectionSource(input: BrexSetPrimaryCollectionSourceInput!): BrexSetPrimaryCollectionSourcePayload - - """ - For all integrations that match the filters, tests connectivity with integration vendor and updates credential status. - """ - refreshIntegrationCredentials(input: BrexRefreshIntegrationCredentialsInput!): BrexRefreshIntegrationCredentialsPayload - - """""" - pullDataAsync(input: BrexPullDataAsyncInput!): BrexPullDataAsyncPayload - - """""" - activateCard(input: BrexActivateCardInput!): BrexActivateCardPayload - - """""" - updateTransactionMemo(input: BrexUpdateTransactionMemoInput!): BrexUpdateTransactionMemoPayload - - """""" - createDepositsApplication(input: BrexCreateDepositsApplicationInput!): BrexCreateDepositsApplicationPayload @deprecated(reason: "Use 'onboardingCreateApplication' instead, passing in the blueprint name:'gemini'") - - """""" - createAsset(input: BrexCreateAssetInput!): BrexCreateAssetPayload - - """""" - createTransactionRefusedSubscription(input: BrexCreateTransactionRefusedSubscriptionInput!): BrexCreateTransactionRefusedSubscriptionPayload - - """""" - redeemStatementEntryRefund(input: BrexRedeemStatementEntryRefundInput!): BrexRedeemStatementEntryRefundPayload - - """ - Creates a product onboarding application following a blueprint of the given name - """ - createOnboardingProductApplication(input: BrexCreateOnboardingProductApplicationInput!): BrexCreateOnboardingProductApplicationPayload - - """""" - finishChannelVerification(input: BrexFinishChannelVerificationInput!): BrexFinishChannelVerificationPayload - - """""" - suspendCard(input: BrexSuspendCardInput!): BrexSuspendCardPayload - - """""" - deleteLocation(input: BrexDeleteLocationInput!): BrexDeleteLocationPayload - createSession(input: BrexCreateSessionInput!): BrexCreateSessionResponsePayload! @deprecated(reason: "Use `createOpenidSession` instead") -} - -type OneGraphSignoutResponsePayload { - me: Viewer! -} - -"""A OneGraph SignIn result""" -type OneGraphSignInResult { - """ - The accessToken that can be used to make requests on behalf of the OneGraph user - """ - accessToken: OneGraphAccessToken -} - -input OneGraphDisableGithubRepositorySubscriptionDelegationByIdInput { - """The id of the delegation.""" - id: String! -} - -type OneGraphDisableGithubRepositorySubscriptionDelegationByIdResult { - """The App that delegation was disabled for.""" - app: OneGraphApp! -} - -input OneGraphDisableGithubRepositorySubscriptionDelegationInput { - """ - The name of the repo, e.g. `graphiql-explorer` in `onegraph/graphiql-explorer`. - """ - repoName: String! - - """ - The owner of the repo, e.g. `onegraph` in `onegraph/graphiql-explorer`. - """ - repoOwner: String! -} - -type OneGraphDisableGithubRepositorySubscriptionDelegationResult { - """The GitHub repository name of app that delegation was enabled for.""" - repoName: String! - - """The GitHub repository owner of app that delegation was enabled for.""" - repoOwner: String! -} - -input OneGraphEnableGithubRepositorySubscriptionDelegationInput { - """ - The name of the repo, e.g. `graphiql-explorer` in `onegraph/graphiql-explorer`. - """ - repoName: String! - - """ - The owner of the repo, e.g. `onegraph` in `onegraph/graphiql-explorer`. - """ - repoOwner: String! -} - -type OneGraphEnableGithubRepositorySubscriptionDelegationResult { - """The GitHub repository name of app that delegation was disabled for.""" - repoName: String! - - """The GitHub repository owner of app that delegation was disabled for.""" - repoOwner: String! -} - -input OneGraphSetupSalesforceSubscriptionsCreateTriggerClassInput { - sobjectNames: [String!]! -} - -type OneGraphSetupSalesforceSubscriptionsTriggerClass { - name: String! - body: String! - apiVersion: Float! - sobjectName: String! - testClass: OneGraphSetupSalesforceSubscriptionsTestClass! -} - -type OneGraphSetupSalesforceSubscriptionsCreateTriggerClassPayload { - triggers: [OneGraphSetupSalesforceSubscriptionsTriggerClass!]! -} - -type OneGraphSetupSalesforceSubscriptionsTestClass { - name: String! - body: String! - - """Salesforce API version""" - apiVersion: Float! -} - -type OneGraphSetupSalesforceSubscriptionsHelperClass { - name: String! - body: String! - - """Salesforce API version""" - apiVersion: Float! - - """Test classes for the helper class""" - testClasses: [OneGraphSetupSalesforceSubscriptionsTestClass!]! -} - -type OneGraphSetupSalesforceSubscriptionsCreateHelperClassPayload { - helperClass: OneGraphSetupSalesforceSubscriptionsHelperClass! -} - -input OneGraphDeletePersistedQueryInput { - id: String! - appId: String! -} - -type OneGraphDeletePersistedQueryResponsePayload { - app: OneGraphApp! -} - -input OneGraphPersistedQueryTokenInput { - """Id for the app that you want to persist queries on.""" - appId: String! -} - -type OneGraphCreatePersitQueryTokenResponsePayload { - """The access token that can be used to persist queries""" - accessToken: OneGraphAccessToken! -} - -input OneGraphPersistedQueryCacheStrategyArg { - """Number of seconds to cache the query result for.""" - timeToLiveSeconds: Float! -} - -input OneGraphCreatePersistedQueryInput { - accessToken: String - cacheStrategy: OneGraphPersistedQueryCacheStrategyArg - fixedVariables: JSON - freeVariables: [String!] - query: String! - appId: String! -} - -type OneGraphPersistedQueryResponsePayload { - persistedQuery: OneGraphPersistedQuery! -} - -enum OneGraphDataVitualizationSupportedServiceArg { - GMAIL -} - -input OneGraphStartDataVirtualizationInput { - """ - Account ID to enable the service for. Must match the currently logged in account id - """ - accountId: String! - - """Service to enable data virtualization for""" - service: OneGraphDataVitualizationSupportedServiceArg! -} - -""" -Information about data virtualization that has been enabled for a service -""" -type OneGraphDataVirtualizationDetails { - accountId: String! - graphQLEndpoint: String! - service: String! -} - -type OneGraphStartDataVirtualizationPayload { - """Organization that was updated by this mutation""" - dataVirutalizationDetails: OneGraphDataVirtualizationDetails! -} - -input OneGraphUpdateOrgByIdPatch { - """New name for the organization""" - name: String! -} - -input OneGraphUpdateOrgByIdInput { - """New fields for the organization""" - patch: OneGraphUpdateOrgByIdPatch! - - """Id of the organization""" - id: String! -} - -type OneGraphUpdateOrgByIdResponsePayload { - """Organization that was updated by this mutation""" - org: OneGraphOrg! -} - -input OneGraphCreateOrgInput { - """Name for the organization""" - name: String! -} - -type OneGraphCreateOrgResponsePayload { - """Organization that was created by this mutation""" - org: OneGraphOrg! -} - -input OneGraphCreateShortenedUrlInput { - operation: String - description: String - name: String - variables: String - query: String! -} - -type OneGraphShortenUrlResponsePayload { - shortenedUrl: OneGraphShortenedQuery! -} - -input OneGraphPersistAuthsInput { - auths: OneGraphServiceAuths! -} - -type OneGraphPersistAuthsResponsePayload { - me: Viewer! -} - -input OneGraphAddAuthsToPersonalTokenInput { - appId: String! - - """ - Token that will be destroyed and have its auths moved to the personal token. - """ - sacrificialToken: String! - personalToken: String! -} - -type OneGraphAddAuthsToPersonalTokenResponsePayload { - """Personal access token that was updated by this mutation""" - accessToken: OneGraphAccessToken! - - """OneGraph user""" - oneUser: OneGraphUser! -} - -input OneGraphDeletePersonalTokenInput { - appId: String! - accessToken: String! -} - -type OneGraphDeletePersonalTokenResponsePayload { - """OneGraph user""" - oneUser: OneGraphUser! -} - -input OneGraphCreatePersonalTokenInput { - appId: String! - accessToken: String! - name: String! -} - -type OneGraphCreatePersonalTokenResponsePayload { - """Personal access token that was created by this mutation""" - accessToken: OneGraphAccessToken! - - """OneGraph user""" - oneUser: OneGraphUser! -} - -input OneGraphGraphQLSubscriptionUnsubscribeInput { - subscriptionId: String! -} - -type OneGraphGraphQLSubscriptionUnsubscribeResponsePayload { - """GraphQL Subscription that was modified by this mutation""" - subscription: OneGraphAppSubscription! -} - -input OneGraphDestroyServiceAuthInput { - serviceAuthId: String! - appId: String! -} - -type OneGraphDestroyServiceAuthResponsePayload { - """Service auth that was destroyed by this mutation""" - serviceAuth: OneGraphServiceAuth! - app: OneGraphApp! -} - -""" -Services OneGraph supports providing a custom clientId/clientSecret for. -""" -enum OneGraphCustomServiceAuthServiceEnum { - BOX - CONTENTFUL - DRIBBBLE - DROPBOX - EGGHEADIO - EVENTIL - FACEBOOK - GITHUB - GMAIL - GOOGLE_ANALYTICS - GOOGLE_CALENDAR - GOOGLE_COMPUTE - GOOGLE_DOCS - GOOGLE_TRANSLATE - HUBSPOT - INTERCOM - MAILCHIMP - MEETUP - QUICKBOOKS - SALESFORCE - SLACK - SPOTIFY - STRIPE - TRELLO - TWILIO - TWITTER - TWITCH_TV - YOUTUBE - ZENDESK -} - -input OneGraphCreateServiceAuthInput { - """Custom redirect URI.""" - customRedirectUri: String - - """ - Whether the user who created the token should be able to fetch it from OneGraph. Defaults to false. - """ - revealTokens: Boolean - - """Optional list of scopes to use for your app.""" - scopes: [String!] - - """App name for trello. Required to use custom Trello credentials.""" - trelloAppName: String - - """ - Optional pubsub topic for gmail auth. Required to use gmail subscriptions with custom OAuth credentials. - """ - gmailWatchPubSubTopic: String - clientSecret: String! - clientId: String! - service: OneGraphCustomServiceAuthServiceEnum! - appId: String! -} - -type OneGraphCreateServiceAuthResponsePayload { - """Service auth that was created by this mutation""" - serviceAuth: OneGraphServiceAuth! - app: OneGraphApp! -} - -input OneGraphRemoveNetlifySiteFromAppCORSOriginsInput { - netlifySite: String! - appId: String! -} - -type OneGraphRemoveNetlifySiteFromAppCORSOriginsResponsePayload { - app: OneGraphApp! -} - -input OneGraphAddNetlifySiteToAppCORSOriginsInput { - netlifySite: String! - appId: String! -} - -type OneGraphAddNetlifySiteToAppCORSOriginsResponsePayload { - app: OneGraphApp! -} - -input OneGraphRemoveCORSOriginFromAppInput { - corsOrigin: String! - appId: String! -} - -type OneGraphRemoveCORSOriginFromAppResponsePayload { - app: OneGraphApp! -} - -input OneGraphAddCORSOriginToAppInput { - corsOrigin: String! - appId: String! -} - -type OneGraphAddCORSOriginToAppResponsePayload { - app: OneGraphApp! -} - -input SetAppCORSOriginsData { - corsOrigins: [String!]! - appId: String! -} - -type SetAppCORSOriginsResponsePayload { - app: OneGraphApp! -} - -enum OneGraphQueryChainIfMissingEnum { - ERROR - ALLOW - SKIP -} - -enum OneGraphQueryChainIfListEnum { - FIRST - LAST - ALL - EACH -} - -input OneGraphQueryChainArgumentDependencyInput { - functionFromScript: String! - maxRecur: Int - ifMissing: OneGraphQueryChainIfMissingEnum - ifList: OneGraphQueryChainIfListEnum - fromRequestIds: [String!]! - name: String! -} - -input OneGraphQueryChainVariableInput { - value: JSON! - name: String! -} - -input OneGraphQueryChainRequestInput { - argumentDependencies: [OneGraphQueryChainArgumentDependencyInput!] - variables: [OneGraphQueryChainVariableInput!] - - """The query to run. Must provide one of `query` or `operationName`.""" - query: String - - """ - The operationName of the query in the document to run. Must provide one of `query` or `operationName`. - """ - operationName: String - - """ - The id of the query. If you provide a script in the argument dependencies for a request that depends on this query, the data from this query will be provided as `{"$ID": query-result}`. This will typically be the same as the operation name, but could be different if your chain needs to use the same query in multiple requests. - """ - id: String! -} - -input OneGraphQueryChainInput { - requests: [OneGraphQueryChainRequestInput!]! - script: String -} - -type OneGraphQueryChainRequest { - """The id of the request""" - id: String! -} - -type OneGraphQueryChainMutationResult { - """The request.""" - request: OneGraphQueryChainRequest! - - """The result of the query""" - result: [JSON]! -} - -type OneGraphQueryChainMutationPayload { - results: [OneGraphQueryChainMutationResult!]! -} - -"""Tours for exploring OneGraph""" -enum OneGraphTourEnum { - DASHBOARD - QUERYCHAIN -} - -input OneGraphCompleteTourData { - tour: OneGraphTourEnum! -} - -type OneGraphCompleteTourResponsePayload { - me: Viewer! -} - -input OneGraphUnLinkOneGraphNodesInput { - """The `oneGraphId` for the end node""" - endNodeOneGraphId: String! - - """The `oneGraphId` for the start node""" - startNodeOneGraphId: String! -} - -type OneGraphUnLinkOneGraphNodesResponsePayload { - startNode: OneGraphNode - endNode: OneGraphNode -} - -input OneGraphLinkOneGraphNodesInput { - """The `oneGraphId` for the end node""" - endNodeOneGraphId: String! - - """The `oneGraphId` for the start node""" - startNodeOneGraphId: String! -} - -type OneGraphLinkOneGraphNodesResponsePayload { - startNode: OneGraphNode - endNode: OneGraphNode -} - -"""GraphQL types that support linking""" -enum OneGraphServiceLinkGraphQLTypeEnum { - GitHubIssue - GitHubIssueComment - GitHubUser - HubspotContact - IntercomUser - SalesforceAccount - SalesforceCase - SalesforceCaseComment - SalesforceContact - SalesforceFeedComment - SalesforceFeedItem - SalesforceLead - SalesforceUser - StripeCustomer - StripeRefund - ZendeskUser -} - -input OneGraphServiceLinkNodeArg { - id: String! - type: OneGraphServiceLinkGraphQLTypeEnum! -} - -input OneGraphCreateServiceLinkArg { - endNode: OneGraphServiceLinkNodeArg! - startNode: OneGraphServiceLinkNodeArg! -} - -type OneGraphServiceLinkNode { - type: String! - id: String! -} - -type OneGraphCreateServiceLinkResponsePayload { - startNode: OneGraphServiceLinkNode! - endNode: OneGraphServiceLinkNode! -} - -input OneGraphDangerouslySignJwtPayloadInput { - expiresInSeconds: Int - includeBaseFields: Boolean - payload: JSON! -} - -type OneGraphDangerouslySignJwtPayloadResponsePayload { - encoded: String! -} - -input OneGraphSetAppNetlifySiteNamesInput { - netlifySiteNames: [String!]! -} - -type OneGraphSetAppNetlifySiteNamesResponsePayload { - app: OneGraphApp! -} - -input OneGraphSetAuthGuardianActiveInput { - active: Boolean! -} - -type OneGraphSetAuthGuardianActiveResponsePayload { - app: OneGraphApp -} - -"""Signing algorithm for JWTs generated by Onegraph""" -enum OneGraphJwtSigningAlgorithmEnumArg { - HMAC_256 - RSA_256 -} - -input OneGraphSetJwtSigningAlgorithmAndSecretInput { - """ - When using symmetric (HMAC) algorithms, this is the shared secret OneGraph will use to sign the generated JSON web tokens. - """ - sharedSecret: String - - """ - When generating a JWT for SSO, OneGraph can sign the JSON tokens with either a shared-secret (symmetric) key (HMAC) or a public/private (asymmetric) key pair (RSA) - """ - signingAlgorithm: OneGraphJwtSigningAlgorithmEnumArg! -} - -type OneGraphSetJwtSigningAlgorithmAndSecretPayload { - app: OneGraphApp! -} - -input OneGraphSetJwtPreflightQueryAndWebhookUrlInput { - """ - An optional GraphQL query to run after a user has signed into any service. The result will be included in the body for the preflight webhook. You may want to use this to retrieve a user's Google subId, or a list of GitHub organization names a user belongs. - """ - preflightQuery: String - - """ - When generating a JWT for SSO using OneGraph to authenticate - with third-parties, you can run an optional GraphQL query and - send the result to a webhook for preprocessing before OneGraph - signs the final token and passes it to the client - """ - webhookUrl: String -} - -type OneGraphSetAppJwtPreflightQueryResponsePayload { - app: OneGraphApp! -} - -"""Mutations related to apps""" -type OneGraphAppMutations { - setCORSOrigins(corsOrigins: [String!]!): OneGraphApp! - setJwtPreflightQueryAndWebhookUrl(input: OneGraphSetJwtPreflightQueryAndWebhookUrlInput!): OneGraphSetAppJwtPreflightQueryResponsePayload - setJwtSigningAlgorithmAndSecret(input: OneGraphSetJwtSigningAlgorithmAndSecretInput!): OneGraphSetJwtSigningAlgorithmAndSecretPayload - setAuthGuardianActive(input: OneGraphSetAuthGuardianActiveInput!): OneGraphSetAuthGuardianActiveResponsePayload - setAuthGuardian(input: OneGraphSetAuthGuardianInput!): OneGraphSetAuthGuardianResponsePayload - setNetlifySiteNames(input: OneGraphSetAppNetlifySiteNamesInput!): OneGraphSetAppNetlifySiteNamesResponsePayload! - - """ - Use this when you need to generate a JWT (JSON web token) with a valid signature based on the JWT algorithm settings for your app. For example, you might want to test out a token within the Hasura console, on your Netlify site, or against your own GraphQL server without going through a full auth flow manually. - - By default these tokens will only be valid for 5 minutes (300 seconds). - - Note that these tokens will be signed and valid, and will be accepted *anywhere* you have configured. **Treat them as secure tokens and guard them!** - """ - dangerouslySignJwtPayload(input: OneGraphDangerouslySignJwtPayloadInput!): OneGraphDangerouslySignJwtPayloadResponsePayload -} - -"""Mutations for the currently authed user""" -type OneGraphMutation { - app(id: String!): OneGraphAppMutations @deprecated(reason: "Use setAppCORSOrigins") - createServiceLink(data: OneGraphCreateServiceLinkArg!): OneGraphCreateServiceLinkResponsePayload! - linkOneGraphNodes(input: OneGraphLinkOneGraphNodesInput!): OneGraphLinkOneGraphNodesResponsePayload! - unLinkOneGraphNodes(input: OneGraphUnLinkOneGraphNodesInput!): OneGraphUnLinkOneGraphNodesResponsePayload! - completeTour(data: OneGraphCompleteTourData!): OneGraphCompleteTourResponsePayload! - createApp( - """`id` of the organization that this app should belong to""" - orgId: String! - corsOrigins: [String!]! - description: String - name: String! - ): OneGraphApp! - executeChain(input: OneGraphQueryChainInput!): OneGraphQueryChainMutationPayload! - setAppCORSOrigins(data: SetAppCORSOriginsData!): SetAppCORSOriginsResponsePayload! - addCORSOriginToApp(input: OneGraphAddCORSOriginToAppInput!): OneGraphAddCORSOriginToAppResponsePayload! - removeCORSOriginFromApp(input: OneGraphRemoveCORSOriginFromAppInput!): OneGraphRemoveCORSOriginFromAppResponsePayload! - addNetlifySiteToAppCORSOrigins(input: OneGraphAddNetlifySiteToAppCORSOriginsInput!): OneGraphAddNetlifySiteToAppCORSOriginsResponsePayload! - removeNetlifySiteFromAppCORSOrigins(input: OneGraphRemoveNetlifySiteFromAppCORSOriginsInput!): OneGraphRemoveNetlifySiteFromAppCORSOriginsResponsePayload! - createServiceAuth(data: OneGraphCreateServiceAuthInput!): OneGraphCreateServiceAuthResponsePayload! - destroyServiceAuth(data: OneGraphDestroyServiceAuthInput!): OneGraphDestroyServiceAuthResponsePayload! - subscriptionUnsubscribe(data: OneGraphGraphQLSubscriptionUnsubscribeInput!): OneGraphGraphQLSubscriptionUnsubscribeResponsePayload! - createPersonalToken(input: OneGraphCreatePersonalTokenInput!): OneGraphCreatePersonalTokenResponsePayload! - deletePersonalToken(input: OneGraphDeletePersonalTokenInput!): OneGraphDeletePersonalTokenResponsePayload! - addAuthsToPersonalToken(input: OneGraphAddAuthsToPersonalTokenInput!): OneGraphAddAuthsToPersonalTokenResponsePayload! - persistAuths(input: OneGraphPersistAuthsInput!): OneGraphPersistAuthsResponsePayload! - createShortenedUrl(input: OneGraphCreateShortenedUrlInput!): OneGraphShortenUrlResponsePayload! - createOrg(input: OneGraphCreateOrgInput!): OneGraphCreateOrgResponsePayload! - updateOrgById(input: OneGraphUpdateOrgByIdInput!): OneGraphUpdateOrgByIdResponsePayload! - enableDataVirtualization(input: OneGraphStartDataVirtualizationInput!): OneGraphStartDataVirtualizationPayload! - createPersistedQuery(input: OneGraphCreatePersistedQueryInput!): OneGraphPersistedQueryResponsePayload! - createPersitQueryToken(input: OneGraphPersistedQueryTokenInput!): OneGraphCreatePersitQueryTokenResponsePayload! - deletePersistedQuery(input: OneGraphDeletePersistedQueryInput!): OneGraphDeletePersistedQueryResponsePayload! - setupSalesforceSubscriptionHelperClass: OneGraphSetupSalesforceSubscriptionsCreateHelperClassPayload! - setupSalesforceSubscriptionTriggerClass(input: OneGraphSetupSalesforceSubscriptionsCreateTriggerClassInput!): OneGraphSetupSalesforceSubscriptionsCreateTriggerClassPayload! - - """ - Allows non-admin users to subscribe to GitHub events on OneGraph for the given repo and app. - """ - enableGitHubRepositorySubscriptionDelegation(input: OneGraphEnableGithubRepositorySubscriptionDelegationInput!): OneGraphEnableGithubRepositorySubscriptionDelegationResult! - - """ - Remove ability for non-admin users to subscribe to GitHub events on OneGraph for the given repo and app. - """ - disableGitHubRepositorySubscriptionDelegation(input: OneGraphDisableGithubRepositorySubscriptionDelegationInput!): OneGraphDisableGithubRepositorySubscriptionDelegationResult! - - """ - Remove ability for non-admin users to subscribe to GitHub events on OneGraph. Allows the owner of the app on OneGraph to remove delegation for a repo. - """ - disableGitHubRepositorySubscriptionDelegationById(input: OneGraphDisableGithubRepositorySubscriptionDelegationByIdInput!): OneGraphDisableGithubRepositorySubscriptionDelegationByIdResult! - destroyApp(id: String!): OneGraphApp - saveQuery(public: Boolean, enabled: Boolean, tags: [String!]!, description: String, name: String!, body: String!): OneGraphQuery! - updateQuery(public: Boolean, enabled: Boolean, tags: [String!], name: String, id: String!): OneGraphQuery - destroyQuery(version: String!, name: String!): OneGraphQuery! - signUp(agreeToTOS: Boolean!, passwordConfirm: String!, password: String!, email: String!, fullName: String!): OneGraphSignInResult! - signIn(rememberMe: Boolean!, password: String!, email: String!): OneGraphSignInResult! - agreeToTos(userAgreesToTheOneGraphTermsOfService: Boolean!): OneGraphUser! - signOut: OneGraphSignoutResponsePayload! - exchangeGitHubContextForOneGraphAccessToken: OneGraphSignInResult! - associateOneGraphUserWithGitHubAccount: OneGraphUser! - requestPasswordReset(email: String!): String! - resetPassword(passwordConfirm: String!, password: String!, token: String!): Boolean! -} - -input ZeitAliasDeploymentArg { - """The alias we want to assign to the deployment defined in the URL..""" - alias: String! - deploymentId: String! -} - -type ZeitAliasDeploymentResponsePayload { - """ - The unique identifier of the previously aliased deployment, only received when the alias was used before - """ - oldId: String - - """The unique identifier of the alias""" - uid: String! - - """The date when the alias was created""" - created: String! -} - -"""The encoding used for the file content""" -enum ZeitFileEncodingEnumArg { - BASE64 - UTF8 -} - -input ZeitCreateDeploymentFileArg { - """ - The encoding used for the file content, it could be either `base64` or `plain`, defaults to `plain`. - """ - encoding: ZeitFileEncodingEnumArg - - """ - The file content, it could be either a base64 (useful for images, etc.) of the files or the plain content for source code. - """ - data: String! - - """The file name including the whole path, eg. `folder/file.js`.""" - pathAndFilename: String! -} - -input ZeitCreateDeploymentArg { - """A list of maps with the files you want in the deploy.""" - files: [ZeitCreateDeploymentFileArg!]! - - """ - A boolean indicating if the deployment is public. For every deployment done under the OSS plan, this needs to be set to true. - """ - public: Boolean! - - """A string with the project name used in the deployment URL.""" - projectName: String! -} - -type ZeitCreateANewDeploymentV6Response { - """A String holding the unique ID of the deployment.""" - id: String - - """ - A string with the unique URL of the deployment. If it hasn't finished uploading (is incomplete), the value will be null. - """ - url: String - - """The name of the deployment.""" - name: String - - """The Now platform version the deployment is associated to.""" - version: Int - - """The regions the deployment exists in, e.g. sfo1.""" - regions: [ZeitRegionEnum!] - - """ - A list of routes objects used to rewrite paths to point towards other internal or external paths. For example; [{ "src": "/docs", "dest": "https://docs.zeit.co" }]. - """ - routes: [ZeitRoute!] - - """ - A list of objects containing the Builds for a particular set of sources in the deployment. Each object contains a src and use describing the sources files that use Builds in the deployment. - """ - builds: [ZeitSimpleBuild!] - - """The pricing plan the deployment was made under.""" - plan: String - - """ - A Boolean representing if the deployment is public or not. By default this is false. - """ - public: Boolean - - """The unique ID of the user or team the deployment belongs to.""" - ownerId: String - - """""" - readyState: ZeitDeploymentReadyState - - """ - A number containing the date when the deployment was created in milliseconds. - """ - createdAt: Int - - """The region where the deployment was first created, e.g. sfo1.""" - createdIn: String - - """The logs from this newly-created deployment.""" - logs: [ZeitDeploymentLog!] -} - -type ZeitCreateDeploymentResponsePayload { - deployment: ZeitCreateANewDeploymentV6Response -} - -input ZeitPurchaseDomainArg { - """The price you expect to be charged for the purchase.""" - expectedPrice: Int - - """The domain name you want to purchase.""" - name: String! -} - -type ZeitPurchaseDomainResponsePayload { - success: Boolean! -} - -"""Namespace for all mutations for Zeit""" -type ZeitMutationNamespace { - purchaseDomain( - """ - Purchase the specified domain, it receive the domain name as the key name inside the request body. - """ - data: ZeitPurchaseDomainArg! - ): ZeitPurchaseDomainResponsePayload! - createDeployment( - """Create a Zeit deployment.""" - input: ZeitCreateDeploymentArg! - ): ZeitCreateDeploymentResponsePayload! - aliasDeployment( - """Alias a Zeit deployment with a domain.""" - input: ZeitAliasDeploymentArg! - ): ZeitAliasDeploymentResponsePayload! -} - -""" -The broadcastStatus parameter identifies the state to which the broadcast is changing. Note that to transition a broadcast to either the testing or live state, the `status.streamStatus` must be active for the stream that the broadcast is bound to. -""" -enum YouTubeBroadcastStatusEnum { - """ - Start testing the broadcast. YouTube transmits video to the broadcast's monitor stream. Note that you can only transition a broadcast to the testing state if its `contentDetails.monitorStream.enableMonitorStream` property is set to true. - """ - testing - - """ - The broadcast is visible to its audience. YouTube transmits video to the broadcast's monitor stream and its broadcast stream. - """ - live - - """The broadcast is over. YouTube stops transmitting video.""" - complete -} - -input YouTubeTransitionLiveBroadcastData { - """ - The id parameter specifies the unique ID of the broadcast that is transitioning to another status. - """ - broadcastStatus: YouTubeBroadcastStatusEnum! - id: String! -} - -type YouTubeTransitionLiveBroadcastSuccessResponsePayload { - livebroadcast: YouTubeLiveBroadcast! -} - -type YouTubeTransitionLiveBroadcastResponsePayload { - result: YouTubeTransitionLiveBroadcastSuccessResponsePayload -} - -input YouTubeLiveBroadcastMonitorStreamArg { - broadcastStreamDelayMs: Int! - enableMonitorStream: Boolean! -} - -input YouTubeLiveBroadcastContentDetailsArg { - monitorStream: YouTubeLiveBroadcastMonitorStreamArg! - startWithSlate: Boolean - recordFromStart: Boolean - enableEmbed: Boolean - enableContentEncryption: Boolean - enableDvr: Boolean -} - -""" -If you are submitting an update request, and your request does not specify a value for a property that already has a value, the property's existing value will be deleted. - -Updates a broadcast. For example, you could modify the broadcast settings defined in the liveBroadcast resource's contentDetails object. -""" -input YouTubeUpdateLiveBroadcastData { - contentDetails: YouTubeLiveBroadcastContentDetailsArg! - broadcastStatus: YouTubeLiveBroadcastStatusArg! - snippet: YouTubeLiveBroadcastSnippetArg! - id: String! -} - -type YouTubeUpdateLiveBroadcastResponsePayload { - livebroadcast: YouTubeLiveBroadcast! -} - -""" -The broadcast's privacy status. Note that the broadcast represents exactly one YouTube video, so the privacy settings are identical to those supported for videos. In addition, you can set this field by modifying the broadcast resource or by setting the privacyStatus field of the corresponding video resource. -""" -enum YouTubePrivacyStatusEnum { - public - private - unlisted -} - -input YouTubeLiveBroadcastStatusArg { - """ - The broadcast's title. Note that the broadcast represents exactly one YouTube video. You can set this field by modifying the broadcast resource or by setting the title field of the corresponding video resource. - """ - privacyStatus: YouTubePrivacyStatusEnum! -} - -input YouTubeLiveBroadcastSnippetArg { - """ - The date and time that the broadcast is scheduled to start. The value is specified in `ISO 8601` (`YYYY-MM-DDThh:mm:ss.sZ`) format. - """ - scheduledStartTime: String! - - """ - The broadcast's title. Note that the broadcast represents exactly one YouTube video. You can set this field by modifying the broadcast resource or by setting the title field of the corresponding video resource. - """ - title: String! -} - -input YouTubeLiveBroadcastArg { - status: YouTubeLiveBroadcastStatusArg! - snippet: YouTubeLiveBroadcastSnippetArg! -} - -input YouTubeInsertLiveBroadcastData { - liveBroadcast: YouTubeLiveBroadcastArg! - onBehalfOfContentOwner: String - onBehalfOfContentOwnerChannel: String -} - -type YouTubeInsertLiveBroadcastResponsePayload { - livebroadcast: YouTubeLiveBroadcast! -} - -type YouTubeLiveBroadcastMutation { - insertLiveBroadcast(data: YouTubeInsertLiveBroadcastData!): YouTubeInsertLiveBroadcastResponsePayload! - updateLiveBroadcast(data: YouTubeUpdateLiveBroadcastData!): YouTubeUpdateLiveBroadcastResponsePayload! - transitionLiveBroadcast(data: YouTubeTransitionLiveBroadcastData!): YouTubeTransitionLiveBroadcastResponsePayload! -} - -"""Namespace for all mutations for YouTube""" -type YouTubeMutationNamespace { - liveBroadcast: YouTubeLiveBroadcastMutation! -} - -input TwitterPostStatusArg { - """ - The text of the status update. URL encode as necessary. t.co link wrapping will affect character counts. - """ - status: String! -} - -type TwitterPostStatusResponsePayload { - success: Boolean! - tweet: TwitterTweet! -} - -"""Namespace for all mutations for Twitter""" -type TwitterMutationNamespace { - postStatus( - """Post a status update on twitter. You know - tweeting!""" - input: TwitterPostStatusArg! - ): TwitterPostStatusResponsePayload! -} - -""" -Make a REST API call to the Twitch API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type TwitchTvPassthroughMutation { - """ - Make a POST request to the Twitch API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Twitch API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Twitch API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Twitch API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for TwitchTv mutations""" -type TwitchTvMutation { - """ - Make a REST API call to the Twitch API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: TwitchTvPassthroughMutation! -} - -input TwilioSendMessageData { - mediaUrl: String - body: String - from: String! - to: String! -} - -type TwilioSendMessageResponsePayload { - message: TwilioMessage! -} - -"""Namespace for all mutations for Twilio""" -type TwilioMutationNamespace { - sendMessage(data: TwilioSendMessageData!): TwilioSendMessageResponsePayload -} - -input TrelloDeleteOrganizationMutationInput { - """The id of the organization to archive.""" - id: String! -} - -type TrelloDeleteOrganizationResponsePayload { - deleted: Boolean! -} - -input TrelloDeleteListMutationInput { - """The id of the list to archive.""" - id: String! -} - -type TrelloDeleteListResponsePayload { - deleted: Boolean! -} - -input TrelloDeleteLabelMutationInput { - """The id of the label to archive.""" - id: String! -} - -type TrelloDeleteLabelResponsePayload { - deleted: Boolean! -} - -input TrelloDeleteCustomFieldMutationInput { - """The id of the customField to archive.""" - id: String! -} - -type TrelloDeleteCustomFieldResponsePayload { - deleted: Boolean! -} - -input TrelloDeleteChecklistMutationInput { - """The id of the checklist to archive.""" - id: String! -} - -type TrelloDeleteChecklistResponsePayload { - deleted: Boolean! -} - -input TrelloDeleteCardMutationInput { - """The id of the card to archive.""" - id: String! -} - -type TrelloDeleteCardResponsePayload { - deleted: Boolean! -} - -input TrelloDeleteBoardMutationInput { - """The id of the board to archive.""" - id: String! -} - -type TrelloDeleteBoardResponsePayload { - deleted: Boolean! -} - -input TrelloArchiveListMutationInput { - """The id of the list to archive.""" - id: String! -} - -type TrelloArchiveListResponsePayload { - list: TrelloList! -} - -input TrelloArchiveCardMutationInput { - """The id of the card to archive.""" - id: String! -} - -type TrelloArchiveCardResponsePayload { - card: TrelloCard! -} - -input TrelloArchiveBoardMutationInput { - """The id of the board to archive.""" - id: String! -} - -type TrelloArchiveBoardResponsePayload { - board: TrelloBoard! -} - -enum TrelloUpdateOrganizationPermissionLevel { - PRIVATE - PUBLIC -} - -enum TrelloUpdateOrganizationBoardVisibility { - ADMIN - NONE - ORG -} - -input TrelloUpdateOrganizationBoardVisibilityArg { - """Who on the team can make public boards.""" - public: TrelloUpdateOrganizationBoardVisibility - - """Who can make private boards.""" - private: TrelloUpdateOrganizationBoardVisibility - - """Who can make team visible boards.""" - org: TrelloUpdateOrganizationBoardVisibility -} - -input TrelloUpdateOrganizationPrefsArg { - """Whether the team page is publicly visible. One of: private, public""" - permissionLevel: TrelloUpdateOrganizationPermissionLevel - - """ - An email address with optional wildcard characters. (E.g. subdomain.*.trello.com) - """ - orgInviteRestrict: String - - """Visibility restrictions on the board""" - boardVisibilityRestrict: TrelloUpdateOrganizationBoardVisibilityArg - - """1 or 2""" - googleAppsVersion: Int - - """Whether non-team members can be added to boards inside the team""" - externalMembersDisabled: Boolean - - """The Google Apps domain to link this org to.""" - associatedDomain: String -} - -input TrelloUpdateOrganizationMutationInput { - """Preferences for the organization""" - prefs: TrelloUpdateOrganizationPrefsArg - - """A URL starting with `http://` or `https://`.""" - website: String - - """The description for the organization.""" - desc: String - - """""" - displayName: String - - """ - A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. Must be unique. - """ - name: String - - """The id of the organization to update""" - id: String! -} - -type TrelloUpdateOrganizationResponsePayload { - organization: TrelloOrganization! -} - -input TrelloUpdateListMutationInput { - """Whether the active member is subscribed to this list""" - subscribed: Boolean - - """ - Position of the list. `top`, `bottom`, or a positive floating point number. - """ - pos: String - - """The id of the board the list should be moved to.""" - idBoard: String - - """Whether the list should be closed (archived)""" - closed: Boolean - - """Name for the list""" - name: String - - """The id of the list to update""" - id: String! -} - -type TrelloUpdateListResponsePayload { - list: TrelloList! -} - -enum TrelloUpdateLabelColor { - YELLOW - PURPLE - BLUE - RED - GREEN - ORANGE - BLACK - SKY - PINK - LIME - - """null means no color, and the label will not show on the front of cards""" - NULL -} - -input TrelloUpdateLabelMutationInput { - """The color for the label""" - color: TrelloUpdateLabelColor - - """Name for the label""" - name: String - - """The id of the label to update""" - id: String! -} - -type TrelloUpdateLabelResponsePayload { - label: TrelloLabel! -} - -input TrelloUpdateCustomFieldMutationInput { - """Whether this custom field should be shown on the front of cards""" - displayCardFront: Boolean - pos: String - name: String - - """The id of the custom field to update.""" - id: String! -} - -type TrelloUpdateCustomFieldResponsePayload { - customField: TrelloCustomFields! -} - -input TrelloUpdateChecklistMutationInput { - """ - The position of the checklist on the card. One of: top, bottom, or a positive number. - """ - pos: String - - """The name of the checklist. Should be a string of length 1 to 16384.""" - name: String - - """The id of the checklist.""" - id: String! -} - -type TrelloUpdateChecklistResponsePayload { - checklist: TrelloChecklist! -} - -input TrelloUpdateCardMutationInput { - """Whether the member should be subscribed to the card""" - subscribed: Boolean - - """Whether the due date should be marked complete""" - dueComplete: Boolean - - """A due date for the card""" - due: String - - """The position of the card: `top`, `bottom`, or a positive float""" - pos: String - - """The id of the board the card should be on""" - idBoard: String - - """List of label ids to add to the card""" - idLabels: [String!] - - """The id of the list the card should be created in.""" - idList: String - - """ - The id of the image attachment the card should use as its cover, or null for none - """ - idAttachmentCover: String - - """List of member ids that should be added to the card""" - idMembers: [String!] - - """Whether the card should be archived""" - closed: Boolean - - """The description for the card""" - desc: String - - """The name for the card""" - name: String - - """The id of the card to update""" - id: String! -} - -type TrelloUpdateCardResponsePayload { - card: TrelloCard! -} - -input TrelloUpdateBoardLabelNamesArg { - """Name for the blue label. 1 to 16384 characters long""" - blue: String - - """Name for the purple label. 1 to 16384 characters long""" - purple: String - - """Name for the red label. 1 to 16384 characters long""" - red: String - - """Name for the orange label. 1 to 16384 characters long""" - orange: String - - """Name for the yellow label. 1 to 16384 characters long""" - yellow: String - - """Name for the green label. 1 to 16384 characters long""" - green: String -} - -enum TrelloUpdateBoardCardAging { - PIRATE - REGULAR -} - -enum TrelloUpdateBoardInvitations { - ADMINS - MEMBERS -} - -enum TrelloUpdateBoardComments { - DISABLED - MEMBERS - OBSERVERS - ORG - PUBLIC -} - -enum TrelloUpdateBoardVoting { - DISABLED - MEMBERS - OBSERVERS - ORG - PUBLIC -} - -enum TrelloUpdateBoardPermissionLevel { - ORG - PRIVATE - PUBLIC -} - -input TrelloUpdateBoardPrefsArg { - """ - Determines the type of card aging that should take place on the board if card aging is enabled. One of: pirate, regular. - """ - cardAging: TrelloUpdateBoardCardAging - - """ - The id of a custom background or one of: `blue`, `orange`, `green`, `red`, `purple`, `pink`, `lime`, `sky`, `grey`. - """ - background: String - - """Determines whether card covers are enabled.""" - cardCovers: Boolean - - """ - Determines whether users can join the boards themselves or whether they have to be invited. - """ - selfJoin: Boolean - - """Determines what types of members can invite users to join""" - invitations: TrelloUpdateBoardInvitations - - """Who can comment on cards on this board.""" - comments: TrelloUpdateBoardComments - - """Who can vote on this board""" - voting: TrelloUpdateBoardVoting - - """The permission level of the board""" - permissionLevel: TrelloUpdateBoardPermissionLevel -} - -input TrelloUpdateBoardMutationInput { - """The label names for the board""" - labelNames: TrelloUpdateBoardLabelNamesArg - - """The permissions for the board""" - prefs: TrelloUpdateBoardPrefsArg - - """The id or name of the team the board should be moved to.""" - idOrganization: String - - """Whether the acting user is subscribed to the board""" - subscribed: Boolean - - """Whether the board is closed""" - closed: Boolean - - """A new description for the board, 0 to 16384 characters long.""" - desc: String - - """The name for the board""" - name: String - - """The id of the board to update""" - id: String! -} - -type TrelloUpdateBoardResponsePayload { - board: TrelloBoard! -} - -input TrelloCreateOrganizationMutationInput { - """A URL starting with `http://` or `https://`.""" - website: String - - """ - A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. Must be unique. - """ - name: String - - """The description for the team.""" - desc: String - - """""" - displayName: String! -} - -type TrelloCreateOrganizationResponsePayload { - organization: TrelloOrganization! -} - -input TrelloCreateListMutationInput { - """ - Position of the list. `top`, `bottom`, or a positive floating point number. - """ - pos: String - - """id of the list to copy into the new list.""" - idListSource: String - - """The id of the board the list should be created on.""" - idBoard: String! - - """Name for the list""" - name: String! -} - -type TrelloCreateListResponsePayload { - list: TrelloList! -} - -enum TrelloCreateLabelColor { - YELLOW - PURPLE - BLUE - RED - GREEN - ORANGE - BLACK - SKY - PINK - LIME - - """null means no color, and the label will not show on the front of cards""" - NULL -} - -input TrelloCreateLabelMutationInput { - """The id of the board to create the label on.""" - idBoard: String! - - """The color for the label""" - color: TrelloCreateLabelColor! - - """Name for the label""" - name: String! -} - -type TrelloCreateLabelResponsePayload { - label: TrelloLabel! -} - -enum TrelloCreateCustomFieldType { - NUMBER - DATE - TEXT - CHECKBOX - LIST -} - -input TrelloCreateCustomFieldMutationInput { - """Whether this custom field should be shown on the front of cards""" - displayCardFront: Boolean - pos: String! - options: String - type: TrelloCreateCustomFieldType! - name: String! - - """ - The id of the model for which the Custom Field is being defined. This should always be the id of a board. - """ - idModel: String! -} - -type TrelloCreateCustomFieldResponsePayload { - customField: TrelloCustomFields! -} - -input TrelloCreateChecklistMutationInput { - """The id of a checklist to copy into the new checklist.""" - idChecklistSource: String - - """ - The position of the checklist on the card. One of: top, bottom, or a positive number. - """ - pos: String - - """The name of the checklist. Should be a string of length 1 to 16384.""" - name: String - - """The id of the card that the checklist should be added to.""" - idCard: String! -} - -type TrelloCreateChecklistResponsePayload { - checklist: TrelloChecklist! -} - -input TrelloCreateCardMutationInput { - """ - If using idCardSource you can specify which properties to copy over. `all` or a list of `attachments`, `checklists`, `comments`, `due`, `labels`, `members`, `stickers` - """ - keepFromSource: [String!] - - """The id of a card to copy into the new card""" - idCardSource: String - - """A URL starting with `http://` or `https://`""" - urlSource: String - - """List of label ids to add to the card""" - idLabels: [String!] - - """List of member ids that should be added to the card""" - idMembers: [String!] - - """The id of the list the card should be created in.""" - idList: String! - dueComplete: Boolean - - """A due date for the card""" - due: String - - """The position of the card: `top`, `bottom`, or a positive float""" - pos: String - - """The description for the card""" - desc: String - - """The name for the card""" - name: String -} - -type TrelloCreateCardResponsePayload { - card: TrelloCard! -} - -enum TrelloCreateBoardCardAging { - PIRATE - REGULAR -} - -enum TrelloCreateBoardInvitations { - ADMINS - MEMBERS -} - -enum TrelloCreateBoardComments { - DISABLED - MEMBERS - OBSERVERS - ORG - PUBLIC -} - -enum TrelloCreateBoardVoting { - DISABLED - MEMBERS - OBSERVERS - ORG - PUBLIC -} - -enum TrelloCreateBoardPermissionLevel { - ORG - PRIVATE - PUBLIC -} - -input TrelloCreateBoardPrefsArg { - """ - Determines the type of card aging that should take place on the board if card aging is enabled. One of: pirate, regular. - """ - cardAging: TrelloCreateBoardCardAging - - """ - The id of a custom background or one of: `blue`, `orange`, `green`, `red`, `purple`, `pink`, `lime`, `sky`, `grey`. - """ - background: String - - """Determines whether card covers are enabled.""" - cardCovers: Boolean - - """ - Determines whether users can join the boards themselves or whether they have to be invited. - """ - selfJoin: Boolean - - """Determines what types of members can invite users to join""" - invitations: TrelloCreateBoardInvitations - - """Who can comment on cards on this board.""" - comments: TrelloCreateBoardComments - - """Who can vote on this board""" - voting: TrelloCreateBoardVoting - - """The permission level of the board""" - permissionLevel: TrelloCreateBoardPermissionLevel -} - -enum TrelloCreateBoardPowerUps { - ALL - CALENDAR - CARDAGING - RECAP - VOTING -} - -input TrelloCreateBoardMutationInput { - """The permissions for the board""" - prefs: TrelloCreateBoardPrefsArg - - """ - The Power-Ups that should be enabled on the new board. One of: all, calendar, cardAging, recap, voting. - """ - powerUps: TrelloCreateBoardPowerUps - - """To keep cards from the original board pass in the value `cards`""" - keepFromSource: String - - """The id of a board to copy into the new board.""" - idBoardSource: String - - """The id or name of the team the board should belong to.""" - idOrganization: String - - """A new description for the board, 0 to 16384 characters long.""" - desc: String - - """ - Determines whether to add the default set of lists to a board (To Do, Doing, Done). It is ignored if `idBoardSource` is provided. - """ - defaultLists: Boolean - - """Determines whether to use the default set of labels.""" - defaultLabels: Boolean - - """The name for the board""" - name: String! -} - -type TrelloCreateBoardResponsePayload { - board: TrelloBoard! -} - -"""The root for Trello Mutations""" -type TrelloMutation { - """Create a board""" - createBoard(input: TrelloCreateBoardMutationInput!): TrelloCreateBoardResponsePayload! - - """Create a card""" - createCard(input: TrelloCreateCardMutationInput!): TrelloCreateCardResponsePayload! - - """Create a checklist""" - createChecklist(input: TrelloCreateChecklistMutationInput!): TrelloCreateChecklistResponsePayload! - - """Create a customField""" - createCustomField(input: TrelloCreateCustomFieldMutationInput!): TrelloCreateCustomFieldResponsePayload! - - """Create a label""" - createLabel(input: TrelloCreateLabelMutationInput!): TrelloCreateLabelResponsePayload! - - """Create a list""" - createList(input: TrelloCreateListMutationInput!): TrelloCreateListResponsePayload! - - """Create a organization""" - createOrganization(input: TrelloCreateOrganizationMutationInput!): TrelloCreateOrganizationResponsePayload! - - """Update a board""" - updateBoard(input: TrelloUpdateBoardMutationInput!): TrelloUpdateBoardResponsePayload! - - """Update a card""" - updateCard(input: TrelloUpdateCardMutationInput!): TrelloUpdateCardResponsePayload! - - """Update a checklist""" - updateChecklist(input: TrelloUpdateChecklistMutationInput!): TrelloUpdateChecklistResponsePayload! - - """Update a customField""" - updateCustomField(input: TrelloUpdateCustomFieldMutationInput!): TrelloUpdateCustomFieldResponsePayload! - - """Update a label""" - updateLabel(input: TrelloUpdateLabelMutationInput!): TrelloUpdateLabelResponsePayload! - - """Update a list""" - updateList(input: TrelloUpdateListMutationInput!): TrelloUpdateListResponsePayload! - - """Update a organization""" - updateOrganization(input: TrelloUpdateOrganizationMutationInput!): TrelloUpdateOrganizationResponsePayload! - - """Archive a board.""" - archiveBoard(input: TrelloArchiveBoardMutationInput!): TrelloArchiveBoardResponsePayload! - - """Archive a card.""" - archiveCard(input: TrelloArchiveCardMutationInput!): TrelloArchiveCardResponsePayload! - - """Archive a list.""" - archiveList(input: TrelloArchiveListMutationInput!): TrelloArchiveListResponsePayload! - - """ - Delete a board. It is safer to archive lists, boards, and cards rather than delete them. - """ - deleteBoard(input: TrelloDeleteBoardMutationInput!): TrelloDeleteBoardResponsePayload! - - """ - Delete a card. It is safer to archive lists, boards, and cards rather than delete them. - """ - deleteCard(input: TrelloDeleteCardMutationInput!): TrelloDeleteCardResponsePayload! - - """ - Delete a checklist. It is safer to archive lists, boards, and cards rather than delete them. - """ - deleteChecklist(input: TrelloDeleteChecklistMutationInput!): TrelloDeleteChecklistResponsePayload! - - """ - Delete a customField. It is safer to archive lists, boards, and cards rather than delete them. - """ - deleteCustomField(input: TrelloDeleteCustomFieldMutationInput!): TrelloDeleteCustomFieldResponsePayload! - - """ - Delete a label. It is safer to archive lists, boards, and cards rather than delete them. - """ - deleteLabel(input: TrelloDeleteLabelMutationInput!): TrelloDeleteLabelResponsePayload! - - """ - Delete a list. It is safer to archive lists, boards, and cards rather than delete them. - """ - deleteList(input: TrelloDeleteListMutationInput!): TrelloDeleteListResponsePayload! - - """ - Delete a organization. It is safer to archive lists, boards, and cards rather than delete them. - """ - deleteOrganization(input: TrelloDeleteOrganizationMutationInput!): TrelloDeleteOrganizationResponsePayload! -} - -input StripeCancelSubscriptionData { - """ - Will generate a proration invoice item that credits remaining unused time until the subscription period end. - - """ - prorate: Boolean - - """ - Will generate a final invoice that invoices for any un-invoiced metered usage and new/pending proration invoice items. - - """ - invoiceNow: Boolean - subscriptionId: String! -} - -type StripeCancelSubscriptionResponsePayload { - subscription: StripeSubscription! -} - -""" -String indicating the reason for the refund. If set, possible values are duplicate, fraudulent, and requested_by_customer. Specifying fraudulent as the reason when you believe the charge to be fraudulent will help us improve our fraud detection algorithms. -""" -enum StripeRefundReasonEnum { - duplicate - fraudulent - requested_by_customer -} - -input StripeRefundChargeData { - reason: StripeRefundReasonEnum - amount: Int - chargeId: String! -} - -type StripeRefundChargeResponsePayload { - refund: StripeRefund! -} - -"""Namespace for all mutations for stripe""" -type StripeMutationNamespace { - refundCharge(data: StripeRefundChargeData!): StripeRefundChargeResponsePayload! - - """ - Cancels a customer’s subscription immediately. The customer will not be charged again for the subscription. - - Note, however, that any pending invoice items that you’ve created will still be charged for at the end of the period, unless manually deleted. If you’ve set the subscription to cancel at the end of the period, any pending prorations will also be left in place and collected at the end of the period. But if the subscription is set to cancel immediately, pending prorations will be removed. - - By default, upon subscription cancellation, Stripe will stop automatic collection of all finalized invoices for the customer. This is intended to prevent unexpected payment attempts after the customer has canceled a subscription. However, you can resume automatic collection of the invoices manually after subscription cancellation to have us proceed. Or, you could check for unpaid invoices before allowing the customer to cancel the subscription at all. - """ - cancelSubscription(data: StripeCancelSubscriptionData!): StripeCancelSubscriptionResponsePayload! -} - -input SpotifySetPlayerVolumeInput { - """The volume to set. Must be a value from 0 to 100 inclusive.""" - volumePercent: Int! - - """ - The id of the device this command is targeting. If not supplied, the user’s currently active device is the target - """ - deviceId: String -} - -type SpotifySetPlayerVolumeResponsePayload { - player: SpotifyPlayer -} - -input SpotifySeekPlayerToMsInput { - """ - The position in milliseconds to seek to. Must be a positive number. Passing in a position that is greater than the length of the track will cause the player to start playing the next song. - """ - positionMs: Int! - - """ - The id of the device this command is targeting. If not supplied, the user’s currently active device is the target - """ - deviceId: String -} - -type SpotifySeekPlayerToMSResponsePayload { - player: SpotifyPlayer -} - -input SpotifyResumePlayerInput { - """ - The id of the device this command is targeting. If not supplied, the user’s currently active device is the target - """ - deviceId: String -} - -type SpotifyResumePlayerResponsePayload { - player: SpotifyPlayer -} - -input SpotifyStartPlayerInput { - """ - Indicates from what position to start playback. Must be a positive number. Passing in a position that is greater than the length of the track will cause the player to start playing the next song. - """ - positionMs: Int - - """ - An array of the Spotify track Id's to play. For example, the Spotify URIs: `["spotify:track:4iV5W9uYEdYUVa79Axb7Rh", "spotify:track:1301WleyT98MSxVHPZCA6M"]` would have ids of `["4iV5W9uYEdYUVa79Axb7Rh", "1301WleyT98MSxVHPZCA6M"]` - """ - trackIds: [String!]! - - """ - The id of the device this command is targeting. If not supplied, the user’s currently active device is the target - """ - deviceId: String -} - -type SpotifyStartPlayerTrackResponsePayload { - player: SpotifyPlayer -} - -input SpotifyPausePlayerInput { - """ - The id of the device this command is targeting. If not supplied, the user’s currently active device is the target - """ - deviceId: String -} - -type SpotifyPausePlayerResponsePayload { - player: SpotifyPlayer -} - -input SpotifySkipPreviousTrackInput { - """ - The id of the device this command is targeting. If not supplied, the user’s currently active device is the target - """ - deviceId: String -} - -type SpotifySkipPreviousTrackResponsePayload { - player: SpotifyPlayer -} - -input SpotifySkipNextTrackInput { - """ - The id of the device this command is targeting. If not supplied, the user’s currently active device is the target - """ - deviceId: String -} - -type SpotifySkipNextTrackResponsePayload { - player: SpotifyPlayer -} - -"""Namespace for all mutations for Spotify""" -type SpotifyMutationNamespace { - skipNextTrack(input: SpotifySkipNextTrackInput): SpotifySkipNextTrackResponsePayload - skipPreviousTrack(input: SpotifySkipPreviousTrackInput): SpotifySkipPreviousTrackResponsePayload - pausePlayer(input: SpotifyPausePlayerInput): SpotifyPausePlayerResponsePayload - playTrack(input: SpotifyStartPlayerInput!): SpotifyStartPlayerTrackResponsePayload - resumePlayer(input: SpotifyResumePlayerInput): SpotifyResumePlayerResponsePayload - seekPlayerToMs(input: SpotifySeekPlayerToMsInput!): SpotifySeekPlayerToMSResponsePayload - setPlayerVolume(input: SpotifySetPlayerVolumeInput!): SpotifySetPlayerVolumeResponsePayload -} - -input SlackChatUpdateInputArg { - """The timestamp of the original message you wish to update""" - ts: String! - - """Change how messages are treated. Defaults to NONE.""" - parse: String - - """Find and link channel names and usernames.""" - linkNames: Boolean - - """List of structured attachments.""" - attachments: [SlackPostMessageAttachmentArg!] - - """ - Pass true to post the message as the authed user, instead of as a bot. Defaults to false. - """ - asUser: Boolean - - """ - - Text of the message to send. See below for an explanation of formatting. This field is usually required, unless you're providing only attachments instead. Provide no more than 40,000 characters or risk truncation. - - Messages are formatted as described in the [formatting spec](https://api.slack.com/docs/message-formatting). You can specify values for parse and linkNames to change formatting behavior. - - """ - text: String - - """ - The id (e.g. `"C9F8STAP8"`, not `"#general"`) of the channel containing the message to be updated. - """ - channelId: String! -} - -input SlackMessageAttachmentFieldArg { - """ - An optional flag indicating whether the value is short enough to be displayed side-by-side with other values. - """ - short: Boolean - - """ - The text value of the field. It may contain [standard message markup](https://api.slack.com/docs/message-formatting) and must be escaped as normal. May be multi-line. - """ - value: String - - """ - Shown as a bold heading above the value text. It cannot contain markup and will be escaped for you. - """ - title: String -} - -input SlackPostMessageAttachmentArg { - """ - Does your attachment relate to something happening at a specific time? - - By providing the ts field with an integer value in "epoch time", the attachment will display an additional timestamp value as part of the attachment's footer. - - Use ts when referencing articles or happenings. Your message's timestamp will be displayed in varying ways, depending on how far in the past or future it is, relative to the present. Form factors, like mobile versus desktop may also transform its rendered appearance. - - Example: Providing 123456789 would result in a rendered timestamp of Nov 29th, 1973. If it were currently 1973, the year might be trimmed off. If it were only a few days ago, we might display also display the time of day, like 9:33pm. - """ - ts: Int - - """ - To render a small icon beside your footer text, provide a publicly accessible URL string in the footer_icon field. You must also provide a footer for the field to be recognized. - - We'll render what you provide at 16px by 16px. It's best to use an image that is similarly sized. - """ - footerIcon: String - - """ - Add some brief text to help contextualize and identify an attachment. Limited to 300 characters, and may be truncated further when displayed to users in environments with limited screen real estate. - """ - footer: String - - """ - A valid URL to an image file that will be displayed as a thumbnail on the right side of a message attachment. We currently support the following formats: GIF, JPEG, PNG, and BMP. - - The thumbnail's longest dimension will be scaled down to 75px while maintaining the aspect ratio of the image. The filesize of the image must also be less than 500 KB. - - For best results, please use images that are already 75px by 75px. - """ - thumbUrl: String - - """ - A valid URL to an image file that will be displayed inside a message attachment. We currently support the following formats: GIF, JPEG, PNG, and BMP. - - Large images will be resized to a maximum width of 360px or a maximum height of 500px, while still maintaining the original aspect ratio. - """ - imageUrl: String - - """Fields get displayed in a table-like way.""" - fields: [SlackMessageAttachmentFieldArg!] - - """ - This is the main text in a message attachment, and can contain standard message markup. The content will automatically collapse if it contains 700+ characters or 5+ linebreaks, and will display a "Show more..." link to expand the content. Links posted in the text field will not unfurl. - """ - text: String - - """By passing a valid URL, the title text will be hyperlinked""" - titleLink: String - - """ - The title is displayed as larger, bold text near the top of a message attachment. - """ - title: String - - """ - A valid URL that displays a small 16x16px image to the left of the author_name text. Will only work if authorName is present. - """ - authorIcon: String - - """ - A valid URL that will hyperlink the authorName text. Will only work if authorName is present. - """ - authorLink: String - - """Small text used to display the author's name.""" - authorName: String - - """This is optional text that appears above the message attachment block.""" - pretext: String - - """ - Like traffic signals, color-coding messages can quickly communicate intent and help separate them from the flow of other messages in the timeline. - - An optional value that can either be one of good, warning, danger, or any hex color code (eg. #439FE0). This value is used to color the border along the left side of the message attachment. - """ - color: String - - """ - A plain-text summary of the attachment. This text will be used in clients that don't show formatted text (eg. IRC, mobile notifications) and should not contain any markup. - """ - fallback: String -} - -input SlackPostMessageDataArg { - """ - Set your bot's user name. Must be used in conjunction with as_user set to false, otherwise ignored. - """ - username: String - - """Pass false to disable unfurling of media content.""" - unfurlMedia: Boolean - - """Pass true to enable unfurling of primarily text-based content.""" - unfurlLinks: Boolean - - """ - Provide another message's ts value to make this message a reply. Avoid using a reply's ts value; use its parent instead. - """ - threadTs: String - - """ - Used in conjunction with threadTs and indicates whether reply should be made visible to everyone in the channel or conversation. Defaults to false. - """ - replyBroadcast: Boolean - - """Change how messages are treated. Defaults to NONE.""" - parse: String - - """Disable Slack markup parsing by setting to false. Enabled by default.""" - markdown: Boolean - - """Find and link channel names and usernames.""" - linkNames: Boolean - - """ - URL to an image to use as the icon for this message. Must be used in conjunction with asUser set to false, otherwise ignored. - """ - iconUrl: String - - """ - Emoji to use as the icon for this message. Overrides iconUrl. Must be used in conjunction with asUser set to false, otherwise ignored. - - Example: `:chart_with_upwards_trend:` - """ - iconEmoji: String - - """List of structured attachments.""" - attachments: [SlackPostMessageAttachmentArg!] - - """ - Pass true to post the message as the authed user, instead of as a bot. Defaults to false. - """ - asUser: Boolean - - """ - - Text of the message to send. See below for an explanation of formatting. This field is usually required, unless you're providing only attachments instead. Provide no more than 40,000 characters or risk truncation. - - Messages are formatted as described in the [formatting spec](https://api.slack.com/docs/message-formatting). You can specify values for parse and linkNames to change formatting behavior. - - """ - text: String - - """ - Channel, private group, or IM channel to send message to. Can be an encoded ID, or a name. You must specify a public channel, private channel, or an IM channel with the channel argument. Each one behaves slightly differently based on the authenticated user's permissions and additional arguments: - - ## Post to a public channel - You can either pass the channel's name (#general) or encoded ID (C024BE91L), and the message will be posted to that channel. The channel's ID can be retrieved through the channels.list API method. - - ## Post to a private group - As long as the authenticated user is a member of the private group, you can either pass the group's name (secret-group) or encoded ID (G012AC86C), and the message will be posted to that group. The private group's ID can be retrieved through the groups.list API method. - - ## Post to an IM channel - Posting to an IM channel is a little more complex depending on the value of asUser. - - If asUser is false: - Pass the IM channel's ID (D023BB3L2) as the value of channel to post to that IM channel as the bot. The IM channel's ID can be retrieved through the im.list API method. - If asUser is true: - Pass the IM channel's ID (D023BB3L2) as the value of channel to post to that IM channel as the authenticated user. The IM channel's ID can be retrieved through the im.list API method. - To send a direct message to the user owning the token used in the request, provide the channel field with the a conversation/IM ID value found in a method like im.list. - - - """ - channel: String! -} - -"""Slack Message""" -type SlackMessage { - text: String - username: String - botId: String - type: String - subType: String - ts: String -} - -type SlackPostMessageResponsePayload { - ok: Boolean - channel: String - ts: String - - """Message that was sent to the channel""" - message: SlackMessage -} - -"""Namespace for all mutations for Slack""" -type SlackMutationNamespace { - postMessage(data: SlackPostMessageDataArg!): SlackPostMessageResponsePayload! - updateChatMessage(input: SlackChatUpdateInputArg!): SlackPostMessageResponsePayload! -} - -""" -Make a REST API call to the Salesforce API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type SalesforcePassthroughMutation { - """ - Make a POST request to the Salesforce API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Salesforce API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Salesforce API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Salesforce API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -input SalesforceDeleteAuraDefinitionBundleInput { - """The id of the AuraDefinitionBundle to delete.""" - id: String! -} - -type SalesforceDeleteAuraDefinitionBundlePayload { - """The id of the AuraDefinitionBundle deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexTestRunResultInput { - """The id of the ApexTestRunResult to delete.""" - id: String! -} - -type SalesforceDeleteApexTestRunResultPayload { - """The id of the ApexTestRunResult deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTopicAssignmentInput { - """The id of the TopicAssignment to delete.""" - id: String! -} - -type SalesforceDeleteTopicAssignmentPayload { - """The id of the TopicAssignment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteLightningComponentBundleInput { - """The id of the LightningComponentBundle to delete.""" - id: String! -} - -type SalesforceDeleteLightningComponentBundlePayload { - """The id of the LightningComponentBundle deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteLeadFeedInput { - """The id of the LeadFeed to delete.""" - id: String! -} - -type SalesforceDeleteLeadFeedPayload { - """The id of the LeadFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteScontrolInput { - """The id of the Scontrol to delete.""" - id: String! -} - -type SalesforceDeleteScontrolPayload { - """The id of the Scontrol deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexLogInput { - """The id of the ApexLog to delete.""" - id: String! -} - -type SalesforceDeleteApexLogPayload { - """The id of the ApexLog deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCollaborationGroupRecordInput { - """The id of the CollaborationGroupRecord to delete.""" - id: String! -} - -type SalesforceDeleteCollaborationGroupRecordPayload { - """The id of the CollaborationGroupRecord deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEmailMessageInput { - """The id of the EmailMessage to delete.""" - id: String! -} - -type SalesforceDeleteEmailMessagePayload { - """The id of the EmailMessage deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOrderItemInput { - """The id of the OrderItem to delete.""" - id: String! -} - -type SalesforceDeleteOrderItemPayload { - """The id of the OrderItem deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserListViewCriterionInput { - """The id of the UserListViewCriterion to delete.""" - id: String! -} - -type SalesforceDeleteUserListViewCriterionPayload { - """The id of the UserListViewCriterion deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePermissionSetAssignmentInput { - """The id of the PermissionSetAssignment to delete.""" - id: String! -} - -type SalesforceDeletePermissionSetAssignmentPayload { - """The id of the PermissionSetAssignment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteDuplicateRecordItemInput { - """The id of the DuplicateRecordItem to delete.""" - id: String! -} - -type SalesforceDeleteDuplicateRecordItemPayload { - """The id of the DuplicateRecordItem deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserProvisioningConfigInput { - """The id of the UserProvisioningConfig to delete.""" - id: String! -} - -type SalesforceDeleteUserProvisioningConfigPayload { - """The id of the UserProvisioningConfig deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTaskInput { - """The id of the Task to delete.""" - id: String! -} - -type SalesforceDeleteTaskPayload { - """The id of the Task deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserFeedInput { - """The id of the UserFeed to delete.""" - id: String! -} - -type SalesforceDeleteUserFeedPayload { - """The id of the UserFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentVersionCommentInput { - """The id of the ContentVersionComment to delete.""" - id: String! -} - -type SalesforceDeleteContentVersionCommentPayload { - """The id of the ContentVersionComment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteStreamingChannelInput { - """The id of the StreamingChannel to delete.""" - id: String! -} - -type SalesforceDeleteStreamingChannelPayload { - """The id of the StreamingChannel deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFieldPermissionsInput { - """The id of the FieldPermissions to delete.""" - id: String! -} - -type SalesforceDeleteFieldPermissionsPayload { - """The id of the FieldPermissions deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFeedLikeInput { - """The id of the FeedLike to delete.""" - id: String! -} - -type SalesforceDeleteFeedLikePayload { - """The id of the FeedLike deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteMacroInput { - """The id of the Macro to delete.""" - id: String! -} - -type SalesforceDeleteMacroPayload { - """The id of the Macro deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEmailServicesAddressInput { - """The id of the EmailServicesAddress to delete.""" - id: String! -} - -type SalesforceDeleteEmailServicesAddressPayload { - """The id of the EmailServicesAddress deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteHolidayInput { - """The id of the Holiday to delete.""" - id: String! -} - -type SalesforceDeleteHolidayPayload { - """The id of the Holiday deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePushTopicInput { - """The id of the PushTopic to delete.""" - id: String! -} - -type SalesforceDeletePushTopicPayload { - """The id of the PushTopic deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTransactionSecurityPolicyInput { - """The id of the TransactionSecurityPolicy to delete.""" - id: String! -} - -type SalesforceDeleteTransactionSecurityPolicyPayload { - """The id of the TransactionSecurityPolicy deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserProvisioningLogInput { - """The id of the UserProvisioningLog to delete.""" - id: String! -} - -type SalesforceDeleteUserProvisioningLogPayload { - """The id of the UserProvisioningLog deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteDandBCompanyInput { - """The id of the DandBCompany to delete.""" - id: String! -} - -type SalesforceDeleteDandBCompanyPayload { - """The id of the DandBCompany deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePlatformCachePartitionTypeInput { - """The id of the PlatformCachePartitionType to delete.""" - id: String! -} - -type SalesforceDeletePlatformCachePartitionTypePayload { - """The id of the PlatformCachePartitionType deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentWorkspaceDocInput { - """The id of the ContentWorkspaceDoc to delete.""" - id: String! -} - -type SalesforceDeleteContentWorkspaceDocPayload { - """The id of the ContentWorkspaceDoc deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteGroupInput { - """The id of the Group to delete.""" - id: String! -} - -type SalesforceDeleteGroupPayload { - """The id of the Group deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOpportunityFeedInput { - """The id of the OpportunityFeed to delete.""" - id: String! -} - -type SalesforceDeleteOpportunityFeedPayload { - """The id of the OpportunityFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteDocumentInput { - """The id of the Document to delete.""" - id: String! -} - -type SalesforceDeleteDocumentPayload { - """The id of the Document deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteSetupEntityAccessInput { - """The id of the SetupEntityAccess to delete.""" - id: String! -} - -type SalesforceDeleteSetupEntityAccessPayload { - """The id of the SetupEntityAccess deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteDuplicateRecordSetInput { - """The id of the DuplicateRecordSet to delete.""" - id: String! -} - -type SalesforceDeleteDuplicateRecordSetPayload { - """The id of the DuplicateRecordSet deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContactFeedInput { - """The id of the ContactFeed to delete.""" - id: String! -} - -type SalesforceDeleteContactFeedPayload { - """The id of the ContactFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteProduct2FeedInput { - """The id of the Product2Feed to delete.""" - id: String! -} - -type SalesforceDeleteProduct2FeedPayload { - """The id of the Product2Feed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteQuickTextInput { - """The id of the QuickText to delete.""" - id: String! -} - -type SalesforceDeleteQuickTextPayload { - """The id of the QuickText deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCorsWhitelistEntryInput { - """The id of the CorsWhitelistEntry to delete.""" - id: String! -} - -type SalesforceDeleteCorsWhitelistEntryPayload { - """The id of the CorsWhitelistEntry deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteChatterExtensionInput { - """The id of the ChatterExtension to delete.""" - id: String! -} - -type SalesforceDeleteChatterExtensionPayload { - """The id of the ChatterExtension deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentDocumentLinkInput { - """The id of the ContentDocumentLink to delete.""" - id: String! -} - -type SalesforceDeleteContentDocumentLinkPayload { - """The id of the ContentDocumentLink deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOpportunityCompetitorInput { - """The id of the OpportunityCompetitor to delete.""" - id: String! -} - -type SalesforceDeleteOpportunityCompetitorPayload { - """The id of the OpportunityCompetitor deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteIdeaCommentInput { - """The id of the IdeaComment to delete.""" - id: String! -} - -type SalesforceDeleteIdeaCommentPayload { - """The id of the IdeaComment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseTeamTemplateRecordInput { - """The id of the CaseTeamTemplateRecord to delete.""" - id: String! -} - -type SalesforceDeleteCaseTeamTemplateRecordPayload { - """The id of the CaseTeamTemplateRecord deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteGroupMemberInput { - """The id of the GroupMember to delete.""" - id: String! -} - -type SalesforceDeleteGroupMemberPayload { - """The id of the GroupMember deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseTeamTemplateMemberInput { - """The id of the CaseTeamTemplateMember to delete.""" - id: String! -} - -type SalesforceDeleteCaseTeamTemplateMemberPayload { - """The id of the CaseTeamTemplateMember deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexTestResultLimitsInput { - """The id of the ApexTestResultLimits to delete.""" - id: String! -} - -type SalesforceDeleteApexTestResultLimitsPayload { - """The id of the ApexTestResultLimits deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseTeamTemplateInput { - """The id of the CaseTeamTemplate to delete.""" - id: String! -} - -type SalesforceDeleteCaseTeamTemplatePayload { - """The id of the CaseTeamTemplate deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteObjectPermissionsInput { - """The id of the ObjectPermissions to delete.""" - id: String! -} - -type SalesforceDeleteObjectPermissionsPayload { - """The id of the ObjectPermissions deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteListViewChartInput { - """The id of the ListViewChart to delete.""" - id: String! -} - -type SalesforceDeleteListViewChartPayload { - """The id of the ListViewChart deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOrderItemFeedInput { - """The id of the OrderItemFeed to delete.""" - id: String! -} - -type SalesforceDeleteOrderItemFeedPayload { - """The id of the OrderItemFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserProvMockTargetInput { - """The id of the UserProvMockTarget to delete.""" - id: String! -} - -type SalesforceDeleteUserProvMockTargetPayload { - """The id of the UserProvMockTarget deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePricebook2Input { - """The id of the Pricebook2 to delete.""" - id: String! -} - -type SalesforceDeletePricebook2Payload { - """The id of the Pricebook2 deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEmailDomainKeyInput { - """The id of the EmailDomainKey to delete.""" - id: String! -} - -type SalesforceDeleteEmailDomainKeyPayload { - """The id of the EmailDomainKey deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteLoginIpInput { - """The id of the LoginIp to delete.""" - id: String! -} - -type SalesforceDeleteLoginIpPayload { - """The id of the LoginIp deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFeedCommentInput { - """The id of the FeedComment to delete.""" - id: String! -} - -type SalesforceDeleteFeedCommentPayload { - """The id of the FeedComment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteLeadInput { - """The id of the Lead to delete.""" - id: String! -} - -type SalesforceDeleteLeadPayload { - """The id of the Lead deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteWebLinkInput { - """The id of the WebLink to delete.""" - id: String! -} - -type SalesforceDeleteWebLinkPayload { - """The id of the WebLink deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEventRelationInput { - """The id of the EventRelation to delete.""" - id: String! -} - -type SalesforceDeleteEventRelationPayload { - """The id of the EventRelation deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteSolutionFeedInput { - """The id of the SolutionFeed to delete.""" - id: String! -} - -type SalesforceDeleteSolutionFeedPayload { - """The id of the SolutionFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteStaticResourceInput { - """The id of the StaticResource to delete.""" - id: String! -} - -type SalesforceDeleteStaticResourcePayload { - """The id of the StaticResource deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFlowInterviewInput { - """The id of the FlowInterview to delete.""" - id: String! -} - -type SalesforceDeleteFlowInterviewPayload { - """The id of the FlowInterview deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTodayGoalShareInput { - """The id of the TodayGoalShare to delete.""" - id: String! -} - -type SalesforceDeleteTodayGoalSharePayload { - """The id of the TodayGoalShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentFolderInput { - """The id of the ContentFolder to delete.""" - id: String! -} - -type SalesforceDeleteContentFolderPayload { - """The id of the ContentFolder deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentDistributionInput { - """The id of the ContentDistribution to delete.""" - id: String! -} - -type SalesforceDeleteContentDistributionPayload { - """The id of the ContentDistribution deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCategoryDataInput { - """The id of the CategoryData to delete.""" - id: String! -} - -type SalesforceDeleteCategoryDataPayload { - """The id of the CategoryData deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteListEmailShareInput { - """The id of the ListEmailShare to delete.""" - id: String! -} - -type SalesforceDeleteListEmailSharePayload { - """The id of the ListEmailShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCampaignFeedInput { - """The id of the CampaignFeed to delete.""" - id: String! -} - -type SalesforceDeleteCampaignFeedPayload { - """The id of the CampaignFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteChatterExtensionConfigInput { - """The id of the ChatterExtensionConfig to delete.""" - id: String! -} - -type SalesforceDeleteChatterExtensionConfigPayload { - """The id of the ChatterExtensionConfig deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePricebookEntryInput { - """The id of the PricebookEntry to delete.""" - id: String! -} - -type SalesforceDeletePricebookEntryPayload { - """The id of the PricebookEntry deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFeedAttachmentInput { - """The id of the FeedAttachment to delete.""" - id: String! -} - -type SalesforceDeleteFeedAttachmentPayload { - """The id of the FeedAttachment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentWorkspaceSubscriptionInput { - """The id of the ContentWorkspaceSubscription to delete.""" - id: String! -} - -type SalesforceDeleteContentWorkspaceSubscriptionPayload { - """The id of the ContentWorkspaceSubscription deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTopicFeedInput { - """The id of the TopicFeed to delete.""" - id: String! -} - -type SalesforceDeleteTopicFeedPayload { - """The id of the TopicFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteListEmailInput { - """The id of the ListEmail to delete.""" - id: String! -} - -type SalesforceDeleteListEmailPayload { - """The id of the ListEmail deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAccountContactRoleInput { - """The id of the AccountContactRole to delete.""" - id: String! -} - -type SalesforceDeleteAccountContactRolePayload { - """The id of the AccountContactRole deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteClientBrowserInput { - """The id of the ClientBrowser to delete.""" - id: String! -} - -type SalesforceDeleteClientBrowserPayload { - """The id of the ClientBrowser deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAssetFeedInput { - """The id of the AssetFeed to delete.""" - id: String! -} - -type SalesforceDeleteAssetFeedPayload { - """The id of the AssetFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseFeedInput { - """The id of the CaseFeed to delete.""" - id: String! -} - -type SalesforceDeleteCaseFeedPayload { - """The id of the CaseFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserPackageLicenseInput { - """The id of the UserPackageLicense to delete.""" - id: String! -} - -type SalesforceDeleteUserPackageLicensePayload { - """The id of the UserPackageLicense deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserProvisioningRequestInput { - """The id of the UserProvisioningRequest to delete.""" - id: String! -} - -type SalesforceDeleteUserProvisioningRequestPayload { - """The id of the UserProvisioningRequest deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePermissionSetLicenseAssignInput { - """The id of the PermissionSetLicenseAssign to delete.""" - id: String! -} - -type SalesforceDeletePermissionSetLicenseAssignPayload { - """The id of the PermissionSetLicenseAssign deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserShareInput { - """The id of the UserShare to delete.""" - id: String! -} - -type SalesforceDeleteUserSharePayload { - """The id of the UserShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCampaignMemberInput { - """The id of the CampaignMember to delete.""" - id: String! -} - -type SalesforceDeleteCampaignMemberPayload { - """The id of the CampaignMember deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAssetRelationshipFeedInput { - """The id of the AssetRelationshipFeed to delete.""" - id: String! -} - -type SalesforceDeleteAssetRelationshipFeedPayload { - """The id of the AssetRelationshipFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePermissionSetInput { - """The id of the PermissionSet to delete.""" - id: String! -} - -type SalesforceDeletePermissionSetPayload { - """The id of the PermissionSet deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteActionLinkTemplateInput { - """The id of the ActionLinkTemplate to delete.""" - id: String! -} - -type SalesforceDeleteActionLinkTemplatePayload { - """The id of the ActionLinkTemplate deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteProfileInput { - """The id of the Profile to delete.""" - id: String! -} - -type SalesforceDeleteProfilePayload { - """The id of the Profile deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAccountInput { - """The id of the Account to delete.""" - id: String! -} - -type SalesforceDeleteAccountPayload { - """The id of the Account deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEmailCaptureInput { - """The id of the EmailCapture to delete.""" - id: String! -} - -type SalesforceDeleteEmailCapturePayload { - """The id of the EmailCapture deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseSolutionInput { - """The id of the CaseSolution to delete.""" - id: String! -} - -type SalesforceDeleteCaseSolutionPayload { - """The id of the CaseSolution deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOpportunityContactRoleInput { - """The id of the OpportunityContactRole to delete.""" - id: String! -} - -type SalesforceDeleteOpportunityContactRolePayload { - """The id of the OpportunityContactRole deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserRoleInput { - """The id of the UserRole to delete.""" - id: String! -} - -type SalesforceDeleteUserRolePayload { - """The id of the UserRole deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEventFeedInput { - """The id of the EventFeed to delete.""" - id: String! -} - -type SalesforceDeleteEventFeedPayload { - """The id of the EventFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAssetRelationshipInput { - """The id of the AssetRelationship to delete.""" - id: String! -} - -type SalesforceDeleteAssetRelationshipPayload { - """The id of the AssetRelationship deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCollaborationGroupMemberInput { - """The id of the CollaborationGroupMember to delete.""" - id: String! -} - -type SalesforceDeleteCollaborationGroupMemberPayload { - """The id of the CollaborationGroupMember deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserPreferenceInput { - """The id of the UserPreference to delete.""" - id: String! -} - -type SalesforceDeleteUserPreferencePayload { - """The id of the UserPreference deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCollaborationGroupFeedInput { - """The id of the CollaborationGroupFeed to delete.""" - id: String! -} - -type SalesforceDeleteCollaborationGroupFeedPayload { - """The id of the CollaborationGroupFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteMailmergeTemplateInput { - """The id of the MailmergeTemplate to delete.""" - id: String! -} - -type SalesforceDeleteMailmergeTemplatePayload { - """The id of the MailmergeTemplate deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseTeamMemberInput { - """The id of the CaseTeamMember to delete.""" - id: String! -} - -type SalesforceDeleteCaseTeamMemberPayload { - """The id of the CaseTeamMember deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentFolderMemberInput { - """The id of the ContentFolderMember to delete.""" - id: String! -} - -type SalesforceDeleteContentFolderMemberPayload { - """The id of the ContentFolderMember deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentWorkspaceInput { - """The id of the ContentWorkspace to delete.""" - id: String! -} - -type SalesforceDeleteContentWorkspacePayload { - """The id of the ContentWorkspace deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentDocumentFeedInput { - """The id of the ContentDocumentFeed to delete.""" - id: String! -} - -type SalesforceDeleteContentDocumentFeedPayload { - """The id of the ContentDocumentFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteQueueSobjectInput { - """The id of the QueueSobject to delete.""" - id: String! -} - -type SalesforceDeleteQueueSobjectPayload { - """The id of the QueueSobject deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentWorkspaceMemberInput { - """The id of the ContentWorkspaceMember to delete.""" - id: String! -} - -type SalesforceDeleteContentWorkspaceMemberPayload { - """The id of the ContentWorkspaceMember deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAuthSessionInput { - """The id of the AuthSession to delete.""" - id: String! -} - -type SalesforceDeleteAuthSessionPayload { - """The id of the AuthSession deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexTestSuiteInput { - """The id of the ApexTestSuite to delete.""" - id: String! -} - -type SalesforceDeleteApexTestSuitePayload { - """The id of the ApexTestSuite deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTopicInput { - """The id of the Topic to delete.""" - id: String! -} - -type SalesforceDeleteTopicPayload { - """The id of the Topic deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentVersionRatingInput { - """The id of the ContentVersionRating to delete.""" - id: String! -} - -type SalesforceDeleteContentVersionRatingPayload { - """The id of the ContentVersionRating deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEmailTemplateInput { - """The id of the EmailTemplate to delete.""" - id: String! -} - -type SalesforceDeleteEmailTemplatePayload { - """The id of the EmailTemplate deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentDocumentInput { - """The id of the ContentDocument to delete.""" - id: String! -} - -type SalesforceDeleteContentDocumentPayload { - """The id of the ContentDocument deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContactInput { - """The id of the Contact to delete.""" - id: String! -} - -type SalesforceDeleteContactPayload { - """The id of the Contact deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAuraDefinitionInput { - """The id of the AuraDefinition to delete.""" - id: String! -} - -type SalesforceDeleteAuraDefinitionPayload { - """The id of the AuraDefinition deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteSecurityCustomBaselineInput { - """The id of the SecurityCustomBaseline to delete.""" - id: String! -} - -type SalesforceDeleteSecurityCustomBaselinePayload { - """The id of the SecurityCustomBaseline deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCampaignMemberStatusInput { - """The id of the CampaignMemberStatus to delete.""" - id: String! -} - -type SalesforceDeleteCampaignMemberStatusPayload { - """The id of the CampaignMemberStatus deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEventInput { - """The id of the Event to delete.""" - id: String! -} - -type SalesforceDeleteEventPayload { - """The id of the Event deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteSearchPromotionRuleInput { - """The id of the SearchPromotionRule to delete.""" - id: String! -} - -type SalesforceDeleteSearchPromotionRulePayload { - """The id of the SearchPromotionRule deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteExternalDataUserAuthInput { - """The id of the ExternalDataUserAuth to delete.""" - id: String! -} - -type SalesforceDeleteExternalDataUserAuthPayload { - """The id of the ExternalDataUserAuth deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAnnouncementInput { - """The id of the Announcement to delete.""" - id: String! -} - -type SalesforceDeleteAnnouncementPayload { - """The id of the Announcement deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTopicUserEventInput { - """The id of the TopicUserEvent to delete.""" - id: String! -} - -type SalesforceDeleteTopicUserEventPayload { - """The id of the TopicUserEvent deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserAppMenuCustomizationInput { - """The id of the UserAppMenuCustomization to delete.""" - id: String! -} - -type SalesforceDeleteUserAppMenuCustomizationPayload { - """The id of the UserAppMenuCustomization deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTestSuiteMembershipInput { - """The id of the TestSuiteMembership to delete.""" - id: String! -} - -type SalesforceDeleteTestSuiteMembershipPayload { - """The id of the TestSuiteMembership deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseContactRoleInput { - """The id of the CaseContactRole to delete.""" - id: String! -} - -type SalesforceDeleteCaseContactRolePayload { - """The id of the CaseContactRole deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentNotificationInput { - """The id of the ContentNotification to delete.""" - id: String! -} - -type SalesforceDeleteContentNotificationPayload { - """The id of the ContentNotification deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentWorkspacePermissionInput { - """The id of the ContentWorkspacePermission to delete.""" - id: String! -} - -type SalesforceDeleteContentWorkspacePermissionPayload { - """The id of the ContentWorkspacePermission deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContractFeedInput { - """The id of the ContractFeed to delete.""" - id: String! -} - -type SalesforceDeleteContractFeedPayload { - """The id of the ContractFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteMacroInstructionInput { - """The id of the MacroInstruction to delete.""" - id: String! -} - -type SalesforceDeleteMacroInstructionPayload { - """The id of the MacroInstruction deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContractInput { - """The id of the Contract to delete.""" - id: String! -} - -type SalesforceDeleteContractPayload { - """The id of the Contract deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentTagSubscriptionInput { - """The id of the ContentTagSubscription to delete.""" - id: String! -} - -type SalesforceDeleteContentTagSubscriptionPayload { - """The id of the ContentTagSubscription deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCspTrustedSiteInput { - """The id of the CspTrustedSite to delete.""" - id: String! -} - -type SalesforceDeleteCspTrustedSitePayload { - """The id of the CspTrustedSite deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEmailMessageRelationInput { - """The id of the EmailMessageRelation to delete.""" - id: String! -} - -type SalesforceDeleteEmailMessageRelationPayload { - """The id of the EmailMessageRelation deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOrgWideEmailAddressInput { - """The id of the OrgWideEmailAddress to delete.""" - id: String! -} - -type SalesforceDeleteOrgWideEmailAddressPayload { - """The id of the OrgWideEmailAddress deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEmailServicesFunctionInput { - """The id of the EmailServicesFunction to delete.""" - id: String! -} - -type SalesforceDeleteEmailServicesFunctionPayload { - """The id of the EmailServicesFunction deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFeedSignalInput { - """The id of the FeedSignal to delete.""" - id: String! -} - -type SalesforceDeleteFeedSignalPayload { - """The id of the FeedSignal deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteProduct2Input { - """The id of the Product2 to delete.""" - id: String! -} - -type SalesforceDeleteProduct2Payload { - """The id of the Product2 deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteQuickTextShareInput { - """The id of the QuickTextShare to delete.""" - id: String! -} - -type SalesforceDeleteQuickTextSharePayload { - """The id of the QuickTextShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFolderInput { - """The id of the Folder to delete.""" - id: String! -} - -type SalesforceDeleteFolderPayload { - """The id of the Folder deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexTestResultInput { - """The id of the ApexTestResult to delete.""" - id: String! -} - -type SalesforceDeleteApexTestResultPayload { - """The id of the ApexTestResult deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOrgDeleteRequestShareInput { - """The id of the OrgDeleteRequestShare to delete.""" - id: String! -} - -type SalesforceDeleteOrgDeleteRequestSharePayload { - """The id of the OrgDeleteRequestShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFlowInterviewShareInput { - """The id of the FlowInterviewShare to delete.""" - id: String! -} - -type SalesforceDeleteFlowInterviewSharePayload { - """The id of the FlowInterviewShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserProvAccountStagingInput { - """The id of the UserProvAccountStaging to delete.""" - id: String! -} - -type SalesforceDeleteUserProvAccountStagingPayload { - """The id of the UserProvAccountStaging deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteSolutionInput { - """The id of the Solution to delete.""" - id: String! -} - -type SalesforceDeleteSolutionPayload { - """The id of the Solution deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteVoteInput { - """The id of the Vote to delete.""" - id: String! -} - -type SalesforceDeleteVotePayload { - """The id of the Vote deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContractContactRoleInput { - """The id of the ContractContactRole to delete.""" - id: String! -} - -type SalesforceDeleteContractContactRolePayload { - """The id of the ContractContactRole deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteNoteInput { - """The id of the Note to delete.""" - id: String! -} - -type SalesforceDeleteNotePayload { - """The id of the Note deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteReportFeedInput { - """The id of the ReportFeed to delete.""" - id: String! -} - -type SalesforceDeleteReportFeedPayload { - """The id of the ReportFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteIdeaInput { - """The id of the Idea to delete.""" - id: String! -} - -type SalesforceDeleteIdeaPayload { - """The id of the Idea deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCollaborationGroupInput { - """The id of the CollaborationGroup to delete.""" - id: String! -} - -type SalesforceDeleteCollaborationGroupPayload { - """The id of the CollaborationGroup deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOpportunityInput { - """The id of the Opportunity to delete.""" - id: String! -} - -type SalesforceDeleteOpportunityPayload { - """The id of the Opportunity deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentDocumentSubscriptionInput { - """The id of the ContentDocumentSubscription to delete.""" - id: String! -} - -type SalesforceDeleteContentDocumentSubscriptionPayload { - """The id of the ContentDocumentSubscription deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteListEmailRecipientSourceInput { - """The id of the ListEmailRecipientSource to delete.""" - id: String! -} - -type SalesforceDeleteListEmailRecipientSourcePayload { - """The id of the ListEmailRecipientSource deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTodayGoalInput { - """The id of the TodayGoal to delete.""" - id: String! -} - -type SalesforceDeleteTodayGoalPayload { - """The id of the TodayGoal deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteTaskFeedInput { - """The id of the TaskFeed to delete.""" - id: String! -} - -type SalesforceDeleteTaskFeedPayload { - """The id of the TaskFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOpportunityLineItemInput { - """The id of the OpportunityLineItem to delete.""" - id: String! -} - -type SalesforceDeleteOpportunityLineItemPayload { - """The id of the OpportunityLineItem deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFlowRecordRelationInput { - """The id of the FlowRecordRelation to delete.""" - id: String! -} - -type SalesforceDeleteFlowRecordRelationPayload { - """The id of the FlowRecordRelation deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAdditionalNumberInput { - """The id of the AdditionalNumber to delete.""" - id: String! -} - -type SalesforceDeleteAdditionalNumberPayload { - """The id of the AdditionalNumber deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCollaborationInvitationInput { - """The id of the CollaborationInvitation to delete.""" - id: String! -} - -type SalesforceDeleteCollaborationInvitationPayload { - """The id of the CollaborationInvitation deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePartnerInput { - """The id of the Partner to delete.""" - id: String! -} - -type SalesforceDeletePartnerPayload { - """The id of the Partner deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteEntitySubscriptionInput { - """The id of the EntitySubscription to delete.""" - id: String! -} - -type SalesforceDeleteEntitySubscriptionPayload { - """The id of the EntitySubscription deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCategoryNodeInput { - """The id of the CategoryNode to delete.""" - id: String! -} - -type SalesforceDeleteCategoryNodePayload { - """The id of the CategoryNode deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexEmailNotificationInput { - """The id of the ApexEmailNotification to delete.""" - id: String! -} - -type SalesforceDeleteApexEmailNotificationPayload { - """The id of the ApexEmailNotification deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserListViewInput { - """The id of the UserListView to delete.""" - id: String! -} - -type SalesforceDeleteUserListViewPayload { - """The id of the UserListView deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserProvAccountInput { - """The id of the UserProvAccount to delete.""" - id: String! -} - -type SalesforceDeleteUserProvAccountPayload { - """The id of the UserProvAccount deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteProcessInstanceWorkitemInput { - """The id of the ProcessInstanceWorkitem to delete.""" - id: String! -} - -type SalesforceDeleteProcessInstanceWorkitemPayload { - """The id of the ProcessInstanceWorkitem deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAssetInput { - """The id of the Asset to delete.""" - id: String! -} - -type SalesforceDeleteAssetPayload { - """The id of the Asset deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserProvisioningRequestShareInput { - """The id of the UserProvisioningRequestShare to delete.""" - id: String! -} - -type SalesforceDeleteUserProvisioningRequestSharePayload { - """The id of the UserProvisioningRequestShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteActionLinkGroupTemplateInput { - """The id of the ActionLinkGroupTemplate to delete.""" - id: String! -} - -type SalesforceDeleteActionLinkGroupTemplatePayload { - """The id of the ActionLinkGroupTemplate deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserAppInfoInput { - """The id of the UserAppInfo to delete.""" - id: String! -} - -type SalesforceDeleteUserAppInfoPayload { - """The id of the UserAppInfo deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAppMenuItemInput { - """The id of the AppMenuItem to delete.""" - id: String! -} - -type SalesforceDeleteAppMenuItemPayload { - """The id of the AppMenuItem deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteUserAppMenuCustomizationShareInput { - """The id of the UserAppMenuCustomizationShare to delete.""" - id: String! -} - -type SalesforceDeleteUserAppMenuCustomizationSharePayload { - """The id of the UserAppMenuCustomizationShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteDashboardComponentFeedInput { - """The id of the DashboardComponentFeed to delete.""" - id: String! -} - -type SalesforceDeleteDashboardComponentFeedPayload { - """The id of the DashboardComponentFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteFeedItemInput { - """The id of the FeedItem to delete.""" - id: String! -} - -type SalesforceDeleteFeedItemPayload { - """The id of the FeedItem deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexClassInput { - """The id of the ApexClass to delete.""" - id: String! -} - -type SalesforceDeleteApexClassPayload { - """The id of the ApexClass deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteDashboardFeedInput { - """The id of the DashboardFeed to delete.""" - id: String! -} - -type SalesforceDeleteDashboardFeedPayload { - """The id of the DashboardFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteSiteFeedInput { - """The id of the SiteFeed to delete.""" - id: String! -} - -type SalesforceDeleteSiteFeedPayload { - """The id of the SiteFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexTriggerInput { - """The id of the ApexTrigger to delete.""" - id: String! -} - -type SalesforceDeleteApexTriggerPayload { - """The id of the ApexTrigger deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCustomBrandAssetInput { - """The id of the CustomBrandAsset to delete.""" - id: String! -} - -type SalesforceDeleteCustomBrandAssetPayload { - """The id of the CustomBrandAsset deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAccountFeedInput { - """The id of the AccountFeed to delete.""" - id: String! -} - -type SalesforceDeleteAccountFeedPayload { - """The id of the AccountFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentAssetInput { - """The id of the ContentAsset to delete.""" - id: String! -} - -type SalesforceDeleteContentAssetPayload { - """The id of the ContentAsset deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteMacroShareInput { - """The id of the MacroShare to delete.""" - id: String! -} - -type SalesforceDeleteMacroSharePayload { - """The id of the MacroShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCollaborationGroupMemberRequestInput { - """The id of the CollaborationGroupMemberRequest to delete.""" - id: String! -} - -type SalesforceDeleteCollaborationGroupMemberRequestPayload { - """The id of the CollaborationGroupMemberRequest deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCampaignInput { - """The id of the Campaign to delete.""" - id: String! -} - -type SalesforceDeleteCampaignPayload { - """The id of the Campaign deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOrderInput { - """The id of the Order to delete.""" - id: String! -} - -type SalesforceDeleteOrderPayload { - """The id of the Order deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteOrderFeedInput { - """The id of the OrderFeed to delete.""" - id: String! -} - -type SalesforceDeleteOrderFeedPayload { - """The id of the OrderFeed deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAttachmentInput { - """The id of the Attachment to delete.""" - id: String! -} - -type SalesforceDeleteAttachmentPayload { - """The id of the Attachment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexComponentInput { - """The id of the ApexComponent to delete.""" - id: String! -} - -type SalesforceDeleteApexComponentPayload { - """The id of the ApexComponent deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteLightningComponentResourceInput { - """The id of the LightningComponentResource to delete.""" - id: String! -} - -type SalesforceDeleteLightningComponentResourcePayload { - """The id of the LightningComponentResource deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteApexPageInput { - """The id of the ApexPage to delete.""" - id: String! -} - -type SalesforceDeleteApexPagePayload { - """The id of the ApexPage deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseInput { - """The id of the Case to delete.""" - id: String! -} - -type SalesforceDeleteCasePayload { - """The id of the Case deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentUserSubscriptionInput { - """The id of the ContentUserSubscription to delete.""" - id: String! -} - -type SalesforceDeleteContentUserSubscriptionPayload { - """The id of the ContentUserSubscription deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteContentDistributionViewInput { - """The id of the ContentDistributionView to delete.""" - id: String! -} - -type SalesforceDeleteContentDistributionViewPayload { - """The id of the ContentDistributionView deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteBrandTemplateInput { - """The id of the BrandTemplate to delete.""" - id: String! -} - -type SalesforceDeleteBrandTemplatePayload { - """The id of the BrandTemplate deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteCaseCommentInput { - """The id of the CaseComment to delete.""" - id: String! -} - -type SalesforceDeleteCaseCommentPayload { - """The id of the CaseComment deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteStreamingChannelShareInput { - """The id of the StreamingChannelShare to delete.""" - id: String! -} - -type SalesforceDeleteStreamingChannelSharePayload { - """The id of the StreamingChannelShare deleted by the mutation.""" - id: String! -} - -input SalesforceDeletePlatformCachePartitionInput { - """The id of the PlatformCachePartition to delete.""" - id: String! -} - -type SalesforceDeletePlatformCachePartitionPayload { - """The id of the PlatformCachePartition deleted by the mutation.""" - id: String! -} - -input SalesforceDeleteAuthProviderInput { - """The id of the AuthProvider to delete.""" - id: String! -} - -type SalesforceDeleteAuthProviderPayload { - """The id of the AuthProvider deleted by the mutation.""" - id: String! -} - -input SalesforceAuraDefinitionBundlePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Api Version""" - apiVersion: Float - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdateAuraDefinitionBundleInput { - patch: SalesforceAuraDefinitionBundlePatch! - - """The id of the AuraDefinitionBundle to update.""" - id: String! -} - -type SalesforceUpdateAuraDefinitionBundlePayload { - """AuraDefinitionBundle updated by the mutation.""" - auraDefinitionBundle: SalesforceAuraDefinitionBundle! -} - -input SalesforceApexTestRunResultPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Number of methods failed in this test run""" - methodsFailed: Int - - """Number of methods completed in this test run""" - methodsCompleted: Int - - """Number of methods enqueued in this test run""" - methodsEnqueued: Int - - """Number of classes completed in this test run""" - classesCompleted: Int - - """Number of classes enqueued in this test run""" - classesEnqueued: Int - - """Status of the test run""" - status: String - - """Time(ms) actually spent running tests""" - testTime: Int - - """End time of the test run""" - endTime: String - - """Start time of the test run""" - startTime: String - - """Client that kicked off the test run""" - source: String - - """allTests""" - isAllTests: Boolean - - """Name of the job""" - jobName: String - - """User ID""" - userId: String - - """Apex Job ID""" - asyncApexJobId: String -} - -input SalesforceUpdateApexTestRunResultInput { - patch: SalesforceApexTestRunResultPatch! - - """The id of the ApexTestRunResult to update.""" - id: String! -} - -type SalesforceUpdateApexTestRunResultPayload { - """ApexTestRunResult updated by the mutation.""" - apexTestRunResult: SalesforceApexTestRunResult! -} - -input SalesforceLightningComponentBundlePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Available For""" - availableFor: String - - """IsExposed""" - isExposed: Boolean - - """Minimum Version""" - minVersion: Float - - """Api Version""" - apiVersion: Float - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdateLightningComponentBundleInput { - patch: SalesforceLightningComponentBundlePatch! - - """The id of the LightningComponentBundle to update.""" - id: String! -} - -type SalesforceUpdateLightningComponentBundlePayload { - """LightningComponentBundle updated by the mutation.""" - lightningComponentBundle: SalesforceLightningComponentBundle! -} - -input SalesforceScontrolPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Prebuild In Page""" - supportsCaching: Boolean - - """Type""" - contentSource: String - - """Binary""" - binary: String - - """Filename""" - filename: String - - """HTML Body""" - htmlWrapper: String - - """Encoding""" - encodingKey: String - - """Description""" - description: String - - """S-Control Name""" - developerName: String - - """Label""" - name: String -} - -input SalesforceUpdateScontrolInput { - patch: SalesforceScontrolPatch! - - """The id of the Scontrol to update.""" - id: String! -} - -type SalesforceUpdateScontrolPayload { - """Scontrol updated by the mutation.""" - scontrol: SalesforceScontrol! -} - -input SalesforceEmailMessagePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Thread ID""" - threadIdentifier: String - - """Message ID""" - messageIdentifier: String - - """Message Date""" - messageDate: String - - """Status""" - status: String - - """BCC Address""" - bccAddress: String - - """CC Address""" - ccAddress: String - - """To Address""" - toAddress: String - - """From Address""" - fromAddress: String - - """From Name""" - fromName: String - - """Subject""" - subject: String - - """Headers""" - headers: String - - """HTML Body""" - htmlBody: String - - """Text Body""" - textBody: String -} - -input SalesforceUpdateEmailMessageInput { - patch: SalesforceEmailMessagePatch! - - """The id of the EmailMessage to update.""" - id: String! -} - -type SalesforceUpdateEmailMessagePayload { - """EmailMessage updated by the mutation.""" - emailMessage: SalesforceEmailMessage! -} - -input SalesforceOrderItemPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Line Description""" - description: String - - """End Date""" - endDate: String - - """Start Date""" - serviceDate: String - - """Unit Price""" - unitPrice: Float - - """Quantity""" - quantity: Float -} - -input SalesforceUpdateOrderItemInput { - patch: SalesforceOrderItemPatch! - - """The id of the OrderItem to update.""" - id: String! -} - -type SalesforceUpdateOrderItemPayload { - """OrderItem updated by the mutation.""" - orderItem: SalesforceOrderItem! -} - -input SalesforceUserListViewCriterionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Value""" - value: String - - """Operation""" - operation: String - - """Column Name""" - columnName: String - - """Sort Order""" - sortOrder: Int -} - -input SalesforceUpdateUserListViewCriterionInput { - patch: SalesforceUserListViewCriterionPatch! - - """The id of the UserListViewCriterion to update.""" - id: String! -} - -type SalesforceUpdateUserListViewCriterionPayload { - """UserListViewCriterion updated by the mutation.""" - userListViewCriterion: SalesforceUserListViewCriterion! -} - -input SalesforceDuplicateRecordItemPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Record ID""" - recordId: String -} - -input SalesforceUpdateDuplicateRecordItemInput { - patch: SalesforceDuplicateRecordItemPatch! - - """The id of the DuplicateRecordItem to update.""" - id: String! -} - -type SalesforceUpdateDuplicateRecordItemPayload { - """DuplicateRecordItem updated by the mutation.""" - duplicateRecordItem: SalesforceDuplicateRecordItem! -} - -input SalesforceUserProvisioningConfigPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Recon Filter""" - reconFilter: String - - """Named Credential ID""" - namedCredentialId: String - - """Last Recon Date""" - lastReconDateTime: String - - """On Update Attributes""" - onUpdateAttributes: String - - """Enabled Operations""" - enabledOperations: String - - """User Account Mapping""" - userAccountMapping: String - - """Approval Required""" - approvalRequired: String - - """Enabled""" - enabled: Boolean - - """Notes""" - notes: String - - """Connected App ID""" - connectedAppId: String - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdateUserProvisioningConfigInput { - patch: SalesforceUserProvisioningConfigPatch! - - """The id of the UserProvisioningConfig to update.""" - id: String! -} - -type SalesforceUpdateUserProvisioningConfigPayload { - """UserProvisioningConfig updated by the mutation.""" - userProvisioningConfig: SalesforceUserProvisioningConfig! -} - -input SalesforceTaskPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Repeat This Task""" - recurrenceRegeneratedType: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Time Zone""" - recurrenceTimeZoneSidKey: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Start""" - recurrenceStartDateOnly: String - - """Reminder Set""" - isReminderSet: Boolean - - """Reminder Date/Time""" - reminderDateTime: String - - """Call Object Identifier""" - callObject: String - - """Call Result""" - callDisposition: String - - """Call Type""" - callType: String - - """Call Duration""" - callDurationInSeconds: Int - - """Description""" - description: String - - """Assigned To ID""" - ownerId: String - - """Priority""" - priority: String - - """Status""" - status: String - - """Due Date Only""" - activityDate: String - - """Subject""" - subject: String - - """Related To ID""" - whatId: String - - """Name ID""" - whoId: String -} - -input SalesforceUpdateTaskInput { - patch: SalesforceTaskPatch! - - """The id of the Task to update.""" - id: String! -} - -type SalesforceUpdateTaskPayload { - """Task updated by the mutation.""" - task: SalesforceTask! -} - -input SalesforceStreamingChannelPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Streaming Channel Name""" - name: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateStreamingChannelInput { - patch: SalesforceStreamingChannelPatch! - - """The id of the StreamingChannel to update.""" - id: String! -} - -type SalesforceUpdateStreamingChannelPayload { - """StreamingChannel updated by the mutation.""" - streamingChannel: SalesforceStreamingChannel! -} - -input SalesforceApexTestQueueItemPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String -} - -input SalesforceUpdateApexTestQueueItemInput { - patch: SalesforceApexTestQueueItemPatch! - - """The id of the ApexTestQueueItem to update.""" - id: String! -} - -type SalesforceUpdateApexTestQueueItemPayload { - """ApexTestQueueItem updated by the mutation.""" - apexTestQueueItem: SalesforceApexTestQueueItem! -} - -input SalesforceFieldPermissionsPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Read Field""" - permissionsRead: Boolean - - """Edit Field""" - permissionsEdit: Boolean -} - -input SalesforceUpdateFieldPermissionsInput { - patch: SalesforceFieldPermissionsPatch! - - """The id of the FieldPermissions to update.""" - id: String! -} - -type SalesforceUpdateFieldPermissionsPayload { - """FieldPermissions updated by the mutation.""" - fieldPermissions: SalesforceFieldPermissions! -} - -input SalesforceMacroPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Macro Name""" - name: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateMacroInput { - patch: SalesforceMacroPatch! - - """The id of the Macro to update.""" - id: String! -} - -type SalesforceUpdateMacroPayload { - """Macro updated by the mutation.""" - macro: SalesforceMacro! -} - -input SalesforceEmailServicesAddressPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Email Address Name""" - developerName: String - - """Service ID""" - functionId: String - - """User ID""" - runAsUserId: String - - """Accept Email From""" - authorizedSenders: String - - """Email address""" - localPart: String - - """Active""" - isActive: Boolean -} - -input SalesforceUpdateEmailServicesAddressInput { - patch: SalesforceEmailServicesAddressPatch! - - """The id of the EmailServicesAddress to update.""" - id: String! -} - -type SalesforceUpdateEmailServicesAddressPayload { - """EmailServicesAddress updated by the mutation.""" - emailServicesAddress: SalesforceEmailServicesAddress! -} - -input SalesforceHolidayPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Type""" - recurrenceType: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Start""" - recurrenceStartDate: String - - """Recurring Holiday""" - isRecurrence: Boolean - - """End Time In Minutes From Midnight""" - endTimeInMinutes: Int - - """Start Time In Minutes From Midnight""" - startTimeInMinutes: Int - - """Holiday Date""" - activityDate: String - - """All Day""" - isAllDay: Boolean - - """Description""" - description: String - - """Holiday Name""" - name: String -} - -input SalesforceUpdateHolidayInput { - patch: SalesforceHolidayPatch! - - """The id of the Holiday to update.""" - id: String! -} - -type SalesforceUpdateHolidayPayload { - """Holiday updated by the mutation.""" - holiday: SalesforceHoliday! -} - -input SalesforcePushTopicPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Undelete""" - notifyForOperationUndelete: Boolean - - """Delete""" - notifyForOperationDelete: Boolean - - """Update""" - notifyForOperationUpdate: Boolean - - """Create""" - notifyForOperationCreate: Boolean - - """Description""" - description: String - - """Notify For Fields""" - notifyForFields: String - - """Is Active""" - isActive: Boolean - - """API Version""" - apiVersion: Float - - """SOQL Query""" - query: String - - """Topic Name""" - name: String -} - -input SalesforceUpdatePushTopicInput { - patch: SalesforcePushTopicPatch! - - """The id of the PushTopic to update.""" - id: String! -} - -type SalesforceUpdatePushTopicPayload { - """PushTopic updated by the mutation.""" - pushTopic: SalesforcePushTopic! -} - -input SalesforceTransactionSecurityPolicyPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """User ID""" - executionUserId: String - - """Resource Name""" - resourceName: String - - """Event Type""" - eventType: String - - """Class ID""" - apexPolicyId: String - - """Action Configuration""" - actionConfig: String - - """State""" - state: String - - """Policy type""" - type: String - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdateTransactionSecurityPolicyInput { - patch: SalesforceTransactionSecurityPolicyPatch! - - """The id of the TransactionSecurityPolicy to update.""" - id: String! -} - -type SalesforceUpdateTransactionSecurityPolicyPayload { - """TransactionSecurityPolicy updated by the mutation.""" - transactionSecurityPolicy: SalesforceTransactionSecurityPolicy! -} - -input SalesforceUserProvisioningLogPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Details""" - details: String - - """Status""" - status: String - - """User ID""" - userId: String - - """External Username""" - externalUsername: String - - """External User Id""" - externalUserId: String - - """UserProvisioningRequest ID""" - userProvisioningRequestId: String -} - -input SalesforceUpdateUserProvisioningLogInput { - patch: SalesforceUserProvisioningLogPatch! - - """The id of the UserProvisioningLog to update.""" - id: String! -} - -type SalesforceUpdateUserProvisioningLogPayload { - """UserProvisioningLog updated by the mutation.""" - userProvisioningLog: SalesforceUserProvisioningLog! -} - -input SalesforceDandBCompanyPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Prior Year Revenue""" - priorYearRevenue: Float - - """Prior Year Number of Employees - Total""" - priorYearEmployees: Int - - """Sixth SIC8 Description""" - sixthSic8Desc: String - - """Sixth SIC8 Code""" - sixthSic8: String - - """Fifth SIC8 Description""" - fifthSic8Desc: String - - """Fifth SIC8 Code""" - fifthSic8: String - - """Fourth SIC8 Description""" - fourthSic8Desc: String - - """Fourth SIC8 Code""" - fourthSic8: String - - """Third SIC8 Description""" - thirdSic8Desc: String - - """Third SIC8 Code""" - thirdSic8: String - - """Second SIC8 Description """ - secondSic8Desc: String - - """Second SIC8 Code""" - secondSic8: String - - """Primary SIC8 Description""" - primarySic8Desc: String - - """Primary SIC8 Code""" - primarySic8: String - - """Annual Revenue Growth""" - salesTurnoverGrowthRate: Float - - """Employee Growth""" - employeeQuantityGrowthRate: Float - - """Location Size Unit of Measure""" - premisesMeasureUnit: String - - """Location Size Accuracy""" - premisesMeasureReliability: String - - """Location Size""" - premisesMeasure: Int - - """S&P 500""" - includedInSnP500: String - - """Fortune 1000 Rank""" - fortuneRank: Int - - """Company Description""" - description: String - - """Local Currency ISO Code""" - companyCurrencyIsoCode: String - - """Location Type""" - locationStatus: String - - """Domestic Ultimate Business Name""" - domesticUltimateBusinessName: String - - """Domestic Ultimate D-U-N-S Number""" - domesticUltimateDunsNumber: String - - """Parent Company Business Name""" - parentOrHqBusinessName: String - - """Parent Company D-U-N-S Number""" - parentOrHqDunsNumber: String - - """Global Ultimate Business Name""" - globalUltimateBusinessName: String - - """Global Ultimate D-U-N-S Number""" - globalUltimateDunsNumber: String - - """Delinquency Risk""" - marketingPreScreen: String - - """Number of Business Family Members""" - familyMembers: Int - - """Geocode Accuracy""" - geoCodeAccuracy: String - - """US Tax ID Number""" - usTaxId: String - - """National Identification System""" - nationalIdType: String - - """National Identification Number""" - nationalId: String - - """Fifth Tradestyle""" - tradeStyle5: String - - """Fourth Tradestyle""" - tradeStyle4: String - - """Third Tradestyle""" - tradeStyle3: String - - """Second Tradestyle""" - tradeStyle2: String - - """Subsidiary Indicator""" - subsidiary: String - - """Import/Export""" - importExportAgent: String - - """Marketing Segmentation Cluster""" - marketingSegmentationCluster: String - - """Small Business Indicator""" - smallBusiness: String - - """Woman-Owned Indicator""" - womenOwned: String - - """Minority-Owned Indicator""" - minorityOwned: String - - """Number of Employees - Total Indicator""" - employeesTotalReliability: String - - """Number of Employees - Global""" - globalUltimateTotalEmployees: Float - - """Legal Structure""" - legalStatus: String - - """Local Currency Code""" - currencyCode: String - - """Annual Sales Volume Indicator""" - salesVolumeReliability: String - - """Number of Employees - Location Indicator""" - employeesHereReliability: String - - """Number of Employees - Location""" - employeesHere: Float - - """Location Ownership Indicator""" - ownOrRent: String - - """Sixth NAICS Description""" - sixthNaicsDesc: String - - """Sixth NAICS Code""" - sixthNaics: String - - """Fifth NAICS Description""" - fifthNaicsDesc: String - - """Fifth NAICS Code""" - fifthNaics: String - - """Fourth NAICS Description""" - fourthNaicsDesc: String - - """Fourth NAICS Code""" - fourthNaics: String - - """Third NAICS Description""" - thirdNaicsDesc: String - - """Third NAICS Code""" - thirdNaics: String - - """Second NAICS Description""" - secondNaicsDesc: String - - """Second NAICS Code""" - secondNaics: String - - """Primary NAICS Description""" - primaryNaicsDesc: String - - """Primary NAICS Code""" - primaryNaics: String - - """Sixth SIC Description""" - sixthSicDesc: String - - """Sixth SIC Code""" - sixthSic: String - - """Fifth SIC Description""" - fifthSicDesc: String - - """Fifth SIC Code""" - fifthSic: String - - """Fourth SIC Description""" - fourthSicDesc: String - - """Fourth SIC Code""" - fourthSic: String - - """Third SIC Description""" - thirdSicDesc: String - - """Third SIC Code""" - thirdSic: String - - """Second SIC Description""" - secondSicDesc: String - - """Second SIC Code""" - secondSic: String - - """Primary SIC Description""" - primarySicDesc: String - - """Primary SIC Code""" - primarySic: String - - """Longitude""" - longitude: String - - """Latitude""" - latitude: String - - """Mailing Geocode Accuracy""" - mailingGeocodeAccuracy: String - - """Mailing Country""" - mailingCountry: String - - """Mailing Postal Code""" - mailingPostalCode: String - - """Mailing State""" - mailingState: String - - """Mailing City""" - mailingCity: String - - """Mailing Street Address""" - mailingStreet: String - - """Year Started""" - yearStarted: String - - """Primary Tradestyle""" - tradeStyle1: String - - """FIPS MSA Code Description""" - fipsMsaDesc: String - - """FIPS MSA Code""" - fipsMsaCode: String - - """Number of Employees - Total""" - employeesTotal: Float - - """Out Of Business Indicator""" - outOfBusiness: String - - """URL""" - url: String - - """Annual Sales Volume""" - salesVolume: Float - - """Stock Exchange""" - stockExchange: String - - """Ticker Symbol""" - stockSymbol: String - - """Ownership Type Indicator""" - publicIndicator: String - - """International Dialing Code""" - countryAccessCode: String - - """Facsimile Number""" - fax: String - - """Telephone Number""" - phone: String - - """Geocode Accuracy""" - geocodeAccuracyStandard: String - - """Country""" - country: String - - """Postal Code""" - postalCode: String - - """State""" - state: String - - """City""" - city: String - - """Street Address""" - street: String - - """D-U-N-S Number""" - dunsNumber: String - - """Primary Business Name""" - name: String -} - -input SalesforceUpdateDandBCompanyInput { - patch: SalesforceDandBCompanyPatch! - - """The id of the DandBCompany to update.""" - id: String! -} - -type SalesforceUpdateDandBCompanyPayload { - """DandBCompany updated by the mutation.""" - dandBCompany: SalesforceDandBCompany! -} - -input SalesforcePlatformCachePartitionTypePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Allocated Trial Capacity""" - allocatedTrialCapacity: Int - - """Allocated Namespaced Purchased Capacity""" - allocatedPurchasedCapacity: Int - - """Allocated Capacity""" - allocatedCapacity: Int - - """Cache Type""" - cacheType: String -} - -input SalesforceUpdatePlatformCachePartitionTypeInput { - patch: SalesforcePlatformCachePartitionTypePatch! - - """The id of the PlatformCachePartitionType to update.""" - id: String! -} - -type SalesforceUpdatePlatformCachePartitionTypePayload { - """PlatformCachePartitionType updated by the mutation.""" - platformCachePartitionType: SalesforcePlatformCachePartitionType! -} - -input SalesforceGroupPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Include Bosses""" - doesIncludeBosses: Boolean - - """Send Email to Members""" - doesSendEmailToMembers: Boolean - - """Email""" - email: String - - """Developer Name""" - developerName: String - - """Name""" - name: String -} - -input SalesforceUpdateGroupInput { - patch: SalesforceGroupPatch! - - """The id of the Group to update.""" - id: String! -} - -type SalesforceUpdateGroupPayload { - """Group updated by the mutation.""" - group: SalesforceGroup! -} - -input SalesforceDocumentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Author ID""" - authorId: String - - """Internal Use Only""" - isInternalUseOnly: Boolean - - """Keywords""" - keywords: String - - """Description""" - description: String - - """Url""" - url: String - - """Body""" - body: String - - """Externally Available""" - isPublic: Boolean - - """File Extension""" - type: String - - """MIME Type""" - contentType: String - - """Document Unique Name""" - developerName: String - - """Document Name""" - name: String - - """Folder ID""" - folderId: String -} - -input SalesforceUpdateDocumentInput { - patch: SalesforceDocumentPatch! - - """The id of the Document to update.""" - id: String! -} - -type SalesforceUpdateDocumentPayload { - """Document updated by the mutation.""" - document: SalesforceDocument! -} - -input SalesforceContactCleanInfoPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Title is Flagged Wrong""" - isFlaggedWrongTitle: Boolean - - """Address is Flagged Wrong""" - isFlaggedWrongAddress: Boolean - - """Phone is Flagged Wrong""" - isFlaggedWrongPhone: Boolean - - """Email is Flagged Wrong""" - isFlaggedWrongEmail: Boolean - - """Name is Flagged Wrong""" - isFlaggedWrongName: Boolean - - """Title is Reviewed""" - isReviewedTitle: Boolean - - """Address is Reviewed""" - isReviewedAddress: Boolean - - """Phone is Reviewed""" - isReviewedPhone: Boolean - - """Email is Reviewed""" - isReviewedEmail: Boolean - - """Name is Reviewed""" - isReviewedName: Boolean - - """Contact Status in Salesforce""" - isInactive: Boolean - - """Contact Clean Info Name""" - name: String -} - -input SalesforceUpdateContactCleanInfoInput { - patch: SalesforceContactCleanInfoPatch! - - """The id of the ContactCleanInfo to update.""" - id: String! -} - -type SalesforceUpdateContactCleanInfoPayload { - """ContactCleanInfo updated by the mutation.""" - contactCleanInfo: SalesforceContactCleanInfo! -} - -input SalesforceDuplicateRecordSetPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Duplicate Rule ID""" - duplicateRuleId: String -} - -input SalesforceUpdateDuplicateRecordSetInput { - patch: SalesforceDuplicateRecordSetPatch! - - """The id of the DuplicateRecordSet to update.""" - id: String! -} - -type SalesforceUpdateDuplicateRecordSetPayload { - """DuplicateRecordSet updated by the mutation.""" - duplicateRecordSet: SalesforceDuplicateRecordSet! -} - -input SalesforceQuickTextPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Channel""" - channel: String - - """Category""" - category: String - - """Message""" - message: String - - """Quick Text Name""" - name: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateQuickTextInput { - patch: SalesforceQuickTextPatch! - - """The id of the QuickText to update.""" - id: String! -} - -type SalesforceUpdateQuickTextPayload { - """QuickText updated by the mutation.""" - quickText: SalesforceQuickText! -} - -input SalesforceCorsWhitelistEntryPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Origin URL Pattern""" - urlPattern: String - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdateCorsWhitelistEntryInput { - patch: SalesforceCorsWhitelistEntryPatch! - - """The id of the CorsWhitelistEntry to update.""" - id: String! -} - -type SalesforceUpdateCorsWhitelistEntryPayload { - """CorsWhitelistEntry updated by the mutation.""" - corsWhitelistEntry: SalesforceCorsWhitelistEntry! -} - -input SalesforceChatterExtensionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Header Text""" - headerText: String - - """Hover Text""" - hoverText: String - - """Lightning Definition Bundle ID""" - renderComponentEnumOrId: String - - """Lightning Definition Bundle ID""" - compositionComponentEnumOrId: String - - """Description""" - description: String - - """Asset File ID""" - iconId: String - - """Type""" - type: String - - """Name""" - extensionName: String - - """Protected Component""" - isProtected: Boolean - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdateChatterExtensionInput { - patch: SalesforceChatterExtensionPatch! - - """The id of the ChatterExtension to update.""" - id: String! -} - -type SalesforceUpdateChatterExtensionPayload { - """ChatterExtension updated by the mutation.""" - chatterExtension: SalesforceChatterExtension! -} - -input SalesforceContentDocumentLinkPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Share Type""" - shareType: String -} - -input SalesforceUpdateContentDocumentLinkInput { - patch: SalesforceContentDocumentLinkPatch! - - """The id of the ContentDocumentLink to update.""" - id: String! -} - -type SalesforceUpdateContentDocumentLinkPayload { - """ContentDocumentLink updated by the mutation.""" - contentDocumentLink: SalesforceContentDocumentLink! -} - -input SalesforceOpportunityCompetitorPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Weaknesses""" - weaknesses: String - - """Strengths""" - strengths: String - - """Competitor Name""" - competitorName: String -} - -input SalesforceUpdateOpportunityCompetitorInput { - patch: SalesforceOpportunityCompetitorPatch! - - """The id of the OpportunityCompetitor to update.""" - id: String! -} - -type SalesforceUpdateOpportunityCompetitorPayload { - """OpportunityCompetitor updated by the mutation.""" - opportunityCompetitor: SalesforceOpportunityCompetitor! -} - -input SalesforceIdeaCommentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Comment Body""" - commentBody: String -} - -input SalesforceUpdateIdeaCommentInput { - patch: SalesforceIdeaCommentPatch! - - """The id of the IdeaComment to update.""" - id: String! -} - -type SalesforceUpdateIdeaCommentPayload { - """IdeaComment updated by the mutation.""" - ideaComment: SalesforceIdeaComment! -} - -input SalesforceCaseTeamTemplateMemberPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Team Role ID""" - teamRoleId: String -} - -input SalesforceUpdateCaseTeamTemplateMemberInput { - patch: SalesforceCaseTeamTemplateMemberPatch! - - """The id of the CaseTeamTemplateMember to update.""" - id: String! -} - -type SalesforceUpdateCaseTeamTemplateMemberPayload { - """CaseTeamTemplateMember updated by the mutation.""" - caseTeamTemplateMember: SalesforceCaseTeamTemplateMember! -} - -input SalesforceApexTestResultLimitsPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """LimitExceptions""" - limitExceptions: String - - """LimitContext""" - limitContext: String - - """ - Maximum number of push notification method calls allowed per Apex transaction - """ - mobilePush: Int - - """Total number of async calls""" - asyncCalls: Int - - """Total number of sendEmail methods allowed""" - email: Int - - """Total number of callouts""" - callouts: Int - - """Maximum CPU time on the Salesforce servers""" - cpu: Int - - """Total number of records processed as a result of DML statements""" - dmlRows: Int - - """Total number of DML statements issued""" - dml: Int - - """Total number of SOSL queries issued""" - sosl: Int - - """Total number of records retrieved by SOQL queries""" - queryRows: Int - - """Total number of SOQL queries issued""" - soql: Int -} - -input SalesforceUpdateApexTestResultLimitsInput { - patch: SalesforceApexTestResultLimitsPatch! - - """The id of the ApexTestResultLimits to update.""" - id: String! -} - -type SalesforceUpdateApexTestResultLimitsPayload { - """ApexTestResultLimits updated by the mutation.""" - apexTestResultLimits: SalesforceApexTestResultLimits! -} - -input SalesforceCaseTeamTemplatePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Name""" - name: String -} - -input SalesforceUpdateCaseTeamTemplateInput { - patch: SalesforceCaseTeamTemplatePatch! - - """The id of the CaseTeamTemplate to update.""" - id: String! -} - -type SalesforceUpdateCaseTeamTemplatePayload { - """CaseTeamTemplate updated by the mutation.""" - caseTeamTemplate: SalesforceCaseTeamTemplate! -} - -input SalesforceObjectPermissionsPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Edit All Records""" - permissionsModifyAllRecords: Boolean - - """Read All Records""" - permissionsViewAllRecords: Boolean - - """Delete Records""" - permissionsDelete: Boolean - - """Edit Records""" - permissionsEdit: Boolean - - """Read Records""" - permissionsRead: Boolean - - """Create Records""" - permissionsCreate: Boolean -} - -input SalesforceUpdateObjectPermissionsInput { - patch: SalesforceObjectPermissionsPatch! - - """The id of the ObjectPermissions to update.""" - id: String! -} - -type SalesforceUpdateObjectPermissionsPayload { - """ObjectPermissions updated by the mutation.""" - objectPermissions: SalesforceObjectPermissions! -} - -input SalesforceListViewChartPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Aggregate Type""" - aggregateType: String - - """Custom Field Definition ID""" - aggregateField: String - - """Custom Field Definition ID""" - groupingField: String - - """Chart Type""" - chartType: String - - """User ID""" - ownerId: String - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """API Name""" - developerName: String -} - -input SalesforceUpdateListViewChartInput { - patch: SalesforceListViewChartPatch! - - """The id of the ListViewChart to update.""" - id: String! -} - -type SalesforceUpdateListViewChartPayload { - """ListViewChart updated by the mutation.""" - listViewChart: SalesforceListViewChart! -} - -input SalesforceUserProvMockTargetPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """External Last Name""" - externalLastName: String - - """External First Name""" - externalFirstName: String - - """External Email""" - externalEmail: String - - """External Username""" - externalUsername: String - - """External User Id""" - externalUserId: String - - """Name""" - name: String -} - -input SalesforceUpdateUserProvMockTargetInput { - patch: SalesforceUserProvMockTargetPatch! - - """The id of the UserProvMockTarget to update.""" - id: String! -} - -type SalesforceUpdateUserProvMockTargetPayload { - """UserProvMockTarget updated by the mutation.""" - userProvMockTarget: SalesforceUserProvMockTarget! -} - -input SalesforcePricebook2Patch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Active""" - isActive: Boolean - - """Price Book Name""" - name: String -} - -input SalesforceUpdatePricebook2Input { - patch: SalesforcePricebook2Patch! - - """The id of the Pricebook2 to update.""" - id: String! -} - -type SalesforceUpdatePricebook2Payload { - """Pricebook2 updated by the mutation.""" - pricebook2: SalesforcePricebook2! -} - -input SalesforceRecentlyViewedPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Last Referenced Date""" - lastReferencedDate: String - - """Last Viewed Date""" - lastViewedDate: String -} - -input SalesforceUpdateRecentlyViewedInput { - patch: SalesforceRecentlyViewedPatch! - - """The id of the RecentlyViewed to update.""" - id: String! -} - -"""Recently Viewed""" -type SalesforceRecentlyViewed { - """Recently Viewed ID""" - id: String! - - """Name""" - name: String - - """Last Name""" - lastName: String - - """First Name""" - firstName: String - - """Type""" - type: String - - """Alias""" - alias: String - - """Role ID""" - userRoleId: String - - """Role ID""" - userRole: SalesforceUserRole - - """Record Type ID""" - recordTypeId: String - - """Record Type ID""" - recordType: SalesforceRecordType - - """Active""" - isActive: Boolean! - - """Profile ID""" - profileId: String - - """Profile ID""" - profile: SalesforceProfile - - """Title""" - title: String - - """Email""" - email: String - - """Phone""" - phone: String - - """Name or Alias""" - nameOrAlias: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Language""" - language: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -type SalesforceUpdateRecentlyViewedPayload { - """RecentlyViewed updated by the mutation.""" - recentlyViewed: SalesforceRecentlyViewed! -} - -input SalesforceEmailDomainKeyPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Private Key""" - privateKey: String - - """Public Key""" - publicKey: String - - """Active""" - isActive: Boolean - - """Domain Match""" - domainMatch: String - - """Domain""" - domain: String - - """Selector""" - selector: String -} - -input SalesforceUpdateEmailDomainKeyInput { - patch: SalesforceEmailDomainKeyPatch! - - """The id of the EmailDomainKey to update.""" - id: String! -} - -type SalesforceUpdateEmailDomainKeyPayload { - """EmailDomainKey updated by the mutation.""" - emailDomainKey: SalesforceEmailDomainKey! -} - -input SalesforceFeedCommentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String - - """Is Rich Text""" - isRichText: Boolean - - """Comment Body""" - commentBody: String -} - -input SalesforceUpdateFeedCommentInput { - patch: SalesforceFeedCommentPatch! - - """The id of the FeedComment to update.""" - id: String! -} - -type SalesforceUpdateFeedCommentPayload { - """FeedComment updated by the mutation.""" - feedComment: SalesforceFeedComment! -} - -input SalesforceLeadPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Email Bounced Date""" - emailBouncedDate: String - - """Email Bounced Reason""" - emailBouncedReason: String - - """D&B Company ID""" - dandbCompanyId: String - - """Company D-U-N-S Number""" - companyDunsNumber: String - - """Clean Status""" - cleanStatus: String - - """Data.com Key""" - jigsaw: String - - """Unread By Owner""" - isUnreadByOwner: Boolean - - """Owner ID""" - ownerId: String - - """Employees""" - numberOfEmployees: Int - - """Annual Revenue""" - annualRevenue: Float - - """Rating""" - rating: String - - """Industry""" - industry: String - - """Status""" - status: String - - """Lead Source""" - leadSource: String - - """Description""" - description: String - - """Website""" - website: String - - """Email""" - email: String - - """Fax""" - fax: String - - """Mobile Phone""" - mobilePhone: String - - """Phone""" - phone: String - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Longitude""" - longitude: Float - - """Latitude""" - latitude: Float - - """Country""" - country: String - - """Zip/Postal Code""" - postalCode: String - - """State/Province""" - state: String - - """City""" - city: String - - """Street""" - street: String - - """Company""" - company: String - - """Title""" - title: String - - """Salutation""" - salutation: String - - """First Name""" - firstName: String - - """Last Name""" - lastName: String -} - -input SalesforceUpdateLeadInput { - patch: SalesforceLeadPatch! - - """The id of the Lead to update.""" - id: String! -} - -type SalesforceUpdateLeadPayload { - """Lead updated by the mutation.""" - lead: SalesforceLead! -} - -input SalesforceWebLinkPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Require Row Selection""" - requireRowSelection: Boolean - - """Display Type""" - displayType: String - - """Description""" - description: String - - """Label""" - masterLabel: String - - """Custom S-Control ID""" - scontrolId: String - - """Window Position""" - position: String - - """Resizeable""" - isResizable: Boolean - - """Show Status Bar""" - showsStatus: Boolean - - """Show Menu Bar""" - hasMenubar: Boolean - - """Show Toolbars""" - hasToolbar: Boolean - - """Show Scrollbars""" - hasScrollbars: Boolean - - """Show Address Bar""" - showsLocation: Boolean - - """Width (in pixels)""" - width: Int - - """Height (in pixels)""" - height: Int - - """Behavior""" - openType: String - - """Content Source""" - linkType: String - - """Link Encoding""" - encodingKey: String - - """URL""" - url: String - - """Protected Component""" - isProtected: Boolean - - """Name""" - name: String -} - -input SalesforceUpdateWebLinkInput { - patch: SalesforceWebLinkPatch! - - """The id of the WebLink to update.""" - id: String! -} - -type SalesforceUpdateWebLinkPayload { - """WebLink updated by the mutation.""" - webLink: SalesforceWebLink! -} - -input SalesforceEventRelationPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Response""" - response: String - - """Response Date""" - respondedDate: String - - """Status""" - status: String -} - -input SalesforceUpdateEventRelationInput { - patch: SalesforceEventRelationPatch! - - """The id of the EventRelation to update.""" - id: String! -} - -type SalesforceUpdateEventRelationPayload { - """EventRelation updated by the mutation.""" - eventRelation: SalesforceEventRelation! -} - -input SalesforceStaticResourcePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Cache Control""" - cacheControl: String - - """Description""" - description: String - - """Body""" - body: String - - """MIME Type""" - contentType: String - - """Name""" - name: String -} - -input SalesforceUpdateStaticResourceInput { - patch: SalesforceStaticResourcePatch! - - """The id of the StaticResource to update.""" - id: String! -} - -type SalesforceUpdateStaticResourcePayload { - """StaticResource updated by the mutation.""" - staticResource: SalesforceStaticResource! -} - -input SalesforceTodayGoalSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateTodayGoalShareInput { - patch: SalesforceTodayGoalSharePatch! - - """The id of the TodayGoalShare to update.""" - id: String! -} - -type SalesforceUpdateTodayGoalSharePayload { - """TodayGoalShare updated by the mutation.""" - todayGoalShare: SalesforceTodayGoalShare! -} - -input SalesforceContentFolderPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent Content Folder ID""" - parentContentFolderId: String - - """Name""" - name: String -} - -input SalesforceUpdateContentFolderInput { - patch: SalesforceContentFolderPatch! - - """The id of the ContentFolder to update.""" - id: String! -} - -type SalesforceUpdateContentFolderPayload { - """ContentFolder updated by the mutation.""" - contentFolder: SalesforceContentFolder! -} - -input SalesforceContentDistributionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Expiration Date""" - expiryDate: String - - """Email when Preview Images are Ready""" - preferencesNotifyRndtnComplete: Boolean - - """Content Delivery Expires""" - preferencesExpires: Boolean - - """Allow View in the Browser""" - preferencesAllowViewInBrowser: Boolean - - """Content Delivery Opens Latest Version""" - preferencesLinkLatestVersion: Boolean - - """Notify Me of First View or Download""" - preferencesNotifyOnVisit: Boolean - - """Require Password to Access Content""" - preferencesPasswordRequired: Boolean - - """Allow Download in Original Format""" - preferencesAllowOriginalDownload: Boolean - - """Allow Download as PDF""" - preferencesAllowPdfDownload: Boolean - - """Related Record ID""" - relatedRecordId: String - - """Content Delivery Name""" - name: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateContentDistributionInput { - patch: SalesforceContentDistributionPatch! - - """The id of the ContentDistribution to update.""" - id: String! -} - -type SalesforceUpdateContentDistributionPayload { - """ContentDistribution updated by the mutation.""" - contentDistribution: SalesforceContentDistribution! -} - -input SalesforceCategoryDataPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """SObject ID""" - relatedSobjectId: String - - """Category Node ID""" - categoryNodeId: String -} - -input SalesforceUpdateCategoryDataInput { - patch: SalesforceCategoryDataPatch! - - """The id of the CategoryData to update.""" - id: String! -} - -type SalesforceUpdateCategoryDataPayload { - """CategoryData updated by the mutation.""" - categoryData: SalesforceCategoryData! -} - -input SalesforceListEmailSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateListEmailShareInput { - patch: SalesforceListEmailSharePatch! - - """The id of the ListEmailShare to update.""" - id: String! -} - -type SalesforceUpdateListEmailSharePayload { - """ListEmailShare updated by the mutation.""" - listEmailShare: SalesforceListEmailShare! -} - -input SalesforceChatterExtensionConfigPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Position""" - position: Int - - """Can Read""" - canRead: Boolean - - """Can Create""" - canCreate: Boolean - - """Chatter Extension ID""" - chatterExtensionId: String -} - -input SalesforceUpdateChatterExtensionConfigInput { - patch: SalesforceChatterExtensionConfigPatch! - - """The id of the ChatterExtensionConfig to update.""" - id: String! -} - -type SalesforceUpdateChatterExtensionConfigPayload { - """ChatterExtensionConfig updated by the mutation.""" - chatterExtensionConfig: SalesforceChatterExtensionConfig! -} - -input SalesforcePricebookEntryPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Use Standard Price""" - useStandardPrice: Boolean - - """Active""" - isActive: Boolean - - """List Price""" - unitPrice: Float -} - -input SalesforceUpdatePricebookEntryInput { - patch: SalesforcePricebookEntryPatch! - - """The id of the PricebookEntry to update.""" - id: String! -} - -type SalesforceUpdatePricebookEntryPayload { - """PricebookEntry updated by the mutation.""" - pricebookEntry: SalesforcePricebookEntry! -} - -input SalesforceFeedAttachmentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Feed Attachment Value""" - value: String - - """Feed Attachment Title""" - title: String -} - -input SalesforceUpdateFeedAttachmentInput { - patch: SalesforceFeedAttachmentPatch! - - """The id of the FeedAttachment to update.""" - id: String! -} - -type SalesforceUpdateFeedAttachmentPayload { - """FeedAttachment updated by the mutation.""" - feedAttachment: SalesforceFeedAttachment! -} - -input SalesforceCaseTeamRolePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Visible in Customer Portal""" - preferencesVisibleInCsp: Boolean - - """Access Level""" - accessLevel: String - - """Name""" - name: String -} - -input SalesforceUpdateCaseTeamRoleInput { - patch: SalesforceCaseTeamRolePatch! - - """The id of the CaseTeamRole to update.""" - id: String! -} - -type SalesforceUpdateCaseTeamRolePayload { - """CaseTeamRole updated by the mutation.""" - caseTeamRole: SalesforceCaseTeamRole! -} - -input SalesforceRecordTypePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Active""" - isActive: Boolean - - """Business Process ID""" - businessProcessId: String - - """Description""" - description: String - - """Record Type Name""" - developerName: String - - """Name""" - name: String -} - -input SalesforceUpdateRecordTypeInput { - patch: SalesforceRecordTypePatch! - - """The id of the RecordType to update.""" - id: String! -} - -type SalesforceUpdateRecordTypePayload { - """RecordType updated by the mutation.""" - recordType: SalesforceRecordType! -} - -input SalesforceListEmailPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String - - """From Address""" - fromAddress: String - - """From Name""" - fromName: String - - """Text Body""" - textBody: String - - """Html Body""" - htmlBody: String - - """Subject""" - subject: String - - """Name""" - name: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateListEmailInput { - patch: SalesforceListEmailPatch! - - """The id of the ListEmail to update.""" - id: String! -} - -type SalesforceUpdateListEmailPayload { - """ListEmail updated by the mutation.""" - listEmail: SalesforceListEmail! -} - -input SalesforceAccountContactRolePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Primary""" - isPrimary: Boolean - - """Role""" - role: String - - """Contact ID""" - contactId: String -} - -input SalesforceUpdateAccountContactRoleInput { - patch: SalesforceAccountContactRolePatch! - - """The id of the AccountContactRole to update.""" - id: String! -} - -type SalesforceUpdateAccountContactRolePayload { - """AccountContactRole updated by the mutation.""" - accountContactRole: SalesforceAccountContactRole! -} - -input SalesforceUserProvisioningRequestPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """UserProvisioningRequest ID""" - parentId: String - - """Retry Count""" - retryCount: Int - - """User ID""" - managerId: String - - """Approval Status""" - approvalStatus: String - - """User Provisioning Account ID""" - userProvAccountId: String - - """UserProvisioningConfig ID""" - userProvConfigId: String - - """Connected App ID""" - connectedAppId: String - - """Scheduled Provisioning Time""" - scheduleDate: String - - """Operation""" - operation: String - - """State""" - state: String - - """App Name""" - appName: String - - """External User Id""" - externalUserId: String - - """User ID""" - salesforceUserId: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateUserProvisioningRequestInput { - patch: SalesforceUserProvisioningRequestPatch! - - """The id of the UserProvisioningRequest to update.""" - id: String! -} - -type SalesforceUpdateUserProvisioningRequestPayload { - """UserProvisioningRequest updated by the mutation.""" - userProvisioningRequest: SalesforceUserProvisioningRequest! -} - -input SalesforceUserSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User Access Level""" - userAccessLevel: String -} - -input SalesforceUpdateUserShareInput { - patch: SalesforceUserSharePatch! - - """The id of the UserShare to update.""" - id: String! -} - -type SalesforceUpdateUserSharePayload { - """UserShare updated by the mutation.""" - userShare: SalesforceUserShare! -} - -input SalesforceAccountCleanInfoPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Tradestyle is Flagged Wrong""" - isFlaggedWrongTradestyle: Boolean - - """Description is Flagged Wrong""" - isFlaggedWrongDescription: Boolean - - """Account Site is Flagged Wrong""" - isFlaggedWrongAccountSite: Boolean - - """Fax is Flagged Wrong""" - isFlaggedWrongFax: Boolean - - """Year Started is Flagged Wrong""" - isFlaggedWrongYearStarted: Boolean - - """NAICS Description is Flagged Wrong""" - isFlaggedWrongNaicsDescription: Boolean - - """NAICS Code is Flagged Wrong""" - isFlaggedWrongNaicsCode: Boolean - - """SIC Description is Flagged Wrong""" - isFlaggedWrongSicDescription: Boolean - - """SIC Code is Flagged Wrong""" - isFlaggedWrongSic: Boolean - - """D-U-N-S Number is Flagged Wrong""" - isFlaggedWrongDunsNumber: Boolean - - """Ownership is Flagged Wrong""" - isFlaggedWrongOwnership: Boolean - - """Industry is Flagged Wrong""" - isFlaggedWrongIndustry: Boolean - - """Number of Employees is Flagged Wrong""" - isFlaggedWrongNumberOfEmployees: Boolean - - """Annual Revenue is Flagged Wrong""" - isFlaggedWrongAnnualRevenue: Boolean - - """Ticker Symbol is Flagged Wrong""" - isFlaggedWrongTickerSymbol: Boolean - - """Website is Flagged Wrong""" - isFlaggedWrongWebsite: Boolean - - """Address is Flagged Wrong""" - isFlaggedWrongAddress: Boolean - - """Phone is Flagged Wrong""" - isFlaggedWrongPhone: Boolean - - """Company Name is Flagged Wrong""" - isFlaggedWrongCompanyName: Boolean - - """D&B Company D-U-N-S Number is Reviewed""" - isReviewedDandBCompanyDunsNumber: Boolean - - """Tradestyle is Reviewed""" - isReviewedTradestyle: Boolean - - """Description is Reviewed""" - isReviewedDescription: Boolean - - """Account Site is Reviewed""" - isReviewedAccountSite: Boolean - - """Fax is Reviewed""" - isReviewedFax: Boolean - - """Year Started is Reviewed""" - isReviewedYearStarted: Boolean - - """NAICS Description is Reviewed""" - isReviewedNaicsDescription: Boolean - - """NAICS Code is Reviewed""" - isReviewedNaicsCode: Boolean - - """SIC Description is Reviewed""" - isReviewedSicDescription: Boolean - - """SIC Code is Reviewed""" - isReviewedSic: Boolean - - """D-U-N-S Number is Reviewed""" - isReviewedDunsNumber: Boolean - - """Ownership is Reviewed""" - isReviewedOwnership: Boolean - - """Industry is Reviewed""" - isReviewedIndustry: Boolean - - """Number of Employees is Reviewed""" - isReviewedNumberOfEmployees: Boolean - - """Annual Revenue is Reviewed""" - isReviewedAnnualRevenue: Boolean - - """Ticker Symbol is Reviewed""" - isReviewedTickerSymbol: Boolean - - """Website is Reviewed""" - isReviewedWebsite: Boolean - - """Address is Reviewed""" - isReviewedAddress: Boolean - - """Phone is Reviewed""" - isReviewedPhone: Boolean - - """Company Name is Reviewed""" - isReviewedCompanyName: Boolean - - """Company Status in Salesforce""" - isInactive: Boolean - - """Account Clean Info Name""" - name: String -} - -input SalesforceUpdateAccountCleanInfoInput { - patch: SalesforceAccountCleanInfoPatch! - - """The id of the AccountCleanInfo to update.""" - id: String! -} - -type SalesforceUpdateAccountCleanInfoPayload { - """AccountCleanInfo updated by the mutation.""" - accountCleanInfo: SalesforceAccountCleanInfo! -} - -input SalesforceCampaignMemberPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String -} - -input SalesforceUpdateCampaignMemberInput { - patch: SalesforceCampaignMemberPatch! - - """The id of the CampaignMember to update.""" - id: String! -} - -type SalesforceUpdateCampaignMemberPayload { - """CampaignMember updated by the mutation.""" - campaignMember: SalesforceCampaignMember! -} - -input SalesforcePermissionSetPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Session Activation Required""" - hasActivationRequired: Boolean - - """Description""" - description: String - - """View Roles and Role Hierarchy""" - permissionsViewRoles: Boolean - - """Manage Surveys""" - permissionsManageSurveys: Boolean - - """Show App Launcher in Communities""" - permissionsEnableCommunityAppLauncher: Boolean - - """Apex REST Services""" - permissionsApexRestServices: Boolean - - """Subscribe to Dashboards""" - permissionsSubscribeToLightningDashboards: Boolean - - """Subscribe to Reports: Set Running User""" - permissionsSubscribeReportsRunAsUser: Boolean - - """Lightning Console User""" - permissionsLightningConsoleAllowedForUser: Boolean - - """Subscribe to Reports: Add Recipients""" - permissionsSubscribeReportToOtherUsers: Boolean - - """View All Activities""" - permissionsViewAllActivities: Boolean - - """Allow Access to Customized Actions""" - permissionsUseWebLink: Boolean - - """IoT User""" - permissionsIotUser: Boolean - - """Change Dashboard Colors""" - permissionsChangeDashboardColors: Boolean - - """Pin Posts in Feeds""" - permissionsFeedPinning: Boolean - - """Allow sending of List Emails""" - permissionsListEmailSend: Boolean - - """Hide the Seen By List""" - permissionsHideReadByList: Boolean - - """Hide Option to Switch to Salesforce Classic""" - permissionsPreventClassicExperience: Boolean - - """Report Builder (Lightning Experience)""" - permissionsCreateReportInLightning: Boolean - - """Manage Certificates""" - permissionsManageCertificates: Boolean - - """Create and Update Second-Generation Packages""" - permissionsPackaging2: Boolean - - """Manage Health Check""" - permissionsManageHealthCheck: Boolean - - """View Health Check""" - permissionsViewHealthCheck: Boolean - - """Access Community Management""" - permissionsAccessCmc: Boolean - - """Show Company Name as Community Role""" - permissionsShowCompanyNameAsUserBadge: Boolean - - """View and Edit Converted Leads""" - permissionsAllowViewEditConvertedLeads: Boolean - - """Add People to Direct Messages""" - permissionsAddDirectMessageMembers: Boolean - - """Can Approve Feed Post and Comment""" - permissionsCanApproveFeedPost: Boolean - - """Remove People from Direct Messages""" - permissionsRemoveDirectMessageMembers: Boolean - - """Access to view Data Assessment""" - permissionsViewDataAssessment: Boolean - - """Campaign Influence""" - permissionsCampaignInfluence2: Boolean - - """Lightning Login User""" - permissionsAllowLightningLogin: Boolean - - """Manage All Private Reports and Dashboards""" - permissionsManagePvtRptsAndDashbds: Boolean - - """Subscribe to Reports""" - permissionsSubscribeToLightningReports: Boolean - - """Merge Topics""" - permissionsMergeTopics: Boolean - - """Moderate Community Users""" - permissionsModerateNetworkUsers: Boolean - - """Select Files from Salesforce""" - permissionsSelectFilesFromSalesforce: Boolean - - """Allow Inclusion of Code Snippets from UI""" - permissionsChatterComposeUiCodesnippet: Boolean - - """Manage Two-Factor Authentication in User Interface""" - permissionsDelegatedTwoFactor: Boolean - - """Import Custom Objects""" - permissionsImportCustomObjects: Boolean - - """Edit Posts on Records I Own""" - permissionsChatterEditOwnRecordPost: Boolean - - """Edit My Own Posts""" - permissionsChatterEditOwnPost: Boolean - - """Send announcement emails""" - permissionsSendAnnouncementEmails: Boolean - - """Manage Session Permission Set Activations""" - permissionsManageSessionPermissionSets: Boolean - - """Share internal Knowledge articles externally""" - permissionsShareInternalArticles: Boolean - - """Run Macros on Multiple Records""" - permissionsBulkMacrosAllowed: Boolean - - """Manage Macros Users Can't Undo""" - permissionsSubmitMacrosAllowed: Boolean - - """Configure Custom Recommendations""" - permissionsConfigCustomRecs: Boolean - - """Lightning Experience User""" - permissionsLightningExperienceUser: Boolean - - """Access Chatter For SharePoint""" - permissionsChatterForSharePoint: Boolean - - """Manage Two-Factor Authentication in API""" - permissionsManageTwoFactor: Boolean - - """Modify Secure Agents""" - permissionsModifySecureAgents: Boolean - - """Manage Unlisted Groups""" - permissionsManageUnlistedGroups: Boolean - - """Verify Answers to Chatter Questions""" - permissionsCanVerifyComment: Boolean - - """Manage Custom Permissions""" - permissionsManageCustomPermissions: Boolean - - """Manage Login Access Policies""" - permissionsManageLoginAccessPolicies: Boolean - - """Manage Password Policies""" - permissionsManagePasswordPolicies: Boolean - - """Manage Internal Users""" - permissionsManageInternalUsers: Boolean - - """Manage Sharing""" - permissionsManageSharing: Boolean - - """Manage IP Addresses""" - permissionsManageIpAddresses: Boolean - - """Manage Roles""" - permissionsManageRoles: Boolean - - """Assign Permission Sets""" - permissionsAssignPermissionSets: Boolean - - """Manage Profiles and Permission Sets""" - permissionsManageProfilesPermissionsets: Boolean - - """View Help Link""" - permissionsViewHelpLink: Boolean - - """Access Custom Mobile Apps""" - permissionsCustomMobileAppsAccess: Boolean - - """Manage Promoted Search Terms""" - permissionsManageSearchPromotionRules: Boolean - - """Access Libraries""" - permissionsContentWorkspaces: Boolean - - """Allow View Knowledge""" - permissionsAllowViewKnowledge: Boolean - - """Use Identity Connect""" - permissionsIdentityConnect: Boolean - - """Use Identity Features""" - permissionsIdentityEnabled: Boolean - - """Assign Topics""" - permissionsAssignTopics: Boolean - - """Create Topics""" - permissionsCreateTopics: Boolean - - """Edit Topics""" - permissionsEditTopics: Boolean - - """Delete Topics""" - permissionsDeleteTopics: Boolean - - """Two-Factor Authentication for API Logins""" - permissionsTwoFactorApi: Boolean - - """Sales Console""" - permissionsSalesConsole: Boolean - - """Manage Communities""" - permissionsGovernNetworks: Boolean - - """Enable Work.com""" - permissionsWorkDotComUserPerm: Boolean - - """Create and Customize List Views""" - permissionsCreateCustomizeFilters: Boolean - - """Enable Work.com Calibration""" - permissionsWorkCalibrationUser: Boolean - - """Connect Organization to Environment Hub""" - permissionsConnectOrgToEnvironmentHub: Boolean - - """Knowledge One""" - permissionsAllowUniversalSearch: Boolean - - """View All Users""" - permissionsViewAllUsers: Boolean - - """Edit My Reports""" - permissionsEditMyReports: Boolean - - """Edit My Dashboards""" - permissionsEditMyDashboards: Boolean - - """Manage Reports in Public Folders""" - permissionsManageReportsInPubFolders: Boolean - - """View Reports in Public Folders""" - permissionsViewPublicReports: Boolean - - """Create Report Folders""" - permissionsCreateReportFolders: Boolean - - """Create and Customize Reports""" - permissionsCreateCustomizeReports: Boolean - - """Manage Dashboards in Public Folders""" - permissionsManageDashbdsInPubFolders: Boolean - - """View Dashboards in Public Folders""" - permissionsViewPublicDashboards: Boolean - - """Create Dashboard Folders""" - permissionsCreateDashboardFolders: Boolean - - """Create and Customize Dashboards""" - permissionsCreateCustomizeDashboards: Boolean - - """Run Flows""" - permissionsRunFlow: Boolean - - """Manage Auth. Providers""" - permissionsManageAuthProviders: Boolean - - """Create and Set Up Communities""" - permissionsManageNetworks: Boolean - - """View Event Log Files""" - permissionsViewEventLogFiles: Boolean - - """Two-Factor Authentication for User Interface Logins""" - permissionsForceTwoFactor: Boolean - - """Create Public Links""" - permissionsChatterFileLink: Boolean - - """Email-Based Identity Verification Option""" - permissionsAllowEmailIc: Boolean - - """Manage Chatter Messages and Direct Messages""" - permissionsManageChatterMessages: Boolean - - """Email Administration""" - permissionsEmailAdministration: Boolean - - """Manage Email Templates""" - permissionsEmailTemplateManagement: Boolean - - """Manage Knowledge Article Import/Export""" - permissionsManageKnowledgeImportExport: Boolean - - """Insert System Field Values for Chatter Feeds""" - permissionsCanInsertFeedSystemFields: Boolean - - """Require Flow User Feature License""" - permissionsFlowUflRequired: Boolean - - """Reset User Passwords and Unlock Users""" - permissionsResetPasswords: Boolean - - """Moderate Chatter""" - permissionsModerateChatter: Boolean - - """View My Team's Dashboards""" - permissionsViewMyTeamsDashboards: Boolean - - """Manage Flow""" - permissionsManageInteraction: Boolean - - """Show Custom Sidebar On All Pages""" - permissionsCustomSidebarOnAllPages: Boolean - - """Manage Dynamic Dashboards""" - permissionsManageDynamicDashboards: Boolean - - """Manage Business Hours Holidays""" - permissionsManageBusinessHourHolidays: Boolean - - """Schedule Reports""" - permissionsScheduleReports: Boolean - - """Manage Reporting Snapshots""" - permissionsManageAnalyticSnapshots: Boolean - - """Manage Lightning Sync""" - permissionsManageExchangeConfig: Boolean - - """Manage record types and layouts for Files""" - permissionsManageContentTypes: Boolean - - """Manage Content Properties""" - permissionsManageContentProperties: Boolean - - """Manage Content Permissions""" - permissionsManageContentPermissions: Boolean - - """Create Libraries""" - permissionsCreateWorkspaces: Boolean - - """Manage Salesforce CRM Content""" - permissionsContentAdministrator: Boolean - - """Transfer Cases""" - permissionsTransferAnyCase: Boolean - - """Edit Case Comments""" - permissionsEditCaseComments: Boolean - - """Manage Custom Report Types""" - permissionsManageCustomReportTypes: Boolean - - """API Enabled""" - permissionsApiEnabled: Boolean - - """Manage Mobile Configurations""" - permissionsManageMobile: Boolean - - """Author Apex""" - permissionsAuthorApex: Boolean - - """Manage Data Categories""" - permissionsManageDataCategories: Boolean - - """View Data Categories""" - permissionsViewDataCategories: Boolean - - """Create Content Deliveries""" - permissionsDistributeFromPersWksp: Boolean - - """Manage Data Integrations""" - permissionsManageDataIntegrations: Boolean - - """Send Outbound Messages""" - permissionsEnableNotifications: Boolean - - """Manage Email Client Configurations""" - permissionsManageEmailClientConfig: Boolean - - """View Content in Portals""" - permissionsViewContent: Boolean - - """Manage Synonyms""" - permissionsManageSynonyms: Boolean - - """Manage Call Centers""" - permissionsManageCallCenters: Boolean - - """Import Solutions""" - permissionsSolutionImport: Boolean - - """Bulk API Hard Delete""" - permissionsBulkApiHardDelete: Boolean - - """Create AppExchange Packages""" - permissionsCreatePackaging: Boolean - - """Edit Opportunity Product Sales Price""" - permissionsEditOppLineItemUnitPrice: Boolean - - """Create and Own New Chatter Groups""" - permissionsChatterOwnGroups: Boolean - - """Upload AppExchange Packages""" - permissionsPublishPackaging: Boolean - - """Download AppExchange Packages""" - permissionsInstallPackaging: Boolean - - """Edit Activated Orders""" - permissionsEditActivatedOrders: Boolean - - """Use Team Reassignment Wizards""" - permissionsUseTeamReassignWizards: Boolean - - """Password Never Expires""" - permissionsPasswordNeverExpires: Boolean - - """Convert Leads""" - permissionsConvertLeads: Boolean - - """Manage Categories""" - permissionsManageCategories: Boolean - - """Drag-and-Drop Dashboard Builder""" - permissionsCanUseNewDashboardBuilder: Boolean - - """Manage Connected Apps""" - permissionsManageRemoteAccess: Boolean - - """Send Stay-in-Touch Requests""" - permissionsSendSitRequests: Boolean - - """Invite Customers To Chatter""" - permissionsChatterInviteExternalUsers: Boolean - - """Delete Activated Contracts""" - permissionsDeleteActivatedContract: Boolean - - """Manage Encryption Keys""" - permissionsManageEncryptionKeys: Boolean - - """Chatter Internal User""" - permissionsChatterInternalUser: Boolean - - """Edit HTML Templates""" - permissionsEditHtmlTemplates: Boolean - - """Manage Letterheads""" - permissionsEditBrandTemplates: Boolean - - """View Encrypted Data""" - permissionsViewEncryptedData: Boolean - - """Manage Public Documents""" - permissionsEditPublicDocuments: Boolean - - """View All Data""" - permissionsViewAllData: Boolean - - """Transfer Leads""" - permissionsTransferAnyLead: Boolean - - """Manage Leads""" - permissionsManageLeads: Boolean - - """Import Leads""" - permissionsImportLeads: Boolean - - """Activate Orders""" - permissionsActivateOrder: Boolean - - """Activate Contracts""" - permissionsActivateContract: Boolean - - """Report Builder""" - permissionsNewReportBuilder: Boolean - - """Transfer Record""" - permissionsTransferAnyEntity: Boolean - - """View Setup and Configuration""" - permissionsViewSetup: Boolean - - """Run Reports""" - permissionsRunReports: Boolean - - """Edit Read Only Fields""" - permissionsEditReadonlyFields: Boolean - - """Customize Application""" - permissionsCustomizeApplication: Boolean - - """Manage Published Solutions""" - permissionsManageSolutions: Boolean - - """Manage Salesforce Knowledge""" - permissionsManageKnowledge: Boolean - - """Manage Articles""" - permissionsEditKnowledge: Boolean - - """Mass Edits from Lists""" - permissionsMassInlineEdit: Boolean - - """Manage Cases""" - permissionsManageCases: Boolean - - """Modify All Data""" - permissionsModifyAllData: Boolean - - """Manage Public Templates""" - permissionsEditPublicTemplates: Boolean - - """Manage Public List Views""" - permissionsEditPublicFilters: Boolean - - """Manage Users""" - permissionsManageUsers: Boolean - - """Weekly Data Export""" - permissionsDataExport: Boolean - - """Import Personal Contacts""" - permissionsImportPersonal: Boolean - - """Export Reports""" - permissionsExportReport: Boolean - - """Edit Events""" - permissionsEditEvent: Boolean - - """Edit Tasks""" - permissionsEditTask: Boolean - - """Mass Email""" - permissionsEmailMass: Boolean - - """Send Email""" - permissionsEmailSingle: Boolean - - """Permission Set Label""" - label: String - - """Permission Set Name""" - name: String -} - -input SalesforceUpdatePermissionSetInput { - patch: SalesforcePermissionSetPatch! - - """The id of the PermissionSet to update.""" - id: String! -} - -type SalesforceUpdatePermissionSetPayload { - """PermissionSet updated by the mutation.""" - permissionSet: SalesforcePermissionSet! -} - -input SalesforceActionLinkTemplatePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """HTTP Headers""" - headers: String - - """HTTP Request Body""" - requestBody: String - - """Action URL""" - actionUrl: String - - """Label""" - label: String - - """Custom User Alias""" - userAlias: String - - """User Visibility""" - userVisibility: String - - """Default Link in Group""" - isGroupDefault: Boolean - - """Confirmation Required""" - isConfirmationRequired: Boolean - - """Position""" - position: Int - - """Action Type""" - linkType: String - - """HTTP Method""" - method: String - - """Label Key""" - labelKey: String -} - -input SalesforceUpdateActionLinkTemplateInput { - patch: SalesforceActionLinkTemplatePatch! - - """The id of the ActionLinkTemplate to update.""" - id: String! -} - -type SalesforceUpdateActionLinkTemplatePayload { - """ActionLinkTemplate updated by the mutation.""" - actionLinkTemplate: SalesforceActionLinkTemplate! -} - -input SalesforceProfilePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """View Roles and Role Hierarchy""" - permissionsViewRoles: Boolean - - """Manage Surveys""" - permissionsManageSurveys: Boolean - - """Show App Launcher in Communities""" - permissionsEnableCommunityAppLauncher: Boolean - - """Apex REST Services""" - permissionsApexRestServices: Boolean - - """Subscribe to Dashboards""" - permissionsSubscribeToLightningDashboards: Boolean - - """Subscribe to Reports: Set Running User""" - permissionsSubscribeReportsRunAsUser: Boolean - - """Lightning Console User""" - permissionsLightningConsoleAllowedForUser: Boolean - - """Subscribe to Reports: Add Recipients""" - permissionsSubscribeReportToOtherUsers: Boolean - - """View All Activities""" - permissionsViewAllActivities: Boolean - - """Allow Access to Customized Actions""" - permissionsUseWebLink: Boolean - - """IoT User""" - permissionsIotUser: Boolean - - """Change Dashboard Colors""" - permissionsChangeDashboardColors: Boolean - - """Pin Posts in Feeds""" - permissionsFeedPinning: Boolean - - """Allow sending of List Emails""" - permissionsListEmailSend: Boolean - - """Hide the Seen By List""" - permissionsHideReadByList: Boolean - - """Hide Option to Switch to Salesforce Classic""" - permissionsPreventClassicExperience: Boolean - - """Report Builder (Lightning Experience)""" - permissionsCreateReportInLightning: Boolean - - """Manage Certificates""" - permissionsManageCertificates: Boolean - - """Create and Update Second-Generation Packages""" - permissionsPackaging2: Boolean - - """Manage Health Check""" - permissionsManageHealthCheck: Boolean - - """View Health Check""" - permissionsViewHealthCheck: Boolean - - """Access Community Management""" - permissionsAccessCmc: Boolean - - """Show Company Name as Community Role""" - permissionsShowCompanyNameAsUserBadge: Boolean - - """View and Edit Converted Leads""" - permissionsAllowViewEditConvertedLeads: Boolean - - """Add People to Direct Messages""" - permissionsAddDirectMessageMembers: Boolean - - """Can Approve Feed Post and Comment""" - permissionsCanApproveFeedPost: Boolean - - """Remove People from Direct Messages""" - permissionsRemoveDirectMessageMembers: Boolean - - """Access to view Data Assessment""" - permissionsViewDataAssessment: Boolean - - """Campaign Influence""" - permissionsCampaignInfluence2: Boolean - - """Lightning Login User""" - permissionsAllowLightningLogin: Boolean - - """Manage All Private Reports and Dashboards""" - permissionsManagePvtRptsAndDashbds: Boolean - - """Subscribe to Reports""" - permissionsSubscribeToLightningReports: Boolean - - """Merge Topics""" - permissionsMergeTopics: Boolean - - """Moderate Community Users""" - permissionsModerateNetworkUsers: Boolean - - """Select Files from Salesforce""" - permissionsSelectFilesFromSalesforce: Boolean - - """Allow Inclusion of Code Snippets from UI""" - permissionsChatterComposeUiCodesnippet: Boolean - - """Manage Two-Factor Authentication in User Interface""" - permissionsDelegatedTwoFactor: Boolean - - """Import Custom Objects""" - permissionsImportCustomObjects: Boolean - - """Edit Posts on Records I Own""" - permissionsChatterEditOwnRecordPost: Boolean - - """Edit My Own Posts""" - permissionsChatterEditOwnPost: Boolean - - """Send announcement emails""" - permissionsSendAnnouncementEmails: Boolean - - """Manage Session Permission Set Activations""" - permissionsManageSessionPermissionSets: Boolean - - """Share internal Knowledge articles externally""" - permissionsShareInternalArticles: Boolean - - """Run Macros on Multiple Records""" - permissionsBulkMacrosAllowed: Boolean - - """Manage Macros Users Can't Undo""" - permissionsSubmitMacrosAllowed: Boolean - - """Configure Custom Recommendations""" - permissionsConfigCustomRecs: Boolean - - """Lightning Experience User""" - permissionsLightningExperienceUser: Boolean - - """Access Chatter For SharePoint""" - permissionsChatterForSharePoint: Boolean - - """Manage Two-Factor Authentication in API""" - permissionsManageTwoFactor: Boolean - - """Modify Secure Agents""" - permissionsModifySecureAgents: Boolean - - """Manage Unlisted Groups""" - permissionsManageUnlistedGroups: Boolean - - """Verify Answers to Chatter Questions""" - permissionsCanVerifyComment: Boolean - - """Manage Custom Permissions""" - permissionsManageCustomPermissions: Boolean - - """Manage Login Access Policies""" - permissionsManageLoginAccessPolicies: Boolean - - """Manage Password Policies""" - permissionsManagePasswordPolicies: Boolean - - """Manage Internal Users""" - permissionsManageInternalUsers: Boolean - - """Manage Sharing""" - permissionsManageSharing: Boolean - - """Manage IP Addresses""" - permissionsManageIpAddresses: Boolean - - """Manage Roles""" - permissionsManageRoles: Boolean - - """Assign Permission Sets""" - permissionsAssignPermissionSets: Boolean - - """Manage Profiles and Permission Sets""" - permissionsManageProfilesPermissionsets: Boolean - - """View Help Link""" - permissionsViewHelpLink: Boolean - - """Access Custom Mobile Apps""" - permissionsCustomMobileAppsAccess: Boolean - - """Manage Promoted Search Terms""" - permissionsManageSearchPromotionRules: Boolean - - """Access Libraries""" - permissionsContentWorkspaces: Boolean - - """Allow View Knowledge""" - permissionsAllowViewKnowledge: Boolean - - """Use Identity Connect""" - permissionsIdentityConnect: Boolean - - """Use Identity Features""" - permissionsIdentityEnabled: Boolean - - """Assign Topics""" - permissionsAssignTopics: Boolean - - """Create Topics""" - permissionsCreateTopics: Boolean - - """Edit Topics""" - permissionsEditTopics: Boolean - - """Delete Topics""" - permissionsDeleteTopics: Boolean - - """Two-Factor Authentication for API Logins""" - permissionsTwoFactorApi: Boolean - - """Sales Console""" - permissionsSalesConsole: Boolean - - """Manage Communities""" - permissionsGovernNetworks: Boolean - - """Enable Work.com""" - permissionsWorkDotComUserPerm: Boolean - - """Create and Customize List Views""" - permissionsCreateCustomizeFilters: Boolean - - """Enable Work.com Calibration""" - permissionsWorkCalibrationUser: Boolean - - """Connect Organization to Environment Hub""" - permissionsConnectOrgToEnvironmentHub: Boolean - - """Knowledge One""" - permissionsAllowUniversalSearch: Boolean - - """View All Users""" - permissionsViewAllUsers: Boolean - - """Edit My Reports""" - permissionsEditMyReports: Boolean - - """Edit My Dashboards""" - permissionsEditMyDashboards: Boolean - - """Manage Reports in Public Folders""" - permissionsManageReportsInPubFolders: Boolean - - """View Reports in Public Folders""" - permissionsViewPublicReports: Boolean - - """Create Report Folders""" - permissionsCreateReportFolders: Boolean - - """Create and Customize Reports""" - permissionsCreateCustomizeReports: Boolean - - """Manage Dashboards in Public Folders""" - permissionsManageDashbdsInPubFolders: Boolean - - """View Dashboards in Public Folders""" - permissionsViewPublicDashboards: Boolean - - """Create Dashboard Folders""" - permissionsCreateDashboardFolders: Boolean - - """Create and Customize Dashboards""" - permissionsCreateCustomizeDashboards: Boolean - - """Run Flows""" - permissionsRunFlow: Boolean - - """Manage Auth. Providers""" - permissionsManageAuthProviders: Boolean - - """Create and Set Up Communities""" - permissionsManageNetworks: Boolean - - """View Event Log Files""" - permissionsViewEventLogFiles: Boolean - - """Two-Factor Authentication for User Interface Logins""" - permissionsForceTwoFactor: Boolean - - """Create Public Links""" - permissionsChatterFileLink: Boolean - - """Email-Based Identity Verification Option""" - permissionsAllowEmailIc: Boolean - - """Manage Chatter Messages and Direct Messages""" - permissionsManageChatterMessages: Boolean - - """Email Administration""" - permissionsEmailAdministration: Boolean - - """Manage Email Templates""" - permissionsEmailTemplateManagement: Boolean - - """Manage Knowledge Article Import/Export""" - permissionsManageKnowledgeImportExport: Boolean - - """Insert System Field Values for Chatter Feeds""" - permissionsCanInsertFeedSystemFields: Boolean - - """Require Flow User Feature License""" - permissionsFlowUflRequired: Boolean - - """Reset User Passwords and Unlock Users""" - permissionsResetPasswords: Boolean - - """Moderate Chatter""" - permissionsModerateChatter: Boolean - - """View My Team's Dashboards""" - permissionsViewMyTeamsDashboards: Boolean - - """Manage Flow""" - permissionsManageInteraction: Boolean - - """Show Custom Sidebar On All Pages""" - permissionsCustomSidebarOnAllPages: Boolean - - """Manage Dynamic Dashboards""" - permissionsManageDynamicDashboards: Boolean - - """Manage Business Hours Holidays""" - permissionsManageBusinessHourHolidays: Boolean - - """Schedule Reports""" - permissionsScheduleReports: Boolean - - """Manage Reporting Snapshots""" - permissionsManageAnalyticSnapshots: Boolean - - """Manage Lightning Sync""" - permissionsManageExchangeConfig: Boolean - - """Manage record types and layouts for Files""" - permissionsManageContentTypes: Boolean - - """Manage Content Properties""" - permissionsManageContentProperties: Boolean - - """Manage Content Permissions""" - permissionsManageContentPermissions: Boolean - - """Create Libraries""" - permissionsCreateWorkspaces: Boolean - - """Manage Salesforce CRM Content""" - permissionsContentAdministrator: Boolean - - """Transfer Cases""" - permissionsTransferAnyCase: Boolean - - """Edit Case Comments""" - permissionsEditCaseComments: Boolean - - """Manage Custom Report Types""" - permissionsManageCustomReportTypes: Boolean - - """API Enabled""" - permissionsApiEnabled: Boolean - - """Manage Mobile Configurations""" - permissionsManageMobile: Boolean - - """Author Apex""" - permissionsAuthorApex: Boolean - - """Manage Data Categories""" - permissionsManageDataCategories: Boolean - - """View Data Categories""" - permissionsViewDataCategories: Boolean - - """Create Content Deliveries""" - permissionsDistributeFromPersWksp: Boolean - - """Manage Data Integrations""" - permissionsManageDataIntegrations: Boolean - - """Send Outbound Messages""" - permissionsEnableNotifications: Boolean - - """Manage Email Client Configurations""" - permissionsManageEmailClientConfig: Boolean - - """View Content in Portals""" - permissionsViewContent: Boolean - - """Manage Synonyms""" - permissionsManageSynonyms: Boolean - - """Manage Call Centers""" - permissionsManageCallCenters: Boolean - - """Import Solutions""" - permissionsSolutionImport: Boolean - - """Bulk API Hard Delete""" - permissionsBulkApiHardDelete: Boolean - - """Create AppExchange Packages""" - permissionsCreateMultiforce: Boolean - - """Edit Opportunity Product Sales Price""" - permissionsEditOppLineItemUnitPrice: Boolean - - """Create and Own New Chatter Groups""" - permissionsChatterOwnGroups: Boolean - - """Upload AppExchange Packages""" - permissionsPublishMultiforce: Boolean - - """Download AppExchange Packages""" - permissionsInstallMultiforce: Boolean - - """Edit Activated Orders""" - permissionsEditActivatedOrders: Boolean - - """Use Team Reassignment Wizards""" - permissionsUseTeamReassignWizards: Boolean - - """Password Never Expires""" - permissionsPasswordNeverExpires: Boolean - - """Convert Leads""" - permissionsConvertLeads: Boolean - - """Manage Categories""" - permissionsManageCategories: Boolean - - """Drag-and-Drop Dashboard Builder""" - permissionsCanUseNewDashboardBuilder: Boolean - - """Manage Connected Apps""" - permissionsManageRemoteAccess: Boolean - - """Send Stay-in-Touch Requests""" - permissionsSendSitRequests: Boolean - - """Invite Customers To Chatter""" - permissionsChatterInviteExternalUsers: Boolean - - """Delete Activated Contracts""" - permissionsDeleteActivatedContract: Boolean - - """Manage Encryption Keys""" - permissionsManageEncryptionKeys: Boolean - - """Chatter Internal User""" - permissionsChatterInternalUser: Boolean - - """Edit HTML Templates""" - permissionsEditHtmlTemplates: Boolean - - """Manage Letterheads""" - permissionsEditBrandTemplates: Boolean - - """View Encrypted Data""" - permissionsViewEncryptedData: Boolean - - """Manage Public Documents""" - permissionsEditPublicDocuments: Boolean - - """View All Data""" - permissionsViewAllData: Boolean - - """Transfer Leads""" - permissionsTransferAnyLead: Boolean - - """Manage Leads""" - permissionsManageLeads: Boolean - - """Import Leads""" - permissionsImportLeads: Boolean - - """Activate Orders""" - permissionsActivateOrder: Boolean - - """Activate Contracts""" - permissionsActivateContract: Boolean - - """Report Builder""" - permissionsNewReportBuilder: Boolean - - """Transfer Record""" - permissionsTransferAnyEntity: Boolean - - """View Setup and Configuration""" - permissionsViewSetup: Boolean - - """Run Reports""" - permissionsRunReports: Boolean - - """Edit Read Only Fields""" - permissionsEditReadonlyFields: Boolean - - """Customize Application""" - permissionsCustomizeApplication: Boolean - - """Manage Published Solutions""" - permissionsManageSolutions: Boolean - - """Manage Salesforce Knowledge""" - permissionsManageKnowledge: Boolean - - """Manage Articles""" - permissionsEditKnowledge: Boolean - - """Mass Edits from Lists""" - permissionsMassInlineEdit: Boolean - - """Manage Cases""" - permissionsManageCases: Boolean - - """Modify All Data""" - permissionsModifyAllData: Boolean - - """Manage Public Templates""" - permissionsEditPublicTemplates: Boolean - - """Manage Public List Views""" - permissionsEditPublicFilters: Boolean - - """Manage Users""" - permissionsManageUsers: Boolean - - """Weekly Data Export""" - permissionsDataExport: Boolean - - """Import Personal Contacts""" - permissionsImportPersonal: Boolean - - """Export Reports""" - permissionsExportReport: Boolean - - """Edit Events""" - permissionsEditEvent: Boolean - - """Edit Tasks""" - permissionsEditTask: Boolean - - """Mass Email""" - permissionsEmailMass: Boolean - - """Send Email""" - permissionsEmailSingle: Boolean - - """Name""" - name: String -} - -input SalesforceUpdateProfileInput { - patch: SalesforceProfilePatch! - - """The id of the Profile to update.""" - id: String! -} - -type SalesforceUpdateProfilePayload { - """Profile updated by the mutation.""" - profile: SalesforceProfile! -} - -input SalesforceAccountPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """D&B Company ID""" - dandbCompanyId: String - - """SIC Description""" - sicDesc: String - - """Year Started""" - yearStarted: String - - """NAICS Description""" - naicsDesc: String - - """NAICS Code""" - naicsCode: String - - """Tradestyle""" - tradestyle: String - - """D-U-N-S Number""" - dunsNumber: String - - """Account Source""" - accountSource: String - - """Clean Status""" - cleanStatus: String - - """Data.com Key""" - jigsaw: String - - """Owner ID""" - ownerId: String - - """Account Site""" - site: String - - """Account Rating""" - rating: String - - """Account Description""" - description: String - - """Ticker Symbol""" - tickerSymbol: String - - """Ownership""" - ownership: String - - """Employees""" - numberOfEmployees: Int - - """Annual Revenue""" - annualRevenue: Float - - """Industry""" - industry: String - - """SIC Code""" - sic: String - - """Website""" - website: String - - """Account Number""" - accountNumber: String - - """Account Fax""" - fax: String - - """Account Phone""" - phone: String - - """Shipping Geocode Accuracy""" - shippingGeocodeAccuracy: String - - """Shipping Longitude""" - shippingLongitude: Float - - """Shipping Latitude""" - shippingLatitude: Float - - """Shipping Country""" - shippingCountry: String - - """Shipping Zip/Postal Code""" - shippingPostalCode: String - - """Shipping State/Province""" - shippingState: String - - """Shipping City""" - shippingCity: String - - """Shipping Street""" - shippingStreet: String - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Billing Longitude""" - billingLongitude: Float - - """Billing Latitude""" - billingLatitude: Float - - """Billing Country""" - billingCountry: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing State/Province""" - billingState: String - - """Billing City""" - billingCity: String - - """Billing Street""" - billingStreet: String - - """Parent Account ID""" - parentId: String - - """Account Type""" - type: String - - """Account Name""" - name: String -} - -input SalesforceUpdateAccountInput { - patch: SalesforceAccountPatch! - - """The id of the Account to update.""" - id: String! -} - -type SalesforceUpdateAccountPayload { - """Account updated by the mutation.""" - account: SalesforceAccount! -} - -input SalesforceOpportunityContactRolePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Primary""" - isPrimary: Boolean - - """Role""" - role: String - - """Contact ID""" - contactId: String -} - -input SalesforceUpdateOpportunityContactRoleInput { - patch: SalesforceOpportunityContactRolePatch! - - """The id of the OpportunityContactRole to update.""" - id: String! -} - -type SalesforceUpdateOpportunityContactRolePayload { - """OpportunityContactRole updated by the mutation.""" - opportunityContactRole: SalesforceOpportunityContactRole! -} - -input SalesforceUserRolePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Developer Name""" - developerName: String - - """User ID""" - forecastUserId: String - - """Case Access Level for Account Owner""" - caseAccessForAccountOwner: String - - """Opportunity Access Level for Account Owner""" - opportunityAccessForAccountOwner: String - - """Description""" - rollupDescription: String - - """Parent Role ID""" - parentRoleId: String - - """Name""" - name: String -} - -input SalesforceUpdateUserRoleInput { - patch: SalesforceUserRolePatch! - - """The id of the UserRole to update.""" - id: String! -} - -type SalesforceUpdateUserRolePayload { - """UserRole updated by the mutation.""" - userRole: SalesforceUserRole! -} - -input SalesforceAssetRelationshipPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Relationship Type""" - relationshipType: String - - """To Date""" - toDate: String - - """From Date""" - fromDate: String - - """Asset ID""" - relatedAssetId: String -} - -input SalesforceUpdateAssetRelationshipInput { - patch: SalesforceAssetRelationshipPatch! - - """The id of the AssetRelationship to update.""" - id: String! -} - -type SalesforceUpdateAssetRelationshipPayload { - """AssetRelationship updated by the mutation.""" - assetRelationship: SalesforceAssetRelationship! -} - -input SalesforceCollaborationGroupMemberPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Notification Frequency""" - notificationFrequency: String - - """Group Member Role""" - collaborationRole: String -} - -input SalesforceUpdateCollaborationGroupMemberInput { - patch: SalesforceCollaborationGroupMemberPatch! - - """The id of the CollaborationGroupMember to update.""" - id: String! -} - -type SalesforceUpdateCollaborationGroupMemberPayload { - """CollaborationGroupMember updated by the mutation.""" - collaborationGroupMember: SalesforceCollaborationGroupMember! -} - -input SalesforceUserPreferencePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Value""" - value: String - - """Preference""" - preference: String - - """User ID""" - userId: String -} - -input SalesforceUpdateUserPreferenceInput { - patch: SalesforceUserPreferencePatch! - - """The id of the UserPreference to update.""" - id: String! -} - -type SalesforceUpdateUserPreferencePayload { - """UserPreference updated by the mutation.""" - userPreference: SalesforceUserPreference! -} - -input SalesforceMailmergeTemplatePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Flash Injection was detected in the attachment""" - securityOptionsAttachmentHasFlash: Boolean - - """Attachment has been scanned for Flash Injection""" - securityOptionsAttachmentScannedforFlash: Boolean - - """XSS threat was detected in the attachment""" - securityOptionsAttachmentHasXssThreat: Boolean - - """Attachment has been scanned for XSS""" - securityOptionsAttachmentScannedForXss: Boolean - - """Description""" - description: String - - """Name""" - name: String -} - -input SalesforceUpdateMailmergeTemplateInput { - patch: SalesforceMailmergeTemplatePatch! - - """The id of the MailmergeTemplate to update.""" - id: String! -} - -type SalesforceUpdateMailmergeTemplatePayload { - """MailmergeTemplate updated by the mutation.""" - mailmergeTemplate: SalesforceMailmergeTemplate! -} - -input SalesforceCaseTeamMemberPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Team Role ID""" - teamRoleId: String -} - -input SalesforceUpdateCaseTeamMemberInput { - patch: SalesforceCaseTeamMemberPatch! - - """The id of the CaseTeamMember to update.""" - id: String! -} - -type SalesforceUpdateCaseTeamMemberPayload { - """CaseTeamMember updated by the mutation.""" - caseTeamMember: SalesforceCaseTeamMember! -} - -input SalesforceContentFolderMemberPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent Content Folder ID""" - parentContentFolderId: String -} - -input SalesforceUpdateContentFolderMemberInput { - patch: SalesforceContentFolderMemberPatch! - - """The id of the ContentFolderMember to update.""" - id: String! -} - -type SalesforceUpdateContentFolderMemberPayload { - """ContentFolderMember updated by the mutation.""" - contentFolderMember: SalesforceContentFolderMember! -} - -input SalesforceContentWorkspacePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Unique Name""" - developerName: String - - """Description""" - description: String - - """Name""" - name: String -} - -input SalesforceUpdateContentWorkspaceInput { - patch: SalesforceContentWorkspacePatch! - - """The id of the ContentWorkspace to update.""" - id: String! -} - -type SalesforceUpdateContentWorkspacePayload { - """ContentWorkspace updated by the mutation.""" - contentWorkspace: SalesforceContentWorkspace! -} - -input SalesforceContentWorkspaceMemberPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Library Permission ID""" - contentWorkspacePermissionId: String -} - -input SalesforceUpdateContentWorkspaceMemberInput { - patch: SalesforceContentWorkspaceMemberPatch! - - """The id of the ContentWorkspaceMember to update.""" - id: String! -} - -type SalesforceUpdateContentWorkspaceMemberPayload { - """ContentWorkspaceMember updated by the mutation.""" - contentWorkspaceMember: SalesforceContentWorkspaceMember! -} - -input SalesforceApexTestSuitePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Test Suite Name""" - testSuiteName: String -} - -input SalesforceUpdateApexTestSuiteInput { - patch: SalesforceApexTestSuitePatch! - - """The id of the ApexTestSuite to update.""" - id: String! -} - -type SalesforceUpdateApexTestSuitePayload { - """ApexTestSuite updated by the mutation.""" - apexTestSuite: SalesforceApexTestSuite! -} - -input SalesforceTopicPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Name""" - name: String -} - -input SalesforceUpdateTopicInput { - patch: SalesforceTopicPatch! - - """The id of the Topic to update.""" - id: String! -} - -type SalesforceUpdateTopicPayload { - """Topic updated by the mutation.""" - topic: SalesforceTopic! -} - -input SalesforceEmailTemplatePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Definition ID""" - relatedEntityType: String - - """UI Type""" - uiType: String - - """Markup""" - markup: String - - """API Version""" - apiVersion: Float - - """Email Body""" - body: String - - """HTML Value""" - htmlValue: String - - """Subject""" - subject: String - - """Description""" - description: String - - """Encoding""" - encoding: String - - """Available For Use""" - isActive: Boolean - - """Letterhead ID""" - brandTemplateId: String - - """Folder ID""" - folderId: String - - """Owner ID""" - ownerId: String - - """Template Unique Name""" - developerName: String - - """Email Template Name""" - name: String -} - -input SalesforceUpdateEmailTemplateInput { - patch: SalesforceEmailTemplatePatch! - - """The id of the EmailTemplate to update.""" - id: String! -} - -type SalesforceUpdateEmailTemplatePayload { - """EmailTemplate updated by the mutation.""" - emailTemplate: SalesforceEmailTemplate! -} - -input SalesforceContentDocumentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Asset File ID""" - contentAssetId: String - - """File Privacy on Records""" - sharingPrivacy: String - - """Prevent others from sharing and unsharing""" - sharingOption: String - - """Description""" - description: String - - """Parent ID""" - parentId: String - - """Title""" - title: String - - """Owner ID""" - ownerId: String - - """Is Archived""" - isArchived: Boolean -} - -input SalesforceUpdateContentDocumentInput { - patch: SalesforceContentDocumentPatch! - - """The id of the ContentDocument to update.""" - id: String! -} - -type SalesforceUpdateContentDocumentPayload { - """ContentDocument updated by the mutation.""" - contentDocument: SalesforceContentDocument! -} - -input SalesforceContactPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Clean Status""" - cleanStatus: String - - """Data.com Key""" - jigsaw: String - - """Email Bounced Date""" - emailBouncedDate: String - - """Email Bounced Reason""" - emailBouncedReason: String - - """Owner ID""" - ownerId: String - - """Contact Description""" - description: String - - """Birthdate""" - birthdate: String - - """Lead Source""" - leadSource: String - - """Assistant's Name""" - assistantName: String - - """Department""" - department: String - - """Title""" - title: String - - """Email""" - email: String - - """Reports To ID""" - reportsToId: String - - """Asst. Phone""" - assistantPhone: String - - """Other Phone""" - otherPhone: String - - """Home Phone""" - homePhone: String - - """Mobile Phone""" - mobilePhone: String - - """Business Fax""" - fax: String - - """Business Phone""" - phone: String - - """Mailing Geocode Accuracy""" - mailingGeocodeAccuracy: String - - """Mailing Longitude""" - mailingLongitude: Float - - """Mailing Latitude""" - mailingLatitude: Float - - """Mailing Country""" - mailingCountry: String - - """Mailing Zip/Postal Code""" - mailingPostalCode: String - - """Mailing State/Province""" - mailingState: String - - """Mailing City""" - mailingCity: String - - """Mailing Street""" - mailingStreet: String - - """Other Geocode Accuracy""" - otherGeocodeAccuracy: String - - """Other Longitude""" - otherLongitude: Float - - """Other Latitude""" - otherLatitude: Float - - """Other Country""" - otherCountry: String - - """Other Zip/Postal Code""" - otherPostalCode: String - - """Other State/Province""" - otherState: String - - """Other City""" - otherCity: String - - """Other Street""" - otherStreet: String - - """Salutation""" - salutation: String - - """First Name""" - firstName: String - - """Last Name""" - lastName: String - - """Account ID""" - accountId: String -} - -input SalesforceUpdateContactInput { - patch: SalesforceContactPatch! - - """The id of the Contact to update.""" - id: String! -} - -type SalesforceUpdateContactPayload { - """Contact updated by the mutation.""" - contact: SalesforceContact! -} - -input SalesforceAuraDefinitionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Source""" - source: String - - """Format""" - format: String - - """Definition Type""" - defType: String -} - -input SalesforceUpdateAuraDefinitionInput { - patch: SalesforceAuraDefinitionPatch! - - """The id of the AuraDefinition to update.""" - id: String! -} - -type SalesforceUpdateAuraDefinitionPayload { - """AuraDefinition updated by the mutation.""" - auraDefinition: SalesforceAuraDefinition! -} - -input SalesforceSecurityCustomBaselinePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Is Default Baseline""" - isDefault: Boolean - - """Baseline""" - baseline: String - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdateSecurityCustomBaselineInput { - patch: SalesforceSecurityCustomBaselinePatch! - - """The id of the SecurityCustomBaseline to update.""" - id: String! -} - -type SalesforceUpdateSecurityCustomBaselinePayload { - """SecurityCustomBaseline updated by the mutation.""" - securityCustomBaseline: SalesforceSecurityCustomBaseline! -} - -input SalesforceContentVersionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """External Data Source ID""" - externalDataSourceId: String - - """External Document Info2""" - externalDocumentInfo2: String - - """External Document Info1""" - externalDocumentInfo1: String - - """Version Data""" - versionData: String - - """Tags""" - tagCsv: String - - """Owner ID""" - ownerId: String - - """File Privacy on Records""" - sharingPrivacy: String - - """Prevent others from sharing and unsharing""" - sharingOption: String - - """Reason For Change""" - reasonForChange: String - - """Description""" - description: String - - """Title""" - title: String - - """Content URL""" - contentUrl: String -} - -input SalesforceUpdateContentVersionInput { - patch: SalesforceContentVersionPatch! - - """The id of the ContentVersion to update.""" - id: String! -} - -type SalesforceUpdateContentVersionPayload { - """ContentVersion updated by the mutation.""" - contentVersion: SalesforceContentVersion! -} - -input SalesforceCampaignMemberStatusPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Responded""" - hasResponded: Boolean - - """Is Default""" - isDefault: Boolean - - """Sort Order""" - sortOrder: Int - - """Member Status""" - label: String -} - -input SalesforceUpdateCampaignMemberStatusInput { - patch: SalesforceCampaignMemberStatusPatch! - - """The id of the CampaignMemberStatus to update.""" - id: String! -} - -type SalesforceUpdateCampaignMemberStatusPayload { - """CampaignMemberStatus updated by the mutation.""" - campaignMemberStatus: SalesforceCampaignMemberStatus! -} - -input SalesforceEventPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Reminder Set""" - isReminderSet: Boolean - - """Reminder Date/Time""" - reminderDateTime: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Time Zone""" - recurrenceTimeZoneSidKey: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Start""" - recurrenceStartDateTime: String - - """Show Time As""" - showAs: String - - """Private""" - isPrivate: Boolean - - """Assigned To ID""" - ownerId: String - - """Description""" - description: String - - """End Date Time""" - endDateTime: String - - """Start Date Time""" - startDateTime: String - - """Duration""" - durationInMinutes: Int - - """Due Date Only""" - activityDate: String - - """Due Date Time""" - activityDateTime: String - - """All-Day Event""" - isAllDayEvent: Boolean - - """Location""" - location: String - - """Subject""" - subject: String - - """Related To ID""" - whatId: String - - """Name ID""" - whoId: String -} - -input SalesforceUpdateEventInput { - patch: SalesforceEventPatch! - - """The id of the Event to update.""" - id: String! -} - -type SalesforceUpdateEventPayload { - """Event updated by the mutation.""" - event: SalesforceEvent! -} - -input SalesforceLeadCleanInfoPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Company D-U-N-S Number is Flagged Wrong""" - isFlaggedWrongCompanyDunsNumber: Boolean - - """Company Name is Flagged Wrong""" - isFlaggedWrongCompanyName: Boolean - - """Industry is Flagged Wrong""" - isFlaggedWrongIndustry: Boolean - - """Number of Employees is Flagged Wrong""" - isFlaggedWrongNumberOfEmployees: Boolean - - """Annual Revenue is Flagged Wrong""" - isFlaggedWrongAnnualRevenue: Boolean - - """Title is Flagged Wrong""" - isFlaggedWrongTitle: Boolean - - """Address is Flagged Wrong""" - isFlaggedWrongAddress: Boolean - - """Phone is Flagged Wrong""" - isFlaggedWrongPhone: Boolean - - """Email is Flagged Wrong""" - isFlaggedWrongEmail: Boolean - - """Name is Flagged Wrong""" - isFlaggedWrongName: Boolean - - """D&B Company D-U-N-S Number is Reviewed""" - isReviewedDandBCompanyDunsNumber: Boolean - - """Company D-U-N-S Number is Reviewed""" - isReviewedCompanyDunsNumber: Boolean - - """Company Name is Reviewed""" - isReviewedCompanyName: Boolean - - """Industry is Reviewed""" - isReviewedIndustry: Boolean - - """Number of Employees is Reviewed""" - isReviewedNumberOfEmployees: Boolean - - """Annual Revenue is Reviewed""" - isReviewedAnnualRevenue: Boolean - - """Title is Reviewed""" - isReviewedTitle: Boolean - - """Address is Reviewed""" - isReviewedAddress: Boolean - - """Phone is Reviewed""" - isReviewedPhone: Boolean - - """Email is Reviewed""" - isReviewedEmail: Boolean - - """Name is Reviewed""" - isReviewedName: Boolean - - """Contact Status in Salesforce""" - isInactive: Boolean - - """Lead Clean Info Name""" - name: String -} - -input SalesforceUpdateLeadCleanInfoInput { - patch: SalesforceLeadCleanInfoPatch! - - """The id of the LeadCleanInfo to update.""" - id: String! -} - -type SalesforceUpdateLeadCleanInfoPayload { - """LeadCleanInfo updated by the mutation.""" - leadCleanInfo: SalesforceLeadCleanInfo! -} - -input SalesforceSearchPromotionRulePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Term""" - query: String -} - -input SalesforceUpdateSearchPromotionRuleInput { - patch: SalesforceSearchPromotionRulePatch! - - """The id of the SearchPromotionRule to update.""" - id: String! -} - -type SalesforceUpdateSearchPromotionRulePayload { - """SearchPromotionRule updated by the mutation.""" - searchPromotionRule: SalesforceSearchPromotionRule! -} - -input SalesforceExternalDataUserAuthPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Auth. Provider ID""" - authProviderId: String - - """Password""" - password: String - - """Username""" - username: String - - """Authentication Protocol""" - protocol: String - - """User ID""" - userId: String -} - -input SalesforceUpdateExternalDataUserAuthInput { - patch: SalesforceExternalDataUserAuthPatch! - - """The id of the ExternalDataUserAuth to update.""" - id: String! -} - -type SalesforceUpdateExternalDataUserAuthPayload { - """ExternalDataUserAuth updated by the mutation.""" - externalDataUserAuth: SalesforceExternalDataUserAuth! -} - -input SalesforceAnnouncementPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Is Announcement Archived""" - isArchived: Boolean - - """Expiration Date""" - expirationDate: String -} - -input SalesforceUpdateAnnouncementInput { - patch: SalesforceAnnouncementPatch! - - """The id of the Announcement to update.""" - id: String! -} - -type SalesforceUpdateAnnouncementPayload { - """Announcement updated by the mutation.""" - announcement: SalesforceAnnouncement! -} - -input SalesforceUserAppMenuCustomizationPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Sort Order""" - sortOrder: Int - - """Application ID""" - applicationId: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateUserAppMenuCustomizationInput { - patch: SalesforceUserAppMenuCustomizationPatch! - - """The id of the UserAppMenuCustomization to update.""" - id: String! -} - -type SalesforceUpdateUserAppMenuCustomizationPayload { - """UserAppMenuCustomization updated by the mutation.""" - userAppMenuCustomization: SalesforceUserAppMenuCustomization! -} - -input SalesforceCaseContactRolePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Role""" - role: String - - """Contact ID""" - contactId: String -} - -input SalesforceUpdateCaseContactRoleInput { - patch: SalesforceCaseContactRolePatch! - - """The id of the CaseContactRole to update.""" - id: String! -} - -type SalesforceUpdateCaseContactRolePayload { - """CaseContactRole updated by the mutation.""" - caseContactRole: SalesforceCaseContactRole! -} - -input SalesforceUserPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Data.com Monthly Addition Limit""" - jigsawImportLimitOverride: Int - - """Default Notification Frequency when Joining Groups""" - defaultGroupNotificationFrequency: String - - """Chatter Email Highlights Frequency""" - digestFrequency: String - - """About Me""" - aboutMe: String - - """SAML Federation ID""" - federationIdentifier: String - - """Extension""" - extension: String - - """Call Center ID""" - callCenterId: String - - """HasCelebrationBadge""" - userPreferencesHasCelebrationBadge: Boolean - - """PreviewCustomTheme""" - userPreferencesPreviewCustomTheme: Boolean - - """SuppressEventSFXReminders""" - userPreferencesSuppressEventSfxReminders: Boolean - - """SuppressTaskSFXReminders""" - userPreferencesSuppressTaskSfxReminders: Boolean - - """ExcludeMailAppAttachments""" - userPreferencesExcludeMailAppAttachments: Boolean - - """FavoritesShowTopFavorites""" - userPreferencesFavoritesShowTopFavorites: Boolean - - """RecordHomeReservedWTShown""" - userPreferencesRecordHomeReservedWtShown: Boolean - - """RecordHomeSectionCollapseWTShown""" - userPreferencesRecordHomeSectionCollapseWtShown: Boolean - - """FavoritesWTShown""" - userPreferencesFavoritesWtShown: Boolean - - """CreateLEXAppsWTShown""" - userPreferencesCreateLexAppsWtShown: Boolean - - """GlobalNavGridMenuWTShown""" - userPreferencesGlobalNavGridMenuWtShown: Boolean - - """GlobalNavBarWTShown""" - userPreferencesGlobalNavBarWtShown: Boolean - - """HideBiggerPhotoCallout""" - userPreferencesHideBiggerPhotoCallout: Boolean - - """HideSfxWelcomeMat""" - userPreferencesHideSfxWelcomeMat: Boolean - - """HideLightningMigrationModal""" - userPreferencesHideLightningMigrationModal: Boolean - - """HideEndUserOnboardingAssistantModal""" - userPreferencesHideEndUserOnboardingAssistantModal: Boolean - - """PreviewLightning""" - userPreferencesPreviewLightning: Boolean - - """LightningExperiencePreferred""" - userPreferencesLightningExperiencePreferred: Boolean - - """ShowStreetAddressToGuestUsers""" - userPreferencesShowStreetAddressToGuestUsers: Boolean - - """ShowFaxToGuestUsers""" - userPreferencesShowFaxToGuestUsers: Boolean - - """ShowMobilePhoneToGuestUsers""" - userPreferencesShowMobilePhoneToGuestUsers: Boolean - - """ShowWorkPhoneToGuestUsers""" - userPreferencesShowWorkPhoneToGuestUsers: Boolean - - """ShowManagerToGuestUsers""" - userPreferencesShowManagerToGuestUsers: Boolean - - """ShowEmailToGuestUsers""" - userPreferencesShowEmailToGuestUsers: Boolean - - """CacheDiagnostics""" - userPreferencesCacheDiagnostics: Boolean - - """PathAssistantCollapsed""" - userPreferencesPathAssistantCollapsed: Boolean - - """DisableEndorsementEmail""" - userPreferencesDisableEndorsementEmail: Boolean - - """HideS1BrowserUI""" - userPreferencesHideS1BrowserUi: Boolean - - """DisableWorkEmail""" - userPreferencesDisableWorkEmail: Boolean - - """DisableFeedbackEmail""" - userPreferencesDisableFeedbackEmail: Boolean - - """ShowCountryToGuestUsers""" - userPreferencesShowCountryToGuestUsers: Boolean - - """ShowPostalCodeToGuestUsers""" - userPreferencesShowPostalCodeToGuestUsers: Boolean - - """ShowStateToGuestUsers""" - userPreferencesShowStateToGuestUsers: Boolean - - """ShowCityToGuestUsers""" - userPreferencesShowCityToGuestUsers: Boolean - - """ShowTitleToGuestUsers""" - userPreferencesShowTitleToGuestUsers: Boolean - - """ShowProfilePicToGuestUsers""" - userPreferencesShowProfilePicToGuestUsers: Boolean - - """ShowCountryToExternalUsers""" - userPreferencesShowCountryToExternalUsers: Boolean - - """ShowPostalCodeToExternalUsers""" - userPreferencesShowPostalCodeToExternalUsers: Boolean - - """ShowStateToExternalUsers""" - userPreferencesShowStateToExternalUsers: Boolean - - """ShowCityToExternalUsers""" - userPreferencesShowCityToExternalUsers: Boolean - - """ShowStreetAddressToExternalUsers""" - userPreferencesShowStreetAddressToExternalUsers: Boolean - - """ShowFaxToExternalUsers""" - userPreferencesShowFaxToExternalUsers: Boolean - - """ShowMobilePhoneToExternalUsers""" - userPreferencesShowMobilePhoneToExternalUsers: Boolean - - """ShowWorkPhoneToExternalUsers""" - userPreferencesShowWorkPhoneToExternalUsers: Boolean - - """ShowEmailToExternalUsers""" - userPreferencesShowEmailToExternalUsers: Boolean - - """ShowManagerToExternalUsers""" - userPreferencesShowManagerToExternalUsers: Boolean - - """ShowTitleToExternalUsers""" - userPreferencesShowTitleToExternalUsers: Boolean - - """DisableFileShareNotificationsForApi""" - userPreferencesDisableFileShareNotificationsForApi: Boolean - - """EnableAutoSubForFeeds""" - userPreferencesEnableAutoSubForFeeds: Boolean - - """DisableSharePostEmail""" - userPreferencesDisableSharePostEmail: Boolean - - """DisableBookmarkEmail""" - userPreferencesDisableBookmarkEmail: Boolean - - """JigsawListUser""" - userPreferencesJigsawListUser: Boolean - - """DisableMessageEmail""" - userPreferencesDisableMessageEmail: Boolean - - """SortFeedByComment""" - userPreferencesSortFeedByComment: Boolean - - """DisableLikeEmail""" - userPreferencesDisableLikeEmail: Boolean - - """DisCommentAfterLikeEmail""" - userPreferencesDisCommentAfterLikeEmail: Boolean - - """HideSecondChatterOnboardingSplash""" - userPreferencesHideSecondChatterOnboardingSplash: Boolean - - """HideChatterOnboardingSplash""" - userPreferencesHideChatterOnboardingSplash: Boolean - - """HideCSNDesktopTask""" - userPreferencesHideCsnDesktopTask: Boolean - - """DisMentionsCommentEmail""" - userPreferencesDisMentionsCommentEmail: Boolean - - """DisableMentionsPostEmail""" - userPreferencesDisableMentionsPostEmail: Boolean - - """HideCSNGetChatterMobileTask""" - userPreferencesHideCsnGetChatterMobileTask: Boolean - - """ApexPagesDeveloperMode""" - userPreferencesApexPagesDeveloperMode: Boolean - - """ContentEmailAsAndWhen""" - userPreferencesContentEmailAsAndWhen: Boolean - - """ContentNoEmail""" - userPreferencesContentNoEmail: Boolean - - """DisProfPostCommentEmail""" - userPreferencesDisProfPostCommentEmail: Boolean - - """DisableLaterCommentEmail""" - userPreferencesDisableLaterCommentEmail: Boolean - - """DisableChangeCommentEmail""" - userPreferencesDisableChangeCommentEmail: Boolean - - """DisableProfilePostEmail""" - userPreferencesDisableProfilePostEmail: Boolean - - """DisableFollowersEmail""" - userPreferencesDisableFollowersEmail: Boolean - - """DisableAllFeedsEmail""" - userPreferencesDisableAllFeedsEmail: Boolean - - """ReminderSoundOff""" - userPreferencesReminderSoundOff: Boolean - - """TaskRemindersCheckboxDefault""" - userPreferencesTaskRemindersCheckboxDefault: Boolean - - """EventRemindersCheckboxDefault""" - userPreferencesEventRemindersCheckboxDefault: Boolean - - """ActivityRemindersPopup""" - userPreferencesActivityRemindersPopup: Boolean - - """Allow Forecasting""" - forecastEnabled: Boolean - - """Work.com User""" - userPermissionsWorkDotComUserFeature: Boolean - - """Site.com Publisher User""" - userPermissionsSiteforcePublisherUser: Boolean - - """Site.com Contributor User""" - userPermissionsSiteforceContributorUser: Boolean - - """Data.com User""" - userPermissionsJigsawProspectingUser: Boolean - - """Service Cloud User""" - userPermissionsSupportUser: Boolean - - """Flow User""" - userPermissionsInteractionUser: Boolean - - """Knowledge User""" - userPermissionsKnowledgeUser: Boolean - - """Salesforce CRM Content User""" - userPermissionsSfContentUser: Boolean - - """Apex Mobile User""" - userPermissionsMobileUser: Boolean - - """Auto-login To Call Center""" - userPermissionsCallCenterAutoLogin: Boolean - - """Offline User""" - userPermissionsOfflineUser: Boolean - - """Marketing User""" - userPermissionsMarketingUser: Boolean - - """Manager ID""" - managerId: String - - """Delegated Approver ID""" - delegatedApproverId: String - - """Employee Number""" - employeeNumber: String - - """Language""" - languageLocaleKey: String - - """Profile ID""" - profileId: String - - """Email Encoding""" - emailEncodingKey: String - - """Admin Info Emails""" - receivesAdminInfoEmails: Boolean - - """Info Emails""" - receivesInfoEmails: Boolean - - """Locale""" - localeSidKey: String - - """Role ID""" - userRoleId: String - - """Time Zone""" - timeZoneSidKey: String - - """Active""" - isActive: Boolean - - """Nickname""" - communityNickname: String - - """Alias""" - alias: String - - """Cell""" - mobilePhone: String - - """Fax""" - fax: String - - """Phone""" - phone: String - - """Stay-in-Touch Email Note""" - stayInTouchNote: String - - """Stay-in-Touch Email Signature""" - stayInTouchSignature: String - - """Stay-in-Touch Email Subject""" - stayInTouchSubject: String - - """Email Signature""" - signature: String - - """Email Sender Name""" - senderName: String - - """Email Sender Address""" - senderEmail: String - - """StayInTouchReminder""" - emailPreferencesStayInTouchReminder: Boolean - - """AutoBccStayInTouch""" - emailPreferencesAutoBccStayInTouch: Boolean - - """AutoBcc""" - emailPreferencesAutoBcc: Boolean - - """Email""" - email: String - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Longitude""" - longitude: Float - - """Latitude""" - latitude: Float - - """Country""" - country: String - - """Zip/Postal Code""" - postalCode: String - - """State/Province""" - state: String - - """City""" - city: String - - """Street""" - street: String - - """Title""" - title: String - - """Department""" - department: String - - """Division""" - division: String - - """Company Name""" - companyName: String - - """First Name""" - firstName: String - - """Last Name""" - lastName: String - - """Username""" - username: String -} - -input SalesforceUpdateUserInput { - patch: SalesforceUserPatch! - - """The id of the User to update.""" - id: String! -} - -type SalesforceUpdateUserPayload { - """User updated by the mutation.""" - user: SalesforceUser! -} - -input SalesforceBusinessHoursPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Time Zone""" - timeZoneSidKey: String - - """Saturday End""" - saturdayEndTime: String - - """Saturday Start""" - saturdayStartTime: String - - """Friday End""" - fridayEndTime: String - - """Friday Start""" - fridayStartTime: String - - """Thursday End""" - thursdayEndTime: String - - """Thursday Start""" - thursdayStartTime: String - - """Wednesday End""" - wednesdayEndTime: String - - """Wednesday Start""" - wednesdayStartTime: String - - """Tuesday End""" - tuesdayEndTime: String - - """Tuesday Start""" - tuesdayStartTime: String - - """Monday End""" - mondayEndTime: String - - """Monday Start""" - mondayStartTime: String - - """Sunday End""" - sundayEndTime: String - - """Sunday Start""" - sundayStartTime: String - - """Default Business Hours""" - isDefault: Boolean - - """Active""" - isActive: Boolean - - """Business Hours Name""" - name: String -} - -input SalesforceUpdateBusinessHoursInput { - patch: SalesforceBusinessHoursPatch! - - """The id of the BusinessHours to update.""" - id: String! -} - -type SalesforceUpdateBusinessHoursPayload { - """BusinessHours updated by the mutation.""" - businessHours: SalesforceBusinessHours! -} - -input SalesforceContentWorkspacePermissionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Organize File and Content Folder""" - permissionsOrganizeFileAndFolder: Boolean - - """Attach or Share Content""" - permissionsChatterSharing: Boolean - - """Deliver Content""" - permissionsDeliverContent: Boolean - - """Tag Content""" - permissionsTagContent: Boolean - - """Modify Comments""" - permissionsModifyComments: Boolean - - """Add Comment""" - permissionsAddComment: Boolean - - """View Comment""" - permissionsViewComments: Boolean - - """Feature Content""" - permissionsFeatureContent: Boolean - - """Delete Content""" - permissionsDeleteContent: Boolean - - """Archive Content""" - permissionsArchiveContent: Boolean - - """Add Content on Behalf of Others""" - permissionsAddContentObo: Boolean - - """Add Content""" - permissionsAddContent: Boolean - - """Manage Library""" - permissionsManageWorkspace: Boolean - - """Name""" - name: String -} - -input SalesforceUpdateContentWorkspacePermissionInput { - patch: SalesforceContentWorkspacePermissionPatch! - - """The id of the ContentWorkspacePermission to update.""" - id: String! -} - -type SalesforceUpdateContentWorkspacePermissionPayload { - """ContentWorkspacePermission updated by the mutation.""" - contentWorkspacePermission: SalesforceContentWorkspacePermission! -} - -input SalesforceMacroInstructionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Sort Order""" - sortOrder: Int - - """Value Record ID""" - valueRecord: String - - """Value""" - value: String - - """Target""" - target: String - - """Operation""" - operation: String -} - -input SalesforceUpdateMacroInstructionInput { - patch: SalesforceMacroInstructionPatch! - - """The id of the MacroInstruction to update.""" - id: String! -} - -type SalesforceUpdateMacroInstructionPayload { - """MacroInstruction updated by the mutation.""" - macroInstruction: SalesforceMacroInstruction! -} - -input SalesforceDocumentAttachmentMapPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Attachment Sequence""" - documentSequence: Int - - """Document ID""" - documentId: String - - """Entity ID""" - parentId: String -} - -input SalesforceUpdateDocumentAttachmentMapInput { - patch: SalesforceDocumentAttachmentMapPatch! - - """The id of the DocumentAttachmentMap to update.""" - id: String! -} - -type SalesforceUpdateDocumentAttachmentMapPayload { - """DocumentAttachmentMap updated by the mutation.""" - documentAttachmentMap: SalesforceDocumentAttachmentMap! -} - -input SalesforceContractPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Activated Date""" - activatedDate: String - - """Activated By ID""" - activatedById: String - - """Special Terms""" - specialTerms: String - - """Customer Signed Date""" - customerSignedDate: String - - """Customer Signed Title""" - customerSignedTitle: String - - """Customer Signed By ID""" - customerSignedId: String - - """Company Signed Date""" - companySignedDate: String - - """Company Signed By ID""" - companySignedId: String - - """Status""" - status: String - - """Owner ID""" - ownerId: String - - """Contract Term""" - contractTerm: Int - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Billing Longitude""" - billingLongitude: Float - - """Billing Latitude""" - billingLatitude: Float - - """Billing Country""" - billingCountry: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing State/Province""" - billingState: String - - """Billing City""" - billingCity: String - - """Billing Street""" - billingStreet: String - - """Contract Start Date""" - startDate: String - - """Owner Expiration Notice""" - ownerExpirationNotice: String - - """Price Book ID""" - pricebook2Id: String - - """Account ID""" - accountId: String -} - -input SalesforceUpdateContractInput { - patch: SalesforceContractPatch! - - """The id of the Contract to update.""" - id: String! -} - -type SalesforceUpdateContractPayload { - """Contract updated by the mutation.""" - contract: SalesforceContract! -} - -input SalesforceCspTrustedSitePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Active""" - isActive: Boolean - - """Description""" - description: String - - """Trusted Site URL""" - endpointUrl: String - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Trusted Site Name""" - developerName: String -} - -input SalesforceUpdateCspTrustedSiteInput { - patch: SalesforceCspTrustedSitePatch! - - """The id of the CspTrustedSite to update.""" - id: String! -} - -type SalesforceUpdateCspTrustedSitePayload { - """CspTrustedSite updated by the mutation.""" - cspTrustedSite: SalesforceCspTrustedSite! -} - -input SalesforceEmailMessageRelationPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Relation ID""" - relationId: String -} - -input SalesforceUpdateEmailMessageRelationInput { - patch: SalesforceEmailMessageRelationPatch! - - """The id of the EmailMessageRelation to update.""" - id: String! -} - -type SalesforceUpdateEmailMessageRelationPayload { - """EmailMessageRelation updated by the mutation.""" - emailMessageRelation: SalesforceEmailMessageRelation! -} - -input SalesforceOrgWideEmailAddressPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Allow All Profiles""" - isAllowAllProfiles: Boolean - - """Display Name""" - displayName: String - - """Email Address""" - address: String -} - -input SalesforceUpdateOrgWideEmailAddressInput { - patch: SalesforceOrgWideEmailAddressPatch! - - """The id of the OrgWideEmailAddress to update.""" - id: String! -} - -type SalesforceUpdateOrgWideEmailAddressPayload { - """OrgWideEmailAddress updated by the mutation.""" - orgWideEmailAddress: SalesforceOrgWideEmailAddress! -} - -input SalesforceEmailServicesFunctionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Convert Text Attachments to Binary Attachments""" - isTextAttachmentsAsBinary: Boolean - - """Route Error Emails to This Email Address""" - errorRoutingAddress: String - - """Enable Error Routing""" - isErrorRoutingEnabled: Boolean - - """Unauthorized Sender Action""" - authorizationFailureAction: String - - """Unauthenticated Sender Action""" - authenticationFailureAction: String - - """Deactivated Email Address Action""" - addressInactiveAction: String - - """Deactivated Email Service Action""" - functionInactiveAction: String - - """Over Email Rate Limit Action""" - overLimitAction: String - - """Class ID""" - apexClassId: String - - """Accept Attachments""" - attachmentOption: String - - """TLS Required""" - isTlsRequired: Boolean - - """Advanced Email Security Settings""" - isAuthenticationRequired: Boolean - - """Accept Email From""" - authorizedSenders: String - - """Email Service Name""" - functionName: String - - """Active""" - isActive: Boolean -} - -input SalesforceUpdateEmailServicesFunctionInput { - patch: SalesforceEmailServicesFunctionPatch! - - """The id of the EmailServicesFunction to update.""" - id: String! -} - -type SalesforceUpdateEmailServicesFunctionPayload { - """EmailServicesFunction updated by the mutation.""" - emailServicesFunction: SalesforceEmailServicesFunction! -} - -input SalesforceProduct2Patch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Product SKU""" - stockKeepingUnit: String - - """Quantity Unit Of Measure""" - quantityUnitOfMeasure: String - - """Display URL""" - displayUrl: String - - """External ID""" - externalId: String - - """External Data Source ID""" - externalDataSourceId: String - - """Product Family""" - family: String - - """Active""" - isActive: Boolean - - """Product Description""" - description: String - - """Product Code""" - productCode: String - - """Product Name""" - name: String -} - -input SalesforceUpdateProduct2Input { - patch: SalesforceProduct2Patch! - - """The id of the Product2 to update.""" - id: String! -} - -type SalesforceUpdateProduct2Payload { - """Product2 updated by the mutation.""" - product2: SalesforceProduct2! -} - -input SalesforceQuickTextSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateQuickTextShareInput { - patch: SalesforceQuickTextSharePatch! - - """The id of the QuickTextShare to update.""" - id: String! -} - -type SalesforceUpdateQuickTextSharePayload { - """QuickTextShare updated by the mutation.""" - quickTextShare: SalesforceQuickTextShare! -} - -input SalesforceFolderPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Read Only""" - isReadonly: Boolean - - """Access Type""" - accessType: String - - """Folder Unique Name""" - developerName: String - - """Name""" - name: String -} - -input SalesforceUpdateFolderInput { - patch: SalesforceFolderPatch! - - """The id of the Folder to update.""" - id: String! -} - -type SalesforceUpdateFolderPayload { - """Folder updated by the mutation.""" - folder: SalesforceFolder! -} - -input SalesforceApexTestResultPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Run Time""" - runTime: Int - - """ApexTestRunResult ID""" - apexTestRunResultId: String - - """Log ID""" - apexLogId: String - - """Apex Test Queue Item ID""" - queueItemId: String - - """Apex Job ID""" - asyncApexJobId: String - - """Stack Trace""" - stackTrace: String - - """Error Message""" - message: String - - """Method Name""" - methodName: String - - """Class ID""" - apexClassId: String - - """Pass/Fail""" - outcome: String - - """Time Started""" - testTimestamp: String -} - -input SalesforceUpdateApexTestResultInput { - patch: SalesforceApexTestResultPatch! - - """The id of the ApexTestResult to update.""" - id: String! -} - -type SalesforceUpdateApexTestResultPayload { - """ApexTestResult updated by the mutation.""" - apexTestResult: SalesforceApexTestResult! -} - -input SalesforceOrgDeleteRequestSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateOrgDeleteRequestShareInput { - patch: SalesforceOrgDeleteRequestSharePatch! - - """The id of the OrgDeleteRequestShare to update.""" - id: String! -} - -type SalesforceUpdateOrgDeleteRequestSharePayload { - """OrgDeleteRequestShare updated by the mutation.""" - orgDeleteRequestShare: SalesforceOrgDeleteRequestShare! -} - -input SalesforceFlowInterviewSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateFlowInterviewShareInput { - patch: SalesforceFlowInterviewSharePatch! - - """The id of the FlowInterviewShare to update.""" - id: String! -} - -type SalesforceUpdateFlowInterviewSharePayload { - """FlowInterviewShare updated by the mutation.""" - flowInterviewShare: SalesforceFlowInterviewShare! -} - -input SalesforceUserProvAccountStagingPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String - - """Link State""" - linkState: String - - """External Last Name""" - externalLastName: String - - """External First Name""" - externalFirstName: String - - """External Email""" - externalEmail: String - - """External Username""" - externalUsername: String - - """External User Id""" - externalUserId: String - - """User ID""" - salesforceUserId: String - - """Connected App ID""" - connectedAppId: String -} - -input SalesforceUpdateUserProvAccountStagingInput { - patch: SalesforceUserProvAccountStagingPatch! - - """The id of the UserProvAccountStaging to update.""" - id: String! -} - -type SalesforceUpdateUserProvAccountStagingPayload { - """UserProvAccountStaging updated by the mutation.""" - userProvAccountStaging: SalesforceUserProvAccountStaging! -} - -input SalesforceBusinessProcessPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Active""" - isActive: Boolean - - """Description""" - description: String - - """Name""" - name: String -} - -input SalesforceUpdateBusinessProcessInput { - patch: SalesforceBusinessProcessPatch! - - """The id of the BusinessProcess to update.""" - id: String! -} - -type SalesforceUpdateBusinessProcessPayload { - """BusinessProcess updated by the mutation.""" - businessProcess: SalesforceBusinessProcess! -} - -input SalesforceSolutionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Description""" - solutionNote: String - - """Status""" - status: String - - """Visible in Public Knowledge Base""" - isPublishedInPublicKb: Boolean - - """Public""" - isPublished: Boolean - - """Title""" - solutionName: String -} - -input SalesforceUpdateSolutionInput { - patch: SalesforceSolutionPatch! - - """The id of the Solution to update.""" - id: String! -} - -type SalesforceUpdateSolutionPayload { - """Solution updated by the mutation.""" - solution: SalesforceSolution! -} - -input SalesforceVotePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Vote Type""" - type: String -} - -input SalesforceUpdateVoteInput { - patch: SalesforceVotePatch! - - """The id of the Vote to update.""" - id: String! -} - -type SalesforceUpdateVotePayload { - """Vote updated by the mutation.""" - vote: SalesforceVote! -} - -input SalesforceContractContactRolePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Primary""" - isPrimary: Boolean - - """Role""" - role: String - - """Contact ID""" - contactId: String -} - -input SalesforceUpdateContractContactRoleInput { - patch: SalesforceContractContactRolePatch! - - """The id of the ContractContactRole to update.""" - id: String! -} - -type SalesforceUpdateContractContactRolePayload { - """ContractContactRole updated by the mutation.""" - contractContactRole: SalesforceContractContactRole! -} - -input SalesforceNotePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Body""" - body: String - - """Private""" - isPrivate: Boolean - - """Title""" - title: String -} - -input SalesforceUpdateNoteInput { - patch: SalesforceNotePatch! - - """The id of the Note to update.""" - id: String! -} - -type SalesforceUpdateNotePayload { - """Note updated by the mutation.""" - note: SalesforceNote! -} - -input SalesforceCustomBrandPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Branded Entity ID""" - parentId: String -} - -input SalesforceUpdateCustomBrandInput { - patch: SalesforceCustomBrandPatch! - - """The id of the CustomBrand to update.""" - id: String! -} - -type SalesforceUpdateCustomBrandPayload { - """CustomBrand updated by the mutation.""" - customBrand: SalesforceCustomBrand! -} - -input SalesforceIdeaPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String - - """Categories""" - categories: String - - """Idea Body""" - body: String - - """Title""" - title: String -} - -input SalesforceUpdateIdeaInput { - patch: SalesforceIdeaPatch! - - """The id of the Idea to update.""" - id: String! -} - -type SalesforceUpdateIdeaPayload { - """Idea updated by the mutation.""" - idea: SalesforceIdea! -} - -input SalesforceCollaborationGroupPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Broadcast Only""" - isBroadcast: Boolean - - """Announcement ID""" - announcementId: String - - """Disable automatic archiving""" - isAutoArchiveDisabled: Boolean - - """Archive""" - isArchived: Boolean - - """Allow customers""" - canHaveGuests: Boolean - - """Information""" - informationBody: String - - """Information Title""" - informationTitle: String - - """Description""" - description: String - - """Access Type""" - collaborationType: String - - """Owner ID""" - ownerId: String - - """Name""" - name: String -} - -input SalesforceUpdateCollaborationGroupInput { - patch: SalesforceCollaborationGroupPatch! - - """The id of the CollaborationGroup to update.""" - id: String! -} - -type SalesforceUpdateCollaborationGroupPayload { - """CollaborationGroup updated by the mutation.""" - collaborationGroup: SalesforceCollaborationGroup! -} - -input SalesforceOpportunityPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Price Book ID""" - pricebook2Id: String - - """Campaign ID""" - campaignId: String - - """Forecast Category""" - forecastCategoryName: String - - """Lead Source""" - leadSource: String - - """Next Step""" - nextStep: String - - """Opportunity Type""" - type: String - - """Close Date""" - closeDate: String - - """Quantity""" - totalOpportunityQuantity: Float - - """Probability (%)""" - probability: Float - - """Amount""" - amount: Float - - """Stage""" - stageName: String - - """Description""" - description: String - - """Name""" - name: String - - """Private""" - isPrivate: Boolean - - """Account ID""" - accountId: String -} - -input SalesforceUpdateOpportunityInput { - patch: SalesforceOpportunityPatch! - - """The id of the Opportunity to update.""" - id: String! -} - -type SalesforceUpdateOpportunityPayload { - """Opportunity updated by the mutation.""" - opportunity: SalesforceOpportunity! -} - -input SalesforceListEmailRecipientSourcePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Type""" - sourceType: String - - """SourceList ID""" - sourceListId: String -} - -input SalesforceUpdateListEmailRecipientSourceInput { - patch: SalesforceListEmailRecipientSourcePatch! - - """The id of the ListEmailRecipientSource to update.""" - id: String! -} - -type SalesforceUpdateListEmailRecipientSourcePayload { - """ListEmailRecipientSource updated by the mutation.""" - listEmailRecipientSource: SalesforceListEmailRecipientSource! -} - -input SalesforceTodayGoalPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User ID""" - userId: String - - """Value""" - value: Float - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateTodayGoalInput { - patch: SalesforceTodayGoalPatch! - - """The id of the TodayGoal to update.""" - id: String! -} - -type SalesforceUpdateTodayGoalPayload { - """TodayGoal updated by the mutation.""" - todayGoal: SalesforceTodayGoal! -} - -input SalesforceOrganizationPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Web to Cases Default Origin""" - webToCaseDefaultOrigin: String - - """UI Skin""" - uiSkin: String - - """OnlyLLPermUserAllowed""" - preferencesOnlyLlPermUserAllowed: Boolean - - """LightningLoginEnabled""" - preferencesLightningLoginEnabled: Boolean - - """IndividualAutoCreateEnabled""" - preferencesIndividualAutoCreateEnabled: Boolean - - """ConsentManagementEnabled""" - preferencesConsentManagementEnabled: Boolean - - """TerminateOldestSession""" - preferencesTerminateOldestSession: Boolean - - """TransactionSecurityPolicy""" - preferencesTransactionSecurityPolicy: Boolean - - """RequireOpportunityProducts""" - preferencesRequireOpportunityProducts: Boolean - - """Info Emails Admin""" - receivesAdminInfoEmails: Boolean - - """Info Emails""" - receivesInfoEmails: Boolean - - """Language""" - languageLocaleKey: String - - """Locale""" - defaultLocaleSidKey: String - - """Primary Contact""" - primaryContact: String - - """Fax""" - fax: String - - """Phone""" - phone: String - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Longitude""" - longitude: Float - - """Latitude""" - latitude: Float - - """Zip/Postal Code""" - postalCode: String - - """State/Province""" - state: String - - """City""" - city: String - - """Street""" - street: String - - """Division""" - division: String - - """Name""" - name: String -} - -input SalesforceUpdateOrganizationInput { - patch: SalesforceOrganizationPatch! - - """The id of the Organization to update.""" - id: String! -} - -type SalesforceUpdateOrganizationPayload { - """Organization updated by the mutation.""" - organization: SalesforceOrganization! -} - -input SalesforceOpportunityLineItemPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Line Description""" - description: String - - """Date""" - serviceDate: String - - """Sales Price""" - unitPrice: Float - - """Total Price""" - totalPrice: Float - - """Quantity""" - quantity: Float -} - -input SalesforceUpdateOpportunityLineItemInput { - patch: SalesforceOpportunityLineItemPatch! - - """The id of the OpportunityLineItem to update.""" - id: String! -} - -type SalesforceUpdateOpportunityLineItemPayload { - """OpportunityLineItem updated by the mutation.""" - opportunityLineItem: SalesforceOpportunityLineItem! -} - -input SalesforceFlowRecordRelationPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Record ID""" - relatedRecordId: String -} - -input SalesforceUpdateFlowRecordRelationInput { - patch: SalesforceFlowRecordRelationPatch! - - """The id of the FlowRecordRelation to update.""" - id: String! -} - -type SalesforceUpdateFlowRecordRelationPayload { - """FlowRecordRelation updated by the mutation.""" - flowRecordRelation: SalesforceFlowRecordRelation! -} - -input SalesforceAdditionalNumberPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Phone""" - phone: String - - """Description""" - description: String - - """Name""" - name: String - - """Call Center ID""" - callCenterId: String -} - -input SalesforceUpdateAdditionalNumberInput { - patch: SalesforceAdditionalNumberPatch! - - """The id of the AdditionalNumber to update.""" - id: String! -} - -type SalesforceUpdateAdditionalNumberPayload { - """AdditionalNumber updated by the mutation.""" - additionalNumber: SalesforceAdditionalNumber! -} - -input SalesforceCategoryNodePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Subcategory Sort Style""" - sortStyle: String - - """Sort Order""" - sortOrder: Int - - """Name""" - masterLabel: String - - """Parent Category Node ID""" - parentId: String -} - -input SalesforceUpdateCategoryNodeInput { - patch: SalesforceCategoryNodePatch! - - """The id of the CategoryNode to update.""" - id: String! -} - -type SalesforceUpdateCategoryNodePayload { - """CategoryNode updated by the mutation.""" - categoryNode: SalesforceCategoryNode! -} - -input SalesforceApexEmailNotificationPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """email""" - email: String - - """User ID""" - userId: String -} - -input SalesforceUpdateApexEmailNotificationInput { - patch: SalesforceApexEmailNotificationPatch! - - """The id of the ApexEmailNotification to update.""" - id: String! -} - -type SalesforceUpdateApexEmailNotificationPayload { - """ApexEmailNotification updated by the mutation.""" - apexEmailNotification: SalesforceApexEmailNotification! -} - -input SalesforceUserListViewPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """List View Chart ID""" - lastViewedChart: String - - """Custom Object Definition ID""" - sobjectType: String -} - -input SalesforceUpdateUserListViewInput { - patch: SalesforceUserListViewPatch! - - """The id of the UserListView to update.""" - id: String! -} - -type SalesforceUpdateUserListViewPayload { - """UserListView updated by the mutation.""" - userListView: SalesforceUserListView! -} - -input SalesforceUserProvAccountPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Manual Override""" - isKnownLink: Boolean - - """Deleted Date""" - deletedDate: String - - """Status""" - status: String - - """Link State""" - linkState: String - - """External Last Name""" - externalLastName: String - - """External First Name""" - externalFirstName: String - - """External Email""" - externalEmail: String - - """External Username""" - externalUsername: String - - """External User Id""" - externalUserId: String - - """Connected App ID""" - connectedAppId: String - - """User ID""" - salesforceUserId: String -} - -input SalesforceUpdateUserProvAccountInput { - patch: SalesforceUserProvAccountPatch! - - """The id of the UserProvAccount to update.""" - id: String! -} - -type SalesforceUpdateUserProvAccountPayload { - """UserProvAccount updated by the mutation.""" - userProvAccount: SalesforceUserProvAccount! -} - -input SalesforceProcessInstanceWorkitemPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Actor ID""" - actorId: String - - """Original Actor ID""" - originalActorId: String - - """Process Instance ID""" - processInstanceId: String -} - -input SalesforceUpdateProcessInstanceWorkitemInput { - patch: SalesforceProcessInstanceWorkitemPatch! - - """The id of the ProcessInstanceWorkitem to update.""" - id: String! -} - -type SalesforceUpdateProcessInstanceWorkitemPayload { - """ProcessInstanceWorkitem updated by the mutation.""" - processInstanceWorkitem: SalesforceProcessInstanceWorkitem! -} - -input SalesforceAssetPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Internal Asset""" - isInternal: Boolean - - """Asset Serviced By ID""" - assetServicedById: String - - """Asset Provided By ID""" - assetProvidedById: String - - """Owner ID""" - ownerId: String - - """Description""" - description: String - - """Quantity""" - quantity: Float - - """Price""" - price: Float - - """Status""" - status: String - - """Usage End Date""" - usageEndDate: String - - """Purchase Date""" - purchaseDate: String - - """Install Date""" - installDate: String - - """Serial Number""" - serialNumber: String - - """Asset Name""" - name: String - - """Competitor Asset""" - isCompetitorProduct: Boolean - - """Product ID""" - product2Id: String - - """Parent Asset ID""" - parentId: String - - """Account ID""" - accountId: String - - """Contact ID""" - contactId: String -} - -input SalesforceUpdateAssetInput { - patch: SalesforceAssetPatch! - - """The id of the Asset to update.""" - id: String! -} - -type SalesforceUpdateAssetPayload { - """Asset updated by the mutation.""" - asset: SalesforceAsset! -} - -input SalesforceUserProvisioningRequestSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateUserProvisioningRequestShareInput { - patch: SalesforceUserProvisioningRequestSharePatch! - - """The id of the UserProvisioningRequestShare to update.""" - id: String! -} - -type SalesforceUpdateUserProvisioningRequestSharePayload { - """UserProvisioningRequestShare updated by the mutation.""" - userProvisioningRequestShare: SalesforceUserProvisioningRequestShare! -} - -input SalesforceActionLinkGroupTemplatePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Published""" - isPublished: Boolean - - """Category""" - category: String - - """Hours until Expiration""" - hoursUntilExpiration: Int - - """Executions Allowed""" - executionsAllowed: String - - """Name""" - masterLabel: String - - """Master Language""" - language: String - - """Developer Name""" - developerName: String -} - -input SalesforceUpdateActionLinkGroupTemplateInput { - patch: SalesforceActionLinkGroupTemplatePatch! - - """The id of the ActionLinkGroupTemplate to update.""" - id: String! -} - -type SalesforceUpdateActionLinkGroupTemplatePayload { - """ActionLinkGroupTemplate updated by the mutation.""" - actionLinkGroupTemplate: SalesforceActionLinkGroupTemplate! -} - -input SalesforceUserAppInfoPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Form Factor""" - formFactor: String -} - -input SalesforceUpdateUserAppInfoInput { - patch: SalesforceUserAppInfoPatch! - - """The id of the UserAppInfo to update.""" - id: String! -} - -type SalesforceUpdateUserAppInfoPayload { - """UserAppInfo updated by the mutation.""" - userAppInfo: SalesforceUserAppInfo! -} - -input SalesforceAppMenuItemPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Is Visible""" - isVisible: Boolean -} - -input SalesforceUpdateAppMenuItemInput { - patch: SalesforceAppMenuItemPatch! - - """The id of the AppMenuItem to update.""" - id: String! -} - -type SalesforceUpdateAppMenuItemPayload { - """AppMenuItem updated by the mutation.""" - appMenuItem: SalesforceAppMenuItem! -} - -input SalesforceUserAppMenuCustomizationSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateUserAppMenuCustomizationShareInput { - patch: SalesforceUserAppMenuCustomizationSharePatch! - - """The id of the UserAppMenuCustomizationShare to update.""" - id: String! -} - -type SalesforceUpdateUserAppMenuCustomizationSharePayload { - """UserAppMenuCustomizationShare updated by the mutation.""" - userAppMenuCustomizationShare: SalesforceUserAppMenuCustomizationShare! -} - -input SalesforceFeedItemPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String - - """Is Rich Text""" - isRichText: Boolean - - """Body""" - body: String - - """Title""" - title: String -} - -input SalesforceUpdateFeedItemInput { - patch: SalesforceFeedItemPatch! - - """The id of the FeedItem to update.""" - id: String! -} - -type SalesforceUpdateFeedItemPayload { - """FeedItem updated by the mutation.""" - feedItem: SalesforceFeedItem! -} - -input SalesforceApexClassPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Size Without Comments""" - lengthWithoutComments: Int - - """Body""" - body: String - - """Body CRC""" - bodyCrc: Float - - """Is Valid""" - isValid: Boolean - - """Status""" - status: String - - """Api Version""" - apiVersion: Float - - """Name""" - name: String -} - -input SalesforceUpdateApexClassInput { - patch: SalesforceApexClassPatch! - - """The id of the ApexClass to update.""" - id: String! -} - -type SalesforceUpdateApexClassPayload { - """ApexClass updated by the mutation.""" - apexClass: SalesforceApexClass! -} - -input SalesforceApexTriggerPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Size Without Comments""" - lengthWithoutComments: Int - - """Body""" - body: String - - """Body CRC""" - bodyCrc: Float - - """Is Valid""" - isValid: Boolean - - """Status""" - status: String - - """Api Version""" - apiVersion: Float - - """AfterUndelete""" - usageAfterUndelete: Boolean - - """IsBulk""" - usageIsBulk: Boolean - - """AfterDelete""" - usageAfterDelete: Boolean - - """BeforeDelete""" - usageBeforeDelete: Boolean - - """AfterUpdate""" - usageAfterUpdate: Boolean - - """BeforeUpdate""" - usageBeforeUpdate: Boolean - - """AfterInsert""" - usageAfterInsert: Boolean - - """BeforeInsert""" - usageBeforeInsert: Boolean - - """Custom Object Definition ID""" - tableEnumOrId: String - - """Name""" - name: String -} - -input SalesforceUpdateApexTriggerInput { - patch: SalesforceApexTriggerPatch! - - """The id of the ApexTrigger to update.""" - id: String! -} - -type SalesforceUpdateApexTriggerPayload { - """ApexTrigger updated by the mutation.""" - apexTrigger: SalesforceApexTrigger! -} - -input SalesforceUserLoginPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Is Password Locked""" - isPasswordLocked: Boolean - - """Is Frozen""" - isFrozen: Boolean -} - -input SalesforceUpdateUserLoginInput { - patch: SalesforceUserLoginPatch! - - """The id of the UserLogin to update.""" - id: String! -} - -type SalesforceUpdateUserLoginPayload { - """UserLogin updated by the mutation.""" - userLogin: SalesforceUserLogin! -} - -input SalesforceCustomBrandAssetPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Asset source ID""" - assetSourceId: String - - """Text Asset""" - textAsset: String - - """Asset Category""" - assetCategory: String - - """Custom Brand ID""" - customBrandId: String -} - -input SalesforceUpdateCustomBrandAssetInput { - patch: SalesforceCustomBrandAssetPatch! - - """The id of the CustomBrandAsset to update.""" - id: String! -} - -type SalesforceUpdateCustomBrandAssetPayload { - """CustomBrandAsset updated by the mutation.""" - customBrandAsset: SalesforceCustomBrandAsset! -} - -input SalesforceContentAssetPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Let unauthenticated users see this asset file""" - isVisibleByExternalUsers: Boolean - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Unique Name""" - developerName: String -} - -input SalesforceUpdateContentAssetInput { - patch: SalesforceContentAssetPatch! - - """The id of the ContentAsset to update.""" - id: String! -} - -type SalesforceUpdateContentAssetPayload { - """ContentAsset updated by the mutation.""" - contentAsset: SalesforceContentAsset! -} - -input SalesforceMacroSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateMacroShareInput { - patch: SalesforceMacroSharePatch! - - """The id of the MacroShare to update.""" - id: String! -} - -type SalesforceUpdateMacroSharePayload { - """MacroShare updated by the mutation.""" - macroShare: SalesforceMacroShare! -} - -input SalesforceCollaborationGroupMemberRequestPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status""" - status: String - - """Response Message""" - responseMessage: String -} - -input SalesforceUpdateCollaborationGroupMemberRequestInput { - patch: SalesforceCollaborationGroupMemberRequestPatch! - - """The id of the CollaborationGroupMemberRequest to update.""" - id: String! -} - -type SalesforceUpdateCollaborationGroupMemberRequestPayload { - """CollaborationGroupMemberRequest updated by the mutation.""" - collaborationGroupMemberRequest: SalesforceCollaborationGroupMemberRequest! -} - -input SalesforceCampaignPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Record Type ID""" - campaignMemberRecordTypeId: String - - """Owner ID""" - ownerId: String - - """Description""" - description: String - - """Active""" - isActive: Boolean - - """Num Sent in Campaign""" - numberSent: Float - - """Expected Response (%)""" - expectedResponse: Float - - """Actual Cost in Campaign""" - actualCost: Float - - """Budgeted Cost in Campaign""" - budgetedCost: Float - - """Expected Revenue in Campaign""" - expectedRevenue: Float - - """End Date""" - endDate: String - - """Start Date""" - startDate: String - - """Status""" - status: String - - """Type""" - type: String - - """Parent Campaign ID""" - parentId: String - - """Name""" - name: String -} - -input SalesforceUpdateCampaignInput { - patch: SalesforceCampaignPatch! - - """The id of the Campaign to update.""" - id: String! -} - -type SalesforceUpdateCampaignPayload { - """Campaign updated by the mutation.""" - campaign: SalesforceCampaign! -} - -input SalesforceOrderPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Status Category""" - statusCode: String - - """Activated By ID""" - activatedById: String - - """Activated Date""" - activatedDate: String - - """Ship To Contact ID""" - shipToContactId: String - - """Bill To Contact ID""" - billToContactId: String - - """Order Reference Number""" - orderReferenceNumber: String - - """PO Number""" - poNumber: String - - """PO Date""" - poDate: String - - """Order Name""" - name: String - - """Shipping Geocode Accuracy""" - shippingGeocodeAccuracy: String - - """Shipping Longitude""" - shippingLongitude: Float - - """Shipping Latitude""" - shippingLatitude: Float - - """Shipping Country""" - shippingCountry: String - - """Shipping Zip/Postal Code""" - shippingPostalCode: String - - """Shipping State/Province""" - shippingState: String - - """Shipping City""" - shippingCity: String - - """Shipping Street""" - shippingStreet: String - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Billing Longitude""" - billingLongitude: Float - - """Billing Latitude""" - billingLatitude: Float - - """Billing Country""" - billingCountry: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing State/Province""" - billingState: String - - """Billing City""" - billingCity: String - - """Billing Street""" - billingStreet: String - - """Order Type""" - type: String - - """Company Authorized Date""" - companyAuthorizedDate: String - - """Company Authorized By ID""" - companyAuthorizedById: String - - """Customer Authorized Date""" - customerAuthorizedDate: String - - """Customer Authorized By ID""" - customerAuthorizedById: String - - """Internal Comments""" - description: String - - """Status""" - status: String - - """Order End Date""" - endDate: String - - """Order Start Date""" - effectiveDate: String - - """Price Book ID""" - pricebook2Id: String - - """Account ID""" - accountId: String - - """Contract ID""" - contractId: String - - """Owner ID""" - ownerId: String -} - -input SalesforceUpdateOrderInput { - patch: SalesforceOrderPatch! - - """The id of the Order to update.""" - id: String! -} - -type SalesforceUpdateOrderPayload { - """Order updated by the mutation.""" - order: SalesforceOrder! -} - -input SalesforceAttachmentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Description""" - description: String - - """Owner ID""" - ownerId: String - - """Body""" - body: String - - """Content Type""" - contentType: String - - """Private""" - isPrivate: Boolean - - """File Name""" - name: String -} - -input SalesforceUpdateAttachmentInput { - patch: SalesforceAttachmentPatch! - - """The id of the Attachment to update.""" - id: String! -} - -type SalesforceUpdateAttachmentPayload { - """Attachment updated by the mutation.""" - attachment: SalesforceAttachment! -} - -input SalesforceApexComponentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Markup""" - markup: String - - """Controller Key""" - controllerKey: String - - """Controller Type""" - controllerType: String - - """Description""" - description: String - - """Label""" - masterLabel: String - - """Api Version""" - apiVersion: Float - - """Name""" - name: String -} - -input SalesforceUpdateApexComponentInput { - patch: SalesforceApexComponentPatch! - - """The id of the ApexComponent to update.""" - id: String! -} - -type SalesforceUpdateApexComponentPayload { - """ApexComponent updated by the mutation.""" - apexComponent: SalesforceApexComponent! -} - -input SalesforceLightningComponentResourcePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Source""" - source: String - - """Format""" - format: String - - """File Path""" - filePath: String -} - -input SalesforceUpdateLightningComponentResourceInput { - patch: SalesforceLightningComponentResourcePatch! - - """The id of the LightningComponentResource to update.""" - id: String! -} - -type SalesforceUpdateLightningComponentResourcePayload { - """LightningComponentResource updated by the mutation.""" - lightningComponentResource: SalesforceLightningComponentResource! -} - -input SalesforceApexPagePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Markup""" - markup: String - - """Require CSRF protection on GET requests""" - isConfirmationTokenRequired: Boolean - - """ - Available for Lightning Experience, Lightning Communities, and the mobile app - """ - isAvailableInTouch: Boolean - - """Controller Key""" - controllerKey: String - - """Controller Type""" - controllerType: String - - """Description""" - description: String - - """Label""" - masterLabel: String - - """Api Version""" - apiVersion: Float - - """Name""" - name: String -} - -input SalesforceUpdateApexPageInput { - patch: SalesforceApexPagePatch! - - """The id of the ApexPage to update.""" - id: String! -} - -type SalesforceUpdateApexPagePayload { - """ApexPage updated by the mutation.""" - apexPage: SalesforceApexPage! -} - -input SalesforceCasePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Escalated""" - isEscalated: Boolean - - """Description""" - description: String - - """Priority""" - priority: String - - """Subject""" - subject: String - - """Case Origin""" - origin: String - - """Case Reason""" - reason: String - - """Status""" - status: String - - """Case Type""" - type: String - - """Company""" - suppliedCompany: String - - """Phone""" - suppliedPhone: String - - """Email Address""" - suppliedEmail: String - - """Name""" - suppliedName: String - - """Parent Case ID""" - parentId: String - - """Asset ID""" - assetId: String - - """Account ID""" - accountId: String - - """Contact ID""" - contactId: String -} - -input SalesforceUpdateCaseInput { - patch: SalesforceCasePatch! - - """The id of the Case to update.""" - id: String! -} - -type SalesforceUpdateCasePayload { - """Case updated by the mutation.""" - case: SalesforceCase! -} - -input SalesforceBrandTemplatePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Value""" - value: String - - """Description""" - description: String - - """Active""" - isActive: Boolean - - """Letterhead Unique Name""" - developerName: String - - """Brand Template Name""" - name: String -} - -input SalesforceUpdateBrandTemplateInput { - patch: SalesforceBrandTemplatePatch! - - """The id of the BrandTemplate to update.""" - id: String! -} - -type SalesforceUpdateBrandTemplatePayload { - """BrandTemplate updated by the mutation.""" - brandTemplate: SalesforceBrandTemplate! -} - -input SalesforceCaseCommentPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Body""" - commentBody: String - - """Published""" - isPublished: Boolean -} - -input SalesforceUpdateCaseCommentInput { - patch: SalesforceCaseCommentPatch! - - """The id of the CaseComment to update.""" - id: String! -} - -type SalesforceUpdateCaseCommentPayload { - """CaseComment updated by the mutation.""" - caseComment: SalesforceCaseComment! -} - -input SalesforceStreamingChannelSharePatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Access""" - accessLevel: String -} - -input SalesforceUpdateStreamingChannelShareInput { - patch: SalesforceStreamingChannelSharePatch! - - """The id of the StreamingChannelShare to update.""" - id: String! -} - -type SalesforceUpdateStreamingChannelSharePayload { - """StreamingChannelShare updated by the mutation.""" - streamingChannelShare: SalesforceStreamingChannelShare! -} - -input SalesforcePlatformCachePartitionPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Default Partition""" - isDefaultPartition: Boolean - - """Description""" - description: String - - """Label""" - masterLabel: String - - """Master Language""" - language: String - - """Name""" - developerName: String -} - -input SalesforceUpdatePlatformCachePartitionInput { - patch: SalesforcePlatformCachePartitionPatch! - - """The id of the PlatformCachePartition to update.""" - id: String! -} - -type SalesforceUpdatePlatformCachePartitionPayload { - """PlatformCachePartition updated by the mutation.""" - platformCachePartition: SalesforcePlatformCachePartition! -} - -input SalesforceAuthProviderPatch { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Metadata Type Record""" - customMetadataTypeRecord: String - - """Class ID""" - pluginId: String - - """Custom Logout URL""" - logoutUrl: String - - """Icon URL""" - iconUrl: String - - """ - Include identity organization's organization ID for third-party account linkage - """ - optionsIncludeOrgIdInId: Boolean - - """Send client credentials in header""" - optionsSendClientCredentialsInHeader: Boolean - - """Send access token in header""" - optionsSendAccessTokenInHeader: Boolean - - """Token Issuer""" - idTokenIssuer: String - - """Default Scopes""" - defaultScopes: String - - """User Info Endpoint URL""" - userInfoUrl: String - - """Token Endpoint URL""" - tokenUrl: String - - """Authorize Endpoint URL""" - authorizeUrl: String - - """Custom Error URL""" - errorUrl: String - - """Consumer Key""" - consumerKey: String - - """User ID""" - executionUserId: String - - """Class ID""" - registrationHandlerId: String - - """URL Suffix""" - developerName: String - - """Name""" - friendlyName: String - - """Provider Type""" - providerType: String -} - -input SalesforceUpdateAuthProviderInput { - patch: SalesforceAuthProviderPatch! - - """The id of the AuthProvider to update.""" - id: String! -} - -type SalesforceUpdateAuthProviderPayload { - """AuthProvider updated by the mutation.""" - authProvider: SalesforceAuthProvider! -} - -input SalesforceAuraDefinitionBundleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Api Version""" - apiVersion: Float - - """Description""" - description: String -} - -input SalesforceCreateAuraDefinitionBundleInput { - auraDefinitionBundle: SalesforceAuraDefinitionBundleInput! -} - -type SalesforceCreateAuraDefinitionBundlePayload { - """AuraDefinitionBundle created by the mutation.""" - auraDefinitionBundle: SalesforceAuraDefinitionBundle! -} - -input SalesforceApexTestRunResultInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Apex Job ID""" - asyncApexJobId: String - - """User ID""" - userId: String - - """Name of the job""" - jobName: String - - """allTests""" - isAllTests: Boolean - - """Client that kicked off the test run""" - source: String - - """Start time of the test run""" - startTime: String - - """End time of the test run""" - endTime: String - - """Time(ms) actually spent running tests""" - testTime: Int - - """Status of the test run""" - status: String - - """Number of classes enqueued in this test run""" - classesEnqueued: Int - - """Number of classes completed in this test run""" - classesCompleted: Int - - """Number of methods enqueued in this test run""" - methodsEnqueued: Int - - """Number of methods completed in this test run""" - methodsCompleted: Int - - """Number of methods failed in this test run""" - methodsFailed: Int -} - -input SalesforceCreateApexTestRunResultInput { - apexTestRunResult: SalesforceApexTestRunResultInput! -} - -type SalesforceCreateApexTestRunResultPayload { - """ApexTestRunResult created by the mutation.""" - apexTestRunResult: SalesforceApexTestRunResult! -} - -input SalesforceTopicAssignmentInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Topic ID""" - topicId: String - - """Entity ID""" - entityId: String -} - -input SalesforceCreateTopicAssignmentInput { - topicAssignment: SalesforceTopicAssignmentInput! -} - -type SalesforceCreateTopicAssignmentPayload { - """TopicAssignment created by the mutation.""" - topicAssignment: SalesforceTopicAssignment! -} - -input SalesforceLightningComponentBundleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Api Version""" - apiVersion: Float - - """Minimum Version""" - minVersion: Float - - """IsExposed""" - isExposed: Boolean - - """Available For""" - availableFor: String -} - -input SalesforceCreateLightningComponentBundleInput { - lightningComponentBundle: SalesforceLightningComponentBundleInput! -} - -type SalesforceCreateLightningComponentBundlePayload { - """LightningComponentBundle created by the mutation.""" - lightningComponentBundle: SalesforceLightningComponentBundle! -} - -input SalesforceCollaborationGroupRecordInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Chatter Group ID""" - collaborationGroupId: String - - """Record ID""" - recordId: String -} - -input SalesforceCreateCollaborationGroupRecordInput { - collaborationGroupRecord: SalesforceCollaborationGroupRecordInput! -} - -type SalesforceCreateCollaborationGroupRecordPayload { - """CollaborationGroupRecord created by the mutation.""" - collaborationGroupRecord: SalesforceCollaborationGroupRecord! -} - -input SalesforceEmailMessageInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Case ID""" - parentId: String - - """Activity ID""" - activityId: String - - """Text Body""" - textBody: String - - """HTML Body""" - htmlBody: String - - """Headers""" - headers: String - - """Subject""" - subject: String - - """From Name""" - fromName: String - - """From Address""" - fromAddress: String - - """From""" - validatedFromAddress: String - - """To Address""" - toAddress: String - - """CC Address""" - ccAddress: String - - """BCC Address""" - bccAddress: String - - """Is Incoming""" - incoming: Boolean - - """Status""" - status: String - - """Message Date""" - messageDate: String - - """Email Message ID""" - replyToEmailMessageId: String - - """Message ID""" - messageIdentifier: String - - """Thread ID""" - threadIdentifier: String - - """Is Client Managed""" - isClientManaged: Boolean - - """Related To ID""" - relatedToId: String -} - -input SalesforceCreateEmailMessageInput { - emailMessage: SalesforceEmailMessageInput! -} - -type SalesforceCreateEmailMessagePayload { - """EmailMessage created by the mutation.""" - emailMessage: SalesforceEmailMessage! -} - -input SalesforceOrderItemInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Product ID""" - product2Id: String - - """Order ID""" - orderId: String - - """Price Book Entry ID""" - pricebookEntryId: String - - """Original Order Item ID""" - originalOrderItemId: String - - """Quantity""" - quantity: Float - - """Unit Price""" - unitPrice: Float - - """Start Date""" - serviceDate: String - - """End Date""" - endDate: String - - """Line Description""" - description: String -} - -input SalesforceCreateOrderItemInput { - orderItem: SalesforceOrderItemInput! -} - -type SalesforceCreateOrderItemPayload { - """OrderItem created by the mutation.""" - orderItem: SalesforceOrderItem! -} - -input SalesforceUserListViewCriterionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User List View ID""" - userListViewId: String - - """Sort Order""" - sortOrder: Int - - """Column Name""" - columnName: String - - """Operation""" - operation: String - - """Value""" - value: String -} - -input SalesforceCreateUserListViewCriterionInput { - userListViewCriterion: SalesforceUserListViewCriterionInput! -} - -type SalesforceCreateUserListViewCriterionPayload { - """UserListViewCriterion created by the mutation.""" - userListViewCriterion: SalesforceUserListViewCriterion! -} - -input SalesforcePermissionSetAssignmentInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """PermissionSet ID""" - permissionSetId: String - - """Assignee ID""" - assigneeId: String -} - -input SalesforceCreatePermissionSetAssignmentInput { - permissionSetAssignment: SalesforcePermissionSetAssignmentInput! -} - -type SalesforceCreatePermissionSetAssignmentPayload { - """PermissionSetAssignment created by the mutation.""" - permissionSetAssignment: SalesforcePermissionSetAssignment! -} - -input SalesforceDuplicateRecordItemInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Duplicate Record Set ID""" - duplicateRecordSetId: String - - """Record ID""" - recordId: String -} - -input SalesforceCreateDuplicateRecordItemInput { - duplicateRecordItem: SalesforceDuplicateRecordItemInput! -} - -type SalesforceCreateDuplicateRecordItemPayload { - """DuplicateRecordItem created by the mutation.""" - duplicateRecordItem: SalesforceDuplicateRecordItem! -} - -input SalesforceUserProvisioningConfigInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Connected App ID""" - connectedAppId: String - - """Notes""" - notes: String - - """Enabled""" - enabled: Boolean - - """Approval Required""" - approvalRequired: String - - """User Account Mapping""" - userAccountMapping: String - - """Enabled Operations""" - enabledOperations: String - - """On Update Attributes""" - onUpdateAttributes: String - - """Last Recon Date""" - lastReconDateTime: String - - """Named Credential ID""" - namedCredentialId: String - - """Recon Filter""" - reconFilter: String -} - -input SalesforceCreateUserProvisioningConfigInput { - userProvisioningConfig: SalesforceUserProvisioningConfigInput! -} - -type SalesforceCreateUserProvisioningConfigPayload { - """UserProvisioningConfig created by the mutation.""" - userProvisioningConfig: SalesforceUserProvisioningConfig! -} - -input SalesforceTaskInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name ID""" - whoId: String - - """Related To ID""" - whatId: String - - """Subject""" - subject: String - - """Due Date Only""" - activityDate: String - - """Status""" - status: String - - """Priority""" - priority: String - - """Assigned To ID""" - ownerId: String - - """Description""" - description: String - - """Call Duration""" - callDurationInSeconds: Int - - """Call Type""" - callType: String - - """Call Result""" - callDisposition: String - - """Call Object Identifier""" - callObject: String - - """Reminder Date/Time""" - reminderDateTime: String - - """Reminder Set""" - isReminderSet: Boolean - - """Create Recurring Series of Tasks""" - isRecurrence: Boolean - - """Recurrence Start""" - recurrenceStartDateOnly: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Time Zone""" - recurrenceTimeZoneSidKey: String - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - - """Repeat This Task""" - recurrenceRegeneratedType: String - - """Task Subtype""" - taskSubtype: String -} - -input SalesforceCreateTaskInput { - task: SalesforceTaskInput! -} - -type SalesforceCreateTaskPayload { - """Task created by the mutation.""" - task: SalesforceTask! -} - -input SalesforceStreamingChannelInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Streaming Channel Name""" - name: String - - """Description""" - description: String -} - -input SalesforceCreateStreamingChannelInput { - streamingChannel: SalesforceStreamingChannelInput! -} - -type SalesforceCreateStreamingChannelPayload { - """StreamingChannel created by the mutation.""" - streamingChannel: SalesforceStreamingChannel! -} - -input SalesforceApexTestQueueItemInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Class ID""" - apexClassId: String -} - -input SalesforceCreateApexTestQueueItemInput { - apexTestQueueItem: SalesforceApexTestQueueItemInput! -} - -type SalesforceCreateApexTestQueueItemPayload { - """ApexTestQueueItem created by the mutation.""" - apexTestQueueItem: SalesforceApexTestQueueItem! -} - -input SalesforceFieldPermissionsInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Sobject Type Name""" - sobjectType: String - - """Field Name""" - field: String - - """Edit Field""" - permissionsEdit: Boolean - - """Read Field""" - permissionsRead: Boolean -} - -input SalesforceCreateFieldPermissionsInput { - fieldPermissions: SalesforceFieldPermissionsInput! -} - -type SalesforceCreateFieldPermissionsPayload { - """FieldPermissions created by the mutation.""" - fieldPermissions: SalesforceFieldPermissions! -} - -input SalesforceFeedLikeInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Feed Item ID""" - feedItemId: String - - """Feed Item ID""" - feedEntityId: String - - """Created By ID""" - createdById: String - - """Created Date""" - createdDate: String -} - -input SalesforceCreateFeedLikeInput { - feedLike: SalesforceFeedLikeInput! -} - -"""Feed Like""" -type SalesforceFeedLike { - """Feed Like ID""" - id: String! - - """Feed Item ID""" - feedItemId: String - - """Feed Item ID""" - feedItem: SalesforceFeedLikeFeedItemUnion - - """Feed Item ID""" - feedEntityId: String - - """Feed Item ID""" - feedEntity: SalesforceFeedLikeFeedEntityUnion - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """InsertedBy ID""" - insertedById: String! - - """InsertedBy ID""" - insertedBy: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -type SalesforceCreateFeedLikePayload { - """FeedLike created by the mutation.""" - feedLike: SalesforceFeedLike! -} - -input SalesforceMacroInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Macro Name""" - name: String - - """Description""" - description: String - - """Apply To""" - startingContext: String -} - -input SalesforceCreateMacroInput { - macro: SalesforceMacroInput! -} - -type SalesforceCreateMacroPayload { - """Macro created by the mutation.""" - macro: SalesforceMacro! -} - -input SalesforceEmailServicesAddressInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Active""" - isActive: Boolean - - """Email address""" - localPart: String - - """Accept Email From""" - authorizedSenders: String - - """User ID""" - runAsUserId: String - - """Service ID""" - functionId: String - - """Email Address Name""" - developerName: String -} - -input SalesforceCreateEmailServicesAddressInput { - emailServicesAddress: SalesforceEmailServicesAddressInput! -} - -type SalesforceCreateEmailServicesAddressPayload { - """EmailServicesAddress created by the mutation.""" - emailServicesAddress: SalesforceEmailServicesAddress! -} - -input SalesforceHolidayInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Holiday Name""" - name: String - - """Description""" - description: String - - """All Day""" - isAllDay: Boolean - - """Holiday Date""" - activityDate: String - - """Start Time In Minutes From Midnight""" - startTimeInMinutes: Int - - """End Time In Minutes From Midnight""" - endTimeInMinutes: Int - - """Recurring Holiday""" - isRecurrence: Boolean - - """Recurrence Start""" - recurrenceStartDate: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String -} - -input SalesforceCreateHolidayInput { - holiday: SalesforceHolidayInput! -} - -type SalesforceCreateHolidayPayload { - """Holiday created by the mutation.""" - holiday: SalesforceHoliday! -} - -input SalesforcePushTopicInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Topic Name""" - name: String - - """SOQL Query""" - query: String - - """API Version""" - apiVersion: Float - - """Is Active""" - isActive: Boolean - - """Notify For Fields""" - notifyForFields: String - - """Description""" - description: String - - """Create""" - notifyForOperationCreate: Boolean - - """Update""" - notifyForOperationUpdate: Boolean - - """Delete""" - notifyForOperationDelete: Boolean - - """Undelete""" - notifyForOperationUndelete: Boolean -} - -input SalesforceCreatePushTopicInput { - pushTopic: SalesforcePushTopicInput! -} - -type SalesforceCreatePushTopicPayload { - """PushTopic created by the mutation.""" - pushTopic: SalesforcePushTopic! -} - -input SalesforceTransactionSecurityPolicyInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Policy type""" - type: String - - """State""" - state: String - - """Action Configuration""" - actionConfig: String - - """Class ID""" - apexPolicyId: String - - """Event Type""" - eventType: String - - """Resource Name""" - resourceName: String - - """User ID""" - executionUserId: String - - """Description""" - description: String -} - -input SalesforceCreateTransactionSecurityPolicyInput { - transactionSecurityPolicy: SalesforceTransactionSecurityPolicyInput! -} - -type SalesforceCreateTransactionSecurityPolicyPayload { - """TransactionSecurityPolicy created by the mutation.""" - transactionSecurityPolicy: SalesforceTransactionSecurityPolicy! -} - -input SalesforceUserProvisioningLogInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """UserProvisioningRequest ID""" - userProvisioningRequestId: String - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """User ID""" - userId: String - - """Status""" - status: String - - """Details""" - details: String -} - -input SalesforceCreateUserProvisioningLogInput { - userProvisioningLog: SalesforceUserProvisioningLogInput! -} - -type SalesforceCreateUserProvisioningLogPayload { - """UserProvisioningLog created by the mutation.""" - userProvisioningLog: SalesforceUserProvisioningLog! -} - -input SalesforceDandBCompanyInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Primary Business Name""" - name: String - - """D-U-N-S Number""" - dunsNumber: String - - """Street Address""" - street: String - - """City""" - city: String - - """State""" - state: String - - """Postal Code""" - postalCode: String - - """Country""" - country: String - - """Geocode Accuracy""" - geocodeAccuracyStandard: String - - """Telephone Number""" - phone: String - - """Facsimile Number""" - fax: String - - """International Dialing Code""" - countryAccessCode: String - - """Ownership Type Indicator""" - publicIndicator: String - - """Ticker Symbol""" - stockSymbol: String - - """Stock Exchange""" - stockExchange: String - - """Annual Sales Volume""" - salesVolume: Float - - """URL""" - url: String - - """Out Of Business Indicator""" - outOfBusiness: String - - """Number of Employees - Total""" - employeesTotal: Float - - """FIPS MSA Code""" - fipsMsaCode: String - - """FIPS MSA Code Description""" - fipsMsaDesc: String - - """Primary Tradestyle""" - tradeStyle1: String - - """Year Started""" - yearStarted: String - - """Mailing Street Address""" - mailingStreet: String - - """Mailing City""" - mailingCity: String - - """Mailing State""" - mailingState: String - - """Mailing Postal Code""" - mailingPostalCode: String - - """Mailing Country""" - mailingCountry: String - - """Mailing Geocode Accuracy""" - mailingGeocodeAccuracy: String - - """Latitude""" - latitude: String - - """Longitude""" - longitude: String - - """Primary SIC Code""" - primarySic: String - - """Primary SIC Description""" - primarySicDesc: String - - """Second SIC Code""" - secondSic: String - - """Second SIC Description""" - secondSicDesc: String - - """Third SIC Code""" - thirdSic: String - - """Third SIC Description""" - thirdSicDesc: String - - """Fourth SIC Code""" - fourthSic: String - - """Fourth SIC Description""" - fourthSicDesc: String - - """Fifth SIC Code""" - fifthSic: String - - """Fifth SIC Description""" - fifthSicDesc: String - - """Sixth SIC Code""" - sixthSic: String - - """Sixth SIC Description""" - sixthSicDesc: String - - """Primary NAICS Code""" - primaryNaics: String - - """Primary NAICS Description""" - primaryNaicsDesc: String - - """Second NAICS Code""" - secondNaics: String - - """Second NAICS Description""" - secondNaicsDesc: String - - """Third NAICS Code""" - thirdNaics: String - - """Third NAICS Description""" - thirdNaicsDesc: String - - """Fourth NAICS Code""" - fourthNaics: String - - """Fourth NAICS Description""" - fourthNaicsDesc: String - - """Fifth NAICS Code""" - fifthNaics: String - - """Fifth NAICS Description""" - fifthNaicsDesc: String - - """Sixth NAICS Code""" - sixthNaics: String - - """Sixth NAICS Description""" - sixthNaicsDesc: String - - """Location Ownership Indicator""" - ownOrRent: String - - """Number of Employees - Location""" - employeesHere: Float - - """Number of Employees - Location Indicator""" - employeesHereReliability: String - - """Annual Sales Volume Indicator""" - salesVolumeReliability: String - - """Local Currency Code""" - currencyCode: String - - """Legal Structure""" - legalStatus: String - - """Number of Employees - Global""" - globalUltimateTotalEmployees: Float - - """Number of Employees - Total Indicator""" - employeesTotalReliability: String - - """Minority-Owned Indicator""" - minorityOwned: String - - """Woman-Owned Indicator""" - womenOwned: String - - """Small Business Indicator""" - smallBusiness: String - - """Marketing Segmentation Cluster""" - marketingSegmentationCluster: String - - """Import/Export""" - importExportAgent: String - - """Subsidiary Indicator""" - subsidiary: String - - """Second Tradestyle""" - tradeStyle2: String - - """Third Tradestyle""" - tradeStyle3: String - - """Fourth Tradestyle""" - tradeStyle4: String - - """Fifth Tradestyle""" - tradeStyle5: String - - """National Identification Number""" - nationalId: String - - """National Identification System""" - nationalIdType: String - - """US Tax ID Number""" - usTaxId: String - - """Geocode Accuracy""" - geoCodeAccuracy: String - - """Number of Business Family Members""" - familyMembers: Int - - """Delinquency Risk""" - marketingPreScreen: String - - """Global Ultimate D-U-N-S Number""" - globalUltimateDunsNumber: String - - """Global Ultimate Business Name""" - globalUltimateBusinessName: String - - """Parent Company D-U-N-S Number""" - parentOrHqDunsNumber: String - - """Parent Company Business Name""" - parentOrHqBusinessName: String - - """Domestic Ultimate D-U-N-S Number""" - domesticUltimateDunsNumber: String - - """Domestic Ultimate Business Name""" - domesticUltimateBusinessName: String - - """Location Type""" - locationStatus: String - - """Local Currency ISO Code""" - companyCurrencyIsoCode: String - - """Company Description""" - description: String - - """Fortune 1000 Rank""" - fortuneRank: Int - - """S&P 500""" - includedInSnP500: String - - """Location Size""" - premisesMeasure: Int - - """Location Size Accuracy""" - premisesMeasureReliability: String - - """Location Size Unit of Measure""" - premisesMeasureUnit: String - - """Employee Growth""" - employeeQuantityGrowthRate: Float - - """Annual Revenue Growth""" - salesTurnoverGrowthRate: Float - - """Primary SIC8 Code""" - primarySic8: String - - """Primary SIC8 Description""" - primarySic8Desc: String - - """Second SIC8 Code""" - secondSic8: String - - """Second SIC8 Description """ - secondSic8Desc: String - - """Third SIC8 Code""" - thirdSic8: String - - """Third SIC8 Description""" - thirdSic8Desc: String - - """Fourth SIC8 Code""" - fourthSic8: String - - """Fourth SIC8 Description""" - fourthSic8Desc: String - - """Fifth SIC8 Code""" - fifthSic8: String - - """Fifth SIC8 Description""" - fifthSic8Desc: String - - """Sixth SIC8 Code""" - sixthSic8: String - - """Sixth SIC8 Description""" - sixthSic8Desc: String - - """Prior Year Number of Employees - Total""" - priorYearEmployees: Int - - """Prior Year Revenue""" - priorYearRevenue: Float -} - -input SalesforceCreateDandBCompanyInput { - dandBCompany: SalesforceDandBCompanyInput! -} - -type SalesforceCreateDandBCompanyPayload { - """DandBCompany created by the mutation.""" - dandBCompany: SalesforceDandBCompany! -} - -input SalesforcePlatformCachePartitionTypeInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Platform Cache Partition ID""" - platformCachePartitionId: String - - """Cache Type""" - cacheType: String - - """Allocated Capacity""" - allocatedCapacity: Int - - """Allocated Namespaced Purchased Capacity""" - allocatedPurchasedCapacity: Int - - """Allocated Trial Capacity""" - allocatedTrialCapacity: Int -} - -input SalesforceCreatePlatformCachePartitionTypeInput { - platformCachePartitionType: SalesforcePlatformCachePartitionTypeInput! -} - -type SalesforceCreatePlatformCachePartitionTypePayload { - """PlatformCachePartitionType created by the mutation.""" - platformCachePartitionType: SalesforcePlatformCachePartitionType! -} - -input SalesforceContentWorkspaceDocInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Library ID""" - contentWorkspaceId: String - - """ContentDocument ID""" - contentDocumentId: String -} - -input SalesforceCreateContentWorkspaceDocInput { - contentWorkspaceDoc: SalesforceContentWorkspaceDocInput! -} - -type SalesforceCreateContentWorkspaceDocPayload { - """ContentWorkspaceDoc created by the mutation.""" - contentWorkspaceDoc: SalesforceContentWorkspaceDoc! -} - -input SalesforceGroupInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Developer Name""" - developerName: String - - """Type""" - type: String - - """Email""" - email: String - - """Send Email to Members""" - doesSendEmailToMembers: Boolean - - """Include Bosses""" - doesIncludeBosses: Boolean -} - -input SalesforceCreateGroupInput { - group: SalesforceGroupInput! -} - -type SalesforceCreateGroupPayload { - """Group created by the mutation.""" - group: SalesforceGroup! -} - -input SalesforceDocumentInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Folder ID""" - folderId: String - - """Document Name""" - name: String - - """Document Unique Name""" - developerName: String - - """MIME Type""" - contentType: String - - """File Extension""" - type: String - - """Externally Available""" - isPublic: Boolean - - """Body""" - body: String - - """Url""" - url: String - - """Description""" - description: String - - """Keywords""" - keywords: String - - """Internal Use Only""" - isInternalUseOnly: Boolean - - """Author ID""" - authorId: String -} - -input SalesforceCreateDocumentInput { - document: SalesforceDocumentInput! -} - -type SalesforceCreateDocumentPayload { - """Document created by the mutation.""" - document: SalesforceDocument! -} - -input SalesforceSetupEntityAccessInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Setup Entity ID""" - setupEntityId: String -} - -input SalesforceCreateSetupEntityAccessInput { - setupEntityAccess: SalesforceSetupEntityAccessInput! -} - -type SalesforceCreateSetupEntityAccessPayload { - """SetupEntityAccess created by the mutation.""" - setupEntityAccess: SalesforceSetupEntityAccess! -} - -input SalesforceDuplicateRecordSetInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Duplicate Rule ID""" - duplicateRuleId: String -} - -input SalesforceCreateDuplicateRecordSetInput { - duplicateRecordSet: SalesforceDuplicateRecordSetInput! -} - -type SalesforceCreateDuplicateRecordSetPayload { - """DuplicateRecordSet created by the mutation.""" - duplicateRecordSet: SalesforceDuplicateRecordSet! -} - -input SalesforceQuickTextInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Quick Text Name""" - name: String - - """Message""" - message: String - - """Category""" - category: String - - """Channel""" - channel: String -} - -input SalesforceCreateQuickTextInput { - quickText: SalesforceQuickTextInput! -} - -type SalesforceCreateQuickTextPayload { - """QuickText created by the mutation.""" - quickText: SalesforceQuickText! -} - -input SalesforceCorsWhitelistEntryInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Origin URL Pattern""" - urlPattern: String -} - -input SalesforceCreateCorsWhitelistEntryInput { - corsWhitelistEntry: SalesforceCorsWhitelistEntryInput! -} - -type SalesforceCreateCorsWhitelistEntryPayload { - """CorsWhitelistEntry created by the mutation.""" - corsWhitelistEntry: SalesforceCorsWhitelistEntry! -} - -input SalesforceOutgoingEmailInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """External ID""" - externalId: String - - """From""" - validatedFromAddress: String - - """To""" - toAddress: String - - """CC""" - ccAddress: String - - """BCC""" - bccAddress: String - - """Subject""" - subject: String - - """Text Body""" - textBody: String - - """HTML Body""" - htmlBody: String - - """Related To ID""" - relatedToId: String - - """Name ID""" - whoId: String - - """Email Template ID""" - emailTemplateId: String -} - -input SalesforceCreateOutgoingEmailInput { - outgoingEmail: SalesforceOutgoingEmailInput! -} - -type SalesforceCreateOutgoingEmailPayload { - """OutgoingEmail created by the mutation.""" - outgoingEmail: SalesforceOutgoingEmail! -} - -input SalesforceChatterExtensionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Protected Component""" - isProtected: Boolean - - """Name""" - extensionName: String - - """Type""" - type: String - - """Asset File ID""" - iconId: String - - """Description""" - description: String - - """Lightning Definition Bundle ID""" - compositionComponentEnumOrId: String - - """Lightning Definition Bundle ID""" - renderComponentEnumOrId: String - - """Hover Text""" - hoverText: String - - """Header Text""" - headerText: String -} - -input SalesforceCreateChatterExtensionInput { - chatterExtension: SalesforceChatterExtensionInput! -} - -type SalesforceCreateChatterExtensionPayload { - """ChatterExtension created by the mutation.""" - chatterExtension: SalesforceChatterExtension! -} - -input SalesforceContentDocumentLinkInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Linked Entity ID""" - linkedEntityId: String - - """ContentDocument ID""" - contentDocumentId: String - - """Share Type""" - shareType: String - - """Visibility""" - visibility: String -} - -input SalesforceCreateContentDocumentLinkInput { - contentDocumentLink: SalesforceContentDocumentLinkInput! -} - -type SalesforceCreateContentDocumentLinkPayload { - """ContentDocumentLink created by the mutation.""" - contentDocumentLink: SalesforceContentDocumentLink! -} - -input SalesforceOpportunityCompetitorInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Opportunity ID""" - opportunityId: String - - """Competitor Name""" - competitorName: String - - """Strengths""" - strengths: String - - """Weaknesses""" - weaknesses: String -} - -input SalesforceCreateOpportunityCompetitorInput { - opportunityCompetitor: SalesforceOpportunityCompetitorInput! -} - -type SalesforceCreateOpportunityCompetitorPayload { - """OpportunityCompetitor created by the mutation.""" - opportunityCompetitor: SalesforceOpportunityCompetitor! -} - -input SalesforceIdeaCommentInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Idea ID""" - ideaId: String - - """Comment Body""" - commentBody: String -} - -input SalesforceCreateIdeaCommentInput { - ideaComment: SalesforceIdeaCommentInput! -} - -type SalesforceCreateIdeaCommentPayload { - """IdeaComment created by the mutation.""" - ideaComment: SalesforceIdeaComment! -} - -input SalesforceCaseTeamTemplateRecordInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Case ID""" - parentId: String - - """Team Template ID""" - teamTemplateId: String -} - -input SalesforceCreateCaseTeamTemplateRecordInput { - caseTeamTemplateRecord: SalesforceCaseTeamTemplateRecordInput! -} - -type SalesforceCreateCaseTeamTemplateRecordPayload { - """CaseTeamTemplateRecord created by the mutation.""" - caseTeamTemplateRecord: SalesforceCaseTeamTemplateRecord! -} - -input SalesforceGroupMemberInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Group ID""" - groupId: String - - """User/Group ID""" - userOrGroupId: String -} - -input SalesforceCreateGroupMemberInput { - groupMember: SalesforceGroupMemberInput! -} - -type SalesforceCreateGroupMemberPayload { - """GroupMember created by the mutation.""" - groupMember: SalesforceGroupMember! -} - -input SalesforceCaseTeamTemplateMemberInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Team Template ID""" - teamTemplateId: String - - """Member ID""" - memberId: String - - """Team Role ID""" - teamRoleId: String -} - -input SalesforceCreateCaseTeamTemplateMemberInput { - caseTeamTemplateMember: SalesforceCaseTeamTemplateMemberInput! -} - -type SalesforceCreateCaseTeamTemplateMemberPayload { - """CaseTeamTemplateMember created by the mutation.""" - caseTeamTemplateMember: SalesforceCaseTeamTemplateMember! -} - -input SalesforceApexTestResultLimitsInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Apex Test Result ID""" - apexTestResultId: String - - """Total number of SOQL queries issued""" - soql: Int - - """Total number of records retrieved by SOQL queries""" - queryRows: Int - - """Total number of SOSL queries issued""" - sosl: Int - - """Total number of DML statements issued""" - dml: Int - - """Total number of records processed as a result of DML statements""" - dmlRows: Int - - """Maximum CPU time on the Salesforce servers""" - cpu: Int - - """Total number of callouts""" - callouts: Int - - """Total number of sendEmail methods allowed""" - email: Int - - """Total number of async calls""" - asyncCalls: Int - - """ - Maximum number of push notification method calls allowed per Apex transaction - """ - mobilePush: Int - - """LimitContext""" - limitContext: String - - """LimitExceptions""" - limitExceptions: String -} - -input SalesforceCreateApexTestResultLimitsInput { - apexTestResultLimits: SalesforceApexTestResultLimitsInput! -} - -type SalesforceCreateApexTestResultLimitsPayload { - """ApexTestResultLimits created by the mutation.""" - apexTestResultLimits: SalesforceApexTestResultLimits! -} - -input SalesforceCaseTeamTemplateInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Description""" - description: String -} - -input SalesforceCreateCaseTeamTemplateInput { - caseTeamTemplate: SalesforceCaseTeamTemplateInput! -} - -type SalesforceCreateCaseTeamTemplatePayload { - """CaseTeamTemplate created by the mutation.""" - caseTeamTemplate: SalesforceCaseTeamTemplate! -} - -input SalesforceOutgoingEmailRelationInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """External ID""" - externalId: String - - """Outgoing Email ID""" - outgoingEmailId: String - - """Relation ID""" - relationId: String - - """Relation Address""" - relationAddress: String -} - -input SalesforceCreateOutgoingEmailRelationInput { - outgoingEmailRelation: SalesforceOutgoingEmailRelationInput! -} - -"""Outgoing Email Relation""" -type SalesforceOutgoingEmailRelation { - """Outgoing Email Relation ID""" - id: String! - - """External ID""" - externalId: String - - """Outgoing Email ID""" - outgoingEmailId: String - - """Relation ID""" - relationId: String - - """Relation ID""" - relation: SalesforceOutgoingEmailRelationRelationUnion - - """Relation Address""" - relationAddress: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -type SalesforceCreateOutgoingEmailRelationPayload { - """OutgoingEmailRelation created by the mutation.""" - outgoingEmailRelation: SalesforceOutgoingEmailRelation! -} - -input SalesforceObjectPermissionsInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Sobject Type Name""" - sobjectType: String - - """Create Records""" - permissionsCreate: Boolean - - """Read Records""" - permissionsRead: Boolean - - """Edit Records""" - permissionsEdit: Boolean - - """Delete Records""" - permissionsDelete: Boolean - - """Read All Records""" - permissionsViewAllRecords: Boolean - - """Edit All Records""" - permissionsModifyAllRecords: Boolean -} - -input SalesforceCreateObjectPermissionsInput { - objectPermissions: SalesforceObjectPermissionsInput! -} - -type SalesforceCreateObjectPermissionsPayload { - """ObjectPermissions created by the mutation.""" - objectPermissions: SalesforceObjectPermissions! -} - -input SalesforceListViewChartInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Object Definition ID""" - sobjectType: String - - """API Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """User ID""" - ownerId: String - - """Chart Type""" - chartType: String - - """Custom Field Definition ID""" - groupingField: String - - """Custom Field Definition ID""" - aggregateField: String - - """Aggregate Type""" - aggregateType: String -} - -input SalesforceCreateListViewChartInput { - listViewChart: SalesforceListViewChartInput! -} - -type SalesforceCreateListViewChartPayload { - """ListViewChart created by the mutation.""" - listViewChart: SalesforceListViewChart! -} - -input SalesforceUserProvMockTargetInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """External Email""" - externalEmail: String - - """External First Name""" - externalFirstName: String - - """External Last Name""" - externalLastName: String -} - -input SalesforceCreateUserProvMockTargetInput { - userProvMockTarget: SalesforceUserProvMockTargetInput! -} - -type SalesforceCreateUserProvMockTargetPayload { - """UserProvMockTarget created by the mutation.""" - userProvMockTarget: SalesforceUserProvMockTarget! -} - -input SalesforcePricebook2Input { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Price Book Name""" - name: String - - """Active""" - isActive: Boolean - - """Description""" - description: String -} - -input SalesforceCreatePricebook2Input { - pricebook2: SalesforcePricebook2Input! -} - -type SalesforceCreatePricebook2Payload { - """Pricebook2 created by the mutation.""" - pricebook2: SalesforcePricebook2! -} - -input SalesforceEmailDomainKeyInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Selector""" - selector: String - - """Domain""" - domain: String - - """Domain Match""" - domainMatch: String - - """Active""" - isActive: Boolean - - """Public Key""" - publicKey: String - - """Private Key""" - privateKey: String -} - -input SalesforceCreateEmailDomainKeyInput { - emailDomainKey: SalesforceEmailDomainKeyInput! -} - -type SalesforceCreateEmailDomainKeyPayload { - """EmailDomainKey created by the mutation.""" - emailDomainKey: SalesforceEmailDomainKey! -} - -input SalesforceFeedCommentInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Feed Item ID""" - feedItemId: String - - """Created By ID""" - createdById: String - - """Created Date""" - createdDate: String - - """Revision""" - revision: Int - - """Last Edit By ID""" - lastEditById: String - - """Last Edit Date""" - lastEditDate: String - - """Comment Body""" - commentBody: String - - """Comment Type""" - commentType: String - - """Related Record ID""" - relatedRecordId: String - - """Is Rich Text""" - isRichText: Boolean - - """Status""" - status: String -} - -input SalesforceCreateFeedCommentInput { - feedComment: SalesforceFeedCommentInput! -} - -type SalesforceCreateFeedCommentPayload { - """FeedComment created by the mutation.""" - feedComment: SalesforceFeedComment! -} - -input SalesforceLeadInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Last Name""" - lastName: String - - """First Name""" - firstName: String - - """Salutation""" - salutation: String - - """Title""" - title: String - - """Company""" - company: String - - """Street""" - street: String - - """City""" - city: String - - """State/Province""" - state: String - - """Zip/Postal Code""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Phone""" - phone: String - - """Mobile Phone""" - mobilePhone: String - - """Fax""" - fax: String - - """Email""" - email: String - - """Website""" - website: String - - """Description""" - description: String - - """Lead Source""" - leadSource: String - - """Status""" - status: String - - """Industry""" - industry: String - - """Rating""" - rating: String - - """Annual Revenue""" - annualRevenue: Float - - """Employees""" - numberOfEmployees: Int - - """Owner ID""" - ownerId: String - - """Converted""" - isConverted: Boolean - - """Unread By Owner""" - isUnreadByOwner: Boolean - - """Data.com Key""" - jigsaw: String - - """Clean Status""" - cleanStatus: String - - """Company D-U-N-S Number""" - companyDunsNumber: String - - """D&B Company ID""" - dandbCompanyId: String -} - -input SalesforceCreateLeadInput { - lead: SalesforceLeadInput! -} - -type SalesforceCreateLeadPayload { - """Lead created by the mutation.""" - lead: SalesforceLead! -} - -input SalesforceWebLinkInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Page Or sObject Type Name""" - pageOrSobjectType: String - - """Name""" - name: String - - """Protected Component""" - isProtected: Boolean - - """URL""" - url: String - - """Link Encoding""" - encodingKey: String - - """Content Source""" - linkType: String - - """Behavior""" - openType: String - - """Height (in pixels)""" - height: Int - - """Width (in pixels)""" - width: Int - - """Show Address Bar""" - showsLocation: Boolean - - """Show Scrollbars""" - hasScrollbars: Boolean - - """Show Toolbars""" - hasToolbar: Boolean - - """Show Menu Bar""" - hasMenubar: Boolean - - """Show Status Bar""" - showsStatus: Boolean - - """Resizeable""" - isResizable: Boolean - - """Window Position""" - position: String - - """Custom S-Control ID""" - scontrolId: String - - """Label""" - masterLabel: String - - """Description""" - description: String - - """Display Type""" - displayType: String - - """Require Row Selection""" - requireRowSelection: Boolean -} - -input SalesforceCreateWebLinkInput { - webLink: SalesforceWebLinkInput! -} - -type SalesforceCreateWebLinkPayload { - """WebLink created by the mutation.""" - webLink: SalesforceWebLink! -} - -input SalesforceEventRelationInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Relation ID""" - relationId: String - - """Event ID""" - eventId: String - - """Status""" - status: String - - """Response Date""" - respondedDate: String - - """Response""" - response: String -} - -input SalesforceCreateEventRelationInput { - eventRelation: SalesforceEventRelationInput! -} - -type SalesforceCreateEventRelationPayload { - """EventRelation created by the mutation.""" - eventRelation: SalesforceEventRelation! -} - -input SalesforceStaticResourceInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """MIME Type""" - contentType: String - - """Body""" - body: String - - """Description""" - description: String - - """Cache Control""" - cacheControl: String -} - -input SalesforceCreateStaticResourceInput { - staticResource: SalesforceStaticResourceInput! -} - -type SalesforceCreateStaticResourcePayload { - """StaticResource created by the mutation.""" - staticResource: SalesforceStaticResource! -} - -input SalesforceTodayGoalShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateTodayGoalShareInput { - todayGoalShare: SalesforceTodayGoalShareInput! -} - -type SalesforceCreateTodayGoalSharePayload { - """TodayGoalShare created by the mutation.""" - todayGoalShare: SalesforceTodayGoalShare! -} - -input SalesforceContentFolderInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Parent Content Folder ID""" - parentContentFolderId: String -} - -input SalesforceCreateContentFolderInput { - contentFolder: SalesforceContentFolderInput! -} - -type SalesforceCreateContentFolderPayload { - """ContentFolder created by the mutation.""" - contentFolder: SalesforceContentFolder! -} - -input SalesforceContentDistributionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Content Delivery Name""" - name: String - - """ContentVersion ID""" - contentVersionId: String - - """Related Record ID""" - relatedRecordId: String - - """Allow Download as PDF""" - preferencesAllowPdfDownload: Boolean - - """Allow Download in Original Format""" - preferencesAllowOriginalDownload: Boolean - - """Require Password to Access Content""" - preferencesPasswordRequired: Boolean - - """Notify Me of First View or Download""" - preferencesNotifyOnVisit: Boolean - - """Content Delivery Opens Latest Version""" - preferencesLinkLatestVersion: Boolean - - """Allow View in the Browser""" - preferencesAllowViewInBrowser: Boolean - - """Content Delivery Expires""" - preferencesExpires: Boolean - - """Email when Preview Images are Ready""" - preferencesNotifyRndtnComplete: Boolean - - """Expiration Date""" - expiryDate: String -} - -input SalesforceCreateContentDistributionInput { - contentDistribution: SalesforceContentDistributionInput! -} - -type SalesforceCreateContentDistributionPayload { - """ContentDistribution created by the mutation.""" - contentDistribution: SalesforceContentDistribution! -} - -input SalesforceCategoryDataInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Category Node ID""" - categoryNodeId: String - - """SObject ID""" - relatedSobjectId: String -} - -input SalesforceCreateCategoryDataInput { - categoryData: SalesforceCategoryDataInput! -} - -type SalesforceCreateCategoryDataPayload { - """CategoryData created by the mutation.""" - categoryData: SalesforceCategoryData! -} - -input SalesforceListEmailShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateListEmailShareInput { - listEmailShare: SalesforceListEmailShareInput! -} - -type SalesforceCreateListEmailSharePayload { - """ListEmailShare created by the mutation.""" - listEmailShare: SalesforceListEmailShare! -} - -input SalesforceChatterExtensionConfigInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Chatter Extension ID""" - chatterExtensionId: String - - """Can Create""" - canCreate: Boolean - - """Can Read""" - canRead: Boolean - - """Position""" - position: Int -} - -input SalesforceCreateChatterExtensionConfigInput { - chatterExtensionConfig: SalesforceChatterExtensionConfigInput! -} - -type SalesforceCreateChatterExtensionConfigPayload { - """ChatterExtensionConfig created by the mutation.""" - chatterExtensionConfig: SalesforceChatterExtensionConfig! -} - -input SalesforcePricebookEntryInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Price Book ID""" - pricebook2Id: String - - """Product ID""" - product2Id: String - - """List Price""" - unitPrice: Float - - """Active""" - isActive: Boolean - - """Use Standard Price""" - useStandardPrice: Boolean -} - -input SalesforceCreatePricebookEntryInput { - pricebookEntry: SalesforcePricebookEntryInput! -} - -type SalesforceCreatePricebookEntryPayload { - """PricebookEntry created by the mutation.""" - pricebookEntry: SalesforcePricebookEntry! -} - -input SalesforceFeedAttachmentInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Feed Entity ID""" - feedEntityId: String - - """Feed Attachment Type""" - type: String - - """Attachment Record ID""" - recordId: String - - """Feed Attachment Title""" - title: String - - """Feed Attachment Value""" - value: String -} - -input SalesforceCreateFeedAttachmentInput { - feedAttachment: SalesforceFeedAttachmentInput! -} - -type SalesforceCreateFeedAttachmentPayload { - """FeedAttachment created by the mutation.""" - feedAttachment: SalesforceFeedAttachment! -} - -input SalesforceCaseTeamRoleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Access Level""" - accessLevel: String - - """Visible in Customer Portal""" - preferencesVisibleInCsp: Boolean -} - -input SalesforceCreateCaseTeamRoleInput { - caseTeamRole: SalesforceCaseTeamRoleInput! -} - -type SalesforceCreateCaseTeamRolePayload { - """CaseTeamRole created by the mutation.""" - caseTeamRole: SalesforceCaseTeamRole! -} - -input SalesforceRecordTypeInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Record Type Name""" - developerName: String - - """Description""" - description: String - - """Business Process ID""" - businessProcessId: String - - """Sobject Type Name""" - sobjectType: String -} - -input SalesforceCreateRecordTypeInput { - recordType: SalesforceRecordTypeInput! -} - -type SalesforceCreateRecordTypePayload { - """RecordType created by the mutation.""" - recordType: SalesforceRecordType! -} - -input SalesforceListEmailInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Name""" - name: String - - """Subject""" - subject: String - - """Html Body""" - htmlBody: String - - """Text Body""" - textBody: String - - """From Name""" - fromName: String - - """From Address""" - fromAddress: String - - """Status""" - status: String -} - -input SalesforceCreateListEmailInput { - listEmail: SalesforceListEmailInput! -} - -type SalesforceCreateListEmailPayload { - """ListEmail created by the mutation.""" - listEmail: SalesforceListEmail! -} - -input SalesforceAccountContactRoleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Account ID""" - accountId: String - - """Contact ID""" - contactId: String - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean -} - -input SalesforceCreateAccountContactRoleInput { - accountContactRole: SalesforceAccountContactRoleInput! -} - -type SalesforceCreateAccountContactRolePayload { - """AccountContactRole created by the mutation.""" - accountContactRole: SalesforceAccountContactRole! -} - -input SalesforceUserPackageLicenseInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Package License ID""" - packageLicenseId: String - - """Assigned User ID""" - userId: String -} - -input SalesforceCreateUserPackageLicenseInput { - userPackageLicense: SalesforceUserPackageLicenseInput! -} - -type SalesforceCreateUserPackageLicensePayload { - """UserPackageLicense created by the mutation.""" - userPackageLicense: SalesforceUserPackageLicense! -} - -input SalesforceUserProvisioningRequestInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """User ID""" - salesforceUserId: String - - """External User Id""" - externalUserId: String - - """App Name""" - appName: String - - """State""" - state: String - - """Operation""" - operation: String - - """Scheduled Provisioning Time""" - scheduleDate: String - - """Connected App ID""" - connectedAppId: String - - """UserProvisioningConfig ID""" - userProvConfigId: String - - """User Provisioning Account ID""" - userProvAccountId: String - - """Approval Status""" - approvalStatus: String - - """User ID""" - managerId: String - - """Retry Count""" - retryCount: Int - - """UserProvisioningRequest ID""" - parentId: String -} - -input SalesforceCreateUserProvisioningRequestInput { - userProvisioningRequest: SalesforceUserProvisioningRequestInput! -} - -type SalesforceCreateUserProvisioningRequestPayload { - """UserProvisioningRequest created by the mutation.""" - userProvisioningRequest: SalesforceUserProvisioningRequest! -} - -input SalesforcePermissionSetLicenseAssignInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Permission Set License ID""" - permissionSetLicenseId: String - - """User ID""" - assigneeId: String -} - -input SalesforceCreatePermissionSetLicenseAssignInput { - permissionSetLicenseAssign: SalesforcePermissionSetLicenseAssignInput! -} - -type SalesforceCreatePermissionSetLicenseAssignPayload { - """PermissionSetLicenseAssign created by the mutation.""" - permissionSetLicenseAssign: SalesforcePermissionSetLicenseAssign! -} - -input SalesforceUserShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User ID""" - userId: String - - """User/Group ID""" - userOrGroupId: String - - """User Access Level""" - userAccessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateUserShareInput { - userShare: SalesforceUserShareInput! -} - -type SalesforceCreateUserSharePayload { - """UserShare created by the mutation.""" - userShare: SalesforceUserShare! -} - -input SalesforceCampaignMemberInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Campaign ID""" - campaignId: String - - """Lead ID""" - leadId: String - - """Contact ID""" - contactId: String - - """Status""" - status: String -} - -input SalesforceCreateCampaignMemberInput { - campaignMember: SalesforceCampaignMemberInput! -} - -type SalesforceCreateCampaignMemberPayload { - """CampaignMember created by the mutation.""" - campaignMember: SalesforceCampaignMember! -} - -input SalesforcePermissionSetInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Permission Set Name""" - name: String - - """Permission Set Label""" - label: String - - """License ID""" - licenseId: String - - """Send Email""" - permissionsEmailSingle: Boolean - - """Mass Email""" - permissionsEmailMass: Boolean - - """Edit Tasks""" - permissionsEditTask: Boolean - - """Edit Events""" - permissionsEditEvent: Boolean - - """Export Reports""" - permissionsExportReport: Boolean - - """Import Personal Contacts""" - permissionsImportPersonal: Boolean - - """Weekly Data Export""" - permissionsDataExport: Boolean - - """Manage Users""" - permissionsManageUsers: Boolean - - """Manage Public List Views""" - permissionsEditPublicFilters: Boolean - - """Manage Public Templates""" - permissionsEditPublicTemplates: Boolean - - """Modify All Data""" - permissionsModifyAllData: Boolean - - """Manage Cases""" - permissionsManageCases: Boolean - - """Mass Edits from Lists""" - permissionsMassInlineEdit: Boolean - - """Manage Articles""" - permissionsEditKnowledge: Boolean - - """Manage Salesforce Knowledge""" - permissionsManageKnowledge: Boolean - - """Manage Published Solutions""" - permissionsManageSolutions: Boolean - - """Customize Application""" - permissionsCustomizeApplication: Boolean - - """Edit Read Only Fields""" - permissionsEditReadonlyFields: Boolean - - """Run Reports""" - permissionsRunReports: Boolean - - """View Setup and Configuration""" - permissionsViewSetup: Boolean - - """Transfer Record""" - permissionsTransferAnyEntity: Boolean - - """Report Builder""" - permissionsNewReportBuilder: Boolean - - """Activate Contracts""" - permissionsActivateContract: Boolean - - """Activate Orders""" - permissionsActivateOrder: Boolean - - """Import Leads""" - permissionsImportLeads: Boolean - - """Manage Leads""" - permissionsManageLeads: Boolean - - """Transfer Leads""" - permissionsTransferAnyLead: Boolean - - """View All Data""" - permissionsViewAllData: Boolean - - """Manage Public Documents""" - permissionsEditPublicDocuments: Boolean - - """View Encrypted Data""" - permissionsViewEncryptedData: Boolean - - """Manage Letterheads""" - permissionsEditBrandTemplates: Boolean - - """Edit HTML Templates""" - permissionsEditHtmlTemplates: Boolean - - """Chatter Internal User""" - permissionsChatterInternalUser: Boolean - - """Manage Encryption Keys""" - permissionsManageEncryptionKeys: Boolean - - """Delete Activated Contracts""" - permissionsDeleteActivatedContract: Boolean - - """Invite Customers To Chatter""" - permissionsChatterInviteExternalUsers: Boolean - - """Send Stay-in-Touch Requests""" - permissionsSendSitRequests: Boolean - - """Manage Connected Apps""" - permissionsManageRemoteAccess: Boolean - - """Drag-and-Drop Dashboard Builder""" - permissionsCanUseNewDashboardBuilder: Boolean - - """Manage Categories""" - permissionsManageCategories: Boolean - - """Convert Leads""" - permissionsConvertLeads: Boolean - - """Password Never Expires""" - permissionsPasswordNeverExpires: Boolean - - """Use Team Reassignment Wizards""" - permissionsUseTeamReassignWizards: Boolean - - """Edit Activated Orders""" - permissionsEditActivatedOrders: Boolean - - """Download AppExchange Packages""" - permissionsInstallPackaging: Boolean - - """Upload AppExchange Packages""" - permissionsPublishPackaging: Boolean - - """Create and Own New Chatter Groups""" - permissionsChatterOwnGroups: Boolean - - """Edit Opportunity Product Sales Price""" - permissionsEditOppLineItemUnitPrice: Boolean - - """Create AppExchange Packages""" - permissionsCreatePackaging: Boolean - - """Bulk API Hard Delete""" - permissionsBulkApiHardDelete: Boolean - - """Import Solutions""" - permissionsSolutionImport: Boolean - - """Manage Call Centers""" - permissionsManageCallCenters: Boolean - - """Manage Synonyms""" - permissionsManageSynonyms: Boolean - - """View Content in Portals""" - permissionsViewContent: Boolean - - """Manage Email Client Configurations""" - permissionsManageEmailClientConfig: Boolean - - """Send Outbound Messages""" - permissionsEnableNotifications: Boolean - - """Manage Data Integrations""" - permissionsManageDataIntegrations: Boolean - - """Create Content Deliveries""" - permissionsDistributeFromPersWksp: Boolean - - """View Data Categories""" - permissionsViewDataCategories: Boolean - - """Manage Data Categories""" - permissionsManageDataCategories: Boolean - - """Author Apex""" - permissionsAuthorApex: Boolean - - """Manage Mobile Configurations""" - permissionsManageMobile: Boolean - - """API Enabled""" - permissionsApiEnabled: Boolean - - """Manage Custom Report Types""" - permissionsManageCustomReportTypes: Boolean - - """Edit Case Comments""" - permissionsEditCaseComments: Boolean - - """Transfer Cases""" - permissionsTransferAnyCase: Boolean - - """Manage Salesforce CRM Content""" - permissionsContentAdministrator: Boolean - - """Create Libraries""" - permissionsCreateWorkspaces: Boolean - - """Manage Content Permissions""" - permissionsManageContentPermissions: Boolean - - """Manage Content Properties""" - permissionsManageContentProperties: Boolean - - """Manage record types and layouts for Files""" - permissionsManageContentTypes: Boolean - - """Manage Lightning Sync""" - permissionsManageExchangeConfig: Boolean - - """Manage Reporting Snapshots""" - permissionsManageAnalyticSnapshots: Boolean - - """Schedule Reports""" - permissionsScheduleReports: Boolean - - """Manage Business Hours Holidays""" - permissionsManageBusinessHourHolidays: Boolean - - """Manage Dynamic Dashboards""" - permissionsManageDynamicDashboards: Boolean - - """Show Custom Sidebar On All Pages""" - permissionsCustomSidebarOnAllPages: Boolean - - """Manage Flow""" - permissionsManageInteraction: Boolean - - """View My Team's Dashboards""" - permissionsViewMyTeamsDashboards: Boolean - - """Moderate Chatter""" - permissionsModerateChatter: Boolean - - """Reset User Passwords and Unlock Users""" - permissionsResetPasswords: Boolean - - """Require Flow User Feature License""" - permissionsFlowUflRequired: Boolean - - """Insert System Field Values for Chatter Feeds""" - permissionsCanInsertFeedSystemFields: Boolean - - """Manage Knowledge Article Import/Export""" - permissionsManageKnowledgeImportExport: Boolean - - """Manage Email Templates""" - permissionsEmailTemplateManagement: Boolean - - """Email Administration""" - permissionsEmailAdministration: Boolean - - """Manage Chatter Messages and Direct Messages""" - permissionsManageChatterMessages: Boolean - - """Email-Based Identity Verification Option""" - permissionsAllowEmailIc: Boolean - - """Create Public Links""" - permissionsChatterFileLink: Boolean - - """Two-Factor Authentication for User Interface Logins""" - permissionsForceTwoFactor: Boolean - - """View Event Log Files""" - permissionsViewEventLogFiles: Boolean - - """Create and Set Up Communities""" - permissionsManageNetworks: Boolean - - """Manage Auth. Providers""" - permissionsManageAuthProviders: Boolean - - """Run Flows""" - permissionsRunFlow: Boolean - - """Create and Customize Dashboards""" - permissionsCreateCustomizeDashboards: Boolean - - """Create Dashboard Folders""" - permissionsCreateDashboardFolders: Boolean - - """View Dashboards in Public Folders""" - permissionsViewPublicDashboards: Boolean - - """Manage Dashboards in Public Folders""" - permissionsManageDashbdsInPubFolders: Boolean - - """Create and Customize Reports""" - permissionsCreateCustomizeReports: Boolean - - """Create Report Folders""" - permissionsCreateReportFolders: Boolean - - """View Reports in Public Folders""" - permissionsViewPublicReports: Boolean - - """Manage Reports in Public Folders""" - permissionsManageReportsInPubFolders: Boolean - - """Edit My Dashboards""" - permissionsEditMyDashboards: Boolean - - """Edit My Reports""" - permissionsEditMyReports: Boolean - - """View All Users""" - permissionsViewAllUsers: Boolean - - """Knowledge One""" - permissionsAllowUniversalSearch: Boolean - - """Connect Organization to Environment Hub""" - permissionsConnectOrgToEnvironmentHub: Boolean - - """Enable Work.com Calibration""" - permissionsWorkCalibrationUser: Boolean - - """Create and Customize List Views""" - permissionsCreateCustomizeFilters: Boolean - - """Enable Work.com""" - permissionsWorkDotComUserPerm: Boolean - - """Manage Communities""" - permissionsGovernNetworks: Boolean - - """Sales Console""" - permissionsSalesConsole: Boolean - - """Two-Factor Authentication for API Logins""" - permissionsTwoFactorApi: Boolean - - """Delete Topics""" - permissionsDeleteTopics: Boolean - - """Edit Topics""" - permissionsEditTopics: Boolean - - """Create Topics""" - permissionsCreateTopics: Boolean - - """Assign Topics""" - permissionsAssignTopics: Boolean - - """Use Identity Features""" - permissionsIdentityEnabled: Boolean - - """Use Identity Connect""" - permissionsIdentityConnect: Boolean - - """Allow View Knowledge""" - permissionsAllowViewKnowledge: Boolean - - """Access Libraries""" - permissionsContentWorkspaces: Boolean - - """Manage Promoted Search Terms""" - permissionsManageSearchPromotionRules: Boolean - - """Access Custom Mobile Apps""" - permissionsCustomMobileAppsAccess: Boolean - - """View Help Link""" - permissionsViewHelpLink: Boolean - - """Manage Profiles and Permission Sets""" - permissionsManageProfilesPermissionsets: Boolean - - """Assign Permission Sets""" - permissionsAssignPermissionSets: Boolean - - """Manage Roles""" - permissionsManageRoles: Boolean - - """Manage IP Addresses""" - permissionsManageIpAddresses: Boolean - - """Manage Sharing""" - permissionsManageSharing: Boolean - - """Manage Internal Users""" - permissionsManageInternalUsers: Boolean - - """Manage Password Policies""" - permissionsManagePasswordPolicies: Boolean - - """Manage Login Access Policies""" - permissionsManageLoginAccessPolicies: Boolean - - """Manage Custom Permissions""" - permissionsManageCustomPermissions: Boolean - - """Verify Answers to Chatter Questions""" - permissionsCanVerifyComment: Boolean - - """Manage Unlisted Groups""" - permissionsManageUnlistedGroups: Boolean - - """Modify Secure Agents""" - permissionsModifySecureAgents: Boolean - - """Manage Two-Factor Authentication in API""" - permissionsManageTwoFactor: Boolean - - """Access Chatter For SharePoint""" - permissionsChatterForSharePoint: Boolean - - """Lightning Experience User""" - permissionsLightningExperienceUser: Boolean - - """Configure Custom Recommendations""" - permissionsConfigCustomRecs: Boolean - - """Manage Macros Users Can't Undo""" - permissionsSubmitMacrosAllowed: Boolean - - """Run Macros on Multiple Records""" - permissionsBulkMacrosAllowed: Boolean - - """Share internal Knowledge articles externally""" - permissionsShareInternalArticles: Boolean - - """Manage Session Permission Set Activations""" - permissionsManageSessionPermissionSets: Boolean - - """Send announcement emails""" - permissionsSendAnnouncementEmails: Boolean - - """Edit My Own Posts""" - permissionsChatterEditOwnPost: Boolean - - """Edit Posts on Records I Own""" - permissionsChatterEditOwnRecordPost: Boolean - - """Import Custom Objects""" - permissionsImportCustomObjects: Boolean - - """Manage Two-Factor Authentication in User Interface""" - permissionsDelegatedTwoFactor: Boolean - - """Allow Inclusion of Code Snippets from UI""" - permissionsChatterComposeUiCodesnippet: Boolean - - """Select Files from Salesforce""" - permissionsSelectFilesFromSalesforce: Boolean - - """Moderate Community Users""" - permissionsModerateNetworkUsers: Boolean - - """Merge Topics""" - permissionsMergeTopics: Boolean - - """Subscribe to Reports""" - permissionsSubscribeToLightningReports: Boolean - - """Manage All Private Reports and Dashboards""" - permissionsManagePvtRptsAndDashbds: Boolean - - """Lightning Login User""" - permissionsAllowLightningLogin: Boolean - - """Campaign Influence""" - permissionsCampaignInfluence2: Boolean - - """Access to view Data Assessment""" - permissionsViewDataAssessment: Boolean - - """Remove People from Direct Messages""" - permissionsRemoveDirectMessageMembers: Boolean - - """Can Approve Feed Post and Comment""" - permissionsCanApproveFeedPost: Boolean - - """Add People to Direct Messages""" - permissionsAddDirectMessageMembers: Boolean - - """View and Edit Converted Leads""" - permissionsAllowViewEditConvertedLeads: Boolean - - """Show Company Name as Community Role""" - permissionsShowCompanyNameAsUserBadge: Boolean - - """Access Community Management""" - permissionsAccessCmc: Boolean - - """View Health Check""" - permissionsViewHealthCheck: Boolean - - """Manage Health Check""" - permissionsManageHealthCheck: Boolean - - """Create and Update Second-Generation Packages""" - permissionsPackaging2: Boolean - - """Manage Certificates""" - permissionsManageCertificates: Boolean - - """Report Builder (Lightning Experience)""" - permissionsCreateReportInLightning: Boolean - - """Hide Option to Switch to Salesforce Classic""" - permissionsPreventClassicExperience: Boolean - - """Hide the Seen By List""" - permissionsHideReadByList: Boolean - - """Allow sending of List Emails""" - permissionsListEmailSend: Boolean - - """Pin Posts in Feeds""" - permissionsFeedPinning: Boolean - - """Change Dashboard Colors""" - permissionsChangeDashboardColors: Boolean - - """IoT User""" - permissionsIotUser: Boolean - - """Allow Access to Customized Actions""" - permissionsUseWebLink: Boolean - - """View All Activities""" - permissionsViewAllActivities: Boolean - - """Subscribe to Reports: Add Recipients""" - permissionsSubscribeReportToOtherUsers: Boolean - - """Lightning Console User""" - permissionsLightningConsoleAllowedForUser: Boolean - - """Subscribe to Reports: Set Running User""" - permissionsSubscribeReportsRunAsUser: Boolean - - """Subscribe to Dashboards""" - permissionsSubscribeToLightningDashboards: Boolean - - """Apex REST Services""" - permissionsApexRestServices: Boolean - - """Show App Launcher in Communities""" - permissionsEnableCommunityAppLauncher: Boolean - - """Manage Surveys""" - permissionsManageSurveys: Boolean - - """View Roles and Role Hierarchy""" - permissionsViewRoles: Boolean - - """Description""" - description: String - - """Session Activation Required""" - hasActivationRequired: Boolean -} - -input SalesforceCreatePermissionSetInput { - permissionSet: SalesforcePermissionSetInput! -} - -type SalesforceCreatePermissionSetPayload { - """PermissionSet created by the mutation.""" - permissionSet: SalesforcePermissionSet! -} - -input SalesforceActionLinkTemplateInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Action Link Group Template ID""" - actionLinkGroupTemplateId: String - - """Label Key""" - labelKey: String - - """HTTP Method""" - method: String - - """Action Type""" - linkType: String - - """Position""" - position: Int - - """Confirmation Required""" - isConfirmationRequired: Boolean - - """Default Link in Group""" - isGroupDefault: Boolean - - """User Visibility""" - userVisibility: String - - """Custom User Alias""" - userAlias: String - - """Label""" - label: String - - """Action URL""" - actionUrl: String - - """HTTP Request Body""" - requestBody: String - - """HTTP Headers""" - headers: String -} - -input SalesforceCreateActionLinkTemplateInput { - actionLinkTemplate: SalesforceActionLinkTemplateInput! -} - -type SalesforceCreateActionLinkTemplatePayload { - """ActionLinkTemplate created by the mutation.""" - actionLinkTemplate: SalesforceActionLinkTemplate! -} - -input SalesforceAccountInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Account Name""" - name: String - - """Account Type""" - type: String - - """Parent Account ID""" - parentId: String - - """Billing Street""" - billingStreet: String - - """Billing City""" - billingCity: String - - """Billing State/Province""" - billingState: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing Country""" - billingCountry: String - - """Billing Latitude""" - billingLatitude: Float - - """Billing Longitude""" - billingLongitude: Float - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Shipping Street""" - shippingStreet: String - - """Shipping City""" - shippingCity: String - - """Shipping State/Province""" - shippingState: String - - """Shipping Zip/Postal Code""" - shippingPostalCode: String - - """Shipping Country""" - shippingCountry: String - - """Shipping Latitude""" - shippingLatitude: Float - - """Shipping Longitude""" - shippingLongitude: Float - - """Shipping Geocode Accuracy""" - shippingGeocodeAccuracy: String - - """Account Phone""" - phone: String - - """Account Fax""" - fax: String - - """Account Number""" - accountNumber: String - - """Website""" - website: String - - """SIC Code""" - sic: String - - """Industry""" - industry: String - - """Annual Revenue""" - annualRevenue: Float - - """Employees""" - numberOfEmployees: Int - - """Ownership""" - ownership: String - - """Ticker Symbol""" - tickerSymbol: String - - """Account Description""" - description: String - - """Account Rating""" - rating: String - - """Account Site""" - site: String - - """Owner ID""" - ownerId: String - - """Data.com Key""" - jigsaw: String - - """Clean Status""" - cleanStatus: String - - """Account Source""" - accountSource: String - - """D-U-N-S Number""" - dunsNumber: String - - """Tradestyle""" - tradestyle: String - - """NAICS Code""" - naicsCode: String - - """NAICS Description""" - naicsDesc: String - - """Year Started""" - yearStarted: String - - """SIC Description""" - sicDesc: String - - """D&B Company ID""" - dandbCompanyId: String -} - -input SalesforceCreateAccountInput { - account: SalesforceAccountInput! -} - -type SalesforceCreateAccountPayload { - """Account created by the mutation.""" - account: SalesforceAccount! -} - -input SalesforceEmailCaptureInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """To""" - toPattern: String - - """From""" - fromPattern: String -} - -input SalesforceCreateEmailCaptureInput { - emailCapture: SalesforceEmailCaptureInput! -} - -type SalesforceCreateEmailCapturePayload { - """EmailCapture created by the mutation.""" - emailCapture: SalesforceEmailCapture! -} - -input SalesforceCaseSolutionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Case ID""" - caseId: String - - """Solution ID""" - solutionId: String -} - -input SalesforceCreateCaseSolutionInput { - caseSolution: SalesforceCaseSolutionInput! -} - -type SalesforceCreateCaseSolutionPayload { - """CaseSolution created by the mutation.""" - caseSolution: SalesforceCaseSolution! -} - -input SalesforceOpportunityContactRoleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Opportunity ID""" - opportunityId: String - - """Contact ID""" - contactId: String - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean -} - -input SalesforceCreateOpportunityContactRoleInput { - opportunityContactRole: SalesforceOpportunityContactRoleInput! -} - -type SalesforceCreateOpportunityContactRolePayload { - """OpportunityContactRole created by the mutation.""" - opportunityContactRole: SalesforceOpportunityContactRole! -} - -input SalesforceUserRoleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Parent Role ID""" - parentRoleId: String - - """Description""" - rollupDescription: String - - """Opportunity Access Level for Account Owner""" - opportunityAccessForAccountOwner: String - - """Case Access Level for Account Owner""" - caseAccessForAccountOwner: String - - """User ID""" - forecastUserId: String - - """Developer Name""" - developerName: String - - """Account ID""" - portalAccountId: String - - """Portal Type""" - portalType: String -} - -input SalesforceCreateUserRoleInput { - userRole: SalesforceUserRoleInput! -} - -type SalesforceCreateUserRolePayload { - """UserRole created by the mutation.""" - userRole: SalesforceUserRole! -} - -input SalesforceAssetRelationshipInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Asset ID""" - assetId: String - - """Asset ID""" - relatedAssetId: String - - """From Date""" - fromDate: String - - """To Date""" - toDate: String - - """Relationship Type""" - relationshipType: String -} - -input SalesforceCreateAssetRelationshipInput { - assetRelationship: SalesforceAssetRelationshipInput! -} - -type SalesforceCreateAssetRelationshipPayload { - """AssetRelationship created by the mutation.""" - assetRelationship: SalesforceAssetRelationship! -} - -input SalesforceCollaborationGroupMemberInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """CollaborationGroup ID""" - collaborationGroupId: String - - """Member ID""" - memberId: String - - """Group Member Role""" - collaborationRole: String - - """Notification Frequency""" - notificationFrequency: String -} - -input SalesforceCreateCollaborationGroupMemberInput { - collaborationGroupMember: SalesforceCollaborationGroupMemberInput! -} - -type SalesforceCreateCollaborationGroupMemberPayload { - """CollaborationGroupMember created by the mutation.""" - collaborationGroupMember: SalesforceCollaborationGroupMember! -} - -input SalesforceUserPreferenceInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User ID""" - userId: String - - """Preference""" - preference: String - - """Value""" - value: String -} - -input SalesforceCreateUserPreferenceInput { - userPreference: SalesforceUserPreferenceInput! -} - -type SalesforceCreateUserPreferencePayload { - """UserPreference created by the mutation.""" - userPreference: SalesforceUserPreference! -} - -input SalesforceOrgDeleteRequestInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Request Type""" - requestType: String -} - -input SalesforceCreateOrgDeleteRequestInput { - orgDeleteRequest: SalesforceOrgDeleteRequestInput! -} - -type SalesforceCreateOrgDeleteRequestPayload { - """OrgDeleteRequest created by the mutation.""" - orgDeleteRequest: SalesforceOrgDeleteRequest! -} - -input SalesforceMailmergeTemplateInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Description""" - description: String - - """File""" - filename: String - - """Body""" - body: String - - """Attachment has been scanned for XSS""" - securityOptionsAttachmentScannedForXss: Boolean - - """XSS threat was detected in the attachment""" - securityOptionsAttachmentHasXssThreat: Boolean - - """Attachment has been scanned for Flash Injection""" - securityOptionsAttachmentScannedforFlash: Boolean - - """Flash Injection was detected in the attachment""" - securityOptionsAttachmentHasFlash: Boolean -} - -input SalesforceCreateMailmergeTemplateInput { - mailmergeTemplate: SalesforceMailmergeTemplateInput! -} - -type SalesforceCreateMailmergeTemplatePayload { - """MailmergeTemplate created by the mutation.""" - mailmergeTemplate: SalesforceMailmergeTemplate! -} - -input SalesforceCaseTeamMemberInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Case ID""" - parentId: String - - """Member ID""" - memberId: String - - """Team Role ID""" - teamRoleId: String -} - -input SalesforceCreateCaseTeamMemberInput { - caseTeamMember: SalesforceCaseTeamMemberInput! -} - -type SalesforceCreateCaseTeamMemberPayload { - """CaseTeamMember created by the mutation.""" - caseTeamMember: SalesforceCaseTeamMember! -} - -input SalesforceCallCenterInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Internal Name""" - internalName: String - - """Version""" - version: Float - - """CTI Adapter URL""" - adapterUrl: String - - """Custom Settings""" - customSettings: String -} - -input SalesforceCreateCallCenterInput { - callCenter: SalesforceCallCenterInput! -} - -type SalesforceCreateCallCenterPayload { - """CallCenter created by the mutation.""" - callCenter: SalesforceCallCenter! -} - -input SalesforceContentWorkspaceInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Description""" - description: String - - """Add Creator Membership""" - shouldAddCreatorMembership: Boolean - - """Unique Name""" - developerName: String -} - -input SalesforceCreateContentWorkspaceInput { - contentWorkspace: SalesforceContentWorkspaceInput! -} - -type SalesforceCreateContentWorkspacePayload { - """ContentWorkspace created by the mutation.""" - contentWorkspace: SalesforceContentWorkspace! -} - -input SalesforceQueueSobjectInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Group ID""" - queueId: String - - """Sobject Type""" - sobjectType: String -} - -input SalesforceCreateQueueSobjectInput { - queueSobject: SalesforceQueueSobjectInput! -} - -type SalesforceCreateQueueSobjectPayload { - """QueueSobject created by the mutation.""" - queueSobject: SalesforceQueueSobject! -} - -input SalesforceContentWorkspaceMemberInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Library ID""" - contentWorkspaceId: String - - """Library Permission ID""" - contentWorkspacePermissionId: String - - """Member ID""" - memberId: String -} - -input SalesforceCreateContentWorkspaceMemberInput { - contentWorkspaceMember: SalesforceContentWorkspaceMemberInput! -} - -type SalesforceCreateContentWorkspaceMemberPayload { - """ContentWorkspaceMember created by the mutation.""" - contentWorkspaceMember: SalesforceContentWorkspaceMember! -} - -input SalesforceApexTestSuiteInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Test Suite Name""" - testSuiteName: String -} - -input SalesforceCreateApexTestSuiteInput { - apexTestSuite: SalesforceApexTestSuiteInput! -} - -type SalesforceCreateApexTestSuitePayload { - """ApexTestSuite created by the mutation.""" - apexTestSuite: SalesforceApexTestSuite! -} - -input SalesforceTopicInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Description""" - description: String -} - -input SalesforceCreateTopicInput { - topic: SalesforceTopicInput! -} - -type SalesforceCreateTopicPayload { - """Topic created by the mutation.""" - topic: SalesforceTopic! -} - -input SalesforceEmailTemplateInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Email Template Name""" - name: String - - """Template Unique Name""" - developerName: String - - """Owner ID""" - ownerId: String - - """Folder ID""" - folderId: String - - """Letterhead ID""" - brandTemplateId: String - - """Style""" - templateStyle: String - - """Available For Use""" - isActive: Boolean - - """Template Type""" - templateType: String - - """Encoding""" - encoding: String - - """Description""" - description: String - - """Subject""" - subject: String - - """HTML Value""" - htmlValue: String - - """Email Body""" - body: String - - """API Version""" - apiVersion: Float - - """Markup""" - markup: String - - """UI Type""" - uiType: String - - """Custom Object Definition ID""" - relatedEntityType: String -} - -input SalesforceCreateEmailTemplateInput { - emailTemplate: SalesforceEmailTemplateInput! -} - -type SalesforceCreateEmailTemplatePayload { - """EmailTemplate created by the mutation.""" - emailTemplate: SalesforceEmailTemplate! -} - -input SalesforceContactInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Account ID""" - accountId: String - - """Last Name""" - lastName: String - - """First Name""" - firstName: String - - """Salutation""" - salutation: String - - """Other Street""" - otherStreet: String - - """Other City""" - otherCity: String - - """Other State/Province""" - otherState: String - - """Other Zip/Postal Code""" - otherPostalCode: String - - """Other Country""" - otherCountry: String - - """Other Latitude""" - otherLatitude: Float - - """Other Longitude""" - otherLongitude: Float - - """Other Geocode Accuracy""" - otherGeocodeAccuracy: String - - """Mailing Street""" - mailingStreet: String - - """Mailing City""" - mailingCity: String - - """Mailing State/Province""" - mailingState: String - - """Mailing Zip/Postal Code""" - mailingPostalCode: String - - """Mailing Country""" - mailingCountry: String - - """Mailing Latitude""" - mailingLatitude: Float - - """Mailing Longitude""" - mailingLongitude: Float - - """Mailing Geocode Accuracy""" - mailingGeocodeAccuracy: String - - """Business Phone""" - phone: String - - """Business Fax""" - fax: String - - """Mobile Phone""" - mobilePhone: String - - """Home Phone""" - homePhone: String - - """Other Phone""" - otherPhone: String - - """Asst. Phone""" - assistantPhone: String - - """Reports To ID""" - reportsToId: String - - """Email""" - email: String - - """Title""" - title: String - - """Department""" - department: String - - """Assistant's Name""" - assistantName: String - - """Lead Source""" - leadSource: String - - """Birthdate""" - birthdate: String - - """Contact Description""" - description: String - - """Owner ID""" - ownerId: String - - """Email Bounced Reason""" - emailBouncedReason: String - - """Email Bounced Date""" - emailBouncedDate: String - - """Data.com Key""" - jigsaw: String - - """Clean Status""" - cleanStatus: String -} - -input SalesforceCreateContactInput { - contact: SalesforceContactInput! -} - -type SalesforceCreateContactPayload { - """Contact created by the mutation.""" - contact: SalesforceContact! -} - -input SalesforceAuraDefinitionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Lightning Definition Bundle ID""" - auraDefinitionBundleId: String - - """Definition Type""" - defType: String - - """Format""" - format: String - - """Source""" - source: String -} - -input SalesforceCreateAuraDefinitionInput { - auraDefinition: SalesforceAuraDefinitionInput! -} - -type SalesforceCreateAuraDefinitionPayload { - """AuraDefinition created by the mutation.""" - auraDefinition: SalesforceAuraDefinition! -} - -input SalesforceSecurityCustomBaselineInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Baseline""" - baseline: String - - """Is Default Baseline""" - isDefault: Boolean -} - -input SalesforceCreateSecurityCustomBaselineInput { - securityCustomBaseline: SalesforceSecurityCustomBaselineInput! -} - -type SalesforceCreateSecurityCustomBaselinePayload { - """SecurityCustomBaseline created by the mutation.""" - securityCustomBaseline: SalesforceSecurityCustomBaseline! -} - -input SalesforceContentVersionInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """ContentDocument ID""" - contentDocumentId: String - - """Content URL""" - contentUrl: String - - """Content Body ID""" - contentBodyId: String - - """Title""" - title: String - - """Description""" - description: String - - """Reason For Change""" - reasonForChange: String - - """Prevent others from sharing and unsharing""" - sharingOption: String - - """File Privacy on Records""" - sharingPrivacy: String - - """Path On Client""" - pathOnClient: String - - """Content Modified Date""" - contentModifiedDate: String - - """Owner ID""" - ownerId: String - - """Tags""" - tagCsv: String - - """Version Data""" - versionData: String - - """First Publish Location ID""" - firstPublishLocationId: String - - """Content Origin""" - origin: String - - """Content Location""" - contentLocation: String - - """External Document Info1""" - externalDocumentInfo1: String - - """External Document Info2""" - externalDocumentInfo2: String - - """External Data Source ID""" - externalDataSourceId: String - - """Major Version""" - isMajorVersion: Boolean - - """Asset File Enabled""" - isAssetEnabled: Boolean -} - -input SalesforceCreateContentVersionInput { - contentVersion: SalesforceContentVersionInput! -} - -type SalesforceCreateContentVersionPayload { - """ContentVersion created by the mutation.""" - contentVersion: SalesforceContentVersion! -} - -input SalesforceCampaignMemberStatusInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Campaign ID""" - campaignId: String - - """Member Status""" - label: String - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean - - """Responded""" - hasResponded: Boolean -} - -input SalesforceCreateCampaignMemberStatusInput { - campaignMemberStatus: SalesforceCampaignMemberStatusInput! -} - -type SalesforceCreateCampaignMemberStatusPayload { - """CampaignMemberStatus created by the mutation.""" - campaignMemberStatus: SalesforceCampaignMemberStatus! -} - -input SalesforceEventInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name ID""" - whoId: String - - """Related To ID""" - whatId: String - - """Subject""" - subject: String - - """Location""" - location: String - - """All-Day Event""" - isAllDayEvent: Boolean - - """Due Date Time""" - activityDateTime: String - - """Due Date Only""" - activityDate: String - - """Duration""" - durationInMinutes: Int - - """Start Date Time""" - startDateTime: String - - """End Date Time""" - endDateTime: String - - """Description""" - description: String - - """Assigned To ID""" - ownerId: String - - """Private""" - isPrivate: Boolean - - """Show Time As""" - showAs: String - - """Create Recurring Series of Events""" - isRecurrence: Boolean - - """Recurrence Start""" - recurrenceStartDateTime: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Time Zone""" - recurrenceTimeZoneSidKey: String - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - - """Reminder Date/Time""" - reminderDateTime: String - - """Reminder Set""" - isReminderSet: Boolean - - """Event Subtype""" - eventSubtype: String -} - -input SalesforceCreateEventInput { - event: SalesforceEventInput! -} - -type SalesforceCreateEventPayload { - """Event created by the mutation.""" - event: SalesforceEvent! -} - -input SalesforceSearchPromotionRuleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Term""" - query: String -} - -input SalesforceCreateSearchPromotionRuleInput { - searchPromotionRule: SalesforceSearchPromotionRuleInput! -} - -type SalesforceCreateSearchPromotionRulePayload { - """SearchPromotionRule created by the mutation.""" - searchPromotionRule: SalesforceSearchPromotionRule! -} - -input SalesforceExternalDataUserAuthInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """External Data Source ID""" - externalDataSourceId: String - - """User ID""" - userId: String - - """Authentication Protocol""" - protocol: String - - """Username""" - username: String - - """Password""" - password: String - - """Auth. Provider ID""" - authProviderId: String -} - -input SalesforceCreateExternalDataUserAuthInput { - externalDataUserAuth: SalesforceExternalDataUserAuthInput! -} - -type SalesforceCreateExternalDataUserAuthPayload { - """ExternalDataUserAuth created by the mutation.""" - externalDataUserAuth: SalesforceExternalDataUserAuth! -} - -input SalesforceAnnouncementInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Feed Item ID""" - feedItemId: String - - """Expiration Date""" - expirationDate: String -} - -input SalesforceCreateAnnouncementInput { - announcement: SalesforceAnnouncementInput! -} - -type SalesforceCreateAnnouncementPayload { - """Announcement created by the mutation.""" - announcement: SalesforceAnnouncement! -} - -input SalesforceUserAppMenuCustomizationInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Application ID""" - applicationId: String - - """Sort Order""" - sortOrder: Int -} - -input SalesforceCreateUserAppMenuCustomizationInput { - userAppMenuCustomization: SalesforceUserAppMenuCustomizationInput! -} - -type SalesforceCreateUserAppMenuCustomizationPayload { - """UserAppMenuCustomization created by the mutation.""" - userAppMenuCustomization: SalesforceUserAppMenuCustomization! -} - -input SalesforceTestSuiteMembershipInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Test Suite ID""" - apexTestSuiteId: String - - """Class ID""" - apexClassId: String -} - -input SalesforceCreateTestSuiteMembershipInput { - testSuiteMembership: SalesforceTestSuiteMembershipInput! -} - -type SalesforceCreateTestSuiteMembershipPayload { - """TestSuiteMembership created by the mutation.""" - testSuiteMembership: SalesforceTestSuiteMembership! -} - -input SalesforceCaseContactRoleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Case ID""" - casesId: String - - """Contact ID""" - contactId: String - - """Role""" - role: String -} - -input SalesforceCreateCaseContactRoleInput { - caseContactRole: SalesforceCaseContactRoleInput! -} - -type SalesforceCreateCaseContactRolePayload { - """CaseContactRole created by the mutation.""" - caseContactRole: SalesforceCaseContactRole! -} - -input SalesforceUserInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Username""" - username: String - - """Last Name""" - lastName: String - - """First Name""" - firstName: String - - """Company Name""" - companyName: String - - """Division""" - division: String - - """Department""" - department: String - - """Title""" - title: String - - """Street""" - street: String - - """City""" - city: String - - """State/Province""" - state: String - - """Zip/Postal Code""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Email""" - email: String - - """AutoBcc""" - emailPreferencesAutoBcc: Boolean - - """AutoBccStayInTouch""" - emailPreferencesAutoBccStayInTouch: Boolean - - """StayInTouchReminder""" - emailPreferencesStayInTouchReminder: Boolean - - """Email Sender Address""" - senderEmail: String - - """Email Sender Name""" - senderName: String - - """Email Signature""" - signature: String - - """Stay-in-Touch Email Subject""" - stayInTouchSubject: String - - """Stay-in-Touch Email Signature""" - stayInTouchSignature: String - - """Stay-in-Touch Email Note""" - stayInTouchNote: String - - """Phone""" - phone: String - - """Fax""" - fax: String - - """Cell""" - mobilePhone: String - - """Alias""" - alias: String - - """Nickname""" - communityNickname: String - - """Active""" - isActive: Boolean - - """Time Zone""" - timeZoneSidKey: String - - """Role ID""" - userRoleId: String - - """Locale""" - localeSidKey: String - - """Info Emails""" - receivesInfoEmails: Boolean - - """Admin Info Emails""" - receivesAdminInfoEmails: Boolean - - """Email Encoding""" - emailEncodingKey: String - - """Profile ID""" - profileId: String - - """Language""" - languageLocaleKey: String - - """Employee Number""" - employeeNumber: String - - """Delegated Approver ID""" - delegatedApproverId: String - - """Manager ID""" - managerId: String - - """Marketing User""" - userPermissionsMarketingUser: Boolean - - """Offline User""" - userPermissionsOfflineUser: Boolean - - """Auto-login To Call Center""" - userPermissionsCallCenterAutoLogin: Boolean - - """Apex Mobile User""" - userPermissionsMobileUser: Boolean - - """Salesforce CRM Content User""" - userPermissionsSfContentUser: Boolean - - """Knowledge User""" - userPermissionsKnowledgeUser: Boolean - - """Flow User""" - userPermissionsInteractionUser: Boolean - - """Service Cloud User""" - userPermissionsSupportUser: Boolean - - """Data.com User""" - userPermissionsJigsawProspectingUser: Boolean - - """Site.com Contributor User""" - userPermissionsSiteforceContributorUser: Boolean - - """Site.com Publisher User""" - userPermissionsSiteforcePublisherUser: Boolean - - """Work.com User""" - userPermissionsWorkDotComUserFeature: Boolean - - """Allow Forecasting""" - forecastEnabled: Boolean - - """ActivityRemindersPopup""" - userPreferencesActivityRemindersPopup: Boolean - - """EventRemindersCheckboxDefault""" - userPreferencesEventRemindersCheckboxDefault: Boolean - - """TaskRemindersCheckboxDefault""" - userPreferencesTaskRemindersCheckboxDefault: Boolean - - """ReminderSoundOff""" - userPreferencesReminderSoundOff: Boolean - - """DisableAllFeedsEmail""" - userPreferencesDisableAllFeedsEmail: Boolean - - """DisableFollowersEmail""" - userPreferencesDisableFollowersEmail: Boolean - - """DisableProfilePostEmail""" - userPreferencesDisableProfilePostEmail: Boolean - - """DisableChangeCommentEmail""" - userPreferencesDisableChangeCommentEmail: Boolean - - """DisableLaterCommentEmail""" - userPreferencesDisableLaterCommentEmail: Boolean - - """DisProfPostCommentEmail""" - userPreferencesDisProfPostCommentEmail: Boolean - - """ContentNoEmail""" - userPreferencesContentNoEmail: Boolean - - """ContentEmailAsAndWhen""" - userPreferencesContentEmailAsAndWhen: Boolean - - """ApexPagesDeveloperMode""" - userPreferencesApexPagesDeveloperMode: Boolean - - """HideCSNGetChatterMobileTask""" - userPreferencesHideCsnGetChatterMobileTask: Boolean - - """DisableMentionsPostEmail""" - userPreferencesDisableMentionsPostEmail: Boolean - - """DisMentionsCommentEmail""" - userPreferencesDisMentionsCommentEmail: Boolean - - """HideCSNDesktopTask""" - userPreferencesHideCsnDesktopTask: Boolean - - """HideChatterOnboardingSplash""" - userPreferencesHideChatterOnboardingSplash: Boolean - - """HideSecondChatterOnboardingSplash""" - userPreferencesHideSecondChatterOnboardingSplash: Boolean - - """DisCommentAfterLikeEmail""" - userPreferencesDisCommentAfterLikeEmail: Boolean - - """DisableLikeEmail""" - userPreferencesDisableLikeEmail: Boolean - - """SortFeedByComment""" - userPreferencesSortFeedByComment: Boolean - - """DisableMessageEmail""" - userPreferencesDisableMessageEmail: Boolean - - """JigsawListUser""" - userPreferencesJigsawListUser: Boolean - - """DisableBookmarkEmail""" - userPreferencesDisableBookmarkEmail: Boolean - - """DisableSharePostEmail""" - userPreferencesDisableSharePostEmail: Boolean - - """EnableAutoSubForFeeds""" - userPreferencesEnableAutoSubForFeeds: Boolean - - """DisableFileShareNotificationsForApi""" - userPreferencesDisableFileShareNotificationsForApi: Boolean - - """ShowTitleToExternalUsers""" - userPreferencesShowTitleToExternalUsers: Boolean - - """ShowManagerToExternalUsers""" - userPreferencesShowManagerToExternalUsers: Boolean - - """ShowEmailToExternalUsers""" - userPreferencesShowEmailToExternalUsers: Boolean - - """ShowWorkPhoneToExternalUsers""" - userPreferencesShowWorkPhoneToExternalUsers: Boolean - - """ShowMobilePhoneToExternalUsers""" - userPreferencesShowMobilePhoneToExternalUsers: Boolean - - """ShowFaxToExternalUsers""" - userPreferencesShowFaxToExternalUsers: Boolean - - """ShowStreetAddressToExternalUsers""" - userPreferencesShowStreetAddressToExternalUsers: Boolean - - """ShowCityToExternalUsers""" - userPreferencesShowCityToExternalUsers: Boolean - - """ShowStateToExternalUsers""" - userPreferencesShowStateToExternalUsers: Boolean - - """ShowPostalCodeToExternalUsers""" - userPreferencesShowPostalCodeToExternalUsers: Boolean - - """ShowCountryToExternalUsers""" - userPreferencesShowCountryToExternalUsers: Boolean - - """ShowProfilePicToGuestUsers""" - userPreferencesShowProfilePicToGuestUsers: Boolean - - """ShowTitleToGuestUsers""" - userPreferencesShowTitleToGuestUsers: Boolean - - """ShowCityToGuestUsers""" - userPreferencesShowCityToGuestUsers: Boolean - - """ShowStateToGuestUsers""" - userPreferencesShowStateToGuestUsers: Boolean - - """ShowPostalCodeToGuestUsers""" - userPreferencesShowPostalCodeToGuestUsers: Boolean - - """ShowCountryToGuestUsers""" - userPreferencesShowCountryToGuestUsers: Boolean - - """DisableFeedbackEmail""" - userPreferencesDisableFeedbackEmail: Boolean - - """DisableWorkEmail""" - userPreferencesDisableWorkEmail: Boolean - - """HideS1BrowserUI""" - userPreferencesHideS1BrowserUi: Boolean - - """DisableEndorsementEmail""" - userPreferencesDisableEndorsementEmail: Boolean - - """PathAssistantCollapsed""" - userPreferencesPathAssistantCollapsed: Boolean - - """CacheDiagnostics""" - userPreferencesCacheDiagnostics: Boolean - - """ShowEmailToGuestUsers""" - userPreferencesShowEmailToGuestUsers: Boolean - - """ShowManagerToGuestUsers""" - userPreferencesShowManagerToGuestUsers: Boolean - - """ShowWorkPhoneToGuestUsers""" - userPreferencesShowWorkPhoneToGuestUsers: Boolean - - """ShowMobilePhoneToGuestUsers""" - userPreferencesShowMobilePhoneToGuestUsers: Boolean - - """ShowFaxToGuestUsers""" - userPreferencesShowFaxToGuestUsers: Boolean - - """ShowStreetAddressToGuestUsers""" - userPreferencesShowStreetAddressToGuestUsers: Boolean - - """LightningExperiencePreferred""" - userPreferencesLightningExperiencePreferred: Boolean - - """PreviewLightning""" - userPreferencesPreviewLightning: Boolean - - """HideEndUserOnboardingAssistantModal""" - userPreferencesHideEndUserOnboardingAssistantModal: Boolean - - """HideLightningMigrationModal""" - userPreferencesHideLightningMigrationModal: Boolean - - """HideSfxWelcomeMat""" - userPreferencesHideSfxWelcomeMat: Boolean - - """HideBiggerPhotoCallout""" - userPreferencesHideBiggerPhotoCallout: Boolean - - """GlobalNavBarWTShown""" - userPreferencesGlobalNavBarWtShown: Boolean - - """GlobalNavGridMenuWTShown""" - userPreferencesGlobalNavGridMenuWtShown: Boolean - - """CreateLEXAppsWTShown""" - userPreferencesCreateLexAppsWtShown: Boolean - - """FavoritesWTShown""" - userPreferencesFavoritesWtShown: Boolean - - """RecordHomeSectionCollapseWTShown""" - userPreferencesRecordHomeSectionCollapseWtShown: Boolean - - """RecordHomeReservedWTShown""" - userPreferencesRecordHomeReservedWtShown: Boolean - - """FavoritesShowTopFavorites""" - userPreferencesFavoritesShowTopFavorites: Boolean - - """ExcludeMailAppAttachments""" - userPreferencesExcludeMailAppAttachments: Boolean - - """SuppressTaskSFXReminders""" - userPreferencesSuppressTaskSfxReminders: Boolean - - """SuppressEventSFXReminders""" - userPreferencesSuppressEventSfxReminders: Boolean - - """PreviewCustomTheme""" - userPreferencesPreviewCustomTheme: Boolean - - """HasCelebrationBadge""" - userPreferencesHasCelebrationBadge: Boolean - - """Contact ID""" - contactId: String - - """Call Center ID""" - callCenterId: String - - """Extension""" - extension: String - - """SAML Federation ID""" - federationIdentifier: String - - """About Me""" - aboutMe: String - - """Chatter Email Highlights Frequency""" - digestFrequency: String - - """Default Notification Frequency when Joining Groups""" - defaultGroupNotificationFrequency: String - - """Data.com Monthly Addition Limit""" - jigsawImportLimitOverride: Int -} - -input SalesforceCreateUserInput { - user: SalesforceUserInput! -} - -type SalesforceCreateUserPayload { - """User created by the mutation.""" - user: SalesforceUser! -} - -input SalesforceBusinessHoursInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Business Hours Name""" - name: String - - """Active""" - isActive: Boolean - - """Default Business Hours""" - isDefault: Boolean - - """Sunday Start""" - sundayStartTime: String - - """Sunday End""" - sundayEndTime: String - - """Monday Start""" - mondayStartTime: String - - """Monday End""" - mondayEndTime: String - - """Tuesday Start""" - tuesdayStartTime: String - - """Tuesday End""" - tuesdayEndTime: String - - """Wednesday Start""" - wednesdayStartTime: String - - """Wednesday End""" - wednesdayEndTime: String - - """Thursday Start""" - thursdayStartTime: String - - """Thursday End""" - thursdayEndTime: String - - """Friday Start""" - fridayStartTime: String - - """Friday End""" - fridayEndTime: String - - """Saturday Start""" - saturdayStartTime: String - - """Saturday End""" - saturdayEndTime: String - - """Time Zone""" - timeZoneSidKey: String -} - -input SalesforceCreateBusinessHoursInput { - businessHours: SalesforceBusinessHoursInput! -} - -type SalesforceCreateBusinessHoursPayload { - """BusinessHours created by the mutation.""" - businessHours: SalesforceBusinessHours! -} - -input SalesforceContentWorkspacePermissionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Manage Library""" - permissionsManageWorkspace: Boolean - - """Add Content""" - permissionsAddContent: Boolean - - """Add Content on Behalf of Others""" - permissionsAddContentObo: Boolean - - """Archive Content""" - permissionsArchiveContent: Boolean - - """Delete Content""" - permissionsDeleteContent: Boolean - - """Feature Content""" - permissionsFeatureContent: Boolean - - """View Comment""" - permissionsViewComments: Boolean - - """Add Comment""" - permissionsAddComment: Boolean - - """Modify Comments""" - permissionsModifyComments: Boolean - - """Tag Content""" - permissionsTagContent: Boolean - - """Deliver Content""" - permissionsDeliverContent: Boolean - - """Attach or Share Content""" - permissionsChatterSharing: Boolean - - """Organize File and Content Folder""" - permissionsOrganizeFileAndFolder: Boolean - - """Description""" - description: String -} - -input SalesforceCreateContentWorkspacePermissionInput { - contentWorkspacePermission: SalesforceContentWorkspacePermissionInput! -} - -type SalesforceCreateContentWorkspacePermissionPayload { - """ContentWorkspacePermission created by the mutation.""" - contentWorkspacePermission: SalesforceContentWorkspacePermission! -} - -input SalesforceMacroInstructionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Macro ID""" - macroId: String - - """Operation""" - operation: String - - """Target""" - target: String - - """Value""" - value: String - - """Value Record ID""" - valueRecord: String - - """Sort Order""" - sortOrder: Int -} - -input SalesforceCreateMacroInstructionInput { - macroInstruction: SalesforceMacroInstructionInput! -} - -type SalesforceCreateMacroInstructionPayload { - """MacroInstruction created by the mutation.""" - macroInstruction: SalesforceMacroInstruction! -} - -input SalesforceDocumentAttachmentMapInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Entity ID""" - parentId: String - - """Document ID""" - documentId: String - - """Attachment Sequence""" - documentSequence: Int -} - -input SalesforceCreateDocumentAttachmentMapInput { - documentAttachmentMap: SalesforceDocumentAttachmentMapInput! -} - -type SalesforceCreateDocumentAttachmentMapPayload { - """DocumentAttachmentMap created by the mutation.""" - documentAttachmentMap: SalesforceDocumentAttachmentMap! -} - -input SalesforceContractInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Account ID""" - accountId: String - - """Price Book ID""" - pricebook2Id: String - - """Owner Expiration Notice""" - ownerExpirationNotice: String - - """Contract Start Date""" - startDate: String - - """Billing Street""" - billingStreet: String - - """Billing City""" - billingCity: String - - """Billing State/Province""" - billingState: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing Country""" - billingCountry: String - - """Billing Latitude""" - billingLatitude: Float - - """Billing Longitude""" - billingLongitude: Float - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Contract Term""" - contractTerm: Int - - """Owner ID""" - ownerId: String - - """Status""" - status: String - - """Company Signed By ID""" - companySignedId: String - - """Company Signed Date""" - companySignedDate: String - - """Customer Signed By ID""" - customerSignedId: String - - """Customer Signed Title""" - customerSignedTitle: String - - """Customer Signed Date""" - customerSignedDate: String - - """Special Terms""" - specialTerms: String - - """Description""" - description: String -} - -input SalesforceCreateContractInput { - contract: SalesforceContractInput! -} - -type SalesforceCreateContractPayload { - """Contract created by the mutation.""" - contract: SalesforceContract! -} - -input SalesforceCspTrustedSiteInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Trusted Site Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Trusted Site URL""" - endpointUrl: String - - """Description""" - description: String - - """Active""" - isActive: Boolean -} - -input SalesforceCreateCspTrustedSiteInput { - cspTrustedSite: SalesforceCspTrustedSiteInput! -} - -type SalesforceCreateCspTrustedSitePayload { - """CspTrustedSite created by the mutation.""" - cspTrustedSite: SalesforceCspTrustedSite! -} - -input SalesforceEmailMessageRelationInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Email Message ID""" - emailMessageId: String - - """Relation ID""" - relationId: String - - """Relation Type""" - relationType: String - - """Relation Address""" - relationAddress: String -} - -input SalesforceCreateEmailMessageRelationInput { - emailMessageRelation: SalesforceEmailMessageRelationInput! -} - -type SalesforceCreateEmailMessageRelationPayload { - """EmailMessageRelation created by the mutation.""" - emailMessageRelation: SalesforceEmailMessageRelation! -} - -input SalesforceOrgWideEmailAddressInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Email Address""" - address: String - - """Display Name""" - displayName: String - - """Allow All Profiles""" - isAllowAllProfiles: Boolean -} - -input SalesforceCreateOrgWideEmailAddressInput { - orgWideEmailAddress: SalesforceOrgWideEmailAddressInput! -} - -type SalesforceCreateOrgWideEmailAddressPayload { - """OrgWideEmailAddress created by the mutation.""" - orgWideEmailAddress: SalesforceOrgWideEmailAddress! -} - -input SalesforceEmailServicesFunctionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Active""" - isActive: Boolean - - """Email Service Name""" - functionName: String - - """Accept Email From""" - authorizedSenders: String - - """Advanced Email Security Settings""" - isAuthenticationRequired: Boolean - - """TLS Required""" - isTlsRequired: Boolean - - """Accept Attachments""" - attachmentOption: String - - """Class ID""" - apexClassId: String - - """Over Email Rate Limit Action""" - overLimitAction: String - - """Deactivated Email Service Action""" - functionInactiveAction: String - - """Deactivated Email Address Action""" - addressInactiveAction: String - - """Unauthenticated Sender Action""" - authenticationFailureAction: String - - """Unauthorized Sender Action""" - authorizationFailureAction: String - - """Enable Error Routing""" - isErrorRoutingEnabled: Boolean - - """Route Error Emails to This Email Address""" - errorRoutingAddress: String - - """Convert Text Attachments to Binary Attachments""" - isTextAttachmentsAsBinary: Boolean -} - -input SalesforceCreateEmailServicesFunctionInput { - emailServicesFunction: SalesforceEmailServicesFunctionInput! -} - -type SalesforceCreateEmailServicesFunctionPayload { - """EmailServicesFunction created by the mutation.""" - emailServicesFunction: SalesforceEmailServicesFunction! -} - -input SalesforceFeedSignalInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Feed Item ID""" - feedItemId: String - - """Feed Item ID""" - feedEntityId: String - - """Signal value""" - signalValue: Int - - """Signal type""" - signalType: String - - """Created By ID""" - createdById: String - - """Created Date""" - createdDate: String -} - -input SalesforceCreateFeedSignalInput { - feedSignal: SalesforceFeedSignalInput! -} - -"""Feed Signal""" -type SalesforceFeedSignal { - """Feed Signal ID""" - id: String! - - """Feed Item ID""" - feedItemId: String - - """Feed Item ID""" - feedItem: SalesforceFeedSignalFeedItemUnion - - """Feed Item ID""" - feedEntityId: String - - """Feed Item ID""" - feedEntity: SalesforceFeedSignalFeedEntityUnion - - """Signal value""" - signalValue: Int - - """Signal type""" - signalType: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """InsertedBy ID""" - insertedById: String! - - """InsertedBy ID""" - insertedBy: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -type SalesforceCreateFeedSignalPayload { - """FeedSignal created by the mutation.""" - feedSignal: SalesforceFeedSignal! -} - -input SalesforceProduct2Input { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Product Name""" - name: String - - """Product Code""" - productCode: String - - """Product Description""" - description: String - - """Active""" - isActive: Boolean - - """Product Family""" - family: String - - """External Data Source ID""" - externalDataSourceId: String - - """External ID""" - externalId: String - - """Display URL""" - displayUrl: String - - """Quantity Unit Of Measure""" - quantityUnitOfMeasure: String - - """Product SKU""" - stockKeepingUnit: String -} - -input SalesforceCreateProduct2Input { - product2: SalesforceProduct2Input! -} - -type SalesforceCreateProduct2Payload { - """Product2 created by the mutation.""" - product2: SalesforceProduct2! -} - -input SalesforceQuickTextShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateQuickTextShareInput { - quickTextShare: SalesforceQuickTextShareInput! -} - -type SalesforceCreateQuickTextSharePayload { - """QuickTextShare created by the mutation.""" - quickTextShare: SalesforceQuickTextShare! -} - -input SalesforceFolderInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Folder Unique Name""" - developerName: String - - """Access Type""" - accessType: String - - """Read Only""" - isReadonly: Boolean - - """Type""" - type: String -} - -input SalesforceCreateFolderInput { - folder: SalesforceFolderInput! -} - -type SalesforceCreateFolderPayload { - """Folder created by the mutation.""" - folder: SalesforceFolder! -} - -input SalesforceApexTestResultInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Time Started""" - testTimestamp: String - - """Pass/Fail""" - outcome: String - - """Class ID""" - apexClassId: String - - """Method Name""" - methodName: String - - """Error Message""" - message: String - - """Stack Trace""" - stackTrace: String - - """Apex Job ID""" - asyncApexJobId: String - - """Apex Test Queue Item ID""" - queueItemId: String - - """Log ID""" - apexLogId: String - - """ApexTestRunResult ID""" - apexTestRunResultId: String - - """Run Time""" - runTime: Int -} - -input SalesforceCreateApexTestResultInput { - apexTestResult: SalesforceApexTestResultInput! -} - -type SalesforceCreateApexTestResultPayload { - """ApexTestResult created by the mutation.""" - apexTestResult: SalesforceApexTestResult! -} - -input SalesforceOrgDeleteRequestShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateOrgDeleteRequestShareInput { - orgDeleteRequestShare: SalesforceOrgDeleteRequestShareInput! -} - -type SalesforceCreateOrgDeleteRequestSharePayload { - """OrgDeleteRequestShare created by the mutation.""" - orgDeleteRequestShare: SalesforceOrgDeleteRequestShare! -} - -input SalesforceFlowInterviewShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateFlowInterviewShareInput { - flowInterviewShare: SalesforceFlowInterviewShareInput! -} - -type SalesforceCreateFlowInterviewSharePayload { - """FlowInterviewShare created by the mutation.""" - flowInterviewShare: SalesforceFlowInterviewShare! -} - -input SalesforceUserProvAccountStagingInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Connected App ID""" - connectedAppId: String - - """User ID""" - salesforceUserId: String - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """External Email""" - externalEmail: String - - """External First Name""" - externalFirstName: String - - """External Last Name""" - externalLastName: String - - """Link State""" - linkState: String - - """Status""" - status: String -} - -input SalesforceCreateUserProvAccountStagingInput { - userProvAccountStaging: SalesforceUserProvAccountStagingInput! -} - -type SalesforceCreateUserProvAccountStagingPayload { - """UserProvAccountStaging created by the mutation.""" - userProvAccountStaging: SalesforceUserProvAccountStaging! -} - -input SalesforceBusinessProcessInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Description""" - description: String - - """Entity Enumeration Or ID""" - tableEnumOrId: String -} - -input SalesforceCreateBusinessProcessInput { - businessProcess: SalesforceBusinessProcessInput! -} - -type SalesforceCreateBusinessProcessPayload { - """BusinessProcess created by the mutation.""" - businessProcess: SalesforceBusinessProcess! -} - -input SalesforceSolutionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Title""" - solutionName: String - - """Public""" - isPublished: Boolean - - """Visible in Public Knowledge Base""" - isPublishedInPublicKb: Boolean - - """Status""" - status: String - - """Description""" - solutionNote: String - - """Owner ID""" - ownerId: String -} - -input SalesforceCreateSolutionInput { - solution: SalesforceSolutionInput! -} - -type SalesforceCreateSolutionPayload { - """Solution created by the mutation.""" - solution: SalesforceSolution! -} - -input SalesforceVoteInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Vote Type""" - type: String -} - -input SalesforceCreateVoteInput { - vote: SalesforceVoteInput! -} - -type SalesforceCreateVotePayload { - """Vote created by the mutation.""" - vote: SalesforceVote! -} - -input SalesforceContractContactRoleInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Contract ID""" - contractId: String - - """Contact ID""" - contactId: String - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean -} - -input SalesforceCreateContractContactRoleInput { - contractContactRole: SalesforceContractContactRoleInput! -} - -type SalesforceCreateContractContactRolePayload { - """ContractContactRole created by the mutation.""" - contractContactRole: SalesforceContractContactRole! -} - -input SalesforceNoteInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Title""" - title: String - - """Private""" - isPrivate: Boolean - - """Body""" - body: String - - """Owner ID""" - ownerId: String -} - -input SalesforceCreateNoteInput { - note: SalesforceNoteInput! -} - -type SalesforceCreateNotePayload { - """Note created by the mutation.""" - note: SalesforceNote! -} - -input SalesforceCustomBrandInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Branded Entity ID""" - parentId: String -} - -input SalesforceCreateCustomBrandInput { - customBrand: SalesforceCustomBrandInput! -} - -type SalesforceCreateCustomBrandPayload { - """CustomBrand created by the mutation.""" - customBrand: SalesforceCustomBrand! -} - -input SalesforceIdeaInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Title""" - title: String - - """Zone ID""" - communityId: String - - """Idea Body""" - body: String - - """Categories""" - categories: String - - """Status""" - status: String -} - -input SalesforceCreateIdeaInput { - idea: SalesforceIdeaInput! -} - -type SalesforceCreateIdeaPayload { - """Idea created by the mutation.""" - idea: SalesforceIdea! -} - -input SalesforceCollaborationGroupInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Owner ID""" - ownerId: String - - """Access Type""" - collaborationType: String - - """Description""" - description: String - - """Information Title""" - informationTitle: String - - """Information""" - informationBody: String - - """Allow customers""" - canHaveGuests: Boolean - - """Archive""" - isArchived: Boolean - - """Disable automatic archiving""" - isAutoArchiveDisabled: Boolean - - """Announcement ID""" - announcementId: String - - """Broadcast Only""" - isBroadcast: Boolean -} - -input SalesforceCreateCollaborationGroupInput { - collaborationGroup: SalesforceCollaborationGroupInput! -} - -type SalesforceCreateCollaborationGroupPayload { - """CollaborationGroup created by the mutation.""" - collaborationGroup: SalesforceCollaborationGroup! -} - -input SalesforceOpportunityInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Account ID""" - accountId: String - - """Private""" - isPrivate: Boolean - - """Name""" - name: String - - """Description""" - description: String - - """Stage""" - stageName: String - - """Amount""" - amount: Float - - """Probability (%)""" - probability: Float - - """Quantity""" - totalOpportunityQuantity: Float - - """Close Date""" - closeDate: String - - """Opportunity Type""" - type: String - - """Next Step""" - nextStep: String - - """Lead Source""" - leadSource: String - - """Forecast Category""" - forecastCategoryName: String - - """Campaign ID""" - campaignId: String - - """Price Book ID""" - pricebook2Id: String - - """Owner ID""" - ownerId: String -} - -input SalesforceCreateOpportunityInput { - opportunity: SalesforceOpportunityInput! -} - -type SalesforceCreateOpportunityPayload { - """Opportunity created by the mutation.""" - opportunity: SalesforceOpportunity! -} - -input SalesforceListEmailRecipientSourceInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """List Email ID""" - listEmailId: String - - """SourceList ID""" - sourceListId: String - - """Type""" - sourceType: String -} - -input SalesforceCreateListEmailRecipientSourceInput { - listEmailRecipientSource: SalesforceListEmailRecipientSourceInput! -} - -type SalesforceCreateListEmailRecipientSourcePayload { - """ListEmailRecipientSource created by the mutation.""" - listEmailRecipientSource: SalesforceListEmailRecipientSource! -} - -input SalesforceTodayGoalInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Value""" - value: Float - - """User ID""" - userId: String -} - -input SalesforceCreateTodayGoalInput { - todayGoal: SalesforceTodayGoalInput! -} - -type SalesforceCreateTodayGoalPayload { - """TodayGoal created by the mutation.""" - todayGoal: SalesforceTodayGoal! -} - -input SalesforceOpportunityLineItemInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Opportunity ID""" - opportunityId: String - - """Price Book Entry ID""" - pricebookEntryId: String - - """Product ID""" - product2Id: String - - """Quantity""" - quantity: Float - - """Total Price""" - totalPrice: Float - - """Sales Price""" - unitPrice: Float - - """Date""" - serviceDate: String - - """Line Description""" - description: String -} - -input SalesforceCreateOpportunityLineItemInput { - opportunityLineItem: SalesforceOpportunityLineItemInput! -} - -type SalesforceCreateOpportunityLineItemPayload { - """OpportunityLineItem created by the mutation.""" - opportunityLineItem: SalesforceOpportunityLineItem! -} - -input SalesforceFlowRecordRelationInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Flow Interview ID""" - parentId: String - - """Record ID""" - relatedRecordId: String -} - -input SalesforceCreateFlowRecordRelationInput { - flowRecordRelation: SalesforceFlowRecordRelationInput! -} - -type SalesforceCreateFlowRecordRelationPayload { - """FlowRecordRelation created by the mutation.""" - flowRecordRelation: SalesforceFlowRecordRelation! -} - -input SalesforceAdditionalNumberInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Call Center ID""" - callCenterId: String - - """Name""" - name: String - - """Description""" - description: String - - """Phone""" - phone: String -} - -input SalesforceCreateAdditionalNumberInput { - additionalNumber: SalesforceAdditionalNumberInput! -} - -type SalesforceCreateAdditionalNumberPayload { - """AdditionalNumber created by the mutation.""" - additionalNumber: SalesforceAdditionalNumber! -} - -input SalesforceCollaborationInvitationInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Shared Entity ID""" - sharedEntityId: String - - """Invited Email""" - invitedUserEmail: String - - """Optional Message""" - optionalMessage: String -} - -input SalesforceCreateCollaborationInvitationInput { - collaborationInvitation: SalesforceCollaborationInvitationInput! -} - -type SalesforceCreateCollaborationInvitationPayload { - """CollaborationInvitation created by the mutation.""" - collaborationInvitation: SalesforceCollaborationInvitation! -} - -input SalesforcePartnerInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Opportunity ID""" - opportunityId: String - - """Account From ID""" - accountFromId: String - - """Account To ID""" - accountToId: String - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean -} - -input SalesforceCreatePartnerInput { - partner: SalesforcePartnerInput! -} - -type SalesforceCreatePartnerPayload { - """Partner created by the mutation.""" - partner: SalesforcePartner! -} - -input SalesforceEntitySubscriptionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Subscriber ID""" - subscriberId: String -} - -input SalesforceCreateEntitySubscriptionInput { - entitySubscription: SalesforceEntitySubscriptionInput! -} - -type SalesforceCreateEntitySubscriptionPayload { - """EntitySubscription created by the mutation.""" - entitySubscription: SalesforceEntitySubscription! -} - -input SalesforceCategoryNodeInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent Category Node ID""" - parentId: String - - """Name""" - masterLabel: String - - """Sort Order""" - sortOrder: Int - - """Subcategory Sort Style""" - sortStyle: String -} - -input SalesforceCreateCategoryNodeInput { - categoryNode: SalesforceCategoryNodeInput! -} - -type SalesforceCreateCategoryNodePayload { - """CategoryNode created by the mutation.""" - categoryNode: SalesforceCategoryNode! -} - -input SalesforceApexEmailNotificationInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User ID""" - userId: String - - """email""" - email: String -} - -input SalesforceCreateApexEmailNotificationInput { - apexEmailNotification: SalesforceApexEmailNotificationInput! -} - -type SalesforceCreateApexEmailNotificationPayload { - """ApexEmailNotification created by the mutation.""" - apexEmailNotification: SalesforceApexEmailNotification! -} - -input SalesforceUserListViewInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User ID""" - userId: String - - """List View ID""" - listViewId: String - - """Custom Object Definition ID""" - sobjectType: String - - """List View Chart ID""" - lastViewedChart: String -} - -input SalesforceCreateUserListViewInput { - userListView: SalesforceUserListViewInput! -} - -type SalesforceCreateUserListViewPayload { - """UserListView created by the mutation.""" - userListView: SalesforceUserListView! -} - -input SalesforceUserProvAccountInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User ID""" - salesforceUserId: String - - """Connected App ID""" - connectedAppId: String - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """External Email""" - externalEmail: String - - """External First Name""" - externalFirstName: String - - """External Last Name""" - externalLastName: String - - """Link State""" - linkState: String - - """Status""" - status: String - - """Deleted Date""" - deletedDate: String - - """Manual Override""" - isKnownLink: Boolean -} - -input SalesforceCreateUserProvAccountInput { - userProvAccount: SalesforceUserProvAccountInput! -} - -type SalesforceCreateUserProvAccountPayload { - """UserProvAccount created by the mutation.""" - userProvAccount: SalesforceUserProvAccount! -} - -input SalesforceAssetInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Contact ID""" - contactId: String - - """Account ID""" - accountId: String - - """Parent Asset ID""" - parentId: String - - """Product ID""" - product2Id: String - - """Competitor Asset""" - isCompetitorProduct: Boolean - - """Asset Name""" - name: String - - """Serial Number""" - serialNumber: String - - """Install Date""" - installDate: String - - """Purchase Date""" - purchaseDate: String - - """Usage End Date""" - usageEndDate: String - - """Status""" - status: String - - """Price""" - price: Float - - """Quantity""" - quantity: Float - - """Description""" - description: String - - """Owner ID""" - ownerId: String - - """Asset Provided By ID""" - assetProvidedById: String - - """Asset Serviced By ID""" - assetServicedById: String - - """Internal Asset""" - isInternal: Boolean -} - -input SalesforceCreateAssetInput { - asset: SalesforceAssetInput! -} - -type SalesforceCreateAssetPayload { - """Asset created by the mutation.""" - asset: SalesforceAsset! -} - -input SalesforceUserProvisioningRequestShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateUserProvisioningRequestShareInput { - userProvisioningRequestShare: SalesforceUserProvisioningRequestShareInput! -} - -type SalesforceCreateUserProvisioningRequestSharePayload { - """UserProvisioningRequestShare created by the mutation.""" - userProvisioningRequestShare: SalesforceUserProvisioningRequestShare! -} - -input SalesforceActionLinkGroupTemplateInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Developer Name""" - developerName: String - - """Master Language""" - language: String - - """Name""" - masterLabel: String - - """Executions Allowed""" - executionsAllowed: String - - """Hours until Expiration""" - hoursUntilExpiration: Int - - """Category""" - category: String - - """Published""" - isPublished: Boolean -} - -input SalesforceCreateActionLinkGroupTemplateInput { - actionLinkGroupTemplate: SalesforceActionLinkGroupTemplateInput! -} - -type SalesforceCreateActionLinkGroupTemplatePayload { - """ActionLinkGroupTemplate created by the mutation.""" - actionLinkGroupTemplate: SalesforceActionLinkGroupTemplate! -} - -input SalesforceUserAppInfoInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """User ID""" - userId: String - - """Form Factor""" - formFactor: String -} - -input SalesforceCreateUserAppInfoInput { - userAppInfo: SalesforceUserAppInfoInput! -} - -type SalesforceCreateUserAppInfoPayload { - """UserAppInfo created by the mutation.""" - userAppInfo: SalesforceUserAppInfo! -} - -input SalesforceUserAppMenuCustomizationShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateUserAppMenuCustomizationShareInput { - userAppMenuCustomizationShare: SalesforceUserAppMenuCustomizationShareInput! -} - -type SalesforceCreateUserAppMenuCustomizationSharePayload { - """UserAppMenuCustomizationShare created by the mutation.""" - userAppMenuCustomizationShare: SalesforceUserAppMenuCustomizationShare! -} - -input SalesforceFeedItemInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String - - """Created Date""" - createdDate: String - - """Revision""" - revision: Int - - """Last Edit By ID""" - lastEditById: String - - """Last Edit Date""" - lastEditDate: String - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean - - """Related Record ID""" - relatedRecordId: String - - """Status""" - status: String -} - -input SalesforceCreateFeedItemInput { - feedItem: SalesforceFeedItemInput! -} - -type SalesforceCreateFeedItemPayload { - """FeedItem created by the mutation.""" - feedItem: SalesforceFeedItem! -} - -input SalesforceApexClassInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Api Version""" - apiVersion: Float - - """Status""" - status: String - - """Is Valid""" - isValid: Boolean - - """Body CRC""" - bodyCrc: Float - - """Body""" - body: String - - """Size Without Comments""" - lengthWithoutComments: Int -} - -input SalesforceCreateApexClassInput { - apexClass: SalesforceApexClassInput! -} - -type SalesforceCreateApexClassPayload { - """ApexClass created by the mutation.""" - apexClass: SalesforceApexClass! -} - -input SalesforceApexTriggerInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Custom Object Definition ID""" - tableEnumOrId: String - - """BeforeInsert""" - usageBeforeInsert: Boolean - - """AfterInsert""" - usageAfterInsert: Boolean - - """BeforeUpdate""" - usageBeforeUpdate: Boolean - - """AfterUpdate""" - usageAfterUpdate: Boolean - - """BeforeDelete""" - usageBeforeDelete: Boolean - - """AfterDelete""" - usageAfterDelete: Boolean - - """IsBulk""" - usageIsBulk: Boolean - - """AfterUndelete""" - usageAfterUndelete: Boolean - - """Api Version""" - apiVersion: Float - - """Status""" - status: String - - """Is Valid""" - isValid: Boolean - - """Body CRC""" - bodyCrc: Float - - """Body""" - body: String - - """Size Without Comments""" - lengthWithoutComments: Int -} - -input SalesforceCreateApexTriggerInput { - apexTrigger: SalesforceApexTriggerInput! -} - -type SalesforceCreateApexTriggerPayload { - """ApexTrigger created by the mutation.""" - apexTrigger: SalesforceApexTrigger! -} - -input SalesforceCustomBrandAssetInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Custom Brand ID""" - customBrandId: String - - """Asset Category""" - assetCategory: String - - """Text Asset""" - textAsset: String - - """Asset source ID""" - assetSourceId: String -} - -input SalesforceCreateCustomBrandAssetInput { - customBrandAsset: SalesforceCustomBrandAssetInput! -} - -type SalesforceCreateCustomBrandAssetPayload { - """CustomBrandAsset created by the mutation.""" - customBrandAsset: SalesforceCustomBrandAsset! -} - -input SalesforceContentAssetInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Unique Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Let unauthenticated users see this asset file""" - isVisibleByExternalUsers: Boolean -} - -input SalesforceCreateContentAssetInput { - contentAsset: SalesforceContentAssetInput! -} - -type SalesforceCreateContentAssetPayload { - """ContentAsset created by the mutation.""" - contentAsset: SalesforceContentAsset! -} - -input SalesforceMacroShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateMacroShareInput { - macroShare: SalesforceMacroShareInput! -} - -type SalesforceCreateMacroSharePayload { - """MacroShare created by the mutation.""" - macroShare: SalesforceMacroShare! -} - -input SalesforceCollaborationGroupMemberRequestInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """CollaborationGroup ID""" - collaborationGroupId: String - - """User ID""" - requesterId: String -} - -input SalesforceCreateCollaborationGroupMemberRequestInput { - collaborationGroupMemberRequest: SalesforceCollaborationGroupMemberRequestInput! -} - -type SalesforceCreateCollaborationGroupMemberRequestPayload { - """CollaborationGroupMemberRequest created by the mutation.""" - collaborationGroupMemberRequest: SalesforceCollaborationGroupMemberRequest! -} - -input SalesforceCampaignInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Parent Campaign ID""" - parentId: String - - """Type""" - type: String - - """Status""" - status: String - - """Start Date""" - startDate: String - - """End Date""" - endDate: String - - """Expected Revenue in Campaign""" - expectedRevenue: Float - - """Budgeted Cost in Campaign""" - budgetedCost: Float - - """Actual Cost in Campaign""" - actualCost: Float - - """Expected Response (%)""" - expectedResponse: Float - - """Num Sent in Campaign""" - numberSent: Float - - """Active""" - isActive: Boolean - - """Description""" - description: String - - """Owner ID""" - ownerId: String - - """Record Type ID""" - campaignMemberRecordTypeId: String -} - -input SalesforceCreateCampaignInput { - campaign: SalesforceCampaignInput! -} - -type SalesforceCreateCampaignPayload { - """Campaign created by the mutation.""" - campaign: SalesforceCampaign! -} - -input SalesforceOrderInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Owner ID""" - ownerId: String - - """Contract ID""" - contractId: String - - """Account ID""" - accountId: String - - """Price Book ID""" - pricebook2Id: String - - """Order ID""" - originalOrderId: String - - """Order Start Date""" - effectiveDate: String - - """Order End Date""" - endDate: String - - """Reduction Order""" - isReductionOrder: Boolean - - """Status""" - status: String - - """Internal Comments""" - description: String - - """Customer Authorized By ID""" - customerAuthorizedById: String - - """Customer Authorized Date""" - customerAuthorizedDate: String - - """Company Authorized By ID""" - companyAuthorizedById: String - - """Company Authorized Date""" - companyAuthorizedDate: String - - """Order Type""" - type: String - - """Billing Street""" - billingStreet: String - - """Billing City""" - billingCity: String - - """Billing State/Province""" - billingState: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing Country""" - billingCountry: String - - """Billing Latitude""" - billingLatitude: Float - - """Billing Longitude""" - billingLongitude: Float - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Shipping Street""" - shippingStreet: String - - """Shipping City""" - shippingCity: String - - """Shipping State/Province""" - shippingState: String - - """Shipping Zip/Postal Code""" - shippingPostalCode: String - - """Shipping Country""" - shippingCountry: String - - """Shipping Latitude""" - shippingLatitude: Float - - """Shipping Longitude""" - shippingLongitude: Float - - """Shipping Geocode Accuracy""" - shippingGeocodeAccuracy: String - - """Order Name""" - name: String - - """PO Date""" - poDate: String - - """PO Number""" - poNumber: String - - """Order Reference Number""" - orderReferenceNumber: String - - """Bill To Contact ID""" - billToContactId: String - - """Ship To Contact ID""" - shipToContactId: String -} - -input SalesforceCreateOrderInput { - order: SalesforceOrderInput! -} - -type SalesforceCreateOrderPayload { - """Order created by the mutation.""" - order: SalesforceOrder! -} - -input SalesforceAttachmentInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """File Name""" - name: String - - """Private""" - isPrivate: Boolean - - """Content Type""" - contentType: String - - """Body""" - body: String - - """Owner ID""" - ownerId: String - - """Description""" - description: String -} - -input SalesforceCreateAttachmentInput { - attachment: SalesforceAttachmentInput! -} - -type SalesforceCreateAttachmentPayload { - """Attachment created by the mutation.""" - attachment: SalesforceAttachment! -} - -input SalesforceApexComponentInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Api Version""" - apiVersion: Float - - """Label""" - masterLabel: String - - """Description""" - description: String - - """Controller Type""" - controllerType: String - - """Controller Key""" - controllerKey: String - - """Markup""" - markup: String -} - -input SalesforceCreateApexComponentInput { - apexComponent: SalesforceApexComponentInput! -} - -type SalesforceCreateApexComponentPayload { - """ApexComponent created by the mutation.""" - apexComponent: SalesforceApexComponent! -} - -input SalesforceLightningComponentResourceInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Lightning Component Bundle ID""" - lightningComponentBundleId: String - - """File Path""" - filePath: String - - """Format""" - format: String - - """Source""" - source: String -} - -input SalesforceCreateLightningComponentResourceInput { - lightningComponentResource: SalesforceLightningComponentResourceInput! -} - -type SalesforceCreateLightningComponentResourcePayload { - """LightningComponentResource created by the mutation.""" - lightningComponentResource: SalesforceLightningComponentResource! -} - -input SalesforceApexPageInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - name: String - - """Api Version""" - apiVersion: Float - - """Label""" - masterLabel: String - - """Description""" - description: String - - """Controller Type""" - controllerType: String - - """Controller Key""" - controllerKey: String - - """ - Available for Lightning Experience, Lightning Communities, and the mobile app - """ - isAvailableInTouch: Boolean - - """Require CSRF protection on GET requests""" - isConfirmationTokenRequired: Boolean - - """Markup""" - markup: String -} - -input SalesforceCreateApexPageInput { - apexPage: SalesforceApexPageInput! -} - -type SalesforceCreateApexPagePayload { - """ApexPage created by the mutation.""" - apexPage: SalesforceApexPage! -} - -input SalesforceCaseInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Contact ID""" - contactId: String - - """Account ID""" - accountId: String - - """Asset ID""" - assetId: String - - """Parent Case ID""" - parentId: String - - """Name""" - suppliedName: String - - """Email Address""" - suppliedEmail: String - - """Phone""" - suppliedPhone: String - - """Company""" - suppliedCompany: String - - """Case Type""" - type: String - - """Status""" - status: String - - """Case Reason""" - reason: String - - """Case Origin""" - origin: String - - """Subject""" - subject: String - - """Priority""" - priority: String - - """Description""" - description: String - - """Escalated""" - isEscalated: Boolean - - """Owner ID""" - ownerId: String -} - -input SalesforceCreateCaseInput { - case: SalesforceCaseInput! -} - -type SalesforceCreateCasePayload { - """Case created by the mutation.""" - case: SalesforceCase! -} - -input SalesforceBrandTemplateInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Brand Template Name""" - name: String - - """Letterhead Unique Name""" - developerName: String - - """Active""" - isActive: Boolean - - """Description""" - description: String - - """Value""" - value: String -} - -input SalesforceCreateBrandTemplateInput { - brandTemplate: SalesforceBrandTemplateInput! -} - -type SalesforceCreateBrandTemplatePayload { - """BrandTemplate created by the mutation.""" - brandTemplate: SalesforceBrandTemplate! -} - -input SalesforceAuditFieldsInput { - """Created By ID""" - createdById: String - - """Created Date""" - createdDate: String - - """Last modified by ID""" - lastModifiedById: String - - """Last modified date""" - lastModifiedDate: String -} - -input SalesforceCaseCommentInput { - """ - System fields (like createdAt and createdBy) that are set through the API. Commonly used for migrations from external systems. - - The authenticated user must have the ability to set audit fields. See more in the [Salesforce documentation on audit fields](https://help.salesforce.com/articleView?id=000334139&language=en_US&type=1&mode=1). - """ - auditFields: SalesforceAuditFieldsInput - - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """Published""" - isPublished: Boolean - - """Body""" - commentBody: String -} - -input SalesforceCreateCaseCommentInput { - caseComment: SalesforceCaseCommentInput! -} - -type SalesforceCreateCaseCommentPayload { - """CaseComment created by the mutation.""" - caseComment: SalesforceCaseComment! -} - -input SalesforceStreamingChannelShareInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Parent ID""" - parentId: String - - """User/Group ID""" - userOrGroupId: String - - """Custom Object Access""" - accessLevel: String - - """Row Cause""" - rowCause: String -} - -input SalesforceCreateStreamingChannelShareInput { - streamingChannelShare: SalesforceStreamingChannelShareInput! -} - -type SalesforceCreateStreamingChannelSharePayload { - """StreamingChannelShare created by the mutation.""" - streamingChannelShare: SalesforceStreamingChannelShare! -} - -input SalesforcePlatformCachePartitionInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Name""" - developerName: String - - """Master Language""" - language: String - - """Label""" - masterLabel: String - - """Description""" - description: String - - """Default Partition""" - isDefaultPartition: Boolean -} - -input SalesforceCreatePlatformCachePartitionInput { - platformCachePartition: SalesforcePlatformCachePartitionInput! -} - -type SalesforceCreatePlatformCachePartitionPayload { - """PlatformCachePartition created by the mutation.""" - platformCachePartition: SalesforcePlatformCachePartition! -} - -input SalesforceCustomFieldInput { - """The value of the custom field""" - value: JSON! - - """The name of the custom field, e.g. `NumberofLocations__c`.""" - fieldName: String! -} - -input SalesforceAuthProviderInput { - """ - Accepts a list of custom fields to assign to the Salesforce object, e.g. `[{fieldName: "NumberofLocations__c", value: 10}]`. - """ - customFields: [SalesforceCustomFieldInput!] - - """Provider Type""" - providerType: String - - """Name""" - friendlyName: String - - """URL Suffix""" - developerName: String - - """Class ID""" - registrationHandlerId: String - - """User ID""" - executionUserId: String - - """Consumer Key""" - consumerKey: String - - """Consumer Secret""" - consumerSecret: String - - """Custom Error URL""" - errorUrl: String - - """Authorize Endpoint URL""" - authorizeUrl: String - - """Token Endpoint URL""" - tokenUrl: String - - """User Info Endpoint URL""" - userInfoUrl: String - - """Default Scopes""" - defaultScopes: String - - """Token Issuer""" - idTokenIssuer: String - - """Send access token in header""" - optionsSendAccessTokenInHeader: Boolean - - """Send client credentials in header""" - optionsSendClientCredentialsInHeader: Boolean - - """ - Include identity organization's organization ID for third-party account linkage - """ - optionsIncludeOrgIdInId: Boolean - - """Icon URL""" - iconUrl: String - - """Custom Logout URL""" - logoutUrl: String - - """Class ID""" - pluginId: String - - """Custom Metadata Type Record""" - customMetadataTypeRecord: String -} - -input SalesforceCreateAuthProviderInput { - authProvider: SalesforceAuthProviderInput! -} - -type SalesforceCreateAuthProviderPayload { - """AuthProvider created by the mutation.""" - authProvider: SalesforceAuthProvider! -} - -"""The root for Salesforce mutations""" -type SalesforceMutation { - """Create a new AuthProvider""" - createAuthProvider(input: SalesforceCreateAuthProviderInput!): SalesforceCreateAuthProviderPayload! - - """Create a new PlatformCachePartition""" - createPlatformCachePartition(input: SalesforceCreatePlatformCachePartitionInput!): SalesforceCreatePlatformCachePartitionPayload! - - """Create a new StreamingChannelShare""" - createStreamingChannelShare(input: SalesforceCreateStreamingChannelShareInput!): SalesforceCreateStreamingChannelSharePayload! - - """Create a new CaseComment""" - createCaseComment(input: SalesforceCreateCaseCommentInput!): SalesforceCreateCaseCommentPayload! - - """Create a new BrandTemplate""" - createBrandTemplate(input: SalesforceCreateBrandTemplateInput!): SalesforceCreateBrandTemplatePayload! - - """Create a new Case""" - createCase(input: SalesforceCreateCaseInput!): SalesforceCreateCasePayload! - - """Create a new ApexPage""" - createApexPage(input: SalesforceCreateApexPageInput!): SalesforceCreateApexPagePayload! - - """Create a new LightningComponentResource""" - createLightningComponentResource(input: SalesforceCreateLightningComponentResourceInput!): SalesforceCreateLightningComponentResourcePayload! - - """Create a new ApexComponent""" - createApexComponent(input: SalesforceCreateApexComponentInput!): SalesforceCreateApexComponentPayload! - - """Create a new Attachment""" - createAttachment(input: SalesforceCreateAttachmentInput!): SalesforceCreateAttachmentPayload! - - """Create a new Order""" - createOrder(input: SalesforceCreateOrderInput!): SalesforceCreateOrderPayload! - - """Create a new Campaign""" - createCampaign(input: SalesforceCreateCampaignInput!): SalesforceCreateCampaignPayload! - - """Create a new CollaborationGroupMemberRequest""" - createCollaborationGroupMemberRequest(input: SalesforceCreateCollaborationGroupMemberRequestInput!): SalesforceCreateCollaborationGroupMemberRequestPayload! - - """Create a new MacroShare""" - createMacroShare(input: SalesforceCreateMacroShareInput!): SalesforceCreateMacroSharePayload! - - """Create a new ContentAsset""" - createContentAsset(input: SalesforceCreateContentAssetInput!): SalesforceCreateContentAssetPayload! - - """Create a new CustomBrandAsset""" - createCustomBrandAsset(input: SalesforceCreateCustomBrandAssetInput!): SalesforceCreateCustomBrandAssetPayload! - - """Create a new ApexTrigger""" - createApexTrigger(input: SalesforceCreateApexTriggerInput!): SalesforceCreateApexTriggerPayload! - - """Create a new ApexClass""" - createApexClass(input: SalesforceCreateApexClassInput!): SalesforceCreateApexClassPayload! - - """Create a new FeedItem""" - createFeedItem(input: SalesforceCreateFeedItemInput!): SalesforceCreateFeedItemPayload! - - """Create a new UserAppMenuCustomizationShare""" - createUserAppMenuCustomizationShare(input: SalesforceCreateUserAppMenuCustomizationShareInput!): SalesforceCreateUserAppMenuCustomizationSharePayload! - - """Create a new UserAppInfo""" - createUserAppInfo(input: SalesforceCreateUserAppInfoInput!): SalesforceCreateUserAppInfoPayload! - - """Create a new ActionLinkGroupTemplate""" - createActionLinkGroupTemplate(input: SalesforceCreateActionLinkGroupTemplateInput!): SalesforceCreateActionLinkGroupTemplatePayload! - - """Create a new UserProvisioningRequestShare""" - createUserProvisioningRequestShare(input: SalesforceCreateUserProvisioningRequestShareInput!): SalesforceCreateUserProvisioningRequestSharePayload! - - """Create a new Asset""" - createAsset(input: SalesforceCreateAssetInput!): SalesforceCreateAssetPayload! - - """Create a new UserProvAccount""" - createUserProvAccount(input: SalesforceCreateUserProvAccountInput!): SalesforceCreateUserProvAccountPayload! - - """Create a new UserListView""" - createUserListView(input: SalesforceCreateUserListViewInput!): SalesforceCreateUserListViewPayload! - - """Create a new ApexEmailNotification""" - createApexEmailNotification(input: SalesforceCreateApexEmailNotificationInput!): SalesforceCreateApexEmailNotificationPayload! - - """Create a new CategoryNode""" - createCategoryNode(input: SalesforceCreateCategoryNodeInput!): SalesforceCreateCategoryNodePayload! - - """Create a new EntitySubscription""" - createEntitySubscription(input: SalesforceCreateEntitySubscriptionInput!): SalesforceCreateEntitySubscriptionPayload! - - """Create a new Partner""" - createPartner(input: SalesforceCreatePartnerInput!): SalesforceCreatePartnerPayload! - - """Create a new CollaborationInvitation""" - createCollaborationInvitation(input: SalesforceCreateCollaborationInvitationInput!): SalesforceCreateCollaborationInvitationPayload! - - """Create a new AdditionalNumber""" - createAdditionalNumber(input: SalesforceCreateAdditionalNumberInput!): SalesforceCreateAdditionalNumberPayload! - - """Create a new FlowRecordRelation""" - createFlowRecordRelation(input: SalesforceCreateFlowRecordRelationInput!): SalesforceCreateFlowRecordRelationPayload! - - """Create a new OpportunityLineItem""" - createOpportunityLineItem(input: SalesforceCreateOpportunityLineItemInput!): SalesforceCreateOpportunityLineItemPayload! - - """Create a new TodayGoal""" - createTodayGoal(input: SalesforceCreateTodayGoalInput!): SalesforceCreateTodayGoalPayload! - - """Create a new ListEmailRecipientSource""" - createListEmailRecipientSource(input: SalesforceCreateListEmailRecipientSourceInput!): SalesforceCreateListEmailRecipientSourcePayload! - - """Create a new Opportunity""" - createOpportunity(input: SalesforceCreateOpportunityInput!): SalesforceCreateOpportunityPayload! - - """Create a new CollaborationGroup""" - createCollaborationGroup(input: SalesforceCreateCollaborationGroupInput!): SalesforceCreateCollaborationGroupPayload! - - """Create a new Idea""" - createIdea(input: SalesforceCreateIdeaInput!): SalesforceCreateIdeaPayload! - - """Create a new CustomBrand""" - createCustomBrand(input: SalesforceCreateCustomBrandInput!): SalesforceCreateCustomBrandPayload! - - """Create a new Note""" - createNote(input: SalesforceCreateNoteInput!): SalesforceCreateNotePayload! - - """Create a new ContractContactRole""" - createContractContactRole(input: SalesforceCreateContractContactRoleInput!): SalesforceCreateContractContactRolePayload! - - """Create a new Vote""" - createVote(input: SalesforceCreateVoteInput!): SalesforceCreateVotePayload! - - """Create a new Solution""" - createSolution(input: SalesforceCreateSolutionInput!): SalesforceCreateSolutionPayload! - - """Create a new BusinessProcess""" - createBusinessProcess(input: SalesforceCreateBusinessProcessInput!): SalesforceCreateBusinessProcessPayload! - - """Create a new UserProvAccountStaging""" - createUserProvAccountStaging(input: SalesforceCreateUserProvAccountStagingInput!): SalesforceCreateUserProvAccountStagingPayload! - - """Create a new FlowInterviewShare""" - createFlowInterviewShare(input: SalesforceCreateFlowInterviewShareInput!): SalesforceCreateFlowInterviewSharePayload! - - """Create a new OrgDeleteRequestShare""" - createOrgDeleteRequestShare(input: SalesforceCreateOrgDeleteRequestShareInput!): SalesforceCreateOrgDeleteRequestSharePayload! - - """Create a new ApexTestResult""" - createApexTestResult(input: SalesforceCreateApexTestResultInput!): SalesforceCreateApexTestResultPayload! - - """Create a new Folder""" - createFolder(input: SalesforceCreateFolderInput!): SalesforceCreateFolderPayload! - - """Create a new QuickTextShare""" - createQuickTextShare(input: SalesforceCreateQuickTextShareInput!): SalesforceCreateQuickTextSharePayload! - - """Create a new Product2""" - createProduct2(input: SalesforceCreateProduct2Input!): SalesforceCreateProduct2Payload! - - """Create a new FeedSignal""" - createFeedSignal(input: SalesforceCreateFeedSignalInput!): SalesforceCreateFeedSignalPayload! - - """Create a new EmailServicesFunction""" - createEmailServicesFunction(input: SalesforceCreateEmailServicesFunctionInput!): SalesforceCreateEmailServicesFunctionPayload! - - """Create a new OrgWideEmailAddress""" - createOrgWideEmailAddress(input: SalesforceCreateOrgWideEmailAddressInput!): SalesforceCreateOrgWideEmailAddressPayload! - - """Create a new EmailMessageRelation""" - createEmailMessageRelation(input: SalesforceCreateEmailMessageRelationInput!): SalesforceCreateEmailMessageRelationPayload! - - """Create a new CspTrustedSite""" - createCspTrustedSite(input: SalesforceCreateCspTrustedSiteInput!): SalesforceCreateCspTrustedSitePayload! - - """Create a new Contract""" - createContract(input: SalesforceCreateContractInput!): SalesforceCreateContractPayload! - - """Create a new DocumentAttachmentMap""" - createDocumentAttachmentMap(input: SalesforceCreateDocumentAttachmentMapInput!): SalesforceCreateDocumentAttachmentMapPayload! - - """Create a new MacroInstruction""" - createMacroInstruction(input: SalesforceCreateMacroInstructionInput!): SalesforceCreateMacroInstructionPayload! - - """Create a new ContentWorkspacePermission""" - createContentWorkspacePermission(input: SalesforceCreateContentWorkspacePermissionInput!): SalesforceCreateContentWorkspacePermissionPayload! - - """Create a new BusinessHours""" - createBusinessHours(input: SalesforceCreateBusinessHoursInput!): SalesforceCreateBusinessHoursPayload! - - """Create a new User""" - createUser(input: SalesforceCreateUserInput!): SalesforceCreateUserPayload! - - """Create a new CaseContactRole""" - createCaseContactRole(input: SalesforceCreateCaseContactRoleInput!): SalesforceCreateCaseContactRolePayload! - - """Create a new TestSuiteMembership""" - createTestSuiteMembership(input: SalesforceCreateTestSuiteMembershipInput!): SalesforceCreateTestSuiteMembershipPayload! - - """Create a new UserAppMenuCustomization""" - createUserAppMenuCustomization(input: SalesforceCreateUserAppMenuCustomizationInput!): SalesforceCreateUserAppMenuCustomizationPayload! - - """Create a new Announcement""" - createAnnouncement(input: SalesforceCreateAnnouncementInput!): SalesforceCreateAnnouncementPayload! - - """Create a new ExternalDataUserAuth""" - createExternalDataUserAuth(input: SalesforceCreateExternalDataUserAuthInput!): SalesforceCreateExternalDataUserAuthPayload! - - """Create a new SearchPromotionRule""" - createSearchPromotionRule(input: SalesforceCreateSearchPromotionRuleInput!): SalesforceCreateSearchPromotionRulePayload! - - """Create a new Event""" - createEvent(input: SalesforceCreateEventInput!): SalesforceCreateEventPayload! - - """Create a new CampaignMemberStatus""" - createCampaignMemberStatus(input: SalesforceCreateCampaignMemberStatusInput!): SalesforceCreateCampaignMemberStatusPayload! - - """Create a new ContentVersion""" - createContentVersion(input: SalesforceCreateContentVersionInput!): SalesforceCreateContentVersionPayload! - - """Create a new SecurityCustomBaseline""" - createSecurityCustomBaseline(input: SalesforceCreateSecurityCustomBaselineInput!): SalesforceCreateSecurityCustomBaselinePayload! - - """Create a new AuraDefinition""" - createAuraDefinition(input: SalesforceCreateAuraDefinitionInput!): SalesforceCreateAuraDefinitionPayload! - - """Create a new Contact""" - createContact(input: SalesforceCreateContactInput!): SalesforceCreateContactPayload! - - """Create a new EmailTemplate""" - createEmailTemplate(input: SalesforceCreateEmailTemplateInput!): SalesforceCreateEmailTemplatePayload! - - """Create a new Topic""" - createTopic(input: SalesforceCreateTopicInput!): SalesforceCreateTopicPayload! - - """Create a new ApexTestSuite""" - createApexTestSuite(input: SalesforceCreateApexTestSuiteInput!): SalesforceCreateApexTestSuitePayload! - - """Create a new ContentWorkspaceMember""" - createContentWorkspaceMember(input: SalesforceCreateContentWorkspaceMemberInput!): SalesforceCreateContentWorkspaceMemberPayload! - - """Create a new QueueSobject""" - createQueueSobject(input: SalesforceCreateQueueSobjectInput!): SalesforceCreateQueueSobjectPayload! - - """Create a new ContentWorkspace""" - createContentWorkspace(input: SalesforceCreateContentWorkspaceInput!): SalesforceCreateContentWorkspacePayload! - - """Create a new CallCenter""" - createCallCenter(input: SalesforceCreateCallCenterInput!): SalesforceCreateCallCenterPayload! - - """Create a new CaseTeamMember""" - createCaseTeamMember(input: SalesforceCreateCaseTeamMemberInput!): SalesforceCreateCaseTeamMemberPayload! - - """Create a new MailmergeTemplate""" - createMailmergeTemplate(input: SalesforceCreateMailmergeTemplateInput!): SalesforceCreateMailmergeTemplatePayload! - - """Create a new OrgDeleteRequest""" - createOrgDeleteRequest(input: SalesforceCreateOrgDeleteRequestInput!): SalesforceCreateOrgDeleteRequestPayload! - - """Create a new UserPreference""" - createUserPreference(input: SalesforceCreateUserPreferenceInput!): SalesforceCreateUserPreferencePayload! - - """Create a new CollaborationGroupMember""" - createCollaborationGroupMember(input: SalesforceCreateCollaborationGroupMemberInput!): SalesforceCreateCollaborationGroupMemberPayload! - - """Create a new AssetRelationship""" - createAssetRelationship(input: SalesforceCreateAssetRelationshipInput!): SalesforceCreateAssetRelationshipPayload! - - """Create a new UserRole""" - createUserRole(input: SalesforceCreateUserRoleInput!): SalesforceCreateUserRolePayload! - - """Create a new OpportunityContactRole""" - createOpportunityContactRole(input: SalesforceCreateOpportunityContactRoleInput!): SalesforceCreateOpportunityContactRolePayload! - - """Create a new CaseSolution""" - createCaseSolution(input: SalesforceCreateCaseSolutionInput!): SalesforceCreateCaseSolutionPayload! - - """Create a new EmailCapture""" - createEmailCapture(input: SalesforceCreateEmailCaptureInput!): SalesforceCreateEmailCapturePayload! - - """Create a new Account""" - createAccount(input: SalesforceCreateAccountInput!): SalesforceCreateAccountPayload! - - """Create a new ActionLinkTemplate""" - createActionLinkTemplate(input: SalesforceCreateActionLinkTemplateInput!): SalesforceCreateActionLinkTemplatePayload! - - """Create a new PermissionSet""" - createPermissionSet(input: SalesforceCreatePermissionSetInput!): SalesforceCreatePermissionSetPayload! - - """Create a new CampaignMember""" - createCampaignMember(input: SalesforceCreateCampaignMemberInput!): SalesforceCreateCampaignMemberPayload! - - """Create a new UserShare""" - createUserShare(input: SalesforceCreateUserShareInput!): SalesforceCreateUserSharePayload! - - """Create a new PermissionSetLicenseAssign""" - createPermissionSetLicenseAssign(input: SalesforceCreatePermissionSetLicenseAssignInput!): SalesforceCreatePermissionSetLicenseAssignPayload! - - """Create a new UserProvisioningRequest""" - createUserProvisioningRequest(input: SalesforceCreateUserProvisioningRequestInput!): SalesforceCreateUserProvisioningRequestPayload! - - """Create a new UserPackageLicense""" - createUserPackageLicense(input: SalesforceCreateUserPackageLicenseInput!): SalesforceCreateUserPackageLicensePayload! - - """Create a new AccountContactRole""" - createAccountContactRole(input: SalesforceCreateAccountContactRoleInput!): SalesforceCreateAccountContactRolePayload! - - """Create a new ListEmail""" - createListEmail(input: SalesforceCreateListEmailInput!): SalesforceCreateListEmailPayload! - - """Create a new RecordType""" - createRecordType(input: SalesforceCreateRecordTypeInput!): SalesforceCreateRecordTypePayload! - - """Create a new CaseTeamRole""" - createCaseTeamRole(input: SalesforceCreateCaseTeamRoleInput!): SalesforceCreateCaseTeamRolePayload! - - """Create a new FeedAttachment""" - createFeedAttachment(input: SalesforceCreateFeedAttachmentInput!): SalesforceCreateFeedAttachmentPayload! - - """Create a new PricebookEntry""" - createPricebookEntry(input: SalesforceCreatePricebookEntryInput!): SalesforceCreatePricebookEntryPayload! - - """Create a new ChatterExtensionConfig""" - createChatterExtensionConfig(input: SalesforceCreateChatterExtensionConfigInput!): SalesforceCreateChatterExtensionConfigPayload! - - """Create a new ListEmailShare""" - createListEmailShare(input: SalesforceCreateListEmailShareInput!): SalesforceCreateListEmailSharePayload! - - """Create a new CategoryData""" - createCategoryData(input: SalesforceCreateCategoryDataInput!): SalesforceCreateCategoryDataPayload! - - """Create a new ContentDistribution""" - createContentDistribution(input: SalesforceCreateContentDistributionInput!): SalesforceCreateContentDistributionPayload! - - """Create a new ContentFolder""" - createContentFolder(input: SalesforceCreateContentFolderInput!): SalesforceCreateContentFolderPayload! - - """Create a new TodayGoalShare""" - createTodayGoalShare(input: SalesforceCreateTodayGoalShareInput!): SalesforceCreateTodayGoalSharePayload! - - """Create a new StaticResource""" - createStaticResource(input: SalesforceCreateStaticResourceInput!): SalesforceCreateStaticResourcePayload! - - """Create a new EventRelation""" - createEventRelation(input: SalesforceCreateEventRelationInput!): SalesforceCreateEventRelationPayload! - - """Create a new WebLink""" - createWebLink(input: SalesforceCreateWebLinkInput!): SalesforceCreateWebLinkPayload! - - """Create a new Lead""" - createLead(input: SalesforceCreateLeadInput!): SalesforceCreateLeadPayload! - - """Create a new FeedComment""" - createFeedComment(input: SalesforceCreateFeedCommentInput!): SalesforceCreateFeedCommentPayload! - - """Create a new EmailDomainKey""" - createEmailDomainKey(input: SalesforceCreateEmailDomainKeyInput!): SalesforceCreateEmailDomainKeyPayload! - - """Create a new Pricebook2""" - createPricebook2(input: SalesforceCreatePricebook2Input!): SalesforceCreatePricebook2Payload! - - """Create a new UserProvMockTarget""" - createUserProvMockTarget(input: SalesforceCreateUserProvMockTargetInput!): SalesforceCreateUserProvMockTargetPayload! - - """Create a new ListViewChart""" - createListViewChart(input: SalesforceCreateListViewChartInput!): SalesforceCreateListViewChartPayload! - - """Create a new ObjectPermissions""" - createObjectPermissions(input: SalesforceCreateObjectPermissionsInput!): SalesforceCreateObjectPermissionsPayload! - - """Create a new OutgoingEmailRelation""" - createOutgoingEmailRelation(input: SalesforceCreateOutgoingEmailRelationInput!): SalesforceCreateOutgoingEmailRelationPayload! - - """Create a new CaseTeamTemplate""" - createCaseTeamTemplate(input: SalesforceCreateCaseTeamTemplateInput!): SalesforceCreateCaseTeamTemplatePayload! - - """Create a new ApexTestResultLimits""" - createApexTestResultLimits(input: SalesforceCreateApexTestResultLimitsInput!): SalesforceCreateApexTestResultLimitsPayload! - - """Create a new CaseTeamTemplateMember""" - createCaseTeamTemplateMember(input: SalesforceCreateCaseTeamTemplateMemberInput!): SalesforceCreateCaseTeamTemplateMemberPayload! - - """Create a new GroupMember""" - createGroupMember(input: SalesforceCreateGroupMemberInput!): SalesforceCreateGroupMemberPayload! - - """Create a new CaseTeamTemplateRecord""" - createCaseTeamTemplateRecord(input: SalesforceCreateCaseTeamTemplateRecordInput!): SalesforceCreateCaseTeamTemplateRecordPayload! - - """Create a new IdeaComment""" - createIdeaComment(input: SalesforceCreateIdeaCommentInput!): SalesforceCreateIdeaCommentPayload! - - """Create a new OpportunityCompetitor""" - createOpportunityCompetitor(input: SalesforceCreateOpportunityCompetitorInput!): SalesforceCreateOpportunityCompetitorPayload! - - """Create a new ContentDocumentLink""" - createContentDocumentLink(input: SalesforceCreateContentDocumentLinkInput!): SalesforceCreateContentDocumentLinkPayload! - - """Create a new ChatterExtension""" - createChatterExtension(input: SalesforceCreateChatterExtensionInput!): SalesforceCreateChatterExtensionPayload! - - """Create a new OutgoingEmail""" - createOutgoingEmail(input: SalesforceCreateOutgoingEmailInput!): SalesforceCreateOutgoingEmailPayload! - - """Create a new CorsWhitelistEntry""" - createCorsWhitelistEntry(input: SalesforceCreateCorsWhitelistEntryInput!): SalesforceCreateCorsWhitelistEntryPayload! - - """Create a new QuickText""" - createQuickText(input: SalesforceCreateQuickTextInput!): SalesforceCreateQuickTextPayload! - - """Create a new DuplicateRecordSet""" - createDuplicateRecordSet(input: SalesforceCreateDuplicateRecordSetInput!): SalesforceCreateDuplicateRecordSetPayload! - - """Create a new SetupEntityAccess""" - createSetupEntityAccess(input: SalesforceCreateSetupEntityAccessInput!): SalesforceCreateSetupEntityAccessPayload! - - """Create a new Document""" - createDocument(input: SalesforceCreateDocumentInput!): SalesforceCreateDocumentPayload! - - """Create a new Group""" - createGroup(input: SalesforceCreateGroupInput!): SalesforceCreateGroupPayload! - - """Create a new ContentWorkspaceDoc""" - createContentWorkspaceDoc(input: SalesforceCreateContentWorkspaceDocInput!): SalesforceCreateContentWorkspaceDocPayload! - - """Create a new PlatformCachePartitionType""" - createPlatformCachePartitionType(input: SalesforceCreatePlatformCachePartitionTypeInput!): SalesforceCreatePlatformCachePartitionTypePayload! - - """Create a new DandBCompany""" - createDandBCompany(input: SalesforceCreateDandBCompanyInput!): SalesforceCreateDandBCompanyPayload! - - """Create a new UserProvisioningLog""" - createUserProvisioningLog(input: SalesforceCreateUserProvisioningLogInput!): SalesforceCreateUserProvisioningLogPayload! - - """Create a new TransactionSecurityPolicy""" - createTransactionSecurityPolicy(input: SalesforceCreateTransactionSecurityPolicyInput!): SalesforceCreateTransactionSecurityPolicyPayload! - - """Create a new PushTopic""" - createPushTopic(input: SalesforceCreatePushTopicInput!): SalesforceCreatePushTopicPayload! - - """Create a new Holiday""" - createHoliday(input: SalesforceCreateHolidayInput!): SalesforceCreateHolidayPayload! - - """Create a new EmailServicesAddress""" - createEmailServicesAddress(input: SalesforceCreateEmailServicesAddressInput!): SalesforceCreateEmailServicesAddressPayload! - - """Create a new Macro""" - createMacro(input: SalesforceCreateMacroInput!): SalesforceCreateMacroPayload! - - """Create a new FeedLike""" - createFeedLike(input: SalesforceCreateFeedLikeInput!): SalesforceCreateFeedLikePayload! - - """Create a new FieldPermissions""" - createFieldPermissions(input: SalesforceCreateFieldPermissionsInput!): SalesforceCreateFieldPermissionsPayload! - - """Create a new ApexTestQueueItem""" - createApexTestQueueItem(input: SalesforceCreateApexTestQueueItemInput!): SalesforceCreateApexTestQueueItemPayload! - - """Create a new StreamingChannel""" - createStreamingChannel(input: SalesforceCreateStreamingChannelInput!): SalesforceCreateStreamingChannelPayload! - - """Create a new Task""" - createTask(input: SalesforceCreateTaskInput!): SalesforceCreateTaskPayload! - - """Create a new UserProvisioningConfig""" - createUserProvisioningConfig(input: SalesforceCreateUserProvisioningConfigInput!): SalesforceCreateUserProvisioningConfigPayload! - - """Create a new DuplicateRecordItem""" - createDuplicateRecordItem(input: SalesforceCreateDuplicateRecordItemInput!): SalesforceCreateDuplicateRecordItemPayload! - - """Create a new PermissionSetAssignment""" - createPermissionSetAssignment(input: SalesforceCreatePermissionSetAssignmentInput!): SalesforceCreatePermissionSetAssignmentPayload! - - """Create a new UserListViewCriterion""" - createUserListViewCriterion(input: SalesforceCreateUserListViewCriterionInput!): SalesforceCreateUserListViewCriterionPayload! - - """Create a new OrderItem""" - createOrderItem(input: SalesforceCreateOrderItemInput!): SalesforceCreateOrderItemPayload! - - """Create a new EmailMessage""" - createEmailMessage(input: SalesforceCreateEmailMessageInput!): SalesforceCreateEmailMessagePayload! - - """Create a new CollaborationGroupRecord""" - createCollaborationGroupRecord(input: SalesforceCreateCollaborationGroupRecordInput!): SalesforceCreateCollaborationGroupRecordPayload! - - """Create a new LightningComponentBundle""" - createLightningComponentBundle(input: SalesforceCreateLightningComponentBundleInput!): SalesforceCreateLightningComponentBundlePayload! - - """Create a new TopicAssignment""" - createTopicAssignment(input: SalesforceCreateTopicAssignmentInput!): SalesforceCreateTopicAssignmentPayload! - - """Create a new ApexTestRunResult""" - createApexTestRunResult(input: SalesforceCreateApexTestRunResultInput!): SalesforceCreateApexTestRunResultPayload! - - """Create a new AuraDefinitionBundle""" - createAuraDefinitionBundle(input: SalesforceCreateAuraDefinitionBundleInput!): SalesforceCreateAuraDefinitionBundlePayload! - - """Update AuthProvider""" - updateAuthProvider(input: SalesforceUpdateAuthProviderInput!): SalesforceUpdateAuthProviderPayload! - - """Update PlatformCachePartition""" - updatePlatformCachePartition(input: SalesforceUpdatePlatformCachePartitionInput!): SalesforceUpdatePlatformCachePartitionPayload! - - """Update StreamingChannelShare""" - updateStreamingChannelShare(input: SalesforceUpdateStreamingChannelShareInput!): SalesforceUpdateStreamingChannelSharePayload! - - """Update CaseComment""" - updateCaseComment(input: SalesforceUpdateCaseCommentInput!): SalesforceUpdateCaseCommentPayload! - - """Update BrandTemplate""" - updateBrandTemplate(input: SalesforceUpdateBrandTemplateInput!): SalesforceUpdateBrandTemplatePayload! - - """Update Case""" - updateCase(input: SalesforceUpdateCaseInput!): SalesforceUpdateCasePayload! - - """Update ApexPage""" - updateApexPage(input: SalesforceUpdateApexPageInput!): SalesforceUpdateApexPagePayload! - - """Update LightningComponentResource""" - updateLightningComponentResource(input: SalesforceUpdateLightningComponentResourceInput!): SalesforceUpdateLightningComponentResourcePayload! - - """Update ApexComponent""" - updateApexComponent(input: SalesforceUpdateApexComponentInput!): SalesforceUpdateApexComponentPayload! - - """Update Attachment""" - updateAttachment(input: SalesforceUpdateAttachmentInput!): SalesforceUpdateAttachmentPayload! - - """Update Order""" - updateOrder(input: SalesforceUpdateOrderInput!): SalesforceUpdateOrderPayload! - - """Update Campaign""" - updateCampaign(input: SalesforceUpdateCampaignInput!): SalesforceUpdateCampaignPayload! - - """Update CollaborationGroupMemberRequest""" - updateCollaborationGroupMemberRequest(input: SalesforceUpdateCollaborationGroupMemberRequestInput!): SalesforceUpdateCollaborationGroupMemberRequestPayload! - - """Update MacroShare""" - updateMacroShare(input: SalesforceUpdateMacroShareInput!): SalesforceUpdateMacroSharePayload! - - """Update ContentAsset""" - updateContentAsset(input: SalesforceUpdateContentAssetInput!): SalesforceUpdateContentAssetPayload! - - """Update CustomBrandAsset""" - updateCustomBrandAsset(input: SalesforceUpdateCustomBrandAssetInput!): SalesforceUpdateCustomBrandAssetPayload! - - """Update UserLogin""" - updateUserLogin(input: SalesforceUpdateUserLoginInput!): SalesforceUpdateUserLoginPayload! - - """Update ApexTrigger""" - updateApexTrigger(input: SalesforceUpdateApexTriggerInput!): SalesforceUpdateApexTriggerPayload! - - """Update ApexClass""" - updateApexClass(input: SalesforceUpdateApexClassInput!): SalesforceUpdateApexClassPayload! - - """Update FeedItem""" - updateFeedItem(input: SalesforceUpdateFeedItemInput!): SalesforceUpdateFeedItemPayload! - - """Update UserAppMenuCustomizationShare""" - updateUserAppMenuCustomizationShare(input: SalesforceUpdateUserAppMenuCustomizationShareInput!): SalesforceUpdateUserAppMenuCustomizationSharePayload! - - """Update AppMenuItem""" - updateAppMenuItem(input: SalesforceUpdateAppMenuItemInput!): SalesforceUpdateAppMenuItemPayload! - - """Update UserAppInfo""" - updateUserAppInfo(input: SalesforceUpdateUserAppInfoInput!): SalesforceUpdateUserAppInfoPayload! - - """Update ActionLinkGroupTemplate""" - updateActionLinkGroupTemplate(input: SalesforceUpdateActionLinkGroupTemplateInput!): SalesforceUpdateActionLinkGroupTemplatePayload! - - """Update UserProvisioningRequestShare""" - updateUserProvisioningRequestShare(input: SalesforceUpdateUserProvisioningRequestShareInput!): SalesforceUpdateUserProvisioningRequestSharePayload! - - """Update Asset""" - updateAsset(input: SalesforceUpdateAssetInput!): SalesforceUpdateAssetPayload! - - """Update ProcessInstanceWorkitem""" - updateProcessInstanceWorkitem(input: SalesforceUpdateProcessInstanceWorkitemInput!): SalesforceUpdateProcessInstanceWorkitemPayload! - - """Update UserProvAccount""" - updateUserProvAccount(input: SalesforceUpdateUserProvAccountInput!): SalesforceUpdateUserProvAccountPayload! - - """Update UserListView""" - updateUserListView(input: SalesforceUpdateUserListViewInput!): SalesforceUpdateUserListViewPayload! - - """Update ApexEmailNotification""" - updateApexEmailNotification(input: SalesforceUpdateApexEmailNotificationInput!): SalesforceUpdateApexEmailNotificationPayload! - - """Update CategoryNode""" - updateCategoryNode(input: SalesforceUpdateCategoryNodeInput!): SalesforceUpdateCategoryNodePayload! - - """Update AdditionalNumber""" - updateAdditionalNumber(input: SalesforceUpdateAdditionalNumberInput!): SalesforceUpdateAdditionalNumberPayload! - - """Update FlowRecordRelation""" - updateFlowRecordRelation(input: SalesforceUpdateFlowRecordRelationInput!): SalesforceUpdateFlowRecordRelationPayload! - - """Update OpportunityLineItem""" - updateOpportunityLineItem(input: SalesforceUpdateOpportunityLineItemInput!): SalesforceUpdateOpportunityLineItemPayload! - - """Update Organization""" - updateOrganization(input: SalesforceUpdateOrganizationInput!): SalesforceUpdateOrganizationPayload! - - """Update TodayGoal""" - updateTodayGoal(input: SalesforceUpdateTodayGoalInput!): SalesforceUpdateTodayGoalPayload! - - """Update ListEmailRecipientSource""" - updateListEmailRecipientSource(input: SalesforceUpdateListEmailRecipientSourceInput!): SalesforceUpdateListEmailRecipientSourcePayload! - - """Update Opportunity""" - updateOpportunity(input: SalesforceUpdateOpportunityInput!): SalesforceUpdateOpportunityPayload! - - """Update CollaborationGroup""" - updateCollaborationGroup(input: SalesforceUpdateCollaborationGroupInput!): SalesforceUpdateCollaborationGroupPayload! - - """Update Idea""" - updateIdea(input: SalesforceUpdateIdeaInput!): SalesforceUpdateIdeaPayload! - - """Update CustomBrand""" - updateCustomBrand(input: SalesforceUpdateCustomBrandInput!): SalesforceUpdateCustomBrandPayload! - - """Update Note""" - updateNote(input: SalesforceUpdateNoteInput!): SalesforceUpdateNotePayload! - - """Update ContractContactRole""" - updateContractContactRole(input: SalesforceUpdateContractContactRoleInput!): SalesforceUpdateContractContactRolePayload! - - """Update Vote""" - updateVote(input: SalesforceUpdateVoteInput!): SalesforceUpdateVotePayload! - - """Update Solution""" - updateSolution(input: SalesforceUpdateSolutionInput!): SalesforceUpdateSolutionPayload! - - """Update BusinessProcess""" - updateBusinessProcess(input: SalesforceUpdateBusinessProcessInput!): SalesforceUpdateBusinessProcessPayload! - - """Update UserProvAccountStaging""" - updateUserProvAccountStaging(input: SalesforceUpdateUserProvAccountStagingInput!): SalesforceUpdateUserProvAccountStagingPayload! - - """Update FlowInterviewShare""" - updateFlowInterviewShare(input: SalesforceUpdateFlowInterviewShareInput!): SalesforceUpdateFlowInterviewSharePayload! - - """Update OrgDeleteRequestShare""" - updateOrgDeleteRequestShare(input: SalesforceUpdateOrgDeleteRequestShareInput!): SalesforceUpdateOrgDeleteRequestSharePayload! - - """Update ApexTestResult""" - updateApexTestResult(input: SalesforceUpdateApexTestResultInput!): SalesforceUpdateApexTestResultPayload! - - """Update Folder""" - updateFolder(input: SalesforceUpdateFolderInput!): SalesforceUpdateFolderPayload! - - """Update QuickTextShare""" - updateQuickTextShare(input: SalesforceUpdateQuickTextShareInput!): SalesforceUpdateQuickTextSharePayload! - - """Update Product2""" - updateProduct2(input: SalesforceUpdateProduct2Input!): SalesforceUpdateProduct2Payload! - - """Update EmailServicesFunction""" - updateEmailServicesFunction(input: SalesforceUpdateEmailServicesFunctionInput!): SalesforceUpdateEmailServicesFunctionPayload! - - """Update OrgWideEmailAddress""" - updateOrgWideEmailAddress(input: SalesforceUpdateOrgWideEmailAddressInput!): SalesforceUpdateOrgWideEmailAddressPayload! - - """Update EmailMessageRelation""" - updateEmailMessageRelation(input: SalesforceUpdateEmailMessageRelationInput!): SalesforceUpdateEmailMessageRelationPayload! - - """Update CspTrustedSite""" - updateCspTrustedSite(input: SalesforceUpdateCspTrustedSiteInput!): SalesforceUpdateCspTrustedSitePayload! - - """Update Contract""" - updateContract(input: SalesforceUpdateContractInput!): SalesforceUpdateContractPayload! - - """Update DocumentAttachmentMap""" - updateDocumentAttachmentMap(input: SalesforceUpdateDocumentAttachmentMapInput!): SalesforceUpdateDocumentAttachmentMapPayload! - - """Update MacroInstruction""" - updateMacroInstruction(input: SalesforceUpdateMacroInstructionInput!): SalesforceUpdateMacroInstructionPayload! - - """Update ContentWorkspacePermission""" - updateContentWorkspacePermission(input: SalesforceUpdateContentWorkspacePermissionInput!): SalesforceUpdateContentWorkspacePermissionPayload! - - """Update BusinessHours""" - updateBusinessHours(input: SalesforceUpdateBusinessHoursInput!): SalesforceUpdateBusinessHoursPayload! - - """Update User""" - updateUser(input: SalesforceUpdateUserInput!): SalesforceUpdateUserPayload! - - """Update CaseContactRole""" - updateCaseContactRole(input: SalesforceUpdateCaseContactRoleInput!): SalesforceUpdateCaseContactRolePayload! - - """Update UserAppMenuCustomization""" - updateUserAppMenuCustomization(input: SalesforceUpdateUserAppMenuCustomizationInput!): SalesforceUpdateUserAppMenuCustomizationPayload! - - """Update Announcement""" - updateAnnouncement(input: SalesforceUpdateAnnouncementInput!): SalesforceUpdateAnnouncementPayload! - - """Update ExternalDataUserAuth""" - updateExternalDataUserAuth(input: SalesforceUpdateExternalDataUserAuthInput!): SalesforceUpdateExternalDataUserAuthPayload! - - """Update SearchPromotionRule""" - updateSearchPromotionRule(input: SalesforceUpdateSearchPromotionRuleInput!): SalesforceUpdateSearchPromotionRulePayload! - - """Update LeadCleanInfo""" - updateLeadCleanInfo(input: SalesforceUpdateLeadCleanInfoInput!): SalesforceUpdateLeadCleanInfoPayload! - - """Update Event""" - updateEvent(input: SalesforceUpdateEventInput!): SalesforceUpdateEventPayload! - - """Update CampaignMemberStatus""" - updateCampaignMemberStatus(input: SalesforceUpdateCampaignMemberStatusInput!): SalesforceUpdateCampaignMemberStatusPayload! - - """Update ContentVersion""" - updateContentVersion(input: SalesforceUpdateContentVersionInput!): SalesforceUpdateContentVersionPayload! - - """Update SecurityCustomBaseline""" - updateSecurityCustomBaseline(input: SalesforceUpdateSecurityCustomBaselineInput!): SalesforceUpdateSecurityCustomBaselinePayload! - - """Update AuraDefinition""" - updateAuraDefinition(input: SalesforceUpdateAuraDefinitionInput!): SalesforceUpdateAuraDefinitionPayload! - - """Update Contact""" - updateContact(input: SalesforceUpdateContactInput!): SalesforceUpdateContactPayload! - - """Update ContentDocument""" - updateContentDocument(input: SalesforceUpdateContentDocumentInput!): SalesforceUpdateContentDocumentPayload! - - """Update EmailTemplate""" - updateEmailTemplate(input: SalesforceUpdateEmailTemplateInput!): SalesforceUpdateEmailTemplatePayload! - - """Update Topic""" - updateTopic(input: SalesforceUpdateTopicInput!): SalesforceUpdateTopicPayload! - - """Update ApexTestSuite""" - updateApexTestSuite(input: SalesforceUpdateApexTestSuiteInput!): SalesforceUpdateApexTestSuitePayload! - - """Update ContentWorkspaceMember""" - updateContentWorkspaceMember(input: SalesforceUpdateContentWorkspaceMemberInput!): SalesforceUpdateContentWorkspaceMemberPayload! - - """Update ContentWorkspace""" - updateContentWorkspace(input: SalesforceUpdateContentWorkspaceInput!): SalesforceUpdateContentWorkspacePayload! - - """Update ContentFolderMember""" - updateContentFolderMember(input: SalesforceUpdateContentFolderMemberInput!): SalesforceUpdateContentFolderMemberPayload! - - """Update CaseTeamMember""" - updateCaseTeamMember(input: SalesforceUpdateCaseTeamMemberInput!): SalesforceUpdateCaseTeamMemberPayload! - - """Update MailmergeTemplate""" - updateMailmergeTemplate(input: SalesforceUpdateMailmergeTemplateInput!): SalesforceUpdateMailmergeTemplatePayload! - - """Update UserPreference""" - updateUserPreference(input: SalesforceUpdateUserPreferenceInput!): SalesforceUpdateUserPreferencePayload! - - """Update CollaborationGroupMember""" - updateCollaborationGroupMember(input: SalesforceUpdateCollaborationGroupMemberInput!): SalesforceUpdateCollaborationGroupMemberPayload! - - """Update AssetRelationship""" - updateAssetRelationship(input: SalesforceUpdateAssetRelationshipInput!): SalesforceUpdateAssetRelationshipPayload! - - """Update UserRole""" - updateUserRole(input: SalesforceUpdateUserRoleInput!): SalesforceUpdateUserRolePayload! - - """Update OpportunityContactRole""" - updateOpportunityContactRole(input: SalesforceUpdateOpportunityContactRoleInput!): SalesforceUpdateOpportunityContactRolePayload! - - """Update Account""" - updateAccount(input: SalesforceUpdateAccountInput!): SalesforceUpdateAccountPayload! - - """Update Profile""" - updateProfile(input: SalesforceUpdateProfileInput!): SalesforceUpdateProfilePayload! - - """Update ActionLinkTemplate""" - updateActionLinkTemplate(input: SalesforceUpdateActionLinkTemplateInput!): SalesforceUpdateActionLinkTemplatePayload! - - """Update PermissionSet""" - updatePermissionSet(input: SalesforceUpdatePermissionSetInput!): SalesforceUpdatePermissionSetPayload! - - """Update CampaignMember""" - updateCampaignMember(input: SalesforceUpdateCampaignMemberInput!): SalesforceUpdateCampaignMemberPayload! - - """Update AccountCleanInfo""" - updateAccountCleanInfo(input: SalesforceUpdateAccountCleanInfoInput!): SalesforceUpdateAccountCleanInfoPayload! - - """Update UserShare""" - updateUserShare(input: SalesforceUpdateUserShareInput!): SalesforceUpdateUserSharePayload! - - """Update UserProvisioningRequest""" - updateUserProvisioningRequest(input: SalesforceUpdateUserProvisioningRequestInput!): SalesforceUpdateUserProvisioningRequestPayload! - - """Update AccountContactRole""" - updateAccountContactRole(input: SalesforceUpdateAccountContactRoleInput!): SalesforceUpdateAccountContactRolePayload! - - """Update ListEmail""" - updateListEmail(input: SalesforceUpdateListEmailInput!): SalesforceUpdateListEmailPayload! - - """Update RecordType""" - updateRecordType(input: SalesforceUpdateRecordTypeInput!): SalesforceUpdateRecordTypePayload! - - """Update CaseTeamRole""" - updateCaseTeamRole(input: SalesforceUpdateCaseTeamRoleInput!): SalesforceUpdateCaseTeamRolePayload! - - """Update FeedAttachment""" - updateFeedAttachment(input: SalesforceUpdateFeedAttachmentInput!): SalesforceUpdateFeedAttachmentPayload! - - """Update PricebookEntry""" - updatePricebookEntry(input: SalesforceUpdatePricebookEntryInput!): SalesforceUpdatePricebookEntryPayload! - - """Update ChatterExtensionConfig""" - updateChatterExtensionConfig(input: SalesforceUpdateChatterExtensionConfigInput!): SalesforceUpdateChatterExtensionConfigPayload! - - """Update ListEmailShare""" - updateListEmailShare(input: SalesforceUpdateListEmailShareInput!): SalesforceUpdateListEmailSharePayload! - - """Update CategoryData""" - updateCategoryData(input: SalesforceUpdateCategoryDataInput!): SalesforceUpdateCategoryDataPayload! - - """Update ContentDistribution""" - updateContentDistribution(input: SalesforceUpdateContentDistributionInput!): SalesforceUpdateContentDistributionPayload! - - """Update ContentFolder""" - updateContentFolder(input: SalesforceUpdateContentFolderInput!): SalesforceUpdateContentFolderPayload! - - """Update TodayGoalShare""" - updateTodayGoalShare(input: SalesforceUpdateTodayGoalShareInput!): SalesforceUpdateTodayGoalSharePayload! - - """Update StaticResource""" - updateStaticResource(input: SalesforceUpdateStaticResourceInput!): SalesforceUpdateStaticResourcePayload! - - """Update EventRelation""" - updateEventRelation(input: SalesforceUpdateEventRelationInput!): SalesforceUpdateEventRelationPayload! - - """Update WebLink""" - updateWebLink(input: SalesforceUpdateWebLinkInput!): SalesforceUpdateWebLinkPayload! - - """Update Lead""" - updateLead(input: SalesforceUpdateLeadInput!): SalesforceUpdateLeadPayload! - - """Update FeedComment""" - updateFeedComment(input: SalesforceUpdateFeedCommentInput!): SalesforceUpdateFeedCommentPayload! - - """Update EmailDomainKey""" - updateEmailDomainKey(input: SalesforceUpdateEmailDomainKeyInput!): SalesforceUpdateEmailDomainKeyPayload! - - """Update RecentlyViewed""" - updateRecentlyViewed(input: SalesforceUpdateRecentlyViewedInput!): SalesforceUpdateRecentlyViewedPayload! - - """Update Pricebook2""" - updatePricebook2(input: SalesforceUpdatePricebook2Input!): SalesforceUpdatePricebook2Payload! - - """Update UserProvMockTarget""" - updateUserProvMockTarget(input: SalesforceUpdateUserProvMockTargetInput!): SalesforceUpdateUserProvMockTargetPayload! - - """Update ListViewChart""" - updateListViewChart(input: SalesforceUpdateListViewChartInput!): SalesforceUpdateListViewChartPayload! - - """Update ObjectPermissions""" - updateObjectPermissions(input: SalesforceUpdateObjectPermissionsInput!): SalesforceUpdateObjectPermissionsPayload! - - """Update CaseTeamTemplate""" - updateCaseTeamTemplate(input: SalesforceUpdateCaseTeamTemplateInput!): SalesforceUpdateCaseTeamTemplatePayload! - - """Update ApexTestResultLimits""" - updateApexTestResultLimits(input: SalesforceUpdateApexTestResultLimitsInput!): SalesforceUpdateApexTestResultLimitsPayload! - - """Update CaseTeamTemplateMember""" - updateCaseTeamTemplateMember(input: SalesforceUpdateCaseTeamTemplateMemberInput!): SalesforceUpdateCaseTeamTemplateMemberPayload! - - """Update IdeaComment""" - updateIdeaComment(input: SalesforceUpdateIdeaCommentInput!): SalesforceUpdateIdeaCommentPayload! - - """Update OpportunityCompetitor""" - updateOpportunityCompetitor(input: SalesforceUpdateOpportunityCompetitorInput!): SalesforceUpdateOpportunityCompetitorPayload! - - """Update ContentDocumentLink""" - updateContentDocumentLink(input: SalesforceUpdateContentDocumentLinkInput!): SalesforceUpdateContentDocumentLinkPayload! - - """Update ChatterExtension""" - updateChatterExtension(input: SalesforceUpdateChatterExtensionInput!): SalesforceUpdateChatterExtensionPayload! - - """Update CorsWhitelistEntry""" - updateCorsWhitelistEntry(input: SalesforceUpdateCorsWhitelistEntryInput!): SalesforceUpdateCorsWhitelistEntryPayload! - - """Update QuickText""" - updateQuickText(input: SalesforceUpdateQuickTextInput!): SalesforceUpdateQuickTextPayload! - - """Update DuplicateRecordSet""" - updateDuplicateRecordSet(input: SalesforceUpdateDuplicateRecordSetInput!): SalesforceUpdateDuplicateRecordSetPayload! - - """Update ContactCleanInfo""" - updateContactCleanInfo(input: SalesforceUpdateContactCleanInfoInput!): SalesforceUpdateContactCleanInfoPayload! - - """Update Document""" - updateDocument(input: SalesforceUpdateDocumentInput!): SalesforceUpdateDocumentPayload! - - """Update Group""" - updateGroup(input: SalesforceUpdateGroupInput!): SalesforceUpdateGroupPayload! - - """Update PlatformCachePartitionType""" - updatePlatformCachePartitionType(input: SalesforceUpdatePlatformCachePartitionTypeInput!): SalesforceUpdatePlatformCachePartitionTypePayload! - - """Update DandBCompany""" - updateDandBCompany(input: SalesforceUpdateDandBCompanyInput!): SalesforceUpdateDandBCompanyPayload! - - """Update UserProvisioningLog""" - updateUserProvisioningLog(input: SalesforceUpdateUserProvisioningLogInput!): SalesforceUpdateUserProvisioningLogPayload! - - """Update TransactionSecurityPolicy""" - updateTransactionSecurityPolicy(input: SalesforceUpdateTransactionSecurityPolicyInput!): SalesforceUpdateTransactionSecurityPolicyPayload! - - """Update PushTopic""" - updatePushTopic(input: SalesforceUpdatePushTopicInput!): SalesforceUpdatePushTopicPayload! - - """Update Holiday""" - updateHoliday(input: SalesforceUpdateHolidayInput!): SalesforceUpdateHolidayPayload! - - """Update EmailServicesAddress""" - updateEmailServicesAddress(input: SalesforceUpdateEmailServicesAddressInput!): SalesforceUpdateEmailServicesAddressPayload! - - """Update Macro""" - updateMacro(input: SalesforceUpdateMacroInput!): SalesforceUpdateMacroPayload! - - """Update FieldPermissions""" - updateFieldPermissions(input: SalesforceUpdateFieldPermissionsInput!): SalesforceUpdateFieldPermissionsPayload! - - """Update ApexTestQueueItem""" - updateApexTestQueueItem(input: SalesforceUpdateApexTestQueueItemInput!): SalesforceUpdateApexTestQueueItemPayload! - - """Update StreamingChannel""" - updateStreamingChannel(input: SalesforceUpdateStreamingChannelInput!): SalesforceUpdateStreamingChannelPayload! - - """Update Task""" - updateTask(input: SalesforceUpdateTaskInput!): SalesforceUpdateTaskPayload! - - """Update UserProvisioningConfig""" - updateUserProvisioningConfig(input: SalesforceUpdateUserProvisioningConfigInput!): SalesforceUpdateUserProvisioningConfigPayload! - - """Update DuplicateRecordItem""" - updateDuplicateRecordItem(input: SalesforceUpdateDuplicateRecordItemInput!): SalesforceUpdateDuplicateRecordItemPayload! - - """Update UserListViewCriterion""" - updateUserListViewCriterion(input: SalesforceUpdateUserListViewCriterionInput!): SalesforceUpdateUserListViewCriterionPayload! - - """Update OrderItem""" - updateOrderItem(input: SalesforceUpdateOrderItemInput!): SalesforceUpdateOrderItemPayload! - - """Update EmailMessage""" - updateEmailMessage(input: SalesforceUpdateEmailMessageInput!): SalesforceUpdateEmailMessagePayload! - - """Update Scontrol""" - updateScontrol(input: SalesforceUpdateScontrolInput!): SalesforceUpdateScontrolPayload! - - """Update LightningComponentBundle""" - updateLightningComponentBundle(input: SalesforceUpdateLightningComponentBundleInput!): SalesforceUpdateLightningComponentBundlePayload! - - """Update ApexTestRunResult""" - updateApexTestRunResult(input: SalesforceUpdateApexTestRunResultInput!): SalesforceUpdateApexTestRunResultPayload! - - """Update AuraDefinitionBundle""" - updateAuraDefinitionBundle(input: SalesforceUpdateAuraDefinitionBundleInput!): SalesforceUpdateAuraDefinitionBundlePayload! - - """Delete AuthProvider by its id.""" - deleteAuthProvider(input: SalesforceDeleteAuthProviderInput!): SalesforceDeleteAuthProviderPayload! - - """Delete PlatformCachePartition by its id.""" - deletePlatformCachePartition(input: SalesforceDeletePlatformCachePartitionInput!): SalesforceDeletePlatformCachePartitionPayload! - - """Delete StreamingChannelShare by its id.""" - deleteStreamingChannelShare(input: SalesforceDeleteStreamingChannelShareInput!): SalesforceDeleteStreamingChannelSharePayload! - - """Delete CaseComment by its id.""" - deleteCaseComment(input: SalesforceDeleteCaseCommentInput!): SalesforceDeleteCaseCommentPayload! - - """Delete BrandTemplate by its id.""" - deleteBrandTemplate(input: SalesforceDeleteBrandTemplateInput!): SalesforceDeleteBrandTemplatePayload! - - """Delete ContentDistributionView by its id.""" - deleteContentDistributionView(input: SalesforceDeleteContentDistributionViewInput!): SalesforceDeleteContentDistributionViewPayload! - - """Delete ContentUserSubscription by its id.""" - deleteContentUserSubscription(input: SalesforceDeleteContentUserSubscriptionInput!): SalesforceDeleteContentUserSubscriptionPayload! - - """Delete Case by its id.""" - deleteCase(input: SalesforceDeleteCaseInput!): SalesforceDeleteCasePayload! - - """Delete ApexPage by its id.""" - deleteApexPage(input: SalesforceDeleteApexPageInput!): SalesforceDeleteApexPagePayload! - - """Delete LightningComponentResource by its id.""" - deleteLightningComponentResource(input: SalesforceDeleteLightningComponentResourceInput!): SalesforceDeleteLightningComponentResourcePayload! - - """Delete ApexComponent by its id.""" - deleteApexComponent(input: SalesforceDeleteApexComponentInput!): SalesforceDeleteApexComponentPayload! - - """Delete Attachment by its id.""" - deleteAttachment(input: SalesforceDeleteAttachmentInput!): SalesforceDeleteAttachmentPayload! - - """Delete OrderFeed by its id.""" - deleteOrderFeed(input: SalesforceDeleteOrderFeedInput!): SalesforceDeleteOrderFeedPayload! - - """Delete Order by its id.""" - deleteOrder(input: SalesforceDeleteOrderInput!): SalesforceDeleteOrderPayload! - - """Delete Campaign by its id.""" - deleteCampaign(input: SalesforceDeleteCampaignInput!): SalesforceDeleteCampaignPayload! - - """Delete CollaborationGroupMemberRequest by its id.""" - deleteCollaborationGroupMemberRequest(input: SalesforceDeleteCollaborationGroupMemberRequestInput!): SalesforceDeleteCollaborationGroupMemberRequestPayload! - - """Delete MacroShare by its id.""" - deleteMacroShare(input: SalesforceDeleteMacroShareInput!): SalesforceDeleteMacroSharePayload! - - """Delete ContentAsset by its id.""" - deleteContentAsset(input: SalesforceDeleteContentAssetInput!): SalesforceDeleteContentAssetPayload! - - """Delete AccountFeed by its id.""" - deleteAccountFeed(input: SalesforceDeleteAccountFeedInput!): SalesforceDeleteAccountFeedPayload! - - """Delete CustomBrandAsset by its id.""" - deleteCustomBrandAsset(input: SalesforceDeleteCustomBrandAssetInput!): SalesforceDeleteCustomBrandAssetPayload! - - """Delete ApexTrigger by its id.""" - deleteApexTrigger(input: SalesforceDeleteApexTriggerInput!): SalesforceDeleteApexTriggerPayload! - - """Delete SiteFeed by its id.""" - deleteSiteFeed(input: SalesforceDeleteSiteFeedInput!): SalesforceDeleteSiteFeedPayload! - - """Delete DashboardFeed by its id.""" - deleteDashboardFeed(input: SalesforceDeleteDashboardFeedInput!): SalesforceDeleteDashboardFeedPayload! - - """Delete ApexClass by its id.""" - deleteApexClass(input: SalesforceDeleteApexClassInput!): SalesforceDeleteApexClassPayload! - - """Delete FeedItem by its id.""" - deleteFeedItem(input: SalesforceDeleteFeedItemInput!): SalesforceDeleteFeedItemPayload! - - """Delete DashboardComponentFeed by its id.""" - deleteDashboardComponentFeed(input: SalesforceDeleteDashboardComponentFeedInput!): SalesforceDeleteDashboardComponentFeedPayload! - - """Delete UserAppMenuCustomizationShare by its id.""" - deleteUserAppMenuCustomizationShare(input: SalesforceDeleteUserAppMenuCustomizationShareInput!): SalesforceDeleteUserAppMenuCustomizationSharePayload! - - """Delete AppMenuItem by its id.""" - deleteAppMenuItem(input: SalesforceDeleteAppMenuItemInput!): SalesforceDeleteAppMenuItemPayload! - - """Delete UserAppInfo by its id.""" - deleteUserAppInfo(input: SalesforceDeleteUserAppInfoInput!): SalesforceDeleteUserAppInfoPayload! - - """Delete ActionLinkGroupTemplate by its id.""" - deleteActionLinkGroupTemplate(input: SalesforceDeleteActionLinkGroupTemplateInput!): SalesforceDeleteActionLinkGroupTemplatePayload! - - """Delete UserProvisioningRequestShare by its id.""" - deleteUserProvisioningRequestShare(input: SalesforceDeleteUserProvisioningRequestShareInput!): SalesforceDeleteUserProvisioningRequestSharePayload! - - """Delete Asset by its id.""" - deleteAsset(input: SalesforceDeleteAssetInput!): SalesforceDeleteAssetPayload! - - """Delete ProcessInstanceWorkitem by its id.""" - deleteProcessInstanceWorkitem(input: SalesforceDeleteProcessInstanceWorkitemInput!): SalesforceDeleteProcessInstanceWorkitemPayload! - - """Delete UserProvAccount by its id.""" - deleteUserProvAccount(input: SalesforceDeleteUserProvAccountInput!): SalesforceDeleteUserProvAccountPayload! - - """Delete UserListView by its id.""" - deleteUserListView(input: SalesforceDeleteUserListViewInput!): SalesforceDeleteUserListViewPayload! - - """Delete ApexEmailNotification by its id.""" - deleteApexEmailNotification(input: SalesforceDeleteApexEmailNotificationInput!): SalesforceDeleteApexEmailNotificationPayload! - - """Delete CategoryNode by its id.""" - deleteCategoryNode(input: SalesforceDeleteCategoryNodeInput!): SalesforceDeleteCategoryNodePayload! - - """Delete EntitySubscription by its id.""" - deleteEntitySubscription(input: SalesforceDeleteEntitySubscriptionInput!): SalesforceDeleteEntitySubscriptionPayload! - - """Delete Partner by its id.""" - deletePartner(input: SalesforceDeletePartnerInput!): SalesforceDeletePartnerPayload! - - """Delete CollaborationInvitation by its id.""" - deleteCollaborationInvitation(input: SalesforceDeleteCollaborationInvitationInput!): SalesforceDeleteCollaborationInvitationPayload! - - """Delete AdditionalNumber by its id.""" - deleteAdditionalNumber(input: SalesforceDeleteAdditionalNumberInput!): SalesforceDeleteAdditionalNumberPayload! - - """Delete FlowRecordRelation by its id.""" - deleteFlowRecordRelation(input: SalesforceDeleteFlowRecordRelationInput!): SalesforceDeleteFlowRecordRelationPayload! - - """Delete OpportunityLineItem by its id.""" - deleteOpportunityLineItem(input: SalesforceDeleteOpportunityLineItemInput!): SalesforceDeleteOpportunityLineItemPayload! - - """Delete TaskFeed by its id.""" - deleteTaskFeed(input: SalesforceDeleteTaskFeedInput!): SalesforceDeleteTaskFeedPayload! - - """Delete TodayGoal by its id.""" - deleteTodayGoal(input: SalesforceDeleteTodayGoalInput!): SalesforceDeleteTodayGoalPayload! - - """Delete ListEmailRecipientSource by its id.""" - deleteListEmailRecipientSource(input: SalesforceDeleteListEmailRecipientSourceInput!): SalesforceDeleteListEmailRecipientSourcePayload! - - """Delete ContentDocumentSubscription by its id.""" - deleteContentDocumentSubscription(input: SalesforceDeleteContentDocumentSubscriptionInput!): SalesforceDeleteContentDocumentSubscriptionPayload! - - """Delete Opportunity by its id.""" - deleteOpportunity(input: SalesforceDeleteOpportunityInput!): SalesforceDeleteOpportunityPayload! - - """Delete CollaborationGroup by its id.""" - deleteCollaborationGroup(input: SalesforceDeleteCollaborationGroupInput!): SalesforceDeleteCollaborationGroupPayload! - - """Delete Idea by its id.""" - deleteIdea(input: SalesforceDeleteIdeaInput!): SalesforceDeleteIdeaPayload! - - """Delete ReportFeed by its id.""" - deleteReportFeed(input: SalesforceDeleteReportFeedInput!): SalesforceDeleteReportFeedPayload! - - """Delete Note by its id.""" - deleteNote(input: SalesforceDeleteNoteInput!): SalesforceDeleteNotePayload! - - """Delete ContractContactRole by its id.""" - deleteContractContactRole(input: SalesforceDeleteContractContactRoleInput!): SalesforceDeleteContractContactRolePayload! - - """Delete Vote by its id.""" - deleteVote(input: SalesforceDeleteVoteInput!): SalesforceDeleteVotePayload! - - """Delete Solution by its id.""" - deleteSolution(input: SalesforceDeleteSolutionInput!): SalesforceDeleteSolutionPayload! - - """Delete UserProvAccountStaging by its id.""" - deleteUserProvAccountStaging(input: SalesforceDeleteUserProvAccountStagingInput!): SalesforceDeleteUserProvAccountStagingPayload! - - """Delete FlowInterviewShare by its id.""" - deleteFlowInterviewShare(input: SalesforceDeleteFlowInterviewShareInput!): SalesforceDeleteFlowInterviewSharePayload! - - """Delete OrgDeleteRequestShare by its id.""" - deleteOrgDeleteRequestShare(input: SalesforceDeleteOrgDeleteRequestShareInput!): SalesforceDeleteOrgDeleteRequestSharePayload! - - """Delete ApexTestResult by its id.""" - deleteApexTestResult(input: SalesforceDeleteApexTestResultInput!): SalesforceDeleteApexTestResultPayload! - - """Delete Folder by its id.""" - deleteFolder(input: SalesforceDeleteFolderInput!): SalesforceDeleteFolderPayload! - - """Delete QuickTextShare by its id.""" - deleteQuickTextShare(input: SalesforceDeleteQuickTextShareInput!): SalesforceDeleteQuickTextSharePayload! - - """Delete Product2 by its id.""" - deleteProduct2(input: SalesforceDeleteProduct2Input!): SalesforceDeleteProduct2Payload! - - """Delete FeedSignal by its id.""" - deleteFeedSignal(input: SalesforceDeleteFeedSignalInput!): SalesforceDeleteFeedSignalPayload! - - """Delete EmailServicesFunction by its id.""" - deleteEmailServicesFunction(input: SalesforceDeleteEmailServicesFunctionInput!): SalesforceDeleteEmailServicesFunctionPayload! - - """Delete OrgWideEmailAddress by its id.""" - deleteOrgWideEmailAddress(input: SalesforceDeleteOrgWideEmailAddressInput!): SalesforceDeleteOrgWideEmailAddressPayload! - - """Delete EmailMessageRelation by its id.""" - deleteEmailMessageRelation(input: SalesforceDeleteEmailMessageRelationInput!): SalesforceDeleteEmailMessageRelationPayload! - - """Delete CspTrustedSite by its id.""" - deleteCspTrustedSite(input: SalesforceDeleteCspTrustedSiteInput!): SalesforceDeleteCspTrustedSitePayload! - - """Delete ContentTagSubscription by its id.""" - deleteContentTagSubscription(input: SalesforceDeleteContentTagSubscriptionInput!): SalesforceDeleteContentTagSubscriptionPayload! - - """Delete Contract by its id.""" - deleteContract(input: SalesforceDeleteContractInput!): SalesforceDeleteContractPayload! - - """Delete MacroInstruction by its id.""" - deleteMacroInstruction(input: SalesforceDeleteMacroInstructionInput!): SalesforceDeleteMacroInstructionPayload! - - """Delete ContractFeed by its id.""" - deleteContractFeed(input: SalesforceDeleteContractFeedInput!): SalesforceDeleteContractFeedPayload! - - """Delete ContentWorkspacePermission by its id.""" - deleteContentWorkspacePermission(input: SalesforceDeleteContentWorkspacePermissionInput!): SalesforceDeleteContentWorkspacePermissionPayload! - - """Delete ContentNotification by its id.""" - deleteContentNotification(input: SalesforceDeleteContentNotificationInput!): SalesforceDeleteContentNotificationPayload! - - """Delete CaseContactRole by its id.""" - deleteCaseContactRole(input: SalesforceDeleteCaseContactRoleInput!): SalesforceDeleteCaseContactRolePayload! - - """Delete TestSuiteMembership by its id.""" - deleteTestSuiteMembership(input: SalesforceDeleteTestSuiteMembershipInput!): SalesforceDeleteTestSuiteMembershipPayload! - - """Delete UserAppMenuCustomization by its id.""" - deleteUserAppMenuCustomization(input: SalesforceDeleteUserAppMenuCustomizationInput!): SalesforceDeleteUserAppMenuCustomizationPayload! - - """Delete TopicUserEvent by its id.""" - deleteTopicUserEvent(input: SalesforceDeleteTopicUserEventInput!): SalesforceDeleteTopicUserEventPayload! - - """Delete Announcement by its id.""" - deleteAnnouncement(input: SalesforceDeleteAnnouncementInput!): SalesforceDeleteAnnouncementPayload! - - """Delete ExternalDataUserAuth by its id.""" - deleteExternalDataUserAuth(input: SalesforceDeleteExternalDataUserAuthInput!): SalesforceDeleteExternalDataUserAuthPayload! - - """Delete SearchPromotionRule by its id.""" - deleteSearchPromotionRule(input: SalesforceDeleteSearchPromotionRuleInput!): SalesforceDeleteSearchPromotionRulePayload! - - """Delete Event by its id.""" - deleteEvent(input: SalesforceDeleteEventInput!): SalesforceDeleteEventPayload! - - """Delete CampaignMemberStatus by its id.""" - deleteCampaignMemberStatus(input: SalesforceDeleteCampaignMemberStatusInput!): SalesforceDeleteCampaignMemberStatusPayload! - - """Delete SecurityCustomBaseline by its id.""" - deleteSecurityCustomBaseline(input: SalesforceDeleteSecurityCustomBaselineInput!): SalesforceDeleteSecurityCustomBaselinePayload! - - """Delete AuraDefinition by its id.""" - deleteAuraDefinition(input: SalesforceDeleteAuraDefinitionInput!): SalesforceDeleteAuraDefinitionPayload! - - """Delete Contact by its id.""" - deleteContact(input: SalesforceDeleteContactInput!): SalesforceDeleteContactPayload! - - """Delete ContentDocument by its id.""" - deleteContentDocument(input: SalesforceDeleteContentDocumentInput!): SalesforceDeleteContentDocumentPayload! - - """Delete EmailTemplate by its id.""" - deleteEmailTemplate(input: SalesforceDeleteEmailTemplateInput!): SalesforceDeleteEmailTemplatePayload! - - """Delete ContentVersionRating by its id.""" - deleteContentVersionRating(input: SalesforceDeleteContentVersionRatingInput!): SalesforceDeleteContentVersionRatingPayload! - - """Delete Topic by its id.""" - deleteTopic(input: SalesforceDeleteTopicInput!): SalesforceDeleteTopicPayload! - - """Delete ApexTestSuite by its id.""" - deleteApexTestSuite(input: SalesforceDeleteApexTestSuiteInput!): SalesforceDeleteApexTestSuitePayload! - - """Delete AuthSession by its id.""" - deleteAuthSession(input: SalesforceDeleteAuthSessionInput!): SalesforceDeleteAuthSessionPayload! - - """Delete ContentWorkspaceMember by its id.""" - deleteContentWorkspaceMember(input: SalesforceDeleteContentWorkspaceMemberInput!): SalesforceDeleteContentWorkspaceMemberPayload! - - """Delete QueueSobject by its id.""" - deleteQueueSobject(input: SalesforceDeleteQueueSobjectInput!): SalesforceDeleteQueueSobjectPayload! - - """Delete ContentDocumentFeed by its id.""" - deleteContentDocumentFeed(input: SalesforceDeleteContentDocumentFeedInput!): SalesforceDeleteContentDocumentFeedPayload! - - """Delete ContentWorkspace by its id.""" - deleteContentWorkspace(input: SalesforceDeleteContentWorkspaceInput!): SalesforceDeleteContentWorkspacePayload! - - """Delete ContentFolderMember by its id.""" - deleteContentFolderMember(input: SalesforceDeleteContentFolderMemberInput!): SalesforceDeleteContentFolderMemberPayload! - - """Delete CaseTeamMember by its id.""" - deleteCaseTeamMember(input: SalesforceDeleteCaseTeamMemberInput!): SalesforceDeleteCaseTeamMemberPayload! - - """Delete MailmergeTemplate by its id.""" - deleteMailmergeTemplate(input: SalesforceDeleteMailmergeTemplateInput!): SalesforceDeleteMailmergeTemplatePayload! - - """Delete CollaborationGroupFeed by its id.""" - deleteCollaborationGroupFeed(input: SalesforceDeleteCollaborationGroupFeedInput!): SalesforceDeleteCollaborationGroupFeedPayload! - - """Delete UserPreference by its id.""" - deleteUserPreference(input: SalesforceDeleteUserPreferenceInput!): SalesforceDeleteUserPreferencePayload! - - """Delete CollaborationGroupMember by its id.""" - deleteCollaborationGroupMember(input: SalesforceDeleteCollaborationGroupMemberInput!): SalesforceDeleteCollaborationGroupMemberPayload! - - """Delete AssetRelationship by its id.""" - deleteAssetRelationship(input: SalesforceDeleteAssetRelationshipInput!): SalesforceDeleteAssetRelationshipPayload! - - """Delete EventFeed by its id.""" - deleteEventFeed(input: SalesforceDeleteEventFeedInput!): SalesforceDeleteEventFeedPayload! - - """Delete UserRole by its id.""" - deleteUserRole(input: SalesforceDeleteUserRoleInput!): SalesforceDeleteUserRolePayload! - - """Delete OpportunityContactRole by its id.""" - deleteOpportunityContactRole(input: SalesforceDeleteOpportunityContactRoleInput!): SalesforceDeleteOpportunityContactRolePayload! - - """Delete CaseSolution by its id.""" - deleteCaseSolution(input: SalesforceDeleteCaseSolutionInput!): SalesforceDeleteCaseSolutionPayload! - - """Delete EmailCapture by its id.""" - deleteEmailCapture(input: SalesforceDeleteEmailCaptureInput!): SalesforceDeleteEmailCapturePayload! - - """Delete Account by its id.""" - deleteAccount(input: SalesforceDeleteAccountInput!): SalesforceDeleteAccountPayload! - - """Delete Profile by its id.""" - deleteProfile(input: SalesforceDeleteProfileInput!): SalesforceDeleteProfilePayload! - - """Delete ActionLinkTemplate by its id.""" - deleteActionLinkTemplate(input: SalesforceDeleteActionLinkTemplateInput!): SalesforceDeleteActionLinkTemplatePayload! - - """Delete PermissionSet by its id.""" - deletePermissionSet(input: SalesforceDeletePermissionSetInput!): SalesforceDeletePermissionSetPayload! - - """Delete AssetRelationshipFeed by its id.""" - deleteAssetRelationshipFeed(input: SalesforceDeleteAssetRelationshipFeedInput!): SalesforceDeleteAssetRelationshipFeedPayload! - - """Delete CampaignMember by its id.""" - deleteCampaignMember(input: SalesforceDeleteCampaignMemberInput!): SalesforceDeleteCampaignMemberPayload! - - """Delete UserShare by its id.""" - deleteUserShare(input: SalesforceDeleteUserShareInput!): SalesforceDeleteUserSharePayload! - - """Delete PermissionSetLicenseAssign by its id.""" - deletePermissionSetLicenseAssign(input: SalesforceDeletePermissionSetLicenseAssignInput!): SalesforceDeletePermissionSetLicenseAssignPayload! - - """Delete UserProvisioningRequest by its id.""" - deleteUserProvisioningRequest(input: SalesforceDeleteUserProvisioningRequestInput!): SalesforceDeleteUserProvisioningRequestPayload! - - """Delete UserPackageLicense by its id.""" - deleteUserPackageLicense(input: SalesforceDeleteUserPackageLicenseInput!): SalesforceDeleteUserPackageLicensePayload! - - """Delete CaseFeed by its id.""" - deleteCaseFeed(input: SalesforceDeleteCaseFeedInput!): SalesforceDeleteCaseFeedPayload! - - """Delete AssetFeed by its id.""" - deleteAssetFeed(input: SalesforceDeleteAssetFeedInput!): SalesforceDeleteAssetFeedPayload! - - """Delete ClientBrowser by its id.""" - deleteClientBrowser(input: SalesforceDeleteClientBrowserInput!): SalesforceDeleteClientBrowserPayload! - - """Delete AccountContactRole by its id.""" - deleteAccountContactRole(input: SalesforceDeleteAccountContactRoleInput!): SalesforceDeleteAccountContactRolePayload! - - """Delete ListEmail by its id.""" - deleteListEmail(input: SalesforceDeleteListEmailInput!): SalesforceDeleteListEmailPayload! - - """Delete TopicFeed by its id.""" - deleteTopicFeed(input: SalesforceDeleteTopicFeedInput!): SalesforceDeleteTopicFeedPayload! - - """Delete ContentWorkspaceSubscription by its id.""" - deleteContentWorkspaceSubscription(input: SalesforceDeleteContentWorkspaceSubscriptionInput!): SalesforceDeleteContentWorkspaceSubscriptionPayload! - - """Delete FeedAttachment by its id.""" - deleteFeedAttachment(input: SalesforceDeleteFeedAttachmentInput!): SalesforceDeleteFeedAttachmentPayload! - - """Delete PricebookEntry by its id.""" - deletePricebookEntry(input: SalesforceDeletePricebookEntryInput!): SalesforceDeletePricebookEntryPayload! - - """Delete ChatterExtensionConfig by its id.""" - deleteChatterExtensionConfig(input: SalesforceDeleteChatterExtensionConfigInput!): SalesforceDeleteChatterExtensionConfigPayload! - - """Delete CampaignFeed by its id.""" - deleteCampaignFeed(input: SalesforceDeleteCampaignFeedInput!): SalesforceDeleteCampaignFeedPayload! - - """Delete ListEmailShare by its id.""" - deleteListEmailShare(input: SalesforceDeleteListEmailShareInput!): SalesforceDeleteListEmailSharePayload! - - """Delete CategoryData by its id.""" - deleteCategoryData(input: SalesforceDeleteCategoryDataInput!): SalesforceDeleteCategoryDataPayload! - - """Delete ContentDistribution by its id.""" - deleteContentDistribution(input: SalesforceDeleteContentDistributionInput!): SalesforceDeleteContentDistributionPayload! - - """Delete ContentFolder by its id.""" - deleteContentFolder(input: SalesforceDeleteContentFolderInput!): SalesforceDeleteContentFolderPayload! - - """Delete TodayGoalShare by its id.""" - deleteTodayGoalShare(input: SalesforceDeleteTodayGoalShareInput!): SalesforceDeleteTodayGoalSharePayload! - - """Delete FlowInterview by its id.""" - deleteFlowInterview(input: SalesforceDeleteFlowInterviewInput!): SalesforceDeleteFlowInterviewPayload! - - """Delete StaticResource by its id.""" - deleteStaticResource(input: SalesforceDeleteStaticResourceInput!): SalesforceDeleteStaticResourcePayload! - - """Delete SolutionFeed by its id.""" - deleteSolutionFeed(input: SalesforceDeleteSolutionFeedInput!): SalesforceDeleteSolutionFeedPayload! - - """Delete EventRelation by its id.""" - deleteEventRelation(input: SalesforceDeleteEventRelationInput!): SalesforceDeleteEventRelationPayload! - - """Delete WebLink by its id.""" - deleteWebLink(input: SalesforceDeleteWebLinkInput!): SalesforceDeleteWebLinkPayload! - - """Delete Lead by its id.""" - deleteLead(input: SalesforceDeleteLeadInput!): SalesforceDeleteLeadPayload! - - """Delete FeedComment by its id.""" - deleteFeedComment(input: SalesforceDeleteFeedCommentInput!): SalesforceDeleteFeedCommentPayload! - - """Delete LoginIp by its id.""" - deleteLoginIp(input: SalesforceDeleteLoginIpInput!): SalesforceDeleteLoginIpPayload! - - """Delete EmailDomainKey by its id.""" - deleteEmailDomainKey(input: SalesforceDeleteEmailDomainKeyInput!): SalesforceDeleteEmailDomainKeyPayload! - - """Delete Pricebook2 by its id.""" - deletePricebook2(input: SalesforceDeletePricebook2Input!): SalesforceDeletePricebook2Payload! - - """Delete UserProvMockTarget by its id.""" - deleteUserProvMockTarget(input: SalesforceDeleteUserProvMockTargetInput!): SalesforceDeleteUserProvMockTargetPayload! - - """Delete OrderItemFeed by its id.""" - deleteOrderItemFeed(input: SalesforceDeleteOrderItemFeedInput!): SalesforceDeleteOrderItemFeedPayload! - - """Delete ListViewChart by its id.""" - deleteListViewChart(input: SalesforceDeleteListViewChartInput!): SalesforceDeleteListViewChartPayload! - - """Delete ObjectPermissions by its id.""" - deleteObjectPermissions(input: SalesforceDeleteObjectPermissionsInput!): SalesforceDeleteObjectPermissionsPayload! - - """Delete CaseTeamTemplate by its id.""" - deleteCaseTeamTemplate(input: SalesforceDeleteCaseTeamTemplateInput!): SalesforceDeleteCaseTeamTemplatePayload! - - """Delete ApexTestResultLimits by its id.""" - deleteApexTestResultLimits(input: SalesforceDeleteApexTestResultLimitsInput!): SalesforceDeleteApexTestResultLimitsPayload! - - """Delete CaseTeamTemplateMember by its id.""" - deleteCaseTeamTemplateMember(input: SalesforceDeleteCaseTeamTemplateMemberInput!): SalesforceDeleteCaseTeamTemplateMemberPayload! - - """Delete GroupMember by its id.""" - deleteGroupMember(input: SalesforceDeleteGroupMemberInput!): SalesforceDeleteGroupMemberPayload! - - """Delete CaseTeamTemplateRecord by its id.""" - deleteCaseTeamTemplateRecord(input: SalesforceDeleteCaseTeamTemplateRecordInput!): SalesforceDeleteCaseTeamTemplateRecordPayload! - - """Delete IdeaComment by its id.""" - deleteIdeaComment(input: SalesforceDeleteIdeaCommentInput!): SalesforceDeleteIdeaCommentPayload! - - """Delete OpportunityCompetitor by its id.""" - deleteOpportunityCompetitor(input: SalesforceDeleteOpportunityCompetitorInput!): SalesforceDeleteOpportunityCompetitorPayload! - - """Delete ContentDocumentLink by its id.""" - deleteContentDocumentLink(input: SalesforceDeleteContentDocumentLinkInput!): SalesforceDeleteContentDocumentLinkPayload! - - """Delete ChatterExtension by its id.""" - deleteChatterExtension(input: SalesforceDeleteChatterExtensionInput!): SalesforceDeleteChatterExtensionPayload! - - """Delete CorsWhitelistEntry by its id.""" - deleteCorsWhitelistEntry(input: SalesforceDeleteCorsWhitelistEntryInput!): SalesforceDeleteCorsWhitelistEntryPayload! - - """Delete QuickText by its id.""" - deleteQuickText(input: SalesforceDeleteQuickTextInput!): SalesforceDeleteQuickTextPayload! - - """Delete Product2Feed by its id.""" - deleteProduct2Feed(input: SalesforceDeleteProduct2FeedInput!): SalesforceDeleteProduct2FeedPayload! - - """Delete ContactFeed by its id.""" - deleteContactFeed(input: SalesforceDeleteContactFeedInput!): SalesforceDeleteContactFeedPayload! - - """Delete DuplicateRecordSet by its id.""" - deleteDuplicateRecordSet(input: SalesforceDeleteDuplicateRecordSetInput!): SalesforceDeleteDuplicateRecordSetPayload! - - """Delete SetupEntityAccess by its id.""" - deleteSetupEntityAccess(input: SalesforceDeleteSetupEntityAccessInput!): SalesforceDeleteSetupEntityAccessPayload! - - """Delete Document by its id.""" - deleteDocument(input: SalesforceDeleteDocumentInput!): SalesforceDeleteDocumentPayload! - - """Delete OpportunityFeed by its id.""" - deleteOpportunityFeed(input: SalesforceDeleteOpportunityFeedInput!): SalesforceDeleteOpportunityFeedPayload! - - """Delete Group by its id.""" - deleteGroup(input: SalesforceDeleteGroupInput!): SalesforceDeleteGroupPayload! - - """Delete ContentWorkspaceDoc by its id.""" - deleteContentWorkspaceDoc(input: SalesforceDeleteContentWorkspaceDocInput!): SalesforceDeleteContentWorkspaceDocPayload! - - """Delete PlatformCachePartitionType by its id.""" - deletePlatformCachePartitionType(input: SalesforceDeletePlatformCachePartitionTypeInput!): SalesforceDeletePlatformCachePartitionTypePayload! - - """Delete DandBCompany by its id.""" - deleteDandBCompany(input: SalesforceDeleteDandBCompanyInput!): SalesforceDeleteDandBCompanyPayload! - - """Delete UserProvisioningLog by its id.""" - deleteUserProvisioningLog(input: SalesforceDeleteUserProvisioningLogInput!): SalesforceDeleteUserProvisioningLogPayload! - - """Delete TransactionSecurityPolicy by its id.""" - deleteTransactionSecurityPolicy(input: SalesforceDeleteTransactionSecurityPolicyInput!): SalesforceDeleteTransactionSecurityPolicyPayload! - - """Delete PushTopic by its id.""" - deletePushTopic(input: SalesforceDeletePushTopicInput!): SalesforceDeletePushTopicPayload! - - """Delete Holiday by its id.""" - deleteHoliday(input: SalesforceDeleteHolidayInput!): SalesforceDeleteHolidayPayload! - - """Delete EmailServicesAddress by its id.""" - deleteEmailServicesAddress(input: SalesforceDeleteEmailServicesAddressInput!): SalesforceDeleteEmailServicesAddressPayload! - - """Delete Macro by its id.""" - deleteMacro(input: SalesforceDeleteMacroInput!): SalesforceDeleteMacroPayload! - - """Delete FeedLike by its id.""" - deleteFeedLike(input: SalesforceDeleteFeedLikeInput!): SalesforceDeleteFeedLikePayload! - - """Delete FieldPermissions by its id.""" - deleteFieldPermissions(input: SalesforceDeleteFieldPermissionsInput!): SalesforceDeleteFieldPermissionsPayload! - - """Delete StreamingChannel by its id.""" - deleteStreamingChannel(input: SalesforceDeleteStreamingChannelInput!): SalesforceDeleteStreamingChannelPayload! - - """Delete ContentVersionComment by its id.""" - deleteContentVersionComment(input: SalesforceDeleteContentVersionCommentInput!): SalesforceDeleteContentVersionCommentPayload! - - """Delete UserFeed by its id.""" - deleteUserFeed(input: SalesforceDeleteUserFeedInput!): SalesforceDeleteUserFeedPayload! - - """Delete Task by its id.""" - deleteTask(input: SalesforceDeleteTaskInput!): SalesforceDeleteTaskPayload! - - """Delete UserProvisioningConfig by its id.""" - deleteUserProvisioningConfig(input: SalesforceDeleteUserProvisioningConfigInput!): SalesforceDeleteUserProvisioningConfigPayload! - - """Delete DuplicateRecordItem by its id.""" - deleteDuplicateRecordItem(input: SalesforceDeleteDuplicateRecordItemInput!): SalesforceDeleteDuplicateRecordItemPayload! - - """Delete PermissionSetAssignment by its id.""" - deletePermissionSetAssignment(input: SalesforceDeletePermissionSetAssignmentInput!): SalesforceDeletePermissionSetAssignmentPayload! - - """Delete UserListViewCriterion by its id.""" - deleteUserListViewCriterion(input: SalesforceDeleteUserListViewCriterionInput!): SalesforceDeleteUserListViewCriterionPayload! - - """Delete OrderItem by its id.""" - deleteOrderItem(input: SalesforceDeleteOrderItemInput!): SalesforceDeleteOrderItemPayload! - - """Delete EmailMessage by its id.""" - deleteEmailMessage(input: SalesforceDeleteEmailMessageInput!): SalesforceDeleteEmailMessagePayload! - - """Delete CollaborationGroupRecord by its id.""" - deleteCollaborationGroupRecord(input: SalesforceDeleteCollaborationGroupRecordInput!): SalesforceDeleteCollaborationGroupRecordPayload! - - """Delete ApexLog by its id.""" - deleteApexLog(input: SalesforceDeleteApexLogInput!): SalesforceDeleteApexLogPayload! - - """Delete Scontrol by its id.""" - deleteScontrol(input: SalesforceDeleteScontrolInput!): SalesforceDeleteScontrolPayload! - - """Delete LeadFeed by its id.""" - deleteLeadFeed(input: SalesforceDeleteLeadFeedInput!): SalesforceDeleteLeadFeedPayload! - - """Delete LightningComponentBundle by its id.""" - deleteLightningComponentBundle(input: SalesforceDeleteLightningComponentBundleInput!): SalesforceDeleteLightningComponentBundlePayload! - - """Delete TopicAssignment by its id.""" - deleteTopicAssignment(input: SalesforceDeleteTopicAssignmentInput!): SalesforceDeleteTopicAssignmentPayload! - - """Delete ApexTestRunResult by its id.""" - deleteApexTestRunResult(input: SalesforceDeleteApexTestRunResultInput!): SalesforceDeleteApexTestRunResultPayload! - - """Delete AuraDefinitionBundle by its id.""" - deleteAuraDefinitionBundle(input: SalesforceDeleteAuraDefinitionBundleInput!): SalesforceDeleteAuraDefinitionBundlePayload! - - """ - Make a REST API call to the Salesforce API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: SalesforcePassthroughMutation! -} - -""" -Make a REST API call to the Netlify API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type NetlifyPassthroughMutation { - """ - Make a POST request to the Netlify API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Netlify API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Netlify API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Netlify API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -input NetlifyDeploySiteCapabilitiesArg { - """""" - largeMediaEnabled: Boolean -} - -input NetlifyAvailableFunctionArg { - """""" - n: String - - """""" - d: String - - """""" - id: String - - """""" - c: String - - """""" - r: String - - """""" - s: Int -} - -input NetlifyDeployArg { - """""" - id: String - - """""" - siteId: String - - """""" - userId: String - - """""" - buildId: String - - """""" - state: String - - """""" - name: String - - """""" - url: String - - """""" - sslUrl: String - - """""" - adminUrl: String - - """""" - deployUrl: String - - """""" - deploySslUrl: String - - """""" - screenshotUrl: String - - """""" - reviewId: Float - - """""" - draft: Boolean - - """""" - required: [String!] - - """""" - requiredFunctions: [String!] - - """""" - errorMessage: String - - """""" - branch: String - - """""" - commitRef: String - - """""" - commitUrl: String - - """""" - skipped: Boolean - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - publishedAt: String - - """""" - title: String - - """""" - context: String - - """""" - locked: Boolean - - """""" - reviewUrl: String - - """""" - siteCapabilities: NetlifyDeploySiteCapabilitiesArg - - """""" - availableFunctions: [NetlifyAvailableFunctionArg!] -} - -input NetlifySiteProcessingSettingsImagesArg { - """""" - optimize: Boolean -} - -input NetlifyMinifyOptionsArg { - """""" - bundle: Boolean - - """""" - minify: Boolean -} - -input NetlifySiteProcessingSettingsHtmlArg { - """""" - prettyUrls: Boolean -} - -input NetlifySiteProcessingSettingsArg { - """""" - css: NetlifyMinifyOptionsArg - - """""" - images: NetlifySiteProcessingSettingsImagesArg - - """""" - js: NetlifyMinifyOptionsArg - - """""" - skip: Boolean - - """""" - html: NetlifySiteProcessingSettingsHtmlArg -} - -input NetlifySiteDefaultHooksDataArg { - """""" - accessToken: String -} - -input NetlifyRepoInfoArg { - """""" - id: Int - - """""" - provider: String - - """""" - deployKeyId: String - - """""" - repoPath: String - - """""" - repoBranch: String - - """""" - dir: String - - """""" - cmd: String - - """""" - allowedBranches: [String!] - - """""" - publicRepo: Boolean - - """""" - privateLogs: Boolean - - """""" - repoUrl: String - - """""" - installationId: Int -} - -input NetlifySiteArg { - """""" - id: String - - """""" - state: String - - """""" - plan: String - - """""" - name: String - - """""" - customDomain: String - - """""" - domainAliases: [String!] - - """""" - password: String - - """""" - notificationEmail: String - - """""" - url: String - - """""" - sslUrl: String - - """""" - adminUrl: String - - """""" - screenshotUrl: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - userId: String - - """""" - sessionId: String - - """""" - ssl: Boolean - - """""" - forceSsl: Boolean - - """""" - managedDns: Boolean - - """""" - deployUrl: String - - """""" - publishedDeploy: NetlifyDeployArg - - """""" - accountName: String - - """""" - accountSlug: String - - """""" - gitProvider: String - - """""" - deployHook: String - - """""" - processingSettings: NetlifySiteProcessingSettingsArg - - """""" - buildSettings: NetlifyRepoInfoArg - - """""" - idDomain: String - - """""" - defaultHooksData: NetlifySiteDefaultHooksDataArg - - """""" - buildImage: String - - """""" - repo: NetlifyRepoInfoArg -} - -input NetlifyCreateSiteInput { - configureDns: Boolean - site: NetlifySiteArg! -} - -"""Payload for the createSite mutation.""" -type NetlifyCreateSitePayload { - """Site that was created""" - site: NetlifySite! -} - -"""The root for netlify mutations""" -type NetlifyMutation { - """Create site""" - createSite(input: NetlifyCreateSiteInput!): NetlifyCreateSitePayload! - - """ - Make a REST API call to the Netlify API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: NetlifyPassthroughMutation! -} - -""" -Make a REST API call to the Mixpanel API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type MixpanelPassthroughMutation { - """ - Make a POST request to the Mixpanel API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Mixpanel API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Mixpanel API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Mixpanel API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Mixpanel mutations""" -type MixpanelMutation { - """ - Make a REST API call to the Mixpanel API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: MixpanelPassthroughMutation! -} - -""" -Make a REST API call to the Meetup API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type MeetupPassthroughMutation { - """ - Make a POST request to the Meetup API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Meetup API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Meetup API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Meetup API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Meetup mutations""" -type MeetupMutation { - """ - Make a REST API call to the Meetup API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: MeetupPassthroughMutation! -} - -""" -Make a REST API call to the Mailchimp API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type MailchimpPassthroughMutation { - """ - Make a POST request to the Mailchimp API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Mailchimp API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Mailchimp API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Mailchimp API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Mailchimp mutations""" -type MailchimpMutation { - """ - Make a REST API call to the Mailchimp API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: MailchimpPassthroughMutation! -} - -type IntercomCreateCompanyMutationPayload { - """company that was created or updated""" - company: IntercomCompany! -} - -input IntercomCreateCompanyMutationInput { - """ - A JSON-encoded object of key/value pairs containing any other data about the user you want Intercom to store.* - """ - customAttributes: JSON - - """The industry that this company operates in""" - industry: String - - """ - The URL for this company's website. Please note that the value specified here is not validated. Accepts any string. - """ - website: String - - """The number of employees in this company""" - size: Int - - """The name of the plan you have associated with the company""" - plan: String - - """ - How much revenue the company generates for your business. Note that this will truncate floats. i.e. it only allow for whole integers, 155.98 will be truncated to 155. Note that this has an upper limit of 2**31-1 or 2147483647. - """ - monthlySpend: Int - - """The name of the company""" - name: String - - """The company id you have defined for the company""" - companyId: String - - """The Unix timestamp (in seconds) when the company was created.""" - remoteCreatedAt: Int -} - -input IntercomCreateUserMutationInput { - """ - A boolean value, which if true, instructs Intercom to register the request as a session. - - - """ - newSession: Boolean - - """ - A boolean value, which if true, instructs Intercom to update the users' last_request_at value to the current API service time in UTC. default value if not sent is false. - - - """ - updateLastRequestAt: Boolean - - """ - A boolean value representing the users unsubscribed status. default value if not sent is false. - """ - unsubscribedFromEmails: Boolean - - """ - The Unix timestamp (in seconds) representing the date the user last visited your application. - """ - lastRequestAt: Int - - """The user agent the user last visited your application with.""" - companies: [IntercomCreateCompanyMutationInput!] - - """The user agent the user last visited your application with.""" - lastSeenUserAgent: String - - """ - A JSON-encoded object of key/value pairs containing any other data about the user you want Intercom to store.* - """ - customAttributes: JSON - - """ - An ip address (e.g. "1.2.3.4") representing the last ip address the user visited your application from. (Used for updating location_data). - """ - lastSeenIp: String - - """The user's full name""" - name: String - - """The Unix timestamp (in seconds) when the user signed up.""" - signedUpAt: Int - - """The canonical user id from Intercom. It may be used for user updates.""" - intercomId: String - - """The user's phone number.""" - phone: String - - """ - The user's email address. It is required on creation if a user_id is not supplied. - """ - email: String - - """ - A unique string identifier for the user. It is required on creation if an email is not supplied. - """ - userId: String -} - -type IntercomCreateUserMutationPayload { - """User that was created or updated""" - user: IntercomUser! -} - -"""The root for Intercom Mutations""" -type IntercomMutation { - createUser(input: IntercomCreateUserMutationInput!): IntercomCreateUserMutationPayload - createCompany(input: IntercomCreateCompanyMutationInput!): IntercomCreateCompanyMutationPayload -} - -""" -Make a REST API call to the Hubspot API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type HubspotPassthroughMutation { - """ - Make a POST request to the Hubspot API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Hubspot API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Hubspot API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Hubspot API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The output of the updateContact mutation.""" -type HubspotUpsertContactPayload { - """Contact created or updated by the upsertContact mutation""" - contact: HubspotContact! - - """Indicates if a new record was created.""" - isNew: Boolean! -} - -"""Input to update a contact on Hubspot.""" -input HubspotUpdateContactByEmailInput { - """The existing Hubspot contact's email address.""" - email: String! - - """Properties for the Hubspot contact.""" - properties: HubspotContactPropertiesArg! -} - -"""Input to update a contact on Hubspot.""" -input HubspotUpdateContactInput { - """The existing Hubspot contact's vid""" - vid: Int! - - """Properties for the Hubspot contact.""" - properties: HubspotContactPropertiesArg! -} - -"""The output of the updateContact or updateContactByEmail mutation.""" -type HubspotUpdateContactPayload { - """Contact updated by the updateContact or updateContactByEmail mutations""" - contact: HubspotContact! -} - -"""Key, value pair for Hubspot properties""" -input HubspotContactPropertiesArg { - """Annual company revenue""" - annualrevenue: String - - """ - The date the first deal for a contact was created. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - firstDealCreatedDate: String - - """A set of additional email addresses for a contact""" - hsAdditionalEmails: String - - """A set of all vids, canonical or otherwise, for a contact""" - hsAllContactVids: String - - """The campaign responsible for the first touch creation of this contact""" - hsAnalyticsFirstTouchConvertingCampaign: String - - """The campaign responsible for the last touch creation of this contact""" - hsAnalyticsLastTouchConvertingCampaign: String - - """ - The path in the FileManager CDN for this contact's avatar override image. Automatically set by HubSpot. - """ - hsAvatarFilemanagerKey: String - - """Mobile number in international format""" - hsCalculatedMobileNumber: String - - """Phone number in international format""" - hsCalculatedPhoneNumber: String - - """Area Code of the calculated phone number""" - hsCalculatedPhoneNumberAreaCode: String - - """Country code of the calculated phone number""" - hsCalculatedPhoneNumberCountryCode: String - - """ISO2 Country code for the derived phone number""" - hsCalculatedPhoneNumberRegionCode: String - - """Flag indicating this contact was created by the Conversations API""" - hsCreatedByConversations: String - - """ - The last time a shared document (presentation) was accessed by this contact - """ - hsDocumentLastRevisited: String - - """A contact's email address domain""" - hsEmailDomain: String - - """ - Indicates that the current email address has been quarantined for anti-abuse reasons and any marketing email sends to it will be blocked. This is automatically set by HubSpot. - """ - hsEmailQuarantined: String - - """ - The number of marketing emails that have been sent to the current email address since the last engagement (open or link click). This is automatically set by HubSpot. - """ - hsEmailSendsSinceLastEngagement: String - - """ - The status of a contact's eligibility to receive marketing email. This is automatically set by HubSpot. - """ - hsEmailconfirmationstatus: String - - """A contact's facebook id""" - hsFacebookid: String - - """A contact's googleplus id""" - hsGoogleplusid: String - - """ - The timezone reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - hsIpTimezone: String - - """The contact's sales, prospecting or outreach status""" - hsLeadStatus: String - - """Legal basis for processing contact’s data""" - hsLegalBasis: String - - """A contact's linkedin id""" - hsLinkedinid: String - - """The last time a tracked sales email was clicked by this user""" - hsSalesEmailLastClicked: String - - """The last time a tracked sales email was opened by this user""" - hsSalesEmailLastOpened: String - - """The last time a tracked sales email was replied to by this user""" - hsSalesEmailLastReplied: String - - """Mobile number with country code""" - hsSearchableCalculatedInternationalMobileNumber: String - - """Phone number with country code""" - hsSearchableCalculatedInternationalPhoneNumber: String - - """Mobile number without country code""" - hsSearchableCalculatedMobileNumber: String - - """Phone number without country code""" - hsSearchableCalculatedPhoneNumber: String - - """ - A yes/no field that indicates whether the contact is currently in a Sequence. - """ - hsSequencesIsEnrolled: String - - """A contact's twitter id""" - hsTwitterid: String - - """ - The most recent date a HubSpot Owner was assigned to a contact. This is set automatically by HubSpot and can be used for segmentation and reporting. - """ - hubspotOwnerAssigneddate: String - - """ - The country code reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - ipCountryCode: String - - """ - The state code or region code reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - ipStateCode: String - - """ - The zipcode reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - ipZipcode: String - - """ - The number of deals associated with this contact. This is set automatically by HubSpot. - """ - numAssociatedDeals: String - - """ - The amount of the last closed won deal associated with a contact. This is set automatically by HubSpot based on information from the Deals object. - """ - recentDealAmount: String - - """ - The date that the last deal associated with a contact was won. This is automatically set by HubSpot based on information from the Deals object. - """ - recentDealCloseDate: String - - """""" - salesforceaccountid: String - - """""" - salesforcedeleted: String - - """ - The sum from all closed won deal revenue associated with a contact. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - totalRevenue: String - - """""" - blogApiDemonstrationBlogSubscription: String - - """A company's name""" - company: String - - """The first form this contact submitted""" - firstConversionEventName: String - - """ - The first page a contact saw on your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsFirstUrl: String - - """ - The number of marketing emails delivered for the current email address. This is automatically set by HubSpot. - """ - hsEmailDelivered: String - - """Indicates that a contact has opted out of all email""" - hsEmailOptout: String - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout1281663: String - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout230318: String - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout2849: String - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout354586: String - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout4447431: String - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout4744389: String - - """A contact's twitter information""" - twitterhandle: String - - """If the contact is currently enrolled in any workflow""" - currentlyinworkflow: String - - """The number of Twitter followers a contact has""" - followercount: String - - """ - The last page a contact saw on your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsLastUrl: String - - """ - The number of marketing emails opened for the current email address. This is automatically set by HubSpot. - """ - hsEmailOpen: String - - """The number of forms this contact has submitted""" - numConversionEvents: String - - """A company's website""" - website: String - - """The date this contact first submitted a form""" - firstConversionDate: String - - """A contact's first name""" - firstname: String - - """ - The sum of all pages a contact has seen on your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsNumPageViews: String - - """ - The number of marketing emails which have had link clicks for the current email address. This is automatically set by HubSpot. - """ - hsEmailClick: String - - """The title used to address a contact""" - salutation: String - - """ - The contact's Twitter profile photo. This is set by HubSpot using the contact's email address. - """ - twitterprofilephoto: String - - """ - The sum of all visits a contact has made to your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsNumVisits: String - - """ - The number of marketing emails that bounced for the current email address. This is automatically set by HubSpot. - """ - hsEmailBounce: String - - """A contact's persona""" - hsPersona: String - - """ - The date of the most recent click on a published social message. This is set automatically by HubSpot for each contact. - """ - hsSocialLastEngagement: String - - """The last form this contact submitted""" - recentConversionEventName: String - - """""" - hsAnalyticsFirstTimestamp: String - - """""" - hsAnalyticsFirstVisitTimestamp: String - - """ - The sum of all events a contact has experienced. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsNumEventCompletions: String - - """ - The number of times a contact clicked on links you shared on Twitter through HubSpot. This is set automatically by HubSpot and can be used for segmentation. - """ - hsSocialTwitterClicks: String - - """A company's industry""" - industry: String - - """A contact's last name""" - lastname: String - - """A contact's mobile phone number""" - mobilephone: String - - """The date this contact last submitted a form""" - recentConversionDate: String - - """A contact's email address""" - email: String - - """""" - hsAnalyticsLastTimestamp: String - - """ - The name of the last marketing email sent to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastEmailName: String - - """ - The date of the most recent delivery for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastSendDate: String - - """The number clicks on links shared on Facebook""" - hsSocialFacebookClicks: String - - """The number of different forms this contact has submitted""" - numUniqueConversionEvents: String - - """The date of the most recent meeting booked from the Meetings app.""" - engagementsLastMeetingBooked: String - - """ - The campaign of the last meeting booked through the Meetings App (ex: the specific email that was sent) - """ - engagementsLastMeetingBookedCampaign: String - - """ - The medium of the last meeting booked through the Meetings App (ex: email or website or in-app) - """ - engagementsLastMeetingBookedMedium: String - - """ - The source of the last meeting booked through the Meetings App (ex: pql-email, landing-page) - """ - engagementsLastMeetingBookedSource: String - - """ - The first known source through which a contact found your website. Source is automatically set by HubSpot. - """ - hsAnalyticsSource: String - - """ - The date of the most recent open for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastOpenDate: String - - """The number clicks on links shared on LinkedIn""" - hsSocialLinkedinClicks: String - - """ - The owner of a contact. This can be any HubSpot user or Salesforce integration user, and can be set manually or via Workflows. - """ - hubspotOwnerId: String - - """ - The latitude and longitude reported by a contact's IP address (formatted according to ISO 6709 Annex H) - """ - ipLatlon: String - - """ - The last time a call, email, or meeting was logged for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - notesLastContacted: String - - """ - The last time a note, call, email, meeting, or task was logged for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - notesLastUpdated: String - - """ - The date of the next upcoming activity for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - notesNextActivityDate: String - - """ - The number of times a call, email, or meeting was logged for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - numContactedNotes: String - - """ - The number of sales activities for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - numNotes: String - - """ - A legacy property used to identify the email address of the owner of the contact. This property is no longer in use. - """ - owneremail: String - - """ - A legacy property used to identify the name of the owner of the contact. This property is no longer in use. - """ - ownername: String - - """ - This field is meaningless on its own, and is solely used for triggering dynamic list updates when SurveyMonkey information is updated - """ - surveymonkeyeventlastupdated: String - - """ - This field is meaningless on its own, and is solely used for triggering dynamic list updates when webinar information is updated - """ - webinareventlastupdated: String - - """""" - hsAnalyticsSourceData1: String - - """ - The date of the most recent link click for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastClickDate: String - - """The number clicks on links shared on Google Plus""" - hsSocialGooglePlusClicks: String - - """The team of the owner of a contact.""" - hubspotTeamId: String - - """The country reported by a contact's IP address""" - ipCountry: String - - """A contact's LinkedIn bio""" - linkedinbio: String - - """ - The contact's Twitter bio. This is set by HubSpot using the contact's email address. - """ - twitterbio: String - - """ - The value of all owner referencing properties for this object, both default and custom - """ - hsAllOwnerIds: String - - """The last time and date a contact visited your website.""" - hsAnalyticsLastVisitTimestamp: String - - """""" - hsAnalyticsSourceData2: String - - """ - The date of the earliest delivery for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailFirstSendDate: String - - """ - The number of clicks on published social messages. This is set automatically by HubSpot for each contact. - """ - hsSocialNumBroadcastClicks: String - - """The state or region reported by a contact's IP address""" - ipState: String - - """ - The team ids corresponding to all owner referencing properties for this object, both default and custom - """ - hsAllTeamIds: String - - """""" - hsAnalyticsFirstReferrer: String - - """ - The date of the earliest open for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailFirstOpenDate: String - - """The city reported by a contact's IP address""" - ipCity: String - - """""" - hsAnalyticsLastReferrer: String - - """ - The date of the earliest link click for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailFirstClickDate: String - - """How many LinkedIn connections they have""" - linkedinconnections: String - - """A contact's primary phone number""" - phone: String - - """A contact's primary fax number""" - fax: String - - """Indicates the contact is globally ineligible for email.""" - hsEmailIsIneligible: String - - """A contact's Klout score, a measure of Internet influence""" - kloutscoregeneral: String - - """A contact's street address, including apartment or unit #""" - address: String - - """""" - hsAnalyticsAveragePageViews: String - - """""" - hsEmailLastupdated: String - - """Social Media photo""" - photo: String - - """A contact's city of residence""" - city: String - - """""" - hsAnalyticsRevenue: String - - """""" - sfcampaignid: String - - """A contact's state of residence""" - state: String - - """ - The date when a contact's lifecycle stage changed to Lead. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageLeadDate: String - - """ - The date when a contact's lifecycle stage changed to MQL. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageMarketingqualifiedleadDate: String - - """ - The date when a contact's lifecycle stage changed to Opportunity. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageOpportunityDate: String - - """A contact's zip code""" - zip: String - - """A contact's country of residence""" - country: String - - """ - The date when a contact's lifecycle stage changed to SQL. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageSalesqualifiedleadDate: String - - """ - The date when a contact's lifecycle stage changed to Evangelist. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageEvangelistDate: String - - """A contact's job title""" - jobtitle: String - - """ - The date when a contact's lifecycle stage changed to Customer. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageCustomerDate: String - - """A field for any additional user input or comments""" - message: String - - """The date that a contact became a customer""" - closedate: String - - """ - The date when a contact's lifecycle stage changed to Subscriber. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageSubscriberDate: String - - """ - The date when a contact's lifecycle stage changed to Other. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageOtherDate: String - - """""" - lifecyclestage: String - - """The number of company employees""" - numemployees: String - - """The date that a contact entered the system""" - createdate: String - - """""" - hubspotscore: String - - """A company's ID""" - associatedcompanyid: String - - """The date any property on this contact was modified""" - lastmodifieddate: String - - """ - This field is meaningless on its own, and is solely used for triggering dynamic list updates when a company is updated - """ - associatedcompanylastupdated: String - - """A contact's IP Address""" - ipaddress: String - - """Days from create date to close date""" - daysToClose: String - - """The rating of this contact based on their predictive lead score""" - hsPredictivecontactscorebucket: String - - """ - A score calculated by HubSpot that represents a contact's likelihood to become a customer - """ - hsPredictivecontactscore: String -} - -"""Input to create a contact on Hubspot.""" -input HubspotCreateContactInput { - """Properties for the Hubspot contact.""" - properties: HubspotContactPropertiesArg! -} - -"""The output of the createContact mutation.""" -type HubspotCreateContactPayload { - """Contact created by the createContact mutation""" - contact: HubspotContact! -} - -"""The root for Hubspot mutations.""" -type HubspotMutation { - """ - Create a new contact in HubSpot. The contact will be created instantly inside of HubSpot, and will be assigned a unique ID (vid) - """ - createContact( - """Input to create contact.""" - input: HubspotCreateContactInput! - ): HubspotCreateContactPayload! - - """Update a contact in HubSpot.""" - updateContact( - """Input to update a contact.""" - input: HubspotUpdateContactInput! - ): HubspotUpdateContactPayload! - - """Update a contact in HubSpot by email address.""" - updateContactByEmail( - """Input to update a contact by email.""" - input: HubspotUpdateContactByEmailInput! - ): HubspotUpdateContactPayload! - - """ - Create a contact if it doesn't exist in an account already, or update it with the latest property values if it does. - """ - upsertContact( - """Input to update a contact by email.""" - input: HubspotUpdateContactByEmailInput! - ): HubspotUpsertContactPayload! - - """ - Make a REST API call to the Hubspot API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: HubspotPassthroughMutation! -} - -input GmailUpdateDraftData { - """Deprected: use bodyPlain instead. Use bodyHtml to send HTML emails.""" - body: String - - """ - Html email body. Can be provided in addition to bodyPlain. This will render in email clients that support html. - """ - bodyHtml: String - - """ - Plaintext email body. Can be provided in addition to bodyHtml. This will render in email clients that don't support html. - """ - bodyPlain: String - - """ - Subject of the email. If replyToMessageId is provided, this will be default to the subject of the message you are replying to. - """ - subject: String - - """ - Optional id of the message you are replying to. If this is set, the email will automatically be threaded. - """ - replyToMessageId: String - - """Optional id for your message.""" - messageId: String - - """ - List of email addresses that should be bcc'd. Each email address can be in format of `daniel@example.com` or `Daniel ` - """ - bcc: [String!] - - """ - List of email addresses that should be cc'd. Each email address can be in format of `daniel@example.com` or `Daniel ` - """ - cc: [String!] - - """ - List of email addresses the message is to. Each email address can be in format of `daniel@example.com` or `Daniel ` - """ - to: [String!] - - """ - Email address the message is from. Can be in format of `daniel@example.com` or `Daniel ` - """ - from: String - - """ - The id of the draft to update. Note that this is not the message id. This is the id you get from draft.id in the saveDraft mutation or from node.id if you list the drafts. - """ - draftId: String! -} - -type GmailUpdateDraftResponsePayload { - draft: GmailDraft! -} - -type GmailSaveDraftResponsePayload { - draft: GmailDraft! -} - -input GmailSendMessageData { - """Deprected: use bodyPlain instead. Use bodyHtml to send HTML emails.""" - body: String - - """ - Html email body. Can be provided in addition to bodyPlain. This will render in email clients that support html. - """ - bodyHtml: String - - """ - Plaintext email body. Can be provided in addition to bodyHtml. This will render in email clients that don't support html. - """ - bodyPlain: String - - """ - Subject of the email. If replyToMessageId is provided, this will be default to the subject of the message you are replying to. - """ - subject: String - - """ - Optional id of the message you are replying to. If this is set, the email will automatically be threaded. - """ - replyToMessageId: String - - """Optional id for your message.""" - messageId: String - - """ - List of email addresses that should be bcc'd. Each email address can be in format of `daniel@example.com` or `Daniel ` - """ - bcc: [String!] - - """ - List of email addresses that should be cc'd. Each email address can be in format of `daniel@example.com` or `Daniel ` - """ - cc: [String!] - - """ - List of email addresses the message is to. Each email address can be in format of `daniel@example.com` or `Daniel ` - """ - to: [String!] - - """ - Email address the message is from. Can be in format of `daniel@example.com` or `Daniel ` - """ - from: String -} - -type GmailSendMessageResponsePayload { - message: GmailMessage! -} - -""" -The visibility of messages with this label in the message list in the Gmail web interface. -""" -enum GmailMessageListVisibility { - """Do not show the label in the message list.""" - HIDE - - """Show the label in the message list. (Default)""" - SHOW -} - -""" -The visibility of the label in the label list in the Gmail web interface. -""" -enum GmailLabelListVisibility { - """Do not show the label in the label list.""" - LABEL_HIDE - - """Show the label in the label list. (Default)""" - LABEL_SHOW - - """Show the label in the label list. (Default)""" - LABEL_SHOW_IF_UNREAD -} - -input GmailModifyLabelDataLabelArg { - """ - The color to assign to the label. Color is only available for labels that have their type set to user. - """ - color: GmailModifyLabelDataLabelArg - - """The display name of the label""" - name: String! - - """ - The visibility of messages with this label in the message list in the Gmail web interface. - """ - messageListVisibility: GmailMessageListVisibility - - """ - The visibility of the label in the label list in the Gmail web interface. - """ - labelListVisibility: GmailLabelListVisibility -} - -input GmailCreateLabelData { - label: GmailModifyLabelDataLabelArg! -} - -type GmailCreateLabelResponsePayload { - label: GmailLabel! -} - -input GmailRemoveLabelsData { - labelIds: [String!]! - messageId: String! -} - -type GmailRemoveLabelsResponsePayload { - message: GmailMessage! -} - -input GmailAddLabelsData { - labelIds: [String!]! - messageId: String! -} - -type GmailAddLabelsResponsePayload { - message: GmailMessage! -} - -"""Namespace for all mutations for Gmail""" -type GmailMutationNamespace { - addLabelsToMessage(data: GmailAddLabelsData!): GmailAddLabelsResponsePayload! - removeLabelsFromMessage(data: GmailRemoveLabelsData!): GmailRemoveLabelsResponsePayload! - createLabel(data: GmailCreateLabelData!): GmailCreateLabelResponsePayload! - - """ - Send an email through Gmail. Note that you'll need to provide your own authentication in the `auths` argument, as the default OneGraph OAuth token will not have sufficient permissions to _send_ email, even if you've authenticated. - """ - sendMessage(data: GmailSendMessageData!): GmailSendMessageResponsePayload! - - """ - Save a draft through Gmail. Note that you'll need to provide your own authentication in the `auths` argument, as the default OneGraph OAuth token will not have sufficient permissions to _send_ email, even if you've authenticated. - """ - saveDraft(data: GmailSendMessageData!): GmailSaveDraftResponsePayload! - - """ - Update a draft through Gmail. Note that the draftId is different than the message id. Note that you'll need to provide your own authentication in the `auths` argument, as the default OneGraph OAuth token will not have sufficient permissions to _send_ email, even if you've authenticated. - """ - updateDraft(data: GmailUpdateDraftData!): GmailUpdateDraftResponsePayload! -} - -"""Data within a range of the spreadsheet.""" -type GoogleSheetsValueRange { - """ - The major dimension of the values. - - For output, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, - then requesting `range=A1:B2,majorDimension=ROWS` will return - `[[1,2],[3,4]]`, - whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return - `[[1,3],[2,4]]`. - - For input, with `range=A1:B2,majorDimension=ROWS` then `[[1,2],[3,4]]` - will set `A1=1,B1=2,A2=3,B2=4`. With `range=A1:B2,majorDimension=COLUMNS` - then `[[1,2],[3,4]]` will set `A1=1,B1=3,A2=2,B2=4`. - - When writing, if this field is not set, it defaults to ROWS. - """ - majorDimension: String - - """ - The data that was read or to be written. This is an array of arrays, - the outer array representing all the data and each inner array - representing a major dimension. Each item in the inner array - corresponds with one cell. - - For output, empty trailing rows and columns will not be included. - - For input, supported value types are: bool, string, and double. - Null values will be skipped. - To set a cell to an empty value, set the string value to an empty string. - """ - values: [[String!]!] - - """ - The range the values cover, in A1 notation. - For output, this range indicates the entire requested range, - even though the values will exclude trailing rows and columns. - When appending values, this field represents the range to search for a - table, after which values will be appended. - """ - range: String -} - -"""The response when updating a range of values in a spreadsheet.""" -type GoogleSheetsUpdateValuesResponse { - """The range (in A1 notation) that updates were applied to.""" - updatedRange: String - - """The number of cells updated.""" - updatedCells: Int - - """ - The values of the cells after updates were applied. - This is only included if the request's `includeValuesInResponse` field - was `true`. - """ - updatedData: GoogleSheetsValueRange - - """The number of rows where at least one cell in the row was updated.""" - updatedRows: Int - - """ - The number of columns where at least one cell in the column was updated. - """ - updatedColumns: Int - - """The spreadsheet the updates were applied to.""" - spreadsheetId: String -} - -"""The response when updating a range of values in a spreadsheet.""" -type GoogleSheetsAppendValuesResponse { - """Information about the updates that were applied.""" - updates: GoogleSheetsUpdateValuesResponse - - """ - The range (in A1 notation) of the table that values are being appended to - (before the values were appended). - Empty if no table was found. - """ - tableRange: String - - """The spreadsheet the updates were applied to.""" - spreadsheetId: String -} - -"""Google Sheets mutations""" -type GoogleSheetsMutation { - appendValues(insertDataOption: String, DateTimeRenderOption: String, valueInputOption: String!, values: [[String!]!]!, majorDimenson: String!, range: String!, id: String!): GoogleSheetsAppendValuesResponse! -} - -input GoogleComputeMetadataItemsArg { - value: String! - key: String! -} - -input GoogleComputeMetadataArg { - items: [GoogleComputeMetadataItemsArg!]! -} - -input GoogleComputeDiskInitializeParamsArg { - diskName: String - diskSizeGb: String! - diskType: String! - sourceImage: String! -} - -input GoogleComputeDiskArg { - initializeParams: GoogleComputeDiskInitializeParamsArg! - source: String - deviceName: String! - autoDelete: Boolean! - mode: String! - boot: Boolean! - type: String! -} - -input GoogleComputeNetworkInterfaceAccessConfigArg { - type: String! - natIP: String - name: String! -} - -input GoogleComputeNetworkInterfaceArg { - accessConfigs: [GoogleComputeNetworkInterfaceAccessConfigArg!]! - subnetwork: String! - network: String! - name: String! -} - -"""""" -type GoogleComputeOperationWarningsItemDataItem { - """ - [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). - """ - key: String - - """[Output Only] A warning data value corresponding to the key.""" - value: String -} - -"""""" -type GoogleComputeOperationWarningsItem { - """ - [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. - """ - code: String - - """ - [Output Only] Metadata about this warning in key: value format. For example: - "data": [ { "key": "scope", "value": "zones/us-east1-d" } - """ - data: [GoogleComputeOperationWarningsItemDataItem!] - - """[Output Only] A human-readable description of the warning code.""" - message: String -} - -"""""" -type GoogleComputeOperationErrorErrorsItem { - """[Output Only] The error type identifier for this error.""" - code: String - - """ - [Output Only] Indicates the field in the request that caused the error. This property is optional. - """ - location: String - - """[Output Only] An optional, human-readable error message.""" - message: String -} - -""" -[Output Only] If errors are generated during processing of the operation, this field will be populated. -""" -type GoogleComputeOperationError { - """ - [Output Only] The array of errors encountered while processing this operation. - """ - errors: [GoogleComputeOperationErrorErrorsItem!] -} - -""" -An Operation resource, used to manage asynchronous API requests. (== resource_for v1.globalOperations ==) (== resource_for beta.globalOperations ==) (== resource_for v1.regionOperations ==) (== resource_for beta.regionOperations ==) (== resource_for v1.zoneOperations ==) (== resource_for beta.zoneOperations ==) -""" -type GoogleComputeOperation { - """ - [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found. - """ - httpErrorStatusCode: Int - - """ - [Output Only] The time that this operation was requested. This value is in RFC3339 text format. - """ - insertTime: String - - """ - [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses. - """ - progress: Int - - """ - [Output Only] The unique target ID, which identifies a specific incarnation of the target resource. - """ - targetId: String - - """ - [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND. - """ - httpErrorMessage: String - - """ - [Output Only] User who requested the operation, for example: user@example.com. - """ - user: String - - """ - [Output Only] If errors are generated during processing of the operation, this field will be populated. - """ - error: GoogleComputeOperationError - - """ - [Output Only] The unique identifier for the resource. This identifier is defined by the server. - """ - id: String - - """ - [Output Only] The type of operation, such as insert, update, or delete, and so on. - """ - operationType: String - - """[Output Only] Name of the resource.""" - name: String - - """ - [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format. - """ - startTime: String - - """ - [Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE. - """ - status: String - - """ - [Output Only] The URL of the region where the operation resides. Only available when performing regional operations. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. - """ - region: String - - """ - [Output Only] An optional textual description of the current status of the operation. - """ - statusMessage: String - - """[Output Only] Server-defined URL for the resource.""" - selfLink: String - - """ - [Output Only] Type of the resource. Always compute#operation for Operation resources. - """ - kind: String - - """[Deprecated] This field is deprecated.""" - creationTimestamp: String - - """ - [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. - """ - zone: String - - """ - [Output Only] The time that this operation was completed. This value is in RFC3339 text format. - """ - endTime: String - - """ - [Output Only] If warning messages are generated during processing of the operation, this field will be populated. - """ - warnings: [GoogleComputeOperationWarningsItem!] - - """ - [Output Only] A textual description of the operation, which is set when the operation is created. - """ - description: String - - """ - [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. - """ - clientOperationId: String - - """ - [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from. - """ - targetLink: String -} - -"""Google Compute Engine mutations""" -type GoogleComputeMutation { - """Creates a new instance""" - insertInstance(metadata: GoogleComputeMetadataArg, disks: [GoogleComputeDiskArg!]!, networkInterface: [GoogleComputeNetworkInterfaceArg!]!, instanceName: String!, machineType: String!, zone: String!, projectId: String!): GoogleComputeOperation! - - """Deletes an existing instance""" - deleteInstance(name: String!, zone: String!, projectId: String!): GoogleComputeOperation! -} - -"""Google Cloud Storage mutations""" -type GoogleCloudStorageMutation { - """ - Uploads files, over-writing existing files in a given bucket. NB: This is not atomic, it's possible for some files to upload successfully and others not to in the same mutation - """ - upsertFiles(filename: String!, bucket: String!): Boolean! -} - -"""""" -type GoogleMutations { - cloudStorage: GoogleCloudStorageMutation! - compute: GoogleComputeMutation! - sheets: GoogleSheetsMutation! - gmail: GmailMutationNamespace! -} - -""" -Make a REST API call to the Dev.to API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type DevToPassthroughMutation { - """ - Make a POST request to the Dev.to API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - post( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PUT request to the Dev.to API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - put( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a PATCH request to the Dev.to API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - patch( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! - - """ - Make a DELETE request to the Dev.to API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - delete( - """The body to send. Only provide one of body or jsonBody.""" - body: String - - """ - The JSON-encoded body to send. This will automatically set the Content-Type header to `application/json`. Only provide one of body or jsonBody. - """ - jsonBody: JSON - - """The Accept header to set in the API.""" - accept: String - - """The Content-Type header to set in the API.""" - contentType: String - - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -input DevToDestroyWebhookInput { - id: Int! -} - -"""Payload for the destroyWebhook mutation.""" -type DevToDestroyWebhookPayload { - """Webhook that was destroyd""" - webhook: DevToWebhook! -} - -input DevToWebhookCreateWebhookEndpointArg { - """ - The name of the requester, eg. "DEV" - """ - source: String - - """The URL where the webhook will be delivered. Must be a `https` url.""" - targetUrl: String - - """ - An array of events identifiers, e.g. `"article_created"`, `"article_updated"` - """ - events: [String] -} - -input DevToWebhookCreateWebhookArg { - """""" - webhookEndpoint: DevToWebhookCreateWebhookEndpointArg -} - -"""Payload for the createWebhook mutation.""" -type DevToCreateWebhookPayload { - """Webhook that was created""" - webhook: DevToWebhook! -} - -input DevToSetArticlePublishedInput { - published: Boolean! - id: Int! -} - -"""Payload for the setArticlePublished mutation.""" -type DevToSetArticlePublishedPayload { - """Article that was either published or unpublished""" - article: DevToArticle! -} - -input DevToArticleUpdateArticleArg { - """""" - title: String - - """ - The body of the article. - - It can contain an optional front matter. For example - - ```markdown - --- - title: Hello, World! - published: true - tags: discuss, help - date: 20190701T10:00Z - series: Hello series - canonical_url: https://example.com/blog/hello - cover_image: article_published_cover_image - --- - ``` - - `date`, `series` and `canonical_url` are optional. - `date` is the publication date-time - `series` is the name of the series the article belongs to - `canonical_url` is the canonical URL of the article - `cover_image` is the main image of the article - - *If the markdown contains a front matter, it will take precedence - on the equivalent params given in the JSON payload.* - - """ - bodyMarkdown: String - - """ - True to create a published article, false otherwise. Defaults to false - - """ - published: Boolean - - """ - Article series name. - - All articles belonging to the same series need to have the same name - in this parameter. - - To remove an article from a series, the `null` value can be used. - - """ - series: String - - """""" - mainImage: String - - """""" - canonicalUrl: String - - """""" - description: String - - """A list of tags to apply to the article""" - tags: [String!] - - """ - Only users belonging to an organization can assign the article to it - - """ - organizationId: Int -} - -input DevToUpdateArticleInput { - article: DevToArticleUpdateArticleArg! - id: Int! -} - -"""Payload for the updateArticle mutation.""" -type DevToUpdateArticlePayload { - """Article that was updated""" - article: DevToArticle! -} - -input DevToArticleCreateArticleArg { - """""" - title: String! - - """ - The body of the article. - - It can contain an optional front matter. For example - - ```markdown - --- - title: Hello, World! - published: true - tags: discuss, help - date: 20190701T10:00Z - series: Hello series - canonical_url: https://example.com/blog/hello - cover_image: article_published_cover_image - --- - ``` - - `date`, `series` and `canonical_url` are optional. - `date` is the publication date-time - `series` is the name of the series the article belongs to - `canonical_url` is the canonical URL of the article - `cover_image` is the main image of the article - - *If the markdown contains a front matter, it will take precedence - on the equivalent params given in the JSON payload.* - - """ - bodyMarkdown: String - - """ - True to create a published article, false otherwise. Defaults to false - - """ - published: Boolean - - """ - Article series name. - - All articles belonging to the same series need to have the same name - in this parameter. - - """ - series: String - - """""" - mainImage: String - - """""" - canonicalUrl: String - - """""" - description: String - - """A list of tags to apply to the article""" - tags: [String!] - - """ - Only users belonging to an organization can assign the article to it - - """ - organizationId: Int -} - -input DevToCreateArticleInput { - article: DevToArticleCreateArticleArg! -} - -"""Payload for the createArticle mutation.""" -type DevToCreateArticlePayload { - """Article that was created""" - article: DevToArticle! -} - -"""The root for DevTo mutations""" -type DevToMutation { - """Create Article""" - createArticle(input: DevToCreateArticleInput!): DevToCreateArticlePayload! - - """Update Article""" - updateArticle(input: DevToUpdateArticleInput!): DevToUpdateArticlePayload! - - """Publish or unpublished an article by its id""" - setArticlePublished(input: DevToSetArticlePublishedInput!): DevToSetArticlePublishedPayload! - - """Create a webhook""" - createWebhook(input: DevToWebhookCreateWebhookArg!): DevToCreateWebhookPayload! - - """Destroy a webhook""" - destroyWebhook(input: DevToDestroyWebhookInput!): DevToDestroyWebhookPayload! - - """ - Make a REST API call to the Dev.to API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: DevToPassthroughMutation! -} - -input CloudflareRemoveAccountMemberInput { - membershipId: String! - accountId: String! -} - -type CloudflareRemoveAccountMemberResponsePayload { - account: CloudflareAccount! -} - -input CloudflareAddAccountMemberInput { - """List of role ids associated with this member""" - roleIds: [String!]! - email: String! - accountId: String! -} - -type CloudflareAddAccountMemberResponsePayload { - """Account membership that was created by this mutation""" - membership: CloudflareAccountMembership! - account: CloudflareAccount! -} - -"""Namespace for all mutations for Cloudflare""" -type CloudflareMutationNamespace { - addAccountMember(data: CloudflareAddAccountMemberInput!): CloudflareAddAccountMemberResponsePayload! - removeAccountMember(data: CloudflareRemoveAccountMemberInput!): CloudflareRemoveAccountMemberResponsePayload! -} - -type AirtableDeleteRecordPayload { - """Id of the record deleted.""" - recordId: String! -} - -input AirtableRecordFieldArg { - """ - Use boolenValue to set the value of the field if the field is a boolean (e.g. checkbox). Only provide one of stringValue, numberValue, or booleanValue. - """ - booleanValue: Boolean - - """ - Use numberValue to set the value of the field if the field is a number. Only provide one of stringValue, numberValue, or booleanValue. - """ - numberValue: Float - - """ - Use stringValue to set the value of the field if the field is a string. Only provide one of stringValue, numberValue, or booleanValue. - """ - stringValue: String - - """Name of the field.""" - fieldName: String! -} - -type AirtableRecordModificationPayload { - """Record that was created, updated, or replaced.""" - record: AirtableRecord! -} - -"""The root for Airtable mutations""" -type AirtableMutation { - """Creates a new record on the given table in the given base.""" - createRecord( - fields: [AirtableRecordFieldArg!]! - - """Table to create the record in""" - tableName: String! - - """ - Base to create the record in. You can find the baseId from by selecting one of your bases at https://airtable.com/api. The baseId is the part of the path in the URL that starts with `app`. - """ - baseId: String! - ): AirtableRecordModificationPayload! - - """ - Updates a record on the given table in the given base. Any fields that are not included will not be updated. - """ - updateRecord( - fields: [AirtableRecordFieldArg!]! - - """Id of the record to update.""" - recordId: String! - - """Table that the record lives in.""" - tableName: String! - - """ - Base to update record in. You can find the baseId from by selecting one of your bases at https://airtable.com/api. The baseId is the part of the path in the URL that starts with `app`. - """ - baseId: String! - ): AirtableRecordModificationPayload! - - """ - Replaces a record on the given table in the given base. Any fields that are not included will be removed. - """ - replaceRecord( - fields: [AirtableRecordFieldArg!]! - - """Id of the record to replace.""" - recordId: String! - - """Table that the record lives in.""" - tableName: String! - - """ - Base to replace record in. You can find the baseId from by selecting one of your bases at https://airtable.com/api. The baseId is the part of the path in the URL that starts with `app`. - """ - baseId: String! - ): AirtableRecordModificationPayload! - - """Deletes a record on the given table in the given base.""" - deleteRecord( - """Id of the record to delete.""" - recordId: String! - - """Table that the record lives in.""" - tableName: String! - - """ - Base to delete the record in. You can find the baseId from by selecting one of your bases at https://airtable.com/api. The baseId is the part of the path in the URL that starts with `app`. - """ - baseId: String! - ): AirtableDeleteRecordPayload! -} - -type Mutation { - """The root for Airtable mutations""" - airtable( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): AirtableMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Cloudflare mutations""" - cloudflare( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): CloudflareMutationNamespace! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Dev.to mutations""" - devTo( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): DevToMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Google mutations""" - google( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): GoogleMutations! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Hubspot mutations""" - hubspot( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): HubspotMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Intercom mutations""" - intercom( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): IntercomMutation! - - """The root for Mailchimp mutations""" - mailchimp( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): MailchimpMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Meetup mutations""" - meetup( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): MeetupMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Mixpanel mutations""" - mixpanel( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): MixpanelMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Netlify mutations""" - netlify( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): NetlifyMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Salesforce mutations""" - salesforce( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): SalesforceMutation! - - """The root for Slack mutations""" - slack( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): SlackMutationNamespace! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Spotify mutations""" - spotify( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): SpotifyMutationNamespace! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Stripe mutations""" - stripe( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): StripeMutationNamespace! - - """The root for Trello mutations""" - trello( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): TrelloMutation! - - """The root for Twilio mutations""" - twilio( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): TwilioMutationNamespace! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Twitch mutations""" - twitchTv( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): TwitchTvMutation! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Twitter mutations""" - twitter( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): TwitterMutationNamespace! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for YouTube mutations""" - youTube( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): YouTubeMutationNamespace! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Zeit mutations""" - zeit( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): ZeitMutationNamespace! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - oneGraph: OneGraphMutation! - brex( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): BrexRootMutationType - eventil( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): EventilMutation - gitHub( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): GitHubMutation - productHunt( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): ProductHuntMutation - testMutate(query: String!): Boolean! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - signoutServiceUser(input: OneGraphSignoutServiceUserInput!): SignoutServicesResponsePayload! - signoutServices(data: SignoutServicesData!): SignoutServicesResponsePayload! -} - -"""Look up users across multiple services by their email address.""" -type OneGraphEmailNode { - """Hubspot contact.""" - hubspotContact: HubspotContact - - """Intercom user.""" - intercomUser: IntercomUser - - """Stripe customer.""" - stripeCustomer: StripeCustomer - - """Zendesk user.""" - zendeskUser: ZendeskUser - - """Salesforce Contct.""" - salesforceContact: SalesforceContact - - """Salesforce Contct.""" - salesforceLead: SalesforceLead -} - -"""An RSS2 Source""" -type Rss2Source { - """""" - data: String! - - """""" - url: String! -} - -""" -An RSS2 Enclosure. It has three required attributes. url says where the enclosure is located, length says how big it is in bytes, and type says what its type is, a standard MIME type. - -The url must be an http url. - -`` - -A use-case narrative for this element is [here](http://www.thetwowayweb.com/payloadsforrss) -""" -type Rss2Enclosure { - """Says where the enclosure is located""" - url: String! - - """Says how big the enclosure is in bytes""" - length: Int! - - """Says what the enclosure's type is, a standard MIME type""" - mime: String! -} - -"""An RSS2 Category""" -type Rss2Category { - """""" - data: String! - - """""" - domain: String -} - -"""An RSS2 GUID""" -type Rss2Guid { - """""" - data: String! - - """""" - permalink: Boolean! -} - -""" -An RSS2 feed item. A channel may contain any number of s. An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed), and the link and title may be omitted. All elements of an item are optional, however at least one of title or description must be present. -""" -type Rss2FeedItem { - """The title of the item""" - title: String! - - """The description of the item""" - description: String - - """ - "Email address of the author of the item. [More](https://validator.w3.org/feed/docs/rss2.html#ltauthorgtSubelementOfLtitemgt) - - It's the email address of the author of the item. For newspapers and magazines syndicating via RSS, the author is the person who wrote the article that the describes. For collaborative weblogs, the author of the item might be different from the managing editor or webmaster. For a weblog authored by a single individual it would make sense to omit the element. - - `lawyer@boyer.net (Lawyer Boyer)` - """ - author: String - - """The URL of the item""" - link: String - - """ - URL of a page for comments relating to the item. [More](https://validator.w3.org/feed/docs/rss2.html#ltcommentsgtSubelementOfLtitemgt) - If present, it is the url of the comments page for the item. - - `http://rateyourmusic.com/yaccs/commentsn/blogId=705245&itemId=271` - """ - comments: String - - """""" - content: String! - - """""" - contentUri: String - - """ - Indicates when the item was published. [More](https://validator.w3.org/feed/docs/rss2.html#ltpubdategtSubelementOfLtitemgt) - - Its value is a date, indicating when the item was published. If it's a date in the future, aggregators may choose to not display the item until that date. - - `Sun, 19 May 2002 15:21:36 GMT` - """ - pubDate: Float - - """ - A string that uniquely identifies the item. [More](https://validator.w3.org/feed/docs/rss2.html#ltguidgtSubelementOfLtitemgt) - - `guid` stands for globally unique identifier. It's a string that uniquely identifies the item. When present, an aggregator may choose to use this string to determine if an item is new. - - `http://some.server.com/weblogItem3207` - - There are no rules for the syntax of a guid. Aggregators must view them as a string. It's up to the source of the feed to establish the uniqueness of the string. - """ - guid: Rss2Guid - - """ - Includes the item in one or more categories. [More](https://validator.w3.org/feed/docs/rss2.html#ltcategorygtSubelementOfLtitemgt) - - It has one optional attribute, domain, a string that identifies a categorization taxonomy. - - The value of the element is a forward-slash-separated string that identifies a hierarchic location in the indicated taxonomy. Processors may establish conventions for the interpretation of categories. Two examples are provided below: - - `Grateful Dead` - - `MSFT` - - You may include as many category elements as you need to, for different domains, and to have an item cross-referenced in different parts of the same domain. - """ - category: Rss2Category - - """ - Describes a media object that is attached to the item. [More](https://validator.w3.org/feed/docs/rss2.html#ltenclosuregtSubelementOfLtitemgt) - It has three required attributes. url says where the enclosure is located, length says how big it is in bytes, and type says what its type is, a standard MIME type. - - The url must be an http url. - - `` - - A use-case narrative for this element is [here](http://www.thetwowayweb.com/payloadsforrss) - """ - enclosure: Rss2Enclosure - - """ - The RSS channel that the item came from. [More](https://validator.w3.org/feed/docs/rss2.html#ltsourcegtSubelementOfLtitemgt). - - Its value is the name of the RSS channel that the item came from, derived from its ``. It has one required attribute, `url`, which links to the XMLization of the source. - - `<source url="http://static.userland.com/tomalak/links2.xml">Tomalak's Realm</source>` - - The purpose of this element is to propogate credit for links, to publicize the sources of news items. It's used in the post command in the Radio UserLand aggregator. It should be generated automatically when forwarding an item from an aggregator to a weblog authoring tool. - """ - source: Rss2Source -} - -"""An RSS2 feed image""" -type Rss2FeedImage { - """The URL of a GIF, JPEG or PNG image that represents the channel""" - uri: String! - - """ - The URL of the site, when the channel is rendered, the image is a link to the site. (Note, in practice the image <title> and <link> should have the same value as the channel's <title> and <link>. - """ - link: String! - - """ - Describes the image, it's used in the ALT attribute of the HTML <img> tag when the channel is rendered in HTML - """ - title: String! - - """ - Numbers indicating the width of the image in pixels. Maximum value for width is 144, default value is 88. Note that the maximum is not enforced however. - """ - width: Int! - - """ - Numbers indicating the height of the image in pixels. Maximum value for height is 400, default value is 31. Note that the maximum is not enforced however. - """ - height: Int! - - """ - Contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering. - """ - description: String -} - -""" -An RSS2 feed cloud. It specifies a web service that supports the rssCloud interface which can be implemented in HTTP-POST, XML-RPC or SOAP 1.1. - -Its purpose is to allow processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds. - -`<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc" />` - -In this example, to request notification on the channel it appears in, you would send an XML-RPC message to `radio.xmlstoragesystem.com` on port `80`, with a path of `/RPC2`. The procedure to call is `xmlStorageSystem.rssPleaseNotify`. - -A full explanation of this element and the rssCloud interface is [here](http://www.thetwowayweb.com/soapmeetsrss#rsscloudInterface). -""" -type Rss2FeedCloud { - """""" - uri: String! - - """""" - registerProcedure: String! - - """""" - protocol: String! -} - -""" -An RSS2 feed textInput. The purpose of the textInput element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it -""" -type Rss2FeedTextInput { - """The label of the Submit button in the text input area""" - title: String! - - """Explains the text input area""" - description: String! - - """The name of the text object in the text input area""" - name: String! - - """The URL of the CGI script that processes text input requests""" - link: String! -} - -"""An RSS2 Channel""" -type Rss2Channel { - """ - The name of the channel. It's how people refer to your service. If you have an HTML website that contains the same information as your RSS file, the title of your channel should be the same as the title of your website - """ - title: String! - - """The URL to the HTML website corresponding to the channel""" - link: String! - - """Phrase or sentence describing the channel""" - description: String! - - """ - The language the channel is written in. This allows aggregators to group all Italian language sites, for example, on a single page. A list of allowable values for this element, as provided by [Netscape](http://backend.userland.com/stories/storyReader$16), is here. You may also use [values defined](http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes) by the W3C. - """ - language: String - - """Copyright notice for content in the channel""" - copyright: String - - """Email address for person responsible for editorial content""" - managingEditor: String - - """ - Email address for person responsible for technical issues relating to channel - """ - webMaster: String - - """ - Specify one or more categories that the channel belongs to. Follows the same rules as the <item>-level [category](https://validator.w3.org/feed/docs/rss2.html#ltcategorygtSubelementOfLtitemgt) element. More [info](https://validator.w3.org/feed/docs/rss2.html#syndic8) - """ - category: String - - """A string indicating the program used to generate the channel""" - generator: String - - """ - A URL that points to the documentation for the format used in the RSS file. It's probably a pointer to OneGraph's RSS page. It's for people who might stumble across an RSS file on a Web server 25 years from now and wonder what it is. - """ - docs: String - - """ - ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source. More info [here](https://validator.w3.org/feed/docs/rss2.html#ltttlgtSubelementOfLtchannelgt) - """ - ttl: Int - - """""" - rating: Int - - """ - A hint for aggregators telling them which hours they can skip. More info [here](http://backend.userland.com/skipHoursDays#skiphours) - """ - skipHours: Int - - """ - A hint for aggregators telling them which days they can skip. More info [here](http://backend.userland.com/skipHoursDays#skipdays) - """ - skipDays: Int - - """ - Specifies a text input box that can be displayed with the channel. More info [here](https://validator.w3.org/feed/docs/rss2.html#lttextinputgtSubelementOfLtchannelgt) - """ - textInput: Rss2FeedTextInput - - """ - Allows processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds. More info [here](https://validator.w3.org/feed/docs/rss2.html#ltcloudgtSubelementOfLtchannelgt) - """ - cloud: Rss2FeedCloud - - """ - The publication date for the content in the channel. For example, the New York Times publishes on a daily basis, the publication date flips once every 24 hours. That's when the pubDate of the channel changes. All date-times in RSS conform to the Date and Time Specification of RFC 822, with the exception that the year may be expressed with two characters or four characters (four preferred). - """ - pubDate: Float - - """The last time the content of the channel changed""" - lastBuildDate: Float - - """ - Specifies a GIF, JPEG or PNG image that can be displayed with the channel. More info [here](https://validator.w3.org/feed/docs/rss2.html#ltimagegtSubelementOfLtchannelgt) - """ - image: Rss2FeedImage - - """""" - items: [Rss2FeedItem!]! -} - -"""The root for Rss""" -type RssQuery { - """""" - rss2Feed( - """The source of the RSS2 feed""" - url: String! - ): Rss2Channel! -} - -input OneGraphSetAuthGuardianRuleEffectHasuraSetSessionVariableInput { - value: OneGraphSetAuthGuardianRuleEffectJsonValueInput! - name: String! -} - -""" -Commonly used values for use in JWT generation, like GitHub email address or the current time. -""" -enum OneGraphAuthGuardianBuiltInValue { - CONTENTFUL_AVATAR_URL - CONTENTFUL_USER_ID - CONTENTFUL_EMAIL - EGGHEADIO_AVATAR_URL - EGGHEADIO_USER_ID - EGGHEADIO_EMAIL - EGGHEADIO_IS_PRO - EGGHEADIO_IS_INSTRUCTOR - EGGHEADIO_IS_COMMUNITY_MEMBER - GITHUB_AVATAR_URL - GITHUB_EMAIL - GITHUB_LOGIN - GITHUB_NAME - GITHUB_USER_ID - GITHUB_FULL_EMAILS - GMAIL_EMAIL - GMAIL_EMAIL_VERIFIED - GMAIL_USER_ID - NOW_SECONDS - NOW_MILLISECONDS - NOW_TIMESTAMP - SALESFORCE_EMAIL - SALESFORCE_USER_ID - SPOTIFY_EMAIL - SPOTIFY_USER_ID - TWITCH_TV_EMAIL - TWITCH_TV_DISPLAY_NAME - TWITCH_TV_LOGO_URL - TWITCH_TV_USER_ID -} - -input OneGraphSetAuthGuardianRuleEffectJsonValueInput { - json: String - builtInValue: OneGraphAuthGuardianBuiltInValue -} - -input OneGraphSetAuthGuardianRuleEffectSetValueInput { - value: OneGraphSetAuthGuardianRuleEffectJsonValueInput! - path: String! -} - -input OneGraphSetAuthGuardianRuleEffectInput { - onExpressJsAddPermissions: [String!] - onApolloServerAddRoles: [String!] - onNetlifyAddUserRoles: [String!] - onHasuraSetUserId: OneGraphSetAuthGuardianRuleEffectJsonValueInput - onHasuraSetDefaultRole: String - onHasuraSetSessionVariable: OneGraphSetAuthGuardianRuleEffectHasuraSetSessionVariableInput - onHasuraAddRoles: [String!] - inTheJsonAddToListAtPath: OneGraphSetAuthGuardianRuleEffectSetValueInput - inTheJsonRemoveValueAtPath: String - inTheJsonSetValueAtPath: OneGraphSetAuthGuardianRuleEffectSetValueInput -} - -input OneGraphSetAuthGuardianRuleConditionTwitchTvInput { - loginStatus: Boolean - hasVerifiedEmail: Boolean - hasAnEmailThat: OneGraphSetAuthGuardianRuleEmailConditionInput -} - -input OneGraphSetAuthGuardianRuleConditionSpotifyInput { - loginStatus: Boolean - hasAnEmailThat: OneGraphSetAuthGuardianRuleEmailConditionInput -} - -input OneGraphSetAuthGuardianRuleConditionSalesforceInput { - loginStatus: Boolean - hasAnEmailThat: OneGraphSetAuthGuardianRuleEmailConditionInput -} - -input OneGraphSetAuthGuardianRuleConditionGmailInput { - loginStatus: Boolean - hasAnEmailThat: OneGraphSetAuthGuardianRuleEmailConditionInput -} - -input OneGraphSetAuthGuardianRuleConditionGitHubInput { - isCollaboratorOnRepositoryWhereFullName: String - isMemberOfOrganizationNamed: String - hasStarredARepositoryWithAFullNameOf: String - hasCommittedToRepositoryWithAFullNameOf: String - login: OneGraphSetAuthGuardianRuleStringConditionInput - loginStatus: Boolean - hasAnEmailThat: OneGraphSetAuthGuardianRuleEmailConditionInput -} - -input OneGraphSetAuthGuardianRuleConditionEggheadioInput { - isCommunityMember: Boolean - isInstructor: Boolean - isPro: Boolean - loggedIn: Boolean - email: OneGraphSetAuthGuardianRuleEmailConditionInput -} - -input OneGraphSetAuthGuardianRuleStringConditionInput { - isEqualToCaseInsensitively: String - containsCaseInsensitively: String - endsWithCaseInsensitively: String - startsWithCaseInsensitively: String - isEqualTo: String - contains: String - endsWith: String - startsWith: String -} - -input OneGraphSetAuthGuardianRuleEmailConditionInput { - isEqualTo: String - hasADomainThat: OneGraphSetAuthGuardianRuleStringConditionInput - endsWith: String - startsWith: String -} - -input OneGraphSetAuthGuardianRuleConditionContentfulInput { - confirmed: Boolean - activated: Boolean - loggedIn: Boolean - email: OneGraphSetAuthGuardianRuleEmailConditionInput -} - -input OneGraphSetAuthGuardianRuleConditionInput { - twitch: OneGraphSetAuthGuardianRuleConditionTwitchTvInput - spotify: OneGraphSetAuthGuardianRuleConditionSpotifyInput - salesforce: OneGraphSetAuthGuardianRuleConditionSalesforceInput - gmail: OneGraphSetAuthGuardianRuleConditionGmailInput - gitHub: OneGraphSetAuthGuardianRuleConditionGitHubInput - eggheadio: OneGraphSetAuthGuardianRuleConditionEggheadioInput - contentful: OneGraphSetAuthGuardianRuleConditionContentfulInput - always: Boolean -} - -input OneGraphSetAuthGuardianRuleInput { - effects: [OneGraphSetAuthGuardianRuleEffectInput!]! - conditions: [OneGraphSetAuthGuardianRuleConditionInput!]! -} - -input OneGraphSetAuthGuardianInput { - rules: [OneGraphSetAuthGuardianRuleInput!]! -} - -type OneGraphSetAuthGuardianResponsePayload { - javascript: String - graphQL: String - jwt: String - rules: JSON -} - -"""A OneGraph Server Info""" -type OneGraphServerInfo { - """""" - sha: String! - - """""" - buildNumber: Int! -} - -type OneGraphGithubRepositorySubscriptionDelegate { - id: String! - - """Name with owner (e.g. onegraph/graphiql-exporer) of the GitHub repo.""" - nameWithOwner: String! - - """ - Datetime that the repo was set up to allow non-admin subscriptions (rfc3339 encoded) - """ - createdAt: String! -} - -type OneGraphGithubRepositorySubscriptionDelegateConnection { - nodes: [OneGraphGithubRepositorySubscriptionDelegate!]! -} - -"""Persisted query""" -type OneGraphPersistedQuery { - """The persisted query's id.""" - id: String! - - """The persisted query's query string.""" - query: String! - - """The default variables provided to the query.""" - fixedVariables: JSON - - """ - The list of variables that the caller of the query is allowed to provide. - """ - freeVariables: [String!] -} - -"""List of persisted queries.""" -type OneGraphPersistedQueryConnection { - """List of persisted queries.""" - nodes: [OneGraphPersistedQuery!]! - - """Pagination information""" - pageInfo: PageInfo! -} - -type OneGraphAppAuthCompletedLog implements OneGraphAppLog { - """ - Noted whenever an end-user has completed a login for a service when using this app - """ - service: String! - friendlyName: String! - - """The user id according to the service they logged into""" - serviceUserId: String - - """The id of the log""" - id: String! - - """The time of the log, encoded as rfc3339""" - createdAt: String! - - """JSON data encoded as a string for this specific event""" - jsonData(pretty: Boolean): String! -} - -type OneGraphAppLogJwtWebhookFailed implements OneGraphAppLog { - """ - The destination webhook where we tried to deliver the JWT for preprocessing when it failed - """ - destination: String! - - """The numeric HTTP status code we received from the webhook (if any)""" - responseStatusCode: Int - - """The textual responseBody we received from the webhook (if any)""" - responseBody: String - friendlyName: String! - - """The id of the log""" - id: String! - - """The time of the log, encoded as rfc3339""" - createdAt: String! - - """JSON data encoded as a string for this specific event""" - jsonData(pretty: Boolean): String! -} - -type OneGraphAppLogSubscriptionDeliveryFailed implements OneGraphAppLog { - """The subscription for the failed delivery attempt""" - subscription: OneGraphAppSubscription - - """The attempt number for delivering this subscription payload""" - attempt: Int! - friendlyName: String! - - """The id of the log""" - id: String! - - """The time of the log, encoded as rfc3339""" - createdAt: String! - - """JSON data encoded as a string for this specific event""" - jsonData(pretty: Boolean): String! -} - -interface OneGraphAppLog { - id: String! - createdAt: String! - friendlyName: String! - jsonData(pretty: Boolean): String -} - -type OneGraphAppLogConnection { - """Applogs""" - nodes: [OneGraphAppLog!]! -} - -"""An RSA public key used for signing JWTs""" -type OneGraphAppJwtRsaPublicKey { - """The algorithm associated with this public key""" - algorithm: String! - - """The n of the rsa key""" - n: String! - - """The exponent of the rsa key""" - e: String! -} - -"""An HMAC key used for signing JWTs""" -type OneGraphJwtSigningKeyHmac256 implements OneGraphJwtSigningKey { - """The algorithm associated with this public key""" - algorithm: OneGraphJwtSigningAlgorithmEnum! - - """The algorithm associated with this public key""" - family: OneGraphSigningAlgorithmFamilyEnum! - - """The shared secret for this key (if any)""" - sharedSecret: String -} - -"""Signing algorithm for JWTs generated by Onegraph""" -enum OneGraphJwtSigningAlgorithmEnum { - HMAC_256 - RSA_256 -} - -"""The family of Signing algorithms""" -enum OneGraphSigningAlgorithmFamilyEnum { - SYMMETRIC - ASYMMETRIC -} - -"""An RSA public key used for signing JWTs""" -type OneGraphJwtSigningKeyRsa256 implements OneGraphJwtSigningKey { - """The algorithm associated with this public key""" - family: OneGraphSigningAlgorithmFamilyEnum! - - """The algorithm associated with this public key""" - algorithm: OneGraphJwtSigningAlgorithmEnum! -} - -interface OneGraphJwtSigningKey { - """The family of algorithms used for this key""" - family: OneGraphSigningAlgorithmFamilyEnum! - - """The algorithm associated with this key""" - algorithm: OneGraphJwtSigningAlgorithmEnum! -} - -"""The method of generating JWTs""" -enum OneGraphAppJwtGenerationMethodEnum { - MANUAL - AUTH_BUILDER -} - -"""JWT settings for the app, useful for SSO.""" -type OneGraphAppJwtSettings { - """A query to run on every user log in to use in generating the JWT token""" - jwtPreflightQuery: String - - """ - An optional webhook to use for generating the full JWT. Use this and `jwtPreflightQuery` to customize claims. Very useful when used alongside e.g. Hasura or PostGraphile - """ - jwtWebhookUrl: String - - """ - Whether this app is generating JWTs on login via a manual query/webhook combination, or using OneGraph's AuthGuardian - """ - jwtGenerationMethod: OneGraphAppJwtGenerationMethodEnum! - - """ - The rules this app is configured to use when generating JWTs on user login - """ - jwtAuthGuardianRules: JSON - - """The current key used to sign JWTs generated for this app""" - activeKey: OneGraphJwtSigningKey - - """List of the public keys for an app""" - publicKeys: [OneGraphAppJwtRsaPublicKey!] - - """The full JWT configuration for Hasura""" - hasuraConfig: String - - """ - The public well-known JWK url of where to look for public keys when verifying JWT for this app - """ - jwksUrl: String! -} - -"""Status of the subscription""" -enum OneGraphAppSubscriptionsStatusEnumArg { - ACTIVE - INACTIVE -} - -"""Webhook destination for a OneGraph subscription""" -type OneGraphAppSubscriptionWebhookDestination { - """Url that the webhook will deliver payloads to.""" - url: String! -} - -"""Websocket destination for a OneGraph subscription""" -type OneGraphAppSubscriptionWebsocketDestination { - """The client-side id for the subscription.""" - clientId: String! -} - -union OneGraphAppSubscriptionDestination = OneGraphAppSubscriptionWebsocketDestination | OneGraphAppSubscriptionWebhookDestination - -"""Information about a subscription to gmail.""" -type OneGraphGmailWatch { - """Email address that is being watched.""" - emailAddress: String! -} - -"""Subscription created by the app""" -type OneGraphAppSubscription { - """Unique id for the subscription.""" - id: String! - - """Status of the subscription.""" - status: String! - - """Query that the subscription run.""" - query: String! - - """ - If this is a subscription to Gmail, contains extra information about the Gmail subscription - """ - gmailWatch: OneGraphGmailWatch - - """Destination for the subscription payloads""" - destination: OneGraphAppSubscriptionDestination! -} - -""" -Subscriptions created by the app, with extra information about pagination. -""" -type OneGraphAppSubscriptionsConnection { - """List of subscriptions created by the app.""" - nodes: [OneGraphAppSubscription!]! -} - -"""Custom clientId and clientSecret for a service""" -type OneGraphServiceAuth { - """id for the service auth""" - id: String! - - """ - The service that the clientId and clientSecret belong to, e.g. "gmail" - """ - service: String! - - """clientId for the serviceAuth.""" - clientId: String! - - """clientSecret for the serviceAuth.""" - clientSecret: String! - - """ - Optional pubsub topic for gmail auth. Required to use gmail subscriptions with custom OAuth credentials. - """ - gmailWatchPubSubTopic: String - - """ - App name for Trello OAuth client. This is the name that will be displayed on the OAuth login form. - """ - trelloAppName: String - - """Optional scopes to use for the OAuth flow.""" - scopes: [String!] - - """ - If true, the bearer token that is created fetchable by the user whose account the token grants access to. - """ - revealTokens: Boolean! - - """Custom OAuth redirect URI.""" - customRedirectUri: String -} - -"""A OneGraph Org""" -type OneGraphOrg { - """The id of the OneGraph Org""" - id: String! - - """The name of the OneGraph Org""" - name: String! - - """All OneGraph apps belonging to this organization""" - apps: [OneGraphApp!]! -} - -"""A OneGraph App""" -type OneGraphApp { - """The id of the OneGraph App""" - id: String! - - """The description of the OneGraph App""" - description: String! - - """The subdomain of the OneGraph App""" - subdomain: String! - - """The name of the OneGraph App""" - name: String! - - """The origins allowed for this OneGraph App from CORS requests""" - corsOrigins: [String!]! - - """The id of the OneGraph organization that this app belongs to""" - orgId: String! - - """The OneGraph organization that this app belongs to""" - org: OneGraphOrg - - """The queries belonging to this OneGraph app""" - queries: [OneGraphQuery!]! - - """ - The custom clientId/clientSecret that have been set for services (e.g. Gmail and Slack) that belong to this OneGraph app - """ - serviceAuths: [OneGraphServiceAuth!]! - - """Subscriptions created with this app""" - subscriptions( - """Fiter by status of the subscription""" - status: OneGraphAppSubscriptionsStatusEnumArg - - """How many subsriptions to fetch""" - first: Int - ): OneGraphAppSubscriptionsConnection! - - """The JWT settings for this app""" - jwtSettings: OneGraphAppJwtSettings! - - """Activity related to this app""" - auditLogs( - """ - How many log items to pull from the front of the collection, maximum of `250` - """ - first: Int - ): OneGraphAppLogConnection! - - """ - Sites on Netlify associated with this app. OneGraph will allow CORS and authentication redirects to all previews, branch, and production deploys of these sites. - """ - netlifySiteNames: [String!]! - - """List of persisted queries for this app""" - persistedQueries( - """Returns results after the provided cursor.""" - after: String - - """How many persisted queries to return. Defaults to 10, max 100.""" - first: Int - ): OneGraphPersistedQueryConnection! - - """GitHub repos for the app that can have subscriptions on OneGraph.""" - gitHubRepositorySubscriptionDelegates: OneGraphGithubRepositorySubscriptionDelegateConnection! -} - -"""A query stored in Onegraph""" -type OneGraphQuery { - """The id of the GraphQL query""" - id: String! - - """The id of the app that this GraphQL query belongs to""" - appId: String! - - """ - Whether a GraphQL query is globally enabled/disabled. Note that even if the query is enabled, a corresponding auth_token must share a tag with this query to use it. - """ - enabled: Boolean! - - """ - Whether a GraphQL query is shared and publicly viewable, including all of its meta-information. - """ - public: Boolean! - - """The version (currently a hash of the body) of the GraphQL query""" - version: String! - - """The body of the GraphQL query""" - body: String! - - """The name of the GraphQL query""" - name: String! - - """An optional description of the GraphQL query""" - description: String - - """The tags (for permissions and organization) of the GraphQL query""" - tags: [String!]! - - """What time this query was created""" - createdAtTs: String! - - """What time this query was created in milliseconds from the epoch""" - createdAtMs: Int! -} - -"""A query stored in OneGraph in shortened form for easy sharing""" -type OneGraphShortenedQuery { - """The id of the shortened OneGraph query""" - id: String! - - """The full query body of the shortened OneGraph query""" - query: String! - - """The variables of the shortened OneGraph query""" - variables: String - - """The pre-selected operation of the shortened OneGraph query""" - operation: String - - """An optional description of the purpose of the query""" - description: String - - """The optional short name for the shortened OneGraph query""" - name: String - - """ - The fully-qualified url for the shortened OneGraph query, used for sharing - """ - url: String! -} - -input OneGraphServiceInfoFilter { - """Filter for services that support custom service auth""" - supportsCustomServiceAuth: Boolean - - """Filter for services that support OAuth login""" - supportsOauthLogin: Boolean -} - -"""Information about a service that OneGraph supports.""" -type OneGraphServiceInfo { - service: OneGraphServiceEnum! - friendlyServiceName: String! - - """ - Service string that can be provided in the URL when going through the oauth flow. - """ - slug: String! - supportsOauthLogin: Boolean! - supportsCustomServiceAuth: Boolean! -} - -""" -Root fields for the OneGraph service. Used by OneGraph to build OneGraph. -""" -type OneGraphServiceQuery { - services(filter: OneGraphServiceInfoFilter): [OneGraphServiceInfo!]! - shortenedUrl(id: String!): OneGraphShortenedQuery - queries: [OneGraphQuery!]! - searchQueries(query: String!): [OneGraphQuery!]! - apps: [OneGraphApp!]! - app( - """App id""" - id: String! - ): OneGraphApp! - orgs: [OneGraphOrg!]! - org( - """Org id""" - id: String! - ): OneGraphOrg! - serverInfo: OneGraphServerInfo! - authGuardianPreview(input: OneGraphSetAuthGuardianInput!): OneGraphSetAuthGuardianResponsePayload -} - -"""Information about pagination in a connection.""" -type EventilPageInfo { - """When paginating forwards, the cursor to continue.""" - endCursor: String - - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String -} - -"""An edge in a connection.""" -type EventilEventEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: EventilEvent -} - -"""The connection type for Event.""" -type EventilEventConnection { - """A list of edges.""" - edges: [EventilEventEdge] - - """Information to aid in pagination.""" - pageInfo: EventilPageInfo! -} - -"""Event cities""" -type EventilCity { - """""" - count: Int - - """""" - name: String -} - -"""""" -type EventilQuery { - """Top cities""" - cities(limit: Int): [EventilCity] - - """Event field""" - event(id: ID!): EventilEvent - - """Events list""" - events( - limit: Int - where: String - name: String - topics: [String] - topic: String - featured: Boolean - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): EventilEventConnection - - """Return resource owner""" - me: EventilUser - - """Find Presentation by ID / Hash ID / YouTube ID / Vimeo ID""" - presentation(vimeo_id: String, youtube_id: String, id: ID): EventilPresentation - - """Event topics""" - topics(top: Boolean, limit: Int): [EventilTopic] - - """Find User by GitHub/Twitter/HackerNews/Reddit handle""" - user(reddit: String, hackernews: String, twitter: String, github: String): EventilUser -} - -"""An edge in a connection.""" -type ProductHuntMakerProjectEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntMakerProject! -} - -"""The connection type for MakerProject.""" -type ProductHuntMakerProjectConnection { - """A list of edges.""" - edges: [ProductHuntMakerProjectEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""Top level scope for the user in whose context the API is running.""" -type ProductHuntViewer { - """Look up goals of the viewer.""" - goals( - """Define order for the Goals.""" - order: ProductHuntGoalsOrder - - """ - Select Goals which are set as current or not current depending on given value. - """ - current: Boolean - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntGoalConnection! - - """Look up maker groups the viewer is accepted member of.""" - makerGroups( - """Define order for the MakerGroups.""" - order: ProductHuntMakerGroupsOrder - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntMakerGroupConnection! - - """ - Look up maker projects the viewer is a maintainer(either created or maintained by) of. - """ - makerProjects( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntMakerProjectConnection! - - """User who is the viewer of the API.""" - user: ProductHuntUser! -} - -enum ProductHuntTopicsOrder { - """Returns Topics in descending order of creation date.""" - NEWEST - - """Returns Topics in descending order of followers count.""" - FOLLOWERS_COUNT -} - -enum ProductHuntPostsOrder { - """Returns Posts in descending order of featured date.""" - FEATURED_AT - - """Returns Posts in descending order of votes count.""" - VOTES - - """Returns Posts in descending order of ranking.""" - RANKING - - """Returns Posts in descending order of creation date.""" - NEWEST -} - -enum ProductHuntMakerGroupsOrder { - """Returns MakerGroups in descending order of last active date.""" - LAST_ACTIVE - - """Returns MakerGroups in descending order of members count.""" - MEMBERS_COUNT - - """Returns MakerGroups in descending order of goals count.""" - GOALS_COUNT - - """Returns MakerGroups in descending order of creation date.""" - NEWEST -} - -"""An edge in a connection.""" -type ProductHuntMakerGroupEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntMakerGroup! -} - -"""The connection type for MakerGroup.""" -type ProductHuntMakerGroupConnection { - """A list of edges.""" - edges: [ProductHuntMakerGroupEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -enum ProductHuntGoalsOrder { - """Returns Goals in descending order of completion date.""" - COMPLETED_AT - - """Returns Goals in ascending order of due date.""" - DUE_AT - - """Returns Goals in descending order of creation date.""" - NEWEST -} - -"""An edge in a connection.""" -type ProductHuntGoalEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntGoal! -} - -"""The connection type for Goal.""" -type ProductHuntGoalConnection { - """A list of edges.""" - edges: [ProductHuntGoalEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""A maker project.""" -type ProductHuntMakerProject { - """ID of the MakerProject.""" - id: ID! - - """Image of the MakerProject.""" - image(height: Int, width: Int): String - - """Whether the MakerProject owner is looking for other makers or not.""" - lookingForOtherMakers: Boolean! - - """ID of the MakerProject.""" - name: String! - - """Tagline of the MakerProject.""" - tagline: String! - - """URL of the MakerProject.""" - url: String! -} - -"""A group of makers, also known as Spaces on PH.""" -type ProductHuntMakerGroup { - """Description of the MakerGroup.""" - description: String! - - """Number of goals that have been created in the MakerGroup.""" - goalsCount: Int! - - """ID of the MakerGroup.""" - id: ID! - - """Whether Viewer is member of the MakerGroup or not.""" - isMember: Boolean! - - """Number of users who are part of the MakerGroup.""" - membersCount: Int! - - """Name of the MakerGroup.""" - name: String! - - """Tagline of the MakerGroup.""" - tagline: String! - - """URL of the MakerGroup.""" - url: String! -} - -"""A goal created by maker.""" -type ProductHuntGoal { - """Number of cheers on the Goal.""" - cheerCount: Int! - - """Identifies the date and time when goal was marked as completed.""" - completedAt: String - - """Identifies the date and time when goal was created.""" - createdAt: String! - - """Whether the goal is user's current goal or not.""" - current: Boolean! - - """Identifies the date and time until the goal is user's current goal.""" - currentUntil: String - - """Identifies the date and time when goal is due.""" - dueAt: String - - """Total time spent in focus mode in seconds, starts at 0""" - focusedDuration: Int! - - """Maker group to which the goal belongs to.""" - group: ProductHuntMakerGroup! - - """ID of Maker group to which the goal belongs to.""" - groupId: ID! - - """ID of the goal.""" - id: ID! - - """Whether the Viewer has cheered the goal or not.""" - isCheered: Boolean! - - """Maker project to which the goal belongs to.""" - project: ProductHuntMakerProject - - """ID of Maker project to which the goal belongs to.""" - projectId: ID - - """Title of the goal in plain text""" - title: String! - - """Public URL of the goal.""" - url: String! - - """User who created the goal.""" - user: ProductHuntUser! - - """ID of User who created the goal.""" - userId: ID! -} - -enum ProductHuntCollectionsOrder { - """Returns Collections in descending order of creation date.""" - NEWEST - - """Returns Collections in descending order of followers count.""" - FOLLOWERS_COUNT - - """Returns Collections in descending order of featured date.""" - FEATURED_AT -} - -"""An object that can have topics associated with it.""" -interface ProductHuntTopicableInterface { - """ID of the object.""" - id: ID! - - """Look up topics that are associated with the object.""" - topics( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntTopicConnection! -} - -"""A topic.""" -type ProductHuntTopic { - """Identifies the date and time when topic was created.""" - createdAt: String! - - """Description of the topic.""" - description: String! - - """Number of users who are following the topic.""" - followersCount: Int! - - """ID of the topic.""" - id: ID! - - """Image of the topic.""" - image(height: Int, width: Int): String - - """Whether the viewer is following the topic or not.""" - isFollowing: Boolean! - - """Name of the topic.""" - name: String! - - """Number of posts that are part of the topic.""" - postsCount: Int! - - """URL friendly slug of the topic.""" - slug: String! - - """Public URL of the topic.""" - url: String! -} - -"""An edge in a connection.""" -type ProductHuntTopicEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntTopic! -} - -"""The connection type for Topic.""" -type ProductHuntTopicConnection { - """A list of edges.""" - edges: [ProductHuntTopicEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""Product link from a post.""" -type ProductHuntProductLink { - """""" - type: String! - - """""" - url: String! -} - -"""A media object.""" -type ProductHuntMedia { - """Type of media object.""" - type: String! - - """ - Public URL for the media object. Incase of videos this URL represents thumbnail generated from video. - """ - url( - """Set height of the image to given value.""" - height: Int - - """Set width of the image to given value.""" - width: Int - ): String! - - """Video URL of the media object.""" - videoUrl: String -} - -"""An object which users can vote for.""" -interface ProductHuntVotableInterface { - """ID of the object""" - id: ID! - - """Whether the Viewer has voted for the object or not.""" - isVoted: Boolean! - - """""" - votes( - """Select Votes which were created before the given date and time.""" - createdBefore: String - - """Select Votes which were created after the given date and time.""" - createdAfter: String - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntVoteConnection! - - """Number of votes that the object has currently.""" - votesCount: Int! -} - -"""A vote.""" -type ProductHuntVote { - """Identifies the date and time when Vote was created.""" - createdAt: String! - - """ID of the Vote.""" - id: ID! - - """User who created the Vote.""" - user: ProductHuntUser! - - """ID of User who created the Vote.""" - userId: ID! -} - -"""An edge in a connection.""" -type ProductHuntVoteEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntVote! -} - -"""The connection type for Vote.""" -type ProductHuntVoteConnection { - """A list of edges.""" - edges: [ProductHuntVoteEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""An edge in a connection.""" -type ProductHuntUserEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntUser! -} - -"""The connection type for User.""" -type ProductHuntUserConnection { - """A list of edges.""" - edges: [ProductHuntUserEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""A user.""" -type ProductHuntUser { - """Cover image of the user.""" - coverImage(height: Int, width: Int): String - - """Identifies the date and time when user was created.""" - createdAt: String! - - """Look up collections that the user is following.""" - followedCollections( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntCollectionConnection! - - """Look up other users who are following the user.""" - followers( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntUserConnection! - - """Look up other users who are being followed by the user.""" - following( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntUserConnection! - - """Headline text of the user.""" - headline: String - - """ID of the user.""" - id: ID! - - """Whether the viewer is following the user or not.""" - isFollowing: Boolean! - - """Whether the user is an accepted maker or not.""" - isMaker: Boolean! - - """Whether the user is same as the viewer of the API.""" - isViewer: Boolean! - - """Look up posts that the user has made.""" - madePosts( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntPostConnection! - - """Name of the user.""" - name: String! - - """Profile image of the user.""" - profileImage(size: Int): String - - """Look up posts that the user has submitted.""" - submittedPosts( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntPostConnection! - - """Twitter username of the user.""" - twitterUsername: String - - """Public URL of the user's profile""" - url: String! - - """Username of the user.""" - username: String! - - """Look up posts that the user has voted for.""" - votedPosts( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntPostConnection! - - """URL for the user's website""" - websiteUrl: String - twitterUser: TwitterUser - gitHubUser: GitHubUser - websiteDescuri: Descuri -} - -enum ProductHuntCommentsOrder { - """Returns Comments in descending order of creation date.""" - NEWEST - - """Returns Comments in descending order of votes count.""" - VOTES_COUNT -} - -"""A comment posted by a User.""" -type ProductHuntComment implements ProductHuntVotableInterface { - """Body of the comment.""" - body: String! - - """Identifies the date and time when comment was created.""" - createdAt: String! - - """ID of the comment.""" - id: ID! - - """Whether the Viewer has voted for the object or not.""" - isVoted: Boolean! - - """ - Comment on which this comment was posted(null in case of top level comments). - """ - parent: ProductHuntComment - - """ - ID of Comment on which this comment was posted(null in case of top level comments). - """ - parentId: ID - - """Lookup comments that were posted on the comment itself.""" - replies( - """Define order for the Comments.""" - order: ProductHuntCommentsOrder - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntCommentConnection! - - """Public URL of the comment.""" - url: String! - - """User who posted the comment.""" - user: ProductHuntUser! - - """ID of User who posted the comment.""" - userId: ID! - - """""" - votes( - """Select Votes which were created before the given date and time.""" - createdBefore: String - - """Select Votes which were created after the given date and time.""" - createdAfter: String - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntVoteConnection! - - """Number of votes that the object has currently.""" - votesCount: Int! -} - -"""An edge in a connection.""" -type ProductHuntCommentEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntComment! -} - -"""The connection type for Comment.""" -type ProductHuntCommentConnection { - """A list of edges.""" - edges: [ProductHuntCommentEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""Information about pagination in a connection.""" -type ProductHuntPageInfo { - """When paginating forwards, the cursor to continue.""" - endCursor: String - - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String -} - -"""An edge in a connection.""" -type ProductHuntCollectionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntCollection! -} - -"""The connection type for Collection.""" -type ProductHuntCollectionConnection { - """A list of edges.""" - edges: [ProductHuntCollectionEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""A post.""" -type ProductHuntPost implements ProductHuntVotableInterface & ProductHuntTopicableInterface { - """Lookup collections which the Post is part of.""" - collections( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntCollectionConnection! - - """Lookup comments on the Post.""" - comments( - """Define order for the Comments.""" - order: ProductHuntCommentsOrder - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntCommentConnection! - - """Number of comments made on the Post.""" - commentsCount: Int! - - """Identifies the date and time when the Post was created.""" - createdAt: String! - - """Description of the Post in plain text.""" - description: String - - """Identifies the date and time when the Post was featured.""" - featuredAt: String - - """ID of the Post.""" - id: ID! - - """Whether the viewer has added the Post to one of their collections.""" - isCollected: Boolean! - - """Whether the Viewer has voted for the object or not.""" - isVoted: Boolean! - - """Users who are marked as makers of the Post.""" - makers: [ProductHuntUser!]! - - """Media items for the Post.""" - media: [ProductHuntMedia!]! - - """Name of the Post.""" - name: String! - - """Additional product links""" - productLinks: [ProductHuntProductLink!]! - - """Count of review for the Post""" - reviewsCount: Int! - - """Aggregate review rating for the Post.""" - reviewsRating: Float! - - """URL friendly slug of the Post.""" - slug: String! - - """Tagline of the Post.""" - tagline: String! - - """Thumbnail media object of the Post.""" - thumbnail: ProductHuntMedia - - """Look up topics that are associated with the object.""" - topics( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntTopicConnection! - - """URL of the Post on Product Hunt.""" - url: String! - - """User who created the Post.""" - user: ProductHuntUser! - - """ID of User who created the Post.""" - userId: ID! - - """""" - votes( - """Select Votes which were created before the given date and time.""" - createdBefore: String - - """Select Votes which were created after the given date and time.""" - createdAfter: String - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntVoteConnection! - - """Number of votes that the object has currently.""" - votesCount: Int! - - """URL that redirects to the Post's website.""" - website: String! -} - -"""An edge in a connection.""" -type ProductHuntPostEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: ProductHuntPost! -} - -"""The connection type for Post.""" -type ProductHuntPostConnection { - """A list of edges.""" - edges: [ProductHuntPostEdge!]! - - """Information to aid in pagination.""" - pageInfo: ProductHuntPageInfo! - - """Total number of objects returned from this query""" - totalCount: Int! -} - -"""A collection of posts.""" -type ProductHuntCollection implements ProductHuntTopicableInterface { - """Cover image for the collection.""" - coverImage(height: Int, width: Int): String - - """Identifies the date and time when collection was created.""" - createdAt: String! - - """Description of the collection in plain text.""" - description: String - - """Identifies the date and time when collection was featured.""" - featuredAt: String - - """Number of users following the collection.""" - followersCount: Int! - - """ID of the collection.""" - id: ID! - - """Whether the viewer is following the collection or not.""" - isFollowing: Boolean! - - """Name of the collection.""" - name: String! - - """Lookup posts which are part of the collection.""" - posts( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntPostConnection! - - """Tagline of the collection.""" - tagline: String! - - """Look up topics that are associated with the object.""" - topics( - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntTopicConnection! - - """Public URL of the goal.""" - url: String! - - """User who created the collection.""" - user: ProductHuntUser! - - """ID of User who created the collection.""" - userId: ID! -} - -"""The query root for Product Hunt API V2 schema""" -type ProductHuntQuery { - """Look up a Collection(only published).""" - collection( - """URL friendly slug for the object.""" - slug: String - - """ID for the object.""" - id: ID - ): ProductHuntCollection - - """Look up Collections by various parameters.""" - collections( - """Define order for the Collections.""" - order: ProductHuntCollectionsOrder - - """ - Select Collections that have been featured or not featured depending on given value. - """ - featured: Boolean - - """Select Collections that are created by User with the given ID.""" - userId: ID - - """Select Collections that have the Post with the given ID.""" - postId: ID - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntCollectionConnection! - - """Look up a Comment.""" - comment( - """ID for the object.""" - id: ID! - ): ProductHuntComment - - """Look up a Goal.""" - goal( - """ID for the object.""" - id: ID! - ): ProductHuntGoal - - """Look up Goals by various parameters.""" - goals( - """Define order for the Goals.""" - order: ProductHuntGoalsOrder - - """ - Select Goals that have been completed or not completed depending on given value. - """ - completed: Boolean - - """Select Goals that are created in the MakerProject with given ID.""" - makerProjectId: ID - - """Select Goals that are created in the MakerGroup(Space) with given ID.""" - makerGroupId: ID - - """Select Goals that are created by User with the given ID.""" - userId: ID - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntGoalConnection! - - """Look up a MakerGroup.""" - makerGroup( - """ID for the object.""" - id: ID! - ): ProductHuntMakerGroup - - """Look up MakerGroups by various parameters.""" - makerGroups( - """Define order for the MakerGroups.""" - order: ProductHuntMakerGroupsOrder - - """ - Select MakerGroups that the User with the given ID is accepted member of. - """ - userId: ID - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntMakerGroupConnection! - - """Look up a Post.""" - post( - """URL friendly slug for the object.""" - slug: String - - """ID for the object.""" - id: ID - ): ProductHuntPost - - """Look up Posts by various parameters.""" - posts( - """Select Posts that have the given twitter url.""" - twitterUrl: String - - """Define order for the Posts.""" - order: ProductHuntPostsOrder - - """Select Posts that have the given slug as one of their topics.""" - topic: String - - """Select Posts which were posted after the given date and time.""" - postedAfter: String - - """Select Posts which were posted before the given date and time.""" - postedBefore: String - - """ - Select Posts that have been featured or not featured depending on given value. - """ - featured: Boolean - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntPostConnection! - - """Look up a Topic.""" - topic( - """URL friendly slug for the object.""" - slug: String - - """ID for the object.""" - id: ID - ): ProductHuntTopic - - """Look up Topics by various parameters.""" - topics( - """Define order for the Topics.""" - order: ProductHuntTopicsOrder - - """Select Topics whose name or aliases match the given string""" - query: String - - """Select Topics that are followed by User with the given ID.""" - followedByUserId: ID - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Returns the first _n_ elements from the list.""" - first: Int - ): ProductHuntTopicConnection! - - """Look up a User.""" - user( - """Username for the user.""" - username: String - - """ID for the user.""" - id: ID - ): ProductHuntUser - - """ - Top level scope for currently authenticated user. Includes `goals`, `makerGroups`, `makerProjects` & `user` fields. - """ - viewer: ProductHuntViewer -} - -""" -Make a REST API call to the GitHub API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type GithubPassthroughQuery { - """ - Make a GET request to the GitHub API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -enum GitHubSecurityAdvisoryIdentifierType { - """Common Vulnerabilities and Exposures Identifier.""" - CVE - - """GitHub Security Advisory ID.""" - GHSA -} - -"""An advisory identifier to filter results on.""" -input GitHubSecurityAdvisoryIdentifierFilter { - """The identifier string. Supports exact or partial matching.""" - value: String! - - """The identifier type.""" - type: GitHubSecurityAdvisoryIdentifierType! -} - -enum GitHubSecurityAdvisoryOrderField { - """Order advisories by publication time""" - PUBLISHED_AT - - """Order advisories by update time""" - UPDATED_AT -} - -"""Ordering options for security advisory connections""" -input GitHubSecurityAdvisoryOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order security advisories by.""" - field: GitHubSecurityAdvisoryOrderField! -} - -"""An edge in a connection.""" -type GitHubSecurityAdvisoryEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubSecurityAdvisory -} - -"""The connection type for SecurityAdvisory.""" -type GitHubSecurityAdvisoryConnection { - """A list of edges.""" - edges: [GitHubSecurityAdvisoryEdge] - - """A list of nodes.""" - nodes: [GitHubSecurityAdvisory] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubSearchType { - """Returns results matching issues in repositories.""" - ISSUE - - """Returns results matching repositories.""" - REPOSITORY - - """Returns results matching users and organizations on GitHub.""" - USER -} - -"""Represents a single highlight in a search result match.""" -type GitHubTextMatchHighlight { - """The indice in the fragment where the matched text begins.""" - beginIndice: Int! - - """The indice in the fragment where the matched text ends.""" - endIndice: Int! - - """The text matched.""" - text: String! -} - -"""A text match within a search result.""" -type GitHubTextMatch { - """The specific text fragment within the property matched on.""" - fragment: String! - - """Highlights within the matched fragment.""" - highlights: [GitHubTextMatchHighlight!]! - - """The property matched on.""" - property: String! -} - -"""An edge in a connection.""" -type GitHubSearchResultItemEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubSearchResultItem - - """Text matches on the result found.""" - textMatches: [GitHubTextMatch] -} - -"""A list of results that matched against a search query.""" -type GitHubSearchResultItemConnection { - """The number of pieces of code that matched the search query.""" - codeCount: Int! - - """A list of edges.""" - edges: [GitHubSearchResultItemEdge] - - """The number of issues that matched the search query.""" - issueCount: Int! - - """A list of nodes.""" - nodes: [GitHubSearchResultItem] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """The number of repositories that matched the search query.""" - repositoryCount: Int! - - """The number of users that matched the search query.""" - userCount: Int! - - """The number of wiki pages that matched the search query.""" - wikiCount: Int! -} - -"""Represents the client's rate limit.""" -type GitHubRateLimit { - """The point cost for the current query counting against the rate limit.""" - cost: Int! - - """ - The maximum number of points the client is permitted to consume in a 60 minute window. - """ - limit: Int! - - """The maximum number of nodes this query may return""" - nodeCount: Int! - - """The number of points remaining in the current rate limit window.""" - remaining: Int! - - """ - The time at which the current rate limit window resets in UTC epoch seconds. - """ - resetAt: String! -} - -"""Represents information about the GitHub instance.""" -type GitHubGitHubMetadata { - """Returns a String that's a SHA of `github-services`""" - gitHubServicesSha: String! - - """IP addresses that users connect to for git operations""" - gitIpAddresses: [String!] - - """IP addresses that service hooks are sent from""" - hookIpAddresses: [String!] - - """IP addresses that the importer connects from""" - importerIpAddresses: [String!] - - """Whether or not users are verified""" - isPasswordAuthenticationVerifiable: Boolean! - - """IP addresses for GitHub Pages' A records""" - pagesIpAddresses: [String!] -} - -"""An edge in a connection.""" -type GitHubMarketplaceListingEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubMarketplaceListing -} - -"""Look up Marketplace Listings""" -type GitHubMarketplaceListingConnection { - """A list of edges.""" - edges: [GitHubMarketplaceListingEdge] - - """A list of nodes.""" - nodes: [GitHubMarketplaceListing] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""The query root of GitHub's GraphQL interface.""" -type GitHubQuery { - """Look up a code of conduct by its key""" - codeOfConduct( - """The code of conduct's key""" - key: String! - ): GitHubCodeOfConduct - - """Look up a code of conduct by its key""" - codesOfConduct: [GitHubCodeOfConduct] - - """Look up an enterprise by URL slug.""" - enterprise( - """The enterprise invitation token.""" - invitationToken: String - - """The enterprise URL slug.""" - slug: String! - ): GitHubEnterprise - - """ - Look up a pending enterprise administrator invitation by invitee, enterprise and role. - """ - enterpriseAdministratorInvitation( - """The role for the business member invitation.""" - role: GitHubEnterpriseAdministratorRole! - - """The slug of the enterprise the user was invited to join.""" - enterpriseSlug: String! - - """The login of the user invited to join the business.""" - userLogin: String! - ): GitHubEnterpriseAdministratorInvitation - - """ - Look up a pending enterprise administrator invitation by invitation token. - """ - enterpriseAdministratorInvitationByToken( - """The invitation token sent with the invitation email.""" - invitationToken: String! - ): GitHubEnterpriseAdministratorInvitation - - """Look up an open source license by its key""" - license( - """The license's downcased SPDX ID""" - key: String! - ): GitHubLicense - - """Return a list of known open source licenses""" - licenses: [GitHubLicense]! - - """Get alphabetically sorted list of Marketplace categories""" - marketplaceCategories( - """Returns top level categories only, excluding any subcategories.""" - excludeSubcategories: Boolean - - """Exclude categories with no listings.""" - excludeEmpty: Boolean - - """Return only the specified categories.""" - includeCategories: [String!] - ): [GitHubMarketplaceCategory!]! - - """Look up a Marketplace category by its slug.""" - marketplaceCategory( - """Also check topic aliases for the category slug""" - useTopicAliases: Boolean - - """The URL slug of the category.""" - slug: String! - ): GitHubMarketplaceCategory - - """Look up a single Marketplace listing""" - marketplaceListing( - """ - Select the listing that matches this slug. It's the short name of the listing used in its URL. - """ - slug: String! - ): GitHubMarketplaceListing - - """Look up Marketplace listings""" - marketplaceListings( - """Select only listings that offer a free trial.""" - withFreeTrialsOnly: Boolean - - """ - Select only listings where the primary category matches the given category slug. - """ - primaryCategoryOnly: Boolean - - """ - Select the listings with these slugs, if they are visible to the viewer. - """ - slugs: [String] - - """ - Select listings visible to the viewer even if they are not approved. If omitted or - false, only approved listings will be returned. - - """ - allStates: Boolean - - """Select listings for products owned by the specified organization.""" - organizationId: ID - - """Select listings that can be administered by the specified user.""" - adminId: ID - - """ - Select listings to which user has admin access. If omitted, listings visible to the - viewer are returned. - - """ - viewerCanAdmin: Boolean - - """Also check topic aliases for the category slug""" - useTopicAliases: Boolean - - """Select only listings with the given category.""" - categorySlug: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubMarketplaceListingConnection! - - """Return information about the GitHub instance""" - meta: GitHubGitHubMetadata! - - """Fetches an object given its ID.""" - node( - """ID of the object.""" - id: ID! - ): GitHubNode - - """Lookup nodes by a list of IDs.""" - nodes( - """The list of node IDs.""" - ids: [ID!]! - ): [GitHubNode]! - - """Lookup a organization by login.""" - organization( - """The organization's login.""" - login: String! - ): GitHubOrganization - - """The client's rate limit information.""" - rateLimit( - """If true, calculate the cost for the query without evaluating it""" - dryRun: Boolean - ): GitHubRateLimit - - """ - Hack to workaround https://github.com/facebook/relay/issues/112 re-exposing the root query object - """ - relay: GitHubQuery! - - """Lookup a given repository by the owner and repository name.""" - repository( - """The name of the repository""" - name: String! - - """The login field of a user or organization""" - owner: String! - ): GitHubRepository - - """ - Lookup a repository owner (ie. either a User or an Organization) by login. - """ - repositoryOwner( - """The username to lookup the owner by.""" - login: String! - ): GitHubRepositoryOwner - - """Lookup resource by a URL.""" - resource( - """The URL.""" - url: String! - ): GitHubUniformResourceLocatable - - """Perform a search across resources.""" - search( - """The types of search items to search within.""" - type: GitHubSearchType! - - """The search string to look for.""" - query: String! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSearchResultItemConnection! - - """GitHub Security Advisories""" - securityAdvisories( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter advisories to those updated since a time in the past.""" - updatedSince: String - - """Filter advisories to those published since a time in the past.""" - publishedSince: String - - """Filter advisories by identifier, e.g. GHSA or CVE.""" - identifier: GitHubSecurityAdvisoryIdentifierFilter - - """Ordering options for the returned topics.""" - orderBy: GitHubSecurityAdvisoryOrder - ): GitHubSecurityAdvisoryConnection! - - """Fetch a Security Advisory by its GHSA ID""" - securityAdvisory( - """GitHub Security Advisory ID.""" - ghsaId: String! - ): GitHubSecurityAdvisory - - """Software Vulnerabilities documented by GitHub Security Advisories""" - securityVulnerabilities( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """A list of severities to filter vulnerabilities by.""" - severities: [GitHubSecurityAdvisorySeverity!] - - """A package name to filter vulnerabilities by.""" - package: String - - """An ecosystem to filter vulnerabilities by.""" - ecosystem: GitHubSecurityAdvisoryEcosystem - - """Ordering options for the returned topics.""" - orderBy: GitHubSecurityVulnerabilityOrder - ): GitHubSecurityVulnerabilityConnection! - - """Look up a single Sponsors Listing""" - sponsorsListing( - """Select the Sponsors listing which matches this slug""" - slug: String! - ): GitHubSponsorsListing @deprecated(reason: "`Query.sponsorsListing` will be removed. Use `Sponsorable.sponsorsListing` instead. Removal on 2020-04-01 UTC.") - - """Look up a topic by name.""" - topic( - """The topic's name.""" - name: String! - ): GitHubTopic - - """Lookup a user by login.""" - user( - """The user's login.""" - login: String! - ): GitHubUser - - """The currently authenticated user.""" - viewer: GitHubUser! - - """ - Make a REST API call to the GitHub API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: GithubPassthroughQuery! -} - -"""""" -type BrexLoyaltyProgramEdge { - """""" - cursor: String - - """""" - node: BrexLoyaltyProgram -} - -"""""" -type BrexLoyaltyProgramConnection { - """""" - edges: [BrexLoyaltyProgramEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexRewardsCampaignEdge { - """""" - cursor: String - - """""" - node: BrexRewardsCampaign -} - -"""""" -type BrexRewardsCampaignConnection { - """""" - edges: [BrexRewardsCampaignEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexIntegrationEdge { - """""" - cursor: String - - """""" - node: BrexIntegration -} - -"""""" -type BrexIntegrationConnection { - """""" - edges: [BrexIntegrationEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexSuggestion { - """""" - field: String! - - """""" - options: [BrexSuggestionType]! -} - -enum BrexOrderDirection { - ASC - DESC -} - -"""""" -input BrexOrderByInput { - sort: String! - direction: BrexOrderDirection! -} - -"""""" -type BrexDateHistogramAggregationField { - """""" - count: Int! - - """""" - date: Int! - - """""" - sum: Float -} - -"""""" -type BrexDateHistogramAggregationResult { - """""" - name: String! - - """""" - series: [BrexDateHistogramAggregationField]! -} - -"""""" -type BrexGroupAggregationField { - """""" - count: Int! - - """""" - key: String! -} - -"""""" -type BrexGroupAggregationResult { - """""" - name: String! - - """""" - values: [BrexGroupAggregationField] -} - -"""""" -type BrexSumAggregationResult { - """""" - name: String! - - """""" - value: Float! -} - -"""""" -union BrexAggregationResult = BrexSumAggregationResult | BrexGroupAggregationResult | BrexDateHistogramAggregationResult - -"""""" -type BrexSearchResult { - """""" - aggregates: [BrexAggregationResult] - - """""" - cursor: String - - """""" - hits: [BrexSearchable]! - - """""" - totalHits: Int! -} - -enum BrexSyncReadyStatus { - HAS_CONFLICT - INVALID_FIELDS - PAYLOAD_INVALID - READY_TO_SYNC -} - -"""""" -type BrexFinancialInstitutionEdge { - """""" - cursor: String - - """""" - node: BrexFinancialInstitution -} - -"""""" -type BrexFinancialInstitutionConnection { - """""" - edges: [BrexFinancialInstitutionEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexProductApplicationEdge { - """""" - cursor: String - - """""" - node: BrexProductApplication -} - -"""""" -type BrexProductApplicationConnection { - """""" - edges: [BrexProductApplicationEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexLocationEdge { - """""" - cursor: String - - """""" - node: BrexLocation -} - -"""""" -type BrexLocationConnection { - """""" - edges: [BrexLocationEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexApiClient { - """""" - clientName: String - - """""" - clientUrl: String -} - -enum BrexRecipientType { - BUSINESS - INDIVIDUAL -} - -"""""" -type BrexInternationalWireInputField { - """""" - displayName: String! - - """""" - forRecipientTypes: [BrexRecipientType!] - - """""" - format: String - - """""" - maxLength: Int! - - """""" - minLength: Int! - - """""" - name: String! - - """""" - tooltip: String -} - -"""""" -type BrexInternationalWireCountryConfig { - """""" - addressRequiresZipCode: Boolean! - - """""" - countryCodeAlpha2: String! - - """""" - countryName: String! - - """""" - iban: Boolean! - - """""" - inputFields: [BrexInternationalWireInputField!]! - - """""" - recipientTypes: [BrexRecipientType!] -} - -"""""" -type BrexInternationalWireConfig { - """""" - countryConfigs: [BrexInternationalWireCountryConfig!]! -} - -"""""" -type BrexInternationalBankInformation { - """""" - address: BrexAddress! - - """""" - name: String! - - """""" - nameAbbrev: String! -} - -"""""" -type BrexMilesTransferEdge { - """""" - cursor: String - - """""" - node: BrexMilesTransfer -} - -"""""" -type BrexMilesTransferConnection { - """""" - edges: [BrexMilesTransferEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexDepartmentEdge { - """""" - cursor: String - - """""" - node: BrexDepartment -} - -"""""" -type BrexDepartmentConnection { - """""" - edges: [BrexDepartmentEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexOnboardingApplicationEdge { - """""" - cursor: String - - """""" - node: BrexOnboardingApplication -} - -"""""" -type BrexOnboardingApplicationConnection { - """""" - edges: [BrexOnboardingApplicationEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexStatementEdge { - """""" - cursor: String - - """""" - node: BrexStatement -} - -"""""" -type BrexStatementConnection { - """""" - edges: [BrexStatementEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexReferralEdge { - """""" - cursor: String - - """""" - node: BrexReferral -} - -"""""" -type BrexReferralConnection { - """""" - edges: [BrexReferralEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexStatementEntryLensEdge { - """""" - cursor: String - - """""" - node: BrexStatementEntryLens -} - -"""""" -type BrexStatementEntryLensConnection { - """""" - edges: [BrexStatementEntryLensEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexCredentialEdge { - """""" - cursor: String - - """""" - node: BrexCredential -} - -"""""" -type BrexCredentialConnection { - """""" - edges: [BrexCredentialEdge] - - """""" - pageInfo: BrexPageInfo! -} - -enum BrexFinancialsVendor { - FINICITY -} - -"""""" -type BrexRootQueryType { - """""" - merchantCategory(id: ID!): BrexMerchantCategory - - """ - Reward offered to referred user for new referrals by logged-in referrer. - """ - currentReferredReward: BrexReferralReward - - """""" - integration(id: ID!): BrexIntegration - - """""" - connectHasEncounteredFailure(vendor: BrexFinancialsVendor!): Boolean! - - """""" - authzRules: [BrexRoleRule] - - """""" - integrationEntities(last: Int, first: Int, before: String, after: String): BrexExternalIntegrationEntityConnection - - """""" - credentials(vendor: String, last: Int, first: Int, before: String, after: String): BrexCredentialConnection - - """""" - userOnboardingApplication: BrexOnboardingApplication - - """""" - previewIntegrationRule(ruleId: ID, ruleBody: String!, last: Int, integrationId: ID!, first: Int, before: String, after: String): BrexStatementEntryLensConnection - - """""" - department(id: ID!): BrexDepartment - - """""" - unexportedStatementEntries(startDate: String, ruleIds: [ID], last: Int, integrationId: ID, first: Int, endDate: String, before: String, after: String, activeFacetType: BrexIntegrationRulesFilterFacetType): BrexStatementEntryConnection - - """""" - referrals(last: Int, first: Int, before: String, after: String): BrexReferralConnection - - """""" - collectionIntention(id: ID!): BrexCollectionIntention - - """""" - statements(last: Int, first: Int, before: String, after: String): BrexStatementConnection - - """""" - onboardingApplications(type: BrexOnboardingBlueprintType, last: Int, first: Int, before: String, applicantCustomerUserId: ID, after: String): BrexOnboardingApplicationConnection - - """""" - location(id: ID!): BrexLocation - - """""" - departments(last: Int, first: Int, before: String, after: String): BrexDepartmentConnection - - """""" - merchant(id: ID!): BrexMerchant - - """Customer account's current servicing policy""" - currentServicingPolicy: BrexServicingPolicy - - """""" - asset(id: ID): BrexAsset - - """""" - cards(last: Int, first: Int, before: String, after: String): BrexCardConnection - - """""" - node(id: ID!): BrexNode - - """""" - merchantCategories(last: Int, first: Int, before: String, after: String): BrexMerchantCategoryConnection - - """Miles transfers""" - milesTransfers(last: Int, first: Int, before: String, after: String): BrexMilesTransferConnection - - """""" - rules(last: Int, first: Int, before: String, after: String): BrexRuleConnection - - """""" - internationalBankInformation(swiftCode: String!): BrexInternationalBankInformation - - """""" - collectionIntentions(last: Int, first: Int, before: String, after: String): BrexCollectionIntentionConnection - - """""" - credential(id: ID!): BrexCredential - - """""" - collectionAttempts(last: Int, first: Int, before: String, after: String): BrexCollectionAttemptConnection - - """""" - internationalWireConfig: BrexInternationalWireConfig - - """""" - depositsTransaction(id: ID!): BrexDepositsTransaction - - """""" - validateLoyaltyProgramMembershipId(membershipId: String!, loyaltyProgramId: ID!): Boolean - - """""" - collectionAttempt(id: ID!): BrexCollectionAttempt - - """""" - userCategories(last: Int, first: Int, before: String, after: String): BrexUserCategoryConnection - - """""" - accountConnectedApiClient: BrexApiClient - - """The id of an object.""" - locations(last: Int, first: Int, before: String, after: String): BrexLocationConnection - - """""" - financialAccounts(last: Int, first: Int, before: String, after: String): BrexFinancialAccountConnection - - """""" - supportedRoles: [String] - - """""" - users(last: Int, first: Int, before: String, after: String): BrexUserConnection - - """""" - fedachParticipant(routingNumber: String!): BrexFedachParticipant - - """""" - productApplications(last: Int, first: Int, before: String, after: String): BrexProductApplicationConnection - - """""" - user(id: ID): BrexUser - - """""" - integrationRule(id: ID!): BrexIntegrationRule - - """""" - financialInstitutions(last: Int, first: Int, before: String, after: String): BrexFinancialInstitutionConnection - - """Reward offered to referrer for new referrals by logged-in referrer.""" - currentReferrerReward: BrexReferralReward - - """""" - transactions(status: String, last: Int, first: Int, customerUserId: ID, before: String, after: String): BrexTransactionConnection - - """""" - rule(id: ID!): BrexRule - - """""" - isIntegrationReadyToSync(startDate: String, id: ID!, endDate: String): BrexSyncReadyStatus - - """""" - card(showPan: Boolean, id: ID!): BrexCard - - """""" - fedwireParticipant(routingNumber: String!): BrexFedwireParticipant - - """""" - userCategory(id: ID!): BrexUserCategory - - """""" - search(type: String!, pageSize: Int, orderBy: [BrexOrderByInput], filters: String!, cursor: String, aggregates: String): BrexSearchResult - - """""" - account: BrexAccount - - """""" - financialInstitution(id: ID!): BrexFinancialInstitution - - """""" - suggest(text: String!): [BrexSuggestion] - - """""" - accountHasExpensifyIntegration: Boolean - - """""" - statementEntries(onlyUnexported: Boolean, last: Int, first: Int, before: String, after: String): BrexStatementEntryConnection - - """""" - statement(id: ID!): BrexStatement - - """""" - integrations(last: Int, first: Int, before: String, after: String): BrexIntegrationConnection - - """""" - onboardingApplication(id: ID!): BrexOnboardingApplication - - """""" - rewardsCampaigns(last: Int, first: Int, before: String, after: String): BrexRewardsCampaignConnection - - """Loyalty programs for miles transfer""" - loyaltyPrograms(last: Int, first: Int, before: String, after: String): BrexLoyaltyProgramConnection - - """""" - transactedMerchants: [BrexMerchant] - - """""" - transaction(id: ID!): BrexTransaction - - """""" - productApplication(id: ID!): BrexProductApplication - - """""" - financialSources(last: Int, first: Int, before: String, after: String): BrexFinancialSourceConnection - - """""" - unexportedStatementEntryFilterFacets(startDate: String, integrationId: ID, endDate: String): [BrexIntegrationRulesFilterFacet] - - """""" - integrationEntity(id: ID!): BrexExternalIntegrationEntity -} - -"""Field to sort search results by, defaults to `relevance`""" -enum ZendeskSearchSortBy { - UPDATED_AT - CREATED_AT - PRIORITY - TICKET_STATUS - TICKET_TYPE -} - -""" -The status property returns tickets set to the specified status. Possible values include `NEW`, `OPEN`, `PENDING`, `HOLD`, `SOLVED`, or `CLOSED`. [Learn more about ticket properties](https://support.zendesk.com/hc/en-us/articles/203663226#topic_crj_yev_uc). You can also search by user, organization, and group properties. -""" -enum ZendeskSearchStatus { - NEW - OPEN - PENDING - HOLD - SOLVED - CLOSED -} - -""" -The type property returns records of the specified resource type. Possible values include `TICKET`, `USER`, `ORGANIZATION`, or `GROUP`. [Learn more about types](https://support.zendesk.com/hc/en-us/articles/203663226#topic_qtr_avw_ld). -""" -enum ZendeskSearchType { - TICKET - USER - ORGANIZATION - GROUP -} - -"""""" -type ZendeskSearchResultsEdge { - """cursor""" - cursor: String! - - """node""" - node: ZendeskSearchResult! -} - -"""""" -type ZendeskSearchResultsConnection { - """Total number of search results""" - totalResults: Int! - - """edges""" - edges: [ZendeskSearchResultsEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -"""The root for Zendesk""" -type ZendeskQuery { - search( - sortOrder: ZendeskSearchSortOrder - sortBy: ZendeskSearchSortBy - status: ZendeskSearchStatus - type: ZendeskSearchType - - """ - The `:` character is the equality operator. Other operators include `<` and `>` , the minus sign `-` , and the wildcard character `*`. [Learn more about the operators](https://support.zendesk.com/hc/en-us/articles/203663226#topic_ngr_frb_vc) - - Double quotes, `""` , are used for search phrases. Only records containing an exact match of the phrase are returned. Note that in GraphiQL you'll need to escape these quotes. - - Date properties such as `created`, `updated`, and `solved` return records for a specific date, on or before a certain date, and on or after a certain date. The date format is `YYYY-MM-DD`. [Learn more about dates](https://support.zendesk.com/hc/en-us/articles/203663226#topic_gbg_dvw_ld). - """ - query: String - last: Int - first: Int - before: String - after: String - ): ZendeskSearchResultsConnection - tickets(sortOrder: ZendeskSearchSortOrder, sortBy: ZendeskTicketsSortBy, last: Int, first: Int, before: String, after: String): ZendeskTicketsConnection - user(id: String!): ZendeskUser -} - -type ZeitCreatorId { - """""" - uid: String -} - -type ZeitDeploymentList { - """ - A string with the unique deployment ID you can use to get more information or remove it. - """ - uid: String - - """A string with the deployment under which the deployment was created.""" - name: String - - """ - A string with the unique URL of the deployment. If it hasn't finished uploading (is incomplete), the value will be null. - """ - url: String - - """ - A number containing the date when the deployment was created (in timestamp). - """ - createdAt: Int - - """A map with the ID of the user who created the deployment.""" - creator: ZeitCreatorId - - """""" - state: ZeitDeploymentReadyState - - """The logs from this ZEIT deployment.""" - logs: [ZeitDeploymentLog!] -} - -enum ZeitServiceTypeEnum { - EXTERNAL - ZEIT_WORLD -} - -type ZeitDomainsList { - """The unique ID of the domain.""" - uid: String - - """The domain name.""" - name: String - - """The date when it was created the registry.""" - createdAt: String - - """If it was purchased through Now the date when it was purchased.""" - boughtAt: String - - """The date when the domain is going to expire and need to be renewed.""" - expiresAt: String - - """If it is an externally handled domain.""" - isExternal: Boolean - - """ - If the domain has the ownership verified. If an external nameserver is used the user must verify the domain name by creating a TXT record for `_now` subdomain containing a verification token provided as a `POST` result. After the record has been created, the user may retry the same `POST` and the endpoint shall return `verified: true`, if the domain was verified succesfully. - """ - verified: Boolean - - """`external` for externally handled domain; `zeit.world` for managed.""" - serviceType: ZeitServiceTypeEnum - - """""" - cdnEnabled: Boolean -} - -type ZeitPriceOfADomain { - """The domain price.""" - price: Int - - """The time period by which the domain is purchased.""" - period: Int -} - -type ZeitDomainAvailabilityStatus { - """If the domain is available or not.""" - available: Boolean -} - -enum ZeitDeploymentReadyState { - INITIALIZING - ANALYZING - BUILDING - DEPLOYING - READY - ERROR -} - -type ZeitSimpleBuild { - """""" - src: String - - """""" - use: String -} - -type ZeitRoute { - """""" - src: String - - """""" - dest: String -} - -enum ZeitRegionEnum { - BRU1 - GRU1 - IAD1 - SFO1 -} - -type ZeitDeploymentFull { - """A String holding the unique ID of the deployment.""" - id: String - - """ - A string with the unique URL of the deployment. If it hasn't finished uploading (is incomplete), the value will be null. - """ - url: String - - """The name of the deployment.""" - name: String - - """The Now platform version the deployment is associated with.""" - version: Int - - """The regions the deployment exists in, e.g. sfo1.""" - regions: [ZeitRegionEnum!] - - """ - A list of routes objects used to rewrite paths to point towards other internal or external paths. For example; [{ "src": "/docs", "dest": "https://docs.zeit.co" }]. - """ - routes: [ZeitRoute!] - - """ - A list of objects containing the Builds for a particular set of sources in the deployment. Each object contains a src and use describing the sources files that use Builds in the deployment. - """ - builds: [ZeitSimpleBuild!] - - """The pricing plan the deployment was made under.""" - plan: String - - """ - A Boolean representing if the deployment is public or not. By default this is false. - """ - public: Boolean - - """The unique ID of the user or team the deployment belongs to.""" - ownerId: String - - """""" - readyState: ZeitDeploymentReadyState - - """ - A number containing the date when the deployment was created in milliseconds. - """ - createdAt: Int - - """The region where the deployment was first created, e.g. sfo1.""" - createdIn: String -} - -type ZeitDeploymentLogPayload { - """""" - serial: String - - """""" - date: Int - - """""" - id: String - - """""" - text: String - - """""" - deploymentId: String - - """ - Retrieve a deployment by its id. Note that if a deployment hasn't finished uploading (is incomplete), the url property will have a value of null. - """ - deployment: ZeitDeploymentFull -} - -enum ZeitLogObjectTypeEnum { - REQUEST - RESPONSE - COMMAND - STDOUT -} - -type ZeitDeploymentLog { - """The date when the log was created.""" - createdAt: Int - - """ - The type of log. The type could be request, response, command or stdout. - """ - type: ZeitLogObjectTypeEnum - - """""" - payload: ZeitDeploymentLogPayload -} - -"""The root for Zeit.""" -type ZeitQuery { - """Logs from a deployment to Zeit.""" - deploymentLogs( - """The deployment id from Zeit.""" - id: String! - ): [ZeitDeploymentLog!] - - """Whether a domain *may* be available""" - domainAvailable( - """The domain name""" - name: String! - ): ZeitDomainAvailabilityStatus - - """Check domain price""" - domainPrice( - """The domain name""" - name: String! - ): ZeitPriceOfADomain - - """ - Retrieves a list of domains registered for the authenticating user. Each domain entry contains an `aliases` array listing every alias associated with the domain. The field `isExternal` is a boolean value telling whether an external nameserver is used to manage DNS records for the domain. - """ - domains: [ZeitDomainsList!] - - """ - List all the deployments under the account corresponding to the API token. If a deployment hasn't finished uploading (is incomplete), the url property will have a value of null. - """ - deployments: [ZeitDeploymentList!]! - - """ - Retrieve a deployment by its id. Note that if a deployment hasn't finished uploading (is incomplete), the url property will have a value of null. - """ - deployment(id: String!): ZeitDeploymentFull -} - -"""""" -type YouTubeLiveStreamConfigurationIssue { - """The long-form description of the issue and how to resolve it.""" - description: String - - """The short-form reason for this issue.""" - reason: String - - """How severe this issue is to the stream.""" - severity: String - - """The kind of error happening.""" - type: String -} - -"""""" -type YouTubeLiveStreamHealthStatus { - """The configurations issues on this stream""" - configurationIssues: [YouTubeLiveStreamConfigurationIssue!] - - """The last time this status was updated (in seconds)""" - lastUpdateTimeSeconds: String - - """The status code of this stream""" - status: String -} - -"""Brief description of the live stream status.""" -type YouTubeLiveStreamStatus { - """The health status of the stream.""" - healthStatus: YouTubeLiveStreamHealthStatus - - """""" - streamStatus: String -} - -"""""" -type YouTubeLiveStreamSnippet { - """ - The ID that YouTube uses to uniquely identify the channel that is transmitting the stream. - """ - channelId: String - - """ - The stream's description. The value cannot be longer than 10000 characters. - """ - description: String - - """""" - isDefaultStream: Boolean - - """ - The date and time that the stream was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String - - """ - The stream's title. The value must be between 1 and 128 characters long. - """ - title: String -} - -"""Detailed settings of a stream.""" -type YouTubeLiveStreamContentDetails { - """The ingestion URL where the closed captions of this stream are sent.""" - closedCaptionsIngestionUrl: String - - """ - Indicates whether the stream is reusable, which means that it can be bound to multiple broadcasts. It is common for broadcasters to reuse the same stream for many different broadcasts if those broadcasts occur at different times. - - If you set this value to false, then the stream will not be reusable, which means that it can only be bound to one broadcast. Non-reusable streams differ from reusable streams in the following ways: - - A non-reusable stream can only be bound to one broadcast. - - A non-reusable stream might be deleted by an automated process after the broadcast ends. - - The liveStreams.list method does not list non-reusable streams if you call the method and set the mine parameter to true. The only way to use that method to retrieve the resource for a non-reusable stream is to use the id parameter to identify the stream. - """ - isReusable: Boolean -} - -""" -Describes information necessary for ingesting an RTMP or an HTTP stream. -""" -type YouTubeIngestionInfo { - """ - The backup ingestion URL that you should use to stream video to YouTube. You have the option of simultaneously streaming the content that you are sending to the ingestionAddress to this URL. - """ - backupIngestionAddress: String - - """ - The primary ingestion URL that you should use to stream video to YouTube. You must stream video to this URL. - - Depending on which application or tool you use to encode your video stream, you may need to enter the stream URL and stream name separately or you may need to concatenate them in the following format: - - STREAM_URL/STREAM_NAME - """ - ingestionAddress: String - - """The HTTP or RTMP stream name that YouTube assigns to the video stream.""" - streamName: String -} - -"""Brief description of the live stream cdn settings.""" -type YouTubeCdnSettings { - """The format of the video stream that you are sending to Youtube.""" - format: String - - """The frame rate of the inbound video data.""" - frameRate: String - - """ - The ingestionInfo object contains information that YouTube provides that you need to transmit your RTMP or HTTP stream to YouTube. - """ - ingestionInfo: YouTubeIngestionInfo - - """The method or protocol used to transmit the video stream.""" - ingestionType: String - - """The resolution of the inbound video data.""" - resolution: String -} - -"""A live stream describes a live ingestion point.""" -type YouTubeLiveStream { - """ - The cdn object defines the live stream's content delivery network (CDN) settings. These settings provide details about the manner in which you stream your content to YouTube. - """ - cdn: YouTubeCdnSettings - - """ - The content_details object contains information about the stream, including the closed captions ingestion URL. - """ - contentDetails: YouTubeLiveStreamContentDetails - - """Etag of this resource.""" - etag: String - - """The ID that YouTube assigns to uniquely identify the stream.""" - id: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#liveStream". - """ - kind: String - - """ - The snippet object contains basic details about the stream, including its channel, title, and description. - """ - snippet: YouTubeLiveStreamSnippet - - """The status object contains information about live stream's status.""" - status: YouTubeLiveStreamStatus -} - -"""""" -type YouTubeLiveStreamListResponse { - """""" - tokenPagination: String - - """The visitorId identifies the visitor.""" - visitorId: String - - """""" - pageInfo: YouTubePageInfo - - """A list of live streams that match the request criteria.""" - items: [YouTubeLiveStream!] - - """Etag of this resource.""" - etag: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#liveStreamListResponse". - """ - kind: String - - """ - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. - """ - nextPageToken: String - - """ - The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. - """ - prevPageToken: String - - """Serialized EventId of the request which produced this response.""" - eventId: String -} - -"""""" -type YouTubeLiveBroadcastStatus { - """ - The broadcast's status. The status can be updated using the API's liveBroadcasts.transition method. - """ - lifeCycleStatus: String - - """Priority of the live broadcast event (internal state).""" - liveBroadcastPriority: String - - """ - The broadcast's privacy status. Note that the broadcast represents exactly one YouTube video, so the privacy settings are identical to those supported for videos. In addition, you can set this field by modifying the broadcast resource or by setting the privacyStatus field of the corresponding video resource. - """ - privacyStatus: String - - """The broadcast's recording status.""" - recordingStatus: String -} - -""" -Statistics about the live broadcast. These represent a snapshot of the values at the time of the request. Statistics are only returned for live broadcasts. -""" -type YouTubeLiveBroadcastStatistics { - """ - The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended. - """ - concurrentViewers: String - - """ - The total number of live chat messages currently on the broadcast. The property and its value will be present if the broadcast is public, has the live chat feature enabled, and has at least one message. Note that this field will not be filled after the broadcast ends. So this property would not identify the number of chat messages for an archived video of a completed live broadcast. - """ - totalChatCount: String -} - -"""""" -type YouTubeLiveBroadcastSnippet { - """The id of the live chat for this broadcast.""" - liveChatId: String - - """""" - isDefaultBroadcast: Boolean - - """ - A map of thumbnail images associated with the broadcast. For each nested object in this object, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YouTubeThumbnailDetails - - """ - The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast. - """ - channelId: String - - """ - The date and time that the broadcast is scheduled to end. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - scheduledEndTime: String - - """ - The broadcast's title. Note that the broadcast represents exactly one YouTube video. You can set this field by modifying the broadcast resource or by setting the title field of the corresponding video resource. - """ - title: String - - """ - The date and time that the broadcast actually ended. This information is only available once the broadcast's state is complete. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - actualEndTime: String - - """ - The broadcast's description. As with the title, you can set this field by modifying the broadcast resource or by setting the description field of the corresponding video resource. - """ - description: String - - """ - The date and time that the broadcast is scheduled to start. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - scheduledStartTime: String - - """ - The date and time that the broadcast actually started. This information is only available once the broadcast's state is live. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - actualStartTime: String - - """ - The date and time that the broadcast was added to YouTube's live broadcast schedule. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String -} - -"""Settings and Info of the monitor stream""" -type YouTubeMonitorStreamInfo { - """ - If you have set the enableMonitorStream property to true, then this property determines the length of the live broadcast delay. - """ - broadcastStreamDelayMs: Int - - """HTML code that embeds a player that plays the monitor stream.""" - embedHtml: String - - """ - This value determines whether the monitor stream is enabled for the broadcast. If the monitor stream is enabled, then YouTube will broadcast the event content on a special stream intended only for the broadcaster's consumption. The broadcaster can use the stream to review the event content and also to identify the optimal times to insert cuepoints. - - You need to set this value to true if you intend to have a broadcast delay for your event. - - Note: This property cannot be updated once the broadcast is in the testing or live state. - """ - enableMonitorStream: Boolean -} - -"""Detailed settings of a broadcast.""" -type YouTubeLiveBroadcastContentDetails { - """""" - stereoLayout: String - - """ - This setting determines whether viewers can access DVR controls while watching the video. DVR controls enable the viewer to control the video playback experience by pausing, rewinding, or fast forwarding content. The default value for this property is true. - - - - Important: You must set the value to true and also set the enableArchive property's value to true if you want to make playback available immediately after the broadcast ends. - """ - enableDvr: Boolean - - """ - The date and time that the live stream referenced by boundStreamId was last updated. - """ - boundStreamLastUpdateTimeMs: String - - """ - If both this and enable_low_latency are set, they must match. LATENCY_NORMAL should match enable_low_latency=false LATENCY_LOW should match enable_low_latency=true LATENCY_ULTRA_LOW should have enable_low_latency omitted. - """ - latencyPreference: String - - """ - This setting indicates whether the broadcast should automatically begin with an in-stream slate when you update the broadcast's status to live. After updating the status, you then need to send a liveCuepoints.insert request that sets the cuepoint's eventState to end to remove the in-stream slate and make your broadcast stream visible to viewers. - """ - startWithSlate: Boolean - - """ - This setting indicates whether YouTube should enable content encryption for the broadcast. - """ - enableContentEncryption: Boolean - - """ - The monitorStream object contains information about the monitor stream, which the broadcaster can use to review the event content before the broadcast stream is shown publicly. - """ - monitorStream: YouTubeMonitorStreamInfo - - """ - This setting indicates whether the broadcast video can be played in an embedded player. If you choose to archive the video (using the enableArchive property), this setting will also apply to the archived video. - """ - enableEmbed: Boolean - - """ - Automatically start recording after the event goes live. The default value for this property is true. - - - - Important: You must also set the enableDvr property's value to true if you want the playback to be available immediately after the broadcast ends. If you set this property's value to true but do not also set the enableDvr property to true, there may be a delay of around one day before the archived video will be available for playback. - """ - recordFromStart: Boolean - - """""" - closedCaptionsType: String - - """This value uniquely identifies the live stream bound to the broadcast.""" - boundStreamId: String - - """Indicates whether this broadcast has low latency enabled.""" - enableLowLatency: Boolean - - """""" - mesh: String - - """The projection format of this broadcast. This defaults to rectangular.""" - projection: String - - """ - This setting indicates whether auto start is enabled for this broadcast. - """ - enableAutoStart: Boolean - - """ - This setting indicates whether HTTP POST closed captioning is enabled for this broadcast. The ingestion URL of the closed captions is returned through the liveStreams API. This is mutually exclusive with using the closed_captions_type property, and is equivalent to setting closed_captions_type to CLOSED_CAPTIONS_HTTP_POST. - """ - enableClosedCaptions: Boolean -} - -""" -A liveBroadcast resource represents an event that will be streamed, via live video, on YouTube. -""" -type YouTubeLiveBroadcast { - """ - The contentDetails object contains information about the event's video content, such as whether the content can be shown in an embedded video player or if it will be archived and therefore available for viewing after the event has concluded. - """ - contentDetails: YouTubeLiveBroadcastContentDetails - - """Etag of this resource.""" - etag: String - - """The ID that YouTube assigns to uniquely identify the broadcast.""" - id: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#liveBroadcast". - """ - kind: String - - """ - The snippet object contains basic details about the event, including its title, description, start time, and end time. - """ - snippet: YouTubeLiveBroadcastSnippet - - """ - The statistics object contains info about the event's current stats. These include concurrent viewers and total chat count. Statistics can change (in either direction) during the lifetime of an event. Statistics are only returned while the event is live. - """ - statistics: YouTubeLiveBroadcastStatistics - - """The status object contains information about the event's status.""" - status: YouTubeLiveBroadcastStatus -} - -"""""" -type YouTubeLiveBroadcastListResponse { - """""" - tokenPagination: String - - """The visitorId identifies the visitor.""" - visitorId: String - - """""" - pageInfo: YouTubePageInfo - - """A list of broadcasts that match the request criteria.""" - items: [YouTubeLiveBroadcast!] - - """Etag of this resource.""" - etag: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#liveBroadcastListResponse". - """ - kind: String - - """ - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. - """ - nextPageToken: String - - """ - The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. - """ - prevPageToken: String - - """Serialized EventId of the request which produced this response.""" - eventId: String -} - -"""""" -type YouTubeLiveChatPollEditedDetails { - """""" - id: String - - """""" - items: [YouTubeLiveChatPollItem!] - - """""" - prompt: String -} - -"""""" -type YouTubeChannelProfileDetails { - """The YouTube channel ID.""" - channelId: String - - """The channel's URL.""" - channelUrl: String - - """The channel's display name.""" - displayName: String - - """The channels's avatar URL.""" - profileImageUrl: String -} - -"""""" -type YouTubeLiveChatUserBannedMessageDetails { - """ - The duration of the ban. This property is only present if the banType is temporary. - """ - banDurationSeconds: String - - """The type of ban.""" - banType: String - - """The details of the user that was banned.""" - bannedUserDetails: YouTubeChannelProfileDetails -} - -"""""" -type YouTubeLiveChatPollClosedDetails { - """The id of the poll that was closed.""" - pollId: String -} - -"""""" -type YouTubeLiveChatPollItem { - """Plain text description of the item.""" - description: String - - """""" - itemId: String -} - -"""""" -type YouTubeLiveChatPollOpenedDetails { - """""" - id: String - - """""" - items: [YouTubeLiveChatPollItem!] - - """""" - prompt: String -} - -"""""" -type YouTubeLiveChatMessageDeletedDetails { - """""" - deletedMessageId: String -} - -"""""" -type YouTubeLiveChatFanFundingEventDetails { - """ - A rendered string that displays the fund amount and currency to the user. - """ - amountDisplayString: String - - """The amount of the fund.""" - amountMicros: String - - """The currency in which the fund was made.""" - currency: String - - """The comment added by the user to this fan funding event.""" - userComment: String -} - -"""""" -type YouTubeLiveChatPollVotedDetails { - """The poll item the user chose.""" - itemId: String - - """The poll the user voted on.""" - pollId: String -} - -"""""" -type YouTubeLiveChatTextMessageDetails { - """The user's message.""" - messageText: String -} - -"""""" -type YouTubeLiveChatSuperChatDetails { - """ - A rendered string that displays the fund amount and currency to the user. - """ - amountDisplayString: String - - """The amount purchased by the user, in micros (1,750,000 micros = 1.75).""" - amountMicros: String - - """The currency in which the purchase was made.""" - currency: String - - """ - The tier in which the amount belongs to. Lower amounts belong to lower tiers. Starts at 1. - """ - tier: Int - - """The comment added by the user to this Super Chat event.""" - userComment: String -} - -"""""" -type YouTubeLiveChatMessageRetractedDetails { - """""" - retractedMessageId: String -} - -"""""" -type YouTubeLiveChatMessageSnippet { - """""" - messageRetractedDetails: YouTubeLiveChatMessageRetractedDetails - - """ - Details about the Super Chat event, this is only set if the type is 'superChatEvent'. - """ - superChatDetails: YouTubeLiveChatSuperChatDetails - - """""" - liveChatId: String - - """ - Details about the text message, this is only set if the type is 'textMessageEvent'. - """ - textMessageDetails: YouTubeLiveChatTextMessageDetails - - """ - Contains a string that can be displayed to the user. If this field is not present the message is silent, at the moment only messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent. - """ - displayMessage: String - - """""" - pollVotedDetails: YouTubeLiveChatPollVotedDetails - - """ - Details about the funding event, this is only set if the type is 'fanFundingEvent'. - """ - fanFundingEventDetails: YouTubeLiveChatFanFundingEventDetails - - """""" - messageDeletedDetails: YouTubeLiveChatMessageDeletedDetails - - """ - The type of message, this will always be present, it determines the contents of the message as well as which fields will be present. - """ - type: String - - """ - The ID of the user that authored this message, this field is not always filled. textMessageEvent - the user that wrote the message fanFundingEvent - the user that funded the broadcast newSponsorEvent - the user that just became a sponsor messageDeletedEvent - the moderator that took the action messageRetractedEvent - the author that retracted their message userBannedEvent - the moderator that took the action superChatEvent - the user that made the purchase - """ - authorChannelId: String - - """""" - pollOpenedDetails: YouTubeLiveChatPollOpenedDetails - - """""" - pollClosedDetails: YouTubeLiveChatPollClosedDetails - - """""" - userBannedDetails: YouTubeLiveChatUserBannedMessageDetails - - """ - Whether the message has display content that should be displayed to users. - """ - hasDisplayContent: Boolean - - """""" - pollEditedDetails: YouTubeLiveChatPollEditedDetails - - """ - The date and time when the message was orignally published. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String -} - -"""""" -type YouTubeLiveChatMessageAuthorDetails { - """The YouTube channel ID.""" - channelId: String - - """The channel's URL.""" - channelUrl: String - - """The channel's display name.""" - displayName: String - - """Whether the author is a moderator of the live chat.""" - isChatModerator: Boolean - - """Whether the author is the owner of the live chat.""" - isChatOwner: Boolean - - """Whether the author is a sponsor of the live chat.""" - isChatSponsor: Boolean - - """Whether the author's identity has been verified by YouTube.""" - isVerified: Boolean - - """The channels's avatar URL.""" - profileImageUrl: String -} - -""" -A liveChatMessage resource represents a chat message in a YouTube Live Chat. -""" -type YouTubeLiveChatMessage { - """ - The authorDetails object contains basic details about the user that posted this message. - """ - authorDetails: YouTubeLiveChatMessageAuthorDetails - - """Etag of this resource.""" - etag: String - - """The ID that YouTube assigns to uniquely identify the message.""" - id: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatMessage". - """ - kind: String - - """The snippet object contains basic details about the message.""" - snippet: YouTubeLiveChatMessageSnippet -} - -""" -Paging details for lists of resources, including total number of items available and number of resources returned in a single page. -""" -type YouTubePageInfo { - """The number of results included in the API response.""" - resultsPerPage: Int - - """The total number of results in the result set.""" - totalResults: Int -} - -"""""" -type YouTubeLiveChatMessageListResponse { - """ - The date and time when the underlying stream went offline. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - offlineAt: String - - """The amount of time the client should wait before polling again.""" - pollingIntervalMillis: Int - - """""" - tokenPagination: String - - """The visitorId identifies the visitor.""" - visitorId: String - - """""" - pageInfo: YouTubePageInfo - - """A list of live chat messages.""" - items: [YouTubeLiveChatMessage!] - - """Etag of this resource.""" - etag: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatMessageListResponse". - """ - kind: String - - """ - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. - """ - nextPageToken: String - - """Serialized EventId of the request which produced this response.""" - eventId: String -} - -type YoutubeSearchNodeSnippet { - """The publishing time of the search ideam""" - publishedAtTs: String - - """ - The video published time in milliseconds since the epoch. See publishedAtTs for notes on the special cases for this field - """ - publishedAtMs: Int - - """The channelId of the search item""" - channelId: String - - """The title of the search item""" - title: String - - """The description of the search item""" - description: String - - """The thumbnails of the search item""" - thumbnails: YoutubeThumbnails - - """The channelTitle of the search item""" - channelTitle: String - - """TODO""" - liveBroadcastContent: String -} - -type YoutubeSearchNode { - """The search node kind""" - kind: String - - """The expiration for this node's information""" - etag: String - - """The search node item snippet""" - snippet: YoutubeSearchNodeSnippet - - """The search node item kind""" - itemKind: String - - """Id information about the search node item""" - id: String -} - -type YoutubeEdge { - """Information about current page in pagination""" - node: YoutubeSearchNode! -} - -type YoutubeVideoSearchItemContainer { - """Total number of search results returned""" - totalCount: Int - - """Information about current page in pagination""" - pageInfo: YoutubePageInfo! - - """Connection between items and nodes""" - edges: [YoutubeEdge!] -} - -type YoutubeVideoSearchResult { - """ - Identifies the API resource's type. The value will be youtube#searchListResponse. - """ - kind: String - - """The Etag of this resource.""" - etag: String - - """ - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. - """ - nextPageToken: String - - """ - The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. - """ - prevPageToken: String - - """ - The pageInfo object encapsulates paging information for the result set. - - """ - pageInfo: YoutubePageInfo! - - """ - The region code that was used for the search query. The property value is a two-letter ISO country code that identifies the region. The i18nRegions.list method returns a list of supported regions. The default value is US. If a non-supported region is specified, Youtube might still select another region, rather than the default value, to handle the query. - """ - regionCode: String - - """A list of results that match the search criteria.""" - items: YoutubeVideoSearchItemContainer! -} - -"""Information about the playlist item's privacy status.""" -type YouTubePlaylistItemStatus { - """This resource's privacy status.""" - privacyStatus: String -} - -""" -A resource id is a generic reference that points to another YouTube resource. -""" -type YouTubeResourceId { - """ - The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel. - """ - channelId: String - - """The type of the API resource.""" - kind: String - - """ - The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist. - """ - playlistId: String - - """ - The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video. - """ - videoId: String -} - -""" -Basic details about a playlist, including title, description and thumbnails. -""" -type YouTubePlaylistItemSnippet { - """ - The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. - """ - resourceId: YouTubeResourceId - - """ - The ID that YouTube uses to uniquely identify the playlist that the playlist item is in. - """ - playlistId: String - - """ - A map of thumbnail images associated with the playlist item. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YouTubeThumbnailDetails - - """ - The order in which the item appears in the playlist. The value uses a zero-based index, so the first item has a position of 0, the second item has a position of 1, and so forth. - """ - position: Int - - """Channel title for the channel that the playlist item belongs to.""" - channelTitle: String - - """ - The ID that YouTube uses to uniquely identify the user that added the item to the playlist. - """ - channelId: String - - """The item's title.""" - title: String - - """The item's description.""" - description: String - - """ - The date and time that the item was added to the playlist. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String -} - -"""Basic details about a caption track, such as its language and name.""" -type YouTubeCaptionSnippet { - """ - Indicates whether the caption track uses large text for the vision-impaired. The default value is false. - """ - isLarge: Boolean - - """ - Indicates whether caption track is formatted for "easy reader," meaning it is at a third-grade level for language learners. The default value is false. - """ - isEasyReader: Boolean - - """The type of audio track associated with the caption track.""" - audioTrackType: String - - """ - The ID that YouTube uses to uniquely identify the video associated with the caption track. - """ - videoId: String - - """ - The date and time when the caption track was last updated. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - lastUpdated: String - - """ - Indicates whether the caption track is a draft. If the value is true, then the track is not publicly visible. The default value is false. - """ - isDraft: Boolean - - """ - The name of the caption track. The name is intended to be visible to the user as an option during playback. - """ - name: String - - """The caption track's status.""" - status: String - - """ - Indicates whether the track contains closed captions for the deaf and hard of hearing. The default value is false. - """ - isCC: Boolean - - """ - The reason that YouTube failed to process the caption track. This property is only present if the state property's value is failed. - """ - failureReason: String - - """The caption track's type.""" - trackKind: String - - """ - Indicates whether YouTube synchronized the caption track to the audio track in the video. The value will be true if a sync was explicitly requested when the caption track was uploaded. For example, when calling the captions.insert or captions.update methods, you can set the sync parameter to true to instruct YouTube to sync the uploaded track to the video. If the value is false, YouTube uses the time codes in the uploaded caption track to determine when to display captions. - """ - isAutoSynced: Boolean - - """ - The language of the caption track. The property value is a BCP-47 language tag. - """ - language: String -} - -""" -A caption resource represents a YouTube caption track. A caption track is associated with exactly one YouTube video. -""" -type YouTubeCaption { - """Etag of this resource.""" - etag: String - - """The ID that YouTube uses to uniquely identify the caption track.""" - id: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#caption". - """ - kind: String - - """The snippet object contains basic details about the caption.""" - snippet: YouTubeCaptionSnippet - - """Text of the caption track""" - body( - """ - The tfmt parameter specifies that the caption track should be returned in a specific format. If the parameter is not included in the request, the track is returned in its original format. - - Supported values are: - - sbv – SubViewer subtitle - - scc – Scenarist Closed Caption format - - srt – SubRip subtitle - - ttml – Timed Text Markup Language caption - - vtt – Web Video Text Tracks caption - - """ - tfmt: String - ): String -} - -"""""" -type YouTubeCaptionListResponse { - """Etag of this resource.""" - etag: String - - """Serialized EventId of the request which produced this response.""" - eventId: String - - """A list of captions that match the request criteria.""" - items: [YouTubeCaption!] - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#captionListResponse". - """ - kind: String - - """The visitorId identifies the visitor.""" - visitorId: String -} - -"""Video processing progress and completion time estimate.""" -type YouTubeVideoProcessingDetailsProcessingProgress { - """ - The number of parts of the video that YouTube has already processed. You can estimate the percentage of the video that YouTube has already processed by calculating: - 100 * parts_processed / parts_total - - Note that since the estimated number of parts could increase without a corresponding increase in the number of parts that have already been processed, it is possible that the calculated progress could periodically decrease while YouTube processes a video. - """ - partsProcessed: String - - """ - An estimate of the total number of parts that need to be processed for the video. The number may be updated with more precise estimates while YouTube processes the video. - """ - partsTotal: String - - """ - An estimate of the amount of time, in millseconds, that YouTube needs to finish processing the video. - """ - timeLeftMs: String -} - -""" -Describes processing status and progress and availability of some other Video resource parts. -""" -type YouTubeVideoProcessingDetails { - """ - This value indicates whether video editing suggestions, which might improve video quality or the playback experience, are available for the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request. - """ - editorSuggestionsAvailability: String - - """ - This value indicates whether file details are available for the uploaded video. You can retrieve a video's file details by requesting the fileDetails part in your videos.list() request. - """ - fileDetailsAvailability: String - - """ - The reason that YouTube failed to process the video. This property will only have a value if the processingStatus property's value is failed. - """ - processingFailureReason: String - - """ - This value indicates whether the video processing engine has generated suggestions that might improve YouTube's ability to process the the video, warnings that explain video processing problems, or errors that cause video processing problems. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request. - """ - processingIssuesAvailability: String - - """ - The processingProgress object contains information about the progress YouTube has made in processing the video. The values are really only relevant if the video's processing status is processing. - """ - processingProgress: YouTubeVideoProcessingDetailsProcessingProgress - - """ - The video's processing status. This value indicates whether YouTube was able to process the video or if the video is still being processed. - """ - processingStatus: String - - """ - This value indicates whether keyword (tag) suggestions are available for the video. Tags can be added to a video's metadata to make it easier for other users to find the video. You can retrieve these suggestions by requesting the suggestions part in your videos.list() request. - """ - tagSuggestionsAvailability: String - - """ - This value indicates whether thumbnail images have been generated for the video. - """ - thumbnailsAvailability: String -} - -""" -Ratings schemes. The country-specific ratings are mostly for movies and shows. NEXT_ID: 71 -""" -type YouTubeContentRating { - """The video's Canadian Home Video Rating System (CHVRS) rating.""" - chvrsRating: String - - """The rating system for MENA countries, a clone of MPAA. It is needed to""" - menaMpaaRating: String - - """ - The video's INCAA (Instituto Nacional de Cine y Artes Audiovisuales - Argentina) rating. - """ - incaaRating: String - - """The video's Central Board of Film Certification (CBFC - India) rating.""" - cbfcRating: String - - """The video's Consejo de Calificación Cinematográfica (Chile) rating.""" - cccRating: String - - """ - The video's rating from the Hungarian Nemzeti Filmiroda, the Rating Committee of the National Office of Film. - """ - rcnofRating: String - - """ - The rating system for trailer, DVD, and Ad in the US. See http://movielabs.com/md/ratings/v2.3/html/US_MPAAT_Ratings.html. - """ - mpaatRating: String - - """ - The video's rating from Romania's CONSILIUL NATIONAL AL AUDIOVIZUALULUI (CNA). - """ - cnaRating: String - - """The video's rating in Peru.""" - pefilmRating: String - - """ - The video's rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian French-language broadcasts. For more information, see the Canadian Broadcast Standards Council website. - """ - catvfrRating: String - - """ - Reasons that explain why the video received its FPB (South Africa) rating. - """ - fpbRatingReasons: [String!] - - """The video's TV Parental Guidelines (TVPG) rating.""" - tvpgRating: String - - """ - The video's rating from Italy's Autorità per le Garanzie nelle Comunicazioni (AGCOM). - """ - agcomRating: String - - """ - The video's General Directorate of Radio, Television and Cinematography (Mexico) rating. - """ - rtcRating: String - - """ - Rating system for Canadian TV - Canadian TV Classification System The video's rating from the Canadian Radio-Television and Telecommunications Commission (CRTC) for Canadian English-language broadcasts. For more information, see the Canadian Broadcast Standards Council website. - """ - catvRating: String - - """ - Rating system in France - Commission de classification cinematographique - """ - cncRating: String - - """ - The video's rating from Hong Kong's Office for Film, Newspaper and Article Administration. - """ - fcoRating: String - - """ - The video's rating from Statens medieråd (Sweden's National Media Council). - """ - smsaRating: String - - """The video's rating in Switzerland.""" - chfilmRating: String - - """The video's Ministerio de Cultura (Colombia) rating.""" - mocRating: String - - """A rating that YouTube uses to identify age-restricted content.""" - ytRating: String - - """The video's rating from Taiwan's Ministry of Culture (文化部).""" - moctwRating: String - - """ - The video's Korea Media Rating Board (영상물등급위원회) rating. The KMRB rates videos in South Korea. - """ - kmrbRating: String - - """ - The video's rating from Finland's Kansallinen Audiovisuaalinen Instituutti (National Audiovisual Institute). - """ - mekuRating: String - - """ - The video's rating from France's Conseil supérieur de l?audiovisuel, which rates broadcast content. - """ - csaRating: String - - """ - The video's rating from Singapore's Media Development Authority (MDA) and, specifically, it's Board of Film Censors (BFC). - """ - mdaRating: String - - """The video's rating from Indonesia's Lembaga Sensor Film.""" - lsfRating: String - - """ - This property has been deprecated. Use the contentDetails.contentRating.cncRating instead. - """ - fmocRating: String - - """Reasons that explain why the video received its DJCQT (Brazil) rating.""" - djctqRatingReasons: [String!] - - """The video's Motion Picture Association of America (MPAA) rating.""" - mpaaRating: String - - """ - The video's rating from the Danish Film Institute's (Det Danske Filminstitut) Media Council for Children and Young People. - """ - mccypRating: String - - """The video's rating from the Kenya Film Classification Board.""" - kfcbRating: String - - """ - The video's Departamento de Justiça, Classificação, Qualificação e Títulos (DJCQT - Brazil) rating. - """ - djctqRating: String - - """ - The video's rating from Portugal's Comissão de Classificação de Espect´culos. - """ - cceRating: String - - """The video's rating in Slovakia.""" - skfilmRating: String - - """ - The video's rating from the Movie and Television Review and Classification Board (Philippines). - """ - mtrcbRating: String - - """ - The video's Irish Film Classification Office (IFCO - Ireland) rating. See the IFCO website for more information. - """ - ifcoRating: String - - """The video's rating in Greece.""" - grfilmRating: String - - """ - The video's rating from Nigeria's National Film and Video Censors Board. - """ - nfvcbRating: String - - """The video's rating from the Bulgarian National Film Center.""" - nfrcRating: String - - """ - The video's rating from the Ministero dei Beni e delle Attività Culturali e del Turismo (Italy). - """ - mibacRating: String - - """ - Rating system in Turkey - Evaluation and Classification Board of the Ministry of Culture and Tourism - """ - ecbmctRating: String - - """The video's rating in Israel.""" - ilfilmRating: String - - """ - The video's rating from the Commission de Contrôle des Films (Belgium). - """ - cicfRating: String - - """ - The video's rating from the Austrian Board of Media Classification (Bundesministerium für Unterricht, Kunst und Kultur). - """ - bmukkRating: String - - """The video's rating in Venezuela.""" - resorteviolenciaRating: String - - """The video's rating from South Africa's Film and Publication Board.""" - fpbRating: String - - """ - The video's Office of Film and Literature Classification (OFLC - New Zealand) rating. - """ - oflcRating: String - - """The video's rating in Egypt.""" - egfilmRating: String - - """The video's rating system for Vietnam - MCST""" - mcstRating: String - - """ - The video's Australian Classification Board (ACB) or Australian Communications and Media Authority (ACMA) rating. ACMA ratings are used to classify children's television programming. - """ - acbRating: String - - """The video's rating in the Czech Republic.""" - czfilmRating: String - - """ - The video's rating from Luxembourg's Commission de surveillance de la classification des films (CSCF). - """ - cscfRating: String - - """ - The video's rating from the Nacionãlais Kino centrs (National Film Centre of Latvia). - """ - nkclvRating: String - - """The video's rating in Estonia.""" - eefilmRating: String - - """The video's rating in Poland.""" - nbcplRating: String - - """The video's rating from Malaysia's Film Censorship Board.""" - fcbmRating: String - - """The video's British Board of Film Classification (BBFC) rating.""" - bbfcRating: String - - """ - The video's rating from the Maldives National Bureau of Classification. - """ - nbcRating: String - - """The video's rating from Thailand's Board of Film and Video Censors.""" - bfvcRating: String - - """ - The video's Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating. - """ - icaaRating: String - - """The video's rating from Malta's Film Age-Classification Board.""" - mccaaRating: String - - """The video's Eirin (映倫) rating. Eirin is the Japanese rating system.""" - eirinRating: String - - """The video's rating in Iceland.""" - smaisRating: String - - """ - The video's Anatel (Asociación Nacional de Televisión) rating for Chilean television. - """ - anatelRating: String - - """ - The video's National Film Registry of the Russian Federation (MKRF - Russia) rating. - """ - russiaRating: String - - """ - The video's Freiwillige Selbstkontrolle der Filmwirtschaft (FSK - Germany) rating. - """ - fskRating: String - - """The video's rating from Ireland's Raidió Teilifís Éireann.""" - rteRating: String - - """The video's rating from Medietilsynet, the Norwegian Media Authority.""" - medietilsynetRating: String - - """voor de Classificatie van Audiovisuele Media (Netherlands).""" - kijkwijzerRating: String -} - -"""DEPRECATED Region restriction of the video.""" -type YouTubeVideoContentDetailsRegionRestriction { - """ - A list of region codes that identify countries where the video is viewable. If this property is present and a country is not listed in its value, then the video is blocked from appearing in that country. If this property is present and contains an empty list, the video is blocked in all countries. - """ - allowed: [String!] - - """ - A list of region codes that identify countries where the video is blocked. If this property is present and a country is not listed in its value, then the video is viewable in that country. If this property is present and contains an empty list, the video is viewable in all countries. - """ - blocked: [String!] -} - -"""Details about the content of a YouTube Video.""" -type YouTubeVideoContentDetails { - """ - The countryRestriction object contains information about the countries where a video is (or is not) viewable. - """ - countryRestriction: YouTubeAccessPolicy - - """ - The value of is_license_content indicates whether the video is licensed content. - """ - licensedContent: Boolean - - """ - The value of definition indicates whether the video is available in high definition or only in standard definition. - """ - definition: String - - """ - The length of the video. The tag value is an ISO 8601 duration in the format PT#M#S, in which the letters PT indicate that the value specifies a period of time, and the letters M and S refer to length in minutes and seconds, respectively. The # characters preceding the M and S letters are both integers that specify the number of minutes (or seconds) of the video. For example, a value of PT15M51S indicates that the video is 15 minutes and 51 seconds long. - """ - duration: String - - """Specifies the projection format of the video.""" - projection: String - - """ - Indicates whether the video uploader has provided a custom thumbnail image for the video. This property is only visible to the video uploader. - """ - hasCustomThumbnail: Boolean - - """The value of captions indicates whether the video has captions or not.""" - caption: String - - """ - The value of dimension indicates whether the video is available in 3D or in 2D. - """ - dimension: String - - """ - The regionRestriction object contains information about the countries where a video is (or is not) viewable. The object will contain either the contentDetails.regionRestriction.allowed property or the contentDetails.regionRestriction.blocked property. - """ - regionRestriction: YouTubeVideoContentDetailsRegionRestriction - - """ - Specifies the ratings that the video received under various rating schemes. - """ - contentRating: YouTubeContentRating -} - -"""""" -type YouTubeVideoAgeGating { - """ - Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content. - """ - alcoholContent: Boolean - - """ - Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won't be present. - """ - restricted: Boolean - - """Video game rating, if any.""" - videoGameRating: String -} - -"""A single tag suggestion with it's relevance information.""" -type YouTubeVideoSuggestionsTagSuggestion { - """ - A set of video categories for which the tag is relevant. You can use this information to display appropriate tag suggestions based on the video category that the video uploader associates with the video. By default, tag suggestions are relevant for all categories if there are no restricts defined for the keyword. - """ - categoryRestricts: [String!] - - """The keyword tag suggested for the video.""" - tag: String -} - -""" -Specifies suggestions on how to improve video content, including encoding hints, tag suggestions, and editor suggestions. -""" -type YouTubeVideoSuggestions { - """ - A list of video editing operations that might improve the video quality or playback experience of the uploaded video. - """ - editorSuggestions: [String!] - - """ - A list of errors that will prevent YouTube from successfully processing the uploaded video video. These errors indicate that, regardless of the video's current processing status, eventually, that status will almost certainly be failed. - """ - processingErrors: [String!] - - """ - A list of suggestions that may improve YouTube's ability to process the video. - """ - processingHints: [String!] - - """ - A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding. These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track. - """ - processingWarnings: [String!] - - """ - A list of keyword tags that could be added to the video's metadata to increase the likelihood that users will locate your video when searching or browsing on YouTube. - """ - tagSuggestions: [YouTubeVideoSuggestionsTagSuggestion!] -} - -"""Details about the live streaming metadata.""" -type YouTubeVideoLiveStreamingDetails { - """ - The ID of the currently active live chat attached to this video. This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page. - """ - activeLiveChatId: String - - """ - The time that the broadcast actually ended. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. This value will not be available until the broadcast is over. - """ - actualEndTime: String - - """ - The time that the broadcast actually started. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. This value will not be available until the broadcast begins. - """ - actualStartTime: String - - """ - The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended. - """ - concurrentViewers: String - - """ - The time that the broadcast is scheduled to end. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely. - """ - scheduledEndTime: String - - """ - The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - scheduledStartTime: String -} - -"""Basic details about a video category, such as its localized title.""" -type YouTubeVideoStatus { - """This value indicates if the video can be embedded on another website.""" - embeddable: Boolean - - """ - This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed. - """ - failureReason: String - - """The video's license.""" - license: String - - """The video's privacy status.""" - privacyStatus: String - - """ - This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled. - """ - publicStatsViewable: Boolean - - """ - The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishAt: String - - """ - This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected. - """ - rejectionReason: String - - """The status of the uploaded video.""" - uploadStatus: String -} - -""" -Statistics about the video, such as the number of times the video was viewed or liked. -""" -type YouTubeVideoStatistics { - """The number of comments for the video.""" - commentCount: String - - """ - The number of users who have indicated that they disliked the video by giving it a negative rating. - """ - dislikeCount: String - - """ - The number of users who currently have the video marked as a favorite video. - """ - favoriteCount: String - - """ - The number of users who have indicated that they liked the video by giving it a positive rating. - """ - likeCount: String - - """The number of times the video has been viewed.""" - viewCount: String -} - -"""Geographical coordinates of a point, in WGS84.""" -type YouTubeGeoPoint { - """Altitude above the reference ellipsoid, in meters.""" - altitude: Float - - """Latitude in degrees.""" - latitude: Float - - """Longitude in degrees.""" - longitude: Float -} - -"""Recording information associated with the video.""" -type YouTubeVideoRecordingDetails { - """The geolocation information associated with the video.""" - location: YouTubeGeoPoint - - """The text description of the location where the video was recorded.""" - locationDescription: String - - """ - The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. - """ - recordingDate: String -} - -"""Freebase topic information related to the video.""" -type YouTubeVideoTopicDetails { - """ - Similar to topic_id, except that these topics are merely relevant to the video. These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API. - """ - relevantTopicIds: [String!] - - """ - A list of Wikipedia URLs that provide a high-level description of the video's content. - """ - topicCategories: [String!] - - """ - A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the Freebase Topic API. - """ - topicIds: [String!] -} - -"""Project specific details about the content of a YouTube Video.""" -type YouTubeVideoProjectDetails { - """A list of project tags associated with the video during the upload.""" - tags: [String!] -} - -"""Localized versions of certain video properties (e.g. title).""" -type YouTubeVideoLocalization { - """Localized version of the video's description.""" - description: String - - """Localized version of the video's title.""" - title: String -} - -""" -Basic details about a video, including title, description, uploader, thumbnails and category. -""" -type YouTubeVideoSnippet { - """ - A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YouTubeThumbnailDetails - - """ - A list of keyword tags associated with the video. Tags may contain spaces. - """ - tags: [String!] - - """ - The default_audio_language property specifies the language spoken in the video's default audio track. - """ - defaultAudioLanguage: String - - """Channel title for the channel that the video belongs to.""" - channelTitle: String - - """ - The ID that YouTube uses to uniquely identify the channel that the video was uploaded to. - """ - channelId: String - - """The video's title.""" - title: String - - """ - Localized snippet selected with the hl parameter. If no such localization exists, this field is populated with the default snippet. (Read-only) - """ - localized: YouTubeVideoLocalization - - """ - Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast. - """ - liveBroadcastContent: String - - """The video's description.""" - description: String - - """The YouTube video category associated with the video.""" - categoryId: String - - """The language of the videos's default snippet.""" - defaultLanguage: String - - """ - The date and time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String -} - -"""Player to be used for a video playback.""" -type YouTubeVideoPlayer { - """""" - embedHeight: String - - """An <iframe> tag that embeds a player that will play the video.""" - embedHtml: String - - """The embed width""" - embedWidth: String -} - -"""Rights management policy for YouTube resources.""" -type YouTubeAccessPolicy { - """ - The value of allowed indicates whether the access to the policy is allowed or denied by default. - """ - allowed: Boolean - - """ - A list of region codes that identify countries where the default policy do not apply. - """ - exception: [String!] -} - -"""Details about monetization of a YouTube Video.""" -type YouTubeVideoMonetizationDetails { - """ - The value of access indicates whether the video can be monetized or not. - """ - access: YouTubeAccessPolicy -} - -"""Information about an audio stream.""" -type YouTubeVideoFileDetailsAudioStream { - """The audio stream's bitrate, in bits per second.""" - bitrateBps: String - - """The number of audio channels that the stream contains.""" - channelCount: Int - - """The audio codec that the stream uses.""" - codec: String - - """ - A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code. - """ - vendor: String -} - -"""Information about a video stream.""" -type YouTubeVideoFileDetailsVideoStream { - """ - The video content's display aspect ratio, which specifies the aspect ratio in which the video should be displayed. - """ - aspectRatio: Float - - """The video stream's bitrate, in bits per second.""" - bitrateBps: String - - """The video codec that the stream uses.""" - codec: String - - """The video stream's frame rate, in frames per second.""" - frameRateFps: Float - - """The encoded video content's height in pixels.""" - heightPixels: Int - - """ - The amount that YouTube needs to rotate the original source content to properly display the video. - """ - rotation: String - - """ - A value that uniquely identifies a video vendor. Typically, the value is a four-letter vendor code. - """ - vendor: String - - """ - The encoded video content's width in pixels. You can calculate the video's encoding aspect ratio as width_pixels / height_pixels. - """ - widthPixels: Int -} - -""" -Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information. -""" -type YouTubeVideoFileDetails { - """ - The uploaded video file's combined (video and audio) bitrate in bits per second. - """ - bitrateBps: String - - """ - A list of video streams contained in the uploaded video file. Each item in the list contains detailed metadata about a video stream. - """ - videoStreams: [YouTubeVideoFileDetailsVideoStream!] - - """ - A list of audio streams contained in the uploaded video file. Each item in the list contains detailed metadata about an audio stream. - """ - audioStreams: [YouTubeVideoFileDetailsAudioStream!] - - """ - The uploaded file's type as detected by YouTube's video processing engine. Currently, YouTube only processes video files, but this field is present whether a video file or another type of file was uploaded. - """ - fileType: String - - """ - The uploaded file's name. This field is present whether a video file or another type of file was uploaded. - """ - fileName: String - - """ - The date and time when the uploaded video file was created. The value is specified in ISO 8601 format. Currently, the following ISO 8601 formats are supported: - - Date only: YYYY-MM-DD - - Naive time: YYYY-MM-DDTHH:MM:SS - - Time with timezone: YYYY-MM-DDTHH:MM:SS+HH:MM - """ - creationTime: String - - """ - The uploaded file's size in bytes. This field is present whether a video file or another type of file was uploaded. - """ - fileSize: String - - """The length of the uploaded video in milliseconds.""" - durationMs: String - - """The uploaded video file's container format.""" - container: String -} - -"""A video resource represents a YouTube video.""" -type YouTubeVideo { - """ - The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file's resolution, duration, audio and video codecs, stream bitrates, and more. This data can only be retrieved by the video owner. - """ - fileDetails: YouTubeVideoFileDetails - - """ - The monetizationDetails object encapsulates information about the monetization status of the video. - """ - monetizationDetails: YouTubeVideoMonetizationDetails - - """ - The player object contains information that you would use to play the video in an embedded player. - """ - player: YouTubeVideoPlayer - - """ - The snippet object contains basic details about the video, such as its title, description, and category. - """ - snippet: YouTubeVideoSnippet - - """ - The projectDetails object contains information about the project specific video metadata. - """ - projectDetails: YouTubeVideoProjectDetails - - """The ID that YouTube uses to uniquely identify the video.""" - id: String - - """ - The topicDetails object encapsulates information about Freebase topics associated with the video. - """ - topicDetails: YouTubeVideoTopicDetails - - """ - The recordingDetails object encapsulates information about the location, date and address where the video was recorded. - """ - recordingDetails: YouTubeVideoRecordingDetails - - """The statistics object contains statistics about the video.""" - statistics: YouTubeVideoStatistics - - """ - The status object contains information about the video's uploading, processing, and privacy statuses. - """ - status: YouTubeVideoStatus - - """Etag of this resource.""" - etag: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#video". - """ - kind: String - - """ - The liveStreamingDetails object contains metadata about a live video broadcast. The object will only be present in a video resource if the video is an upcoming, live, or completed live broadcast. - """ - liveStreamingDetails: YouTubeVideoLiveStreamingDetails - - """ - The suggestions object encapsulates suggestions that identify opportunities to improve the video quality or the metadata for the uploaded video. This data can only be retrieved by the video owner. - """ - suggestions: YouTubeVideoSuggestions - - """ - Age restriction details related to a video. This data can only be retrieved by the video owner. - """ - ageGating: YouTubeVideoAgeGating - - """List with all localizations.""" - localizations: YouTubeVideoLocalization - - """ - The contentDetails object contains information about the video content, including the length of the video and its aspect ratio. - """ - contentDetails: YouTubeVideoContentDetails - - """ - The processingDetails object encapsulates information about YouTube's progress in processing the uploaded video file. The properties in the object identify the current processing status and an estimate of the time remaining until YouTube finishes processing the video. This part also indicates whether different types of data or content, such as file details or thumbnail images, are available for the video. - - The processingProgress object is designed to be polled so that the video uploaded can track the progress that YouTube has made in processing the uploaded video file. This data can only be retrieved by the video owner. - """ - processingDetails: YouTubeVideoProcessingDetails - - """YouTube caption tracks for this video""" - captions: YouTubeCaptionListResponse! -} - -"""""" -type YouTubePlaylistItemContentDetails { - """ - The time, measured in seconds from the start of the video, when the video should stop playing. (The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) By default, assume that the video.endTime is the end of the video. - """ - endAt: String - - """A user-generated note for this item.""" - note: String - - """ - The time, measured in seconds from the start of the video, when the video should start playing. (The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) The default value is 0. - """ - startAt: String - - """ - The ID that YouTube uses to uniquely identify a video. To retrieve the video resource, set the id query parameter to this value in your API request. - """ - videoId: String - - """ - The date and time that the video was published to YouTube. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - videoPublishedAt: String - - """The playlist video""" - video: YouTubeVideo -} - -""" -A playlistItem resource identifies another resource, such as a video, that is included in a playlist. In addition, the playlistItem resource contains details about the included resource that pertain specifically to how that resource is used in that playlist. - -YouTube uses playlists to identify special collections of videos for a channel, such as: -- uploaded videos -- favorite videos -- positively rated (liked) videos -- watch history -- watch later To be more specific, these lists are associated with a channel, which is a collection of a person, group, or company's videos, playlists, and other YouTube information. - -You can retrieve the playlist IDs for each of these lists from the channel resource for a given channel. You can then use the playlistItems.list method to retrieve any of those lists. You can also add or remove items from those lists by calling the playlistItems.insert and playlistItems.delete methods. For example, if a user gives a positive rating to a video, you would insert that video into the liked videos playlist for that user's channel. -""" -type YouTubePlaylistItem { - """ - The contentDetails object is included in the resource if the included item is a YouTube video. The object contains additional information about the video. - """ - contentDetails: YouTubePlaylistItemContentDetails - - """Etag of this resource.""" - etag: String - - """The ID that YouTube uses to uniquely identify the playlist item.""" - id: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistItem". - """ - kind: String - - """ - The snippet object contains basic details about the playlist item, such as its title and position in the playlist. - """ - snippet: YouTubePlaylistItemSnippet - - """ - The status object contains information about the playlist item's privacy status. - """ - status: YouTubePlaylistItemStatus -} - -"""A connection to a list of YouTube playlist items .""" -type YouTubePlaylistItemsConnection { - """List of YouTube vidoes.""" - nodes: [YouTubePlaylistItem!]! - - """Pagination information""" - pageInfo: PageInfo! -} - -"""""" -type YouTubePlaylistStatus { - """The playlist's privacy status.""" - privacyStatus: String -} - -"""A thumbnail is an image representing a YouTube resource.""" -type YouTubeThumbnail { - """(Optional) Height of the thumbnail image.""" - height: Int - - """The thumbnail image's URL.""" - url: String - - """(Optional) Width of the thumbnail image.""" - width: Int -} - -"""Internal representation of thumbnails for a YouTube resource.""" -type YouTubeThumbnailDetails { - """The default image for this resource.""" - default: YouTubeThumbnail - - """The high quality image for this resource.""" - high: YouTubeThumbnail - - """The maximum resolution quality image for this resource.""" - maxres: YouTubeThumbnail - - """The medium quality image for this resource.""" - medium: YouTubeThumbnail - - """The standard quality image for this resource.""" - standard: YouTubeThumbnail -} - -""" -Basic details about a playlist, including title, description and thumbnails. -""" -type YouTubePlaylistSnippet { - """ - A map of thumbnail images associated with the playlist. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YouTubeThumbnailDetails - - """Keyword tags associated with the playlist.""" - tags: [String!] - - """The channel title of the channel that the video belongs to.""" - channelTitle: String - - """ - The ID that YouTube uses to uniquely identify the channel that published the playlist. - """ - channelId: String - - """The playlist's title.""" - title: String - - """Localized title and description, read-only.""" - localized: YouTubePlaylistLocalization - - """The playlist's description.""" - description: String - - """The language of the playlist's default title and description.""" - defaultLanguage: String - - """ - The date and time that the playlist was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String -} - -"""""" -type YouTubePlaylistPlayer { - """An <iframe> tag that embeds a player that will play the playlist.""" - embedHtml: String -} - -"""Playlist localization setting""" -type YouTubePlaylistLocalization { - """The localized strings for playlist's description.""" - description: String - - """The localized strings for playlist's title.""" - title: String -} - -"""""" -type YouTubePlaylistContentDetails { - """The number of videos in the playlist.""" - itemCount: Int -} - -""" -A playlist resource represents a YouTube playlist. A playlist is a collection of videos that can be viewed sequentially and shared with other users. A playlist can contain up to 200 videos, and YouTube does not limit the number of playlists that each user creates. By default, playlists are publicly visible to other users, but playlists can be public or private. - -YouTube also uses playlists to identify special collections of videos for a channel, such as: -- uploaded videos -- favorite videos -- positively rated (liked) videos -- watch history -- watch later To be more specific, these lists are associated with a channel, which is a collection of a person, group, or company's videos, playlists, and other YouTube information. You can retrieve the playlist IDs for each of these lists from the channel resource for a given channel. - -You can then use the playlistItems.list method to retrieve any of those lists. You can also add or remove items from those lists by calling the playlistItems.insert and playlistItems.delete methods. -""" -type YouTubePlaylist { - """The contentDetails object contains information like video count.""" - contentDetails: YouTubePlaylistContentDetails - - """Etag of this resource.""" - etag: String - - """The ID that YouTube uses to uniquely identify the playlist.""" - id: String - - """ - Identifies what kind of resource this is. Value: the fixed string "youtube#playlist". - """ - kind: String - - """Localizations for different languages""" - localizations: YouTubePlaylistLocalization - - """ - The player object contains information that you would use to play the playlist in an embedded player. - """ - player: YouTubePlaylistPlayer - - """ - The snippet object contains basic details about the playlist, such as its title and description. - """ - snippet: YouTubePlaylistSnippet - - """The status object contains status information for the playlist.""" - status: YouTubePlaylistStatus - - """List of items for this playlist, with pagination information.""" - items( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of videos to fetch.""" - first: Int - ): YouTubePlaylistItemsConnection! -} - -"""Root fields for YouTube""" -type YouTubeQuery { - oldVideo(id: String!): YoutubeVideo @deprecated(reason: "Use `YouTube video` instead") - playlist( - """Playlist id""" - id: String! - ): YouTubePlaylist! - playlistItems( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of items to fetch.""" - first: Int - - """Playlist id""" - playlistId: String! - ): YouTubePlaylistItemsConnection! - search( - cursor: String - pageToken: String - maxResults: Int! - order: String - - """ - The q parameter specifies the query term to search for. - Your request can also use the Boolean NOT (-) and OR (|) operators to exclude videos or to find videos that are associated with one of several search terms. For example, to search for videos matching either "boating" or "sailing", set the q parameter value to boating|sailing. Similarly, to search for videos matching either "boating" or "sailing" but not "fishing", set the q parameter value to boating|sailing -fishing - """ - q: String! - ): YoutubeVideoSearchResult - video(id: String!): YouTubeVideo - liveChat(id: String!): YouTubeLiveChatMessageListResponse - liveBroadcasts(onBehalfOfContentOwnerChannel: String, onBehalfOfContentOwner: String, mine: Boolean, first: Int, broadcastType: String, broadcastStatus: String, id: String): YouTubeLiveBroadcastListResponse - liveStreams(onBehalfOfContentOwnerChannel: String, onBehalfOfContentOwner: String, mine: Boolean, first: Int, id: String): YouTubeLiveStreamListResponse -} - -"""""" -type UspsTrackDetail { - """The time of the event.""" - eventTime: String - - """The date of the event.""" - eventDate: String - - """The event type (e.g., Enroute).""" - event: String - - """The city where the event occurred.""" - eventCity: String - - """The state where the event occurred.""" - eventState: String - - """The ZIP Code of the event""" - eventZipCode: String - - """The country where the event occurred.""" - eventCountry: String - - """The company name if delivered to a company.""" - firmName: String - - """The name of the persons signing for delivery (if available).""" - name: String - - """True/False field indicating the person signing as an Authorized Agent.""" - authorizedAgent: Boolean - - """Event Code.""" - eventCode: String - - """Action Code.""" - actionCode: String - - """Reason Code.""" - reasonCode: String -} - -"""""" -type UspsTrackSummary { - """The time of the event.""" - eventTime: String - - """The date of the event.""" - eventDate: String - - """The event type (e.g., Enroute).""" - event: String - - """The city where the event occurred.""" - eventCity: String - - """The state where the event occurred.""" - eventState: String - - """The ZIP Code of the event.""" - eventZipCode: String - - """The country where the event occurred.""" - eventCountry: String - - """The company name if delivered to a company.""" - firmName: String - - """The name of the persons signing for delivery (if available).""" - name: String - - """True/False field indicating the person signing as an Authorized Agent.""" - authorizedAgent: Boolean - - """Event Code.""" - eventCode: String - - """""" - deliveryAttributeCode: String - - """Action Code.""" - actionCode: String - - """Reason Code.""" - reasonCode: String - - """Only eligible to display with delivery (01) events.""" - geoCertified: Boolean -} - -"""""" -type UspsTrackInfo { - """""" - trackSummary: UspsTrackSummary - - """""" - trackDetail: [UspsTrackDetail!] - - """ - Additional package information. - - """ - additionalInfo: String - - """ - Additional package information. - - """ - adpScripting: String - - """ - Internal data availability. - - """ - archdata: Boolean - - """ - Information regarding availability of Restore service function. - - """ - archiveRestoreInfo: String - - """ - Associated label. - - """ - associatedLabel: String - - """ - Indicates whether or not the mailer has authorized carrier release (T or F). - - """ - carrierRelease: String - - """ - The class of mail. Example: Priority Mail 1-Day - - """ - class: String - - """ - Class of mail code Examples: PM, PME, PMEI - - """ - classOfMailCode: String - - """ - Scheduled delivery date. - - """ - deliveryNotificationDate: String - - """ - The destination city. - - """ - destinationCity: String - - """ - The destination country code. - - """ - destinationCountryCode: String - - """ - The destination state. - - """ - destinationState: String - - """ - The destination zip code. - - """ - destinationZip: String - - """ - Identifies edited or full barcode information to support numeric only input. - - """ - editedLabelId: String! - - """ - Signifies if Track and Confirm by Email service is enabled. - - """ - emailEnabled: String - - """ - Expected delivery date. - - """ - expectedDeliveryDate: String - - """ - Expected delivery time. Example: 2:00 PM - - """ - expectedDeliveryTime: String - - """ - Guaranteed Delivery Date – Global Express Mail only: certain countries provide a guarantee delivery. Example: 04 June 2013, 3 Business Days - - """ - guaranteedDeliveryDate: String - - """ - Guaranteed Delivery Time – Global Express Mail only: certain countries provide a guarantee delivery. - - """ - guaranteedDeliveryTime: String - - """ - Messaging to identify Guarantee limits. (e.g. Loss Only Guarantee) - - """ - guaranteedDetails: String - - """ - Indicates if the shipment. - - """ - kahalaIndicator: String - - """ - The mail type code. - - """ - mailTypeCode: String - - """ - Internal date stamp in yyyy-mm-dd hh:mm:ss.xxxx format - - """ - mpdate: String - - """ - Internal suffix. - - """ - mpsuffix: Int - - """ - The origin city. - - """ - originCity: String - - """ - The origin country code. - - """ - originCountryCode: String - - """ - The origin state. - - """ - originState: String - - """ - The origin zip code. - - """ - originZip: String - - """ - Signifies if Proof of Delivery service is enabled. - - """ - podEnabled: Boolean - - """ - The predicted delivery date. - - """ - predictedDeliveryDate: String - - """ - Predicted Delivery Time. Example: 3:00 PM (Or blank) - - """ - predictedDeliveryTime: String - - """ - Predicted Delivery Window start time in military format. Example: 1300 - - """ - pdwStart: String - - """ - Predicted Delivery Window end time in military format. Example: 1500 - - """ - pdwEnd: String - - """ - Related Return Receipt ID. - - """ - relatedRrid: String - - """ - Signifies if Restore tracking information service is enabled. - - """ - restoreEnabled: Boolean - - """ - Signifies if RRAM service is enabled. - - """ - rramEnabled: Boolean - - """ - Signifies if Return Receipt Electronic service is enabled. - - """ - rreEnabled: Boolean - - """ - Additional services purchased. - - """ - service: [String!]! - - """ - Service Type Code. - - """ - serviceTypeCode: String - - """ - Delivery status. - - """ - status: String - - """ - Delivery status category. - - """ - statusCategory: String - - """ - Detailed status summary. - - """ - statusSummary: String - - """ - Internal table code. - - """ - tablecode: String - - """ - Signifies if Tracking Proof of Delivery service is enabled. - - """ - tPodEnabled: Boolean - - """ - Declared value of the package contents. Example: $20.00 (only returned for specific SourceIDs) - - """ - valueofArticle: String -} - -"""""" -type UspsTrackResponse { - """""" - trackInfo: UspsTrackInfo! -} - -"""The root for USPS""" -type USPSQuery { - """Track a USPS package""" - track( - """Optional SourceId to report your client to USPS""" - sourceId: String - - """Tracking number for the package""" - trackId: String! - ): UspsTrackResponse! -} - -"""""" -type UpsPreauthorizedReturnInformationType { - """""" - returnEligibilityIndicator: String - - """""" - returnExpirationDate: String - - """""" - returnRequestUrl: String - - """""" - originalTrackingNumber: String - - """""" - returnTrackingNumber: String -} - -"""""" -type UpsReferenceNumberType { - """""" - code: String - - """""" - value: String! -} - -"""""" -type UpsMessageType { - """""" - code: String! - - """""" - description: String -} - -"""""" -type UpsAdditionalCodeDescriptionValueType { - """""" - code: String! - - """""" - description: String - - """""" - value: String -} - -"""""" -type UpsNextScheduleActivityType { - """""" - date: String - - """""" - time: String -} - -"""""" -type UpsStatusType { - """""" - type: String - - """""" - description: String - - """""" - code: String -} - -"""""" -type UpsTransportFacilityType { - """""" - type: String! - - """""" - code: String -} - -"""""" -type UpsActivityLocationType { - """""" - address: UpsAddressType - - """""" - transportFacility: UpsTransportFacilityType - - """""" - code: String - - """""" - description: String - - """""" - signedForByName: String -} - -"""""" -type UpsAlternateTrackingInfoType { - """""" - type: String - - """""" - value: String! -} - -"""""" -type UpsActivityType { - """""" - alternateTrackingInfo: [UpsAlternateTrackingInfoType!] - - """""" - activityLocation: UpsActivityLocationType - - """""" - status: UpsStatusType - - """""" - date: String - - """""" - time: String - - """""" - deliveryDateFromManifestIndicator: String - - """""" - nextScheduleActivity: UpsNextScheduleActivityType - - """""" - document: [UpsDocumentType!] - - """""" - additionalAttribute: [UpsAdditionalCodeDescriptionValueType!] -} - -"""""" -type UpsServiceOptionType { - """""" - type: UpsCommonCodeDescriptionType! - - """""" - value: String -} - -"""""" -type UpsPackageAddressType { - """""" - type: UpsCommonCodeDescriptionType! - - """""" - address: UpsAddressType -} - -"""""" -type UpsRedirectType { - """""" - companyName: String - - """""" - locationId: String - - """""" - pickupDate: String -} - -"""""" -type UpsPackageType { - """""" - trackingNumber: String - - """""" - deliveryIndicator: String - - """""" - deliveryDate: String - - """""" - redirect: UpsRedirectType - - """""" - deliveryDetail: [UpsDeliveryDetailType!] - - """""" - packageAddress: [UpsPackageAddressType!] - - """""" - packageServiceOption: [UpsServiceOptionType!] - - """""" - cod: UpsCodType - - """""" - activity: [UpsActivityType!] - - """""" - message: [UpsMessageType!] - - """""" - packageWeight: UpsWeightType - - """""" - referenceNumber: [UpsReferenceNumberType!] - - """""" - alternateTrackingNumber: [String!] - - """""" - alternateTrackingInfo: [UpsAlternateTrackingInfoType!] - - """""" - dimensionalWeightScanIndicator: String - - """""" - preauthorizedReturnInformation: UpsPreauthorizedReturnInformationType -} - -"""""" -type UpsAppointmentType { - """""" - made: UpsDateTimeType - - """""" - requested: UpsDateTimeType - - """""" - beginTime: String - - """""" - endTime: String -} - -"""""" -type UpsDocumentType { - """""" - type: UpsCommonCodeDescriptionType! - - """""" - content: String - - """""" - format: UpsCommonCodeDescriptionType -} - -"""""" -type UpsCarrierActivityInformationType { - """""" - carrierId: String - - """""" - description: String - - """""" - status: String - - """""" - arrival: UpsDateTimeType - - """""" - departure: UpsDateTimeType - - """""" - originPort: String - - """""" - destinationPort: String -} - -"""""" -type UpsDestinationPortDetailType { - """""" - destinationPort: String - - """""" - estimatedArrival: UpsDateTimeType -} - -"""""" -type UpsDateTimeType { - """""" - date: String! - - """""" - time: String -} - -"""""" -type UpsOriginPortDetailType { - """""" - originPort: String - - """""" - estimatedDeparture: UpsDateTimeType -} - -"""""" -type UpsShipmentActivityType { - """""" - activityLocation: UpsAddressType - - """""" - description: String - - """""" - date: String - - """""" - time: String - - """""" - trailer: String -} - -"""""" -type UpsCodStatusType { - """""" - code: String! - - """""" - description: String -} - -"""""" -type UpsAmountType { - """""" - currencyCode: String! - - """""" - monetaryValue: String! -} - -"""""" -type UpsCodType { - """""" - amount: UpsAmountType - - """""" - status: UpsCodStatusType - - """""" - controlNumber: String -} - -"""""" -type UpsNumberOfPackagingUnitType { - """""" - type: UpsCommonCodeDescriptionType! - - """""" - value: String! -} - -"""""" -type UpsVolumeType { - """""" - unitOfMeasurement: UpsUnitOfMeasurementType - - """""" - value: String! -} - -"""""" -type UpsDeliveryDetailType { - """""" - type: UpsCommonCodeDescriptionType! - - """""" - date: String! - - """""" - time: String -} - -"""""" -type UpsDeliveryDateUnavailableType { - """""" - type: String - - """""" - description: String -} - -"""""" -type UpsServiceCenterType { - """""" - type: UpsCommonCodeDescriptionType! - - """""" - address: UpsAddressType! -} - -"""""" -type UpsShipmentReferenceNumberType { - """""" - code: String - - """""" - description: String - - """""" - value: String! -} - -"""""" -type UpsServiceType { - """""" - code: String - - """""" - description: String -} - -"""""" -type UpsUnitOfMeasurementType { - """""" - code: String! - - """""" - description: String -} - -"""""" -type UpsWeightType { - """""" - unitOfMeasurement: UpsUnitOfMeasurementType - - """""" - weight: String! -} - -"""""" -type UpsAddressType { - """""" - addressLine: [String!] - - """""" - city: String - - """""" - stateProvinceCode: String - - """""" - postalCode: String - - """""" - countryCode: String -} - -"""""" -type UpsCommonCodeDescriptionType { - """""" - code: String! - - """""" - description: String -} - -"""""" -type UpsShipmentAddressType { - """""" - type: UpsCommonCodeDescriptionType! - - """""" - address: UpsAddressType! -} - -"""""" -type UpsRefShipmentType { - """""" - code: String! - - """""" - description: String -} - -"""""" -type UpsCodeDescriptionValueType { - """""" - code: String - - """""" - description: String - - """""" - value: String! -} - -"""""" -type UpsShipmentType { - """""" - inquiryNumber: UpsCodeDescriptionValueType - - """""" - shipmentType: UpsRefShipmentType - - """""" - candidateBookmark: String - - """""" - shipperNumber: String - - """""" - shipmentAddress: [UpsShipmentAddressType!] - - """""" - shipmentWeight: UpsWeightType - - """""" - service: UpsServiceType - - """""" - referenceNumber: [UpsShipmentReferenceNumberType!] - - """""" - currentStatus: UpsCommonCodeDescriptionType - - """""" - pickupDate: String - - """""" - serviceCenter: [UpsServiceCenterType!] - - """""" - deliveryDateUnavailable: UpsDeliveryDateUnavailableType - - """""" - deliveryDetail: [UpsDeliveryDetailType!] - - """""" - volume: UpsVolumeType - - """""" - billToName: String - - """""" - numberOfPackagingUnit: [UpsNumberOfPackagingUnitType!] - - """""" - cod: UpsCodType - - """""" - signedForByName: String - - """""" - activity: [UpsShipmentActivityType!] - - """""" - originPortDetail: UpsOriginPortDetailType - - """""" - destinationPortDetail: UpsDestinationPortDetailType - - """""" - descriptionOfGoods: String - - """""" - cargoReady: UpsDateTimeType - - """""" - manifest: UpsDateTimeType - - """""" - carrierActivityInformation: [UpsCarrierActivityInformationType!] - - """""" - document: [UpsDocumentType!] - - """""" - fileNumber: String - - """""" - appointment: UpsAppointmentType - - """""" - package: [UpsPackageType!] - - """""" - additionalAttribute: [UpsAdditionalCodeDescriptionValueType!] -} - -"""""" -type UpsTrackResponse { - """""" - shipment: [UpsShipmentType!]! - - """""" - disclaimer: [String!] -} - -"""The root for Ups""" -type UpsQuery { - """Track a UPS package""" - track( - """Inquiry number for the package""" - inquiryNumber: String! - ): UpsTrackResponse! - - """Track several UPS package""" - trackMultiple( - """Inquiry numbers for the package""" - inquiryNumbers: [String!]! - ): [UpsTrackResponse!]! -} - -"""Twitter""" -type Twitter { - user(screenName: String!): TwitterUser - - """ - Returns a collection of the most recent Tweets and Retweets posted by the authenticating user and the users they follow. The home timeline is central to how most users interact with the Twitter service. - """ - homeTimeline( - """Number of tweets to fetch""" - first: Int - ): TwitterTimeline -} - -""" -Make a REST API call to the Twitch API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type TwitchTvPassthroughQuery { - """ - Make a GET request to the Twitch API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for TwitchTv""" -type TwitchTvQuery { - """ - Make a REST API call to the Twitch API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: TwitchTvPassthroughQuery! -} - -"""Filters for incoming phone numbers.""" -enum TwilioPhoneNumberOriginEnumArg { - TWILIO - HOSTED -} - -enum TwilioIncomingPhoneNumberVoiceMethod { - GET - POST -} - -enum TwilioIncomingPhoneNumberVoiceFallbackMethod { - GET - POST -} - -enum TwilioIncomingPhoneNumberStatusCallbackMethod { - GET - POST -} - -enum TwilioIncomingPhoneNumberSmsMethod { - GET - POST -} - -enum TwilioIncomingPhoneNumberSmsFallbackMethod { - GET - POST -} - -type TwilioPhoneNumberCapabilities { - """""" - mMS: String - - """""" - sMS: String - - """""" - voice: String -} - -enum TwilioIncomingPhoneNumberAddressRequirements { - NONE - ANY - LOCAL - FOREIGN -} - -type TwilioIncomingPhoneNumber { - """The unique id of the Account responsible for this phone number.""" - accountSid: String - - """ - This indicates whether the phone number requires you or your customer to have an Address registered with Twilio. Possible values are none, any, local, or foreign. - """ - addressRequirements: TwilioIncomingPhoneNumberAddressRequirements - - """ - The 34 character sid of the address Twilio should use to associate with the number. Addresses are required in some regions to meet local regulations - """ - addressSid: String - - """ - Calls to this phone number will start a new TwiML session with this API version. - """ - apiVersion: String - - """ - Phone numbers new to the Twilio platform are marked as beta. Possible values are either true or false. - """ - beta: Boolean - - """""" - capabilities: TwilioPhoneNumberCapabilities - - """The date that this resource was created, given as GMT RFC 2822 format.""" - dateCreated: String - - """ - The date that this resource was last updated, given as GMT RFC 2822 format. - """ - dateUpdated: String - - """ - A human readable descriptive text for this resource, up to 64 characters long. By default, the FriendlyName is a nicely formatted version of the phone number. - """ - friendlyName: String - - """ - The 34 character sid of the identity Twilio should use to associate with the number. Identities are required in some regions to meet local regulations - """ - identitySid: String - - """ - Twilio owned phone numbers are marked as twilio while hosted phone numbers are marked as hosted. - """ - origin: String - - """The incoming phone number. e.g., +16175551212 (E.164 format)""" - phoneNumber: String - - """A 34 character string that uniquely identifies this resource.""" - sid: String - - """ - The 34 character sid of the application Twilio should use to handle SMSs sent to this number. If a SmsApplicationSid is present, Twilio will ignore all of the SMS urls above and use those set on the application. - """ - smsApplicationSid: String - - """ - The HTTP method Twilio will use when requesting the above URL. Either GET or POST. - """ - smsFallbackMethod: TwilioIncomingPhoneNumberSmsFallbackMethod - - """ - The URL that Twilio will request if an error occurs retrieving or executing the TwiML from SmsUrl. - """ - smsFallbackUrl: String - - """ - The HTTP method Twilio will use when making requests to the SmsUrl. Either GET or POST. - """ - smsMethod: TwilioIncomingPhoneNumberSmsMethod - - """ - The URL Twilio will request when receiving an incoming SMS message to this number. - """ - smsUrl: String - - """ - The URL that Twilio will request to pass status parameters (such as call ended) to your application. - """ - statusCallback: String - - """ - The HTTP method Twilio will use to make requests to the StatusCallback URL. Either GET or POST. - """ - statusCallbackMethod: TwilioIncomingPhoneNumberStatusCallbackMethod - - """ - The 34 character sid of the Trunk Twilio should use to handle phone calls to this number. If a TrunkSid is present, Twilio will ignore all of the voice urls and voice applications above and use those set on the Trunk. Setting a TrunkSid will automatically delete your VoiceApplicationSid and vice versa. - """ - trunkSid: String - - """The URI for this resource, relative to https://api.twilio.com.""" - uri: String - - """ - The 34 character sid of the application Twilio should use to handle phone calls to this number. If a VoiceApplicationSid is present, Twilio will ignore all of the voice urls above and use those set on the application. Setting a VoiceApplicationSid will automatically delete your TrunkSid and vice versa. - """ - voiceApplicationSid: String - - """ - Look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Either true or false. - """ - voiceCallerIdLookup: Boolean - - """ - The HTTP method Twilio will use when requesting the VoiceFallbackUrl. Either GET or POST. - """ - voiceFallbackMethod: TwilioIncomingPhoneNumberVoiceFallbackMethod - - """ - The URL that Twilio will request if an error occurs retrieving or executing the TwiML requested by Url. - """ - voiceFallbackUrl: String - - """ - The HTTP method Twilio will use when requesting the above Url. Either GET or POST. - """ - voiceMethod: TwilioIncomingPhoneNumberVoiceMethod - - """ - The URL Twilio will request when this phone number receives a call. The VoiceURL will no longer be used if a VoiceApplicationSid or a TrunkSid is set. - """ - voiceUrl: String - messages( - """ - Only show messages sent on this date (in GMT format), given as `YYYY-MM-DD`. Example: `DateSent: "2009-07-06"`. You can also specify inequality, such as `DateSent: "<=YYYY-MM-DD"` for messages that were sent on or before midnight on a date, and `DateSent: ">=YYYY-MM-DD"` for messages sent on or after midnight on a date. - """ - dateSent: String - - """Only show messages from this phone number or alphanumeric sender ID.""" - from: String - last: Int - first: Int - before: String - after: String - ): TwilioMessagesConnection -} - -type TwilioIncomingPhoneNumberConnectionEdge { - """node""" - node: TwilioIncomingPhoneNumber! -} - -type TwilioIncomingPhoneNumberConnection { - """edges""" - edges: [TwilioIncomingPhoneNumberConnectionEdge!]! - - """nodes""" - nodes: [TwilioIncomingPhoneNumber!]! - - """edges""" - totalCount: Int! -} - -type TwilioSubresourceUrisKeyValue { - """The key of the subresource uri""" - key: String! - - """The key of the subresource uri""" - value: String -} - -type TwilioSubresourceUrisContainer { - """The key of the subresource uri""" - uris: [TwilioSubresourceUrisKeyValue!]! -} - -enum TwilioMessageStatus { - ACCEPTED - QUEUED - SENDING - SENT - FAILED - DELIVERED - UNDELIVERED - RECEIVING - RECEIVED -} - -enum TwilioMessageDirection { - INBOUND - OUTBOUND_API - OUTBOUND_REPLY -} - -type TwilioMessage { - """The unique id of the Account that sent this message.""" - accountSid: String - - """The version of the Twilio API used to process the message.""" - apiVersion: String - - """The text body of the message. Up to 1600 characters long.""" - body: String - - """The date that this resource was created, given in RFC 2822 format.""" - dateCreated: String - - """ - The date that the message was sent. For outgoing messages, this is the date that the message was sent from Twilio's platform. For incoming messages, this is the date that Twilio made the HTTP request to your application. The date is given in RFC 2822 format. - """ - dateSent: String - - """ - The date that this resource was last updated, given in RFC 2822 format. - """ - dateUpdated: String - - """ - The direction of this message. `inbound` for incoming messages, `outbound-api` for messages initiated via the REST API, `outbound-call` for messages initiated during a call or `outbound-reply` for messages initiated in response to an incoming message. - """ - direction: TwilioMessageDirection - - """ - The error code, if any, associated with your message. If your message status is failed or undelivered, the ErrorCode can give you more information about the failure. The value will be null if the message was delivered successfully. - """ - errorCode: Int - - """ - The human readable description of the `ErrorCode`. If the message status is `failed` or `undelivered` it will have one of the values described below, otherwise, it will be null. - """ - errorMessage: String - - """ - The phone number (in E.164 format), alphanumeric sender ID, or Wireless SIM that initiated the message. For incoming messages, this will be the remote phone. For outgoing messages, this will be one of your Twilio phone numbers or the alphanumeric sender ID used. - """ - from: String - - """ - The unique id of the Messaging Service used with the message. The value will be null if a Messaging Service was not used. - """ - messagingServiceSid: String - - """ - This property indicates the number of media files associated with the message. Each message may send up to 10 media files. - """ - numMedia: String - - """ - This property indicates the number of segments that make up the message. If your body is too large to be sent as a single SMS message, it will be segmented and charged accordingly. Inbound message over 160 characters will be reassembled when the message is received. - """ - numSegments: String - - """ - The amount billed for the message, in the currency associated with the account. Note that your account will be charged for each segment sent to the handset. - """ - price: String - - """ - The currency in which `Price` is measured, in ISO 4127 format (e.g. `usd`, `eur`, `jpy`). - """ - priceUnit: String - - """A 34 character string that uniquely identifies this resource.""" - sid: String - - """ - The status of this message. Either `accepted`, `queued`, `sending`, `sent`, `failed`, `delivered`, `undelivered`, `receiving`, or `received`. - """ - status: TwilioMessageStatus - - """ - The URIs for any subresources associate with this resource, relative to https://api.twilio.com - """ - subresourceUris: TwilioSubresourceUrisContainer - - """ - The phone number that received the message in E.164 format. For incoming messages, this will be one of your Twilio phone numbers. For outgoing messages, this will be the remote phone. - """ - to: String - - """The URI for this resource, relative to https://api.twilio.com""" - uri: String -} - -"""""" -type TwilioMessageEdge { - """node""" - node: TwilioMessage! -} - -"""""" -type TwilioMessagesConnection { - """edges""" - edges: [TwilioMessageEdge!]! - - """nodes""" - nodes: [TwilioMessage!]! - - """edges""" - totalCount: Int! -} - -"""The root for Twilio""" -type TwilioQuery { - messages( - """ - Only show messages sent on this date (in GMT format), given as `YYYY-MM-DD`. Example: `DateSent: "2009-07-06"`. You can also specify inequality, such as `DateSent: "<=YYYY-MM-DD"` for messages that were sent on or before midnight on a date, and `DateSent: ">=YYYY-MM-DD"` for messages sent on or after midnight on a date. - """ - dateSent: String - - """Only show messages from this phone number or alphanumeric sender ID.""" - from: String - - """Only show messages to this phone number.""" - to: String - last: Int - first: Int - before: String - after: String - ): TwilioMessagesConnection - incomingPhoneNumbers( - """ - Only show the incoming phone number resources that match this pattern. You can specify partial numbers and use `'*'` as a wildcard for any digit. - """ - phoneNumber: String - - """ - Include phone numbers based on the origin, by default, phone numbers of all origin are included. - """ - origin: TwilioPhoneNumberOriginEnumArg - - """ - A human readable descriptive text for this resource, up to 64 characters long. By default, the FriendlyName is a nicely formatted version of the phone number. - """ - friendlyName: String - - """Phone numbers new to the Twilio platform are marked as beta.""" - beta: Boolean - last: Int - first: Int - before: String - after: String - ): TwilioIncomingPhoneNumberConnection -} - -"""List of Trello webhooks, with metadata field for pagination""" -type TrelloWebhooksConnection { - """List of Trello webhooks""" - nodes: [TrelloWebhook!]! - - """Total number of Trello webhooks""" - totalCount: Int! -} - -"""List of Trello emojis, with metadata field for pagination""" -type TrelloEmojisConnection { - """List of Trello emojis""" - nodes: [TrelloEmoji!]! - - """Total number of Trello emojis""" - totalCount: Int! -} - -""" -Webhooks allow developers to receive updates regarding actions that have occurred in Trello. -""" -type TrelloWebhook { - """ID of the webhook.""" - id: String - - """Description provided when creating webhook.""" - description: String - - """ID of the object the webhook is watching.""" - idModel: String - - """The URL that the webhook will POST information to.""" - callbackURL: String - - """Determines whether the webhook is active or not.""" - active: Boolean -} - -"""The root for Trello.""" -type TrelloQuery { - """Find a trello member by id""" - member( - """Find the member by username. Must provide one of username or id.""" - username: String - - """Find the member by id. Must provide one of id or username.""" - id: String - ): TrelloMember! - - """Find a trello action by id""" - action( - """Action id""" - id: String! - ): TrelloAction! - - """Find a trello board by id""" - board( - """Board id""" - id: String! - ): TrelloBoard! - - """Find a trello card by id""" - card( - """Card id""" - id: String! - ): TrelloCard! - - """Find a trello checklist by id""" - checklist( - """Checklist id""" - id: String! - ): TrelloChecklist! - - """Find a trello customField by id""" - customField( - """CustomField id""" - id: String! - ): TrelloCustomFields! - - """Find a trello enterprise by id""" - enterprise( - """Enterprise id""" - id: String! - ): TrelloEnterprise! - - """Find a trello list by id""" - list( - """List id""" - id: String! - ): TrelloList! - - """Find a trello organization by id""" - organization( - """Organization id""" - id: String! - ): TrelloOrganization! - - """Find a trello webhook by id""" - webhook( - """Webhook id""" - id: String! - ): TrelloWebhook! - - """Lists all available emoji""" - allEmoji: TrelloEmojisConnection - - """Lists all webhooks for the currently logged-in member""" - webhooks: TrelloWebhooksConnection -} - -"""""" -type StripeTransfersEdge { - """node""" - node: StripeTransfer! - - """cursor""" - cursor: String! -} - -"""""" -type StripeTransfersConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeTransfer!]! - - """edges""" - edges: [StripeTransfersEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -"""""" -type StripePlansEdge { - """node""" - node: StripePlan! - - """cursor""" - cursor: String! -} - -"""""" -type StripePlansConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripePlan!]! - - """edges""" - edges: [StripePlansEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -enum StripeInvoiceItemObjectEnum { - invoiceitem -} - -"""""" -type StripeInvoiceItem { - """ - For prorations this indicates whether Stripe automatically grouped multiple related debit and credit line items into a single combined line item. - """ - unifiedProration: Boolean - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeInvoiceItemObjectEnum! - - """The ID of the invoice this invoice item belongs to.""" - invoice: StripeInvoice - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - If true, discounts will apply to this invoice item. Always false for prorations. - """ - discountable: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - The tax rates which apply to the invoice item. When set, the `default_tax_rates` on the invoice do not apply to this invoice item. - """ - taxRates: [StripeTaxRate!] - - """ - Quantity of units for the invoice item. If the invoice item is a proration, the quantity of the subscription that the proration was computed for. - """ - quantity: Int! - - """The subscription that this invoice item has been created for, if any.""" - subscription: StripeSubscription - - """ - Same as `unit_amount`, but contains a decimal value with at most 12 decimal places. - """ - unitAmountDecimal: String - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Whether the invoice item was created automatically as a proration adjustment when the customer switched plans. - """ - proration: Boolean! - - """ - The subscription item that this invoice item has been created for, if any. - """ - subscriptionItem: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - Amount (in the `currency` specified) of the invoice item. This should always be equal to `unit_amount * quantity`. - """ - amount: Int! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - date: Int! - - """ - If the invoice item is a proration, the plan of the subscription that the proration was computed for. - """ - plan: StripePlan - - """Unit Amount (in the `currency` specified) of the invoice item.""" - unitAmount: Int - - """""" - period: StripeInvoiceLineItemPeriod! - - """ - The ID of the customer who will be billed when this invoice item is billed. - """ - customer: StripeInvoiceItemCustomerUnion! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String -} - -"""""" -type StripeBalanceTransactionsEdge { - """node""" - node: StripeBalanceTransaction! - - """cursor""" - cursor: String! -} - -"""""" -type StripeBalanceTransactionsConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeBalanceTransaction!]! - - """edges""" - edges: [StripeBalanceTransactionsEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -"""""" -type StripeDisputesEdge { - """node""" - node: StripeDispute! - - """cursor""" - cursor: String! -} - -"""""" -type StripeDisputesConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeDispute!]! - - """edges""" - edges: [StripeDisputesEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -"""""" -type StripeCustomersEdge { - """node""" - node: StripeCustomer! - - """cursor""" - cursor: String! -} - -"""""" -type StripeCustomersConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeCustomer!]! - - """edges""" - edges: [StripeCustomersEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -"""The root for Stripe""" -type StripeQuery { - customer(id: String!): StripeCustomer - customers(after: String, before: String, first: Int): StripeCustomersConnection - invoice(id: String!): StripeInvoice - invoices(status: StripeInvoiceStatusEnum, customer: String, after: String, before: String, first: Int): StripeInvoicesConnection - charge(id: String!): StripeCharge - charges(customer: String, after: String, before: String, first: Int): StripeChargesConnection - dispute(id: String!): StripeDispute - disputes(after: String, before: String, first: Int): StripeDisputesConnection - refund(id: String!): StripeRefund - refunds(chargeId: String, after: String, before: String, first: Int): StripeRefundsConnection - balanceTransaction(id: String!): StripeBalanceTransaction - balanceTransactions(after: String, before: String, first: Int): StripeBalanceTransactionsConnection - payout(id: String!): StripePayout - bankAccount(customer: String!, id: String!): StripeBankAccount - card(customer: String!, id: String!): StripeCard - source(id: String!): StripeSource - coupon(id: String!): StripeCoupon - invoiceItem(id: String!): StripeInvoiceItem - paymentIntent(id: String!): StripePaymentIntent - paymentIntents(customer: String, after: String, before: String, first: Int): StripePaymentIntentsConnection - plan(id: String!): StripePlan - plans(after: String, before: String, first: Int): StripePlansConnection - subscription(id: String!): StripeSubscription - subscriptions(status: StripeSubscriptionStatusEnum, planId: String, after: String, before: String, first: Int): StripeSubscriptionsConnection - transfer(id: String!): StripeTransfer - transfers(after: String, before: String, first: Int): StripeTransfersConnection - subscriptionItem(id: String!): StripeSubscriptionItem - sku(id: String!): StripeSku - order(id: String!): StripeOrder - product(id: String!): StripeProduct - topup(id: String!): StripeTopup - bitcoinReceiver(id: String!): StripeBitcoinReceiver -} - -""" -"Searches can be made more specific by specifying an album, artist or track field filter. Possible field filters, depending on object types being searched, include year, genre, upc, and isrc." -""" -input SpotifySearchArg { - tag: String - isrc: String - upc: String - genre: String - - """Filter results that were released in a specific year""" - year: Int - artist: String - - """ - The search query's keywords. The search is not case-sensitive: 'roadhouse' will match 'Roadhouse', 'roadHouse', etc. Keywords will be matched in any order unless surrounded by quotes, thus `roadhouse blues` will match both 'Blues Roadhouse' and 'Roadhouse of the Blues'. Quotation marks can be used to limit the match to a phrase: `"roadhouse blues"` will match 'My Roadhouse Blues' but not 'Roadhouse of the Blues'. By default, results are returned when a match is found in any field of the target object type. The asterisk (`*`) character can, with some limitations, be used as a wildcard (maximum: 2 per query). It will match a variable number of non-white-space characters. It cannot be used in a quoted phrase, in a field filter, or as the first character of the keyword string. Searching for playlists will return results matching the playlist's name and/or description. - """ - query: String! -} - -type SpotifySearchResults { - albums: [SpotifyAlbum!] - artists: [SpotifyArtist!] - playlists: [SpotifyPlaylist!] - tracks: [SpotifyTrack!] -} - -"""The root for Spotify""" -type SpotifyQuery { - featuredPlaylists(limit: Int): [SpotifyPlaylist!] - me: SpotifyCurrentUserProfile - artist( - """The artist id""" - id: String! - ): SpotifyArtist - track( - """The track id""" - id: String! - ): SpotifyTrack - search(data: SpotifySearchArg!): SpotifySearchResults -} - -type SlackChannelTopic { - """""" - creator: String - - """""" - lastSet: Int - - """""" - value: String -} - -type SlackChannelPurpose { - """""" - creator: String - - """""" - lastSet: Int - - """""" - value: String -} - -type SlackTeamIcon { - """""" - image102: String - - """""" - image132: String - - """""" - image230: String - - """""" - image34: String - - """""" - image44: String - - """""" - image68: String - - """""" - image88: String - - """""" - imageDefault: Boolean -} - -"""A Slack channel""" -type SlackChannel { - """""" - acceptedUser: String - - """""" - created: Int - - """""" - creator: String - - """""" - id: String - - """""" - isArchived: Boolean - - """""" - isChannel: Boolean - - """""" - isGeneral: Boolean - - """""" - isMember: Boolean - - """""" - isMoved: Int - - """""" - isMpim: Boolean - - """""" - isOrgShared: Boolean - - """""" - isPendingExtShared: Boolean - - """""" - isPrivate: Boolean - - """""" - isReadOnly: Boolean - - """""" - isShared: Boolean - - """""" - lastRead: String - - """""" - latest: [SlackTeamIcon!] - - """""" - name: String - - """""" - nameNormalized: String - - """""" - numMembers: Int - - """""" - pendingShared: [String!] - - """""" - previousNames: [String!] - - """""" - priority: Int - - """""" - purpose: SlackChannelPurpose - - """""" - topic: SlackChannelTopic - - """""" - unlinked: Int - - """""" - unreadCount: Int - - """""" - unreadCountDisplay: Int - members: SlackMembersConnection -} - -"""Channels in a Slack workspace""" -type SlackChannelsConnection { - """Channels""" - nodes: [SlackChannel!]! -} - -"""A Slack member profile""" -type SlackMemberProfile { - avatarHash: String - image24: String - image32: String - image48: String - image72: String - image192: String - image512: String - image1024: String - imageOriginal: String - firstName: String - lastName: String - title: String - phone: String - skype: String - realName: String - realNameNormalized: String - displayName: String - displayNameNormalized: String - email: String -} - -"""A Slack member/user""" -type SlackMember { - """The id of the Slack member""" - id: String - - """The ID of the Slack member's team""" - teamId: String - - """The name of the Slack member""" - name: String - - """Whether this users has been removed from the Slack workspace or not""" - deleted: Boolean - - """A color represented in hex format""" - color: String - - """The real name of the Slack member""" - realName: String - - """The timezone of the Slack member""" - timezone: String - - """The label of the timezone of the Slack member""" - timezoneLabel: String - - """The offset of the timezone of the Slack member""" - timezoneOffset: Int - isAdmin: Boolean - isOwner: Boolean - isPrimaryOwner: Boolean - isRestricted: Boolean - isUltraRestricted: Boolean - isBot: Boolean - updated: Int - has2fa: Boolean - profile: SlackMemberProfile! -} - -"""Members in a Slack workspace""" -type SlackMembersConnection { - """Users""" - nodes: [SlackMember!]! - - """Page info""" - pageInfo: PageInfo! -} - -type Slack { - members( - """Pagination cursor from which to retrieve additional results""" - after: String - - """ - Limit the result to `first` items. The recommended maximum is 200, though the absolute is 1000. - """ - first: Int - ): SlackMembersConnection! - member(includeLocale: Boolean, id: String!): SlackMember! - channels: SlackChannelsConnection! - channel(id: String!): SlackChannel -} - -""" -Make a REST API call to the Salesforce API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type SalesforcePassthroughQuery { - """ - Make a GET request to the Salesforce API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""Result of a SOQL query""" -type SalesforceSoqlResult { - """Raw output from the SOQL query""" - raw: JSON! - - """List of SOQL result nodes""" - nodes: [SalesforceSobject!]! -} - -"""Field that Cron Jobs can be sorted by""" -enum SalesforceCronJobDetailSortByFieldEnum { - ID - NAME - JOB_TYPE -} - -"""An edge in a connection.""" -type SalesforceCronJobDetailEdge { - """The item at the end of the edge.""" - node: SalesforceCronJobDetail! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Cron Jobs connection, for use in pagination.""" -type SalesforceCronJobDetailsConnection { - """The count of all Cron Job you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Cron Jobs""" - nodes: [SalesforceCronJobDetail!]! - - """List of Cron Job edges""" - edges: [SalesforceCronJobDetailEdge!]! -} - -"""Field that Package Licenses can be sorted by""" -enum SalesforcePackageLicenseSortByFieldEnum { - ID - STATUS - IS_PROVISIONED - ALLOWED_LICENSES - USED_LICENSES - EXPIRATION_DATE - CREATED_DATE - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - NAMESPACE_PREFIX -} - -"""An edge in a connection.""" -type SalesforcePackageLicenseEdge { - """The item at the end of the edge.""" - node: SalesforcePackageLicense! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Package Licenses connection, for use in pagination.""" -type SalesforcePackageLicensesConnection { - """The count of all Package License you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Package Licenses""" - nodes: [SalesforcePackageLicense!]! - - """List of Package License edges""" - edges: [SalesforcePackageLicenseEdge!]! -} - -"""Field that User Licenses can be sorted by""" -enum SalesforceUserLicenseSortByFieldEnum { - ID - LICENSE_DEFINITION_KEY - TOTAL_LICENSES - STATUS - USED_LICENSES - USED_LICENSES_LAST_UPDATED - NAME - MASTER_LABEL - CREATED_DATE - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceUserLicenseEdge { - """The item at the end of the edge.""" - node: SalesforceUserLicense! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce User Licenses connection, for use in pagination.""" -type SalesforceUserLicensesConnection { - """The count of all User License you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Licenses""" - nodes: [SalesforceUserLicense!]! - - """List of User License edges""" - edges: [SalesforceUserLicenseEdge!]! -} - -"""The root for Salesforce""" -type SalesforceQuery { - authProvider(id: String!): SalesforceAuthProvider! - platformCachePartition(id: String!): SalesforcePlatformCachePartition! - streamingChannelShare(id: String!): SalesforceStreamingChannelShare! - caseComment(id: String!): SalesforceCaseComment! - brandTemplate(id: String!): SalesforceBrandTemplate! - undecidedEventRelation(id: String!): SalesforceUndecidedEventRelation! - contentDistributionView(id: String!): SalesforceContentDistributionView! - userLicense(id: String!): SalesforceUserLicense! - contentUserSubscription(id: String!): SalesforceContentUserSubscription! - processInstance(id: String!): SalesforceProcessInstance! - case(id: String!): SalesforceCase! - apexPage(id: String!): SalesforceApexPage! - lightningComponentResource(id: String!): SalesforceLightningComponentResource! - apexComponent(id: String!): SalesforceApexComponent! - forecastShare(id: String!): SalesforceForecastShare! - attachment(id: String!): SalesforceAttachment! - opportunityPartner(id: String!): SalesforceOpportunityPartner! - orderFeed(id: String!): SalesforceOrderFeed! - order(id: String!): SalesforceOrder! - campaign(id: String!): SalesforceCampaign! - collaborationGroupMemberRequest(id: String!): SalesforceCollaborationGroupMemberRequest! - macroShare(id: String!): SalesforceMacroShare! - contentAsset(id: String!): SalesforceContentAsset! - customPermissionDependency(id: String!): SalesforceCustomPermissionDependency! - accountFeed(id: String!): SalesforceAccountFeed! - customBrandAsset(id: String!): SalesforceCustomBrandAsset! - userLogin(id: String!): SalesforceUserLogin! - stampAssignment(id: String!): SalesforceStampAssignment! - apexTrigger(id: String!): SalesforceApexTrigger! - siteFeed(id: String!): SalesforceSiteFeed! - dashboardFeed(id: String!): SalesforceDashboardFeed! - apexClass(id: String!): SalesforceApexClass! - accountShare(id: String!): SalesforceAccountShare! - feedItem(id: String!): SalesforceFeedItem! - contentFolderLink(id: String!): SalesforceContentFolderLink! - period(id: String!): SalesforcePeriod! - dashboardComponentFeed(id: String!): SalesforceDashboardComponentFeed! - opportunityHistory(id: String!): SalesforceOpportunityHistory! - assetHistory(id: String!): SalesforceAssetHistory! - userAppMenuCustomizationShare(id: String!): SalesforceUserAppMenuCustomizationShare! - appMenuItem(id: String!): SalesforceAppMenuItem! - userAppInfo(id: String!): SalesforceUserAppInfo! - actionLinkGroupTemplate(id: String!): SalesforceActionLinkGroupTemplate! - userProvisioningRequestShare(id: String!): SalesforceUserProvisioningRequestShare! - datacloudOwnedEntity(id: String!): SalesforceDatacloudOwnedEntity! - asset(id: String!): SalesforceAsset! - processInstanceWorkitem(id: String!): SalesforceProcessInstanceWorkitem! - userProvAccount(id: String!): SalesforceUserProvAccount! - userListView(id: String!): SalesforceUserListView! - apexEmailNotification(id: String!): SalesforceApexEmailNotification! - categoryNode(id: String!): SalesforceCategoryNode! - entitySubscription(id: String!): SalesforceEntitySubscription! - partner(id: String!): SalesforcePartner! - collaborationInvitation(id: String!): SalesforceCollaborationInvitation! - additionalNumber(id: String!): SalesforceAdditionalNumber! - flowRecordRelation(id: String!): SalesforceFlowRecordRelation! - opportunityLineItem(id: String!): SalesforceOpportunityLineItem! - taskFeed(id: String!): SalesforceTaskFeed! - organization(id: String!): SalesforceOrganization! - todayGoal(id: String!): SalesforceTodayGoal! - namedCredential(id: String!): SalesforceNamedCredential! - listEmailRecipientSource(id: String!): SalesforceListEmailRecipientSource! - contactHistory(id: String!): SalesforceContactHistory! - contentDocumentSubscription(id: String!): SalesforceContentDocumentSubscription! - opportunity(id: String!): SalesforceOpportunity! - collaborationGroup(id: String!): SalesforceCollaborationGroup! - idea(id: String!): SalesforceIdea! - contentVersionHistory(id: String!): SalesforceContentVersionHistory! - reportFeed(id: String!): SalesforceReportFeed! - dataAssessmentValueMetric(id: String!): SalesforceDataAssessmentValueMetric! - customBrand(id: String!): SalesforceCustomBrand! - note(id: String!): SalesforceNote! - assignmentRule(id: String!): SalesforceAssignmentRule! - contractContactRole(id: String!): SalesforceContractContactRole! - vote(id: String!): SalesforceVote! - siteHistory(id: String!): SalesforceSiteHistory! - solution(id: String!): SalesforceSolution! - businessProcess(id: String!): SalesforceBusinessProcess! - userProvAccountStaging(id: String!): SalesforceUserProvAccountStaging! - flowInterviewShare(id: String!): SalesforceFlowInterviewShare! - orgDeleteRequestShare(id: String!): SalesforceOrgDeleteRequestShare! - apexTestResult(id: String!): SalesforceApexTestResult! - folder(id: String!): SalesforceFolder! - quickTextShare(id: String!): SalesforceQuickTextShare! - authConfigProviders(id: String!): SalesforceAuthConfigProviders! - product2(id: String!): SalesforceProduct2! - acceptedEventRelation(id: String!): SalesforceAcceptedEventRelation! - sessionPermSetActivation(id: String!): SalesforceSessionPermSetActivation! - community(id: String!): SalesforceCommunity! - leadStatus(id: String!): SalesforceLeadStatus! - emailServicesFunction(id: String!): SalesforceEmailServicesFunction! - matchingRule(id: String!): SalesforceMatchingRule! - orgWideEmailAddress(id: String!): SalesforceOrgWideEmailAddress! - emailMessageRelation(id: String!): SalesforceEmailMessageRelation! - knowledgeableUser(id: String!): SalesforceKnowledgeableUser! - setupAuditTrail(id: String!): SalesforceSetupAuditTrail! - cronTrigger(id: String!): SalesforceCronTrigger! - grantedByLicense(id: String!): SalesforceGrantedByLicense! - cspTrustedSite(id: String!): SalesforceCspTrustedSite! - solutionHistory(id: String!): SalesforceSolutionHistory! - contentTagSubscription(id: String!): SalesforceContentTagSubscription! - contract(id: String!): SalesforceContract! - documentAttachmentMap(id: String!): SalesforceDocumentAttachmentMap! - macroInstruction(id: String!): SalesforceMacroInstruction! - customPermission(id: String!): SalesforceCustomPermission! - contractFeed(id: String!): SalesforceContractFeed! - contentWorkspacePermission(id: String!): SalesforceContentWorkspacePermission! - businessHours(id: String!): SalesforceBusinessHours! - macroHistory(id: String!): SalesforceMacroHistory! - user(id: String!): SalesforceUser! - dashboard(id: String!): SalesforceDashboard! - contentNotification(id: String!): SalesforceContentNotification! - caseContactRole(id: String!): SalesforceCaseContactRole! - testSuiteMembership(id: String!): SalesforceTestSuiteMembership! - orderShare(id: String!): SalesforceOrderShare! - userAppMenuCustomization(id: String!): SalesforceUserAppMenuCustomization! - topicUserEvent(id: String!): SalesforceTopicUserEvent! - announcement(id: String!): SalesforceAnnouncement! - externalDataUserAuth(id: String!): SalesforceExternalDataUserAuth! - searchPromotionRule(id: String!): SalesforceSearchPromotionRule! - leadCleanInfo(id: String!): SalesforceLeadCleanInfo! - event(id: String!): SalesforceEvent! - processDefinition(id: String!): SalesforceProcessDefinition! - permissionSetLicense(id: String!): SalesforcePermissionSetLicense! - campaignMemberStatus(id: String!): SalesforceCampaignMemberStatus! - contentVersion(id: String!): SalesforceContentVersion! - securityCustomBaseline(id: String!): SalesforceSecurityCustomBaseline! - dataAssessmentFieldMetric(id: String!): SalesforceDataAssessmentFieldMetric! - auraDefinition(id: String!): SalesforceAuraDefinition! - datacloudPurchaseUsage(id: String!): SalesforceDatacloudPurchaseUsage! - contact(id: String!): SalesforceContact! - contentDocument(id: String!): SalesforceContentDocument! - leadHistory(id: String!): SalesforceLeadHistory! - emailTemplate(id: String!): SalesforceEmailTemplate! - contentVersionRating(id: String!): SalesforceContentVersionRating! - quickTextHistory(id: String!): SalesforceQuickTextHistory! - authConfig(id: String!): SalesforceAuthConfig! - topic(id: String!): SalesforceTopic! - taskPriority(id: String!): SalesforceTaskPriority! - apexTestSuite(id: String!): SalesforceApexTestSuite! - report(id: String!): SalesforceReport! - visualforceAccessMetrics(id: String!): SalesforceVisualforceAccessMetrics! - authSession(id: String!): SalesforceAuthSession! - contentWorkspaceMember(id: String!): SalesforceContentWorkspaceMember! - queueSobject(id: String!): SalesforceQueueSobject! - verificationHistory(id: String!): SalesforceVerificationHistory! - domain(id: String!): SalesforceDomain! - connectedApplication(id: String!): SalesforceConnectedApplication! - dashboardComponent(id: String!): SalesforceDashboardComponent! - contentDocumentFeed(id: String!): SalesforceContentDocumentFeed! - contentWorkspace(id: String!): SalesforceContentWorkspace! - contentFolderMember(id: String!): SalesforceContentFolderMember! - assetRelationshipHistory(id: String!): SalesforceAssetRelationshipHistory! - callCenter(id: String!): SalesforceCallCenter! - caseTeamMember(id: String!): SalesforceCaseTeamMember! - mailmergeTemplate(id: String!): SalesforceMailmergeTemplate! - customObjectUserLicenseMetrics(id: String!): SalesforceCustomObjectUserLicenseMetrics! - listView(id: String!): SalesforceListView! - orgDeleteRequest(id: String!): SalesforceOrgDeleteRequest! - collaborationGroupFeed(id: String!): SalesforceCollaborationGroupFeed! - userPreference(id: String!): SalesforceUserPreference! - collaborationGroupMember(id: String!): SalesforceCollaborationGroupMember! - opportunityFieldHistory(id: String!): SalesforceOpportunityFieldHistory! - accountHistory(id: String!): SalesforceAccountHistory! - samlSsoConfig(id: String!): SalesforceSamlSsoConfig! - opportunityShare(id: String!): SalesforceOpportunityShare! - eventLogFile(id: String!): SalesforceEventLogFile! - assetRelationship(id: String!): SalesforceAssetRelationship! - eventFeed(id: String!): SalesforceEventFeed! - userRole(id: String!): SalesforceUserRole! - opportunityContactRole(id: String!): SalesforceOpportunityContactRole! - caseSolution(id: String!): SalesforceCaseSolution! - emailCapture(id: String!): SalesforceEmailCapture! - account(id: String!): SalesforceAccount! - profile(id: String!): SalesforceProfile! - opportunityStage(id: String!): SalesforceOpportunityStage! - contentFolderItem(id: String!): SalesforceContentFolderItem! - actionLinkTemplate(id: String!): SalesforceActionLinkTemplate! - permissionSet(id: String!): SalesforcePermissionSet! - assetRelationshipFeed(id: String!): SalesforceAssetRelationshipFeed! - campaignMember(id: String!): SalesforceCampaignMember! - product2History(id: String!): SalesforceProduct2History! - contactShare(id: String!): SalesforceContactShare! - assetShare(id: String!): SalesforceAssetShare! - accountCleanInfo(id: String!): SalesforceAccountCleanInfo! - packageLicense(id: String!): SalesforcePackageLicense! - userShare(id: String!): SalesforceUserShare! - permissionSetLicenseAssign(id: String!): SalesforcePermissionSetLicenseAssign! - userProvisioningRequest(id: String!): SalesforceUserProvisioningRequest! - userPackageLicense(id: String!): SalesforceUserPackageLicense! - fileSearchActivity(id: String!): SalesforceFileSearchActivity! - caseFeed(id: String!): SalesforceCaseFeed! - partnerRole(id: String!): SalesforcePartnerRole! - assetFeed(id: String!): SalesforceAssetFeed! - clientBrowser(id: String!): SalesforceClientBrowser! - accountContactRole(id: String!): SalesforceAccountContactRole! - listEmail(id: String!): SalesforceListEmail! - recordType(id: String!): SalesforceRecordType! - topicFeed(id: String!): SalesforceTopicFeed! - contentWorkspaceSubscription(id: String!): SalesforceContentWorkspaceSubscription! - caseTeamRole(id: String!): SalesforceCaseTeamRole! - feedAttachment(id: String!): SalesforceFeedAttachment! - tenantUsageEntitlement(id: String!): SalesforceTenantUsageEntitlement! - contentDocumentHistory(id: String!): SalesforceContentDocumentHistory! - domainSite(id: String!): SalesforceDomainSite! - pricebookEntry(id: String!): SalesforcePricebookEntry! - chatterExtensionConfig(id: String!): SalesforceChatterExtensionConfig! - campaignFeed(id: String!): SalesforceCampaignFeed! - listEmailShare(id: String!): SalesforceListEmailShare! - fiscalYearSettings(id: String!): SalesforceFiscalYearSettings! - categoryData(id: String!): SalesforceCategoryData! - contentDistribution(id: String!): SalesforceContentDistribution! - accountPartner(id: String!): SalesforceAccountPartner! - contentFolder(id: String!): SalesforceContentFolder! - todayGoalShare(id: String!): SalesforceTodayGoalShare! - idpEventLog(id: String!): SalesforceIdpEventLog! - flowInterview(id: String!): SalesforceFlowInterview! - solutionStatus(id: String!): SalesforceSolutionStatus! - staticResource(id: String!): SalesforceStaticResource! - solutionFeed(id: String!): SalesforceSolutionFeed! - eventRelation(id: String!): SalesforceEventRelation! - cronJobDetail(id: String!): SalesforceCronJobDetail! - pricebook2History(id: String!): SalesforcePricebook2History! - caseShare(id: String!): SalesforceCaseShare! - webLink(id: String!): SalesforceWebLink! - feedPollChoice(id: String!): SalesforceFeedPollChoice! - orderItemHistory(id: String!): SalesforceOrderItemHistory! - lead(id: String!): SalesforceLead! - feedComment(id: String!): SalesforceFeedComment! - externalDataSource(id: String!): SalesforceExternalDataSource! - site(id: String!): SalesforceSite! - loginIp(id: String!): SalesforceLoginIp! - installedMobileApp(id: String!): SalesforceInstalledMobileApp! - emailDomainKey(id: String!): SalesforceEmailDomainKey! - chatterActivity(id: String!): SalesforceChatterActivity! - caseHistory(id: String!): SalesforceCaseHistory! - loginHistory(id: String!): SalesforceLoginHistory! - pricebook2(id: String!): SalesforcePricebook2! - userProvMockTarget(id: String!): SalesforceUserProvMockTarget! - processNode(id: String!): SalesforceProcessNode! - orderItemFeed(id: String!): SalesforceOrderItemFeed! - listViewChart(id: String!): SalesforceListViewChart! - objectPermissions(id: String!): SalesforceObjectPermissions! - processInstanceStep(id: String!): SalesforceProcessInstanceStep! - caseTeamTemplate(id: String!): SalesforceCaseTeamTemplate! - apexTestResultLimits(id: String!): SalesforceApexTestResultLimits! - caseTeamTemplateMember(id: String!): SalesforceCaseTeamTemplateMember! - waveCompatibilityCheckItem(id: String!): SalesforceWaveCompatibilityCheckItem! - groupMember(id: String!): SalesforceGroupMember! - caseTeamTemplateRecord(id: String!): SalesforceCaseTeamTemplateRecord! - backgroundOperation(id: String!): SalesforceBackgroundOperation! - ideaComment(id: String!): SalesforceIdeaComment! - opportunityCompetitor(id: String!): SalesforceOpportunityCompetitor! - contentDocumentLink(id: String!): SalesforceContentDocumentLink! - chatterExtension(id: String!): SalesforceChatterExtension! - orderHistory(id: String!): SalesforceOrderHistory! - corsWhitelistEntry(id: String!): SalesforceCorsWhitelistEntry! - feedPollVote(id: String!): SalesforceFeedPollVote! - secureAgentsCluster(id: String!): SalesforceSecureAgentsCluster! - quickText(id: String!): SalesforceQuickText! - product2Feed(id: String!): SalesforceProduct2Feed! - contactFeed(id: String!): SalesforceContactFeed! - secureAgent(id: String!): SalesforceSecureAgent! - leadShare(id: String!): SalesforceLeadShare! - duplicateRecordSet(id: String!): SalesforceDuplicateRecordSet! - contactCleanInfo(id: String!): SalesforceContactCleanInfo! - setupEntityAccess(id: String!): SalesforceSetupEntityAccess! - document(id: String!): SalesforceDocument! - opportunityFeed(id: String!): SalesforceOpportunityFeed! - group(id: String!): SalesforceGroup! - contentWorkspaceDoc(id: String!): SalesforceContentWorkspaceDoc! - platformCachePartitionType(id: String!): SalesforcePlatformCachePartitionType! - processInstanceNode(id: String!): SalesforceProcessInstanceNode! - contractStatus(id: String!): SalesforceContractStatus! - dandBCompany(id: String!): SalesforceDandBCompany! - userProvisioningLog(id: String!): SalesforceUserProvisioningLog! - transactionSecurityPolicy(id: String!): SalesforceTransactionSecurityPolicy! - loginGeo(id: String!): SalesforceLoginGeo! - caseStatus(id: String!): SalesforceCaseStatus! - pushTopic(id: String!): SalesforcePushTopic! - holiday(id: String!): SalesforceHoliday! - contractHistory(id: String!): SalesforceContractHistory! - emailServicesAddress(id: String!): SalesforceEmailServicesAddress! - macro(id: String!): SalesforceMacro! - secureAgentPluginProperty(id: String!): SalesforceSecureAgentPluginProperty! - fieldPermissions(id: String!): SalesforceFieldPermissions! - apexTestQueueItem(id: String!): SalesforceApexTestQueueItem! - stamp(id: String!): SalesforceStamp! - streamingChannel(id: String!): SalesforceStreamingChannel! - contentVersionComment(id: String!): SalesforceContentVersionComment! - matchingRuleItem(id: String!): SalesforceMatchingRuleItem! - userFeed(id: String!): SalesforceUserFeed! - taskStatus(id: String!): SalesforceTaskStatus! - campaignHistory(id: String!): SalesforceCampaignHistory! - task(id: String!): SalesforceTask! - userProvisioningConfig(id: String!): SalesforceUserProvisioningConfig! - declinedEventRelation(id: String!): SalesforceDeclinedEventRelation! - duplicateRecordItem(id: String!): SalesforceDuplicateRecordItem! - permissionSetAssignment(id: String!): SalesforcePermissionSetAssignment! - campaignShare(id: String!): SalesforceCampaignShare! - searchActivity(id: String!): SalesforceSearchActivity! - asyncApexJob(id: String!): SalesforceAsyncApexJob! - userListViewCriterion(id: String!): SalesforceUserListViewCriterion! - orderItem(id: String!): SalesforceOrderItem! - emailMessage(id: String!): SalesforceEmailMessage! - collaborationGroupRecord(id: String!): SalesforceCollaborationGroupRecord! - apexLog(id: String!): SalesforceApexLog! - secureAgentPlugin(id: String!): SalesforceSecureAgentPlugin! - duplicateRule(id: String!): SalesforceDuplicateRule! - scontrol(id: String!): SalesforceScontrol! - feedRevision(id: String!): SalesforceFeedRevision! - leadFeed(id: String!): SalesforceLeadFeed! - lightningComponentBundle(id: String!): SalesforceLightningComponentBundle! - topicAssignment(id: String!): SalesforceTopicAssignment! - dataAssessmentMetric(id: String!): SalesforceDataAssessmentMetric! - apexTestRunResult(id: String!): SalesforceApexTestRunResult! - auraDefinitionBundle(id: String!): SalesforceAuraDefinitionBundle! - - """Collection of Salesforce Auth. Providers""" - authProviders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthProviderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthProviderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Auth. Providers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthProvidersConnection - - """Collection of Salesforce Platform Cache Partitions""" - platformCachePartitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePlatformCachePartitionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePlatformCachePartitionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Platform Cache Partitions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePlatformCachePartitionsConnection - - """Collection of Salesforce Streaming Channel Shares""" - streamingChannelShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStreamingChannelShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStreamingChannelShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Streaming Channel Shares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceStreamingChannelSharesConnection - - """Collection of Salesforce Case Comments""" - caseComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Comments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseCommentsConnection - - """Collection of Salesforce Letterheads""" - brandTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBrandTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBrandTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Letterheads to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceBrandTemplatesConnection - - """Collection of Salesforce Undecided Event Relations""" - undecidedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUndecidedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUndecidedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Undecided Event Relations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUndecidedEventRelationsConnection - - """Collection of Salesforce Content Delivery Views""" - contentDistributionViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Delivery Views to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionViewsConnection - - """Collection of Salesforce User Licenses""" - userLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of User Licenses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserLicensesConnection - - """Collection of Salesforce Content User Subscriptions""" - contentUserSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentUserSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentUserSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content User Subscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentUserSubscriptionsConnection - - """Collection of Salesforce Process Instances""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Process Instances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Cases""" - cases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Cases to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCasesConnection - - """Collection of Salesforce Visualforce Pages""" - apexPages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexPageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexPageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Visualforce Pages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexPagesConnection - - """Collection of Salesforce LightningComponentResources""" - lightningComponentResources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLightningComponentResourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLightningComponentResourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of LightningComponentResources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceLightningComponentResourcesConnection - - """Collection of Salesforce Visualforce Components""" - apexComponents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexComponentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexComponentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Visualforce Components to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexComponentsConnection - - """Collection of Salesforce Forecast Shares""" - forecastShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceForecastShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceForecastShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Forecast Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceForecastSharesConnection - - """Collection of Salesforce Attachments""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce Opportunity Partners""" - opportunityPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Opportunity Partners to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityPartnersConnection - - """Collection of Salesforce Order Feeds""" - orderFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Order Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderFeedsConnection - - """Collection of Salesforce Orders""" - orders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Orders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrdersConnection - - """Collection of Salesforce Campaigns""" - campaigns( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Campaigns to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignsConnection - - """Collection of Salesforce Group Member Requests""" - collaborationGroupMemberRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Group Member Requests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupMemberRequestsConnection - - """Collection of Salesforce Macro Shares""" - macroShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Macro Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroSharesConnection - - """Collection of Salesforce Asset Files""" - contentAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Asset Files to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentAssetsConnection - - """Collection of Salesforce Custom Permission Dependencies""" - customPermissionDependencies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomPermissionDependencyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomPermissionDependencySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Custom Permission Dependencies to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCustomPermissionDependencysConnection - - """Collection of Salesforce Account Feeds""" - accountFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Account Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountFeedsConnection - - """Collection of Salesforce Custom Brand Assets""" - customBrandAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Custom Brand Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandAssetsConnection - - """Collection of Salesforce User Logins""" - userLogins( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserLoginConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserLoginSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of User Logins to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserLoginsConnection - - """Collection of Salesforce Stamp Assignments""" - stampAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStampAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStampAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Stamp Assignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStampAssignmentsConnection - - """Collection of Salesforce Apex Triggers""" - apexTriggers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTriggerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTriggerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Apex Triggers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTriggersConnection - - """Collection of Salesforce Sites""" - siteFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Sites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSiteFeedsConnection - - """Collection of Salesforce Dashboard Feeds""" - dashboardFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Dashboard Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardFeedsConnection - - """Collection of Salesforce Apex Classes""" - apexClasses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexClassConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexClassSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Apex Classes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexClasssConnection - - """Collection of Salesforce Account Shares""" - accountShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Account Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountSharesConnection - - """Collection of Salesforce Feed Items""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Feed Items to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce Content Folder Links""" - contentFolderLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Folder Links to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentFolderLinksConnection - - """Collection of Salesforce Periods""" - periods( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePeriodConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePeriodSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Periods to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePeriodsConnection - - """Collection of Salesforce Dashboard Component Feeds""" - dashboardComponentFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardComponentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardComponentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Dashboard Component Feeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDashboardComponentFeedsConnection - - """Collection of Salesforce Opportunity Histories""" - opportunityHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Opportunity Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityHistorysConnection - - """Collection of Salesforce Asset Histories""" - assetHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Asset Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetHistorysConnection - - """Collection of Salesforce UserAppMenuCustomization Shares""" - userAppMenuCustomizationShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppMenuCustomizationShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppMenuCustomizationShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserAppMenuCustomization Shares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserAppMenuCustomizationSharesConnection - - """Collection of Salesforce AppMenuItems""" - appMenuItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAppMenuItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAppMenuItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AppMenuItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAppMenuItemsConnection - - """Collection of Salesforce Last Used Apps""" - userAppInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Last Used Apps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserAppInfosConnection - - """Collection of Salesforce Action Link Group Templates""" - actionLinkGroupTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceActionLinkGroupTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceActionLinkGroupTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Action Link Group Templates to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceActionLinkGroupTemplatesConnection - - """Collection of Salesforce User Provisioning Request Shares""" - userProvisioningRequestShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Provisioning Request Shares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestSharesConnection - - """Collection of Salesforce Data.com Owned Entities""" - datacloudOwnedEntities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDatacloudOwnedEntityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDatacloudOwnedEntitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Data.com Owned Entities to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDatacloudOwnedEntitysConnection - - """Collection of Salesforce Assets""" - assets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce Approval Requests""" - processInstanceWorkitems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceWorkitemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceWorkitemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Approval Requests to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstanceWorkitemsConnection - - """Collection of Salesforce User Provisioning Accounts""" - userProvAccounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvAccountConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvAccountSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Provisioning Accounts to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvAccountsConnection - - """Collection of Salesforce User List Views""" - userListViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserListViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserListViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of User List Views to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserListViewsConnection - - """Collection of Salesforce Apex Email Notifications""" - apexEmailNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexEmailNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexEmailNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Apex Email Notifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexEmailNotificationsConnection - - """Collection of Salesforce Category Nodes""" - categoryNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCategoryNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCategoryNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Category Nodes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCategoryNodesConnection - - """Collection of Salesforce Entity Subscriptions""" - entitySubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Entity Subscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Partners""" - partners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Partners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnersConnection - - """Collection of Salesforce Chatter Invitations""" - collaborationInvitations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationInvitationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationInvitationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Chatter Invitations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCollaborationInvitationsConnection - - """Collection of Salesforce Additional Directory Numbers""" - additionalNumbers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAdditionalNumberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAdditionalNumberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Additional Directory Numbers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAdditionalNumbersConnection - - """Collection of Salesforce Flow Record Relations""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Flow Record Relations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Opportunity Products""" - opportunityLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityLineItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityLineItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Opportunity Products to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityLineItemsConnection - - """Collection of Salesforce Task Feeds""" - taskFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Task Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTaskFeedsConnection - - """Collection of Salesforce Organizations""" - organizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrganizationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrganizationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Organizations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrganizationsConnection - - """Collection of Salesforce Goals""" - todayGoals( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTodayGoalConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTodayGoalSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Goals to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTodayGoalsConnection - - """Collection of Salesforce Named Credentials""" - namedCredentials( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNamedCredentialConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNamedCredentialSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Named Credentials to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNamedCredentialsConnection - - """Collection of Salesforce List Email Recipient Sources""" - listEmailRecipientSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailRecipientSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailRecipientSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of List Email Recipient Sources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceListEmailRecipientSourcesConnection - - """Collection of Salesforce Contact Histories""" - contactHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contact Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactHistorysConnection - - """Collection of Salesforce Content Document Subscriptions""" - contentDocumentSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Document Subscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentSubscriptionsConnection - - """Collection of Salesforce Opportunities""" - opportunities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitysConnection - - """Collection of Salesforce Groups""" - collaborationGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Groups to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCollaborationGroupsConnection - - """Collection of Salesforce Ideas""" - ideas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Ideas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeasConnection - - """Collection of Salesforce Content Version Histories""" - contentVersionHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Version Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionHistorysConnection - - """Collection of Salesforce Report Feeds""" - reportFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Report Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportFeedsConnection - - """Collection of Salesforce Data Assessment Field Value Metrics""" - dataAssessmentValueMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentValueMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentValueMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Data Assessment Field Value Metrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentValueMetricsConnection - - """Collection of Salesforce Custom Brands""" - customBrands( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Custom Brands to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandsConnection - - """Collection of Salesforce Notes""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce Assignment Rules""" - assignmentRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssignmentRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssignmentRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assignment Rules to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssignmentRulesConnection - - """Collection of Salesforce Contract Contact Roles""" - contractContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Contract Contact Roles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContractContactRolesConnection - - """Collection of Salesforce Votes""" - votes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Votes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceVotesConnection - - """Collection of Salesforce Site Histories""" - siteHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Site Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSiteHistorysConnection - - """Collection of Salesforce Solutions""" - solutions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Solutions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionsConnection - - """Collection of Salesforce Business Processes""" - businessProcesses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBusinessProcessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBusinessProcessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Business Processes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceBusinessProcesssConnection - - """Collection of Salesforce User Provisioning Account Stagings""" - userProvAccountStagings( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvAccountStagingConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvAccountStagingSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Provisioning Account Stagings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvAccountStagingsConnection - - """Collection of Salesforce Flow Interview Shares""" - flowInterviewShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowInterviewShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowInterviewShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Flow Interview Shares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceFlowInterviewSharesConnection - - """Collection of Salesforce Org Delete Request Shares""" - orgDeleteRequestShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrgDeleteRequestShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrgDeleteRequestShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Org Delete Request Shares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOrgDeleteRequestSharesConnection - - """Collection of Salesforce Apex Test Results""" - apexTestResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Apex Test Results to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestResultsConnection - - """Collection of Salesforce Folders""" - folders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFolderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFolderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Folders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFoldersConnection - - """Collection of Salesforce Quick Text Shares""" - quickTextShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Quick Text Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQuickTextSharesConnection - - """Collection of Salesforce Authentication Configuration Auth. Providers""" - authConfigProvidersPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthConfigProvidersConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthConfigProvidersSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Authentication Configuration Auth. Providers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAuthConfigProviderssConnection - - """Collection of Salesforce Products""" - product2s( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2ConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2SortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Products to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2sConnection - - """Collection of Salesforce Accepted Event Relations""" - acceptedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAcceptedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAcceptedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Accepted Event Relations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAcceptedEventRelationsConnection - - """Collection of Salesforce Session Permission Set Activations""" - sessionPermSetActivations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSessionPermSetActivationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSessionPermSetActivationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Session Permission Set Activations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSessionPermSetActivationsConnection - - """Collection of Salesforce Zones""" - communities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCommunityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCommunitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Zones to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCommunitysConnection - - """Collection of Salesforce Lead Status Values""" - leadStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Lead Status Values to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadStatussConnection - - """Collection of Salesforce Email Services""" - emailServicesFunctions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailServicesFunctionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailServicesFunctionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Email Services to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailServicesFunctionsConnection - - """Collection of Salesforce Matching Rules""" - matchingRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMatchingRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMatchingRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Matching Rules to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMatchingRulesConnection - - """Collection of Salesforce Organization-wide From Email Addresses""" - orgWideEmailAddresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrgWideEmailAddressConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrgWideEmailAddressSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Organization-wide From Email Addresses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOrgWideEmailAddresssConnection - - """Collection of Salesforce Email Message Relations""" - emailMessageRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Email Message Relations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailMessageRelationsConnection - - """Collection of Salesforce Knowledgeable Users""" - knowledgeableUsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceKnowledgeableUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceKnowledgeableUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Knowledgeable Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceKnowledgeableUsersConnection - - """Collection of Salesforce Setup Audit Trail Entries""" - setupAuditTrails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupAuditTrailConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupAuditTrailSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Setup Audit Trail Entries to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSetupAuditTrailsConnection - - """Collection of Salesforce Scheduled Jobs""" - cronTriggers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCronTriggerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCronTriggerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Scheduled Jobs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCronTriggersConnection - - """Collection of Salesforce Setting Granted By Licenses""" - grantedByLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGrantedByLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGrantedByLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Setting Granted By Licenses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceGrantedByLicensesConnection - - """Collection of Salesforce Content Security Policy Trusted Sites""" - cspTrustedSites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCspTrustedSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCspTrustedSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Security Policy Trusted Sites to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCspTrustedSitesConnection - - """Collection of Salesforce Solution Histories""" - solutionHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Solution Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionHistorysConnection - - """Collection of Salesforce Content Tag Subscriptions""" - contentTagSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentTagSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentTagSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Tag Subscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentTagSubscriptionsConnection - - """Collection of Salesforce Contracts""" - contracts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contracts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractsConnection - - """Collection of Salesforce Document Entity Maps""" - documentAttachmentMaps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDocumentAttachmentMapConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDocumentAttachmentMapSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Document Entity Maps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDocumentAttachmentMapsConnection - - """Collection of Salesforce Macro Instructions""" - macroInstructions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroInstructionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroInstructionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Macro Instructions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroInstructionsConnection - - """Collection of Salesforce Custom Permissions""" - customPermissions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomPermissionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomPermissionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Custom Permissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomPermissionsConnection - - """Collection of Salesforce Contract Feeds""" - contractFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contract Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractFeedsConnection - - """Collection of Salesforce Library Permissions""" - contentWorkspacePermissions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspacePermissionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspacePermissionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Library Permissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentWorkspacePermissionsConnection - - """Collection of Salesforce Business Hours""" - businessHoursPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBusinessHoursConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBusinessHoursSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Business Hours to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceBusinessHourssConnection - - """Collection of Salesforce Macro Histories""" - macroHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Macro Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroHistorysConnection - - """Collection of Salesforce Users""" - users( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - - """Collection of Salesforce Dashboards""" - dashboards( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Dashboards to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardsConnection - - """Collection of Salesforce Content Notifications""" - contentNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Notifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentNotificationsConnection - - """Collection of Salesforce Case Contact Roles""" - caseContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Contact Roles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseContactRolesConnection - - """Collection of Salesforce Test Suite Memberships""" - testSuiteMemberships( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTestSuiteMembershipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTestSuiteMembershipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Test Suite Memberships to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTestSuiteMembershipsConnection - - """Collection of Salesforce Order Shares""" - orderShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Order Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderSharesConnection - - """Collection of Salesforce UserAppMenuCustomizations""" - userAppMenuCustomizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppMenuCustomizationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppMenuCustomizationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserAppMenuCustomizations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserAppMenuCustomizationsConnection - - """Collection of Salesforce Topic User Events""" - topicUserEvents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicUserEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicUserEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Topic User Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicUserEventsConnection - - """Collection of Salesforce Announcements""" - announcements( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAnnouncementConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAnnouncementSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Announcements to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAnnouncementsConnection - - """Collection of Salesforce External Data User Authentications""" - externalDataUserAuths( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataUserAuthConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataUserAuthSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of External Data User Authentications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceExternalDataUserAuthsConnection - - """Collection of Salesforce Promoted Search Terms""" - searchPromotionRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSearchPromotionRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSearchPromotionRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Promoted Search Terms to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSearchPromotionRulesConnection - - """Collection of Salesforce Lead Clean Infos""" - leadCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Lead Clean Infos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadCleanInfosConnection - - """Collection of Salesforce Events""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce Process Definitions""" - processDefinitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessDefinitionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessDefinitionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Process Definitions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessDefinitionsConnection - - """Collection of Salesforce Permission Set Licenses""" - permissionSetLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Permission Set Licenses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetLicensesConnection - - """Collection of Salesforce Campaign Member Statuses""" - campaignMemberStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Campaign Member Statuses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCampaignMemberStatussConnection - - """Collection of Salesforce Content Versions""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Content Versions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce Security Custom Baselines""" - securityCustomBaselines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecurityCustomBaselineConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecurityCustomBaselineSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Security Custom Baselines to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecurityCustomBaselinesConnection - - """Collection of Salesforce Data Assessment Field Metrics""" - dataAssessmentFieldMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentFieldMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentFieldMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Data Assessment Field Metrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentFieldMetricsConnection - - """Collection of Salesforce Lightning Component Definitions""" - auraDefinitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuraDefinitionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuraDefinitionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Lightning Component Definitions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAuraDefinitionsConnection - - """Collection of Salesforce Data.com Usages""" - datacloudPurchaseUsages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDatacloudPurchaseUsageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDatacloudPurchaseUsageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Data.com Usages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDatacloudPurchaseUsagesConnection - - """Collection of Salesforce Contacts""" - contacts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contacts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactsConnection - - """Collection of Salesforce Content Documents""" - contentDocuments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Content Documents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentDocumentsConnection - - """Collection of Salesforce Lead Histories""" - leadHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Lead Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadHistorysConnection - - """Collection of Salesforce Email Templates""" - emailTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Email Templates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailTemplatesConnection - - """Collection of Salesforce Content Version Ratings""" - contentVersionRatings( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionRatingConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionRatingSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Version Ratings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionRatingsConnection - - """Collection of Salesforce Quick Text Histories""" - quickTextHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Quick Text Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceQuickTextHistorysConnection - - """Collection of Salesforce Authentication Configurations""" - authConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Authentication Configurations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAuthConfigsConnection - - """Collection of Salesforce Topics""" - topics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Topics to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicsConnection - - """Collection of Salesforce Task Priority Values""" - taskPriorities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskPriorityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskPrioritySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Task Priority Values to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTaskPrioritysConnection - - """Collection of Salesforce Apex Test Suites""" - apexTestSuites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestSuiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestSuiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Apex Test Suites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestSuitesConnection - - """Collection of Salesforce Reports""" - reports( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Reports to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportsConnection - - """Collection of Salesforce Visualforce Access Metrics""" - visualforceAccessMetricsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVisualforceAccessMetricsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVisualforceAccessMetricsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Visualforce Access Metrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceVisualforceAccessMetricssConnection - - """Collection of Salesforce Auth Sessions""" - authSessions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthSessionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthSessionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Auth Sessions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthSessionsConnection - - """Collection of Salesforce Library Members""" - contentWorkspaceMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Library Members to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentWorkspaceMembersConnection - - """Collection of Salesforce Queue Sobjects""" - queueSobjects( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQueueSobjectConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQueueSobjectSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Queue Sobjects to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQueueSobjectsConnection - - """Collection of Salesforce Identity Verification Histories""" - verificationHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVerificationHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVerificationHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Identity Verification Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceVerificationHistorysConnection - - """Collection of Salesforce Domains""" - domains( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDomainConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDomainSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Domains to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDomainsConnection - - """Collection of Salesforce Connected Apps""" - connectedApplications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceConnectedApplicationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceConnectedApplicationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Connected Apps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceConnectedApplicationsConnection - - """Collection of Salesforce Dashboard Components""" - dashboardComponents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardComponentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardComponentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Dashboard Components to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDashboardComponentsConnection - - """Collection of Salesforce ContentDocument Feeds""" - contentDocumentFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocument Feeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentFeedsConnection - - """Collection of Salesforce Libraries""" - contentWorkspaces( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Libraries to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentWorkspacesConnection - - """Collection of Salesforce Content Folder Members""" - contentFolderMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Folder Members to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentFolderMembersConnection - - """Collection of Salesforce Asset Relationship Histories""" - assetRelationshipHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Asset Relationship Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAssetRelationshipHistorysConnection - - """Collection of Salesforce Call Centers""" - callCenters( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCallCenterConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCallCenterSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Call Centers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCallCentersConnection - - """Collection of Salesforce Case Team Members""" - caseTeamMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Team Members to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseTeamMembersConnection - - """Collection of Salesforce Mail Merge Templates""" - mailmergeTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMailmergeTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMailmergeTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Mail Merge Templates to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceMailmergeTemplatesConnection - - """Collection of Salesforce Custom Object Usage By User License Metrics""" - customObjectUserLicenseMetricsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomObjectUserLicenseMetricsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomObjectUserLicenseMetricsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Custom Object Usage By User License Metrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCustomObjectUserLicenseMetricssConnection - - """Collection of Salesforce List Views""" - listViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of List Views to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListViewsConnection - - """Collection of Salesforce Org Delete Requests""" - orgDeleteRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrgDeleteRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrgDeleteRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Org Delete Requests to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrgDeleteRequestsConnection - - """Collection of Salesforce Group Feeds""" - collaborationGroupFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Group Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCollaborationGroupFeedsConnection - - """Collection of Salesforce User Preferences""" - userPreferences( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserPreferenceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserPreferenceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of User Preferences to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserPreferencesConnection - - """Collection of Salesforce Group Members""" - collaborationGroupMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Group Members to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCollaborationGroupMembersConnection - - """Collection of Salesforce Opportunity Field Histories""" - opportunityFieldHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityFieldHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityFieldHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Opportunity Field Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityFieldHistorysConnection - - """Collection of Salesforce Account Histories""" - accountHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Account Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountHistorysConnection - - """Collection of Salesforce SAML Single Sign-On Settings""" - samlSsoConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSamlSsoConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSamlSsoConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SAML Single Sign-On Settings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSamlSsoConfigsConnection - - """Collection of Salesforce Opportunity Shares""" - opportunityShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunity Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitySharesConnection - - """Collection of Salesforce Event Log Files""" - eventLogFiles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventLogFileConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventLogFileSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Event Log Files to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventLogFilesConnection - - """Collection of Salesforce Asset Relationships""" - assetRelationships( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Asset Relationships to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetRelationshipsConnection - - """Collection of Salesforce Event Feeds""" - eventFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Event Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventFeedsConnection - - """Collection of Salesforce Roles""" - userRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Roles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserRolesConnection - - """Collection of Salesforce Opportunity Contact Roles""" - opportunityContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Opportunity Contact Roles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityContactRolesConnection - - """Collection of Salesforce Case Solutions""" - caseSolutions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseSolutionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSolutionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Solutions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSolutionsConnection - - """Collection of Salesforce EmailCaptures""" - emailCaptures( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailCaptureConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailCaptureSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailCaptures to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailCapturesConnection - - """Collection of Salesforce Accounts""" - accounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Accounts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountsConnection - - """Collection of Salesforce Profiles""" - profiles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProfileConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProfileSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Profiles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProfilesConnection - - """Collection of Salesforce Opportunity Stages""" - opportunityStages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityStageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityStageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunity Stages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityStagesConnection - - """Collection of Salesforce Content Folder Items""" - contentFolderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Folder Items to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentFolderItemsConnection - - """Collection of Salesforce Action Link Templates""" - actionLinkTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceActionLinkTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceActionLinkTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Action Link Templates to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceActionLinkTemplatesConnection - - """Collection of Salesforce Permission Sets""" - permissionSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Permission Sets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePermissionSetsConnection - - """Collection of Salesforce Asset Relationship Feeds""" - assetRelationshipFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Asset Relationship Feeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAssetRelationshipFeedsConnection - - """Collection of Salesforce Campaign Members""" - campaignMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Campaign Members to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignMembersConnection - - """Collection of Salesforce Product Histories""" - product2Histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2HistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2HistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2HistorysConnection - - """Collection of Salesforce Contact Shares""" - contactShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contact Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactSharesConnection - - """Collection of Salesforce Asset Shares""" - assetShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Asset Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetSharesConnection - - """Collection of Salesforce Account Clean Infos""" - accountCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Account Clean Infos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountCleanInfosConnection - - """Collection of Salesforce Package Licenses""" - packageLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePackageLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePackageLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Package Licenses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePackageLicensesConnection - - """Collection of Salesforce User Shares""" - userShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of User Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserSharesConnection - - """Collection of Salesforce Permission Set License Assignments""" - permissionSetLicenseAssigns( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetLicenseAssignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetLicenseAssignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Permission Set License Assignments to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetLicenseAssignsConnection - - """Collection of Salesforce User Provisioning Requests""" - userProvisioningRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Provisioning Requests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestsConnection - - """Collection of Salesforce User Package Licenses""" - userPackageLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserPackageLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserPackageLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Package Licenses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserPackageLicensesConnection - - """Collection of Salesforce FileSearchActivities""" - fileSearchActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFileSearchActivityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFileSearchActivitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of FileSearchActivities to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceFileSearchActivitysConnection - - """Collection of Salesforce Case Feeds""" - caseFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseFeedsConnection - - """Collection of Salesforce Partner Role Values""" - partnerRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Partner Role Values to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnerRolesConnection - - """Collection of Salesforce Asset Feeds""" - assetFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Asset Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetFeedsConnection - - """Collection of Salesforce Client Browsers""" - clientBrowsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceClientBrowserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceClientBrowserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Client Browsers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceClientBrowsersConnection - - """Collection of Salesforce Account Contact Roles""" - accountContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Account Contact Roles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAccountContactRolesConnection - - """Collection of Salesforce List Emails""" - listEmails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of List Emails to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListEmailsConnection - - """Collection of Salesforce Record Types""" - recordTypes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceRecordTypeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceRecordTypeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Record Types to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceRecordTypesConnection - - """Collection of Salesforce Topic Feeds""" - topicFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Topic Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicFeedsConnection - - """Collection of Salesforce Content Workspace Subscriptions""" - contentWorkspaceSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Workspace Subscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceSubscriptionsConnection - - """Collection of Salesforce Case Team Member Roles""" - caseTeamRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Case Team Member Roles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamRolesConnection - - """Collection of Salesforce Feed Attachments""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Feed Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce Tenant Usage Entitlements""" - tenantUsageEntitlements( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTenantUsageEntitlementConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTenantUsageEntitlementSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Tenant Usage Entitlements to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTenantUsageEntitlementsConnection - - """Collection of Salesforce Content Document Histories""" - contentDocumentHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Document Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentHistorysConnection - - """Collection of Salesforce Custom URLs""" - domainSites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDomainSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDomainSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Custom URLs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDomainSitesConnection - - """Collection of Salesforce Price Book Entries""" - pricebookEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebookEntryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebookEntrySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Price Book Entries to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebookEntrysConnection - - """Collection of Salesforce Chatter Extension Configurations""" - chatterExtensionConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterExtensionConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterExtensionConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Chatter Extension Configurations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceChatterExtensionConfigsConnection - - """Collection of Salesforce Campaign Feeds""" - campaignFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Campaign Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignFeedsConnection - - """Collection of Salesforce List Email Shares""" - listEmailShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of List Email Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListEmailSharesConnection - - """Collection of Salesforce Fiscal Year Settings""" - fiscalYearSettingsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFiscalYearSettingsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFiscalYearSettingsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Fiscal Year Settings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceFiscalYearSettingssConnection - - """Collection of Salesforce Category Datas""" - categoryDatas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCategoryDataConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCategoryDataSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Category Datas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCategoryDatasConnection - - """Collection of Salesforce Content Deliveries""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Content Deliveries to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce Account Partners""" - accountPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Account Partners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountPartnersConnection - - """Collection of Salesforce Content Folders""" - contentFolders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Content Folders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentFoldersConnection - - """Collection of Salesforce Goal Shares""" - todayGoalShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTodayGoalShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTodayGoalShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Goal Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTodayGoalSharesConnection - - """Collection of Salesforce Identity Provider Event Logs""" - idpEventLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdpEventLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdpEventLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Identity Provider Event Logs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceIdpEventLogsConnection - - """Collection of Salesforce Flow Interviews""" - flowInterviews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowInterviewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowInterviewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Flow Interviews to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowInterviewsConnection - - """Collection of Salesforce Solution Status Values""" - solutionStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Solution Status Values to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSolutionStatussConnection - - """Collection of Salesforce Static Resources""" - staticResources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStaticResourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStaticResourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Static Resources to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStaticResourcesConnection - - """Collection of Salesforce Solution Feeds""" - solutionFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Solution Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionFeedsConnection - - """Collection of Salesforce Event Relations""" - eventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Event Relations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventRelationsConnection - - """Collection of Salesforce Cron Jobs""" - cronJobDetails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCronJobDetailConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCronJobDetailSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Cron Jobs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCronJobDetailsConnection - - """Collection of Salesforce Price Book Histories""" - pricebook2Histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebook2HistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebook2HistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Price Book Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePricebook2HistorysConnection - - """Collection of Salesforce Case Shares""" - caseShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSharesConnection - - """Collection of Salesforce Custom Button or Links""" - webLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceWebLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceWebLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Custom Button or Links to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceWebLinksConnection - - """Collection of Salesforce Feed Poll Choices""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Feed Poll Choices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce Order Product Histories""" - orderItemHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Order Product Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOrderItemHistorysConnection - - """Collection of Salesforce Leads""" - leads( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Leads to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadsConnection - - """Collection of Salesforce Feed Comments""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Feed Comments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce External Data Sources""" - externalDataSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of External Data Sources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceExternalDataSourcesConnection - - """Collection of Salesforce Sites""" - sites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Sites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSitesConnection - - """Collection of Salesforce Login IPs""" - loginIps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginIpConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginIpSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Login IPs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginIpsConnection - - """Collection of Salesforce Installed Mobile Apps""" - installedMobileApps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceInstalledMobileAppConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceInstalledMobileAppSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Installed Mobile Apps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceInstalledMobileAppsConnection - - """Collection of Salesforce Email Domain Keys""" - emailDomainKeys( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailDomainKeyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailDomainKeySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Email Domain Keys to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailDomainKeysConnection - - """Collection of Salesforce Chatter Activities""" - chatterActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterActivityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterActivitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Chatter Activities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceChatterActivitysConnection - - """Collection of Salesforce Case Histories""" - caseHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseHistorysConnection - - """Collection of Salesforce Login Histories""" - loginHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Login Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginHistorysConnection - - """Collection of Salesforce Price Books""" - pricebook2s( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebook2ConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebook2SortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Price Books to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebook2sConnection - - """Collection of Salesforce User Provisioning Mock Targets""" - userProvMockTargets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvMockTargetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvMockTargetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Provisioning Mock Targets to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvMockTargetsConnection - - """Collection of Salesforce Process Nodes""" - processNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Process Nodes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessNodesConnection - - """Collection of Salesforce Order Product Feeds""" - orderItemFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Order Product Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemFeedsConnection - - """Collection of Salesforce List View Charts""" - listViewCharts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListViewChartConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListViewChartSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of List View Charts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListViewChartsConnection - - """Collection of Salesforce Object Permissions""" - objectPermissionsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceObjectPermissionsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceObjectPermissionsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Object Permissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceObjectPermissionssConnection - - """Collection of Salesforce Process Instance Steps""" - processInstanceSteps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceStepConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceStepSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Process Instance Steps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceStepsConnection - - """Collection of Salesforce Predefined Case Teams""" - caseTeamTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Predefined Case Teams to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamTemplatesConnection - - """Collection of Salesforce Apex Test Result Limits""" - apexTestResultLimitsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultLimitsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultLimitsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Apex Test Result Limits to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexTestResultLimitssConnection - - """Collection of Salesforce Predefined Case Team Members""" - caseTeamTemplateMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Predefined Case Team Members to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamTemplateMembersConnection - - """Collection of Salesforce Wave Compatibility Check Items""" - waveCompatibilityCheckItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceWaveCompatibilityCheckItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceWaveCompatibilityCheckItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Wave Compatibility Check Items to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceWaveCompatibilityCheckItemsConnection - - """Collection of Salesforce Group Members""" - groupMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGroupMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGroupMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Group Members to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGroupMembersConnection - - """Collection of Salesforce Predefined Case Team Records""" - caseTeamTemplateRecords( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Predefined Case Team Records to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamTemplateRecordsConnection - - """Collection of Salesforce Background Operations""" - backgroundOperations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBackgroundOperationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBackgroundOperationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Background Operations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceBackgroundOperationsConnection - - """Collection of Salesforce Idea Comments""" - ideaComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Idea Comments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeaCommentsConnection - - """Collection of Salesforce Opportunity: Competitors""" - opportunityCompetitors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityCompetitorConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityCompetitorSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Opportunity: Competitors to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityCompetitorsConnection - - """Collection of Salesforce Content Document Links""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Document Links to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce Chatter Extensions""" - chatterExtensions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterExtensionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterExtensionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Chatter Extensions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceChatterExtensionsConnection - - """Collection of Salesforce Order Histories""" - orderHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Order Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderHistorysConnection - - """Collection of Salesforce CORS Whitelist Origins""" - corsWhitelistEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCorsWhitelistEntryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCorsWhitelistEntrySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CORS Whitelist Origins to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCorsWhitelistEntrysConnection - - """Collection of Salesforce Feed Poll Votes""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Feed Poll Votes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - - """Collection of Salesforce Secure Agent Clusters""" - secureAgentsClusters( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentsClusterConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentsClusterSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Secure Agent Clusters to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecureAgentsClustersConnection - - """Collection of Salesforce Quick Texts""" - quickTexts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Quick Texts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQuickTextsConnection - - """Collection of Salesforce Product Feeds""" - product2Feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2FeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2FeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2FeedsConnection - - """Collection of Salesforce Contact Feeds""" - contactFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contact Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactFeedsConnection - - """Collection of Salesforce Secure Agents""" - secureAgents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Secure Agents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSecureAgentsConnection - - """Collection of Salesforce Lead Shares""" - leadShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Lead Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadSharesConnection - - """Collection of Salesforce Duplicate Record Sets""" - duplicateRecordSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Duplicate Record Sets to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDuplicateRecordSetsConnection - - """Collection of Salesforce Contact Clean Infos""" - contactCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contact Clean Infos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactCleanInfosConnection - - """Collection of Salesforce Setup Entity Accesses""" - setupEntityAccesses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Setup Entity Accesses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSetupEntityAccesssConnection - - """Collection of Salesforce Documents""" - documents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Documents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDocumentsConnection - - """Collection of Salesforce Opportunity Feeds""" - opportunityFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunity Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityFeedsConnection - - """Collection of Salesforce Groups""" - groups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGroupConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGroupSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Groups to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGroupsConnection - - """Collection of Salesforce Library Documents""" - contentWorkspaceDocs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceDocConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceDocSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Library Documents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentWorkspaceDocsConnection - - """Collection of Salesforce Platform Cache Partition Types""" - platformCachePartitionTypes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePlatformCachePartitionTypeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePlatformCachePartitionTypeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Platform Cache Partition Types to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePlatformCachePartitionTypesConnection - - """Collection of Salesforce Process Instance Nodes""" - processInstanceNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Process Instance Nodes to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceNodesConnection - - """Collection of Salesforce Contract Status Values""" - contractStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Contract Status Values to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContractStatussConnection - - """Collection of Salesforce D&B Companies""" - dandBCompanies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDandBCompanyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDandBCompanySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of D&B Companies to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDandBCompanysConnection - - """Collection of Salesforce User Provisioning Logs""" - userProvisioningLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Provisioning Logs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningLogsConnection - - """Collection of Salesforce Transaction Security Policies""" - transactionSecurityPolicies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTransactionSecurityPolicyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTransactionSecurityPolicySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Transaction Security Policies to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTransactionSecurityPolicysConnection - - """Collection of Salesforce Login Geo Datas""" - loginGeos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginGeoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginGeoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Login Geo Datas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginGeosConnection - - """Collection of Salesforce Case Status Values""" - caseStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Case Status Values to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseStatussConnection - - """Collection of Salesforce Push Topics""" - pushTopics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePushTopicConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePushTopicSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Push Topics to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePushTopicsConnection - - """Collection of Salesforce Holidays""" - holidays( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceHolidayConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceHolidaySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Holidays to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceHolidaysConnection - - """Collection of Salesforce Contract Histories""" - contractHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contract Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractHistorysConnection - - """Collection of Salesforce Email Services Addresses""" - emailServicesAddresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailServicesAddressConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailServicesAddressSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Email Services Addresses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailServicesAddresssConnection - - """Collection of Salesforce Macros""" - macros( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Macros to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacrosConnection - - """Collection of Salesforce Secure Agent Plug-in Properties""" - secureAgentPluginProperties( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentPluginPropertyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentPluginPropertySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Secure Agent Plug-in Properties to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecureAgentPluginPropertysConnection - - """Collection of Salesforce Field Permissions""" - fieldPermissionsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFieldPermissionsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFieldPermissionsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Field Permissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFieldPermissionssConnection - - """Collection of Salesforce Apex Test Queue Items""" - apexTestQueueItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestQueueItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestQueueItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Apex Test Queue Items to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexTestQueueItemsConnection - - """Collection of Salesforce Stamps""" - stamps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStampConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStampSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Stamps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStampsConnection - - """Collection of Salesforce Streaming Channels""" - streamingChannels( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStreamingChannelConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStreamingChannelSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Streaming Channels to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStreamingChannelsConnection - - """Collection of Salesforce Content Version Comments""" - contentVersionComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Content Version Comments to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionCommentsConnection - - """Collection of Salesforce Matching Rule Items""" - matchingRuleItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMatchingRuleItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMatchingRuleItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Matching Rule Items to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMatchingRuleItemsConnection - - """Collection of Salesforce User Feeds""" - userFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of User Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserFeedsConnection - - """Collection of Salesforce Task Status Values""" - taskStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Task Status Values to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTaskStatussConnection - - """Collection of Salesforce Campaign Field Histories""" - campaignHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Campaign Field Histories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCampaignHistorysConnection - - """Collection of Salesforce Tasks""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce User Provisioning Configs""" - userProvisioningConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User Provisioning Configs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningConfigsConnection - - """Collection of Salesforce Declined Event Relations""" - declinedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDeclinedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDeclinedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Declined Event Relations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDeclinedEventRelationsConnection - - """Collection of Salesforce Duplicate Record Items""" - duplicateRecordItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Duplicate Record Items to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDuplicateRecordItemsConnection - - """Collection of Salesforce Permission Set Assignments""" - permissionSetAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Permission Set Assignments to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetAssignmentsConnection - - """Collection of Salesforce Campaign Shares""" - campaignShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Campaign Shares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignSharesConnection - - """Collection of Salesforce SearchActivities""" - searchActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSearchActivityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSearchActivitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SearchActivities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSearchActivitysConnection - - """Collection of Salesforce Apex Jobs""" - asyncApexJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAsyncApexJobConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAsyncApexJobSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Apex Jobs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAsyncApexJobsConnection - - """Collection of Salesforce User List View Criterias""" - userListViewCriterions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserListViewCriterionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserListViewCriterionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of User List View Criterias to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserListViewCriterionsConnection - - """Collection of Salesforce Order Products""" - orderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Order Products to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemsConnection - - """Collection of Salesforce Email Messages""" - emailMessages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Email Messages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce Group Records""" - collaborationGroupRecords( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Group Records to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce Apex Debug Logs""" - apexLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Apex Debug Logs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexLogsConnection - - """Collection of Salesforce Secure Agent Plug-ins""" - secureAgentPlugins( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentPluginConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentPluginSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Secure Agent Plug-ins to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecureAgentPluginsConnection - - """Collection of Salesforce Duplicate Rules""" - duplicateRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Duplicate Rules to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDuplicateRulesConnection - - """Collection of Salesforce Custom S-Controls""" - scontrols( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceScontrolConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceScontrolSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Custom S-Controls to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceScontrolsConnection - - """Collection of Salesforce Feed Revisions""" - feedRevisions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedRevisionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedRevisionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Feed Revisions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedRevisionsConnection - - """Collection of Salesforce Lead Feeds""" - leadFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Lead Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadFeedsConnection - - """Collection of Salesforce LightningComponentBundles""" - lightningComponentBundles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLightningComponentBundleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLightningComponentBundleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of LightningComponentBundles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceLightningComponentBundlesConnection - - """Collection of Salesforce Records""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Records to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce Data Assessment Metrics""" - dataAssessmentMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Data Assessment Metrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentMetricsConnection - - """Collection of Salesforce Apex Test Run Results""" - apexTestRunResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestRunResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestRunResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Apex Test Run Results to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexTestRunResultsConnection - - """Collection of Salesforce Lightning Component Bundles""" - auraDefinitionBundles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuraDefinitionBundleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: String - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuraDefinitionBundleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of Lightning Component Bundles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAuraDefinitionBundlesConnection - - """ - Run a SOQL query that fetches any sobject. - - For now, any fields used in the query body must be selected in the query. Some fields may need to be suffixed with `Id`. - - Example: - - ``` - { - - salesforce { - soql(query: "select name, id, ownerId from Account limit 10") { - nodes { - ... on SalesforceAccount { - name - id - owner { - name - } - } - } - } - } - } - ``` - - """ - soql(query: String!): SalesforceSoqlResult! @deprecated(reason: "This field is still in beta and has many rough edges.") - - """ - Make a REST API call to the Salesforce API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: SalesforcePassthroughQuery! -} - -"""Download data for npm overall""" -type NpmOverallDownloadPeriodData { - """The start date of download stats""" - start: String! - - """The end date of download stats""" - end: String! - - """ - The download stats for all over npm for the given range. Check out explanation of how [npm download counts work](http://blog.npmjs.org/post/92574016600/numeric-precision-matters-how-npm-download-counts), including "what counts as a download?" - """ - count: Int! - - """ - "Download data for all of npm for a given period in a daily breakdown" - """ - perDay: [NpmDownloadsPerDay!]! -} - -"""Information about download stats related to a package""" -type NpmOverallDownloadData { - """The download status for all of npm over the last day""" - lastDay: NpmOverallDownloadPeriodData - - """The download status for all of npm over the last week""" - lastWeek: NpmOverallDownloadPeriodData - - """The download status for all of npm over the last month""" - lastMonth: NpmOverallDownloadPeriodData - - """The download status for all of npm for a specific period""" - period( - """ - The later date for download stats, e.g. 2018-12-07. Must be after `startDate` - """ - endDate: String! - - """ - The earlier date for download stats, e.g. 2018-12-06. Must be before `endDate` - """ - startDate: String! - ): NpmOverallDownloadPeriodData - - """The download status for all of npm for a specific day""" - day( - """The specific date for download stats, e.g. 2018-12-06""" - date: String! - ): NpmOverallDownloadPeriodData -} - -type NpmPackageMetadataDistTagEntry { - """The name of the tag""" - tag: String! - - """The version as a string for this tag""" - versionString: String! - - """The full version for this tag""" - version: NpmPackageVersion -} - -type NpmPackageMetadataDistTagLatestEntry { - """The version as a string for this tag""" - versionString: String - - """The full version for the `latest` tag""" - version: NpmPackageVersion -} - -""" -Tags can be used to provide an alias instead of version numbers. For example, a project might choose to have multiple streams of development and use a different tag for each stream, e.g., stable, beta, dev, canary. -""" -type NpmPackageDistTags { - """ - By default, the latest tag is used by npm to identify the current version of a package - """ - latest: NpmPackageMetadataDistTagLatestEntry - - """Any custom tags used by the package maintainers""" - custom: [NpmPackageMetadataDistTagEntry!]! -} - -type NpmDownloadsPerDay { - """The download count""" - count: Int - - """""" - day: String -} - -"""Download data for a given package""" -type NpmPackageDownloadPeriodData { - """The start date of download stats""" - start: String! - - """The end date of download stats""" - end: String! - - """ - The download stats for the given package and range. Check out explanation of how [npm download counts work](http://blog.npmjs.org/post/92574016600/numeric-precision-matters-how-npm-download-counts), including "what counts as a download?" - """ - count: Int! - - """ - "Download data for this package and period in a daily breakdown" - """ - perDay: [NpmDownloadsPerDay!]! -} - -"""Information about download stats related to a package""" -type NpmPackageDownloadData { - """The download status for this package over the last day""" - lastDay: NpmPackageDownloadPeriodData - - """The download status for this package over the last week""" - lastWeek: NpmPackageDownloadPeriodData - - """The download status for this package over the last month""" - lastMonth: NpmPackageDownloadPeriodData - - """The download status for this package for a specific period""" - period( - """ - The later date for download stats, e.g. 2018-12-07. Must be after `startDate` - """ - endDate: String! - - """ - The earlier date for download stats, e.g. 2018-12-06. Must be before `endDate` - """ - startDate: String! - ): NpmPackageDownloadPeriodData - - """The download status for this package for a specific day""" - day( - """The specific date for download stats, e.g. 2018-12-06""" - date: String! - ): NpmPackageDownloadPeriodData -} - -"""A npm package license""" -type NpmPackageLicense { - """ - The [SPDX identifier](https://spdx.org/licenses/) of the package's license - """ - type: String - - """A url for the full license""" - url: String -} - -""" -A mapping of other packages this version depends on to the required semver ranges -""" -type NpmPackageVersionDependency { - """The package name of the dependency""" - name: String - - """The version of the package dependency""" - version: String -} - -"""The dist object is generated by npm and may be relied upon""" -type NpmPackageDist { - """""" - tarball: String - - """""" - shasum: String -} - -"""A npm package version""" -type NpmPackageVersion { - """ - `true` if this version is known to have a shrinkwrap that must be used to install it; false if this version is known not to have a shrinkwrap. If this field is undefined, the client must determine through other means if a shrinkwrap exists. - """ - hasShrinkwrap: Boolean - - """""" - from: String - - """`package@version`, such as `npm@1.0.0`""" - id: String - - """The version of node used to publish this""" - nodeVersion: String - - """The version of the npm client used to publish this""" - npmVersion: String - - """The dist object is generated by npm and may be relied upon.""" - dist: NpmPackageDist - - """The SHA-1 sum of the tarball""" - shasum: String - - """A short description of the package at this version""" - description: String - - """The package's entry point (e.g., `index.js` or `main.js`)""" - main: String - - """The package name""" - name: String - - """Deprecation warnings message of this version""" - deprecated: String - - """The version string for this version""" - version: String - - """""" - maintainers: [NpmPackageMaintainer!] - - """ - A mapping of other packages this version depends on to the required semver ranges - """ - dependencies: [NpmPackageVersionDependency!]! - - """ - A mapping of package names to the required semver ranges of _development_ dependencies - """ - devDependencies: [NpmPackageVersionDependency!]! - - """ - A mapping of package names to the required semver ranges of _optional_ dependencies - """ - optionalDependencies: [NpmPackageVersionDependency!]! - - """ - A mapping of package names to the required semver ranges of _peer_ dependencies - """ - peerDependencies: [NpmPackageVersionDependency!]! - - """The license for this package""" - license: NpmPackageLicense! - - """ - [Bundlephobia](https://bundlephobia.com) is a service by [@pastelsky](https://github.com/pastelsky) to find the cost of adding an `npm` package to your bundle. Use this field to get the bundlephobia info, such as size (both minified and gzipped) on this package. - """ - bundlephobia( - """ - Whether to include this query in the Bundlephobia analytics stats and recent searches - """ - record: Boolean - ): BundlephobiaDependencyInfo -} - -"""Information on where bugs are filed for this package""" -type NpmPackageBugs { - """""" - url: String -} - -""" -Specifies the repository where the source for this package might be found -""" -type NpmPackageRepository { - """""" - url: String - - """""" - type: String - sourceRepository: NpmPackageSourceRepository -} - -"""A package publishing time for a given version""" -type NpmPackageTimeVersion { - """The package version""" - version: String - - """The date this version was published""" - date: String -} - -""" -Information about when a package was created and last modified, as well as the publishing date for each version -""" -type NpmPackageTime { - """""" - created: String - - """""" - modified: String - - """Publishing information for each version of a package""" - versions: [NpmPackageTimeVersion!]! -} - -"""A npm package maintainer""" -type NpmPackageMaintainer { - """The package maintainer's email""" - email: String - - """""" - name: String -} - -"""A npm package""" -type NpmPackage { - """The package name, used as an ID in CouchDB""" - id: String - - """The revision number of this version of the document in CouchDB""" - rev: String - - """The primary author of the npm package""" - author: NpmPackageMaintainer - - """ - A mapping of versions to the time published, along with created and modified timestamps - """ - time: NpmPackageTime - - """The package name""" - name: String - - """A short description of the package""" - description: String - - """ - The first 64K of the README data for the most-recently published version of the package - """ - readme: String - - """""" - homepage: String - - """The repository url as given in package.json, for the latest version""" - repository: NpmPackageRepository - - """""" - keywords: [String!] - - """""" - bugs: NpmPackageBugs - - """The name of the file from which the readme data was taken""" - readmeFilename: String - - """ - People with permission to publish this package (NB: Not authoritative, but informational) - """ - maintainers: [NpmPackageMaintainer!] - - """A mapping of semver-compliant version numbers to version data""" - versions: [NpmPackageVersion!]! - - """Summary download stats for a package""" - downloads: NpmPackageDownloadData! - - """The license for this package""" - license: NpmPackageLicense! - - """ - [Bundlephobia](https://bundlephobia.com) is a service by [@pastelsky](https://github.com/pastelsky) to find the cost of adding an `npm` package to your bundle. Use this field to get the bundlephobia info, such as size (both minified and gzipped) on this package. - """ - bundlephobia( - """ - Whether to include this query in the Bundlephobia analytics stats and recent searches - """ - record: Boolean - ): BundlephobiaDependencyInfo - - """ - Tags can be used to provide an alias instead of version numbers. For example, a project might choose to have multiple streams of development and use a different tag for each stream, e.g., stable, beta, dev, canary. - """ - distTags: NpmPackageDistTags -} - -"""The root for Npm.""" -type NpmQuery { - """Find a npm package member by its npm name, e.g. `"fela"`""" - package( - """Find the package by its name""" - name: String! - ): NpmPackage - - """Overall download stats in the npm ecosystem""" - downloads: NpmOverallDownloadData -} - -""" -Make a REST API call to the Netlify API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type NetlifyPassthroughQuery { - """ - Make a GET request to the Netlify API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -type NetlifyDomainAvailability { - """""" - available: Boolean - - """Price of the domain in US dollars, with fractional cents (e.g. 10.99)""" - price: String - - """ - Renewal price of the domain in US dollars, with fractional cents (e.g. 14.99) - """ - renewalPrice: String -} - -type NetlifyAccountUsageCapability { - """""" - included: Int - - """""" - used: Int -} - -type NetlifyAccountMembershipCapabilities { - """""" - collaborators: NetlifyAccountUsageCapability - - """""" - sites: NetlifyAccountUsageCapability -} - -type NetlifyAccount { - """""" - id: String - - """""" - name: String - - """""" - slug: String - - """""" - type: String - - """""" - capabilities: NetlifyAccountMembershipCapabilities - - """""" - billingName: String - - """""" - billingEmail: String - - """""" - billingDetails: String - - """""" - billingPeriod: String - - """""" - paymentMethodId: String - - """""" - typeName: String - - """""" - typeId: String - - """""" - ownerIds: [String!] - - """""" - rolesAllowed: [String!] - - """""" - createdAt: String - - """""" - updatedAt: String -} - -type NetlifySiteSSL { - """""" - state: String - - """""" - domains: [String!] - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - expiresAt: String -} - -type NetlifySiteHookDataEmail { - """""" - email: String -} - -type NetlifySiteHookDataSlack { - """""" - url: String - - """""" - channel: String -} - -type NetlifySiteHookDataGitHub { - """""" - accessToken: String - - """""" - message: String -} - -type NetlifySiteHookDataWebhook { - """""" - url: String - - """""" - signatureSecret: String -} - -union NetlifySiteHookData = NetlifySiteHookDataWebhook | NetlifySiteHookDataGitHub | NetlifySiteHookDataSlack | NetlifySiteHookDataEmail - -type NetlifySiteHook { - """""" - id: String - - """""" - siteId: String - - """""" - type: String - - """""" - event: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - disabled: Boolean - hookData: NetlifySiteHookData -} - -type NetlifySiteForm { - """""" - id: String - - """""" - siteId: String - - """""" - name: String - - """""" - paths: [String!] - - """""" - submissionCount: Int - - """""" - createdAt: String -} - -type NetlifySiteFile { - """""" - id: String - - """""" - path: String - - """""" - sha: String - - """""" - mimeType: String - - """""" - size: Int -} - -type NetlifySiteDeployKey { - """""" - id: String - - """""" - publicKey: String - - """""" - createdAt: String -} - -type NetlifySiteDeployedBranch { - """""" - id: String - - """""" - deployId: String - - """""" - name: String - - """""" - slug: String - - """""" - url: String - - """""" - sslUrl: String -} - -type NetlifySiteBuildHook { - """""" - id: String - - """""" - title: String - - """""" - branch: String - - """""" - url: String - - """""" - siteId: String - - """""" - createdAt: String -} - -type NetlifySiteBuild { - """""" - id: String - - """""" - deployId: String - - """""" - sha: String - - """""" - done: Boolean - - """""" - error: String - - """""" - createdAt: String -} - -type NetlifySiteDefaultHooksData { - """""" - accessToken: String -} - -type NetlifyEnvironmentVariable { - """ - The property name of the environment variable, e.g. `PORT` in `PORT=3000` - """ - property: String! - - """The value of the environment variable, e.g. `3000` in `PORT=3000`""" - value: String -} - -type NetlifyRepoInfo { - """""" - id: Int - - """""" - provider: String - - """""" - deployKeyId: String - - """""" - repoPath: String - - """""" - repoBranch: String - - """""" - dir: String - - """""" - cmd: String - - """""" - allowedBranches: [String!] - - """""" - publicRepo: Boolean - - """""" - privateLogs: Boolean - - """""" - repoUrl: String - - """""" - installationId: Int - sourceRepository: NetlifySiteSourceRepository - - """List of environment variables for the build""" - env: [NetlifyEnvironmentVariable!]! -} - -type NetlifySiteProcessingSettingsHtml { - """""" - prettyUrls: Boolean -} - -type NetlifySiteProcessingSettingsImages { - """""" - optimize: Boolean -} - -type NetlifyMinifyOptions { - """""" - bundle: Boolean - - """""" - minify: Boolean -} - -type NetlifySiteProcessingSettings { - """""" - css: NetlifyMinifyOptions - - """""" - images: NetlifySiteProcessingSettingsImages - - """""" - js: NetlifyMinifyOptions - - """""" - skip: Boolean - - """""" - html: NetlifySiteProcessingSettingsHtml -} - -type NetlifySiteAvailableFunction { - """""" - name: String - - """""" - digest: String - - """""" - id: String - - """""" - createdAt: String - - """""" - language: String - - """""" - size: Int -} - -type NetlifyDeploySiteCapabilities { - """""" - largeMediaEnabled: Boolean -} - -type NetlifyDeploy { - """""" - id: String - - """""" - siteId: String - - """""" - userId: String - - """""" - buildId: String - - """""" - state: String - - """""" - name: String - - """""" - url: String - - """""" - sslUrl: String - - """""" - adminUrl: String - - """""" - deployUrl: String - - """""" - deploySslUrl: String - - """""" - screenshotUrl: String - - """""" - reviewId: Float - - """""" - draft: Boolean - - """""" - required: [String!] - - """""" - requiredFunctions: [String!] - - """""" - errorMessage: String - - """""" - branch: String - - """""" - commitRef: String - - """""" - commitUrl: String - - """""" - skipped: Boolean - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - publishedAt: String - - """""" - title: String - - """""" - context: String - - """""" - locked: Boolean - - """""" - reviewUrl: String - - """""" - siteCapabilities: NetlifyDeploySiteCapabilities - - """""" - availableFunctions: [NetlifySiteAvailableFunction!] -} - -type NetlifySite { - """""" - id: String - - """""" - state: String - - """""" - plan: String - - """""" - name: String - - """""" - customDomain: String - - """""" - domainAliases: [String!] - - """""" - password: String - - """""" - notificationEmail: String - - """""" - url: String - - """""" - sslUrl: String - - """""" - adminUrl: String - - """""" - screenshotUrl: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - userId: String - - """""" - sessionId: String - - """""" - ssl: Boolean - - """""" - forceSsl: Boolean - - """""" - managedDns: Boolean - - """""" - deployUrl: String - - """""" - publishedDeploy: NetlifyDeploy - - """""" - accountName: String - - """""" - accountSlug: String - - """""" - gitProvider: String - - """""" - deployHook: String - - """""" - processingSettings: NetlifySiteProcessingSettings - - """""" - buildSettings: NetlifyRepoInfo - - """""" - idDomain: String - - """""" - defaultHooksData: NetlifySiteDefaultHooksData - - """""" - buildImage: String - - """""" - repo: NetlifyRepoInfo - - """Get the builds belonging to a Netlify site""" - builds: [NetlifySiteBuild!] - - """Get the build hooks belonging to a Netlify site""" - buildHooks: [NetlifySiteBuildHook!] - - """Get the various deployed branches belonging to a Netlify site""" - deployedBranches: [NetlifySiteDeployedBranch!] - - """Get the deploy keys belonging to a Netlify site""" - deployKeys: [NetlifySiteDeployKey!] - - """Get the deploys belonging to a Netlify site""" - deploys: [NetlifyDeploy!] - - """Get the files belonging to a Netlify site""" - files: [NetlifySiteFile!] - - """Get the forms belonging to a Netlify site""" - forms: [NetlifySiteForm!] - - """Get the hooks belonging to a Netlify site""" - hooks: [NetlifySiteHook!] - - """Get the SNI Certificates belonging to a Netlify site""" - sniCertificates: NetlifySiteSSL -} - -"""The root for Netlify.""" -type NetlifyQuery { - """Get a Netlify site by its id""" - site( - """The site id""" - id: String! - ): NetlifySite - - """List all Netlify sites for this account""" - sites( - """Site name to filter for XXX TODO FIXME""" - filter: String - - """Site name to filter for""" - name: String - ): [NetlifySite!] - - """List all Netlify accounts for this user""" - accounts: [NetlifyAccount!] - - """Check price and availability for a domain.""" - domainAvailability( - """Domain to search for (e.g. example.com)""" - domain: String! - - """Netlify account id""" - accountId: String! - ): NetlifyDomainAvailability! - - """ - Make a REST API call to the Netlify API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: NetlifyPassthroughQuery! -} - -""" -Make a REST API call to the Mixpanel API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type MixpanelPassthroughQuery { - """ - Make a GET request to the Mixpanel API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Mixpanel""" -type MixpanelQuery { - """ - Make a REST API call to the Mixpanel API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: MixpanelPassthroughQuery! -} - -""" -Make a REST API call to the Meetup API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type MeetupPassthroughQuery { - """ - Make a GET request to the Meetup API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Meetup""" -type MeetupQuery { - """ - Make a REST API call to the Meetup API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: MeetupPassthroughQuery! -} - -""" -Make a REST API call to the Mailchimp API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type MailchimpPassthroughQuery { - """ - Make a GET request to the Mailchimp API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Mailchimp""" -type MailchimpQuery { - """ - Make a REST API call to the Mailchimp API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: MailchimpPassthroughQuery! -} - -""".""" -enum LogdnaExportPreferEnumArg { - """Return results from the head of the list""" - HEAD - - """Return results from the tail of the list""" - TAIL -} - -"""A logdna log line""" -type LogdnaLogLine { - """""" - _logtype: String - - """""" - _account: String - - """""" - _cluster: String - - """""" - _host: String - - """""" - _ingester: String - - """""" - _mac: String - - """""" - _tag: [String!] - - """""" - _file: String - - """""" - _line: String - - """""" - _ts: Float - - """""" - _app: String - - """""" - _ip: String - - """""" - _ipremote: String - - """""" - _key: String - - """""" - _bid: String - - """""" - _parserids: [String!] - - """""" - _id: String - - """""" - level: String - - """Full API response from LogDNA, as a json-encoded string.""" - _raw: String! -} - -"""A connection to a list of LogdnaLogLine values""" -type LogdnaLogLinesConnection { - """A list of LogdnaLogLine objects.""" - nodes: [LogdnaLogLine!] -} - -"""The root for Logdna.""" -type LogdnaQuery { - """Returns a list of log lines""" - export( - """Allows user to set the subject of the email""" - emailSubject: String - - """ - Specifies an email that the results will be sent to, by default results are streamed back. - """ - email: String - - """ - If total results was 654 lines, tail would return the last 100 lines and head would return the first 100 lines. - """ - prefer: LogdnaExportPreferEnumArg - - """ - Search query. Same format as LogDNA's log viewer. See [https://docs.logdna.com/docs/search](https://docs.logdna.com/docs/search) - """ - query: String - - """List of levels to filter by.""" - levels: [String!] - - """List of apps to filter by.""" - apps: [String!] - - """List of hosts to filter by.""" - hosts: [String!] - - """ - Number of results to return. Depends on your plan, but generally the max is 10,000. Defaults to 100 - """ - first: Int - - """ - End time for logs to export, in Unix timestamp in seconds or milliseconds. - """ - to: Float! - - """ - Start time for logs to export, in Unix timestamp in seconds or milliseconds. - """ - from: Float! - ): LogdnaLogLinesConnection! -} - -""" -Webhooks for new events in Intercom: [https://www.intercom.com/help/apps-in-intercom/apps/webhooks](https://www.intercom.com/help/apps-in-intercom/apps/webhooks) -""" -type IntercomSubscription { - """value is always 'notification_subscription'""" - type: String - - """The Intercom defined id representing the subscription.""" - id: String - - """The time the subscription was added to Intercom""" - createdAt: Int - - """The last time the subscription was updated""" - updatedAt: Int - - """ - The url the notification should be sent to. Required depending on the service type. - """ - url: String - - """ - The type of the service being called. Default is web for a plain webhook, which is the only accepted value currently. - """ - serviceType: String - - """An array of topics to subscribe to.""" - topics: [String!] - - """Indicates whether the subscription is currently active.""" - active: Boolean - - """Required for event.created webhooks.""" - metadata: JSON -} - -"""The root for Intercom.""" -type IntercomQuery { - """The Users resource is the primary way of interacting with Intercom.""" - user( - """The email you have defined for the user.""" - email: String - - """The user id you have defined for the user.""" - userId: String - - """The canonical user id from Intercom.""" - intercomId: String - ): IntercomUser - - """ - Companies allow you to represent commercial organizations using your product. - """ - company( - """The name you have defined for the user.""" - name: String - - """The company_id you have defined for the user.""" - companyId: String - - """The canonical company id from Intercom.""" - intercomId: String - ): IntercomCompany - - """Conversation are how you can communicate with users in Intercom.""" - conversation( - """If true, retrieves conversation messages in plain text""" - displayAsPlaintext: Boolean - - """id of the conversation""" - id: String! - ): IntercomConversation - - """Conversation are how you can communicate with users in Intercom.""" - conversations( - """ - When true, retrieves conversation messages in plain text. Defaults to false. - """ - displayAsPlaintext: Boolean - - """Return the conversations before a timestamp""" - before: Int - - """What field to sort the results by. Defaults to UPDATED_AT.""" - sortByField: IntercomConversationSortByField - - """ - Return the conversations in ascending or descending order. Defaults to DESC. - """ - orderBy: IntercomSortOrderBy - ): IntercomConversationsConnection - - """ - Gets conversations by an admin. If no adminId is provided, gets all unassigned conversations. - - Conversation are how you can communicate with users in Intercom. - """ - conversationsByAdmins( - """ - When true, retrieves conversation messages in plain text. Defaults to false. - """ - displayAsPlaintext: Boolean - - """ - Defaults to true. When true, fetches just open conversations. When false, fetches just closed conversations. - """ - open: Boolean - - """The id of the admin. If not provided, defaults to unassigned.""" - adminId: String - - """What field to sort the results by. Defaults to UPDATED_AT.""" - sortByField: IntercomConversationSortByField - - """ - Return the conversations in ascending or descending order. Defaults to DESC. - """ - orderBy: IntercomSortOrderBy - ): IntercomConversationsConnection - - """ - Gets conversations by a user. - - Conversation are how you can communicate with users in Intercom. - """ - conversationsByUsers( - """ - When true, retrieves conversation messages in plain text. Defaults to false. - """ - displayAsPlaintext: Boolean - - """Defaults to false. When true, fetches just unread conversations.""" - unread: Boolean - - """ - The id of the user. Provide only one of userId, email, or intercomUserId. - """ - intercomUserId: String - - """ - Your email for the user. Provide only one of userId, email, or intercomUserId. - """ - email: String - - """ - Your user_id for the user. Provide only one of userId, email, or intercomUserId. - """ - userId: String - - """What field to sort the results by. Defaults to UPDATED_AT.""" - sortByField: IntercomConversationSortByField - - """ - Return the conversations in ascending or descending order. Defaults to DESC. - """ - orderBy: IntercomSortOrderBy - ): IntercomConversationsConnection - - """All of your users on Intercom""" - users( - """Filter by segment, only provide one of tagId or segmentId""" - segmentId: String - - """Filter by tag, only provide one of tagId or segmentId""" - tagId: String - - """Limit results to users that were created in that last number of days""" - createdDaysAgo: Int - - """What field to sort the results by. Defaults to CREATED_AT.""" - sortByField: IntercomUsersSortByField - - """Return the users in ascending or descending order. Defaults to DESC.""" - orderBy: IntercomSortOrderBy - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of user to fetch, maximum is 60""" - first: Int - ): IntercomUsersConnection - - """ - A tag allows you to label your users and companies and list them using that tag. - """ - tags: [IntercomTag!] - - """ - List of events on Intercom for a user. Provide one of userId, email, or intercomUserId. - """ - events( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Get events by the Intercom-defiend user id.""" - intercomUserId: String - - """Get events by the email you have defined for the user.""" - email: String - - """Get events by the user id you have defined for the user.""" - userId: String - - """Number of events to fetch, defaults to 50""" - first: Int - ): IntercomEventssConnection - - """ - List of event summaries for a user. Provide one of userId, email, or intercomUserId. - """ - eventsSummary( - """Get events by the Intercom-defiend user id.""" - intercomUserId: String - - """Get events by the email you have defined for the user.""" - email: String - - """Get events by the user id you have defined for the user.""" - userId: String - ): [IntercomEventSummary!] - - """ - A tag allows you to label your users and companies and list them using that tag. - """ - tag( - """The id of the tag. Only provide one of name or id.""" - id: String - - """The name of the tag. Only provide one of name or id.""" - name: String - ): IntercomTag - - """ - Webhooks for new events in Intercom: [https://www.intercom.com/help/apps-in-intercom/apps/webhooks](https://www.intercom.com/help/apps-in-intercom/apps/webhooks) - """ - subscriptions: [IntercomSubscription!] -} - -""" -Make a REST API call to the Hubspot API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type HubspotPassthroughQuery { - """ - Make a GET request to the Hubspot API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""Hubspot Deal edge""" -type HubspotDealEdge { - """Deal""" - node: HubspotDeal! - - """Contact cursor for use in pagination""" - cursor: String! -} - -"""List of deals, with pagniation information""" -type HubspotDealsConnection { - """List of deals""" - nodes: [HubspotDeal!]! - - """List of deal edges""" - edges: [HubspotDealEdge!]! - - """Page info""" - pageInfo: PageInfo! -} - -type HubspotDealProperties { - """ - The amount of the deal, using the exchange rate, in your company's currency - """ - amountInHomeCurrency: HubspotProperty - - """The number of days the deal took to close""" - daysToClose: HubspotProperty - - """ - Original source for the contact with the earliest activity for this deal. - """ - hsAnalyticsSource: HubspotProperty - - """ - Additional information about the original source for the associated contact, or associated company if there is no contact, with the oldest value for the Time first seen property. - """ - hsAnalyticsSourceData1: HubspotProperty - - """ - Additional information about the original source for the associated contact, or associated company if there is no contact, with the oldest value for the Time first seen property. - """ - hsAnalyticsSourceData2: HubspotProperty - - """The marketing campaign the deal is associated with""" - hsCampaign: HubspotProperty - - """Returns the amount if the deal is closed. Else, returns 0.""" - hsClosedAmount: HubspotProperty - - """ - Returns the amount in home currency if the deal is closed. Else, returns 0. - """ - hsClosedAmountInHomeCurrency: HubspotProperty - - """ - The user that created this object. This value is automatically set by HubSpot and may not be modified. - """ - hsCreatedByUserId: HubspotProperty - - """ - The date and time when the deal entered the 'win' stage, 'The Pipe' pipeline - """ - hsDateEntered88fefcbd257b4b09998cB10e0e61ca2a253742203: HubspotProperty - - """ - The date and time when the deal entered the 'Appointment Scheduled' stage, 'Sales Pipeline' pipeline - """ - hsDateEnteredAppointmentscheduled: HubspotProperty - - """ - The date and time when the deal entered the 'lost' stage, 'The Pipe' pipeline - """ - hsDateEnteredBdcd24d2D3d745f2Abc5E5c07236804f1731668740: HubspotProperty - - """ - The date and time when the deal entered the 'Closed Lost' stage, 'Sales Pipeline' pipeline - """ - hsDateEnteredClosedlost: HubspotProperty - - """ - The date and time when the deal entered the 'Closed Won' stage, 'Sales Pipeline' pipeline - """ - hsDateEnteredClosedwon: HubspotProperty - - """ - The date and time when the deal entered the 'Contract Sent' stage, 'Sales Pipeline' pipeline - """ - hsDateEnteredContractsent: HubspotProperty - - """ - The date and time when the deal entered the 'Decision Maker Bought-In' stage, 'Sales Pipeline' pipeline - """ - hsDateEnteredDecisionmakerboughtin: HubspotProperty - - """ - The date and time when the deal entered the 'start' stage, 'The Pipe' pipeline - """ - hsDateEnteredDfc03f6441834cccBfb5A205af0709cb4911820: HubspotProperty - - """ - The date and time when the deal entered the 'Presentation Scheduled' stage, 'Sales Pipeline' pipeline - """ - hsDateEnteredPresentationscheduled: HubspotProperty - - """ - The date and time when the deal entered the 'Qualified To Buy' stage, 'Sales Pipeline' pipeline - """ - hsDateEnteredQualifiedtobuy: HubspotProperty - - """ - The date and time when the deal exited the 'win' stage, 'The Pipe' pipeline - """ - hsDateExited88fefcbd257b4b09998cB10e0e61ca2a253742203: HubspotProperty - - """ - The date and time when the deal exited the 'Appointment Scheduled' stage, 'Sales Pipeline' pipeline - """ - hsDateExitedAppointmentscheduled: HubspotProperty - - """ - The date and time when the deal exited the 'lost' stage, 'The Pipe' pipeline - """ - hsDateExitedBdcd24d2D3d745f2Abc5E5c07236804f1731668740: HubspotProperty - - """ - The date and time when the deal exited the 'Closed Lost' stage, 'Sales Pipeline' pipeline - """ - hsDateExitedClosedlost: HubspotProperty - - """ - The date and time when the deal exited the 'Closed Won' stage, 'Sales Pipeline' pipeline - """ - hsDateExitedClosedwon: HubspotProperty - - """ - The date and time when the deal exited the 'Contract Sent' stage, 'Sales Pipeline' pipeline - """ - hsDateExitedContractsent: HubspotProperty - - """ - The date and time when the deal exited the 'Decision Maker Bought-In' stage, 'Sales Pipeline' pipeline - """ - hsDateExitedDecisionmakerboughtin: HubspotProperty - - """ - The date and time when the deal exited the 'start' stage, 'The Pipe' pipeline - """ - hsDateExitedDfc03f6441834cccBfb5A205af0709cb4911820: HubspotProperty - - """ - The date and time when the deal exited the 'Presentation Scheduled' stage, 'Sales Pipeline' pipeline - """ - hsDateExitedPresentationscheduled: HubspotProperty - - """ - The date and time when the deal exited the 'Qualified To Buy' stage, 'Sales Pipeline' pipeline - """ - hsDateExitedQualifiedtobuy: HubspotProperty - - """Specifies how deal amount should be calculated from line items""" - hsDealAmountCalculationPreference: HubspotProperty - - """ - The probability between 0 and 1 of deal stage. Defaults to 0 for unknown deal stages. - """ - hsDealStageProbability: HubspotProperty - - """True if the deal was won or lost.""" - hsIsClosed: HubspotProperty - - """ - The most recent date that any property on a deal was updated. This is updated automatically by HubSpot. - """ - hsLastmodifieddate: HubspotProperty - - """ - Hubspot predicted likelihood between 0 and 1 of the deal to close by the close date. - """ - hsLikelihoodToClose: HubspotProperty - - """ - The likelihood a deal will close. This property is used for manual forecasting your deals. - """ - hsManualForecastCategory: HubspotProperty - - """ - The list of object IDs that have been merged into this object. This value is automatically set by HubSpot and may not be modified. - """ - hsMergedObjectIds: HubspotProperty - - """ - The unique ID for this deal. This unique ID is automatically populated by HubSpot and cannot be changed. - """ - hsObjectId: HubspotProperty - - """ - Returns the multiplication of the deal amount times the predicted likelihood of the deal to close by the close date. - """ - hsPredictedAmount: HubspotProperty - - """ - Returns the multiplication of the deal amount in your company's currency times the predicted likelihood of the deal to close by the close date. - """ - hsPredictedAmountInHomeCurrency: HubspotProperty - - """ - Returns the multiplication of the amount times the probability of the deal closing. - """ - hsProjectedAmount: HubspotProperty - - """ - Returns the multiplication of the amount in home currency times the probability of the deal closing. - """ - hsProjectedAmountInHomeCurrency: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'win' stage, 'The Pipe' pipeline - """ - hsTimeIn88fefcbd257b4b09998cB10e0e61ca2a253742203: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'Appointment Scheduled' stage, 'Sales Pipeline' pipeline - """ - hsTimeInAppointmentscheduled: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'lost' stage, 'The Pipe' pipeline - """ - hsTimeInBdcd24d2D3d745f2Abc5E5c07236804f1731668740: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'Closed Lost' stage, 'Sales Pipeline' pipeline - """ - hsTimeInClosedlost: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'Closed Won' stage, 'Sales Pipeline' pipeline - """ - hsTimeInClosedwon: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'Contract Sent' stage, 'Sales Pipeline' pipeline - """ - hsTimeInContractsent: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'Decision Maker Bought-In' stage, 'Sales Pipeline' pipeline - """ - hsTimeInDecisionmakerboughtin: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'start' stage, 'The Pipe' pipeline - """ - hsTimeInDfc03f6441834cccBfb5A205af0709cb4911820: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'Presentation Scheduled' stage, 'Sales Pipeline' pipeline - """ - hsTimeInPresentationscheduled: HubspotProperty - - """ - The total time in seconds spent by the deal in the 'Qualified To Buy' stage, 'Sales Pipeline' pipeline - """ - hsTimeInQualifiedtobuy: HubspotProperty - - """ - The user that last updated this object. This value is automatically set by HubSpot and may not be modified. - """ - hsUpdatedByUserId: HubspotProperty - - """ - The date the most recent deal owner was assigned to a deal. This is updated automatically by HubSpot. - """ - hubspotOwnerAssigneddate: HubspotProperty - - """The name given to this deal.""" - dealname: HubspotProperty - - """""" - salesforcelastsynctime: HubspotProperty - - """The total amount of the deal""" - amount: HubspotProperty - - """The stage of the deal""" - dealstage: HubspotProperty - - """ - The pipeline the deal is in. This determines which stages are options for the deal. - """ - pipeline: HubspotProperty - - """The expected close date of the deal""" - closedate: HubspotProperty - - """ - The date the deal was created. This property is set automatically by HubSpot. - """ - createdate: HubspotProperty - - """ - The date of the most recent meeting an associated contact has booked through the meetings tool. - """ - engagementsLastMeetingBooked: HubspotProperty - - """ - This UTM parameter shows which marketing campaign (e.g. a specific email) referred an associated contact to the meetings tool for their most recent booking. This property is only populated when you add tracking parameters to your meeting link. - """ - engagementsLastMeetingBookedCampaign: HubspotProperty - - """ - This UTM parameter shows which channel (e.g. email) referred an associated contact to the meetings tool for their most recent booking. This property is only populated when you add tracking parameters to your meeting link. - """ - engagementsLastMeetingBookedMedium: HubspotProperty - - """ - This UTM parameter shows which site (e.g. Twitter) referred an associated contact to the meetings tool for their most recent booking. This property is only populated when you add tracking parameters to your meeting link. - """ - engagementsLastMeetingBookedSource: HubspotProperty - - """ - The date of the most recent meeting (past or upcoming) logged for, scheduled with, or booked by a contact associated with this deal. - """ - hsLatestMeetingActivity: HubspotProperty - - """The last time a tracked sales email was replied to for this deal""" - hsSalesEmailLastReplied: HubspotProperty - - """The owner of the deal""" - hubspotOwnerId: HubspotProperty - - """ - The last time a call, sales email, or meeting was logged for this deal. This is set automatically by HubSpot based on user actions. - """ - notesLastContacted: HubspotProperty - - """ - The last time a note, call, email, meeting, or task was logged for a deal. This is set automatically by HubSpot based on user actions in the deal record. - """ - notesLastUpdated: HubspotProperty - - """ - The date of the next upcoming activity for a deal. This property is set automatically by HubSpot based on user action. This includes logging a future call, sales email, or meeting using the Log feature, as well as creating a future task or scheduling a future meeting. This is updated automatically by HubSpot. - """ - notesNextActivityDate: HubspotProperty - - """The number of times a call, email or meeting was logged for this deal""" - numContactedNotes: HubspotProperty - - """ - The total number of sales activities (notes, calls, emails, meetings, or tasks) logged for a deal. This is updated automatically by HubSpot. - """ - numNotes: HubspotProperty - - """ - The date the deal was created. This property is set automatically by HubSpot. - """ - hsCreatedate: HubspotProperty - - """The team of the owner of the deal.""" - hubspotTeamId: HubspotProperty - - """Type of the deal""" - dealtype: HubspotProperty - - """ - The value of all owner referencing properties for this object, both default and custom - """ - hsAllOwnerIds: HubspotProperty - - """Description of the deal""" - description: HubspotProperty - - """ - The team ids corresponding to all owner referencing properties for this object, both default and custom - """ - hsAllTeamIds: HubspotProperty - - """ - The team ids, including up the team hierarchy, corresponding to all owner referencing properties for this object, both default and custom - """ - hsAllAccessibleTeamIds: HubspotProperty - - """ - The number of contacts associated with this deal. This property is set automatically by HubSpot. - """ - numAssociatedContacts: HubspotProperty - - """Reason why this deal was lost""" - closedLostReason: HubspotProperty - - """Reason why this deal was won""" - closedWonReason: HubspotProperty -} - -""" -A deal represents an ongoing transaction that a sales team is pursuing with a contact or company. It’s tracked through pipeline stages until won or lost. Deals, along with companies, contacts, tickets, line items, products, and quotes, are an object in the HubSpot CRM. -""" -type HubspotDeal { - """The Hub ID that the company belongs to.""" - portalId: Int - - """The unique ID of the deal record.""" - dealId: Int - - """ - Whether or not the record is deleted. In practice this will always be false as deleted records will not appear in the API. - """ - isDeleted: Boolean - - """ - "An object containing objects representing the properties that are set for the deal record. - - Deals will only contain an entry for a property if that property has been set for the record. - """ - properties: HubspotDealProperties -} - -"""Hubspot Company edge""" -type HubspotCompanyEdge { - """Company""" - node: HubspotCompany! - - """Contact cursor for use in pagination""" - cursor: String! -} - -"""List of Companies, with pagniation information""" -type HubspotCompaniesConnection { - """List of Companies""" - nodes: [HubspotCompany!]! - - """List of company edges""" - edges: [HubspotCompanyEdge!]! - - """Page info""" - pageInfo: PageInfo! -} - -"""Hubspot Contact edge""" -type HubspotContactEdge { - """Contact""" - node: HubspotContact! - - """Contact cursor for use in pagination""" - cursor: String! -} - -type HubspotEngagementCall implements HubspotEngagementInterface { - """The unique ID for the engagement""" - id: Int - - """""" - active: Boolean - - """ - A Unix timestamp (in milliseconds) for when the engagement was created. - """ - createdAt: Int - - """ - A Unix timestamp (in milliseconds) for when the engagement was last updated. - """ - updatedAt: Int - - """The Hubspot owner of the engagement.""" - owner: HubspotOwner - - """ - A Unix timestamp (in milliseconds) representing the time that the engagement should appear in the timeline. - """ - timestamp: Int - - """The phone number that was called.""" - toNumber: String - - """The phone number that was used as the from number.""" - fromNumber: String - - """Will be COMPLETED when the call is finished.""" - status: String - - """ - For calls made in HubSpot, this will be the internal ID of the call. Has no effect for engagements created through the API. - """ - externalId: String - - """The length of the call in milliseconds.""" - durationMilliseconds: Int - - """ - For calls made in HubSpot, this will be the internal ID of the account used to make the call. Has no effect for engagements created through the API. - """ - externalAccountId: String - - """The details or notes of the call.""" - body: String - - """Internal GUID that corresponds to the call outcome.""" - disposition: String - - """List of Hubspot contacts associated with this engagement.""" - contacts: [HubspotContact!]! -} - -type HubspotEngagementMeeting implements HubspotEngagementInterface { - """The unique ID for the engagement""" - id: Int - - """""" - active: Boolean - - """ - A Unix timestamp (in milliseconds) for when the engagement was created. - """ - createdAt: Int - - """ - A Unix timestamp (in milliseconds) for when the engagement was last updated. - """ - updatedAt: Int - - """The Hubspot owner of the engagement.""" - owner: HubspotOwner - - """ - A Unix timestamp (in milliseconds) representing the time that the engagement should appear in the timeline. - """ - timestamp: Int - - """The body or details of the meeting.""" - body: String - - """ - A Unix timestamp (in milliseconds) representing the start time of the meeting. - """ - startTime: Int - - """ - A Unix timestamp (in milliseconds) representing the end time of the meeting. - """ - endTime: Int - - """The title or subject of the meeting.""" - title: String - - """List of Hubspot contacts associated with this engagement.""" - contacts: [HubspotContact!]! -} - -type HubspotEngagementEmailRecipient { - """The email address of the recipient.""" - email: String -} - -type HubspotEngagementEmailSender { - """The email address of the sender.""" - email: String - - """The first name of the sender.""" - firstName: String - - """The last name of the sender.""" - lastName: String -} - -type HubspotEngagementEmail implements HubspotEngagementInterface { - """The unique ID for the engagement""" - id: Int - - """""" - active: Boolean - - """ - A Unix timestamp (in milliseconds) for when the engagement was created. - """ - createdAt: Int - - """ - A Unix timestamp (in milliseconds) for when the engagement was last updated. - """ - updatedAt: Int - - """The Hubspot owner of the engagement.""" - owner: HubspotOwner - - """ - A Unix timestamp (in milliseconds) representing the time that the engagement should appear in the timeline. - """ - timestamp: Int - - """The details of the sender.""" - from: HubspotEngagementEmailSender - - """The details of the recipients.""" - to: [HubspotEngagementEmailRecipient!] - - """The details of the cc'd recipients.""" - cc: [HubspotEngagementEmailRecipient!] - - """The details of the bcc'd recipients.""" - bcc: [HubspotEngagementEmailRecipient!] - - """The subject of the email.""" - subject: String - - """The body of the HTML email.""" - html: String - - """The body of the text-only email.""" - text: String - - """List of Hubspot contacts associated with this engagement.""" - contacts: [HubspotContact!]! -} - -type HubspotEngagementTask implements HubspotEngagementInterface { - """The unique ID for the engagement""" - id: Int - - """""" - active: Boolean - - """ - A Unix timestamp (in milliseconds) for when the engagement was created. - """ - createdAt: Int - - """ - A Unix timestamp (in milliseconds) for when the engagement was last updated. - """ - updatedAt: Int - - """The Hubspot owner of the engagement.""" - owner: HubspotOwner - - """ - A Unix timestamp (in milliseconds) representing the time that the engagement should appear in the timeline. - """ - timestamp: Int - - """The body or details of the task.""" - body: String - - """The subject or title of the task.""" - subject: String - - """The status of the task.""" - status: String - - """List of Hubspot contacts associated with this engagement.""" - contacts: [HubspotContact!]! -} - -""" -HubSpot uses owners to assign CRM objects (contacts, companies, and deals) to specific people in your organization. -""" -type HubspotOwner { - """Owner's first name.""" - firstName: String - - """Owner's last name.""" - lastName: String - - """Owner's email address.""" - email: String - - """A Unix timestamp (in milliseconds) for when the identity was created.""" - createdAt: Int - - """A Unix timestamp (in milliseconds) for when the identity was created.""" - updatedAt: Int - - """The Hubspot owner for this person in Hubspot.""" - owner: HubspotOwner -} - -type HubspotEngagementNote implements HubspotEngagementInterface { - """The unique ID for the engagement""" - id: Int - - """""" - active: Boolean - - """ - A Unix timestamp (in milliseconds) for when the engagement was created. - """ - createdAt: Int - - """ - A Unix timestamp (in milliseconds) for when the engagement was last updated. - """ - updatedAt: Int - - """The Hubspot owner of the engagement.""" - owner: HubspotOwner - - """ - A Unix timestamp (in milliseconds) representing the time that the engagement should appear in the timeline. - """ - timestamp: Int - - """The body of the note. The body has a limit of 65536 characters.""" - body: String - - """List of Hubspot contacts associated with this engagement.""" - contacts: [HubspotContact!]! -} - -interface HubspotEngagementInterface { - """The unique ID for the engagement""" - id: Int - - """""" - active: Boolean - - """ - A Unix timestamp (in milliseconds) for when the engagement was created. - """ - createdAt: Int - - """ - A Unix timestamp (in milliseconds) for when the engagement was last updated. - """ - updatedAt: Int - - """The Hubspot owner of the engagement.""" - owner: HubspotOwner - - """ - A Unix timestamp (in milliseconds) representing the time that the engagement should appear in the timeline. - """ - timestamp: Int - - """List of Hubspot contacts associated with this engagement.""" - contacts: [HubspotContact!]! -} - -""" -List of Hubspot engagements with pagination info. Engagements are used to store data from CRM actions, including notes, tasks, meetings, and calls. Engagements should be associated with at least one contact record, and optionally other contacts, deals, and a company record. -""" -type HubspotEngagementsConnection { - """List of Hubspot engagemnets.""" - nodes: [HubspotEngagementInterface!]! - - """Pagination info.""" - pageInfo: PageInfo! -} - -type HubspotMergeAuditMergedToEmail { - """The email address of the primary contact at the time of the merge.""" - value: String - - """ - The method by which the email property was last updated. Example: CONTACTS_WEB - """ - sourceType: String - - """ - Additional data realted to the source-type. May not be populated for all source-types. - """ - sourceId: String - - """ - Additional data realted to the source-type. May not be populated for all source-types. - """ - sourceLabel: String - - """A Unix timestamp (in milliseconds) for when the email was last updated""" - timestamp: Int -} - -type HubspotMergeAuditMergedFromEmail { - """the email address of the secondary contact at the time of the merge""" - value: String - - """ - The method by which the email property was last updated. Example: CONTACTS_WEB - """ - sourceType: String - - """ - Additional data realted to the source-type. May not be populated for all source-types. - """ - sourceId: String - - """ - Additional data realted to the source-type. May not be populated for all source-types. - """ - sourceLabel: String - - """ - A list of integers, where each entry is a vid from the secondary contact. This list may contain multiple entries if the secondary record was previously merged. - """ - sourceVids: [Int!] - - """ - A Unix timestamp (in milliseconds) for when the email address was last updated. - """ - timestamp: Int -} - -type HubspotMergeAudit { - """vid of the primary contact (record that was merged into).""" - canonicalVid: Int - - """ - The vid of the secondary contact (record that the data was merged from). - """ - vidToMerge: Int - - """A Unix timestamp (in milliseconds) of when the merge occurred""" - timestamp: Int - - """ - The internal ID of the user who initiated the merge. This will have no value outside of the HubSpot app. - """ - userId: Int - - """The number of properties updating as a result of the merge""" - numPropertiesMoved: Int - - """A set of data from the secondary contact""" - mergedFromEmail: HubspotMergeAuditMergedFromEmail - - """A set of data for the primary contact.""" - mergedToEmail: HubspotMergeAuditMergedToEmail -} - -type HubspotIdentityProfileIdentity { - """ - The type of the identity. One of EMAIL or LEAD_GUID. LEAD_GUID identities are an internal reference and should not be used. - """ - type: String - - """The value of the identity""" - value: String - - """A Unix timestamp (in milliseconds) for when the identity was created.""" - timestamp: Int -} - -type HubspotIdentityProfile { - """The original vid for this identity""" - vid: Int - - """ - A Unix timestamp (in milliseconds) of when the identity was last updated. - """ - savedAtTimestamp: Int - - """A list of the individual identies for this pointer.""" - identities: [HubspotIdentityProfileIdentity!] -} - -type HubspotListMembership { - """The ID of the contact list""" - staticListId: Int - - """ - A Unix timestamp (in milliseconds) for when the contact joined the list. - """ - timestamp: Int - - """The vid of the contact record.""" - vid: Int - - """ - This will always be true as the API only returns lists that the record is currently a member of. - """ - isMember: Boolean -} - -type HubspotFormSubmission { - """A Unique ID for the specific form conversion""" - conversionId: String - - """A Unix timestamp in milliseconds of the time the submission occurred""" - timestamp: Int - - """The GUID of the form that the subission belongs to.""" - formId: String - - """the Portal ID (Hub ID) that the submission belongs to""" - portalId: Int - - """ - The URL that the form was submitted on. This field may be missing if no URL was provided in the submission. - """ - pageUrl: String - - """ - The title of the page that the form was submitted on. This will default to the name of the form if no title is provided. - """ - title: String -} - -type HubspotProperties { - """Annual company revenue""" - annualrevenue: HubspotProperty - - """ - The date the first deal for a contact was created. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - firstDealCreatedDate: HubspotProperty - - """A set of additional email addresses for a contact""" - hsAdditionalEmails: HubspotProperty - - """A set of all vids, canonical or otherwise, for a contact""" - hsAllContactVids: HubspotProperty - - """The campaign responsible for the first touch creation of this contact""" - hsAnalyticsFirstTouchConvertingCampaign: HubspotProperty - - """The campaign responsible for the last touch creation of this contact""" - hsAnalyticsLastTouchConvertingCampaign: HubspotProperty - - """ - The path in the FileManager CDN for this contact's avatar override image. Automatically set by HubSpot. - """ - hsAvatarFilemanagerKey: HubspotProperty - - """Mobile number in international format""" - hsCalculatedMobileNumber: HubspotProperty - - """Phone number in international format""" - hsCalculatedPhoneNumber: HubspotProperty - - """Area Code of the calculated phone number""" - hsCalculatedPhoneNumberAreaCode: HubspotProperty - - """Country code of the calculated phone number""" - hsCalculatedPhoneNumberCountryCode: HubspotProperty - - """ISO2 Country code for the derived phone number""" - hsCalculatedPhoneNumberRegionCode: HubspotProperty - - """Flag indicating this contact was created by the Conversations API""" - hsCreatedByConversations: HubspotProperty - - """ - The last time a shared document (presentation) was accessed by this contact - """ - hsDocumentLastRevisited: HubspotProperty - - """A contact's email address domain""" - hsEmailDomain: HubspotProperty - - """ - Indicates that the current email address has been quarantined for anti-abuse reasons and any marketing email sends to it will be blocked. This is automatically set by HubSpot. - """ - hsEmailQuarantined: HubspotProperty - - """ - The number of marketing emails that have been sent to the current email address since the last engagement (open or link click). This is automatically set by HubSpot. - """ - hsEmailSendsSinceLastEngagement: HubspotProperty - - """ - The status of a contact's eligibility to receive marketing email. This is automatically set by HubSpot. - """ - hsEmailconfirmationstatus: HubspotProperty - - """A contact's facebook id""" - hsFacebookid: HubspotProperty - - """A contact's googleplus id""" - hsGoogleplusid: HubspotProperty - - """ - The timezone reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - hsIpTimezone: HubspotProperty - - """The contact's sales, prospecting or outreach status""" - hsLeadStatus: HubspotProperty - - """Legal basis for processing contact’s data""" - hsLegalBasis: HubspotProperty - - """A contact's linkedin id""" - hsLinkedinid: HubspotProperty - - """The last time a tracked sales email was clicked by this user""" - hsSalesEmailLastClicked: HubspotProperty - - """The last time a tracked sales email was opened by this user""" - hsSalesEmailLastOpened: HubspotProperty - - """The last time a tracked sales email was replied to by this user""" - hsSalesEmailLastReplied: HubspotProperty - - """Mobile number with country code""" - hsSearchableCalculatedInternationalMobileNumber: HubspotProperty - - """Phone number with country code""" - hsSearchableCalculatedInternationalPhoneNumber: HubspotProperty - - """Mobile number without country code""" - hsSearchableCalculatedMobileNumber: HubspotProperty - - """Phone number without country code""" - hsSearchableCalculatedPhoneNumber: HubspotProperty - - """ - A yes/no field that indicates whether the contact is currently in a Sequence. - """ - hsSequencesIsEnrolled: HubspotProperty - - """A contact's twitter id""" - hsTwitterid: HubspotProperty - - """ - The most recent date a HubSpot Owner was assigned to a contact. This is set automatically by HubSpot and can be used for segmentation and reporting. - """ - hubspotOwnerAssigneddate: HubspotProperty - - """ - The country code reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - ipCountryCode: HubspotProperty - - """ - The state code or region code reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - ipStateCode: HubspotProperty - - """ - The zipcode reported by a contact's IP address. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - ipZipcode: HubspotProperty - - """ - The number of deals associated with this contact. This is set automatically by HubSpot. - """ - numAssociatedDeals: HubspotProperty - - """ - The amount of the last closed won deal associated with a contact. This is set automatically by HubSpot based on information from the Deals object. - """ - recentDealAmount: HubspotProperty - - """ - The date that the last deal associated with a contact was won. This is automatically set by HubSpot based on information from the Deals object. - """ - recentDealCloseDate: HubspotProperty - - """""" - salesforceaccountid: HubspotProperty - - """""" - salesforcedeleted: HubspotProperty - - """ - The sum from all closed won deal revenue associated with a contact. This is automatically set by HubSpot and can be used for segmentation and reporting. - """ - totalRevenue: HubspotProperty - - """""" - blogApiDemonstrationBlogSubscription: HubspotProperty - - """A company's name""" - company: HubspotProperty - - """The first form this contact submitted""" - firstConversionEventName: HubspotProperty - - """ - The first page a contact saw on your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsFirstUrl: HubspotProperty - - """ - The number of marketing emails delivered for the current email address. This is automatically set by HubSpot. - """ - hsEmailDelivered: HubspotProperty - - """Indicates that a contact has opted out of all email""" - hsEmailOptout: HubspotProperty - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout1281663: HubspotProperty - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout230318: HubspotProperty - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout2849: HubspotProperty - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout354586: HubspotProperty - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout4447431: HubspotProperty - - """ - Indicates that the current email address has opted out of this email type. - """ - hsEmailOptout4744389: HubspotProperty - - """A contact's twitter information""" - twitterhandle: HubspotProperty - - """If the contact is currently enrolled in any workflow""" - currentlyinworkflow: HubspotProperty - - """The number of Twitter followers a contact has""" - followercount: HubspotProperty - - """ - The last page a contact saw on your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsLastUrl: HubspotProperty - - """ - The number of marketing emails opened for the current email address. This is automatically set by HubSpot. - """ - hsEmailOpen: HubspotProperty - - """The number of forms this contact has submitted""" - numConversionEvents: HubspotProperty - - """A company's website""" - website: HubspotProperty - - """The date this contact first submitted a form""" - firstConversionDate: HubspotProperty - - """A contact's first name""" - firstname: HubspotProperty - - """ - The sum of all pages a contact has seen on your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsNumPageViews: HubspotProperty - - """ - The number of marketing emails which have had link clicks for the current email address. This is automatically set by HubSpot. - """ - hsEmailClick: HubspotProperty - - """The title used to address a contact""" - salutation: HubspotProperty - - """ - The contact's Twitter profile photo. This is set by HubSpot using the contact's email address. - """ - twitterprofilephoto: HubspotProperty - - """ - The sum of all visits a contact has made to your website. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsNumVisits: HubspotProperty - - """ - The number of marketing emails that bounced for the current email address. This is automatically set by HubSpot. - """ - hsEmailBounce: HubspotProperty - - """A contact's persona""" - hsPersona: HubspotProperty - - """ - The date of the most recent click on a published social message. This is set automatically by HubSpot for each contact. - """ - hsSocialLastEngagement: HubspotProperty - - """The last form this contact submitted""" - recentConversionEventName: HubspotProperty - - """""" - hsAnalyticsFirstTimestamp: HubspotProperty - - """""" - hsAnalyticsFirstVisitTimestamp: HubspotProperty - - """ - The sum of all events a contact has experienced. This is automatically set by HubSpot for each contact. - """ - hsAnalyticsNumEventCompletions: HubspotProperty - - """ - The number of times a contact clicked on links you shared on Twitter through HubSpot. This is set automatically by HubSpot and can be used for segmentation. - """ - hsSocialTwitterClicks: HubspotProperty - - """A company's industry""" - industry: HubspotProperty - - """A contact's last name""" - lastname: HubspotProperty - - """A contact's mobile phone number""" - mobilephone: HubspotProperty - - """The date this contact last submitted a form""" - recentConversionDate: HubspotProperty - - """A contact's email address""" - email: HubspotProperty - - """""" - hsAnalyticsLastTimestamp: HubspotProperty - - """ - The name of the last marketing email sent to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastEmailName: HubspotProperty - - """ - The date of the most recent delivery for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastSendDate: HubspotProperty - - """The number clicks on links shared on Facebook""" - hsSocialFacebookClicks: HubspotProperty - - """The number of different forms this contact has submitted""" - numUniqueConversionEvents: HubspotProperty - - """The date of the most recent meeting booked from the Meetings app.""" - engagementsLastMeetingBooked: HubspotProperty - - """ - The campaign of the last meeting booked through the Meetings App (ex: the specific email that was sent) - """ - engagementsLastMeetingBookedCampaign: HubspotProperty - - """ - The medium of the last meeting booked through the Meetings App (ex: email or website or in-app) - """ - engagementsLastMeetingBookedMedium: HubspotProperty - - """ - The source of the last meeting booked through the Meetings App (ex: pql-email, landing-page) - """ - engagementsLastMeetingBookedSource: HubspotProperty - - """ - The first known source through which a contact found your website. Source is automatically set by HubSpot. - """ - hsAnalyticsSource: HubspotProperty - - """ - The date of the most recent open for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastOpenDate: HubspotProperty - - """The number clicks on links shared on LinkedIn""" - hsSocialLinkedinClicks: HubspotProperty - - """ - The owner of a contact. This can be any HubSpot user or Salesforce integration user, and can be set manually or via Workflows. - """ - hubspotOwnerId: HubspotProperty - - """ - The latitude and longitude reported by a contact's IP address (formatted according to ISO 6709 Annex H) - """ - ipLatlon: HubspotProperty - - """ - The last time a call, email, or meeting was logged for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - notesLastContacted: HubspotProperty - - """ - The last time a note, call, email, meeting, or task was logged for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - notesLastUpdated: HubspotProperty - - """ - The date of the next upcoming activity for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - notesNextActivityDate: HubspotProperty - - """ - The number of times a call, email, or meeting was logged for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - numContactedNotes: HubspotProperty - - """ - The number of sales activities for a contact. This is set automatically by HubSpot based on user actions in the contact record. - """ - numNotes: HubspotProperty - - """ - A legacy property used to identify the email address of the owner of the contact. This property is no longer in use. - """ - owneremail: HubspotProperty - - """ - A legacy property used to identify the name of the owner of the contact. This property is no longer in use. - """ - ownername: HubspotProperty - - """ - This field is meaningless on its own, and is solely used for triggering dynamic list updates when SurveyMonkey information is updated - """ - surveymonkeyeventlastupdated: HubspotProperty - - """ - This field is meaningless on its own, and is solely used for triggering dynamic list updates when webinar information is updated - """ - webinareventlastupdated: HubspotProperty - - """""" - hsAnalyticsSourceData1: HubspotProperty - - """ - The date of the most recent link click for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailLastClickDate: HubspotProperty - - """The number clicks on links shared on Google Plus""" - hsSocialGooglePlusClicks: HubspotProperty - - """The team of the owner of a contact.""" - hubspotTeamId: HubspotProperty - - """The country reported by a contact's IP address""" - ipCountry: HubspotProperty - - """A contact's LinkedIn bio""" - linkedinbio: HubspotProperty - - """ - The contact's Twitter bio. This is set by HubSpot using the contact's email address. - """ - twitterbio: HubspotProperty - - """ - The value of all owner referencing properties for this object, both default and custom - """ - hsAllOwnerIds: HubspotProperty - - """The last time and date a contact visited your website.""" - hsAnalyticsLastVisitTimestamp: HubspotProperty - - """""" - hsAnalyticsSourceData2: HubspotProperty - - """ - The date of the earliest delivery for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailFirstSendDate: HubspotProperty - - """ - The number of clicks on published social messages. This is set automatically by HubSpot for each contact. - """ - hsSocialNumBroadcastClicks: HubspotProperty - - """The state or region reported by a contact's IP address""" - ipState: HubspotProperty - - """ - The team ids corresponding to all owner referencing properties for this object, both default and custom - """ - hsAllTeamIds: HubspotProperty - - """""" - hsAnalyticsFirstReferrer: HubspotProperty - - """ - The date of the earliest open for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailFirstOpenDate: HubspotProperty - - """The city reported by a contact's IP address""" - ipCity: HubspotProperty - - """""" - hsAnalyticsLastReferrer: HubspotProperty - - """ - The date of the earliest link click for any marketing email to the current email address. This is automatically set by HubSpot. - """ - hsEmailFirstClickDate: HubspotProperty - - """How many LinkedIn connections they have""" - linkedinconnections: HubspotProperty - - """A contact's primary phone number""" - phone: HubspotProperty - - """A contact's primary fax number""" - fax: HubspotProperty - - """Indicates the contact is globally ineligible for email.""" - hsEmailIsIneligible: HubspotProperty - - """A contact's Klout score, a measure of Internet influence""" - kloutscoregeneral: HubspotProperty - - """A contact's street address, including apartment or unit #""" - address: HubspotProperty - - """""" - hsAnalyticsAveragePageViews: HubspotProperty - - """""" - hsEmailLastupdated: HubspotProperty - - """Social Media photo""" - photo: HubspotProperty - - """A contact's city of residence""" - city: HubspotProperty - - """""" - hsAnalyticsRevenue: HubspotProperty - - """""" - sfcampaignid: HubspotProperty - - """A contact's state of residence""" - state: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to Lead. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageLeadDate: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to MQL. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageMarketingqualifiedleadDate: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to Opportunity. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageOpportunityDate: HubspotProperty - - """A contact's zip code""" - zip: HubspotProperty - - """A contact's country of residence""" - country: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to SQL. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageSalesqualifiedleadDate: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to Evangelist. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageEvangelistDate: HubspotProperty - - """A contact's job title""" - jobtitle: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to Customer. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageCustomerDate: HubspotProperty - - """A field for any additional user input or comments""" - message: HubspotProperty - - """The date that a contact became a customer""" - closedate: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to Subscriber. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageSubscriberDate: HubspotProperty - - """ - The date when a contact's lifecycle stage changed to Other. This is automatically set by HubSpot for each contact. - """ - hsLifecyclestageOtherDate: HubspotProperty - - """""" - lifecyclestage: HubspotProperty - - """The number of company employees""" - numemployees: HubspotProperty - - """The date that a contact entered the system""" - createdate: HubspotProperty - - """""" - hubspotscore: HubspotProperty - - """A company's ID""" - associatedcompanyid: HubspotProperty - - """The date any property on this contact was modified""" - lastmodifieddate: HubspotProperty - - """ - This field is meaningless on its own, and is solely used for triggering dynamic list updates when a company is updated - """ - associatedcompanylastupdated: HubspotProperty - - """A contact's IP Address""" - ipaddress: HubspotProperty - - """Days from create date to close date""" - daysToClose: HubspotProperty - - """The rating of this contact based on their predictive lead score""" - hsPredictivecontactscorebucket: HubspotProperty - - """ - A score calculated by HubSpot that represents a contact's likelihood to become a customer - """ - hsPredictivecontactscore: HubspotProperty -} - -""" -Contacts are the fundamental building block to HubSpot - they store lead-specific data that makes it possible to leverage much of the functionality in HubSpot, from marketing automation, to lead scoring to smart content. - -If you've come across contacts in a CRM or Marketing Automation system before, you're already familiar with the core concepts. For an in depth look at the way HubSpot customers use their contacts database, refer to the [Contacts User Guide](https://knowledge.hubspot.com/contacts-user-guide). -""" -type HubspotContact { - """The internal ID of the contact record.""" - vid: Int - - """ - The internal ID of the contact record. Contacts may have multiple vids, but the canonical-vid will be the primary ID for a record. - """ - canonicalVid: Int - - """A list of vids that have been merged into this contact record.""" - mergedVids: [Int!] - - """The Portal ID (Hub ID) that the record belongs to.""" - portalId: Int - - """ - Indicates if the record is a valid contact record. Any record where this is set to false is not a valid contact. Those records will only have placeholder data and cannot be updated. - """ - isContact: Boolean - - """ - A unique token that can be used to view the contact without logging into HubSpot. See the profileUrl - """ - profileToken: String - - """ - A URL that can be used to view the contact data without logging in. Anyone with this link would be able to view (but not edit) the record - - Note: You can force a login for the public link by changing the Public View Login option in your Contact Settings - """ - profileUrl: String - - """ - An object containing objects representing the properties that are set for the contact record. - - Contacts will only contain an entry for a property if that property has been set for the record. - """ - properties: HubspotProperties - - """""" - state: HubspotProperty - - """""" - zip: HubspotProperty - - """ - A list of form submissions for the contact. This list will be empty for records with no form submissions. - """ - formSubmissions: [HubspotFormSubmission!] - - """ - A list of objects representing the contact's membership in contact lists. - """ - listMemberships: [HubspotListMembership!] - - """ - A list of objects representing the identities of the contact. Each identity represents an identifier for the object, many records will only have a single identity, but merged records may have multiple. - """ - identityProfiles: [HubspotIdentityProfile!] - - """ - A list of data related to any merges that have happened for the record. This list will be empty for records that have not been merged - """ - mergeAudits: [HubspotMergeAudit!] - - """The company associated with this contact.""" - company: HubspotCompany - - """""" - engagements( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of engagments to fetch. Defaults to 10. Maximum is 100.""" - first: Int - ): HubspotEngagementsConnection! -} - -"""Hubspot contacts""" -type HubspotContactsConnection { - """List of contacts""" - nodes: [HubspotContact!]! - - """List of contact edges""" - edges: [HubspotContactEdge!]! - - """Page info""" - pageInfo: PageInfo! -} - -type HubspotPropertyVersion { - """The historical value of the property.""" - value: String - - """The method by which the property was changed, e.g. API""" - sourceType: String - - """ - Additional data realted to the source-type. May not be populated for all source-types. - """ - sourceId: String - - """ - Additional data realted to the source-type. May not be populated for all source-types. - """ - sourceLabel: String - - """ - A Unix timestamp in milliseconds representing when the property was updated. - """ - timestamp: Int -} - -type HubspotProperty { - """The current value of the property""" - value: String - - """ - A list of the historical values of the property. A new versions entry will be added each time the property is updated. This data is read-only, and generated automatically when a property is updated. - """ - versions: [HubspotPropertyVersion!] -} - -type HubspotCompanyProperties { - """Short about-company""" - aboutUs: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property closedate calculated as EARLIEST_VALUE via values of closedate on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - closedateTimestampEarliestValueA2a17e6e: HubspotProperty - - """Number of facebook fans""" - facebookfans: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property first_contact_createdate calculated as EARLIEST_VALUE via values of createdate on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - firstContactCreatedateTimestampEarliestValue78b50eea: HubspotProperty - - """ - The first conversion date across all contacts associated this company or organization - """ - firstConversionDate: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property first_conversion_date calculated as EARLIEST_VALUE via values of first_conversion_date on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - firstConversionDateTimestampEarliestValue61f58f2c: HubspotProperty - - """ - The first form submitted across all contacts associated this company or organization - """ - firstConversionEventName: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property first_conversion_event_name calculated as EARLIEST_VALUE via values of first_conversion_event_name on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - firstConversionEventNameTimestampEarliestValue68ddae0a: HubspotProperty - - """The create date of the first deal associated with this company record.""" - firstDealCreatedDate: HubspotProperty - - """The year the company was created. Powered by HubSpot Insights.""" - foundedYear: HubspotProperty - - """Additional domains belonging to this company""" - hsAdditionalDomains: HubspotProperty - - """ - The first activity for any contact associated with this company or organization - """ - hsAnalyticsFirstTimestamp: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_first_timestamp calculated as EARLIEST_VALUE via values of hs_analytics_first_timestamp on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsFirstTimestampTimestampEarliestValue11e3a63a: HubspotProperty - - """ - The campaign responsible for the first touch creation of the first contact associated with this company - """ - hsAnalyticsFirstTouchConvertingCampaign: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_first_touch_converting_campaign calculated as EARLIEST_VALUE via values of hs_analytics_first_touch_converting_campaign on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsFirstTouchConvertingCampaignTimestampEarliestValue4757fe10: HubspotProperty - - """ - Time of first session across all contacts associated with this company or organization - """ - hsAnalyticsFirstVisitTimestamp: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_first_visit_timestamp calculated as EARLIEST_VALUE via values of hs_analytics_first_visit_timestamp on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsFirstVisitTimestampTimestampEarliestValueAccc17ae: HubspotProperty - - """ - Time last seen across all contacts associated with this company or organization - """ - hsAnalyticsLastTimestamp: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_last_timestamp calculated as LATEST_VALUE via values of hs_analytics_last_timestamp on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsLastTimestampTimestampLatestValue4e16365a: HubspotProperty - - """ - The campaign responsible for the last touch creation of the first contact associated with this company - """ - hsAnalyticsLastTouchConvertingCampaign: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_last_touch_converting_campaign calculated as LATEST_VALUE via values of hs_analytics_last_touch_converting_campaign on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsLastTouchConvertingCampaignTimestampLatestValue81a64e30: HubspotProperty - - """ - Time of the last session attributed to any contacts that are associated with this company record. - """ - hsAnalyticsLastVisitTimestamp: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_last_visit_timestamp calculated as LATEST_VALUE via values of hs_analytics_last_visit_timestamp on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsLastVisitTimestampTimestampLatestValue999a0fce: HubspotProperty - - """ - Total number of page views across all contacts associated with this company or organization - """ - hsAnalyticsNumPageViews: HubspotProperty - - """ - Calculation context property providing cardinality for rollup property hs_analytics_num_page_views calculated as SUM via values of hs_analytics_num_page_views on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsNumPageViewsCardinalitySumE46e85b0: HubspotProperty - - """ - Total number of sessions across all contacts associated with this company or organization - """ - hsAnalyticsNumVisits: HubspotProperty - - """ - Calculation context property providing cardinality for rollup property hs_analytics_num_visits calculated as SUM via values of hs_analytics_num_visits on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsNumVisitsCardinalitySum53d952a6: HubspotProperty - - """ - Original source for the contact with the earliest activity for this company or organization - """ - hsAnalyticsSource: HubspotProperty - - """ - Additional information about the original source for the contact with the earliest activity for this company or organization - """ - hsAnalyticsSourceData1: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_source_data_1 calculated as EARLIEST_VALUE via values of hs_analytics_source_data_1 on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsSourceData1TimestampEarliestValue9b2f1fa1: HubspotProperty - - """ - Additional information about the original source for the contact with the earliest activity for this company or organization - """ - hsAnalyticsSourceData2: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_source_data_2 calculated as EARLIEST_VALUE via values of hs_analytics_source_data_2 on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsSourceData2TimestampEarliestValue9b2f9400: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property hs_analytics_source calculated as EARLIEST_VALUE via values of hs_analytics_source on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsAnalyticsSourceTimestampEarliestValue25a3a52c: HubspotProperty - - """ - The path in the FileManager CDN for this company's avatar override image. Automatically set by HubSpot. - """ - hsAvatarFilemanagerKey: HubspotProperty - - """ - The user that created this object. This value is automatically set by HubSpot and may not be modified. - """ - hsCreatedByUserId: HubspotProperty - - """ - The date and time at which this object was created. This value is automatically set by HubSpot and may not be modified. - """ - hsCreatedate: HubspotProperty - - """The date of the last sales activity with the company.""" - hsLastSalesActivityDate: HubspotProperty - - """The date any property on this company was modified""" - hsLastmodifieddate: HubspotProperty - - """ - The list of object IDs that have been merged into this object. This value is automatically set by HubSpot and may not be modified. - """ - hsMergedObjectIds: HubspotProperty - - """ - The unique ID for this company. This unique ID is automatically populated by HubSpot and cannot be changed. - """ - hsObjectId: HubspotProperty - - """ - The highest probability that a contact associated with this company will become a customer within the next 90 days. This score is based on standard contact properties and behavior. - """ - hsPredictivecontactscoreV2: HubspotProperty - - """ - Calculation context property providing next_max for rollup property hs_predictivecontactscore_v2 calculated as MAX via values of hs_predictivecontactscore_v2 on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - hsPredictivecontactscoreV2NextMaxMaxD4e58c1e: HubspotProperty - - """ - The Target Account property is a means to flag high priority companies if you are following an account based strategy - """ - hsTargetAccount: HubspotProperty - - """The probability a company is marked as a target account""" - hsTargetAccountProbability: HubspotProperty - - """ - The user that last updated this object. This value is automatically set by HubSpot and may not be modified. - """ - hsUpdatedByUserId: HubspotProperty - - """The timestamp when an owner was assigned to this company""" - hubspotOwnerAssigneddate: HubspotProperty - - """ - Indicates that the company is publicly traded. Powered by HubSpot Insights. - """ - isPublic: HubspotProperty - - """The number of contacts associated with this company""" - numAssociatedContacts: HubspotProperty - - """The number of deals associated with this company""" - numAssociatedDeals: HubspotProperty - - """ - The number of forms submission for all contacts associated with this company or organization - """ - numConversionEvents: HubspotProperty - - """ - Calculation context property providing cardinality for rollup property num_conversion_events calculated as SUM via values of num_conversion_events on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - numConversionEventsCardinalitySumD095f14b: HubspotProperty - - """ - The most recent conversion date across all contacts associated this company or organization - """ - recentConversionDate: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property recent_conversion_date calculated as LATEST_VALUE via values of recent_conversion_date on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - recentConversionDateTimestampLatestValue72856da1: HubspotProperty - - """ - The last form submitted across all contacts associated this company or organization - """ - recentConversionEventName: HubspotProperty - - """ - Calculation context property providing timestamp for rollup property recent_conversion_event_name calculated as LATEST_VALUE via values of recent_conversion_event_name on object type ObjectTypeId{legacyObjectType=CONTACT} - """ - recentConversionEventNameTimestampLatestValue66c820bf: HubspotProperty - - """The amount of the last deal closed""" - recentDealAmount: HubspotProperty - - """ - The date of the last `closed won` deal associated with this company record. - """ - recentDealCloseDate: HubspotProperty - - """""" - salesforceaccountid: HubspotProperty - - """ - The time zone where the company or organization is located. Powered by HubSpot Insights. - """ - timezone: HubspotProperty - - """ - The total amount of money raised by the company. Powered by HubSpot Insights. - """ - totalMoneyRaised: HubspotProperty - - """The total amount of closed won deals""" - totalRevenue: HubspotProperty - - """The main twitter account of the company or organization""" - twitterhandle: HubspotProperty - - """The Twitter bio of the company or organization""" - twitterbio: HubspotProperty - - """The number of Twitter followers of the company or organization""" - twitterfollowers: HubspotProperty - - """ - The street address of the company or organization, including unit number. Powered by HubSpot Insights. - """ - address: HubspotProperty - - """ - The additional address of the company or organization. Powered by HubSpot Insights. - """ - address2: HubspotProperty - - """The URL of the Facebook company page for the company or organization""" - facebookCompanyPage: HubspotProperty - - """The city where the company is located. Powered by HubSpot Insights.""" - city: HubspotProperty - - """The URL of the LinkedIn company page for the company or organization""" - linkedinCompanyPage: HubspotProperty - - """The LinkedIn bio for the company or organization""" - linkedinbio: HubspotProperty - - """ - The state or region in which the company or organization is located. Powered by HubSpot Insights. - """ - state: HubspotProperty - - """The URL of the Google Plus page for the company or organization""" - googleplusPage: HubspotProperty - - """ - The date of the most recent meeting an associated contact has booked through the meetings tool. - """ - engagementsLastMeetingBooked: HubspotProperty - - """ - This UTM parameter shows which marketing campaign (e.g. a specific email) referred an associated contact to the meetings tool for their most recent booking. This property is only populated when you add tracking parameters to your meeting link. - """ - engagementsLastMeetingBookedCampaign: HubspotProperty - - """ - This UTM parameter shows which channel (e.g. email) referred an associated contact to the meetings tool for their most recent booking. This property is only populated when you add tracking parameters to your meeting link. - """ - engagementsLastMeetingBookedMedium: HubspotProperty - - """ - This UTM parameter shows which site (e.g. Twitter) referred an associated contact to the meetings tool for their most recent booking. This property is only populated when you add tracking parameters to your meeting link. - """ - engagementsLastMeetingBookedSource: HubspotProperty - - """ - The date of the most recent meeting (past or upcoming) logged for, scheduled with, or booked by a contact associated with this company. - """ - hsLatestMeetingActivity: HubspotProperty - - """The last time a tracked sales email was replied to by this company""" - hsSalesEmailLastReplied: HubspotProperty - - """The owner of the company""" - hubspotOwnerId: HubspotProperty - - """ - The last timestamp when a call, email or meeting was logged for a contact at this company. - """ - notesLastContacted: HubspotProperty - - """ - The last time a note, call, meeting, or task was logged for a company. This is set automatically by HubSpot based on user actions in the company record. - """ - notesLastUpdated: HubspotProperty - - """ - The date of the next upcoming scheduled sales activity for this company record. - """ - notesNextActivityDate: HubspotProperty - - """ - The number of times a call, email or meeting was logged for this company - """ - numContactedNotes: HubspotProperty - - """ - Number of sales activities for this company. For example, a call, email or meeting logged. - """ - numNotes: HubspotProperty - - """ - The postal or zip code of the company or organization. Powered by HubSpot Insights. - """ - zip: HubspotProperty - - """ - The country/region in which the company or organization is located. Powered by HubSpot Insights. - """ - country: HubspotProperty - - """The team of the owner of the company.""" - hubspotTeamId: HubspotProperty - - """ - The value of all owner referencing properties for this object, both default and custom - """ - hsAllOwnerIds: HubspotProperty - - """The domain name of the company or organization""" - domain: HubspotProperty - - """ - The team ids corresponding to all owner referencing properties for this object, both default and custom - """ - hsAllTeamIds: HubspotProperty - - """ - The team ids, including up the team hierarchy, corresponding to all owner referencing properties for this object, both default and custom - """ - hsAllAccessibleTeamIds: HubspotProperty - - """ - The type of business the company performs. By default, this property has approximately 150 pre-defined options to select from. While these options cannot be deleted as they used by HubSpot Insights, you can add new custom options to meet your needs. - """ - industry: HubspotProperty - - """ - The most advanced lifecycle stage across all contacts associated with this company or organization - """ - lifecyclestage: HubspotProperty - - """The company's sales, prospecting or outreach status""" - hsLeadStatus: HubspotProperty - - """The parent company of this company""" - hsParentCompanyId: HubspotProperty - - """ - The optional classification of this company record - prospect, partner, etc. - """ - type: HubspotProperty - - """ - A short statement about the company's mission and goals. Powered by HubSpot Insights. - """ - description: HubspotProperty - - """The number of child companies of this company""" - hsNumChildCompanies: HubspotProperty - - """The sales and marketing score for the company or organization""" - hubspotscore: HubspotProperty - - """The date the company or organization was added to the database""" - createdate: HubspotProperty - - """The date the company or organization was closed as a customer""" - closedate: HubspotProperty - - """ - The date that the first contact from this company entered the system, which could pre-date the company's create date - """ - firstContactCreatedate: HubspotProperty - - """ - The number of days between when the company record was created and when they closed as a customer. - """ - daysToClose: HubspotProperty - - """ - The web technologies used by the company or organization. Powered by HubSpot Insights. - """ - webTechnologies: HubspotProperty -} - -"""Company records store information about a business or organization""" -type HubspotCompany { - """The Hub ID that the company belongs to.""" - portalId: Int - - """The unique ID of the company record.""" - companyId: Int - - """ - Whether or not the record is deleted. In practice this will always be false as deleted records will not appear in the API. - """ - isDeleted: Boolean - - """ - "An object containing objects representing the properties that are set for the company record. - - Companies will only contain an entry for a property if that property has been set for the record. - """ - properties: HubspotCompanyProperties - - """All contacts associated with this company.""" - contacts( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of contacts to fetch, maximum is 100. Defaults to 20.""" - first: Int - ): HubspotContactsConnection -} - -"""The root for Hubspot""" -type HubspotQuery { - """ - Get a company by its id. Company records store information about a business or organization - """ - company(id: Int!): HubspotCompany! - - """List companies""" - companies( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of companies to fetch, maximum is 250. Defaults to 20.""" - first: Int - ): HubspotCompaniesConnection - - """Contact""" - contact( - """Contact email. Must provide exactly one of id or email.""" - email: String - - """Contact id. Must provide exactly one of id or email.""" - id: Int - ): HubspotContact! - - """Contacts""" - contacts( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of contacts to fetch, maximum is 100. Defaults to 20.""" - first: Int - ): HubspotContactsConnection - - """Get a deal by its id.""" - deal(id: Int!): HubspotDeal! - - """List deals""" - deals( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of deals to fetch, maximum is 250. Defaults to 100.""" - first: Int - ): HubspotDealsConnection - - """ - Get a list of all engagement for a portal, with pagination. Engagements are used to store data from CRM actions, including notes, tasks, meetings, and calls. Engagements should be associated with at least one contact record, and optionally other contacts, deals, and a company record. - """ - engagements( - """Fetch results after the specified cursor.""" - after: String - - """Number of results to fetch. Defaults to 10, max is 100.""" - first: Int - ): HubspotEngagementsConnection! - - """Get an owner by id.""" - owner( - """Id of the owner.""" - id: Int! - ): HubspotOwner! - - """ - Make a REST API call to the Hubspot API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: HubspotPassthroughQuery! -} - -type GoogleDiscoveryMediaUploadProtocol { - """""" - name: String! - - """""" - multipart: Boolean! - - """""" - path: String! -} - -type GoogleDiscoveryMediaUpload { - """""" - accept: [String!]! - - """""" - protocols: [GoogleDiscoveryMediaUploadProtocol!]! -} - -type GoogleDiscoveryApiResourceMethodResponse { - """The Google Resource data this field points to, if any""" - ref: String -} - -type GoogleDiscoveryApiResourceMethodRequest { - """The Google Resource data this field points to, if any""" - ref: String -} - -type GoogleDiscoveryApiResourceMethodParameter { - """""" - name: String! - - """""" - type: String - - """""" - required: Boolean - - """""" - location: String - - """""" - description: String - - """""" - format: String - - """""" - minimum: String - - """""" - maximum: String - - """""" - default: String -} - -type GoogleDiscoveryApiResourceMethod { - """""" - name: String! - - """""" - id: String - - """""" - path: String - - """""" - httpMethod: String - - """""" - description: String - - """""" - parameters: [GoogleDiscoveryApiResourceMethodParameter!]! - - """""" - parameterOrder: [String!]! - - """""" - scopes: [String!] - - """""" - request: GoogleDiscoveryApiResourceMethodRequest - - """""" - response: GoogleDiscoveryApiResourceMethodResponse - - """""" - supportsMediaDownload: Boolean - - """""" - supportsMediaUpload: Boolean - - """""" - useMediaDownloadService: Boolean - - """""" - useMediaUploadService: Boolean - - """""" - mediaUpload: GoogleDiscoveryMediaUpload -} - -type GoogleDiscoveryApiResource { - """""" - name: String! - - """""" - methods: [GoogleDiscoveryApiResourceMethod!]! - - """""" - resources: [GoogleDiscoveryApiResource!]! -} - -type GoogleDiscoveryApiSchemaPropertyItemAdditionalProperty { - """""" - type: String - - """The Google Resource data this field points to, if any""" - ref: String - - """""" - description: String -} - -type GoogleDiscoveryApiSchemaPropertyItem { - """""" - type: String - - """The Google Resource data this field points to, if any""" - ref: String - - """ - If this is an object type, this field will have info on the field types - """ - properties: [GoogleDiscoveryApiSchemaProperty!]! -} - -type GoogleDiscoveryApiSchemaProperty { - """""" - name: String! - - """""" - type: String - - """""" - description: String - - """""" - default: String - - """The Google Resource data this field points to, if any""" - ref: String - - """""" - enum: [String!] - - """""" - enumDescriptions: [String!] - - """ - If this is an array type, this field will have info on the element types - """ - items: GoogleDiscoveryApiSchemaPropertyItem - - """ - If this is an object type, this field will have info on the field types - """ - properties: [GoogleDiscoveryApiSchemaProperty!]! - - """If this is an object type, this field may have info on the field types""" - additionalProperties: GoogleDiscoveryApiSchemaPropertyItemAdditionalProperty -} - -type GoogleDiscoveryApiSchema { - """""" - name: String! - - """""" - id: String - - """""" - type: String - - """""" - description: String - - """""" - properties: [GoogleDiscoveryApiSchemaProperty!]! -} - -type GoogleDiscoveryApiOAuth2Scope { - """""" - value: String! - - """""" - description: String -} - -type GoogleDiscoveryApiOAuth2 { - """""" - scopes: [GoogleDiscoveryApiOAuth2Scope!]! -} - -type GoogleDiscoveryApiAuth { - """""" - oauth2: GoogleDiscoveryApiOAuth2 -} - -type GoogleDiscoveryApiParameter { - """""" - name: String! - - """""" - type: String - - """""" - description: String - - """""" - default: String - - """""" - location: String -} - -type GoogleDiscoveryApiDetails { - """""" - parameters: [GoogleDiscoveryApiParameter!]! - - """""" - batchPath: String - - """""" - servicePath: String - - """""" - rootUrl: String - - """""" - basePath: String - - """""" - baseUrl: String - - """""" - protocol: String - - """""" - documentationLink: String - - """""" - ownerName: String - - """""" - ownerDomain: String - - """""" - description: String - - """""" - title: String - - """""" - revision: String - - """""" - version: String - - """""" - canonicalName: String - - """""" - name: String - - """""" - id: String - - """""" - discoveryVersion: String - - """""" - etag: String - - """""" - kind: String - - """""" - auth: GoogleDiscoveryApiAuth - - """""" - schemas: [GoogleDiscoveryApiSchema!]! - - """""" - resources: [GoogleDiscoveryApiResource!]! -} - -type GoogleDiscoveryApiItemsIcons { - """""" - x16: String! - - """""" - x32: String! -} - -type GoogleDiscoveryApiOverview { - """""" - documentationLink: String - - """""" - discoveryLink: String - - """""" - id: String! - - """""" - icons: GoogleDiscoveryApiItemsIcons! - - """""" - name: String! - - """""" - labels: [String!] - - """""" - kind: String! - - """""" - preferred: Boolean! - - """""" - title: String! - - """""" - version: String! - - """""" - discoveryRestUrl: String! - - """""" - description: String! - details: GoogleDiscoveryApiDetails! -} - -type GoogleDiscoveryApiApis { - """""" - discoveryVersion: String! - - """""" - items: [GoogleDiscoveryApiOverview!]! - - """""" - kind: String! -} - -type GoogleDiscoveryQuery { - apis: GoogleDiscoveryApiApis! - api(version: String!, name: String!): GoogleDiscoveryApiDetails! -} - -""" -The format of the source text, in either HTML (default) or plain-text. A value of html indicates HTML and a value of text indicates plain-text. -""" -enum GoogleTranslateFormat { - """text indicates plain-text""" - text - - """html indicates HTML """ - html -} - -enum GoogleTranslatePhraseBasedMachineTranslationModelLanguageEnum { - """Afrikaans""" - af - - """Albanian""" - sq - - """Amharic""" - am - - """Arabic""" - ar - - """Armenian""" - hy - - """Azeerbaijani""" - az - - """Basque""" - eu - - """Belarusian""" - be - - """Bengali""" - bn - - """Bosnian""" - bs - - """Bulgarian""" - bg - - """Catalan""" - ca - - """Cebuano""" - ceb - - """Chinese (Simplified)""" - zhCN - - """Chinese (Traditional)""" - zhTW - - """Corsican""" - co - - """Croatian""" - hr - - """Czech""" - cs - - """Danish""" - da - - """Dutch""" - nl - - """English""" - en - - """Esperanto""" - eo - - """Estonian""" - et - - """Finnish""" - fi - - """French""" - fr - - """Frisian""" - fy - - """Galician""" - gl - - """Georgian""" - ka - - """German""" - de - - """Greek""" - el - - """Gujarati""" - gu - - """Haitian Creole""" - ht - - """Hausa""" - ha - - """Hawaiian""" - haw - - """Hebrew""" - iw - - """Hindi""" - hi - - """Hmong""" - hmn - - """Hungarian""" - hu - - """Icelandic""" - is - - """Igbo""" - ig - - """Indonesian""" - id - - """Irish""" - ga - - """Italian""" - it - - """Japanese""" - ja - - """Javanese""" - jw - - """Kannada""" - kn - - """Kazakh""" - kk - - """Khmer""" - km - - """Korean""" - ko - - """Kurdish""" - ku - - """Kyrgyz""" - ky - - """Lao""" - lo - - """Latin""" - la - - """Latvian""" - lv - - """Lithuanian""" - lt - - """Luxembourgish""" - lb - - """Macedonian""" - mk - - """Malagasy""" - mg - - """Malay""" - ms - - """Malayalam""" - ml - - """Maltese""" - mt - - """Maori""" - mi - - """Marathi""" - mr - - """Mongolian""" - mn - - """Myanmar (Burmese)""" - my - - """Nepali""" - ne - - """Norwegian""" - no - - """Nyanja (Chichewa)""" - ny - - """Pashto""" - ps - - """Persian""" - fa - - """Polish""" - pl - - """Portuguese (Portugal, Brazil)""" - pt - - """Punjabi""" - pa - - """Romanian""" - ro - - """Russian""" - ru - - """Samoan""" - sm - - """Scots Gaelic""" - gd - - """Serbian""" - sr - - """Sesotho""" - st - - """Shona""" - sn - - """Sindhi""" - sd - - """Sinhala (Sinhalese)""" - si - - """Slovak""" - sk - - """Slovenian""" - sl - - """Somali""" - so - - """Spanish""" - es - - """Sundanese""" - su - - """Swahili""" - sw - - """Swedish""" - sv - - """Tagalog (Filipino)""" - tl - - """Tajik""" - tg - - """Tamil""" - ta - - """Telugu""" - te - - """Thai""" - th - - """Turkish""" - tr - - """Ukrainian""" - uk - - """Urdu""" - ur - - """Uzbek""" - uz - - """Vietnamese""" - vi - - """Welsh""" - cy - - """Xhosa""" - xh - - """Yiddish""" - yi - - """Yoruba""" - yo - - """Zulu""" - zu -} - -"""""" -input GoogleTranslateTranslationInputArg { - format: GoogleTranslateFormat - q: [String!]! - target: GoogleTranslatePhraseBasedMachineTranslationModelLanguageEnum! - model: String - source: String -} - -"""""" -type GoogleTranslateTranslationsResource { - """Text translated into the target language.""" - translatedText: String - - """ - The source language of the initial request, detected automatically, if - no source language was passed within the initial request. If the - source language was passed, auto-detection of the language will not - occur and this field will be empty. - """ - detectedSourceLanguage: String - - """ - The `model` type used for this translation. Valid values are - listed in public documentation. Can be different from requested `model`. - Present only if specific model type was explicitly requested. - """ - model: String -} - -"""The main language translation response message.""" -type GoogleTranslateTranslationsListResponse { - """Translations contains list of translation results of given text""" - translations: [GoogleTranslateTranslationsResource!] -} - -"""Google Translate""" -type GoogleTranslate { - translate(data: GoogleTranslateTranslationInputArg!): GoogleTranslateTranslationsListResponse -} - -"""Body of items (files/documents) to which the query applies.""" -enum GoogleDriveFilesCorporaEnum { - """Files owned by or shared to the user.""" - USER - - """Files owned by or shared to the user's domain.""" - DOMAIN - - """ - Files owned by a team. Must provide teamDriveId when using this option. - """ - TEAM_DRIVE - - """ - Files owned by any team drive. Results may be incomplete when searching multiple team drives. Check the `incompleteSearch` field in the results to check if any results are missing. When that happens, it is suggested that clients narrow their query by choosing a different corpus such as `user` or `teamDrive`. - """ - ALL_TEAM_DRIVES -} - -"""Key to order the results by.""" -enum GoogleDriveFilesOrderByEnum { - """Order by createdTime ascending""" - CREATED_TIME_ASC - - """Order by createdTime descending""" - CREATED_TIME_DESC - - """Order by folder ascending""" - FOLDER_ASC - - """Order by folder descending""" - FOLDER_DESC - - """Order by modifiedByMeTime ascending""" - MODIFIED_BY_ME_TIME_ASC - - """Order by modifiedByMeTime descending""" - MODIFIED_BY_ME_TIME_DESC - - """Order by modifiedTime ascending""" - MODIFIED_TIME_ASC - - """Order by modifiedTime descending""" - MODIFIED_TIME_DESC - - """Order by name ascending""" - NAME_ASC - - """Order by name descending""" - NAME_DESC - - """Order by name_natural ascending""" - NAME_NATURAL_ASC - - """Order by name_natural descending""" - NAME_NATURAL_DESC - - """Order by quotaBytesUsed ascending""" - QUOTA_BYTES_USED_ASC - - """Order by quotaBytesUsed descending""" - QUOTA_BYTES_USED_DESC - - """Order by recency ascending""" - RECENCY_ASC - - """Order by recency descending""" - RECENCY_DESC - - """Order by sharedWithMeTime ascending""" - SHARED_WITH_ME_TIME_ASC - - """Order by sharedWithMeTime descending""" - SHARED_WITH_ME_TIME_DESC - - """Order by starred ascending""" - STARRED_ASC - - """Order by starred descending""" - STARRED_DESC - - """Order by viewedByMe ascending""" - VIEWED_BY_ME_ASC - - """Order by viewdedByMe descending""" - VIEWED_BY_ME_DESC -} - -"""Spaces to which the query applies.""" -enum GoogleDriveFilesSpacesEnum { - """Drive""" - DRIVE - - """App data folder""" - APP_DATA_FOLDER - - """Photos""" - PHOTOS -} - -"""List of files with pagination info.""" -type GoogleDriveFilesConnection { - """List of files""" - nodes: [GoogleDriveFile!]! - - """Pagination information for the result""" - pageInfo: PageInfo! - - """ - Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple Team Drives corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as `USER` or `TEAM_DRIVE`. - """ - incompleteSearch: Boolean! -} - -""" -Self-contained URL to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. -""" -type GoogleDriveOneGraphFileDownload { - """ - Url to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. - """ - url: String! - - """The time at which the download url expires (RFC 3339 date-time).""" - expirationTime: String! -} - -""" -A thumbnail for the file. This will only be used if Drive cannot generate a standard thumbnail. -""" -type GoogleDriveFileContentHintsThumbnail { - """The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).""" - image: String - - """The MIME type of the thumbnail.""" - mimeType: String -} - -""" -Additional information about the content of the file. These fields are never populated in responses. -""" -type GoogleDriveFileContentHints { - """ - Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements. - """ - indexableText: String - - """ - A thumbnail for the file. This will only be used if Drive cannot generate a standard thumbnail. - """ - thumbnail: GoogleDriveFileContentHintsThumbnail -} - -""" -Additional metadata about video media. This may not be available immediately upon upload. -""" -type GoogleDriveFileVideoMediaMetadata { - """The duration of the video in milliseconds.""" - durationMillis: String - - """The height of the video in pixels.""" - height: Int - - """The width of the video in pixels.""" - width: Int -} - -"""Geographic location information stored in the image.""" -type GoogleDriveFileImageMediaMetadataLocation { - """The altitude stored in the image.""" - altitude: Float - - """The latitude stored in the image.""" - latitude: Float - - """The longitude stored in the image.""" - longitude: Float -} - -"""Additional metadata about image media, if available.""" -type GoogleDriveFileImageMediaMetadata { - """Whether a flash was used to create the photo.""" - flashUsed: Boolean - - """ - The smallest f-number of the lens at the focal length used to create the photo (APEX value). - """ - maxApertureValue: Float - - """The width of the image in pixels.""" - width: Int - - """The make of the camera used to create the photo.""" - cameraMake: String - - """The height of the image in pixels.""" - height: Int - - """The exposure mode used to create the photo.""" - exposureMode: String - - """The lens used to create the photo.""" - lens: String - - """The white balance mode used to create the photo.""" - whiteBalance: String - - """The distance to the subject of the photo, in meters.""" - subjectDistance: Int - - """The type of sensor used to create the photo.""" - sensor: String - - """The ISO speed used to create the photo.""" - isoSpeed: Int - - """The exposure bias of the photo (APEX value).""" - exposureBias: Float - - """The model of the camera used to create the photo.""" - cameraModel: String - - """Geographic location information stored in the image.""" - location: GoogleDriveFileImageMediaMetadataLocation - - """The date and time the photo was taken (EXIF DateTime).""" - time: String - - """ - The rotation in clockwise degrees from the image's original orientation. - """ - rotation: Int - - """The color space of the photo.""" - colorSpace: String - - """The focal length used to create the photo, in millimeters.""" - focalLength: Float - - """The length of the exposure, in seconds.""" - exposureTime: Float - - """The aperture used to create the photo (f-number).""" - aperture: Float - - """The metering mode used to create the photo.""" - meteringMode: String -} - -"""Information about a Drive user.""" -type GoogleDriveUser { - """A plain text displayable name for this user.""" - displayName: String - - """ - The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. - """ - emailAddress: String - - """ - Identifies what kind of resource this is. Value: the fixed string "drive#user". - """ - kind: String - - """Whether this user is the requesting user.""" - me: Boolean - - """The user's ID as visible in Permission resources.""" - permissionId: String - - """A link to the user's profile photo, if available.""" - photoLink: String -} - -"""""" -type GoogleDrivePermissionTeamDrivePermissionDetailsItem { - """ - Whether this permission is inherited. This field is always populated. This is an output-only field. - """ - inherited: Boolean - - """ - The ID of the item from which this permission is inherited. This is an output-only field and is only populated for members of the Team Drive. - """ - inheritedFrom: String - - """ - The primary role for this user. While new values may be added in the future, the following are currently possible: - - organizer - - fileOrganizer - - writer - - commenter - - reader - """ - role: String - - """ - The Team Drive permission type for this user. While new values may be added in future, the following are currently possible: - - file - - member - """ - teamDrivePermissionType: String -} - -""" -A permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy. -""" -type GoogleDrivePermission { - """ - The role granted by this permission. While new values may be supported in the future, the following are currently allowed: - - owner - - organizer - - fileOrganizer - - writer - - commenter - - reader - """ - role: String - - """ - The email address of the user or group to which this permission refers. - """ - emailAddress: String - - """A displayable name for users, groups or domains.""" - displayName: String - - """ - The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. - """ - id: String - - """ - Whether the permission allows the file to be discovered through search. This is only applicable for permissions of type domain or anyone. - """ - allowFileDiscovery: Boolean - - """ - The time at which this permission will expire (RFC 3339 date-time). Expiration times have the following restrictions: - - They can only be set on user and group permissions - - The time must be in the future - - The time cannot be more than a year in the future - """ - expirationTime: String - - """The domain to which this permission refers.""" - domain: String - - """A link to the user's profile photo, if available.""" - photoLink: String - - """ - Details of whether the permissions on this Team Drive item are inherited or directly on this item. This is an output-only field which is present only for Team Drive items. - """ - teamDrivePermissionDetails: [GoogleDrivePermissionTeamDrivePermissionDetailsItem!] - - """ - Identifies what kind of resource this is. Value: the fixed string "drive#permission". - """ - kind: String - - """ - The type of the grantee. Valid values are: - - user - - group - - domain - - anyone - """ - type: String - - """ - Whether the account associated with this permission has been deleted. This field only pertains to user and group permissions. - """ - deleted: Boolean -} - -""" -Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. -""" -type GoogleDriveFileCapabilities { - """ - Whether the current user can delete children of this folder. This is false when the item is not a folder. Only populated for Team Drive items. - """ - canDeleteChildren: Boolean - - """ - Whether the current user can change the copyRequiresWriterPermission restriction of this file. - """ - canChangeCopyRequiresWriterPermission: Boolean - - """ - Whether the current user can trash children of this folder. This is false when the item is not a folder. Only populated for Team Drive items. - """ - canTrashChildren: Boolean - - """ - Whether the current user can move this Team Drive item outside of this Team Drive by changing its parent. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. Only populated for Team Drive items. - """ - canMoveItemOutOfTeamDrive: Boolean - - """ - Whether the current user can add children to this folder. This is always false when the item is not a folder. - """ - canAddChildren: Boolean - - """ - Whether the current user can modify the sharing settings for this file. - """ - canShare: Boolean - - """ - Whether the current user can read the revisions resource of this file. For a Team Drive item, whether revisions of non-folder descendants of this item, or this item itself if it is not a folder, can be read. - """ - canReadRevisions: Boolean - - """ - Whether the current user can remove children from this folder. This is always false when the item is not a folder. For Team Drive items, use canDeleteChildren or canTrashChildren instead. - """ - canRemoveChildren: Boolean - - """ - Whether the current user can move this item into a Team Drive. If the item is in a Team Drive, this field is equivalent to canMoveTeamDriveItem. - """ - canMoveItemIntoTeamDrive: Boolean - - """ - Whether the current user can copy this file. For a Team Drive item, whether the current user can copy non-folder descendants of this item, or this item itself if it is not a folder. - """ - canCopy: Boolean - - """Whether the current user can move this file to trash.""" - canTrash: Boolean - - """ - Whether the current user can move children of this folder outside of the Team Drive. This is false when the item is not a folder. Only populated for Team Drive items. - """ - canMoveChildrenOutOfTeamDrive: Boolean - - """ - Deprecated - use canMoveItemWithinTeamDrive or canMoveItemOutOfTeamDrive instead. - """ - canMoveTeamDriveItem: Boolean - - """Whether the current user can delete this file.""" - canDelete: Boolean - - """Whether the current user can download this file.""" - canDownload: Boolean - - """Whether the current user can restore this file from trash.""" - canUntrash: Boolean - - """ - Whether the current user can move children of this folder within the Team Drive. This is false when the item is not a folder. Only populated for Team Drive items. - """ - canMoveChildrenWithinTeamDrive: Boolean - - """Whether the current user can edit this file.""" - canEdit: Boolean - - """Deprecated""" - canChangeViewersCanCopyContent: Boolean - - """Whether the current user can rename this file.""" - canRename: Boolean - - """ - Whether the current user can move this Team Drive item within this Team Drive. Note that a request to change the parent of the item may still fail depending on the new parent that is being added. Only populated for Team Drive items. - """ - canMoveItemWithinTeamDrive: Boolean - - """ - Whether the current user can read the Team Drive to which this file belongs. Only populated for Team Drive files. - """ - canReadTeamDrive: Boolean - - """ - Whether the current user can list the children of this folder. This is always false when the item is not a folder. - """ - canListChildren: Boolean - - """Whether the current user can comment on this file.""" - canComment: Boolean -} - -"""The metadata for a file.""" -type GoogleDriveFile { - """ - Capabilities the current user has on this file. Each capability corresponds to a fine-grained action that a user may take. - """ - capabilities: GoogleDriveFileCapabilities - - """ - A collection of arbitrary key-value pairs which are visible to all apps. - Entries with null values are cleared in update and copy requests. - """ - properties: [KVPair!] - - """ - The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for Team Drive files. - """ - permissions: [GoogleDrivePermission!] - - """ - A link for downloading the content of the file in a browser. This is only available for files with binary content in Drive. - """ - webContentLink: String - - """ - A collection of arbitrary key-value pairs which are private to the requesting app. - Entries with null values are cleared in update and copy requests. - """ - appProperties: [KVPair!] - - """ - Whether the file has been trashed, either explicitly or from a trashed parent folder. Only the owner may trash a file, and other users cannot see files in the owner's trash. - """ - trashed: Boolean - - """Whether the user owns the file. Not populated for Team Drive files.""" - ownedByMe: Boolean - - """ - The final component of fullFileExtension. This is only available for files with binary content in Drive. - """ - fileExtension: String - - """ - Whether the options to copy, print, or download this file, should be disabled for readers and commenters. - """ - copyRequiresWriterPermission: Boolean - - """ - Whether the file has been explicitly trashed, as opposed to recursively trashed from a parent folder. - """ - explicitlyTrashed: Boolean - - """Whether the user has starred the file.""" - starred: Boolean - - """The thumbnail version for use in thumbnail cache invalidation.""" - thumbnailVersion: String - - """The last user to modify the file.""" - lastModifyingUser: GoogleDriveUser - - """Whether the file has been shared. Not populated for Team Drive files.""" - shared: Boolean - - """The ID of the file.""" - id: String - - """ - The owners of the file. Currently, only certain legacy files may have more than one owner. Not populated for Team Drive files. - """ - owners: [GoogleDriveUser!] - - """ - The color for a folder as an RGB hex string. The supported colors are published in the folderColorPalette field of the About resource. - If an unsupported color is specified, the closest color in the palette will be used instead. - """ - folderColorRgb: String - - """The time at which the file was created (RFC 3339 date-time).""" - createdTime: String - - """Whether the file was created or opened by the requesting app.""" - isAppAuthorized: Boolean - - """The last time the file was modified by the user (RFC 3339 date-time).""" - modifiedByMeTime: String - - """ - The list of spaces which contain the file. The currently supported values are 'drive', 'appDataFolder' and 'photos'. - """ - spaces: [String!] - - """ - The IDs of the parent folders which contain the file. - If not specified as part of a create request, the file will be placed directly in the user's My Drive folder. If not specified as part of a copy request, the file will inherit any discoverable parents of the source file. Update requests must use the addParents and removeParents parameters to modify the parents list. - """ - parents: [String!] - - """Additional metadata about image media, if available.""" - imageMediaMetadata: GoogleDriveFileImageMediaMetadata - - """ - The name of the file. This is not necessarily unique within a folder. Note that for immutable items such as the top level folders of Team Drives, My Drive root folder, and Application Data folder the name is constant. - """ - name: String - - """ - If the file has been explicitly trashed, the user who trashed it. Only populated for Team Drive files. - """ - trashingUser: GoogleDriveUser - - """ - Additional metadata about video media. This may not be available immediately upon upload. - """ - videoMediaMetadata: GoogleDriveFileVideoMediaMetadata - - """A static, unauthenticated link to the file's icon.""" - iconLink: String - - """ - The ID of the file's head revision. This is currently only available for files with binary content in Drive. - """ - headRevisionId: String - - """ - Identifies what kind of resource this is. Value: the fixed string "drive#file". - """ - kind: String - - """ID of the Team Drive the file resides in.""" - teamDriveId: String - - """ - Additional information about the content of the file. These fields are never populated in responses. - """ - contentHints: GoogleDriveFileContentHints - - """ - The time that the item was trashed (RFC 3339 date-time). Only populated for Team Drive files. - """ - trashedTime: String - - """ - Whether this file has a thumbnail. This does not indicate whether the requesting app has access to the thumbnail. To check access, look for the presence of the thumbnailLink field. - """ - hasThumbnail: Boolean - - """ - A monotonically increasing version number for the file. This reflects every change made to the file on the server, even those not visible to the user. - """ - version: String - - """ - The last time the file was modified by anyone (RFC 3339 date-time). - Note that setting modifiedTime will also update modifiedByMeTime for the user. - """ - modifiedTime: String - - """Deprecated - use copyRequiresWriterPermission instead.""" - viewersCanCopyContent: Boolean - - """ - Whether users with only writer permission can modify the file's permissions. Not populated for Team Drive files. - """ - writersCanShare: Boolean - - """ - The full file extension extracted from the name field. May contain multiple concatenated extensions, such as "tar.gz". This is only available for files with binary content in Drive. - This is automatically updated when the name field changes, however it is not cleared if the new name does not contain a valid extension. - """ - fullFileExtension: String - - """The last time the file was viewed by the user (RFC 3339 date-time).""" - viewedByMeTime: String - - """ - The size of the file's content in bytes. This is only applicable to files with binary content in Drive. - """ - size: String - - """Whether the file has been viewed by this user.""" - viewedByMe: Boolean - - """ - The MIME type of the file. - Drive will attempt to automatically detect an appropriate value from uploaded content if no value is provided. The value cannot be changed unless a new revision is uploaded. - If a file is created with a Google Doc MIME type, the uploaded content will be imported if possible. The supported import formats are published in the About resource. - """ - mimeType: String - - """Whether the file has been modified by this user.""" - modifiedByMe: Boolean - - """ - The number of storage quota bytes used by the file. This includes the head revision as well as previous revisions with keepForever enabled. - """ - quotaBytesUsed: String - - """ - The time at which the file was shared with the user, if applicable (RFC 3339 date-time). - """ - sharedWithMeTime: String - - """ - The MD5 checksum for the content of the file. This is only applicable to files with binary content in Drive. - """ - md5Checksum: String - - """ - The original filename of the uploaded content if available, or else the original value of the name field. This is only available for files with binary content in Drive. - """ - originalFilename: String - - """List of permission IDs for users with access to this file.""" - permissionIds: [String!] - - """ - A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content. - """ - thumbnailLink: String - - """A short description of the file.""" - description: String - - """ - A link for opening the file in a relevant Google editor or viewer in a browser. - """ - webViewLink: String - - """The user who shared the file with the requesting user, if applicable.""" - sharingUser: GoogleDriveUser - - """ - Whether any users are granted file access directly on this file. This field is only populated for Team Drive files. - """ - hasAugmentedPermissions: Boolean - - """ - Self-contained URL to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. - """ - fileDownload( - """ - - You must provide a mimeType if you are downloading a Google Docs file (e.g. a spreadsheet created with Google Docs). - - mimeType will be ignored for downloading regualar files. - - The following mimeTypes are supported: - - - | Google Doc Format | Conversion Format | Corresponding MIME type | - | ----------------- | ------------------------ | ------------------------------------------------------------------------- | - | Documents | HTML | text/html | - | | HTML (zipped) | application/zip | - | | Plain text | text/plain | - | | Rich text | application/rtf | - | | Open Office doc | application/vnd.oasis.opendocument.text | - | | PDF | application/pdf | - | | MS Word document | application/vnd.openxmlformats-officedocument.wordprocessingml.document | - | | EPUB | application/epub+zip | - | Spreadsheets | MS Excel | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | - | | Open Office sheet | application/x-vnd.oasis.opendocument.spreadsheet | - | | PDF | application/pdf | - | | CSV (first sheet only) | text/csv | - | | TSV (first sheet only) | text/tab-separated-values | - | | HTML (zipped) | application/zip | - | Drawings | JPEG | image/jpeg | - | | PNG | image/png | - | | SVG | image/svg+xml | - | | PDF | application/pdf | - | Presentations | MS PowerPoint | application/vnd.openxmlformats-officedocument.presentationml.presentation | - | | Open Office presentation | application/vnd.oasis.opendocument.presentation | - | | PDF | application/pdf | - | | Plain text | text/plain | - | Apps Scripts | JSON | application/vnd.google-apps.script+json | - - Reference: [https://developers.google.com/drive/api/v3/manage-downloads](https://developers.google.com/drive/api/v3/manage-downloads) - - """ - mimeType: String - ): GoogleDriveOneGraphFileDownload -} - -"""Google Drive""" -type GoogleDrive { - file( - """Id of the file""" - id: String! - ): GoogleDriveFile! - files( - """ - - Optional query param to search for specific files. - - **Examples** - - Search for files with the name "hello" - - ``` - name = 'hello' - ``` - - Search for folders using the folder-specific MIME type - - ``` - mimeType = 'application/vnd.google-apps.folder' - ``` - - Search for files that are not folders - - ``` - mimeType != 'application/vnd.google-apps.folder' - ``` - - Search for files with a name containing the words "hello" and "goodbye" - - ``` - name contains 'hello' and name contains 'goodbye' - ``` - - Search for files with a name that does not contain the word "hello" - - ``` - not name contains 'hello' - ``` - - Search for files containing the word "hello" in the content - - ``` - fullText contains 'hello' - ``` - - Search for files not containing the word "hello" in the content - - ``` - not fullText contains 'hello' - ``` - - Search for files containing the exact phrase "hello world" in the content - - ``` - fullText contains '"hello world"' - fullText contains '"hello_world"' - ``` - - Search for files with a query containing the "" character (e.g., "\\authors") - - ``` - fullText contains '\\authors' - ``` - - Search for files writeable by the user "test@example.org" - - ``` - 'test@example.org' in writers - ``` - - Search for files writeable by the members of the group "group@example.org" - - ``` - 'group@example.org' in writers - ``` - - Search for the ID 1234567 in the parents collection. This finds all files and folders located directly in the folder whose ID is 1234567. - - ``` - '1234567' in parents - ``` - - Search for the alias ID appDataFolder in the parents collection. This finds all files and folders located directly under the Application Data folder. - - ``` - 'appDataFolder' in parents - ``` - - Search for files writeable by the users "test@example.org" and "test2@example.org" - - ``` - 'test@example.org' in writers and 'test2@example.org' in writers - ``` - - Search for files containing the text "important" which are in the trash - - ``` - fullText contains 'important' and trashed = true - ``` - - Search for files modified after June 4th 2012 - - ``` - modifiedTime > '2012-06-04T12:00:00' // default time zone is UTC - modifiedTime > '2012-06-04T12:00:00-08:00' - ``` - - Search for files shared with the authorized user with "hello" in the name - - ``` - sharedWithMe and name contains 'hello' - ``` - - Search for files with a custom file property named additionalID with the value 8e8aceg2af2ge72e78. - - ``` - appProperties has { key='additionalID' and value='8e8aceg2af2ge72e78' } - ``` - - Search for files that have not been shared with anyone or domains (only private, or shared with specific users or groups) - - ``` - visibility = 'limited' - ``` - - **Fields** - - | Field | Value Type | Operators | Description | - | -------------- | ---------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | - | name | string | contains, =, != | Name of the file. `contains` only matches from the start of the string (e.g. 'hello' will find 'hello world', but not 'world hello' | - | fullText | string | contains | Full text of the file including name, description, content, and indexable text. `contains` only matches whole words | - | mimeType | string | contains, =, != | MIME type of the file. | - | modifiedTime | date3 | <=, <, =, !=, >, >= | Date of the last modification of the file. | - | viewedByMeTime | date3 | <=, <, =, !=, >, >= | Date that the user last viewed a file. | - | trashed | boolean | =, != | Whether the file is in the trash or not. | - | starred | boolean | =, != | Whether the file is starred or not. | - | parents | collection | in | Whether the parents collection contains the specified ID. | - | owners | collection | in | Users who own the file. | - | writers | collection | in | Users or groups who have permission to modify the file. | - | readers | collection | in | Users or groups who have permission to read the file. | - | sharedWithMe | boolean | =, != | Files that are in the user's "Shared with me" collection. | - | properties | collection | has | Public custom file properties. | - | appProperties | collection | has | Private custom file properties. | - | visibility | string | =, '!=' | The visibility level of the file. Valid values are anyoneCanFind, anyoneWithLink, domainCanFind, domainWithLink, and limited. | - - """ - q: String - - """ - Body of items (files/documents) to which the query applies. Supported bodies are `USER`, `DOMAIN`, `TEAM_DRIVE` and `ALL_TEAM_DRIVES`. Prefer `USER` or `TEAM_DRIVE` to `ALL_TEAM_DRIVES` for efficiency. Defaults to `USER` - """ - corpora: GoogleDriveFilesCorporaEnum - - """ - Sort keys. Can sort by multiple different keys. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored. - """ - orderBy: [GoogleDriveFilesOrderByEnum!] - - """ - The maximum number of files to return. Partial or empty result pages are possible even before the end of the files list has been reached. Acceptable values are 1 to 1000, inclusive. Defaults to 10. - """ - first: Int - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Spaces to query within the corpus.""" - spaces: [GoogleDriveFilesSpacesEnum!] - - """ID of Team Drive to search""" - teamDriveId: String - ): GoogleDriveFilesConnection! -} - -"""A unit of data that will be returned by the DNS servers.""" -type ResourceRecordSet { - """ - Identifies what kind of resource this is. Value: the fixed string "dns#resourceRecordSet". - """ - kind: String - - """For example, www.example.com.""" - name: String - - """As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).""" - rrdatas: [String!] - - """As defined in RFC 4034 (section 3.2).""" - signatureRrdatas: [String!] - - """ - Number of seconds that this ResourceRecordSet can be cached by resolvers. - """ - ttl: Int - - """ - The identifier of a supported record type, for example, A, AAAA, MX, TXT, and so on. - """ - type: String -} - -"""Elements common to every response.""" -type ResponseHeader { - """ - For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only). - """ - operationId: String -} - -"""""" -type ResourceRecordSetsListResponse { - """""" - header: ResponseHeader - - """Type of resource.""" - kind: String - - """ - The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token. - - In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size. - """ - nextPageToken: String - - """The resource record set resources.""" - rrsets: [ResourceRecordSet!] -} - -type GoogleDNSProjectZone { - """""" - kind: String - - """""" - description: String - - """""" - dnsName: String - - """""" - id: String - - """""" - name: String - - """""" - nameServerSet: String - - """""" - nameServers: [String!] - resourceRecords: ResourceRecordSetsListResponse! -} - -type GoogleDNSProjectZones { - """kind""" - kind: String - - """kind""" - nextPageToken: String - - """zones""" - zones: [GoogleDNSProjectZone!] -} - -""" -Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey. -""" -type DnsKeySpec { - """String mnemonic specifying the DNSSEC algorithm of this key.""" - algorithm: String - - """Length of the keys in bits.""" - keyLength: Int - - """ - One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. - """ - keyType: String - - """ - Identifies what kind of resource this is. Value: the fixed string "dns#dnsKeySpec". - """ - kind: String -} - -"""Limits associated with a Project.""" -type Quota { - """DNSSEC algorithm and key length types that can be used for DnsKeys.""" - whitelistedKeySpecs: [DnsKeySpec!] - - """Maximum allowed number of ResourceRecords per ResourceRecordSet.""" - resourceRecordsPerRrset: Int - - """Maximum allowed number of ResourceRecordSets per zone in the project.""" - rrsetsPerManagedZone: Int - - """ - Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest. - """ - rrsetDeletionsPerChange: Int - - """Maximum allowed number of managed zones in the project.""" - managedZones: Int - - """ - Identifies what kind of resource this is. Value: the fixed string "dns#quota". - """ - kind: String - - """ - Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes. - """ - totalRrdataSizePerChange: Int - - """ - Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest. - """ - rrsetAdditionsPerChange: Int - - """Maximum allowed number of DnsKeys per ManagedZone.""" - dnsKeysPerManagedZone: Int -} - -type GoogleDNSProject { - """User assigned unique identifier for the resource (output only).""" - id: String - - """ - Identifies what kind of resource this is. Value: the fixed string "dns#project". - """ - kind: String - - """ - Unique numeric identifier for the resource; defined by the server (output only). - """ - number: String - - """Quotas assigned to this project (output only).""" - quota: Quota - managedZones: GoogleDNSProjectZones! -} - -"""Google DNS""" -type GoogleDNS { - GoogleDNSProjects(projectId: String!): GoogleDNSProject! -} - -"""""" -type GoogleComputeMetadataItemsItem { - """ - Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project. - """ - key: String - - """ - Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB). - """ - value: String -} - -"""A metadata key/value entry.""" -type GoogleComputeMetadata { - """ - Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. - - To see the latest fingerprint, make a get() request to retrieve the resource. - """ - fingerprint: String - - """ - Array of key/value pairs. The total size of all keys and values must be less than 512 KB. - """ - items: [GoogleComputeMetadataItemsItem!] - - """ - [Output Only] Type of the resource. Always compute#metadata for metadata. - """ - kind: String -} - -"""An alias IP range attached to an instance's network interface.""" -type GoogleComputeAliasIpRange { - """ - The IP CIDR range represented by this alias IP range. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (e.g. 10.2.3.4), a netmask (e.g. /24) or a CIDR format string (e.g. 10.1.2.0/24). - """ - ipCidrRange: String - - """ - Optional subnetwork secondary range name specifying the secondary range from which to allocate the IP CIDR range for this alias IP range. If left unspecified, the primary range of the subnetwork will be used. - """ - subnetworkRangeName: String -} - -""" -An access configuration attached to an instance's network interface. Only one access config per instance is supported. -""" -type GoogleComputeAccessConfig { - """ - [Output Only] Type of the resource. Always compute#accessConfig for access configs. - """ - kind: String - - """ - The name of this access configuration. The default and recommended name is External NAT but you can use any arbitrary string you would like. For example, My external IP or Network Access. - """ - name: String - - """ - An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance. - """ - natIP: String - - """ - This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. - - If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. - - If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP. - """ - networkTier: String - - """ - The DNS domain name for the public PTR record. This field can only be set when the set_public_ptr field is enabled. - """ - publicPtrDomainName: String - - """ - Specifies whether a public DNS ?PTR? record should be created to map the external IP address of the instance to a DNS domain name. - """ - setPublicPtr: Boolean - - """ - The type of configuration. The default and only option is ONE_TO_ONE_NAT. - """ - type: String -} - -"""A network interface resource attached to an instance.""" -type GoogleComputeNetworkInterface { - """ - An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access. - """ - accessConfigs: [GoogleComputeAccessConfig!] - - """ - An array of alias IP ranges for this network interface. Can only be specified for network interfaces on subnet-mode networks. - """ - aliasIpRanges: [GoogleComputeAliasIpRange!] - - """ - Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface, otherwise the request will fail with error 412 conditionNotMet. - """ - fingerprint: String - - """ - [Output Only] Type of the resource. Always compute#networkInterface for network interfaces. - """ - kind: String - - """ - [Output Only] The name of the network interface, generated by the server. For network devices, these are eth0, eth1, etc. - """ - name: String - - """ - URL of the network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used; if the network is not specified but the subnetwork is specified, the network is inferred. - - This field is optional when creating a firewall rule. If not specified when creating a firewall rule, the default network global/networks/default is used. - - If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - - https://www.googleapis.com/compute/v1/projects/project/global/networks/network - - projects/project/global/networks/network - - global/networks/default - """ - network: String - - """ - An IPv4 internal network address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system. - """ - networkIP: String - - """ - The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not provide this property. If the network is in auto subnet mode, providing the subnetwork is optional. If the network is in custom subnet mode, then this field should be specified. If you specify this property, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - - https://www.googleapis.com/compute/v1/projects/project/regions/region/subnetworks/subnetwork - - regions/region/subnetworks/subnetwork - """ - subnetwork: String -} - -"""Google Compute Engine Instance""" -type GoogleComputeInstance { - """""" - id: String - - """""" - canIpForward: Boolean - - """""" - cpuPlatform: String - - """""" - creationTimestamp: String - - """""" - description: String - - """""" - kind: String - - """""" - labelFingerprint: String - - """""" - machineType: String - - """""" - name: String - - """""" - selfLink: String - - """""" - startRestricted: Boolean - - """""" - status: String - - """""" - statusMessage: String - - """""" - zone: String - - """networkInterfaces for this instance""" - networkInterfaces: [GoogleComputeNetworkInterface!] - - """Metadata about this instance""" - metadata: GoogleComputeMetadata -} - -"""Google Compute Engine Instance""" -type GoogleComputeInstances { - """""" - id: String - - """""" - kind: String - - """""" - nextPageToken: String - - """""" - selfLink: String - - """""" - items: [GoogleComputeInstance!] -} - -"""Google Compute Engine""" -type GoogleComputeEngine { - instances(zone: String!, projectId: String!): GoogleComputeInstances! -} - -"""""" -type GoogleCalendarCalendarNotification { - """ - The method used to deliver the notification. Possible values are: - - "email" - Notifications are sent via email. - - "sms" - Deprecated. Once this feature is shutdown, the API will no longer return notifications using this method. Any newly added SMS notifications will be ignored. See Google Calendar SMS notifications to be removed for more information. - Notifications are sent via SMS. This value is read-only and is ignored on inserts and updates. SMS notifications are only available for G Suite customers. - Required when adding a notification. - """ - method: String - - """ - The type of notification. Possible values are: - - "eventCreation" - Notification sent when a new event is put on the calendar. - - "eventChange" - Notification sent when an event is changed. - - "eventCancellation" - Notification sent when an event is cancelled. - - "eventResponse" - Notification sent when an attendee responds to the event invitation. - - "agenda" - An agenda with the events of the day (sent out in the morning). - Required when adding a notification. - """ - type: String -} - -""" -The notifications that the authenticated user is receiving for this calendar. -""" -type GoogleCalendarCalendarListEntryNotificationSettings { - """The list of notifications set for this calendar.""" - notifications: [GoogleCalendarCalendarNotification!] -} - -"""""" -type GoogleCalendarConferenceProperties { - """ - The types of conference solutions that are supported for this calendar. - The possible values are: - - "eventHangout" - - "eventNamedHangout" - - "hangoutsMeet" Optional. - """ - allowedConferenceSolutionTypes: [String!] -} - -""" -A calendar is a collection of events. Each calendar has associated metadata, such as calendar description or default calendar time zone. -""" -type GoogleCalendarCalendar { - """ - The effective access role that the authenticated user has on the calendar. Read-only. Possible values are: - - "freeBusyReader" - Provides read access to free/busy information. - - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs. - """ - accessRole: String - - """ - The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional. - """ - backgroundColor: String - - """ - The color of the calendar. This is an ID referring to an entry in the calendar section of the colors definition (see the colors endpoint). This property is superseded by the backgroundColor and foregroundColor properties and can be ignored when using these properties. Optional. - """ - colorId: String - - """ - Conferencing properties for this calendar, for example what types of conferences are allowed. - """ - conferenceProperties: GoogleCalendarConferenceProperties - - """ - The default reminders that the authenticated user has for this calendar. - """ - defaultReminders: [GoogleCalendarEventReminder!] - - """ - Whether this calendar list entry has been deleted from the calendar list. Read-only. Optional. The default is False. - """ - deleted: Boolean - - """Description of the calendar. Optional. Read-only.""" - description: String - - """ETag of the resource.""" - etag: String - - """ - The foreground color of the calendar in the hexadecimal format "#ffffff". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional. - """ - foregroundColor: String - - """ - Whether the calendar has been hidden from the list. Optional. The default is False. - """ - hidden: Boolean - - """Identifier of the calendar.""" - id: String - - """Type of the resource ("calendar#calendarListEntry").""" - kind: String - - """ - Geographic location of the calendar as free-form text. Optional. Read-only. - """ - location: String - - """ - The notifications that the authenticated user is receiving for this calendar. - """ - notificationSettings: GoogleCalendarCalendarListEntryNotificationSettings - - """ - Whether the calendar is the primary calendar of the authenticated user. Read-only. Optional. The default is False. - """ - primary: Boolean - - """ - Whether the calendar content shows up in the calendar UI. Optional. The default is False. - """ - selected: Boolean - - """Title of the calendar. Read-only.""" - summary: String - - """ - The summary that the authenticated user has set for this calendar. Optional. - """ - summaryOverride: String - - """The time zone of the calendar. Optional. Read-only.""" - timeZone: String - - """Events for the calendar""" - events( - """ - Time zone used in the response. The default is the time zone of the calendar. - """ - timeZone: String - - """ - Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMin is set, timeMax must be greater than timeMin. - """ - timeMax: String - - """ - Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMax is set, timeMin must be smaller than timeMax. - """ - timeMin: String - - """ - Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. The default is false. - """ - showDeleted: Boolean - - """ - Free text search terms to find events that match these terms in any field, except for extended properties. - """ - q: String - - """ - Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves. The default is false unless ordering by startTime, in which case it must be true. - """ - singleEvents: Boolean - - """ - The order of the events returned in the result. The default is an unspecified, stable order. - - Acceptable values are: - - "startTime": Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is true) - - "updated": Order by last modification time (ascending). - """ - orderBy: String - - """ - Cursor for use in pagination. Returns the elements in the list that come after the specified cursor. - """ - after: String - - """Number of events to return.""" - first: Int - ): GoogleCalendarEventsConnection -} - -"""All of the logged in user's calendars""" -type GoogleCalendarCalendarsConnection { - nodes: [GoogleCalendarCalendar!]! - - """Page info""" - pageInfo: PageInfo! -} - -"""""" -type GoogleCalendarEventAttendee { - """ - Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False. - """ - resource: Boolean - - """Whether this is an optional attendee. Optional. The default is False.""" - optional: Boolean - - """The attendee's name, if available. Optional.""" - displayName: String - - """ - The attendee's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API - """ - id: String - - """ - The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email address as per RFC5322. - Required when adding an attendee. - """ - email: String - - """Number of additional guests. Optional. The default is 0.""" - additionalGuests: Int - - """ - Whether the attendee is the organizer of the event. Read-only. The default is False. - """ - organizer: Boolean - - """ - The attendee's response status. Possible values are: - - "needsAction" - The attendee has not responded to the invitation. - - "declined" - The attendee has declined the invitation. - - "tentative" - The attendee has tentatively accepted the invitation. - - "accepted" - The attendee has accepted the invitation. - """ - responseStatus: String - - """ - Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False. - """ - self: Boolean - - """The attendee's response comment. Optional.""" - comment: String -} - -"""""" -type GoogleCalendarEventAttachment { - """ - ID of the attached file. Read-only. - For Google Drive files, this is the ID of the corresponding Files resource entry in the Drive API. - """ - fileId: String - - """ - URL link to the attachment. - For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API. - Required when adding an attachment. - """ - fileUrl: String - - """URL link to the attachment's icon. Read-only.""" - iconLink: String - - """Internet media type (MIME type) of the attachment.""" - mimeType: String - - """Attachment title.""" - title: String -} - -""" -Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event. -""" -type GoogleCalendarEventSource { - """ - Title of the source; for example a title of a web page or an email subject. - """ - title: String - - """ - URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS. - """ - url: String -} - -"""""" -type GoogleCalendarConferenceParametersAddOnParameters { - """""" - parameters: [KVPair!] -} - -"""""" -type GoogleCalendarConferenceParameters { - """Additional add-on specific data.""" - addOnParameters: GoogleCalendarConferenceParametersAddOnParameters -} - -"""""" -type GoogleCalendarEntryPoint { - """ - The type of the conference entry point. - Possible values are: - - "video" - joining a conference over HTTP. A conference can have zero or one video entry point. - - "phone" - joining a conference by dialing a phone number. A conference can have zero or more phone entry points. - - "sip" - joining a conference over SIP. A conference can have zero or one sip entry point. - - "more" - further conference joining instructions, for example additional phone numbers. A conference can have zero or one more entry point. A conference with only a more entry point is not a valid conference. - """ - entryPointType: String - - """ - The access code to access the conference. The maximum length is 128 characters. - When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. - Optional. - """ - accessCode: String - - """ - The label for the URI. Visible to end users. Not localized. The maximum length is 512 characters. - Examples: - - for video: meet.google.com/aaa-bbbb-ccc - - for phone: +1 123 268 2601 - - for sip: 12345678@altostrat.com - - for more: should not be filled - Optional. - """ - label: String - - """ - The URI of the entry point. The maximum length is 1300 characters. - Format: - - for video, http: or https: schema is required. - - for phone, tel: schema is required. The URI should include the entire dial sequence (e.g., tel:+12345678900,,,123456789;1234). - - for sip, sip: schema is required, e.g., sip:12345678@myprovider.com. - - for more, http: or https: schema is required. - """ - uri: String - - """ - The passcode to access the conference. The maximum length is 128 characters. - When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. - """ - passcode: String - - """ - The CLDR/ISO 3166 region code for the country associated with this phone access. Example: "SE" for Sweden. - Calendar backend will populate this field only for EntryPointType.PHONE. - """ - regionCode: String - - """ - The PIN to access the conference. The maximum length is 128 characters. - When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. - Optional. - """ - pin: String - - """ - The password to access the conference. The maximum length is 128 characters. - When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. - Optional. - """ - password: String - - """ - The meeting code to access the conference. The maximum length is 128 characters. - When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed. - Optional. - """ - meetingCode: String - - """ - Features of the entry point, such as being toll or toll-free. One entry point can have multiple features. However, toll and toll-free cannot be both set on the same entry point. - """ - entryPointFeatures: [String!] -} - -"""""" -type GoogleCalendarConferenceRequestStatus { - """ - The current status of the conference create request. Read-only. - The possible values are: - - "pending": the conference create request is still being processed. - - "success": the conference create request succeeded, the entry points are populated. - - "failure": the conference create request failed, there are no entry points. - """ - statusCode: String -} - -"""""" -type GoogleCalendarCreateConferenceRequest { - """The conference solution, such as Hangouts or Hangouts Meet.""" - conferenceSolutionKey: GoogleCalendarConferenceSolutionKey - - """ - The client-generated unique ID for this request. - Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored. - """ - requestId: String - - """The status of the conference create request.""" - status: GoogleCalendarConferenceRequestStatus -} - -"""""" -type GoogleCalendarConferenceSolutionKey { - """ - The conference solution type. - If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. - The possible values are: - - "eventHangout" for Hangouts for consumers (http://hangouts.google.com) - - "eventNamedHangout" for classic Hangouts for G Suite users (http://hangouts.google.com) - - "hangoutsMeet" for Hangouts Meet (http://meet.google.com) - """ - type: String -} - -"""""" -type GoogleCalendarConferenceSolution { - """The user-visible icon for this solution.""" - iconUri: String - - """ - The key which can uniquely identify the conference solution for this event. - """ - key: GoogleCalendarConferenceSolutionKey - - """The user-visible name of this solution. Not localized.""" - name: String -} - -"""""" -type GoogleCalendarConferenceData { - """ - The ID of the conference. - Can be used by developers to keep track of conferences, should not be displayed to users. - Values for solution types: - - "eventHangout": unset. - - "eventNamedHangout": the name of the Hangout. - - "hangoutsMeet": the 10-letter meeting code, for example "aaa-bbbb-ccc". Optional. - """ - conferenceId: String - - """ - The conference solution, such as Hangouts or Hangouts Meet. - Unset for a conference with a failed create request. - Either conferenceSolution and at least one entryPoint, or createRequest is required. - """ - conferenceSolution: GoogleCalendarConferenceSolution - - """ - A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field. - Either conferenceSolution and at least one entryPoint, or createRequest is required. - """ - createRequest: GoogleCalendarCreateConferenceRequest - - """ - Information about individual conference entry points, such as URLs or phone numbers. - All of them must belong to the same conference. - Either conferenceSolution and at least one entryPoint, or createRequest is required. - """ - entryPoints: [GoogleCalendarEntryPoint!] - - """ - Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional. - """ - notes: String - - """ - Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming. - """ - parameters: GoogleCalendarConferenceParameters - - """ - The signature of the conference data. - Genereated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. - Unset for a conference with a failed create request. - Optional for a conference with a pending create request. - """ - signature: String -} - -"""A gadget that extends this event.""" -type GoogleCalendarEventGadget { - """ - The gadget's display mode. Optional. Possible values are: - - "icon" - The gadget displays next to the event's title in the calendar view. - - "chip" - The gadget displays when the event is clicked. - """ - display: String - - """ - The gadget's height in pixels. The height must be an integer greater than 0. Optional. - """ - height: Int - - """The gadget's icon URL. The URL scheme must be HTTPS.""" - iconLink: String - - """The gadget's URL. The URL scheme must be HTTPS.""" - link: String - - """Preferences.""" - preferences: [KVPair!] - - """The gadget's title.""" - title: String - - """The gadget's type.""" - type: String - - """ - The gadget's width in pixels. The width must be an integer greater than 0. Optional. - """ - width: Int -} - -"""""" -type GoogleCalendarEventDateTime { - """The date, in the format "yyyy-mm-dd", if this is an all-day event.""" - date: String - - """ - The time, as a combined date-time value (formatted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone. - """ - dateTime: String - - """ - The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end. - """ - timeZone: String -} - -""" -The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event. -""" -type GoogleCalendarEventOrganizer { - """The organizer's name, if available.""" - displayName: String - - """ - The organizer's email address, if available. It must be a valid email address as per RFC5322. - """ - email: String - - """ - The organizer's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API - """ - id: String - - """ - Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False. - """ - self: Boolean -} - -"""""" -type GoogleCalendarEventReminder { - """ - The method used by this reminder. Possible values are: - - "email" - Reminders are sent via email. - - "sms" - Deprecated. Once this feature is shutdown, the API will no longer return reminders using this method. Any newly added SMS reminders will be ignored. See Google Calendar SMS notifications to be removed for more information. - Reminders are sent via SMS. These are only available for G Suite customers. Requests to set SMS reminders for other account types are ignored. - - "popup" - Reminders are sent via a UI popup. - Required when adding a reminder. - """ - method: String - - """ - Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). - Required when adding a reminder. - """ - minutes: Int -} - -"""Information about the event's reminders for the authenticated user.""" -type GoogleCalendarEventReminders { - """ - If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5. - """ - overrides: [GoogleCalendarEventReminder!] - - """Whether the default reminders of the calendar apply to the event.""" - useDefault: Boolean -} - -"""The creator of the event. Read-only.""" -type GoogleCalendarEventCreator { - """The creator's name, if available.""" - displayName: String - - """The creator's email address, if available.""" - email: String - - """ - The creator's Profile ID, if available. It corresponds to the id field in the People collection of the Google+ API - """ - id: String - - """ - Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False. - """ - self: Boolean -} - -""" Key/value pair """ -type KVPair { - """ Key field """ - key: String - - """ Value field """ - value: String -} - -"""Extended properties of the event.""" -type GoogleCalendarEventExtendedProperties { - """ - Properties that are private to the copy of the event that appears on this calendar. - """ - private: [KVPair!] - - """ - Properties that are shared between copies of the event on other attendees' calendars. - """ - shared: [KVPair!] -} - -"""""" -type GoogleCalendarEvent { - """ - Whether the event blocks time on the calendar. Optional. Possible values are: - - "opaque" - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI. - - "transparent" - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI. - """ - transparency: String - - """Creation time of the event (as a RFC3339 timestamp). Read-only.""" - created: String - - """Extended properties of the event.""" - extendedProperties: GoogleCalendarEventExtendedProperties - - """ - An absolute link to the Google+ hangout associated with this event. Read-only. - """ - hangoutLink: String - - """ - The color of the event. This is an ID referring to an entry in the event section of the colors definition (see the colors endpoint). Optional. - """ - colorId: String - - """ - Whether anyone can invite themselves to the event (currently works for Google+ events only). Optional. The default is False. - """ - anyoneCanAddSelf: Boolean - - """ - Event unique identifier as defined in RFC5545. It is used to uniquely identify events accross calendaring systems and must be supplied when importing events via the import method. - Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs. - """ - iCalUID: String - - """ - Opaque identifier of the event. When creating new single or recurring events, you can specify their IDs. Provided IDs must follow these rules: - - characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938 - - the length of the ID must be between 5 and 1024 characters - - the ID must be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algorithm such as one described in RFC4122. - If you do not specify an ID, it will be automatically generated by the server. - Note that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One difference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs. - """ - id: String - - """Title of the event.""" - summary: String - - """ - Visibility of the event. Optional. Possible values are: - - "default" - Uses the default visibility for events on the calendar. This is the default value. - - "public" - The event is public and event details are visible to all readers of the calendar. - - "private" - The event is private and only event attendees may view event details. - - "confidential" - The event is private. This value is provided for compatibility reasons. - """ - visibility: String - - """The creator of the event. Read-only.""" - creator: GoogleCalendarEventCreator - - """Information about the event's reminders for the authenticated user.""" - reminders: GoogleCalendarEventReminders - - """ - For an instance of a recurring event, this is the id of the recurring event to which this instance belongs. Immutable. - """ - recurringEventId: String - - """ - Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable. The default is False. - """ - privateCopy: Boolean - - """Sequence number as per iCalendar.""" - sequence: Int - - """Geographic location of the event as free-form text. Optional.""" - location: String - - """ - The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event. - """ - organizer: GoogleCalendarEventOrganizer - - """ - Status of the event. Optional. Possible values are: - - "confirmed" - The event is confirmed. This is the default status. - - "tentative" - The event is tentatively confirmed. - - "cancelled" - The event is cancelled (deleted). The list method returns cancelled events only on incremental sync (when syncToken or updatedMin are specified) or if the showDeleted flag is set to true. The get method always returns them. - A cancelled status represents two different states depending on the event type: - - Cancelled exceptions of an uncancelled recurring event indicate that this instance should no longer be presented to the user. Clients should store these events for the lifetime of the parent recurring event. - Cancelled exceptions are only guaranteed to have values for the id, recurringEventId and originalStartTime fields populated. The other fields might be empty. - - All other cancelled events represent deleted events. Clients should remove their locally synced copies. Such cancelled events will eventually disappear, so do not rely on them being available indefinitely. - Deleted events are only guaranteed to have the id field populated. On the organizer's calendar, cancelled events continue to expose event details (summary, location, etc.) so that they can be restored (undeleted). Similarly, the events to which the user was invited and that they manually removed continue to provide details. However, incremental sync requests with showDeleted set to false will not return these details. - If an event changes its organizer (for example via the move operation) and the original organizer is not on the attendee list, it will leave behind a cancelled event where only the id field is guaranteed to be populated. - """ - status: String - - """ - The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance. - """ - start: GoogleCalendarEventDateTime - - """ - List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events. - """ - recurrence: [String!] - - """ - Whether attendees other than the organizer can modify the event. Optional. The default is False. - """ - guestsCanModify: Boolean - - """A gadget that extends this event.""" - gadget: GoogleCalendarEventGadget - - """ETag of the resource.""" - etag: String - - """ - Whether attendees other than the organizer can invite others to the event. Optional. The default is True. - """ - guestsCanInviteOthers: Boolean - - """Type of the resource ("calendar#event").""" - kind: String - - """ - The conference-related information, such as details of a Hangouts Meet conference. To create new conference details use the createRequest field. To persist your changes, remember to set the conferenceDataVersion request parameter to 1 for all event modification requests. - """ - conferenceData: GoogleCalendarConferenceData - - """ - Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event. - """ - source: GoogleCalendarEventSource - - """ - Whether the end time is actually unspecified. An end time is still provided for compatibility reasons, even if this attribute is set to True. The default is False. - """ - endTimeUnspecified: Boolean - - """ - An absolute link to this event in the Google Calendar Web UI. Read-only. - """ - htmlLink: String - - """ - Last modification time of the event (as a RFC3339 timestamp). Read-only. - """ - updated: String - - """ - Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is True. - """ - guestsCanSeeOtherGuests: Boolean - - """ - Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only. - """ - locked: Boolean - - """ - For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. It uniquely identifies the instance within the recurring event series even if the instance was moved to a different time. Immutable. - """ - originalStartTime: GoogleCalendarEventDateTime - - """ - File attachments for the event. Currently only Google Drive attachments are supported. - In order to modify attachments the supportsAttachments request parameter should be set to true. - There can be at most 25 attachments per event, - """ - attachments: [GoogleCalendarEventAttachment!] - - """ - The attendees of the event. See the Events with attendees guide for more information on scheduling events with other calendar users. - """ - attendees: [GoogleCalendarEventAttendee!] - - """ - The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance. - """ - end: GoogleCalendarEventDateTime - - """Description of the event. Optional.""" - description: String - - """ - Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False. - """ - attendeesOmitted: Boolean -} - -"""All calendar events.""" -type GoogleCalendarEventsConnection { - nodes: [GoogleCalendarEvent!]! - - """Page info""" - pageInfo: PageInfo! -} - -"""The root for Google Calendar.""" -type GoogleCalendarQuery { - """ - Calendar events. - - Note that calendar events can only be returned in ascending order. Use timeMin to get events after a certain date. - - An event on a calendar containing information such as the title, start and end times, and attendees. Events can be either single events or recurring events. - """ - events( - """ - Time zone used in the response. The default is the time zone of the calendar. - """ - timeZone: String - - """ - Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMin is set, timeMax must be greater than timeMin. - """ - timeMax: String - - """ - Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMax is set, timeMin must be smaller than timeMax. - """ - timeMin: String - - """ - Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. The default is false. - """ - showDeleted: Boolean - - """ - Free text search terms to find events that match these terms in any field, except for extended properties. - """ - q: String - - """ - Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves. The default is false unless ordering by startTime, in which case it must be true. - """ - singleEvents: Boolean - - """ - The order of the events returned in the result. The default is an unspecified, stable order. - - Acceptable values are: - - "startTime": Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is true) - - "updated": Order by last modification time (ascending). - """ - orderBy: String - - """ - Cursor for use in pagination. Returns the elements in the list that come after the specified cursor. - """ - after: String - - """Number of events to return.""" - first: Int - - """ - Id of the calendar. Use "primary" to get the logged in user's primary calendar. - """ - calendarId: String! - ): GoogleCalendarEventsConnection - - """ - Calendar events. - - Note that calendar events can only be returned in ascending order. Use timeMin to get events after a certain date. - - An event on a calendar containing information such as the title, start and end times, and attendees. Events can be either single events or recurring events. - """ - calendars( - """ - Cursor for use in pagination. Returns the elements in the list that come after the specified cursor. - """ - after: String - - """Number of events to return.""" - first: Int - ): GoogleCalendarCalendarsConnection -} - -"""A named range.""" -type GoogleSheetsNamedRange { - """The ID of the named range.""" - namedRangeId: String - - """The range this represents.""" - range: GoogleSheetsGridRange - - """The name of the named range.""" - name: String -} - -""" -Settings to control how circular dependencies are resolved with iterative -calculation. -""" -type GoogleSheetsIterativeCalculationSettings { - """ - When iterative calculation is enabled and successive results differ by - less than this threshold value, the calculation rounds stop. - """ - convergenceThreshold: Float - - """ - When iterative calculation is enabled, the maximum number of calculation - rounds to perform. - """ - maxIterations: Int -} - -"""Properties of a spreadsheet.""" -type GoogleSheetsSpreadsheetProperties { - """ - The default format of all cells in the spreadsheet. - CellData.effectiveFormat will not be set if - the cell's format is equal to this default format. This field is read-only. - """ - defaultFormat: GoogleSheetsCellFormat - - """The amount of time to wait before volatile functions are recalculated.""" - autoRecalc: String - - """The title of the spreadsheet.""" - title: String - - """ - The time zone of the spreadsheet, in CLDR format such as - `America/New_York`. If the time zone isn't recognized, this may - be a custom time zone such as `GMT-07:00`. - """ - timeZone: String - - """ - The locale of the spreadsheet in one of the following formats: - - * an ISO 639-1 language code such as `en` - - * an ISO 639-2 language code such as `fil`, if no 639-1 code exists - - * a combination of the ISO language code and country code, such as `en_US` - - Note: when updating this field, not all locales/languages are supported. - """ - locale: String - - """ - Determines whether and how circular references are resolved with iterative - calculation. Absence of this field means that circular references will - result in calculation errors. - """ - iterativeCalculationSettings: GoogleSheetsIterativeCalculationSettings -} - -"""The definition of how a value in a pivot table should be calculated.""" -type GoogleSheetsPivotValue { - """ - A custom formula to calculate the value. The formula must start - with an `=` character. - """ - formula: String - - """ - If specified, indicates that pivot values should be displayed as - the result of a calculation with another pivot value. For example, if - calculated_display_type is specified as PERCENT_OF_GRAND_TOTAL, all the - pivot values are displayed as the percentage of the grand total. In - the Sheets UI, this is referred to as "Show As" in the value section of a - pivot table. - """ - calculatedDisplayType: String - - """ - A function to summarize the value. - If formula is set, the only supported values are - SUM and - CUSTOM. - If sourceColumnOffset is set, then `CUSTOM` - is not supported. - """ - summarizeFunction: String - - """ - The column offset of the source range that this value reads from. - - For example, if the source was `C10:E15`, a `sourceColumnOffset` of `0` - means this value refers to column `C`, whereas the offset `1` would - refer to column `D`. - """ - sourceColumnOffset: Int - - """A name to use for the value.""" - name: String -} - -""" -A group name and a list of items from the source data that should be placed -in the group with this name. -""" -type GoogleSheetsManualRuleGroup { - """ - The items in the source data that should be placed into this group. Each - item may be a string, number, or boolean. Items may appear in at most one - group within a given ManualRule. Items that do not appear in any - group will appear on their own. - """ - items: [GoogleSheetsExtendedValue!] - - """ - The group name, which must be a string. Each group in a given - ManualRule must have a unique group name. - """ - groupName: GoogleSheetsExtendedValue -} - -""" -Allows you to manually organize the values in a source data column into -buckets with names of your choosing. For example, a pivot table that -aggregates population by state: - - +-------+-------------------+ - | State | SUM of Population | - +-------+-------------------+ - | AK | 0.7 | - | AL | 4.8 | - | AR | 2.9 | - ... - +-------+-------------------+ -could be turned into a pivot table that aggregates population by time zone -by providing a list of groups (for example, groupName = 'Central', -items = ['AL', 'AR', 'IA', ...]) to a manual group rule. -Note that a similar effect could be achieved by adding a time zone column -to the source data and adjusting the pivot table. - - +-----------+-------------------+ - | Time Zone | SUM of Population | - +-----------+-------------------+ - | Central | 106.3 | - | Eastern | 151.9 | - | Mountain | 17.4 | - ... - +-----------+-------------------+ -""" -type GoogleSheetsManualRule { - """ - The list of group names and the corresponding items from the source data - that map to each group name. - """ - groups: [GoogleSheetsManualRuleGroup!] -} - -""" -Allows you to organize the date-time values in a source data column into -buckets based on selected parts of their date or time values. For example, -consider a pivot table showing sales transactions by date: - - +----------+--------------+ - | Date | SUM of Sales | - +----------+--------------+ - | 1/1/2017 | $621.14 | - | 2/3/2017 | $708.84 | - | 5/8/2017 | $326.84 | - ... - +----------+--------------+ -Applying a date-time group rule with a DateTimeRuleType of YEAR_MONTH -results in the following pivot table. - - +--------------+--------------+ - | Grouped Date | SUM of Sales | - +--------------+--------------+ - | 2017-Jan | $53,731.78 | - | 2017-Feb | $83,475.32 | - | 2017-Mar | $94,385.05 | - ... - +--------------+--------------+ -""" -type GoogleSheetsDateTimeRule { - """The type of date-time grouping to apply.""" - type: String -} - -""" -Allows you to organize the numeric values in a source data column into -buckets of a constant size. All values from HistogramRule.start to -HistogramRule.end are placed into groups of size -HistogramRule.interval. In addition, all values below -HistogramRule.start are placed in one group, and all values above -HistogramRule.end are placed in another. Only -HistogramRule.interval is required, though if HistogramRule.start -and HistogramRule.end are both provided, HistogramRule.start must -be less than HistogramRule.end. For example, a pivot table showing -average purchase amount by age that has 50+ rows: - - +-----+-------------------+ - | Age | AVERAGE of Amount | - +-----+-------------------+ - | 16 | $27.13 | - | 17 | $5.24 | - | 18 | $20.15 | - ... - +-----+-------------------+ -could be turned into a pivot table that looks like the one below by -applying a histogram group rule with a HistogramRule.start of 25, -an HistogramRule.interval of 20, and an HistogramRule.end -of 65. - - +-------------+-------------------+ - | Grouped Age | AVERAGE of Amount | - +-------------+-------------------+ - | < 25 | $19.34 | - | 25-45 | $31.43 | - | 45-65 | $35.87 | - | > 65 | $27.55 | - +-------------+-------------------+ - | Grand Total | $29.12 | - +-------------+-------------------+ -""" -type GoogleSheetsHistogramRule { - """ - The minimum value at which items are placed into buckets - of constant size. Values below start are lumped into a single bucket. - This field is optional. - """ - start: Float - - """ - The maximum value at which items are placed into buckets - of constant size. Values above end are lumped into a single bucket. - This field is optional. - """ - end: Float - - """The size of the buckets that are created. Must be positive.""" - interval: Float -} - -""" -An optional setting on a PivotGroup that defines buckets for the values -in the source data column rather than breaking out each individual value. -Only one PivotGroup with a group rule may be added for each column in -the source data, though on any given column you may add both a -PivotGroup that has a rule and a PivotGroup that does not. -""" -type GoogleSheetsPivotGroupRule { - """A HistogramRule.""" - histogramRule: GoogleSheetsHistogramRule - - """A DateTimeRule.""" - dateTimeRule: GoogleSheetsDateTimeRule - - """A ManualRule.""" - manualRule: GoogleSheetsManualRule -} - -"""Metadata about a value in a pivot grouping.""" -type GoogleSheetsPivotGroupValueMetadata { - """ - The calculated value the metadata corresponds to. - (Note that formulaValue is not valid, - because the values will be calculated.) - """ - value: GoogleSheetsExtendedValue - - """True if the data corresponding to the value is collapsed.""" - collapsed: Boolean -} - -""" -Information about which values in a pivot group should be used for sorting. -""" -type GoogleSheetsPivotGroupSortValueBucket { - """ - The offset in the PivotTable.values list which the values in this - grouping should be sorted by. - """ - valuesIndex: Int - - """ - Determines the bucket from which values are chosen to sort. - - For example, in a pivot table with one row group & two column groups, - the row group can list up to two values. The first value corresponds - to a value within the first column group, and the second value - corresponds to a value in the second column group. If no values - are listed, this would indicate that the row should be sorted according - to the "Grand Total" over the column groups. If a single value is listed, - this would correspond to using the "Total" of that bucket. - """ - buckets: [GoogleSheetsExtendedValue!] -} - -"""A single grouping (either row or column) in a pivot table.""" -type GoogleSheetsPivotGroup { - """ - The bucket of the opposite pivot group to sort by. - If not specified, sorting is alphabetical by this group's values. - """ - valueBucket: GoogleSheetsPivotGroupSortValueBucket - - """Metadata about values in the grouping.""" - valueMetadata: [GoogleSheetsPivotGroupValueMetadata!] - - """True if the pivot table should include the totals for this grouping.""" - showTotals: Boolean - - """The group rule to apply to this row/column group.""" - groupRule: GoogleSheetsPivotGroupRule - - """ - The labels to use for the row/column groups which can be customized. For - example, in the following pivot table, the row label is `Region` (which - could be renamed to `State`) and the column label is `Product` (which - could be renamed `Item`). Pivot tables created before December 2017 do - not have header labels. If you'd like to add header labels to an existing - pivot table, please delete the existing pivot table and then create a new - pivot table with same parameters. - - +--------------+---------+-------+ - | SUM of Units | Product | | - | Region | Pen | Paper | - +--------------+---------+-------+ - | New York | 345 | 98 | - | Oregon | 234 | 123 | - | Tennessee | 531 | 415 | - +--------------+---------+-------+ - | Grand Total | 1110 | 636 | - +--------------+---------+-------+ - """ - label: String - - """ - True if the headings in this pivot group should be repeated. - This is only valid for row groupings and is ignored by columns. - - By default, we minimize repitition of headings by not showing higher - level headings where they are the same. For example, even though the - third row below corresponds to "Q1 Mar", "Q1" is not shown because - it is redundant with previous rows. Setting repeat_headings to true - would cause "Q1" to be repeated for "Feb" and "Mar". - - +--------------+ - | Q1 | Jan | - | | Feb | - | | Mar | - +--------+-----+ - | Q1 Total | - +--------------+ - """ - repeatHeadings: Boolean - - """ - The column offset of the source range that this grouping is based on. - - For example, if the source was `C10:E15`, a `sourceColumnOffset` of `0` - means this group refers to column `C`, whereas the offset `1` would refer - to column `D`. - """ - sourceColumnOffset: Int - - """The order the values in this group should be sorted.""" - sortOrder: String -} - -"""Criteria for showing/hiding rows in a pivot table.""" -type GoogleSheetsPivotFilterCriteria { - """Values that should be included. Values not listed here are excluded.""" - visibleValues: [String!] -} - -"""A pivot table.""" -type GoogleSheetsPivotTable { - """ - An optional mapping of filters per source column offset. - - The filters are applied before aggregating data into the pivot table. - The map's key is the column offset of the source range that you want to - filter, and the value is the criteria for that column. - - For example, if the source was `C10:E15`, a key of `0` will have the filter - for column `C`, whereas the key `1` is for column `D`. - """ - criteria: GoogleSheetsPivotFilterCriteria - - """Each row grouping in the pivot table.""" - rows: [GoogleSheetsPivotGroup!] - - """ - Whether values should be listed horizontally (as columns) - or vertically (as rows). - """ - valueLayout: String - - """The range the pivot table is reading data from.""" - source: GoogleSheetsGridRange - - """Each column grouping in the pivot table.""" - columns: [GoogleSheetsPivotGroup!] - - """A list of values to include in the pivot table.""" - values: [GoogleSheetsPivotValue!] -} - -"""A data validation rule.""" -type GoogleSheetsDataValidationRule { - """The condition that data in the cell must match.""" - condition: GoogleSheetsBooleanCondition - - """ - True if the UI should be customized based on the kind of condition. - If true, "List" conditions will show a dropdown. - """ - showCustomUi: Boolean - - """True if invalid data should be rejected.""" - strict: Boolean - - """A message to show the user when adding data to the cell.""" - inputMessage: String -} - -""" -A run of a text format. The format of this run continues until the start -index of the next run. -When updating, all fields must be set. -""" -type GoogleSheetsTextFormatRun { - """The character index where this run starts.""" - startIndex: Int - - """The format of this run. Absent values inherit the cell's format.""" - format: GoogleSheetsTextFormat -} - -"""An error in a cell.""" -type GoogleSheetsErrorValue { - """The type of error.""" - type: String - - """ - A message with more information about the error - (in the spreadsheet's locale). - """ - message: String -} - -"""The kinds of value that a cell in a spreadsheet can have.""" -type GoogleSheetsExtendedValue { - """ - Represents a string value. - Leading single quotes are not included. For example, if the user typed - `'123` into the UI, this would be represented as a `stringValue` of - `"123"`. - """ - stringValue: String - - """Represents a boolean value.""" - boolValue: Boolean - - """Represents a formula.""" - formulaValue: String - - """ - Represents a double value. - Note: Dates, Times and DateTimes are represented as doubles in - "serial number" format. - """ - numberValue: Float - - """ - Represents an error. - This field is read-only. - """ - errorValue: GoogleSheetsErrorValue -} - -"""Data about a specific cell.""" -type GoogleSheetsCellData { - """ - The effective value of the cell. For cells with formulas, this is - the calculated value. For cells with literals, this is - the same as the user_entered_value. - This field is read-only. - """ - effectiveValue: GoogleSheetsExtendedValue - - """ - Runs of rich text applied to subsections of the cell. Runs are only valid - on user entered strings, not formulas, bools, or numbers. - Runs start at specific indexes in the text and continue until the next - run. Properties of a run will continue unless explicitly changed - in a subsequent run (and properties of the first run will continue - the properties of the cell unless explicitly changed). - - When writing, the new runs will overwrite any prior runs. When writing a - new user_entered_value, previous runs are erased. - """ - textFormatRuns: [GoogleSheetsTextFormatRun!] - - """Any note on the cell.""" - note: String - - """ - The effective format being used by the cell. - This includes the results of applying any conditional formatting and, - if the cell contains a formula, the computed number format. - If the effective format is the default format, effective format will - not be written. - This field is read-only. - """ - effectiveFormat: GoogleSheetsCellFormat - - """ - A hyperlink this cell points to, if any. - This field is read-only. (To set it, use a `=HYPERLINK` formula - in the userEnteredValue.formulaValue - field.) - """ - hyperlink: String - - """ - The formatted value of the cell. - This is the value as it's shown to the user. - This field is read-only. - """ - formattedValue: String - - """ - The format the user entered for the cell. - - When writing, the new format will be merged with the existing format. - """ - userEnteredFormat: GoogleSheetsCellFormat - - """ - The value the user entered in the cell. e.g, `1234`, `'Hello'`, or `=NOW()` - Note: Dates, Times and DateTimes are represented as doubles in - serial number format. - """ - userEnteredValue: GoogleSheetsExtendedValue - - """ - A data validation rule on the cell, if any. - - When writing, the new data validation rule will overwrite any prior rule. - """ - dataValidation: GoogleSheetsDataValidationRule - - """ - A pivot table anchored at this cell. The size of pivot table itself - is computed dynamically based on its data, grouping, filters, values, - etc. Only the top-left cell of the pivot table contains the pivot table - definition. The other cells will contain the calculated values of the - results of the pivot in their effective_value fields. - """ - pivotTable: GoogleSheetsPivotTable -} - -"""Data about each cell in a row.""" -type GoogleSheetsRowData { - """The values in the row, one per column.""" - values: [GoogleSheetsCellData!] -} - -"""Properties about a dimension.""" -type GoogleSheetsDimensionProperties { - """ - The height (if a row) or width (if a column) of the dimension in pixels. - """ - pixelSize: Int - - """ - True if this dimension is being filtered. - This field is read-only. - """ - hiddenByFilter: Boolean - - """True if this dimension is explicitly hidden.""" - hiddenByUser: Boolean - - """The developer metadata associated with a single row or column.""" - developerMetadata: [GoogleSheetsDeveloperMetadata!] -} - -"""Data in the grid, as well as metadata about the dimensions.""" -type GoogleSheetsGridData { - """The first column this GridData refers to, zero-based.""" - startColumn: Int - - """ - Metadata about the requested rows in the grid, starting with the row - in start_row. - """ - rowMetadata: [GoogleSheetsDimensionProperties!] - - """ - The data in the grid, one entry per row, - starting with the row in startRow. - The values in RowData will correspond to columns starting - at start_column. - """ - rowData: [GoogleSheetsRowData!] - - """The first row this GridData refers to, zero-based.""" - startRow: Int - - """ - Metadata about the requested columns in the grid, starting with the column - in start_column. - """ - columnMetadata: [GoogleSheetsDimensionProperties!] -} - -"""The default filter associated with a sheet.""" -type GoogleSheetsBasicFilter { - """The range the filter covers.""" - range: GoogleSheetsGridRange - - """ - The criteria for showing/hiding values per column. - The map's key is the column index, and the value is the criteria for - that column. - """ - criteria: GoogleSheetsFilterCriteria - - """ - The sort order per column. Later specifications are used when values - are equal in the earlier specifications. - """ - sortSpecs: [GoogleSheetsSortSpec!] -} - -"""A sort order associated with a specific column or row.""" -type GoogleSheetsSortSpec { - """The dimension the sort should be applied to.""" - dimensionIndex: Int - - """The order data should be sorted.""" - sortOrder: String -} - -"""Criteria for showing/hiding rows in a filter or filter view.""" -type GoogleSheetsFilterCriteria { - """Values that should be hidden.""" - hiddenValues: [String!] - - """ - A condition that must be true for values to be shown. - (This does not override hiddenValues -- if a value is listed there, - it will still be hidden.) - """ - condition: GoogleSheetsBooleanCondition -} - -"""A filter view.""" -type GoogleSheetsFilterView { - """ - The named range this filter view is backed by, if any. - - When writing, only one of range or named_range_id - may be set. - """ - namedRangeId: String - - """The ID of the filter view.""" - filterViewId: Int - - """ - The criteria for showing/hiding values per column. - The map's key is the column index, and the value is the criteria for - that column. - """ - criteria: GoogleSheetsFilterCriteria - - """The name of the filter view.""" - title: String - - """ - The range this filter view covers. - - When writing, only one of range or named_range_id - may be set. - """ - range: GoogleSheetsGridRange - - """ - The sort order per column. Later specifications are used when values - are equal in the earlier specifications. - """ - sortSpecs: [GoogleSheetsSortSpec!] -} - -""" -A single interpolation point on a gradient conditional format. -These pin the gradient color scale according to the color, -type and value chosen. -""" -type GoogleSheetsInterpolationPoint { - """How the value should be interpreted.""" - type: String - - """ - The value this interpolation point uses. May be a formula. - Unused if type is MIN or - MAX. - """ - value: String - - """The color this interpolation point should use.""" - color: GoogleSheetsColor -} - -""" -A rule that applies a gradient color scale format, based on -the interpolation points listed. The format of a cell will vary -based on its contents as compared to the values of the interpolation -points. -""" -type GoogleSheetsGradientRule { - """An optional midway interpolation point.""" - midpoint: GoogleSheetsInterpolationPoint - - """The starting interpolation point.""" - minpoint: GoogleSheetsInterpolationPoint - - """The final interpolation point.""" - maxpoint: GoogleSheetsInterpolationPoint -} - -"""The value of the condition.""" -type GoogleSheetsConditionValue { - """ - A relative date (based on the current date). - Valid only if the type is - DATE_BEFORE, - DATE_AFTER, - DATE_ON_OR_BEFORE or - DATE_ON_OR_AFTER. - - Relative dates are not supported in data validation. - They are supported only in conditional formatting and - conditional filters. - """ - relativeDate: String - - """ - A value the condition is based on. - The value is parsed as if the user typed into a cell. - Formulas are supported (and must begin with an `=` or a '+'). - """ - userEnteredValue: String -} - -""" -A condition that can evaluate to true or false. -BooleanConditions are used by conditional formatting, -data validation, and the criteria in filters. -""" -type GoogleSheetsBooleanCondition { - """The type of condition.""" - type: String - - """ - The values of the condition. The number of supported values depends - on the condition type. Some support zero values, - others one or two values, - and ConditionType.ONE_OF_LIST supports an arbitrary number of values. - """ - values: [GoogleSheetsConditionValue!] -} - -"""The number format of a cell.""" -type GoogleSheetsNumberFormat { - """ - The type of the number format. - When writing, this field must be set. - """ - type: String - - """ - Pattern string used for formatting. If not set, a default pattern based on - the user's locale will be used if necessary for the given type. - See the [Date and Number Formats guide](/sheets/api/guides/formats) for more - information about the supported patterns. - """ - pattern: String -} - -"""A border along a cell.""" -type GoogleSheetsBorder { - """The style of the border.""" - style: String - - """The color of the border.""" - color: GoogleSheetsColor - - """ - The width of the border, in pixels. - Deprecated; the width is determined by the "style" field. - """ - width: Int -} - -"""The borders of the cell.""" -type GoogleSheetsBorders { - """The right border of the cell.""" - right: GoogleSheetsBorder - - """The bottom border of the cell.""" - bottom: GoogleSheetsBorder - - """The top border of the cell.""" - top: GoogleSheetsBorder - - """The left border of the cell.""" - left: GoogleSheetsBorder -} - -""" -The amount of padding around the cell, in pixels. -When updating padding, every field must be specified. -""" -type GoogleSheetsPadding { - """The right padding of the cell.""" - right: Int - - """The bottom padding of the cell.""" - bottom: Int - - """The top padding of the cell.""" - top: Int - - """The left padding of the cell.""" - left: Int -} - -"""The rotation applied to text in a cell.""" -type GoogleSheetsTextRotation { - """ - The angle between the standard orientation and the desired orientation. - Measured in degrees. Valid values are between -90 and 90. Positive - angles are angled upwards, negative are angled downwards. - - Note: For LTR text direction positive angles are in the counterclockwise - direction, whereas for RTL they are in the clockwise direction - """ - angle: Int - - """ - If true, text reads top to bottom, but the orientation of individual - characters is unchanged. - For example: - - | V | - | e | - | r | - | t | - | i | - | c | - | a | - | l | - """ - vertical: Boolean -} - -"""The format of a cell.""" -type GoogleSheetsCellFormat { - """The background color of the cell.""" - backgroundColor: GoogleSheetsColor - - """The rotation applied to text in a cell""" - textRotation: GoogleSheetsTextRotation - - """The wrap strategy for the value in the cell.""" - wrapStrategy: String - - """ - The format of the text in the cell (unless overridden by a format run). - """ - textFormat: GoogleSheetsTextFormat - - """The padding of the cell.""" - padding: GoogleSheetsPadding - - """The horizontal alignment of the value in the cell.""" - horizontalAlignment: String - - """How a hyperlink, if it exists, should be displayed in the cell.""" - hyperlinkDisplayType: String - - """The borders of the cell.""" - borders: GoogleSheetsBorders - - """The vertical alignment of the value in the cell.""" - verticalAlignment: String - - """ - A format describing how number values should be represented to the user. - """ - numberFormat: GoogleSheetsNumberFormat - - """The direction of the text in the cell.""" - textDirection: String -} - -"""A rule that may or may not match, depending on the condition.""" -type GoogleSheetsBooleanRule { - """ - The format to apply. - Conditional formatting can only apply a subset of formatting: - bold, italic, - strikethrough, - foreground color & - background color. - """ - format: GoogleSheetsCellFormat - - """ - The condition of the rule. If the condition evaluates to true, - the format is applied. - """ - condition: GoogleSheetsBooleanCondition -} - -"""A rule describing a conditional format.""" -type GoogleSheetsConditionalFormatRule { - """The formatting is either "on" or "off" according to the rule.""" - booleanRule: GoogleSheetsBooleanRule - - """ - The ranges that are formatted if the condition is true. - All the ranges must be on the same grid. - """ - ranges: [GoogleSheetsGridRange!] - - """The formatting will vary based on the gradients in the rule.""" - gradientRule: GoogleSheetsGradientRule -} - -""" -A group over an interval of rows or columns on a sheet, which can contain or -be contained within other groups. A group can be collapsed or expanded as a -unit on the sheet. -""" -type GoogleSheetsDimensionGroup { - """ - This field is true if this group is collapsed. A collapsed group remains - collapsed if an overlapping group at a shallower depth is expanded. - - A true value does not imply that all dimensions within the group are - hidden, since a dimension's visibility can change independently from this - group property. However, when this property is updated, all dimensions - within it are set to hidden if this field is true, or set to visible if - this field is false. - """ - collapsed: Boolean - - """The range over which this group exists.""" - range: GoogleSheetsDimensionRange - - """ - The depth of the group, representing how many groups have a range that - wholly contains the range of this group. - """ - depth: Int -} - -""" -An <a href="/chart/interactive/docs/gallery/orgchart">org chart</a>. -Org charts require a unique set of labels in labels and may -optionally include parent_labels and tooltips. -parent_labels contain, for each node, the label identifying the parent -node. tooltips contain, for each node, an optional tooltip. - -For example, to describe an OrgChart with Alice as the CEO, Bob as the -President (reporting to Alice) and Cathy as VP of Sales (also reporting to -Alice), have labels contain "Alice", "Bob", "Cathy", -parent_labels contain "", "Alice", "Alice" and tooltips contain -"CEO", "President", "VP Sales". -""" -type GoogleSheetsOrgChartSpec { - """ - The data containing the tooltip for the corresponding node. A blank value - results in no tooltip being displayed for the node. - This field is optional. - """ - tooltips: GoogleSheetsChartData - - """The color of the selected org chart nodes.""" - selectedNodeColor: GoogleSheetsColor - - """ - The data containing the label of the parent for the corresponding node. - A blank value indicates that the node has no parent and is a top-level - node. - This field is optional. - """ - parentLabels: GoogleSheetsChartData - - """The size of the org chart nodes.""" - nodeSize: String - - """ - The data containing the labels for all the nodes in the chart. Labels - must be unique. - """ - labels: GoogleSheetsChartData - - """The color of the org chart nodes.""" - nodeColor: GoogleSheetsColor -} - -"""The domain of a waterfall chart.""" -type GoogleSheetsWaterfallChartDomain { - """The data of the WaterfallChartDomain.""" - data: GoogleSheetsChartData - - """True to reverse the order of the domain values (horizontal axis).""" - reversed: Boolean -} - -"""A custom subtotal column for a waterfall chart series.""" -type GoogleSheetsWaterfallChartCustomSubtotal { - """ - The 0-based index of a data point within the series. If - data_is_subtotal is true, the data point at this index is the - subtotal. Otherwise, the subtotal appears after the data point with - this index. A series can have multiple subtotals at arbitrary indices, - but subtotals do not affect the indices of the data points. For - example, if a series has three data points, their indices will always - be 0, 1, and 2, regardless of how many subtotals exist on the series or - what data points they are associated with. - """ - subtotalIndex: Int - - """ - True if the data point at subtotal_index is the subtotal. If false, - the subtotal will be computed and appear after the data point. - """ - dataIsSubtotal: Boolean - - """A label for the subtotal column.""" - label: String -} - -"""Styles for a waterfall chart column.""" -type GoogleSheetsWaterfallChartColumnStyle { - """The label of the column's legend.""" - label: String - - """The color of the column.""" - color: GoogleSheetsColor -} - -"""A single series of data for a waterfall chart.""" -type GoogleSheetsWaterfallChartSeries { - """Styles for all columns in this series with positive values.""" - positiveColumnsStyle: GoogleSheetsWaterfallChartColumnStyle - - """The data being visualized in this series.""" - data: GoogleSheetsChartData - - """Styles for all columns in this series with negative values.""" - negativeColumnsStyle: GoogleSheetsWaterfallChartColumnStyle - - """ - True to hide the subtotal column from the end of the series. By default, - a subtotal column will appear at the end of each series. Setting this - field to true will hide that subtotal column for this series. - """ - hideTrailingSubtotal: Boolean - - """ - Custom subtotal columns appearing in this series. The order in which - subtotals are defined is not significant. Only one subtotal may be - defined for each data point. - """ - customSubtotals: [GoogleSheetsWaterfallChartCustomSubtotal!] - - """Styles for all subtotal columns in this series.""" - subtotalColumnsStyle: GoogleSheetsWaterfallChartColumnStyle -} - -"""A waterfall chart.""" -type GoogleSheetsWaterfallChartSpec { - """The data this waterfall chart is visualizing.""" - series: [GoogleSheetsWaterfallChartSeries!] - - """The line style for the connector lines.""" - connectorLineStyle: GoogleSheetsLineStyle - - """The domain data (horizontal axis) for the waterfall chart.""" - domain: GoogleSheetsWaterfallChartDomain - - """True to interpret the first value as a total.""" - firstValueIsTotal: Boolean - - """True to hide connector lines between columns.""" - hideConnectorLines: Boolean - - """The stacked type.""" - stackedType: String -} - -"""The series of a CandlestickData.""" -type GoogleSheetsCandlestickSeries { - """The data of the CandlestickSeries.""" - data: GoogleSheetsChartData -} - -""" -The Candlestick chart data, each containing the low, open, close, and high -values for a series. -""" -type GoogleSheetsCandlestickData { - """ - The range data (vertical axis) for the high/maximum value for each - candle. This is the top of the candle's center line. - """ - highSeries: GoogleSheetsCandlestickSeries - - """ - The range data (vertical axis) for the low/minimum value for each candle. - This is the bottom of the candle's center line. - """ - lowSeries: GoogleSheetsCandlestickSeries - - """ - The range data (vertical axis) for the close/final value for each candle. - This is the top of the candle body. If greater than the open value the - candle will be filled. Otherwise the candle will be hollow. - """ - closeSeries: GoogleSheetsCandlestickSeries - - """ - The range data (vertical axis) for the open/initial value for each - candle. This is the bottom of the candle body. If less than the close - value the candle will be filled. Otherwise the candle will be hollow. - """ - openSeries: GoogleSheetsCandlestickSeries -} - -"""The domain of a CandlestickChart.""" -type GoogleSheetsCandlestickDomain { - """True to reverse the order of the domain values (horizontal axis).""" - reversed: Boolean - - """The data of the CandlestickDomain.""" - data: GoogleSheetsChartData -} - -""" -A <a href="/chart/interactive/docs/gallery/candlestickchart">candlestick chart</a>. -""" -type GoogleSheetsCandlestickChartSpec { - """ - The domain data (horizontal axis) for the candlestick chart. String data - will be treated as discrete labels, other data will be treated as - continuous values. - """ - domain: GoogleSheetsCandlestickDomain - - """ - The Candlestick chart data. - Only one CandlestickData is supported. - """ - data: [GoogleSheetsCandlestickData!] -} - -"""A histogram series containing the series color and data.""" -type GoogleSheetsHistogramSeries { - """ - The color of the column representing this series in each bucket. - This field is optional. - """ - barColor: GoogleSheetsColor - - """The data for this histogram series.""" - data: GoogleSheetsChartData -} - -""" -A <a href="/chart/interactive/docs/gallery/histogram">histogram chart</a>. -A histogram chart groups data items into bins, displaying each bin as a -column of stacked items. Histograms are used to display the distribution -of a dataset. Each column of items represents a range into which those -items fall. The number of bins can be chosen automatically or specified -explicitly. -""" -type GoogleSheetsHistogramChartSpec { - """ - By default the bucket size (the range of values stacked in a single - column) is chosen automatically, but it may be overridden here. - E.g., A bucket size of 1.5 results in buckets from 0 - 1.5, 1.5 - 3.0, etc. - Cannot be negative. - This field is optional. - """ - bucketSize: Float - - """ - The outlier percentile is used to ensure that outliers do not adversely - affect the calculation of bucket sizes. For example, setting an outlier - percentile of 0.05 indicates that the top and bottom 5% of values when - calculating buckets. The values are still included in the chart, they will - be added to the first or last buckets instead of their own buckets. - Must be between 0.0 and 0.5. - """ - outlierPercentile: Float - - """ - Whether horizontal divider lines should be displayed between items in each - column. - """ - showItemDividers: Boolean - - """ - The series for a histogram may be either a single series of values to be - bucketed or multiple series, each of the same length, containing the name - of the series followed by the values to be bucketed for that series. - """ - series: [GoogleSheetsHistogramSeries!] - - """The position of the chart legend.""" - legendPosition: String -} - -"""A color scale for a treemap chart.""" -type GoogleSheetsTreemapChartColorScale { - """ - The background color for cells with a color value at the midpoint between - minValue and - maxValue. Defaults to #efe6dc if not - specified. - """ - midValueColor: GoogleSheetsColor - - """ - The background color for cells with a color value greater than or equal - to maxValue. Defaults to #109618 if not - specified. - """ - maxValueColor: GoogleSheetsColor - - """ - The background color for cells with a color value less than or equal to - minValue. Defaults to #dc3912 if not - specified. - """ - minValueColor: GoogleSheetsColor - - """ - The background color for cells that have no color data associated with - them. Defaults to #000000 if not specified. - """ - noDataColor: GoogleSheetsColor -} - -"""A <a href="/chart/interactive/docs/gallery/treemap">Treemap chart</a>.""" -type GoogleSheetsTreemapChartSpec { - """ - The data that determines the background color of each treemap data cell. - This field is optional. If not specified, size_data is used to - determine background colors. If specified, the data is expected to be - numeric. color_scale will determine how the values in this data map to - data cell background colors. - """ - colorData: GoogleSheetsChartData - - """ - The number of additional data levels beyond the labeled levels to be shown - on the treemap chart. These levels are not interactive and are shown - without their labels. Defaults to 0 if not specified. - """ - hintedLevels: Int - - """The data the contains the treemap cells' parent labels.""" - parentLabels: GoogleSheetsChartData - - """The text format for all labels on the chart.""" - textFormat: GoogleSheetsTextFormat - - """ - The maximum possible data value. Cells with values greater than this will - have the same color as cells with this value. If not specified, defaults - to the actual maximum value from color_data, or the maximum value from - size_data if color_data is not specified. - """ - maxValue: Float - - """The data that contains the treemap cell labels.""" - labels: GoogleSheetsChartData - - """ - The data that determines the size of each treemap data cell. This data is - expected to be numeric. The cells corresponding to non-numeric or missing - data will not be rendered. If color_data is not specified, this data - is used to determine data cell background colors as well. - """ - sizeData: GoogleSheetsChartData - - """ - The number of data levels to show on the treemap chart. These levels are - interactive and are shown with their labels. Defaults to 2 if not - specified. - """ - levels: Int - - """ - The color scale for data cells in the treemap chart. Data cells are - assigned colors based on their color values. These color values come from - color_data, or from size_data if color_data is not specified. - Cells with color values less than or equal to min_value will - have minValueColor as their - background color. Cells with color values greater than or equal to - max_value will have - maxValueColor as their background - color. Cells with color values between min_value and max_value will - have background colors on a gradient between - minValueColor and - maxValueColor, the midpoint of - the gradient being midValueColor. - Cells with missing or non-numeric color values will have - noDataColor as their background - color. - """ - colorScale: GoogleSheetsTreemapChartColorScale - - """ - The minimum possible data value. Cells with values less than this will - have the same color as cells with this value. If not specified, defaults - to the actual minimum value from color_data, or the minimum value from - size_data if color_data is not specified. - """ - minValue: Float - - """True to hide tooltips.""" - hideTooltips: Boolean - - """The background color for header cells.""" - headerColor: GoogleSheetsColor -} - -""" -A <a href="/chart/interactive/docs/gallery/bubblechart">bubble chart</a>. -""" -type GoogleSheetsBubbleChartSpec { - """The bubble border color.""" - bubbleBorderColor: GoogleSheetsColor - - """ - The data contianing the bubble sizes. Bubble sizes are used to draw - the bubbles at different sizes relative to each other. - If specified, group_ids must also be specified. This field is - optional. - """ - bubbleSizes: GoogleSheetsChartData - - """ - The format of the text inside the bubbles. - Underline and Strikethrough are not supported. - """ - bubbleTextStyle: GoogleSheetsTextFormat - - """ - The max radius size of the bubbles, in pixels. - If specified, the field must be a positive value. - """ - bubbleMaxRadiusSize: Int - - """ - The data containing the bubble x-values. These values locate the bubbles - in the chart horizontally. - """ - domain: GoogleSheetsChartData - - """ - The data containing the bubble group IDs. All bubbles with the same group - ID are drawn in the same color. If bubble_sizes is specified then - this field must also be specified but may contain blank values. - This field is optional. - """ - groupIds: GoogleSheetsChartData - - """ - The data contianing the bubble y-values. These values locate the bubbles - in the chart vertically. - """ - series: GoogleSheetsChartData - - """ - The minimum radius size of the bubbles, in pixels. - If specific, the field must be a positive value. - """ - bubbleMinRadiusSize: Int - - """Where the legend of the chart should be drawn.""" - legendPosition: String - - """ - The data containing the bubble labels. These do not need to be unique. - """ - bubbleLabels: GoogleSheetsChartData - - """ - The opacity of the bubbles between 0 and 1.0. - 0 is fully transparent and 1 is fully opaque. - """ - bubbleOpacity: Float -} - -"""A <a href="/chart/interactive/docs/gallery/piechart">pie chart</a>.""" -type GoogleSheetsPieChartSpec { - """The data that covers the one and only series of the pie chart.""" - series: GoogleSheetsChartData - - """Where the legend of the pie chart should be drawn.""" - legendPosition: String - - """The size of the hole in the pie chart.""" - pieHole: Float - - """The data that covers the domain of the pie chart.""" - domain: GoogleSheetsChartData - - """True if the pie is three dimensional.""" - threeDimensional: Boolean -} - -"""Properties that describe the style of a line.""" -type GoogleSheetsLineStyle { - """The dash type of the line.""" - type: String - - """The thickness of the line, in px.""" - width: Int -} - -""" -A single series of data in a chart. -For example, if charting stock prices over time, multiple series may exist, -one for the "Open Price", "High Price", "Low Price" and "Close Price". -""" -type GoogleSheetsBasicChartSeries { - """ - The line style of this series. Valid only if the - chartType is AREA, - LINE, or SCATTER. - COMBO charts are also supported if the - series chart type is - AREA or LINE. - """ - lineStyle: GoogleSheetsLineStyle - - """The data being visualized in this chart series.""" - series: GoogleSheetsChartData - - """ - The type of this series. Valid only if the - chartType is - COMBO. - Different types will change the way the series is visualized. - Only LINE, AREA, - and COLUMN are supported. - """ - type: String - - """ - The minor axis that will specify the range of values for this series. - For example, if charting stocks over time, the "Volume" series - may want to be pinned to the right with the prices pinned to the left, - because the scale of trading volume is different than the scale of - prices. - It is an error to specify an axis that isn't a valid minor axis - for the chart's type. - """ - targetAxis: String - - """ - The color for elements (i.e. bars, lines, points) associated with this - series. If empty, a default color is used. - """ - color: GoogleSheetsColor -} - -"""Source ranges for a chart.""" -type GoogleSheetsChartSourceRange { - """ - The ranges of data for a series or domain. - Exactly one dimension must have a length of 1, - and all sources in the list must have the same dimension - with length 1. - The domain (if it exists) & all series must have the same number - of source ranges. If using more than one source range, then the source - range at a given offset must be in order and contiguous across the domain - and series. - - For example, these are valid configurations: - - domain sources: A1:A5 - series1 sources: B1:B5 - series2 sources: D6:D10 - - domain sources: A1:A5, C10:C12 - series1 sources: B1:B5, D10:D12 - series2 sources: C1:C5, E10:E12 - """ - sources: [GoogleSheetsGridRange!] -} - -"""The data included in a domain or series.""" -type GoogleSheetsChartData { - """The source ranges of the data.""" - sourceRange: GoogleSheetsChartSourceRange -} - -""" -The domain of a chart. -For example, if charting stock prices over time, this would be the date. -""" -type GoogleSheetsBasicChartDomain { - """True to reverse the order of the domain values (horizontal axis).""" - reversed: Boolean - - """ - The data of the domain. For example, if charting stock prices over time, - this is the data representing the dates. - """ - domain: GoogleSheetsChartData -} - -"""Position settings for text.""" -type GoogleSheetsTextPosition { - """Horizontal alignment setting for the piece of text.""" - horizontalAlignment: String -} - -""" -The format of a run of text in a cell. -Absent values indicate that the field isn't specified. -""" -type GoogleSheetsTextFormat { - """True if the text has a strikethrough.""" - strikethrough: Boolean - - """True if the text is italicized.""" - italic: Boolean - - """The size of the font.""" - fontSize: Int - - """True if the text is underlined.""" - underline: Boolean - - """True if the text is bold.""" - bold: Boolean - - """The foreground color of the text.""" - foregroundColor: GoogleSheetsColor - - """The font family.""" - fontFamily: String -} - -""" -An axis of the chart. -A chart may not have more than one axis per -axis position. -""" -type GoogleSheetsBasicChartAxis { - """ - The format of the title. - Only valid if the axis is not associated with the domain. - """ - format: GoogleSheetsTextFormat - - """The position of this axis.""" - position: String - - """ - The title of this axis. If set, this overrides any title inferred - from headers of the data. - """ - title: String - - """The axis title text position.""" - titleTextPosition: GoogleSheetsTextPosition -} - -""" -The specification for a basic chart. See BasicChartType for the list -of charts this supports. -""" -type GoogleSheetsBasicChartSpec { - """ - The behavior of tooltips and data highlighting when hovering on data and - chart area. - """ - compareMode: String - - """ - True to make the chart 3D. - Applies to Bar and Column charts. - """ - threeDimensional: Boolean - - """The axis on the chart.""" - axis: [GoogleSheetsBasicChartAxis!] - - """ - The stacked type for charts that support vertical stacking. - Applies to Area, Bar, Column, Combo, and Stepped Area charts. - """ - stackedType: String - - """The type of the chart.""" - chartType: String - - """ - The number of rows or columns in the data that are "headers". - If not set, Google Sheets will guess how many rows are headers based - on the data. - - (Note that BasicChartAxis.title may override the axis title - inferred from the header values.) - """ - headerCount: Int - - """ - Gets whether all lines should be rendered smooth or straight by default. - Applies to Line charts. - """ - lineSmoothing: Boolean - - """ - The domain of data this is charting. - Only a single domain is supported. - """ - domains: [GoogleSheetsBasicChartDomain!] - - """The data this chart is visualizing.""" - series: [GoogleSheetsBasicChartSeries!] - - """The position of the chart legend.""" - legendPosition: String - - """ - If some values in a series are missing, gaps may appear in the chart (e.g, - segments of lines in a line chart will be missing). To eliminate these - gaps set this to true. - Applies to Line, Area, and Combo charts. - """ - interpolateNulls: Boolean -} - -"""The specifications of a chart.""" -type GoogleSheetsChartSpec { - """ - The name of the font to use by default for all chart text (e.g. title, - axis labels, legend). If a font is specified for a specific part of the - chart it will override this font name. - """ - fontName: String - - """ - The background color of the entire chart. - Not applicable to Org charts. - """ - backgroundColor: GoogleSheetsColor - - """ - A basic chart specification, can be one of many kinds of charts. - See BasicChartType for the list of all - charts this supports. - """ - basicChart: GoogleSheetsBasicChartSpec - - """ - The title text position. - This field is optional. - """ - titleTextPosition: GoogleSheetsTextPosition - - """Determines how the charts will use hidden rows or columns.""" - hiddenDimensionStrategy: String - - """A pie chart specification.""" - pieChart: GoogleSheetsPieChartSpec - - """A bubble chart specification.""" - bubbleChart: GoogleSheetsBubbleChartSpec - - """ - The subtitle text position. - This field is optional. - """ - subtitleTextPosition: GoogleSheetsTextPosition - - """A treemap chart specification.""" - treemapChart: GoogleSheetsTreemapChartSpec - - """A histogram chart specification.""" - histogramChart: GoogleSheetsHistogramChartSpec - - """A candlestick chart specification.""" - candlestickChart: GoogleSheetsCandlestickChartSpec - - """ - The title text format. - Strikethrough and underline are not supported. - """ - titleTextFormat: GoogleSheetsTextFormat - - """The subtitle of the chart.""" - subtitle: String - - """A waterfall chart specification.""" - waterfallChart: GoogleSheetsWaterfallChartSpec - - """The title of the chart.""" - title: String - - """ - The subtitle text format. - Strikethrough and underline are not supported. - """ - subtitleTextFormat: GoogleSheetsTextFormat - - """ - True to make a chart fill the entire space in which it's rendered with - minimum padding. False to use the default padding. - (Not applicable to Geo and Org charts.) - """ - maximized: Boolean - - """ - The alternative text that describes the chart. This is often used - for accessibility. - """ - altText: String - - """An org chart specification.""" - orgChart: GoogleSheetsOrgChartSpec -} - -""" -A coordinate in a sheet. -All indexes are zero-based. -""" -type GoogleSheetsGridCoordinate { - """The row index of the coordinate.""" - rowIndex: Int - - """The column index of the coordinate.""" - columnIndex: Int - - """The sheet this coordinate is on.""" - sheetId: Int -} - -"""The location an object is overlaid on top of a grid.""" -type GoogleSheetsOverlayPosition { - """The width of the object, in pixels. Defaults to 600.""" - widthPixels: Int - - """ - The horizontal offset, in pixels, that the object is offset - from the anchor cell. - """ - offsetXPixels: Int - - """The cell the object is anchored to.""" - anchorCell: GoogleSheetsGridCoordinate - - """ - The vertical offset, in pixels, that the object is offset - from the anchor cell. - """ - offsetYPixels: Int - - """The height of the object, in pixels. Defaults to 371.""" - heightPixels: Int -} - -"""The position of an embedded object such as a chart.""" -type GoogleSheetsEmbeddedObjectPosition { - """ - If true, the embedded object is put on a new sheet whose ID - is chosen for you. Used only when writing. - """ - newSheet: Boolean - - """ - The sheet this is on. Set only if the embedded object - is on its own sheet. Must be non-negative. - """ - sheetId: Int - - """The position at which the object is overlaid on top of a grid.""" - overlayPosition: GoogleSheetsOverlayPosition -} - -"""A chart embedded in a sheet.""" -type GoogleSheetsEmbeddedChart { - """The ID of the chart.""" - chartId: Int - - """The position of the chart.""" - position: GoogleSheetsEmbeddedObjectPosition - - """The specification of the chart.""" - spec: GoogleSheetsChartSpec -} - -""" -Properties referring a single dimension (either row or column). If both -BandedRange.row_properties and BandedRange.column_properties are -set, the fill colors are applied to cells according to the following rules: - -* header_color and footer_color take priority over band colors. -* first_band_color takes priority over second_band_color. -* row_properties takes priority over column_properties. - -For example, the first row color takes priority over the first column -color, but the first column color takes priority over the second row color. -Similarly, the row header takes priority over the column header in the -top left cell, but the column header takes priority over the first row -color if the row header is not set. -""" -type GoogleSheetsBandingProperties { - """The first color that is alternating. (Required)""" - firstBandColor: GoogleSheetsColor - - """The second color that is alternating. (Required)""" - secondBandColor: GoogleSheetsColor - - """ - The color of the last row or column. If this field is not set, the last - row or column will be filled with either first_band_color or - second_band_color, depending on the color of the previous row or - column. - """ - footerColor: GoogleSheetsColor - - """ - The color of the first row or column. If this field is set, the first - row or column will be filled with this color and the colors will - alternate between first_band_color and second_band_color starting - from the second row or column. Otherwise, the first row or column will be - filled with first_band_color and the colors will proceed to alternate - as they normally would. - """ - headerColor: GoogleSheetsColor -} - -"""A banded (alternating colors) range in a sheet.""" -type GoogleSheetsBandedRange { - """The range over which these properties are applied.""" - range: GoogleSheetsGridRange - - """The id of the banded range.""" - bandedRangeId: Int - - """ - Properties for row bands. These properties are applied on a row-by-row - basis throughout all the rows in the range. At least one of - row_properties or column_properties must be specified. - """ - rowProperties: GoogleSheetsBandingProperties - - """ - Properties for column bands. These properties are applied on a column- - by-column basis throughout all the columns in the range. At least one of - row_properties or column_properties must be specified. - """ - columnProperties: GoogleSheetsBandingProperties -} - -"""The editors of a protected range.""" -type GoogleSheetsEditors { - """The email addresses of users with edit access to the protected range.""" - users: [String!] - - """The email addresses of groups with edit access to the protected range.""" - groups: [String!] - - """ - True if anyone in the document's domain has edit access to the protected - range. Domain protection is only supported on documents within a domain. - """ - domainUsersCanEdit: Boolean -} - -""" -A range on a sheet. -All indexes are zero-based. -Indexes are half open, e.g the start index is inclusive -and the end index is exclusive -- [start_index, end_index). -Missing indexes indicate the range is unbounded on that side. - -For example, if `"Sheet1"` is sheet ID 0, then: - - `Sheet1!A1:A1 == sheet_id: 0, - start_row_index: 0, end_row_index: 1, - start_column_index: 0, end_column_index: 1` - - `Sheet1!A3:B4 == sheet_id: 0, - start_row_index: 2, end_row_index: 4, - start_column_index: 0, end_column_index: 2` - - `Sheet1!A:B == sheet_id: 0, - start_column_index: 0, end_column_index: 2` - - `Sheet1!A5:B == sheet_id: 0, - start_row_index: 4, - start_column_index: 0, end_column_index: 2` - - `Sheet1 == sheet_id:0` - -The start index must always be less than or equal to the end index. -If the start index equals the end index, then the range is empty. -Empty ranges are typically not meaningful and are usually rendered in the -UI as `#REF!`. -""" -type GoogleSheetsGridRange { - """The start column (inclusive) of the range, or not set if unbounded.""" - startColumnIndex: Int - - """The sheet this range is on.""" - sheetId: Int - - """The end row (exclusive) of the range, or not set if unbounded.""" - endRowIndex: Int - - """The end column (exclusive) of the range, or not set if unbounded.""" - endColumnIndex: Int - - """The start row (inclusive) of the range, or not set if unbounded.""" - startRowIndex: Int -} - -"""A protected range.""" -type GoogleSheetsProtectedRange { - """ - True if the user who requested this protected range can edit the - protected area. - This field is read-only. - """ - requestingUserCanEdit: Boolean - - """ - The range that is being protected. - The range may be fully unbounded, in which case this is considered - a protected sheet. - - When writing, only one of range or named_range_id - may be set. - """ - range: GoogleSheetsGridRange - - """ - The users and groups with edit access to the protected range. - This field is only visible to users with edit access to the protected - range and the document. - Editors are not supported with warning_only protection. - """ - editors: GoogleSheetsEditors - - """The description of this protected range.""" - description: String - - """ - The list of unprotected ranges within a protected sheet. - Unprotected ranges are only supported on protected sheets. - """ - unprotectedRanges: [GoogleSheetsGridRange!] - - """ - The named range this protected range is backed by, if any. - - When writing, only one of range or named_range_id - may be set. - """ - namedRangeId: String - - """ - The ID of the protected range. - This field is read-only. - """ - protectedRangeId: Int - - """ - True if this protected range will show a warning when editing. - Warning-based protection means that every user can edit data in the - protected range, except editing will prompt a warning asking the user - to confirm the edit. - - When writing: if this field is true, then editors is ignored. - Additionally, if this field is changed from true to false and the - `editors` field is not set (nor included in the field mask), then - the editors will be set to all the editors in the document. - """ - warningOnly: Boolean -} - -"""Properties of a grid.""" -type GoogleSheetsGridProperties { - """True if the row grouping control toggle is shown after the group.""" - rowGroupControlAfter: Boolean - - """The number of rows in the grid.""" - rowCount: Int - - """True if the grid isn't showing gridlines in the UI.""" - hideGridlines: Boolean - - """The number of rows that are frozen in the grid.""" - frozenRowCount: Int - - """The number of columns in the grid.""" - columnCount: Int - - """The number of columns that are frozen in the grid.""" - frozenColumnCount: Int - - """True if the column grouping control toggle is shown after the group.""" - columnGroupControlAfter: Boolean -} - -""" -Represents a color in the RGBA color space. This representation is designed -for simplicity of conversion to/from color representations in various -languages over compactness; for example, the fields of this representation -can be trivially provided to the constructor of "java.awt.Color" in Java; it -can also be trivially provided to UIColor's "+colorWithRed:green:blue:alpha" -method in iOS; and, with just a little work, it can be easily formatted into -a CSS "rgba()" string in JavaScript, as well. Here are some examples: - -Example (Java): - - import com.google.type.Color; - - // ... - public static java.awt.Color fromProto(Color protocolor) { - float alpha = protocolor.hasAlpha() - ? protocolor.getAlpha().getValue() - : 1.0; - - return new java.awt.Color( - protocolor.getRed(), - protocolor.getGreen(), - protocolor.getBlue(), - alpha); - } - - public static Color toProto(java.awt.Color color) { - float red = (float) color.getRed(); - float green = (float) color.getGreen(); - float blue = (float) color.getBlue(); - float denominator = 255.0; - Color.Builder resultBuilder = - Color - .newBuilder() - .setRed(red / denominator) - .setGreen(green / denominator) - .setBlue(blue / denominator); - int alpha = color.getAlpha(); - if (alpha != 255) { - result.setAlpha( - FloatValue - .newBuilder() - .setValue(((float) alpha) / denominator) - .build()); - } - return resultBuilder.build(); - } - // ... - -Example (iOS / Obj-C): - - // ... - static UIColor* fromProto(Color* protocolor) { - float red = [protocolor red]; - float green = [protocolor green]; - float blue = [protocolor blue]; - FloatValue* alpha_wrapper = [protocolor alpha]; - float alpha = 1.0; - if (alpha_wrapper != nil) { - alpha = [alpha_wrapper value]; - } - return [UIColor colorWithRed:red green:green blue:blue alpha:alpha]; - } - - static Color* toProto(UIColor* color) { - CGFloat red, green, blue, alpha; - if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) { - return nil; - } - Color* result = [[Color alloc] init]; - [result setRed:red]; - [result setGreen:green]; - [result setBlue:blue]; - if (alpha <= 0.9999) { - [result setAlpha:floatWrapperWithValue(alpha)]; - } - [result autorelease]; - return result; - } - // ... - - Example (JavaScript): - - // ... - - var protoToCssColor = function(rgb_color) { - var redFrac = rgb_color.red || 0.0; - var greenFrac = rgb_color.green || 0.0; - var blueFrac = rgb_color.blue || 0.0; - var red = Math.floor(redFrac * 255); - var green = Math.floor(greenFrac * 255); - var blue = Math.floor(blueFrac * 255); - - if (!('alpha' in rgb_color)) { - return rgbToCssColor_(red, green, blue); - } - - var alphaFrac = rgb_color.alpha.value || 0.0; - var rgbParams = [red, green, blue].join(','); - return ['rgba(', rgbParams, ',', alphaFrac, ')'].join(''); - }; - - var rgbToCssColor_ = function(red, green, blue) { - var rgbNumber = new Number((red << 16) | (green << 8) | blue); - var hexString = rgbNumber.toString(16); - var missingZeros = 6 - hexString.length; - var resultBuilder = ['#']; - for (var i = 0; i < missingZeros; i++) { - resultBuilder.push('0'); - } - resultBuilder.push(hexString); - return resultBuilder.join(''); - }; - - // ... -""" -type GoogleSheetsColor { - """The amount of green in the color as a value in the interval [0, 1].""" - green: Float - - """The amount of blue in the color as a value in the interval [0, 1].""" - blue: Float - - """ - The fraction of this color that should be applied to the pixel. That is, - the final pixel color is defined by the equation: - - pixel color = alpha * (this color) + (1.0 - alpha) * (background color) - - This means that a value of 1.0 corresponds to a solid color, whereas - a value of 0.0 corresponds to a completely transparent color. This - uses a wrapper message rather than a simple float scalar so that it is - possible to distinguish between a default value and the value being unset. - If omitted, this color object is to be rendered as a solid color - (as if the alpha value had been explicitly given with a value of 1.0). - """ - alpha: Float - - """The amount of red in the color as a value in the interval [0, 1].""" - red: Float -} - -"""Properties of a sheet.""" -type GoogleSheetsSheetProperties { - """The name of the sheet.""" - title: String - - """The color of the tab in the UI.""" - tabColor: GoogleSheetsColor - - """ - The index of the sheet within the spreadsheet. - When adding or updating sheet properties, if this field - is excluded then the sheet is added or moved to the end - of the sheet list. When updating sheet indices or inserting - sheets, movement is considered in "before the move" indexes. - For example, if there were 3 sheets (S1, S2, S3) in order to - move S1 ahead of S2 the index would have to be set to 2. A sheet - index update request is ignored if the requested index is - identical to the sheets current index or if the requested new - index is equal to the current sheet index + 1. - """ - index: Int - - """ - The ID of the sheet. Must be non-negative. - This field cannot be changed once set. - """ - sheetId: Int - - """True if the sheet is an RTL sheet instead of an LTR sheet.""" - rightToLeft: Boolean - - """True if the sheet is hidden in the UI, false if it's visible.""" - hidden: Boolean - - """ - Additional properties of the sheet if this sheet is a grid. - (If the sheet is an object sheet, containing a chart or image, then - this field will be absent.) - When writing it is an error to set any grid properties on non-grid sheets. - """ - gridProperties: GoogleSheetsGridProperties - - """ - The type of sheet. Defaults to GRID. - This field cannot be changed once set. - """ - sheetType: String -} - -"""A sheet in a spreadsheet.""" -type GoogleSheetsSheet { - """The properties of the sheet.""" - properties: GoogleSheetsSheetProperties - - """The protected ranges in this sheet.""" - protectedRanges: [GoogleSheetsProtectedRange!] - - """The banded (alternating colors) ranges on this sheet.""" - bandedRanges: [GoogleSheetsBandedRange!] - - """The specifications of every chart on this sheet.""" - charts: [GoogleSheetsEmbeddedChart!] - - """ - All column groups on this sheet, ordered by increasing range start index, - then by group depth. - """ - columnGroups: [GoogleSheetsDimensionGroup!] - - """The conditional format rules in this sheet.""" - conditionalFormats: [GoogleSheetsConditionalFormatRule!] - - """ - All row groups on this sheet, ordered by increasing range start index, then - by group depth. - """ - rowGroups: [GoogleSheetsDimensionGroup!] - - """The filter views in this sheet.""" - filterViews: [GoogleSheetsFilterView!] - - """The filter on this sheet, if any.""" - basicFilter: GoogleSheetsBasicFilter - - """The developer metadata associated with a sheet.""" - developerMetadata: [GoogleSheetsDeveloperMetadata!] - - """ - Data in the grid, if this is a grid sheet. - The number of GridData objects returned is dependent on the number of - ranges requested on this sheet. For example, if this is representing - `Sheet1`, and the spreadsheet was requested with ranges - `Sheet1!A1:C10` and `Sheet1!D15:E20`, then the first GridData will have a - startRow/startColumn of `0`, - while the second one will have `startRow 14` (zero-based row 15), - and `startColumn 3` (zero-based column D). - """ - data: [GoogleSheetsGridData!] - - """The ranges that are merged together.""" - merges: [GoogleSheetsGridRange!] -} - -""" -A range along a single dimension on a sheet. -All indexes are zero-based. -Indexes are half open: the start index is inclusive -and the end index is exclusive. -Missing indexes indicate the range is unbounded on that side. -""" -type GoogleSheetsDimensionRange { - """The dimension of the span.""" - dimension: String - - """The start (inclusive) of the span, or not set if unbounded.""" - startIndex: Int - - """The end (exclusive) of the span, or not set if unbounded.""" - endIndex: Int - - """The sheet this span is on.""" - sheetId: Int -} - -"""A location where metadata may be associated in a spreadsheet.""" -type GoogleSheetsDeveloperMetadataLocation { - """The type of location this object represents. This field is read-only.""" - locationType: String - - """ - Represents the row or column when metadata is associated with - a dimension. The specified DimensionRange must represent a single row - or column; it cannot be unbounded or span multiple rows or columns. - """ - dimensionRange: GoogleSheetsDimensionRange - - """True when metadata is associated with an entire spreadsheet.""" - spreadsheet: Boolean - - """The ID of the sheet when metadata is associated with an entire sheet.""" - sheetId: Int -} - -""" -Developer metadata associated with a location or object in a spreadsheet. -Developer metadata may be used to associate arbitrary data with various -parts of a spreadsheet and will remain associated at those locations as they -move around and the spreadsheet is edited. For example, if developer -metadata is associated with row 5 and another row is then subsequently -inserted above row 5, that original metadata will still be associated with -the row it was first associated with (what is now row 6). If the associated -object is deleted its metadata is deleted too. -""" -type GoogleSheetsDeveloperMetadata { - """ - The metadata key. There may be multiple metadata in a spreadsheet with the - same key. Developer metadata must always have a key specified. - """ - metadataKey: String - - """ - The spreadsheet-scoped unique ID that identifies the metadata. IDs may be - specified when metadata is created, otherwise one will be randomly - generated and assigned. Must be positive. - """ - metadataId: Int - - """The location where the metadata is associated.""" - location: GoogleSheetsDeveloperMetadataLocation - - """ - The metadata visibility. Developer metadata must always have a visibility - specified. - """ - visibility: String - - """Data associated with the metadata's key.""" - metadataValue: String -} - -"""Resource that represents a spreadsheet.""" -type GoogleSheetsSpreadsheet { - """The developer metadata associated with a spreadsheet.""" - developerMetadata: [GoogleSheetsDeveloperMetadata!] - - """The sheets that are part of a spreadsheet.""" - sheets: [GoogleSheetsSheet!] - - """ - The url of the spreadsheet. - This field is read-only. - """ - spreadsheetUrl: String - - """Overall properties of a spreadsheet.""" - properties: GoogleSheetsSpreadsheetProperties - - """ - The ID of the spreadsheet. - This field is read-only. - """ - spreadsheetId: String - - """The named ranges defined in a spreadsheet.""" - namedRanges: [GoogleSheetsNamedRange!] -} - -"""Google Sheets""" -type Sheets { - sheet(includeGridData: Boolean, ranges: String, id: String!): GoogleSheetsSpreadsheet! -} - -type GoogleMapsGeolocationAddressComponent { - longName: String! - shortName: String! - types: [String!]! -} - -type GoogleMapsGeolocationGeometryViewport { - northEast: GoogleMapsElevationLatLng! - southWest: GoogleMapsElevationLatLng! -} - -type GoogleMapsGeolocationGeometry { - locationType: String! - location: GoogleMapsElevationLatLng! - viewport: GoogleMapsGeolocationGeometryViewport! -} - -type GoogleMapsGeolocation { - placeId: String! - types: [String!]! - formattedAddress: String! - geometry: GoogleMapsGeolocationGeometry! - addressComponents: [GoogleMapsGeolocationAddressComponent!]! -} - -input GoogleMapsPathArg { - samples: Int! - locations: [GoogleMapsLatLngArg!]! -} - -input GoogleMapsLatLngArg { - lng: Float! - lat: Float! -} - -type GoogleMapsElevationLatLng { - """""" - lat: Float! - - """""" - lng: Float! - elevation: GoogleMapsElevation! -} - -type GoogleMapsElevation { - """""" - resolution: Float! - - """""" - location: GoogleMapsElevationLatLng! - - """""" - elevation: Float! -} - -type GoogleMaps { - elevation(path: GoogleMapsPathArg, locations: [GoogleMapsLatLngArg!]): [GoogleMapsElevation!]! - - """Do a geolocation lookup by address or lat/lng""" - geolocation(address: String!): GoogleMapsGeolocation - - """Do a geolocation lookup by lat/lng""" - reverseGeolocation(point: GoogleMapsLatLngArg!): GoogleMapsGeolocation -} - -"""""" -type GmailListLabelsResponse { - """List of labels.""" - labels: [GmailLabel!] -} - -type GmailThreadDeprecated { - """The ID of the last history record that modified this thread.""" - historyId: String - - """The unique ID of the thread.""" - id: String - - """The list of messages in the thread.""" - messages: [GmailMessage!] - - """A short part of the message text.""" - snippet: String - expanded( - """ - The format to return. Options are - "full": Returns the full email message data with body content parsed in the payload field; the raw field is not used. (default) - "metadata": Returns only email message ID, labels, and email headers. - "minimal": Returns only email message ID and labels; does not return the email headers, body, or payload. - - """ - format: String - ): GmailThread! -} - -type GmailListThreadsResponseDeprecated { - """Page token to retrieve the next page of results in the list.""" - nextPageToken: String - - """Estimated total number of results.""" - resultSizeEstimate: Int - - """List of threads.""" - threads: [GmailThreadDeprecated!] -} - -"""A collection of messages representing a conversation.""" -type GmailThread { - """The ID of the last history record that modified this thread.""" - historyId: String - - """The unique ID of the thread.""" - id: String - - """The list of messages in the thread.""" - messages: [GmailMessage!] - - """A short part of the message text.""" - snippet: String -} - -"""List of threads with pagination info""" -type GmailThreadsConnection { - """List of threads""" - nodes: [GmailThread!]! - - """Pagination information for the result""" - pageInfo: PageInfo! - - """Estimated total number of threads in the connection""" - totalCount: Int -} - -"""List of messages with pagination info""" -type GmailMessagesConnection { - """List of messages""" - nodes: [GmailMessage!]! - - """Pagination information for the result""" - pageInfo: PageInfo! - - """Estimated total number of messages in the connection""" - totalCount: Int -} - -"""""" -type GmailLabelColor { - """ - The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed: - #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c - """ - backgroundColor: String - - """ - The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed: - #000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, #fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, #f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, #efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, #e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, #cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, #ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, #822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c - """ - textColor: String -} - -""" -Labels are used to categorize messages and threads within the user's mailbox. -""" -type GmailLabel { - """The number of unread threads with the label.""" - threadsUnread: Int - - """The number of unread messages with the label.""" - messagesUnread: Int - - """ - The visibility of the label in the message list in the Gmail web interface. - """ - messageListVisibility: String - - """The immutable ID of the label.""" - id: String - - """The total number of threads with the label.""" - threadsTotal: Int - - """The display name of the label.""" - name: String - - """ - The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the INBOX and UNREAD labels from messages and threads, but cannot apply or remove the DRAFTS or SENT labels from messages or threads. - """ - type: String - - """The total number of messages with the label.""" - messagesTotal: Int - - """ - The visibility of the label in the label list in the Gmail web interface. - """ - labelListVisibility: String - - """ - The color to assign to the label. Color is only available for labels that have their type set to user. - """ - color: GmailLabelColor -} - -type MessageAttachment { - """The filename of the attachment.""" - filename: String - - """The MIME type of the attachment.""" - mimeType: String - - """Size of the attachment in bytes, encoding notwithstanding.""" - size: Int - - """If true, the attachment is meant to be displayed inline in the body""" - inline: Boolean! - attachmentId: String! -} - -""" The contents of a List-Unsubscribe header """ -type GoogleGmailListUnsubscribe { - """ The mailto portion of the unsubscribe link """ - mailto: [String!]! - - """ The http portion of the unsubscribe link """ - http: [String!]! -} - -"""""" -type GmailMessagePartHeader { - """The name of the header before the : separator. For example, To.""" - name: String - - """ - The value of the header after the : separator. For example, someuser@example.com. - """ - value: String -} - -"""The body of a single MIME message part.""" -type GmailMessagePartBody { - """ - When present, contains the ID of an external attachment that can be retrieved in a separate messages.attachments.get request. When not present, the entire content of the message part body is contained in the data field. - """ - attachmentId: String - - """ - The body data of a MIME message part as a base64url encoded string. May be empty for MIME container types that have no message body or when the body data is sent as a separate attachment. An attachment ID is present if the body data is contained in a separate attachment. - """ - data: String - - """Number of bytes for the message part data (encoding notwithstanding).""" - size: Int - - """ The body data of a MIME message part. May be empty for MIME container types that have no message body or when the body data is sent as a separate attachment. An attachment ID is present if the body data is contained in a separate attachment. - """ - decodedData: String - - """ A collection of http links in the body in the order they appear """ - httpLinks: [String!] -} - -"""A single MIME message part.""" -type GmailMessagePart { - """ - The message part body for this part, which may be empty for container MIME message parts. - """ - body: GmailMessagePartBody - - """ - The filename of the attachment. Only present if this message part represents an attachment. - """ - filename: String - - """ - List of headers on this message part. For the top-level message part, representing the entire message payload, it will contain the standard RFC 2822 email headers such as To, From, and Subject. - """ - headers: [GmailMessagePartHeader!] - - """The MIME type of the message part.""" - mimeType: String - - """The immutable ID of the message part.""" - partId: String - - """ - The child MIME message parts of this part. This only applies to container MIME message parts, for example multipart/*. For non- container MIME message part types, such as text/plain, this field is empty. For more information, see RFC 1521. - """ - parts: [GmailMessagePart!] - - """ The recipients of the email, extracted from the "To" header """ - to: String - - """ The recipients of the email, extracted from the "Cc" header """ - cc: String - - """ The recipients of the email, extracted from the "Bcc" header """ - bcc: String - - """ The sender of the email, extracted from the "From" header """ - from: String - - """ The unsubscribe link (if any), extracted from the "List-Unsubscribe" header - """ - listUnsubscribe: GoogleGmailListUnsubscribe - - """ The date of the email, extracted from the "Date" header """ - date: String - - """ The subject of the email, extracted from the "Subject" header """ - subject: String - attachments: [MessageAttachment!] -} - -"""An email message.""" -type GmailMessage { - """ - The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met: - - The requested threadId must be specified on the Message or Draft.Message you supply with your request. - - The References and In-Reply-To headers must be set in compliance with the RFC 2822 standard. - - The Subject headers must match. - """ - threadId: String - - """A short part of the message text.""" - snippet: String - - """The ID of the last history record that modified this message.""" - historyId: String - - """List of IDs of labels applied to this message.""" - labelIds: [String!] - - """The immutable ID of the message.""" - id: String - - """Estimated size in bytes of the message.""" - sizeEstimate: Int - - """ - The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied. - """ - raw: String - - """The parsed email structure in the message parts.""" - payload: GmailMessagePart - - """ - The internal message creation timestamp (epoch ms), which determines ordering in the inbox. For normal SMTP-received email, this represents the time the message was originally accepted by Google, which is more reliable than the Date header. However, for API-migrated mail, it can be configured by client to be based on the Date header. - """ - internalDate: String - - """ List of labels applied to this message. """ - labels: [GmailLabel!]! -} - -"""A draft email in the user's mailbox.""" -type GmailDraft { - """The immutable ID of the draft.""" - id: String - - """The message content of the draft.""" - message: GmailMessage -} - -"""List of drafts with pagination info""" -type GmailDraftsConnection { - """List of drafts""" - nodes: [GmailDraft!]! - - """Pagination information for the result""" - pageInfo: PageInfo! - - """Estimated total number of messages in the connection""" - totalCount: Int -} - -"""Google Gmail""" -type Gmail { - drafts( - """ - The format to return. Options are - "full": Returns the full email message data with body content parsed in the payload field; the raw field is not used. (default) - "metadata": Returns only email message ID, labels, and email headers. - "minimal": Returns only email message ID and labels; does not return the email headers, body, or payload. - - """ - format: String - - """ - Only return drafts matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when accessing the api using the gmail.metadata scope. - """ - q: String - - """Returns the drafts in the list that come after the specified cursor.""" - after: String - - """The maximum number of drafts to return. Defaults to 10.""" - first: Int - ): GmailDraftsConnection! - messages( - """ - The format to return. Options are - "full": Returns the full email message data with body content parsed in the payload field; the raw field is not used. (default) - "metadata": Returns only email message ID, labels, and email headers. - "minimal": Returns only email message ID and labels; does not return the email headers, body, or payload. - - """ - format: String - - """ - Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when accessing the api using the gmail.metadata scope. - """ - q: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """The maximum number of messages to return. Defaults to 10.""" - first: Int - labelIds: String - ): GmailMessagesConnection! - messageThreads( - """ - The format to return. Options are - "full": Returns the full email message data with body content parsed in the payload field; the raw field is not used. (default) - "metadata": Returns only email message ID, labels, and email headers. - "minimal": Returns only email message ID and labels; does not return the email headers, body, or payload. - - """ - format: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when accessing the api using the gmail.metadata scope. - """ - q: String - - """The maximum number of messages to return. Defaults to 10.""" - first: Int - labelIds: String - ): GmailThreadsConnection! - - """Return a draft by its id""" - draft( - """Draft id""" - id: String! - ): GmailDraft! - - """Return a message by its id""" - message(id: String!): GmailMessage! - - """Return a thread by its id""" - thread(id: String!): GmailThread! - threads( - pageToken: String - - """ - Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when accessing the api using the gmail.metadata scope. - """ - q: String - maxResults: Int - labelIds: String - ): GmailListThreadsResponseDeprecated! @deprecated(reason: "Use messageThreads instead") - queryThreads( - pageToken: String - - """ - Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when accessing the api using the gmail.metadata scope. - """ - q: String - maxResults: Int - labelIds: String - ): GmailListThreadsResponseDeprecated! @deprecated(reason: "Use messageThreads instead") - labels: GmailListLabelsResponse! -} - -"""List of Google Analytics accounts, with pagination information""" -type GoogleAnalyticsAccountsConnection { - """List of Google Analytics accounts""" - nodes: [GoogleAnalyticsAccont!] -} - -"""Permissions the user has for this view (profile).""" -type GoogleAnalyticsProfilePermissions { - """ - All the permissions that the user has for this view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property. - """ - effective: [String!] -} - -type GoogleAnalyticsProfile { - """Permissions the user has for this view (profile).""" - permissions: GoogleAnalyticsProfilePermissions - - """Time this view (profile) was created.""" - created: String - - """Account ID to which this view (profile) belongs.""" - accountId: String - - """Indicates whether this view (profile) is starred or not.""" - starred: Boolean - - """ - Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database. - """ - timezone: String - - """ - The currency type associated with this view (profile), defaults to USD. The supported values are: - USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL - """ - currency: String - - """ - Indicates whether enhanced ecommerce tracking is enabled for this view (profile). This property can only be enabled if ecommerce tracking is enabled. - """ - enhancedECommerceTracking: Boolean - - """View (Profile) ID.""" - id: String - - """Indicates whether bot filtering is enabled for this view (profile).""" - botFilteringEnabled: Boolean - - """Site search category parameters for this view (profile).""" - siteSearchCategoryParameters: String - - """Name of this view (profile).""" - name: String - - """ - Whether or not Analytics will strip search query parameters from the URLs in your reports. - """ - stripSiteSearchQueryParameters: Boolean - - """ - Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs. - """ - webPropertyId: String - - """The site search query parameters for this view (profile).""" - siteSearchQueryParameters: String - - """The query parameters that are excluded from this view (profile).""" - excludeQueryParameters: String - - """Internal ID for the web property to which this view (profile) belongs.""" - internalWebPropertyId: String - - """Default page for this view (profile).""" - defaultPage: String - - """Resource type for Analytics view (profile).""" - kind: String - - """View (Profile) type. Supported types: WEB or APP.""" - type: String - - """ - Indicates whether ecommerce tracking is enabled for this view (profile). - """ - eCommerceTracking: Boolean - - """Time this view (profile) was last modified.""" - updated: String - - """ - Whether or not Analytics will strip search category parameters from the URLs in your reports. - """ - stripSiteSearchCategoryParameters: Boolean - - """Website URL for this view (profile).""" - websiteUrl: String -} - -type GoogleAnalyticsProfilessConnection { - """List of profiles""" - nodes: [GoogleAnalyticsProfile!] -} - -"""Permissions the user has for this web property.""" -type GoogleAnalyticsWebpropertyPermissions { - """ - All the permissions that the user has for this web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account. - """ - effective: [String!] -} - -type GoogleAnalyticsWebproperty { - """Permissions the user has for this web property.""" - permissions: GoogleAnalyticsWebpropertyPermissions - - """Time this web property was created.""" - created: String - - """Account ID to which this web property belongs.""" - accountId: String - - """Indicates whether this web property is starred or not.""" - starred: Boolean - - """ - The length of time for which user and event data is retained. - This property cannot be set on insert. - """ - dataRetentionTtl: String - - """Web property ID of the form UA-XXXXX-YY.""" - id: String - - """The industry vertical/category selected for this web property.""" - industryVertical: String - - """Name of this web property.""" - name: String - - """View (Profile) count for this web property.""" - profileCount: Int - - """Level for this web property. Possible values are STANDARD or PREMIUM.""" - level: String - - """ - Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period). - Set to false to delete data associated with the user identifier automatically after the rentention period. - This property cannot be set on insert. - """ - dataRetentionResetOnNewActivity: Boolean - - """Internal ID for this web property.""" - internalWebPropertyId: String - - """Resource type for Analytics WebProperty.""" - kind: String - - """Time this web property was last modified.""" - updated: String - - """Default view (profile) ID.""" - defaultProfileId: String - - """Website url for this web property.""" - websiteUrl: String - profiles: GoogleAnalyticsProfilessConnection -} - -type GoogleAnalyticsWebPropertiesConnection { - """List of web properties""" - nodes: [GoogleAnalyticsWebproperty!] -} - -"""Permissions the user has for this account.""" -type GoogleAnalyticsAccountPermissions { - """ - All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW). - """ - effective: [String!] -} - -type GoogleAnalyticsAccont { - """Permissions the user has for this account.""" - permissions: GoogleAnalyticsAccountPermissions - - """Time the account was created.""" - created: String - - """Indicates whether this account is starred or not.""" - starred: Boolean - - """Account ID.""" - id: String - - """Account name.""" - name: String - - """Time the account was last modified.""" - updated: String - - """Web properties connected to the account""" - webProperties: GoogleAnalyticsWebPropertiesConnection -} - -""" -Make a REST API call to the Google Analytics API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type GoogleAnalyticsRealtimePassthroughQuery { - """ - Make a GET request to the Google Analytics API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -type GoogleAnalyticsRealtimePassthroughApi { - """ - Make a REST API call to the Google Analytics API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: GoogleAnalyticsRealtimePassthroughQuery! -} - -""" -Make a REST API call to the Google Analytics API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type GoogleAnalyticsReportingPassthroughQuery { - """ - Make a GET request to the Google Analytics API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -type GoogleAnalyticsReportingPassthroughApi { - """ - Make a REST API call to the Google Analytics API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: GoogleAnalyticsReportingPassthroughQuery! -} - -"""The root for Google Analytics""" -type GoogleAnalytics { - """Passthrough field for the Google Analytics Reporting v4 API""" - reportingApi: GoogleAnalyticsReportingPassthroughApi! - - """Passthrough field for the Google Analytics Realtime v3 API""" - realtimeApi: GoogleAnalyticsRealtimePassthroughApi! - - """A Google analytics account.""" - account( - """The account id for the account to fetch.""" - id: String! - ): GoogleAnalyticsAccont! - - """Google analytics accounts, with pagination information.""" - accounts( - """Number of accounts to fetch""" - first: Int - ): GoogleAnalyticsAccountsConnection! -} - -"""""" -type GoogleServices { - analytics: GoogleAnalytics! - gmail: Gmail! - maps: GoogleMaps! - sheets: Sheets! - calendar: GoogleCalendarQuery! - compute: GoogleComputeEngine! - dns: GoogleDNS! - drive: GoogleDrive! - translate: GoogleTranslate! - discovery: GoogleDiscoveryQuery! -} - -enum FedexArrivalLocationTypeEnum { - AIRPORT - CUSTOMER - CUSTOMS_BROKER - DELIVERY_LOCATION - DESTINATION_AIRPORT - DESTINATION_FEDEX_FACILITY - DROP_BOX - ENROUTE - FEDEX_FACILITY - FEDEX_OFFICE_LOCATION - INTERLINE_CARRIER - NON_FEDEX_FACILITY - ORIGIN_AIRPORT - ORIGIN_FEDEX_FACILITY - PICKUP_LOCATION - PLANE - PORT_OF_ENTRY - SHIP_AND_GET_LOCATION - SORT_FACILITY - TURNPOINT - VEHICLE -} - -"""""" -type FedexTrackEvent { - """The time this event occurred.""" - timestamp: String - - """Carrier's scan code. Pairs with EventDescription.""" - eventType: String - - """Literal description that pairs with the EventType.""" - eventDescription: String - - """ - Further defines the Scan Type code's specific type (e.g., DEX08 business closed). Pairs with StatusExceptionDescription. - """ - statusExceptionCode: String - - """Literal description that pairs with the StatusExceptionCode.""" - statusExceptionDescription: String - - """Address information of the station that is responsible for the scan.""" - address: FedexAddress - - """ - FedEx location ID where the scan took place. (Returned for CSR SL only.) - """ - stationId: String - - """Indicates where the arrival actually occurred.""" - arrivalLocation: FedexArrivalLocationTypeEnum -} - -enum FedexEligibilityTypeEnum { - ELIGIBLE - INELIGIBLE - POSSIBLY_ELIGIBLE -} - -enum FedexDeliveryOptionTypeEnum { - INDIRECT_SIGNATURE_RELEASE - REDIRECT_TO_HOLD_AT_LOCATION - REROUTE - RESCHEDULE -} - -"""""" -type FedexDeliveryOptionEligibilityDetail { - """Type of delivery option.""" - option: FedexDeliveryOptionTypeEnum - - """Eligibility of the customer for the specific delivery option.""" - eligibility: FedexEligibilityTypeEnum -} - -"""""" -type FedexTrackSplitShipmentPart { - """The number of pieces in this part.""" - pieceCount: Int - - """The date and time this status began.""" - timestamp: String - - """A code that identifies this type of status.""" - statusCode: String - - """A human-readable description of this status.""" - statusDescription: String -} - -enum FedexNotificationEventTypeEnum { - ON_DELIVERY - ON_ESTIMATED_DELIVERY - ON_EXCEPTION - ON_SHIPMENT - ON_TENDER -} - -"""""" -type FedexSignatureImageDetail { - """""" - image: String - - """""" - notifications: [FedexNotification!] -} - -enum FedexImageSizeTypeEnum { - LARGE - SMALL -} - -enum FedexAvailableImageTypeEnum { - BILL_OF_LADING - SIGNATURE_PROOF_OF_DELIVERY -} - -"""""" -type FedexAvailableImagesDetail { - """""" - type: FedexAvailableImageTypeEnum - - """""" - size: FedexImageSizeTypeEnum -} - -enum FedexPieceCountLocationTypeEnum { - DESTINATION - ORIGIN -} - -"""""" -type FedexPieceCountVerificationDetail { - """""" - countLocationType: FedexPieceCountLocationTypeEnum - - """""" - count: Int - - """""" - description: String -} - -enum FedexTrackDeliveryLocationTypeEnum { - APARTMENT_OFFICE - FEDEX_LOCATION - GATE_HOUSE - GUARD_OR_SECURITY_STATION - IN_BOND_OR_CAGE - LEASING_OFFICE - MAILROOM - MAIN_OFFICE - MANAGER_OFFICE - OTHER - PHARMACY - RECEPTIONIST_OR_FRONT_DESK - RENTAL_OFFICE - RESIDENCE - SHIPPING_RECEIVING -} - -enum FedexOfficeOrderDeliveryMethodTypeEnum { - COURIER - OTHER - PICKUP - SHIPMENT -} - -enum FedexFedExLocationTypeEnum { - FEDEX_AUTHORIZED_SHIP_CENTER - FEDEX_EXPRESS_STATION - FEDEX_FACILITY - FEDEX_FREIGHT_SERVICE_CENTER - FEDEX_GROUND_TERMINAL - FEDEX_HOME_DELIVERY_STATION - FEDEX_OFFICE - FEDEX_SELF_SERVICE_LOCATION - FEDEX_SHIPSITE - FEDEX_SMART_POST_HUB -} - -"""""" -type FedexLocalTimeRange { - """""" - begins: String - - """""" - ends: String -} - -enum FedexAppointmentWindowTypeEnum { - AFTERNOON - LATE_AFTERNOON - MID_DAY - MORNING -} - -"""""" -type FedexAppointmentTimeDetail { - """ - The description that FedEx Ground uses for the appointment window being specified. - """ - type: FedexAppointmentWindowTypeEnum - - """Specifies the window of time for an appointment.""" - window: FedexLocalTimeRange - - """""" - description: String -} - -"""""" -type FedexAppointmentDetail { - """""" - date: String - - """Different appointment time windows on the date specified.""" - windowDetails: [FedexAppointmentTimeDetail!] -} - -enum FedexSpecialInstructionsStatusCodeEnum { - ACCEPTED - CANCELLED - DENIED - HELD - MODIFIED - RELINQUISHED - REQUESTED - SET -} - -"""""" -type FedexSpecialInstructionStatusDetail { - """Specifies the status of the track special instructions requested.""" - status: FedexSpecialInstructionsStatusCodeEnum - - """Time when the status was changed.""" - statusCreateTime: String -} - -enum FedexTrackDeliveryOptionTypeEnum { - APPOINTMENT - DATE_CERTAIN - ELECTRONIC_SIGNATURE_RELEASE - EVENING - REDIRECT_TO_HOLD_AT_LOCATION - REROUTE -} - -"""""" -type FedexTrackSpecialInstruction { - """""" - description: String - - """""" - deliveryOption: FedexTrackDeliveryOptionTypeEnum - - """ - Specifies the status and status update time of the track special instructions. - """ - statusDetail: FedexSpecialInstructionStatusDetail - - """ - Specifies the estimated delivery time that was originally estimated when the shipment was shipped. - """ - originalEstimatedDeliveryTimestamp: String - - """Specifies the time the customer requested a change to the shipment.""" - originalRequestTime: String - - """The requested appointment time for delivery.""" - requestedAppointmentTime: FedexAppointmentDetail -} - -enum FedexDistanceUnitsEnum { - KM - MI -} - -"""""" -type FedexDistance { - """Identifies the distance quantity.""" - value: Float - - """Identifies the unit of measure for the distance value.""" - units: FedexDistanceUnitsEnum -} - -enum FedexTrackingDateOrTimestampTypeEnum { - ACTUAL_DELIVERY - ACTUAL_PICKUP - ACTUAL_TENDER - ANTICIPATED_TENDER - APPOINTMENT_DELIVERY - ESTIMATED_DELIVERY - ESTIMATED_PICKUP - SHIP -} - -"""""" -type FedexTrackingDateOrTimestamp { - """""" - type: FedexTrackingDateOrTimestampTypeEnum - - """""" - dateOrTimestamp: String -} - -enum FedexTrackPossessionStatusTypeEnum { - BROKER - CARRIER - CUSTOMS - RECIPIENT - SHIPPER - SPLIT_STATUS - TRANSFER_PARTNER -} - -enum FedexTrackChargesPaymentClassificationTypeEnum { - DUTIES_AND_TAXES - TRANSPORTATION -} - -"""""" -type FedexTrackPayment { - """Indicates the classification of the charges being paid.""" - classification: FedexTrackChargesPaymentClassificationTypeEnum - - """""" - type: FedexTrackPaymentTypeEnum - - """""" - description: String -} - -enum FedexTrackPaymentTypeEnum { - CASH_OR_CHECK_AT_DESTINATION - CASH_OR_CHECK_AT_ORIGIN - CREDIT_CARD_AT_DESTINATION - CREDIT_CARD_AT_ORIGIN - OTHER - RECIPIENT_ACCOUNT - SHIPPER_ACCOUNT - THIRD_PARTY_ACCOUNT -} - -enum FedexTrackSpecialHandlingTypeEnum { - ACCESSIBLE_DANGEROUS_GOODS - ADULT_SIGNATURE_OPTION - AIRBILL_AUTOMATION - AIRBILL_DELIVERY - ALCOHOL - AM_DELIVERY_GUARANTEE - APPOINTMENT_DELIVERY - BATTERY - BILL_RECIPIENT - BROKER_SELECT_OPTION - CALL_BEFORE_DELIVERY - CALL_TAG - CALL_TAG_DAMAGE - CHARGEABLE_CODE - COD - COLLECT - CONSOLIDATION - CONSOLIDATION_SMALLS_BAG - CURRENCY - CUT_FLOWERS - DATE_CERTAIN_DELIVERY - DELIVERY_ON_INVOICE_ACCEPTANCE - DELIVERY_REATTEMPT - DELIVERY_RECEIPT - DELIVER_WEEKDAY - DIRECT_SIGNATURE_OPTION - DOMESTIC - DO_NOT_BREAK_DOWN_PALLETS - DO_NOT_STACK_PALLETS - DRY_ICE - DRY_ICE_ADDED - EAST_COAST_SPECIAL - ELECTRONIC_COD - ELECTRONIC_DOCUMENTS_WITH_ORIGINALS - ELECTRONIC_SIGNATURE_SERVICE - ELECTRONIC_TRADE_DOCUMENTS - EVENING_DELIVERY - EXCLUSIVE_USE - EXTENDED_DELIVERY - EXTENDED_PICKUP - EXTRA_LABOR - EXTREME_LENGTH - FOOD - FREIGHT_ON_VALUE_CARRIER_RISK - FREIGHT_ON_VALUE_OWN_RISK - FREIGHT_TO_COLLECT - FULLY_REGULATED_DANGEROUS_GOODS - GEL_PACKS_ADDED_OR_REPLACED - GROUND_SUPPORT_FOR_SMARTPOST - GUARANTEED_FUNDS - HAZMAT - HIGH_FLOOR - HOLD_AT_LOCATION - HOLIDAY_DELIVERY - INACCESSIBLE_DANGEROUS_GOODS - INDIRECT_SIGNATURE_OPTION - INSIDE_DELIVERY - INSIDE_PICKUP - INTERNATIONAL - INTERNATIONAL_CONTROLLED_EXPORT - INTERNATIONAL_MAIL_SERVICE - INTERNATIONAL_TRAFFIC_IN_ARMS_REGULATIONS - LIFTGATE - LIFTGATE_DELIVERY - LIFTGATE_PICKUP - LIMITED_ACCESS_DELIVERY - LIMITED_ACCESS_PICKUP - LIMITED_QUANTITIES_DANGEROUS_GOODS - MARKING_OR_TAGGING - NET_RETURN - NON_BUSINESS_TIME - NON_STANDARD_CONTAINER - NO_SIGNATURE_REQUIRED_SIGNATURE_OPTION - ORDER_NOTIFY - OTHER - OTHER_REGULATED_MATERIAL_DOMESTIC - PACKAGE_RETURN_PROGRAM - PIECE_COUNT_VERIFICATION - POISON - PREPAID - PRIORITY_ALERT - PRIORITY_ALERT_PLUS - PROTECTION_FROM_FREEZING - RAIL_MODE - RECONSIGNMENT_CHARGES - REROUTE_CROSS_COUNTRY_DEFERRED - REROUTE_CROSS_COUNTRY_EXPEDITED - REROUTE_LOCAL - RESIDENTIAL_DELIVERY - RESIDENTIAL_PICKUP - RETURNS_CLEARANCE - RETURNS_CLEARANCE_SPECIAL_ROUTING_REQUIRED - RETURN_MANAGER - SATURDAY_DELIVERY - SHIPMENT_PLACED_IN_COLD_STORAGE - SINGLE_SHIPMENT - SMALL_QUANTITY_EXCEPTION - SORT_AND_SEGREGATE - SPECIAL_DELIVERY - SPECIAL_EQUIPMENT - STANDARD_GROUND_SERVICE - STORAGE - SUNDAY_DELIVERY - THIRD_PARTY_BILLING - THIRD_PARTY_CONSIGNEE - TOP_LOAD - WEEKEND_DELIVERY - WEEKEND_PICKUP -} - -"""""" -type FedexTrackSpecialHandling { - """""" - type: FedexTrackSpecialHandlingTypeEnum - - """""" - description: String - - """""" - paymentType: FedexTrackPaymentTypeEnum -} - -enum FedexTrackAdvanceNotificationStatusTypeEnum { - BACK_ON_TRACK - FAIL -} - -"""""" -type FedexTrackAdvanceNotificationDetail { - """""" - estimatedTimeOfArrival: String - - """""" - reason: String - - """""" - status: FedexTrackAdvanceNotificationStatusTypeEnum - - """""" - statusDescription: String - - """""" - statusTime: String -} - -enum FedexCustomsOptionTypeEnum { - COURTESY_RETURN_LABEL - EXHIBITION_TRADE_SHOW - FAULTY_ITEM - FOLLOWING_REPAIR - FOR_REPAIR - ITEM_FOR_LOAN - OTHER - REJECTED - REPLACEMENT - TRIAL -} - -"""""" -type FedexCustomsOptionDetail { - """""" - type: FedexCustomsOptionTypeEnum - - """ - Specifies additional description about customs options. This is a required field when the customs options type is "OTHER". - """ - description: String -} - -enum FedexTrackReturnLabelTypeEnum { - EMAIL - PRINT -} - -enum FedexTrackReturnMovementStatusTypeEnum { - MOVEMENT_OCCURRED - NO_MOVEMENT -} - -"""""" -type FedexTrackReturnDetail { - """""" - movementStatus: FedexTrackReturnMovementStatusTypeEnum - - """""" - labelType: FedexTrackReturnLabelTypeEnum - - """""" - description: String - - """""" - authorizationName: String -} - -"""""" -type FedexDateRange { - """""" - begins: String - - """""" - ends: String -} - -enum FedexNaftaNetCostMethodCodeEnum { - NC - NO -} - -enum FedexNaftaProducerDeterminationCodeEnum { - NO_1 - NO_2 - NO_3 - YES -} - -enum FedexNaftaPreferenceCriterionCodeEnum { - A - B - C - D - E - F -} - -"""""" -type FedexNaftaCommodityDetail { - """Defined by NAFTA regulations.""" - preferenceCriterion: FedexNaftaPreferenceCriterionCodeEnum - - """Defined by NAFTA regulations.""" - producerDetermination: FedexNaftaProducerDeterminationCodeEnum - - """ - Identification of which producer is associated with this commodity (if multiple producers are used in a single shipment). - """ - producerId: String - - """""" - netCostMethod: FedexNaftaNetCostMethodCodeEnum - - """Date range over which RVC net cost was calculated.""" - netCostDateRange: FedexDateRange -} - -"""""" -type FedexEdtExciseCondition { - """""" - category: String - - """ - Customer-declared value, with data type and legal values depending on excise condition, used in defining the taxable value of the item. - """ - value: String -} - -"""""" -type FedexMeasure { - """""" - quantity: Float - - """""" - units: String -} - -enum FedexCommodityPurposeTypeEnum { - BUSINESS - CONSUMER -} - -"""""" -type FedexCommodity { - """ - Value used to identify a commodity description; must be unique within the containing shipment. - """ - commodityId: String - - """""" - name: String - - """""" - numberOfPieces: Int - - """""" - description: String - - """""" - purpose: FedexCommodityPurposeTypeEnum - - """""" - countryOfManufacture: String - - """""" - harmonizedCode: String - - """""" - weight: FedexWeight - - """""" - quantity: Float - - """""" - quantityUnits: String - - """ - Contains only additional quantitative information other than weight and quantity to calculate duties and taxes. - """ - additionalMeasures: [FedexMeasure!] - - """""" - unitPrice: FedexMoney - - """""" - customsValue: FedexMoney - - """ - Defines additional characteristic of commodity used to calculate duties and taxes - """ - exciseConditions: [FedexEdtExciseCondition!] - - """""" - exportLicenseNumber: String - - """""" - exportLicenseExpirationDate: String - - """""" - ciMarksAndNumbers: String - - """""" - partNumber: String - - """All data required for this commodity in NAFTA Certificate of Origin.""" - naftaDetail: FedexNaftaCommodityDetail -} - -"""""" -type FedexContentRecord { - """""" - partNumber: String - - """""" - itemNumber: String - - """""" - receivedQuantity: Int - - """""" - description: String -} - -enum FedexTrackDetailAttributeTypeEnum { - INCLUDED_IN_WATCHLIST -} - -"""""" -type FedexMoney { - """""" - currency: String - - """""" - amount: Float -} - -enum FedexTrackChargeDetailTypeEnum { - ORIGINAL_CHARGES -} - -"""""" -type FedexTrackChargeDetail { - """""" - type: FedexTrackChargeDetailTypeEnum - - """""" - chargeAmount: FedexMoney -} - -enum FedexPhysicalPackagingTypeEnum { - BAG - BARREL - BASKET - BOX - BUCKET - BUNDLE - CAGE - CARTON - CASE - CHEST - CONTAINER - CRATE - CYLINDER - DRUM - ENVELOPE - HAMPER - OTHER - PACKAGE - PAIL - PALLET - PARCEL - PIECE - REEL - ROLL - SACK - SHRINK_WRAPPED - SKID - TANK - TOTE_BIN - TUBE - UNIT -} - -enum FedexPackagingTypeEnum { - FEDEX_10KG_BOX - FEDEX_25KG_BOX - FEDEX_BOX - FEDEX_ENVELOPE - FEDEX_EXTRA_LARGE_BOX - FEDEX_LARGE_BOX - FEDEX_MEDIUM_BOX - FEDEX_PAK - FEDEX_SMALL_BOX - FEDEX_TUBE - YOUR_PACKAGING -} - -enum FedexLinearUnitsEnum { - CM - IN -} - -"""""" -type FedexDimensions { - """""" - length: Int - - """""" - width: Int - - """""" - height: Int - - """""" - units: FedexLinearUnitsEnum -} - -enum FedexWeightUnitsEnum { - KG - LB -} - -"""""" -type FedexWeight { - """Identifies the unit of measure associated with a weight value.""" - units: FedexWeightUnitsEnum - - """Identifies the weight value of a package/shipment.""" - value: Float -} - -enum FedexServiceTypeEnum { - EUROPE_FIRST_INTERNATIONAL_PRIORITY - FEDEX_1_DAY_FREIGHT - FEDEX_2_DAY - FEDEX_2_DAY_AM - FEDEX_2_DAY_FREIGHT - FEDEX_3_DAY_FREIGHT - FEDEX_CARGO_AIRPORT_TO_AIRPORT - FEDEX_CARGO_FREIGHT_FORWARDING - FEDEX_CARGO_INTERNATIONAL_EXPRESS_FREIGHT - FEDEX_CARGO_INTERNATIONAL_PREMIUM - FEDEX_CARGO_MAIL - FEDEX_CARGO_REGISTERED_MAIL - FEDEX_CARGO_SURFACE_MAIL - FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE - FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE_EXCLUSIVE_USE - FEDEX_CUSTOM_CRITICAL_AIR_EXPEDITE_NETWORK - FEDEX_CUSTOM_CRITICAL_CHARTER_AIR - FEDEX_CUSTOM_CRITICAL_POINT_TO_POINT - FEDEX_CUSTOM_CRITICAL_SURFACE_EXPEDITE - FEDEX_CUSTOM_CRITICAL_SURFACE_EXPEDITE_EXCLUSIVE_USE - FEDEX_CUSTOM_CRITICAL_TEMP_ASSURE_AIR - FEDEX_CUSTOM_CRITICAL_TEMP_ASSURE_VALIDATED_AIR - FEDEX_CUSTOM_CRITICAL_WHITE_GLOVE_SERVICES - FEDEX_DISTANCE_DEFERRED - FEDEX_EXPRESS_SAVER - FEDEX_FIRST_FREIGHT - FEDEX_FREIGHT_ECONOMY - FEDEX_FREIGHT_PRIORITY - FEDEX_GROUND - FEDEX_NEXT_DAY_AFTERNOON - FEDEX_NEXT_DAY_EARLY_MORNING - FEDEX_NEXT_DAY_END_OF_DAY - FEDEX_NEXT_DAY_FREIGHT - FEDEX_NEXT_DAY_MID_MORNING - FIRST_OVERNIGHT - GROUND_HOME_DELIVERY - INTERNATIONAL_DISTRIBUTION_FREIGHT - INTERNATIONAL_ECONOMY - INTERNATIONAL_ECONOMY_DISTRIBUTION - INTERNATIONAL_ECONOMY_FREIGHT - INTERNATIONAL_FIRST - INTERNATIONAL_PRIORITY - INTERNATIONAL_PRIORITY_DISTRIBUTION - INTERNATIONAL_PRIORITY_EXPRESS - INTERNATIONAL_PRIORITY_FREIGHT - PRIORITY_OVERNIGHT - SAME_DAY - SAME_DAY_CITY - SMART_POST - STANDARD_OVERNIGHT - TRANSBORDER_DISTRIBUTION_CONSOLIDATION -} - -"""""" -type FedexTrackServiceDescriptionDetail { - """""" - type: FedexServiceTypeEnum - - """""" - description: String - - """ - Specifies a shorter description for the service that is calculated per the service code. - """ - shortDescription: String -} - -enum FedexTrackIdentifierTypeEnum { - BILL_OF_LADING - COD_RETURN_TRACKING_NUMBER - CUSTOMER_AUTHORIZATION_NUMBER - CUSTOMER_REFERENCE - DEPARTMENT - DOCUMENT_AIRWAY_BILL - FREE_FORM_REFERENCE - GROUND_INTERNATIONAL - GROUND_SHIPMENT_ID - GROUP_MPS - INVOICE - JOB_GLOBAL_TRACKING_NUMBER - ORDER_GLOBAL_TRACKING_NUMBER - ORDER_TO_PAY_NUMBER - OUTBOUND_LINK_TO_RETURN - PARTNER_CARRIER_NUMBER - PART_NUMBER - PURCHASE_ORDER - REROUTE_TRACKING_NUMBER - RETURNED_TO_SHIPPER_TRACKING_NUMBER - RETURN_MATERIALS_AUTHORIZATION - SHIPPER_REFERENCE - STANDARD_MPS - TRACKING_NUMBER_OR_DOORTAG - TRANSPORTATION_CONTROL_NUMBER -} - -"""""" -type FedexTrackPackageIdentifier { - """ - The type of the Value to be used to retrieve tracking information for a package (e.g. SHIPPER_REFERENCE, PURCHASE_ORDER, TRACKING_NUMBER_OR_DOORTAG, etc..) . - """ - type: FedexTrackIdentifierTypeEnum! - - """The value to be used to retrieve tracking information for a package.""" - value: String! -} - -"""""" -type FedexTrackOtherIdentifierDetail { - """""" - packageIdentifier: FedexTrackPackageIdentifier - - """""" - trackingNumberUniqueIdentifier: String - - """""" - carrierCode: FedexCarrierCodeTypeEnum -} - -"""""" -type FedexContact { - """Identifies the contact person's name.""" - personName: String - - """Identifies the contact person's title.""" - title: String - - """Identifies the company this contact is associated with.""" - companyName: String - - """Identifies the phone number associated with this contact.""" - phoneNumber: String - - """Identifies the phone extension associated with this contact.""" - phoneExtension: String - - """Identifies a toll free number, if any, associated with this contact.""" - tollFreePhoneNumber: String - - """Identifies the pager number associated with this contact.""" - pagerNumber: String - - """Identifies the fax number associated with this contact.""" - faxNumber: String - - """Identifies the email address associated with this contact.""" - eMailAddress: String -} - -"""""" -type FedexContactAndAddress { - """""" - contact: FedexContact! - - """""" - address: FedexAddress -} - -enum FedexOperatingCompanyTypeEnum { - FEDEX_CARGO - FEDEX_CORPORATE_SERVICES - FEDEX_CORPORATION - FEDEX_CUSTOMER_INFORMATION_SYSTEMS - FEDEX_CUSTOM_CRITICAL - FEDEX_EXPRESS - FEDEX_FREIGHT - FEDEX_GROUND - FEDEX_KINKOS - FEDEX_OFFICE - FEDEX_SERVICES - FEDEX_TRADE_NETWORKS -} - -enum FedexCarrierCodeTypeEnum { - FDXC - FDXE - FDXG - FXCC - FXFR - FXSP -} - -"""""" -type FedexTrackReconciliation { - """An identifier for this type of status.""" - status: String! - - """A human-readable description of this status.""" - description: String! -} - -"""""" -type FedexCustomerExceptionRequestDetail { - """Unique identifier for the customer exception request.""" - id: String - - """""" - statusCode: String - - """""" - statusDescription: String - - """""" - createTime: String -} - -"""""" -type FedexTrackInformationNoteDetail { - """ - A code that designates the type of informational message being returned. - """ - code: String - - """The informational message in human readable form.""" - description: String -} - -"""""" -type FedexTrackStatusAncillaryDetail { - """""" - reason: String - - """""" - reasonDescription: String - - """""" - action: String - - """""" - actionDescription: String -} - -"""""" -type FedexAddress { - """ - Combination of number, street name, etc. At least one line is required for a valid physical address; empty lines should not be included. - """ - streetLines: [String!] - - """Name of city, town, etc.""" - city: String - - """ - Identifying abbreviation for US state, Canada province, etc. Format and presence of this field will vary, depending on country. - """ - stateOrProvinceCode: String - - """ - Identification of a region (usually small) for mail/package delivery. Format and presence of this field will vary, depending on country. - """ - postalCode: String - - """Relevant only to addresses in Puerto Rico.""" - urbanizationCode: String - - """The two-letter code used to identify a country.""" - countryCode: String - - """The fully spelt out name of a country.""" - countryName: String - - """Indicates whether this address residential (as opposed to commercial).""" - residential: Boolean - - """The geographic coordinates cooresponding to this address.""" - geographicCoordinates: String -} - -"""""" -type FedexTrackStatusDetail { - """""" - creationTime: String - - """""" - code: String - - """""" - description: String - - """""" - location: FedexAddress - - """""" - ancillaryDetails: [FedexTrackStatusAncillaryDetail!] -} - -enum FedexStringBarcodeTypeEnum { - ADDRESS - ASTRA - FEDEX_1D - GROUND - POSTAL - USPS -} - -"""""" -type FedexStringBarcode { - """The kind of barcode data in this instance.""" - type: FedexStringBarcodeTypeEnum - - """The data content of this instance.""" - value: String -} - -"""""" -type FedexTrackDetail { - """To report soft error on an individual track detail.""" - notification: FedexNotification - - """The FedEx package identifier.""" - trackingNumber: String - - """""" - barcode: FedexStringBarcode - - """ - When duplicate tracking numbers exist this data is returned with summary information for each of the duplicates. The summary information is used to determine which of the duplicates the intended tracking number is. This identifier is used on a subsequent track request to retrieve the tracking data for the desired tracking number. - """ - trackingNumberUniqueIdentifier: String - - """Specifies details about the status of the shipment being tracked.""" - statusDetail: FedexTrackStatusDetail - - """ - Notifications to the end user that provide additional information relevant to the tracked shipment. For example, a notification may indicate that a change in behavior has occurred. - """ - informationNotes: [FedexTrackInformationNoteDetail!] - - """""" - customerExceptionRequests: [FedexCustomerExceptionRequestDetail!] - - """ - Used to report the status of a piece of a multiple piece shipment which is no longer traveling with the rest of the packages in the shipment or has not been accounted for. - """ - reconciliation: FedexTrackReconciliation - - """ - Used to convey information such as. 1. FedEx has received information about a package but has not yet taken possession of it. 2. FedEx has handed the package off to a third party for final delivery. 3. The package delivery has been cancelled - """ - serviceCommitMessage: String - - """""" - destinationServiceArea: String - - """""" - destinationServiceAreaDescription: String - - """Identifies a FedEx operating company (transportation).""" - carrierCode: FedexCarrierCodeTypeEnum - - """ - Identifies operating transportation company that is the specific to the carrier code. - """ - operatingCompany: FedexOperatingCompanyTypeEnum - - """ - Specifies a detailed description about the carrier or the operating company. - """ - operatingCompanyOrCarrierDescription: String - - """ - If the package was interlined to a cartage agent, this is the name of the cartage agent. (Returned for CSR SL only.) - """ - cartageAgentCompanyName: String - - """Specifies the FXO production centre contact and address.""" - productionLocationContactAndAddress: FedexContactAndAddress - - """""" - otherIdentifiers: [FedexTrackOtherIdentifierDetail!] - - """(Returned for CSR SL only.)""" - formId: String - - """Specifies details about service such as service description and type.""" - service: FedexTrackServiceDescriptionDetail - - """The weight of this package.""" - packageWeight: FedexWeight - - """Physical dimensions of the package.""" - packageDimensions: FedexDimensions - - """The dimensional weight of the package.""" - packageDimensionalWeight: FedexWeight - - """The weight of the entire shipment.""" - shipmentWeight: FedexWeight - - """Retained for legacy compatibility only.""" - packaging: String - - """ - Strict representation of the Packaging type (e.g. FEDEX_BOX, YOUR_PACKAGING). - """ - packagingType: FedexPackagingTypeEnum - - """""" - physicalPackagingType: FedexPhysicalPackagingTypeEnum - - """ - The sequence number of this package in a shipment. This would be 2 if it was package number 2 of 4. - """ - packageSequenceNumber: Int - - """The number of packages in this shipment.""" - packageCount: Int - - """ - FOR FEDEX INTERNAL USE ONLY: Specifies the software id of the device that was used to create this tracked shipment. - """ - creatorSoftwareId: String - - """Specifies the details about the SPOC details.""" - charges: [FedexTrackChargeDetail!] - - """""" - nickName: String - - """""" - notes: String - - """""" - attributes: [FedexTrackDetailAttributeTypeEnum!] - - """""" - shipmentContents: [FedexContentRecord!] - - """""" - packageContents: [String!] - - """""" - clearanceLocationCode: String - - """""" - commodities: [FedexCommodity!] - - """""" - returnDetail: FedexTrackReturnDetail - - """Specifies the reason for return.""" - customsOptionDetails: [FedexCustomsOptionDetail!] - - """""" - advanceNotificationDetail: FedexTrackAdvanceNotificationDetail - - """List of special handlings that applied to this package.""" - specialHandlings: [FedexTrackSpecialHandling!] - - """ - Specifies the details about the payments for the shipment being tracked. - """ - payments: [FedexTrackPayment!] - - """(Returned for CSR SL only.)""" - shipper: FedexContact - - """Indicates last-known possession of package (Returned for CSR SL only.)""" - possessionStatus: FedexTrackPossessionStatusTypeEnum - - """""" - shipperAddress: FedexAddress - - """The address of the FedEx pickup location/facility.""" - originLocationAddress: FedexAddress - - """(Returned for CSR SL only.)""" - originStationId: String - - """""" - datesOrTimes: [FedexTrackingDateOrTimestamp!] - - """ - The distance from the origin to the destination. Returned for Custom Critical shipments. - """ - totalTransitDistance: FedexDistance - - """ - Total distance package still has to travel. Returned for Custom Critical shipments. - """ - distanceToDestination: FedexDistance - - """Provides additional details about package delivery.""" - specialInstructions: [FedexTrackSpecialInstruction!] - - """(Returned for CSR SL only.)""" - recipient: FedexContact - - """This is the latest updated destination address.""" - lastUpdatedDestinationAddress: FedexAddress - - """The address this package is to be (or has been) delivered.""" - destinationAddress: FedexAddress - - """""" - holdAtLocationContact: FedexContact - - """The address this package is requested to placed on hold.""" - holdAtLocationAddress: FedexAddress - - """(Returned for CSR SL only.)""" - destinationStationId: String - - """The address of the FedEx delivery location/facility.""" - destinationLocationAddress: FedexAddress - - """""" - destinationLocationType: FedexFedExLocationTypeEnum - - """""" - destinationLocationTimeZoneOffset: String - - """ - Actual address where package was delivered. Differs from destinationAddress, which indicates where the package was to be delivered; This field tells where delivery actually occurred (next door, at station, etc.) - """ - actualDeliveryAddress: FedexAddress - - """Identifies the method of office order delivery.""" - officeOrderDeliveryMethod: FedexOfficeOrderDeliveryMethodTypeEnum - - """ - Strict text indicating the delivery location at the delivered to address. - """ - deliveryLocationType: FedexTrackDeliveryLocationTypeEnum - - """ - User/screen friendly representation of the DeliveryLocationType (delivery location at the delivered to address). Can be returned in localized text. - """ - deliveryLocationDescription: String - - """ - Specifies the number of delivery attempts made to deliver the shipment. - """ - deliveryAttempts: Int - - """ - This is either the name of the person that signed for the package or "Signature not requested" or "Signature on file". - """ - deliverySignatureName: String - - """ - Specifies the details about the count of the packages delivered at the delivery location and the count of the packages at the origin. - """ - pieceCountVerificationDetails: [FedexPieceCountVerificationDetail!] - - """ - Specifies the total number of unique addresses on the CRNs in a consolidation. - """ - totalUniqueAddressCountInConsolidation: Int - - """""" - availableImages: [FedexAvailableImagesDetail!] - - """""" - signature: FedexSignatureImageDetail - - """""" - notificationEventsAvailable: [FedexNotificationEventTypeEnum!] - - """ - Returned for cargo shipments only when they are currently split across vehicles. - """ - splitShipmentParts: [FedexTrackSplitShipmentPart!] - - """ - Specifies the details about the eligibility for different delivery options. - """ - deliveryOptionEligibilityDetails: [FedexDeliveryOptionEligibilityDetail!] - - """Event information for a tracking number.""" - events: [FedexTrackEvent!] -} - -"""""" -type FedexCompletedTrackDetail { - """""" - highestSeverity: FedexNotificationSeverityTypeEnum - - """""" - notifications: [FedexNotification!] - - """ - True if duplicate packages (more than one package with the same tracking number) have been found, and only limited data will be provided for each one. - """ - duplicateWaybill: Boolean - - """True if additional packages remain to be retrieved.""" - moreData: Boolean - - """ - Value that must be passed in a TrackNotification request to retrieve the next set of packages (when MoreDataAvailable = true). - """ - pagingToken: String - - """ - Identifies the total number of available track details across all pages. - """ - trackDetailsCount: Int - - """Contains detailed tracking information for the requested packages(s).""" - trackDetails: [FedexTrackDetail!] -} - -"""""" -type FedexVersionId { - """Identifies a system or sub-system which performs an operation.""" - serviceId: String! - - """Identifies the service business level.""" - major: Int! - - """Identifies the service interface level.""" - intermediate: Int! - - """Identifies the service code level.""" - minor: Int! -} - -"""""" -type FedexLocalization { - """Two-letter code for language (e.g. EN, FR, etc.)""" - languageCode: String! - - """Two-letter code for the region (e.g. us, ca, etc..).""" - localeCode: String -} - -"""""" -type FedexTransactionDetail { - """ - Free form text to be echoed back in the reply. Used to match requests and replies. - """ - customerTransactionId: String - - """ - Governs data payload language/translations (contrasted with ClientDetail.localization, which governs Notification.localizedMessage language selection). - """ - localization: FedexLocalization -} - -"""""" -type FedexNotificationParameter { - """ - Identifies the type of data contained in Value (e.g. SERVICE_TYPE, PACKAGE_SEQUENCE, etc..). - """ - id: String - - """The value of the parameter (e.g. PRIORITY_OVERNIGHT, 2, etc..).""" - value: String -} - -"""""" -type FedexNotification { - """ - The severity of this notification. This can indicate success or failure or some other information about the request. The values that can be returned are SUCCESS - Your transaction succeeded with no other applicable information. NOTE - Additional information that may be of interest to you about your transaction. WARNING - Additional information that you need to know about your transaction that you may need to take action on. ERROR - Information about an error that occurred while processing your transaction. FAILURE - FedEx was unable to process your transaction at this time due to a system failure. Please try again later - """ - severity: FedexNotificationSeverityTypeEnum! - - """ - Indicates the source of this notification. Combined with the Code it uniquely identifies this notification - """ - source: String! - - """ - A code that represents this notification. Combined with the Source it uniquely identifies this notification. - """ - code: String - - """Human-readable text that explains this notification.""" - message: String - - """ - The translated message. The language and locale specified in the ClientDetail. Localization are used to determine the representation. Currently only supported in a TrackReply. - """ - localizedMessage: String - - """ - A collection of name/value pairs that provide specific data to help the client determine the nature of an error (or warning, etc.) without having to parse the message string. - """ - messageParameters: [FedexNotificationParameter!] -} - -enum FedexNotificationSeverityTypeEnum { - ERROR - FAILURE - NOTE - SUCCESS - WARNING -} - -"""""" -type FedexTrackReply { - """ - This contains the severity type of the most severe Notification in the Notifications array. - """ - highestSeverity: FedexNotificationSeverityTypeEnum! - - """ - Information about the request/reply such was the transaction successful or not, and any additional information relevant to the request and/or reply. There may be multiple Notifications in a reply. - """ - notifications: [FedexNotification!]! - - """ - Contains the CustomerTransactionDetail that is echoed back to the caller for matching requests and replies and a Localization element for defining the language/translation used in the reply data. - """ - transactionDetail: FedexTransactionDetail - - """Contains the version of the reply being used.""" - version: FedexVersionId! - - """Contains detailed tracking entity information.""" - completedTrackDetails: [FedexCompletedTrackDetail!] -} - -"""The root for Fedex""" -type FedexQuery { - """Track a Fedex package""" - track( - """Tracking number for the package""" - trackingNumber: String! - ): FedexTrackReply! - - """Track multiple Fedex packages""" - trackMultiple( - """Tracking numbers for packages""" - trackingNumbers: [String!]! - ): [FedexTrackReply]! -} - -"""""" -type FacebookBusinessWhatsAppBusinessProfile { - id: String - nameVerification: JSON - verifiedName: String -} - -"""""" -type FacebookBusinessWhatsAppBusinessAccount { - analytics: JSON - currency: String - id: String - messageTemplateNamespace: String - name: String - onBehalfOfBusinessInfo: JSON - purchaseOrderNumber: String - status: String - timezoneId: String - messageTemplates(status: [FacebookBusinessStatusEnum!], nameOrContent: String, name: String, language: [String!], content: String, category: [FacebookBusinessCategoryEnum!], before: String, after: String, first: Int): FacebookBusinessJSONConnection! - phoneNumbers(before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -"""""" -type FacebookBusinessVideoGameShow { - endTime: String - gameStatus: String - gameType: String - id: String - startTime: String -} - -"""""" -type FacebookBusinessSplitTestConfig { - budget: Int - earlyWinnerDeclarationEnabled: Boolean - endTime: String - splits: [Int] - startTime: String - testVariable: String - id: String -} - -"""""" -type FacebookBusinessSavedMessageResponse { - category: String - id: String - image: String - isEnabled: Boolean - message: String - title: String -} - -"""""" -type FacebookBusinessReferral { - id: String - inviteLimit: Int - messengerCta: String - messengerPromotionText: String - namespace: String - needPromoCode: Boolean - offerOrigin: String - promotionText: String - receiverBenefitsText: String - referralLinkUri: String - senderBenefitsText: String -} - -"""""" -type FacebookBusinessReadOnlyAnalyticsUserPropertyConfig { - activeProperties: [String] - id: String -} - -"""""" -type FacebookBusinessPageSavedFilter { - displayName: String - filters: [JSON] - id: String - pageId: String - section: String - timeCreated: Int - timeUpdated: Int -} - -"""""" -type FacebookBusinessOpenGraphObject { - admins: [JSON] - application: JSON - audio: [JSON] - createdTime: String - description: String - determiner: String - engagement: FacebookBusinessEngagement - id: String - image: [JSON] - isScraped: Boolean - locale: JSON - location: FacebookBusinessLocation - postActionId: String - profileId: JSON - restrictions: JSON - seeAlso: [String] - siteName: String - title: String - updatedTime: String - video: [JSON] - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - reactions(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessProfileConnection! -} - -"""""" -type FacebookBusinessOpenGraphContext { - id: String - friendsTaggedAt(before: String, after: String, first: Int): FacebookBusinessUserConnection! - musicListenFriends(before: String, after: String, first: Int): FacebookBusinessUserConnection! - videoWatchFriends(before: String, after: String, first: Int): FacebookBusinessUserConnection! -} - -"""""" -type FacebookBusinessOfflineTermsOfService { - acceptTime: Int - id: String - signedByUser: FacebookBusinessUser -} - -"""""" -type FacebookBusinessMessengerPlatformReferral { - adId: String - id: String - ref: String - source: String -} - -"""""" -type FacebookBusinessMeasurementUploadEvent { - aggregationLevel: String - conversionEndDate: String - conversionStartDate: String - eventStatus: String - id: String - lookbackWindow: String - matchUniverse: String - partner: FacebookBusinessBusiness - timezone: String - uploadTag: String -} - -"""""" -type FacebookBusinessLink { - caption: String - createdTime: String - description: String - from: JSON - icon: String - id: String - link: String - message: String - multiShareOptimized: Boolean - name: String - privacy: FacebookBusinessPrivacy - via: JSON - likes(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - reactions(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessProfileConnection! - sharedPosts(before: String, after: String, first: Int): FacebookBusinessPostConnection! -} - -"""""" -type FacebookBusinessLifeEvent { - description: String - endTime: String - from: FacebookBusinessPage - id: String - isHidden: Boolean - startTime: String - title: String - updatedTime: String - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - likes(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - photos(before: String, after: String, first: Int): FacebookBusinessPhotoConnection! - sharedPosts(before: String, after: String, first: Int): FacebookBusinessPostConnection! -} - -"""""" -type FacebookBusinessIterativeSplitTestConfig { - budget: Int - endTime: String - guidance: JSON - id: String - iterativeSplitTestOriginalVariantId: String - iterativeSplitTestVariantToSplitMapping: JSON - resultsWindow: JSON - splits: [Int] - startTime: String -} - -"""""" -type FacebookBusinessDynamicContentSet { - businessId: String - id: String - name: String -} - -"""""" -type FacebookBusinessDomain { - id: String - name: String - url: String -} - -"""""" -type FacebookBusinessDestinationCatalogSettings { - generateItemsFromPages: Boolean - id: String -} - -"""""" -type FacebookBusinessBusinessImage { - business: FacebookBusinessBusiness - creationTime: String - hash: String - height: Int - id: String - mediaLibraryUrl: String - name: String - url: String - url128: String - width: Int - adPlacementValidationResults(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - creativeAssetTags(businessId: String!, before: String, after: String, first: Int): FacebookBusinessCreativeAssetTagConnection! - insights(timeRangeJson: JSON, breakdowns: [FacebookBusinessBreakdownsEnum!], before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -"""""" -type FacebookBusinessBrandAudience { - account: FacebookBusinessAdAccount - deliveryTargeting: FacebookBusinessTargeting - description: String - id: String - name: String - status: String - targeting: FacebookBusinessTargeting - timeCreated: String - timeUpdated: String -} - -"""""" -type FacebookBusinessAudioCopyright { - creationTime: String - displayedMatchesCount: Int - id: String - inConflict: Boolean - isrc: String - matchRule: FacebookBusinessVideoCopyrightRule - ownershipCountries: [String] - referenceFileStatus: String - ridgeMonitoringStatus: String - tags: [String] - updateTime: String - whitelistedFbUsers: [JSON] - whitelistedIgUsers: [String] -} - -"""""" -type FacebookBusinessAsyncSession { - app: FacebookBusinessApplication - completeTime: String - errorCode: Int - exception: String - id: String - method: String - name: String - page: FacebookBusinessPage - percentCompleted: Int - platformVersion: String - result: String - startTime: String - status: String - uri: String - user: FacebookBusinessUser -} - -"""""" -type FacebookBusinessAdsInterest { - audienceSize: Int - description: String - disambiguationCategory: String - id: String - name: String - path: [String] - topic: String -} - -enum FacebookBusinessAdgroupactivityObjectiveOld { - APP_INSTALLS - BRAND_AWARENESS - CANVAS_APP_ENGAGEMENT - CANVAS_APP_INSTALLS - EVENT_RESPONSES - LEAD_GENERATION - LINK_CLICKS - LOCAL_AWARENESS - MESSAGES - MOBILE_APP_ENGAGEMENT - MOBILE_APP_INSTALLS - NONE - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - PRODUCT_CATALOG_SALES - VIDEO_VIEWS - WEBSITE_CONVERSIONS -} - -enum FacebookBusinessAdgroupactivityObjectiveNew { - APP_INSTALLS - BRAND_AWARENESS - CANVAS_APP_ENGAGEMENT - CANVAS_APP_INSTALLS - EVENT_RESPONSES - LEAD_GENERATION - LINK_CLICKS - LOCAL_AWARENESS - MESSAGES - MOBILE_APP_ENGAGEMENT - MOBILE_APP_INSTALLS - NONE - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - PRODUCT_CATALOG_SALES - VIDEO_VIEWS - WEBSITE_CONVERSIONS -} - -"""""" -type FacebookBusinessAdgroupActivity { - adCreativeIdNew: String - adCreativeIdOld: String - assetFeedIdNew: String - assetFeedIdOld: String - bidAmountNew: Int - bidAmountOld: Int - bidInfoNew: JSON - bidInfoOld: JSON - bidTypeNew: String - bidTypeOld: String - conversionSpecsNew: [JSON] - conversionSpecsOld: [JSON] - createdTime: String - displaySequenceNew: Int - displaySequenceOld: Int - engagementAudienceNew: Boolean - engagementAudienceOld: Boolean - eventTime: String - eventType: String - forceRunStatusNew: Boolean - forceRunStatusOld: Boolean - friendlyNameNew: String - friendlyNameOld: String - id: String - isReviewerAdminNew: Boolean - isReviewerAdminOld: Boolean - objectiveNew: FacebookBusinessAdgroupactivityObjectiveNew - objectiveOld: FacebookBusinessAdgroupactivityObjectiveOld - objectiveSourceNew: String - objectiveSourceOld: String - priorityNew: Int - priorityOld: Int - reasonNew: String - reasonOld: String - runStatusNew: String - runStatusOld: String - sourceAdgroupIdNew: String - sourceAdgroupIdOld: String - startTimeNew: String - startTimeOld: String - stopTimeNew: String - stopTimeOld: String - targetSpecIdNew: String - targetSpecIdOld: String - trackingPixelIdsNew: [String] - trackingPixelIdsOld: [String] - trackingSpecsNew: [JSON] - trackingSpecsOld: [JSON] - updateTimeNew: String - updateTimeOld: String - viewTagsNew: [String] - viewTagsOld: [String] -} - -"""""" -type FacebookBusinessAdReportSpec { - accountId: String - actionsGroupBy: [String] - creationSource: String - dataColumns: [String] - datePreset: String - exportColumns: [String] - filters: [JSON] - formatVersion: Int - id: String - insightsSection: JSON - name: String - reportSchedule: JSON - reportScheduleId: String - sortBy: String - sortDir: String - timeIncrement: String - timeInterval: JSON - timeRanges: [JSON] -} - -"""""" -type FacebookBusinessAdReportRun { - accountId: String - asyncPercentCompletion: Int - asyncStatus: String - dateStart: String - dateStop: String - emails: [String] - friendlyName: String - id: String - isBookmarked: Boolean - isRunning: Boolean - scheduleId: String - timeCompleted: Int - timeRef: Int - insights(before: String, after: String, first: Int): FacebookBusinessAdsInsightsConnection! -} - -"""""" -type FacebookBusinessAdMonetizationProperty { - id: String - adNetworkAnalytics(until: String, since: String, orderingType: FacebookBusinessOrderingTypeEnum, orderingColumn: FacebookBusinessOrderingColumnEnum, metrics: [FacebookBusinessMetricsEnum!]!, filtersJson: [JSON!], breakdowns: [FacebookBusinessBreakdownsEnum!], aggregationPeriod: FacebookBusinessAggregationPeriodEnum, before: String, after: String, first: Int): FacebookBusinessAdNetworkAnalyticsSyncQueryResultConnection! - adNetworkAnalyticsResults(queryIds: [String!], before: String, after: String, first: Int): FacebookBusinessAdNetworkAnalyticsAsyncQueryResultConnection! -} - -enum FacebookBusinessAdcampaigngroupactivityObjectiveOld { - APP_INSTALLS - BRAND_AWARENESS - CANVAS_APP_ENGAGEMENT - CANVAS_APP_INSTALLS - EVENT_RESPONSES - LEAD_GENERATION - LINK_CLICKS - LOCAL_AWARENESS - MESSAGES - MOBILE_APP_ENGAGEMENT - MOBILE_APP_INSTALLS - NONE - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - PRODUCT_CATALOG_SALES - VIDEO_VIEWS - WEBSITE_CONVERSIONS -} - -enum FacebookBusinessAdcampaigngroupactivityObjectiveNew { - APP_INSTALLS - BRAND_AWARENESS - CANVAS_APP_ENGAGEMENT - CANVAS_APP_INSTALLS - EVENT_RESPONSES - LEAD_GENERATION - LINK_CLICKS - LOCAL_AWARENESS - MESSAGES - MOBILE_APP_ENGAGEMENT - MOBILE_APP_INSTALLS - NONE - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - PRODUCT_CATALOG_SALES - VIDEO_VIEWS - WEBSITE_CONVERSIONS -} - -"""""" -type FacebookBusinessAdCampaignGroupActivity { - budgetLimitNew: JSON - budgetLimitOld: JSON - buyingTypeNew: String - buyingTypeOld: String - eventTime: String - eventType: String - id: String - isAutobidNew: Boolean - isAutobidOld: Boolean - isAveragePricePacingNew: Boolean - isAveragePricePacingOld: Boolean - nameNew: String - nameOld: String - objectiveNew: FacebookBusinessAdcampaigngroupactivityObjectiveNew - objectiveOld: FacebookBusinessAdcampaigngroupactivityObjectiveOld - pacingType: Int - runStatusNew: String - runStatusOld: String - spendCapNew: Int - spendCapOld: Int - timeCreated: String - timeUpdatedNew: String - timeUpdatedOld: String -} - -enum FacebookBusinessAdcampaignactivityOptimizationGoalOld { - AD_RECALL_LIFT - APP_DOWNLOADS - APP_INSTALLS - BRAND_AWARENESS - CLICKS - DERIVED_EVENTS - ENGAGED_USERS - EVENT_RESPONSES - IMPRESSIONS - LANDING_PAGE_VIEWS - LEAD_GENERATION - LINK_CLICKS - NONE - OFFER_CLAIMS - OFFSITE_CONVERSIONS - PAGE_ENGAGEMENT - PAGE_LIKES - POST_ENGAGEMENT - REACH - REPLIES - SOCIAL_IMPRESSIONS - THRUPLAY - TWO_SECOND_CONTINUOUS_VIDEO_VIEWS - VALUE - VISIT_INSTAGRAM_PROFILE -} - -enum FacebookBusinessAdcampaignactivityOptimizationGoalNew { - AD_RECALL_LIFT - APP_DOWNLOADS - APP_INSTALLS - BRAND_AWARENESS - CLICKS - DERIVED_EVENTS - ENGAGED_USERS - EVENT_RESPONSES - IMPRESSIONS - LANDING_PAGE_VIEWS - LEAD_GENERATION - LINK_CLICKS - NONE - OFFER_CLAIMS - OFFSITE_CONVERSIONS - PAGE_ENGAGEMENT - PAGE_LIKES - POST_ENGAGEMENT - REACH - REPLIES - SOCIAL_IMPRESSIONS - THRUPLAY - TWO_SECOND_CONTINUOUS_VIDEO_VIEWS - VALUE - VISIT_INSTAGRAM_PROFILE -} - -enum FacebookBusinessAdcampaignactivityBillingEventOld { - APP_INSTALLS - CLICKS - IMPRESSIONS - LINK_CLICKS - NONE - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - THRUPLAY -} - -enum FacebookBusinessAdcampaignactivityBillingEventNew { - APP_INSTALLS - CLICKS - IMPRESSIONS - LINK_CLICKS - NONE - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - THRUPLAY -} - -enum FacebookBusinessAdcampaignactivityBidStrategyOld { - COST_CAP - LOWEST_COST_WITHOUT_CAP - LOWEST_COST_WITH_BID_CAP - TARGET_COST -} - -enum FacebookBusinessAdcampaignactivityBidStrategyNew { - COST_CAP - LOWEST_COST_WITHOUT_CAP - LOWEST_COST_WITH_BID_CAP - TARGET_COST -} - -"""""" -type FacebookBusinessAdCampaignActivity { - autoCreateLookalikeNew: Boolean - autoCreateLookalikeOld: Boolean - bidAdjustmentsSpecNew: String - bidAdjustmentsSpecOld: String - bidAmountNew: Int - bidAmountOld: Int - bidConstraintsNew: JSON - bidConstraintsOld: JSON - bidInfoNew: JSON - bidInfoOld: JSON - bidStrategyNew: FacebookBusinessAdcampaignactivityBidStrategyNew - bidStrategyOld: FacebookBusinessAdcampaignactivityBidStrategyOld - bidTypeNew: String - bidTypeOld: String - billingEventNew: FacebookBusinessAdcampaignactivityBillingEventNew - billingEventOld: FacebookBusinessAdcampaignactivityBillingEventOld - brandeAudienceIdNew: String - brandeAudienceIdOld: String - budgetLimitNew: JSON - budgetLimitOld: JSON - createdTime: String - dailyImpressionsNew: Int - dailyImpressionsOld: Int - dcoModeNew: String - dcoModeOld: String - deliveryBehaviorNew: String - deliveryBehaviorOld: String - destinationTypeNew: String - destinationTypeOld: String - eventTime: String - eventType: String - id: String - invoicingLimitNew: Int - invoicingLimitOld: Int - minSpendTargetNew: JSON - minSpendTargetOld: JSON - nameNew: String - nameOld: String - optimizationGoalNew: FacebookBusinessAdcampaignactivityOptimizationGoalNew - optimizationGoalOld: FacebookBusinessAdcampaignactivityOptimizationGoalOld - pacingTypeNew: Int - pacingTypeOld: Int - runStatusNew: String - runStatusOld: String - scheduleNew: [JSON] - scheduleOld: [JSON] - spendCapNew: JSON - spendCapOld: JSON - startTimeNew: String - startTimeOld: String - stopTimeNew: String - stopTimeOld: String - targetingExpansionNew: JSON - targetingExpansionOld: JSON - updatedTimeNew: String - updatedTimeOld: String -} - -"""""" -type FacebookBusinessAdAccountActivity { - billingAddressNew: String - billingAddressOld: String - createdBy: String - createdTime: String - creditNew: JSON - creditOld: JSON - currencyNew: String - currencyOld: String - dailySpendLimitNew: JSON - dailySpendLimitOld: JSON - eventTime: String - eventType: String - fundingIdNew: String - fundingIdOld: String - gracePeriodTimeNew: Int - gracePeriodTimeOld: Int - id: String - managerIdNew: String - managerIdOld: String - nameNew: String - nameOld: String - spendCapNew: JSON - spendCapOld: JSON - statusNew: String - statusOld: String - termsNew: Int - termsOld: Int - tierNew: String - tierOld: String - timeUpdatedNew: String - timeUpdatedOld: String -} - -"""""" -type FacebookBusinessUserTaggableFriend { - firstName: String - id: String - lastName: String - middleName: String - name: String - picture(width: Int, type: FacebookBusinessTypeEnum, redirect: Boolean, height: Int, before: String, after: String, first: Int): FacebookBusinessProfilePictureSourceConnection! -} - -type FacebookBusinessUserTaggableFriendConnection { - nodes: [FacebookBusinessUserTaggableFriend!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessRequesthistoryHttpMethod { - DELETE - GET - POST -} - -"""""" -type FacebookBusinessRequestHistory { - apiVersion: String - createdTime: String - errorCode: Int - graphPath: String - httpMethod: FacebookBusinessRequesthistoryHttpMethod - postParams: JSON - queryParams: JSON -} - -type FacebookBusinessRequestHistoryConnection { - nodes: [FacebookBusinessRequestHistory!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPermission { - permission: String - status: String -} - -type FacebookBusinessPermissionConnection { - nodes: [FacebookBusinessPermission!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessUserIDForPage { - id: String - page: FacebookBusinessPage -} - -type FacebookBusinessUserIDForPageConnection { - nodes: [FacebookBusinessUserIDForPage!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessUserIDForApp { - app: FacebookBusinessApplication - id: String -} - -type FacebookBusinessUserIDForAppConnection { - nodes: [FacebookBusinessUserIDForApp!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessFriendList { - id: String - listType: String - name: String - owner: String -} - -type FacebookBusinessFriendListConnection { - nodes: [FacebookBusinessFriendList!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAppRequest { - actionType: String - application: FacebookBusinessApplication - createdTime: String - data: String - from: JSON - id: String - message: String - object: JSON - to: JSON -} - -type FacebookBusinessAppRequestConnection { - nodes: [FacebookBusinessAppRequest!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAppRequestFormerRecipient { - id: String - recipientId: String -} - -type FacebookBusinessAppRequestFormerRecipientConnection { - nodes: [FacebookBusinessAppRequestFormerRecipient!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessVideoUploadLimits { - length: Int - size: Int -} - -"""""" -type FacebookBusinessSecuritySettings { - secureBrowsing: JSON -} - -"""""" -type FacebookBusinessPaymentPricepoints { - mobile: [JSON] -} - -"""""" -type FacebookBusinessExperience { - description: String - from: FacebookBusinessUser - id: String - name: String - with: [FacebookBusinessUser] -} - -"""""" -type FacebookBusinessUserDevice { - hardware: String - os: String -} - -"""""" -type FacebookBusinessCurrency { - currencyOffset: Int - usdExchange: Float - usdExchangeInverse: Float - userCurrency: String -} - -"""""" -type FacebookBusinessUserCoverPhoto { - offsetX: Float - offsetY: Float - source: String -} - -"""""" -type FacebookBusinessAgeRange { - max: Int - min: Int -} - -"""""" -type FacebookBusinessVideoList { - creationTime: String - description: String - id: String - lastModified: String - owner: JSON - seasonNumber: Int - thumbnail: String - title: String - videosCount: Int - videos(before: String, after: String, first: Int): FacebookBusinessAdVideoConnection! -} - -type FacebookBusinessVideoListConnection { - nodes: [FacebookBusinessVideoList!]! - pageInfo: PageInfo! -} - -type FacebookBusinessVideoCopyrightRuleConnection { - nodes: [FacebookBusinessVideoCopyrightRule!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPageChangeProposal { - acceptanceStatus: String - category: String - currentValue: String - id: String - proposedValue: String - upcomingChangeInfo: FacebookBusinessPageUpcomingChange -} - -"""""" -type FacebookBusinessPageUpcomingChange { - changeType: String - effectiveTime: String - id: String - page: FacebookBusinessPage - proposal: FacebookBusinessPageChangeProposal - timerStatus: String -} - -type FacebookBusinessPageUpcomingChangeConnection { - nodes: [FacebookBusinessPageUpcomingChange!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessEventTour { - description: String - dominantColor: String - endTime: String - id: String - isPast: Boolean - lastEventTimestamp: Int - name: String - numEvents: Int - photo: FacebookBusinessPhoto - publishingState: String - scheduledPublishTimestamp: Int - startTime: String - ticketingUri: String - video: FacebookBusinessAdVideo - events(before: String, after: String, first: Int): FacebookBusinessEventConnection! - pages(before: String, after: String, first: Int): FacebookBusinessPageConnection! -} - -type FacebookBusinessEventTourConnection { - nodes: [FacebookBusinessEventTour!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPageThreadOwner { - threadOwner: JSON -} - -type FacebookBusinessPageThreadOwnerConnection { - nodes: [FacebookBusinessPageThreadOwner!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessTab { - application: FacebookBusinessApplication - customImageUrl: String - customName: String - id: String - imageUrl: String - isNonConnectionLandingTab: Boolean - isPermanent: Boolean - link: String - name: String - position: Int -} - -type FacebookBusinessTabConnection { - nodes: [FacebookBusinessTab!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPageSettings { - setting: String - value: JSON -} - -type FacebookBusinessPageSettingsConnection { - nodes: [FacebookBusinessPageSettings!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessRecommendation { - createdTime: String - hasRating: Boolean - hasReview: Boolean - openGraphStory: JSON - rating: Int - recommendationType: String - reviewText: String - reviewer: FacebookBusinessUser -} - -type FacebookBusinessRecommendationConnection { - nodes: [FacebookBusinessRecommendation!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPlaceTopic { - count: Int - hasChildren: Boolean - iconUrl: String - id: String - name: String - parentIds: [String] - pluralName: String - topSubtopicNames: [String] -} - -type FacebookBusinessPlaceTopicConnection { - nodes: [FacebookBusinessPlaceTopic!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPersona { - id: String - name: String - profilePictureUrl: String -} - -type FacebookBusinessPersonaConnection { - nodes: [FacebookBusinessPersona!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessNativeOfferView { - id: String - offer: FacebookBusinessNativeOffer - saveCount: Int - photos(before: String, after: String, first: Int): FacebookBusinessPhotoConnection! -} - -type FacebookBusinessNativeOfferViewConnection { - nodes: [FacebookBusinessNativeOfferView!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessNativeOfferDiscount { - currency: String - override: String - text: String - value1: Float - value2: Float -} - -"""""" -type FacebookBusinessNativeOffer { - barcodePhoto: String - barcodePhotoUri: String - barcodeType: String - barcodeValue: String - blockReshares: Boolean - details: String - disableLocation: Boolean - discounts: [FacebookBusinessNativeOfferDiscount] - expirationTime: String - id: String - instoreCode: String - locationType: String - maxSaveCount: Int - onlineCode: String - page: FacebookBusinessPage - pageSetId: String - redemptionCode: String - redemptionLink: String - saveCount: Int - terms: String - title: String - totalUniqueCodes: String - uniqueCodes: String - uniqueCodesFileCodeType: String - uniqueCodesFileName: String - uniqueCodesFileUploadStatus: String - views(before: String, after: String, first: Int): FacebookBusinessNativeOfferViewConnection! -} - -type FacebookBusinessNativeOfferConnection { - nodes: [FacebookBusinessNativeOffer!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessMessengerProfile { - accountLinkingUrl: String - getStarted: JSON - greeting: [JSON] - homeUrl: JSON - iceBreakers: [JSON] - paymentSettings: JSON - persistentMenu: [JSON] - targetAudience: JSON - whitelistedDomains: [String] -} - -type FacebookBusinessMessengerProfileConnection { - nodes: [FacebookBusinessMessengerProfile!]! - pageInfo: PageInfo! -} - -type FacebookBusinessMessengerDestinationPageWelcomeMessageConnection { - nodes: [FacebookBusinessMessengerDestinationPageWelcomeMessage!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessMessagingFeatureReview { - feature: String - status: String -} - -type FacebookBusinessMessagingFeatureReviewConnection { - nodes: [FacebookBusinessMessagingFeatureReview!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessMediaFingerprint { - durationInSec: Float - fingerprintContentType: String - fingerprintType: String - id: String - metadata: JSON - title: String - universalContentId: String -} - -type FacebookBusinessMediaFingerprintConnection { - nodes: [FacebookBusinessMediaFingerprint!]! - pageInfo: PageInfo! -} - -type FacebookBusinessLiveEncoderConnection { - nodes: [FacebookBusinessLiveEncoder!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessLeadGenQuestionOption { - key: String - value: String -} - -"""""" -type FacebookBusinessLeadGenConditionalQuestionsGroupQuestions { - fieldKey: String - inputType: String - name: String -} - -"""""" -type FacebookBusinessLeadGenConditionalQuestionsGroupChoices { - customizedToken: String - nextQuestionChoices: [FacebookBusinessLeadGenConditionalQuestionsGroupChoices] - value: String -} - -"""""" -type FacebookBusinessLeadGenQuestion { - conditionalQuestionsChoices: [FacebookBusinessLeadGenConditionalQuestionsGroupChoices] - conditionalQuestionsGroupId: String - dependentConditionalQuestions: [FacebookBusinessLeadGenConditionalQuestionsGroupQuestions] - id: String - inlineContext: String - key: String - label: String - options: [FacebookBusinessLeadGenQuestionOption] -} - -"""""" -type FacebookBusinessLeadgenForm { - allowOrganicLead: Boolean - blockDisplayForNonTargetedViewer: Boolean - contextCard: JSON - createdTime: String - expiredLeadsCount: Int - followUpActionText: String - followUpActionUrl: String - id: String - isOptimizedForQuality: Boolean - leadsCount: Int - legalContent: JSON - locale: String - name: String - organicLeadsCount: Int - page: FacebookBusinessPage - pageId: String - privacyPolicyUrl: String - questionPageCustomHeadline: String - questions: [FacebookBusinessLeadGenQuestion] - status: String - thankYouPage: JSON - trackingParameters: JSON - leads(before: String, after: String, first: Int): FacebookBusinessLeadConnection! - testLeads(before: String, after: String, first: Int): FacebookBusinessLeadConnection! -} - -type FacebookBusinessLeadgenFormConnection { - nodes: [FacebookBusinessLeadgenForm!]! - pageInfo: PageInfo! -} - -type FacebookBusinessInstantArticleConnection { - nodes: [FacebookBusinessInstantArticle!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessWithEnum { - LOCATION -} - -enum FacebookBusinessTimeFilterEnum { - PAST - UPCOMING -} - -enum FacebookBusinessEventStateFilterEnum { - CANCELED - DRAFT - PUBLISHED - SCHEDULED_DRAFT_FOR_PUBLICATION -} - -"""""" -type FacebookBusinessCustomUserSettings { - pageLevelPersistentMenu: [JSON] - userLevelPersistentMenu: [JSON] -} - -type FacebookBusinessCustomUserSettingsConnection { - nodes: [FacebookBusinessCustomUserSettings!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPageUserMessageThreadLabel { - id: String - name: String -} - -type FacebookBusinessPageUserMessageThreadLabelConnection { - nodes: [FacebookBusinessPageUserMessageThreadLabel!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessUnifiedThread { - canReply: Boolean - formerParticipants: JSON - id: String - isSubscribed: Boolean - link: String - messageCount: Int - name: String - participants: JSON - scopedThreadKey: String - senders: JSON - snippet: String - subject: String - unreadCount: Int - updatedTime: String - wallpaper: String - messages(source: FacebookBusinessSourceEnum, before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -type FacebookBusinessUnifiedThreadConnection { - nodes: [FacebookBusinessUnifiedThread!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessBreakdownEnum { - AGE - COUNTRY - GENDER - GENDER_AND_AGE - IS_ORGANIC - IS_SHARED_BY_IA_OWNER - NO_BREAKDOWN - PLATFORM - REGION -} - -"""""" -type FacebookBusinessInstantArticleInsightsQueryResult { - breakdowns: JSON - name: String - time: String - value: String -} - -type FacebookBusinessInstantArticleInsightsQueryResultConnection { - nodes: [FacebookBusinessInstantArticleInsightsQueryResult!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessInstantArticle { - canonicalUrl: String - developmentMode: Boolean - htmlSource: String - id: String - mostRecentImportStatus: JSON - photos: [JSON] - publishStatus: String - published: Boolean - videos: [JSON] - insights(until: String, since: String, period: FacebookBusinessPeriodEnum!, metricJson: [JSON!]!, breakdown: FacebookBusinessBreakdownEnum, before: String, after: String, first: Int): FacebookBusinessInstantArticleInsightsQueryResultConnection! -} - -"""""" -type FacebookBusinessURL { - developmentInstantArticle: FacebookBusinessInstantArticle - engagement: JSON - id: String - instantArticle: FacebookBusinessInstantArticle - ogObject: JSON - ownershipPermissions: JSON - scopes: JSON -} - -type FacebookBusinessURLConnection { - nodes: [FacebookBusinessURL!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCanvas { - backgroundColor: String - bodyElements: [JSON] - canvasLink: String - id: String - isHidden: Boolean - isPublished: Boolean - lastEditor: FacebookBusinessUser - name: String - owner: FacebookBusinessPage - updateTime: Int -} - -type FacebookBusinessCanvasConnection { - nodes: [FacebookBusinessCanvas!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCanvasBodyElement { - element: JSON -} - -type FacebookBusinessCanvasBodyElementConnection { - nodes: [FacebookBusinessCanvasBodyElement!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPageCallToAction { - androidApp: FacebookBusinessApplication - androidDeeplink: String - androidDestinationType: String - androidPackageName: String - androidUrl: String - createdTime: String - emailAddress: String - from: FacebookBusinessPage - id: String - intlNumberWithPlus: String - iphoneApp: FacebookBusinessApplication - iphoneDeeplink: String - iphoneDestinationType: String - iphoneUrl: String - status: String - updatedTime: String - webDestinationType: String - webUrl: String -} - -type FacebookBusinessPageCallToActionConnection { - nodes: [FacebookBusinessPageCallToAction!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPagePost { - adminCreator: JSON - allowedAdvertisingObjectives: [String] - application: FacebookBusinessApplication - backdatedTime: String - callToAction: JSON - canReplyPrivately: Boolean - commentsMirroringDomain: String - coordinates: JSON - createdTime: String - event: FacebookBusinessEvent - expandedHeight: Int - expandedWidth: Int - feedTargeting: JSON - from: JSON - fullPicture: String - height: Int - icon: String - id: String - instagramEligibility: String - isAppShare: Boolean - isEligibleForPromotion: Boolean - isExpired: Boolean - isHidden: Boolean - isInstagramEligible: Boolean - isPopular: Boolean - isPublished: Boolean - isSpherical: Boolean - message: String - multiShareEndCard: Boolean - multiShareOptimized: Boolean - parentId: String - permalinkUrl: JSON - picture: String - place: FacebookBusinessPlace - privacy: FacebookBusinessPrivacy - promotableId: String - promotionStatus: String - scheduledPublishTime: Float - shares: JSON - statusType: String - story: String - subscribed: Boolean - target: FacebookBusinessProfile - targeting: JSON - timelineVisibility: String - updatedTime: String - via: JSON - videoBuyingEligibility: [String] - width: Int - attachments(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - dynamicPosts(before: String, after: String, first: Int): FacebookBusinessRTBDynamicPostConnection! - insights(until: String, since: String, period: FacebookBusinessPeriodEnum, metricJson: [JSON!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessInsightsResultConnection! - likes(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - reactions(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessProfileConnection! - sharedPosts(before: String, after: String, first: Int): FacebookBusinessPostConnection! - sponsorTags(before: String, after: String, first: Int): FacebookBusinessPageConnection! - to(before: String, after: String, first: Int): FacebookBusinessProfileConnection! -} - -type FacebookBusinessPagePostConnection { - nodes: [FacebookBusinessPagePost!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessVoipInfo { - hasMobileApp: Boolean - hasPermission: Boolean - isCallable: Boolean - isCallableWebrtc: Boolean - isPushable: Boolean - reasonCode: Int - reasonDescription: String -} - -"""""" -type FacebookBusinessPageStartInfo { - date: JSON -} - -"""""" -type FacebookBusinessPageRestaurantSpecialties { - breakfast: Int - coffee: Int - dinner: Int - drinks: Int - lunch: Int -} - -"""""" -type FacebookBusinessPageRestaurantServices { - catering: Boolean - delivery: Boolean - groups: Boolean - kids: Boolean - outdoor: Boolean - pickup: Boolean - reserve: Boolean - takeout: Boolean - waiter: Boolean - walkins: Boolean -} - -"""""" -type FacebookBusinessPagePaymentOptions { - amex: Int - cashOnly: Int - discover: Int - mastercard: Int - visa: Int -} - -"""""" -type FacebookBusinessPageParking { - lot: Int - street: Int - valet: Int -} - -"""""" -type FacebookBusinessPageAboutStory { - composedText: [JSON] - coverPhoto: FacebookBusinessPhoto - entityMap: [JSON] - id: String - isPublished: Boolean - pageId: String - title: String -} - -"""""" -type FacebookBusinessMessengerDestinationPageWelcomeMessage { - id: String - pageWelcomeMessageBody: String - pageWelcomeMessageType: String - templateName: String - timeCreated: String - timeLastUsed: String -} - -"""""" -type FacebookBusinessEngagement { - count: Int - countString: String - countStringWithLike: String - countStringWithoutLike: String - socialSentence: String - socialSentenceWithLike: String - socialSentenceWithoutLike: String -} - -"""""" -type FacebookBusinessMailingAddress { - city: String - cityPage: FacebookBusinessPage - country: String - id: String - postalCode: String - region: String - street1: String - street2: String -} - -enum FacebookBusinessMetricEnum { - CAROUSEL_ALBUM_ENGAGEMENT - CAROUSEL_ALBUM_IMPRESSIONS - CAROUSEL_ALBUM_REACH - CAROUSEL_ALBUM_SAVED - CAROUSEL_ALBUM_VIDEO_VIEWS - ENGAGEMENT - EXITS - IMPRESSIONS - REACH - REPLIES - SAVED - TAPS_BACK - TAPS_FORWARD - VIDEO_VIEWS -} - -"""""" -type FacebookBusinessInstagramInsightsValue { - endTime: String - value: JSON -} - -"""""" -type FacebookBusinessInstagramInsightsResult { - description: String - id: String - name: String - period: String - title: String - values: [FacebookBusinessInstagramInsightsValue] -} - -type FacebookBusinessInstagramInsightsResultConnection { - nodes: [FacebookBusinessInstagramInsightsResult!]! - pageInfo: PageInfo! -} - -type FacebookBusinessIGCommentConnection { - nodes: [FacebookBusinessIGComment!]! - pageInfo: PageInfo! -} - -type FacebookBusinessIGMediaConnection { - nodes: [FacebookBusinessIGMedia!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessIGMedia { - caption: String - commentsCount: Int - id: String - igId: String - isCommentEnabled: Boolean - likeCount: Int - mediaType: String - mediaUrl: String - owner: FacebookBusinessIGUser - permalink: String - shortcode: String - thumbnailUrl: String - timestamp: String - username: String - children(before: String, after: String, first: Int): FacebookBusinessIGMediaConnection! - comments(before: String, after: String, first: Int): FacebookBusinessIGCommentConnection! - insights(period: [FacebookBusinessPeriodEnum!], metric: [FacebookBusinessMetricEnum!]!, before: String, after: String, first: Int): FacebookBusinessInstagramInsightsResultConnection! -} - -"""""" -type FacebookBusinessIGComment { - hidden: Boolean - id: String - likeCount: Int - media: FacebookBusinessIGMedia - text: String - timestamp: String - user: FacebookBusinessIGUser - username: String - replies(before: String, after: String, first: Int): FacebookBusinessIGCommentConnection! -} - -"""""" -type FacebookBusinessIGUser { - biography: String - businessDiscovery: FacebookBusinessIGUser - followersCount: Int - followsCount: Int - id: String - igId: Int - mediaCount: Int - mentionedComment: FacebookBusinessIGComment - mentionedMedia: FacebookBusinessIGMedia - name: String - profilePictureUrl: String - username: String - website: String - insights(until: String, since: String, period: [FacebookBusinessPeriodEnum!]!, metric: [FacebookBusinessMetricEnum!]!, before: String, after: String, first: Int): FacebookBusinessInstagramInsightsResultConnection! - media(before: String, after: String, first: Int): FacebookBusinessIGMediaConnection! - recentlySearchedHashtags(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - stories(before: String, after: String, first: Int): FacebookBusinessIGMediaConnection! - tags(before: String, after: String, first: Int): FacebookBusinessIGMediaConnection! -} - -"""""" -type FacebookBusinessPageCategory { - apiEnum: String - fbPageCategories: [FacebookBusinessPageCategory] - id: String - name: String -} - -"""""" -type FacebookBusinessAdCampaignDeliveryEstimate { - dailyOutcomesCurve: [FacebookBusinessOutcomePredictionPoint] - estimateDau: Int - estimateMau: Int - estimateReady: Boolean -} - -type FacebookBusinessAdCampaignDeliveryEstimateConnection { - nodes: [FacebookBusinessAdCampaignDeliveryEstimate!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessAdsetStatus { - ACTIVE - ARCHIVED - DELETED - PAUSED -} - -enum FacebookBusinessAdsetOptimizationGoal { - AD_RECALL_LIFT - APP_DOWNLOADS - APP_INSTALLS - BRAND_AWARENESS - CLICKS - DERIVED_EVENTS - ENGAGED_USERS - EVENT_RESPONSES - IMPRESSIONS - LANDING_PAGE_VIEWS - LEAD_GENERATION - LINK_CLICKS - NONE - OFFER_CLAIMS - OFFSITE_CONVERSIONS - PAGE_ENGAGEMENT - PAGE_LIKES - POST_ENGAGEMENT - REACH - REPLIES - SOCIAL_IMPRESSIONS - THRUPLAY - TWO_SECOND_CONTINUOUS_VIDEO_VIEWS - VALUE - VISIT_INSTAGRAM_PROFILE -} - -"""""" -type FacebookBusinessAdCampaignLearningStageInfo { - attributionWindows: [String] - conversions: Int - lastSigEditTs: Int - status: String -} - -"""""" -type FacebookBusinessAdCampaignFrequencyControlSpecs { - event: String - intervalDays: Int - maxFrequency: Int -} - -enum FacebookBusinessAdsetEffectiveStatus { - ACTIVE - ARCHIVED - CAMPAIGN_PAUSED - DELETED - IN_PROCESS - PAUSED - WITH_ISSUES -} - -enum FacebookBusinessAdsetConfiguredStatus { - ACTIVE - ARCHIVED - DELETED - PAUSED -} - -enum FacebookBusinessAdsetBillingEvent { - APP_INSTALLS - CLICKS - IMPRESSIONS - LINK_CLICKS - NONE - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - THRUPLAY -} - -enum FacebookBusinessAdsetBidStrategy { - COST_CAP - LOWEST_COST_WITHOUT_CAP - LOWEST_COST_WITH_BID_CAP - TARGET_COST -} - -"""""" -type FacebookBusinessAdCampaignBidConstraint { - roasAverageFloor: Int -} - -"""""" -type FacebookBusinessAdBidAdjustments { - ageRange: JSON - pageTypes: JSON - userGroups: String -} - -"""""" -type FacebookBusinessDayPart { - days: [Int] - endMinute: Int - startMinute: Int - timezoneType: String -} - -"""""" -type FacebookBusinessAdAccountUser { - id: String - name: String - tasks: [String] -} - -type FacebookBusinessAdAccountUserConnection { - nodes: [FacebookBusinessAdAccountUser!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdAccountTrackingData { - trackingSpecs: FacebookBusinessConversionActionQuery -} - -type FacebookBusinessAdAccountTrackingDataConnection { - nodes: [FacebookBusinessAdAccountTrackingData!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessObjectiveEnum { - APP_INSTALLS - BRAND_AWARENESS - CONVERSIONS - EVENT_RESPONSES - LEAD_GENERATION - LINK_CLICKS - LOCAL_AWARENESS - MESSAGES - OFFER_CLAIMS - PAGE_LIKES - POST_ENGAGEMENT - PRODUCT_CATALOG_SALES - REACH - VIDEO_VIEWS -} - -enum FacebookBusinessModeEnum { - BEST_PERFORMING - RECENTLY_USED - RELATED - SUGGESTIONS -} - -enum FacebookBusinessWhitelistedTypesEnum { - ADGROUP_ID - AGE_MAX - AGE_MIN - ALTERNATE_AUTO_TARGETING_OPTION - APP_INSTALL_STATE - AUDIENCE_NETWORK_POSITIONS - BEHAVIORS - BRAND_SAFETY_CONTENT_FILTER_LEVELS - BRAND_SAFETY_CONTENT_SEVERITY_LEVELS - CATALOG_BASED_TARGETING - CITIES - CITY_KEYS - COLLEGE_YEARS - CONJUNCTIVE_USER_ADCLUSTERS - CONNECTIONS - CONTEXTUAL_TARGETING_CATEGORIES - COUNTRIES - COUNTRY - COUNTRY_GROUPS - CUSTOM_AUDIENCES - DEVICE_PLATFORMS - DIRECT_INSTALL_DEVICES - DYNAMIC_AUDIENCE_IDS - EDUCATION_MAJORS - EDUCATION_SCHOOLS - EDUCATION_STATUSES - EFFECTIVE_AUDIENCE_NETWORK_POSITIONS - EFFECTIVE_DEVICE_PLATFORMS - EFFECTIVE_FACEBOOK_POSITIONS - EFFECTIVE_INSTAGRAM_POSITIONS - EFFECTIVE_MESSENGER_POSITIONS - EFFECTIVE_PUBLISHER_PLATFORMS - EFFECTIVE_WHATSAPP_POSITIONS - ENGAGEMENT_SPECS - ETHNIC_AFFINITY - EXCLUDE_PREVIOUS_DAYS - EXCLUDE_REACHED_SINCE - EXCLUDED_BRAND_SAFETY_CONTENT_TYPES - EXCLUDED_CONNECTIONS - EXCLUDED_CUSTOM_AUDIENCES - EXCLUDED_DYNAMIC_AUDIENCE_IDS - EXCLUDED_ENGAGEMENT_SPECS - EXCLUDED_GEO_LOCATIONS - EXCLUDED_MOBILE_DEVICE_MODEL - EXCLUDED_PRODUCT_AUDIENCE_SPECS - EXCLUDED_PUBLISHER_CATEGORIES - EXCLUDED_PUBLISHER_LIST_IDS - EXCLUDED_USER_ADCLUSTERS - EXCLUDED_USER_DEVICE - EXCLUSIONS - FACEBOOK_POSITIONS - FAMILY_STATUSES - FB_DEAL_ID - FLEXIBLE_SPEC - FOLLOW_PROFILES - FOLLOW_PROFILES_NEGATIVE - FORMAT - FRIENDS_OF_CONNECTIONS - GATEKEEPERS - GENDERS - GENERATION - GEO_LOCATIONS - HOME_OWNERSHIP - HOME_TYPE - HOME_VALUE - HOUSEHOLD_COMPOSITION - ID - INCOME - INDUSTRIES - INSTAGRAM_HASHTAGS - INSTAGRAM_POSITIONS - INSTREAM_VIDEO_SPONSORSHIP_PLACEMENTS - INTEREST_DEFAULTS_SOURCE - INTERESTED_IN - INTERESTS - IS_INSTAGRAM_DESTINATION_AD - IS_WHATSAPP_DESTINATION_AD - KEYWORDS - LIFE_EVENTS - LOCALES - LOCATION_CATEGORIES - LOCATION_CLUSTER_IDS - LOCATION_EXPANSION - MARKETPLACE_PRODUCT_CATEGORIES - MESSENGER_POSITIONS - MOBILE_DEVICE_MODEL - MOMS - NET_WORTH - OFFICE_TYPE - PAGE_TYPES - PLACE_PAGE_SET_IDS - POLITICAL_VIEWS - POLITICS - PRODUCT_AUDIENCE_SPECS - PROSPECTING_AUDIENCE - PUBLISHER_PLATFORMS - RADIUS - REGION_KEYS - REGIONS - RELATIONSHIP_STATUSES - RTB_FLAG - SITE_CATEGORY - TARGETING_OPTIMIZATION - TIMEZONES - TOPIC - TRENDING - USER_ADCLUSTERS - USER_DEVICE - USER_EVENT - USER_OS - USER_PAGE_THREADS - USER_PAGE_THREADS_EXCLUDED - WHATSAPP_POSITIONS - WIRELESS_CARRIER - WORK_EMPLOYERS - WORK_POSITIONS - ZIPS -} - -enum FacebookBusinessRegulatedCategoriesEnum { - CREDIT - EMPLOYMENT - HOUSING - NONE -} - -enum FacebookBusinessLimitTypeEnum { - BEHAVIORS - COLLEGE_YEARS - EDUCATION_MAJORS - EDUCATION_SCHOOLS - EDUCATION_STATUSES - ETHNIC_AFFINITY - FAMILY_STATUSES - GENERATION - HOME_OWNERSHIP - HOME_TYPE - HOME_VALUE - HOUSEHOLD_COMPOSITION - INCOME - INDUSTRIES - INTERESTED_IN - INTERESTS - LIFE_EVENTS - LOCATION_CATEGORIES - MOMS - NET_WORTH - OFFICE_TYPE - POLITICS - RELATIONSHIP_STATUSES - USER_ADCLUSTERS - WORK_EMPLOYERS - WORK_POSITIONS -} - -"""""" -type FacebookBusinessAdAccountTargetingUnified { - audienceSize: Int - conversionLift: Float - description: String - id: String - img: String - info: String - infoTitle: String - isRecommendation: Boolean - key: String - link: String - name: String - parent: String - partner: String - path: [String] - performanceRating: Int - rawName: String - recommendationModel: String - searchInterestId: String - source: String - spend: Float - valid: Boolean -} - -type FacebookBusinessAdAccountTargetingUnifiedConnection { - nodes: [FacebookBusinessAdAccountTargetingUnified!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdAccountSubscribedApps { - appId: String - appName: String -} - -type FacebookBusinessAdAccountSubscribedAppsConnection { - nodes: [FacebookBusinessAdAccountSubscribedApps!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessSavedAudience { - account: FacebookBusinessAdAccount - approximateCount: Int - description: String - extraInfo: String - id: String - name: String - permissionForActions: FacebookBusinessAudiencePermissionForActions - runStatus: String - targeting: FacebookBusinessTargeting - timeCreated: String - timeUpdated: String -} - -type FacebookBusinessSavedAudienceConnection { - nodes: [FacebookBusinessSavedAudience!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdAccountRoas { - adgroupId: String - arpu180d: Float - arpu1d: Float - arpu30d: Float - arpu365d: Float - arpu3d: Float - arpu7d: Float - arpu90d: Float - campaignGroupId: String - campaignId: String - dateStart: String - dateStop: String - installs: Int - revenue: Float - revenue180d: Float - revenue1d: Float - revenue30d: Float - revenue365d: Float - revenue3d: Float - revenue7d: Float - revenue90d: Float - spend: Float - yield180d: Float - yield1d: Float - yield30d: Float - yield365d: Float - yield3d: Float - yield7d: Float - yield90d: Float -} - -type FacebookBusinessAdAccountRoasConnection { - nodes: [FacebookBusinessAdAccountRoas!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessReachFrequencyEstimatesPlacementBreakdown { - android: [Float] - audienceNetwork: [Float] - desktop: [Float] - igAndroid: [Float] - igIos: [Float] - igOther: [Float] - igStory: [Float] - instantArticles: [Float] - instreamVideos: [Float] - ios: [Float] - msite: [Float] - suggestedVideos: [Float] -} - -"""""" -type FacebookBusinessReachFrequencyDayPart { - days: [Int] - endMinute: Int - startMinute: Int -} - -"""""" -type FacebookBusinessReachFrequencyEstimatesCurve { - budget: [Int] - conversion: [Int] - impression: [Int] - interpolatedReach: Float - numPoints: Int - rawImpression: [Int] - rawReach: [Int] - reach: [Int] -} - -"""""" -type FacebookBusinessReachFrequencyAdFormat { - details: JSON -} - -"""""" -type FacebookBusinessReachFrequencyActivity { - accountId: String - campaignActive: Boolean - campaignStarted: Boolean - creativeUploaded: Boolean - ioApproved: Boolean - sfLink: String -} - -"""""" -type FacebookBusinessReachFrequencyPrediction { - accountId: Int - activityStatus: FacebookBusinessReachFrequencyActivity - adFormats: [FacebookBusinessReachFrequencyAdFormat] - auctionEntryOptionIndex: Int - businessId: Int - buyingType: String - campaignGroupId: Int - campaignId: String - campaignTimeStart: String - campaignTimeStop: String - currency: String - curveBudgetReach: FacebookBusinessReachFrequencyEstimatesCurve - curveReach: [Int] - dailyGrpCurve: [Float] - dailyImpressionCurve: [Float] - dailyImpressionCurveMap: JSON - dayPartingSchedule: [FacebookBusinessReachFrequencyDayPart] - destinationId: String - endTime: String - expirationTime: String - externalBudget: Int - externalImpression: Int - externalMaximumBudget: Int - externalMaximumImpression: String - externalMaximumReach: Int - externalMinimumBudget: Int - externalMinimumImpression: Int - externalMinimumReach: Int - externalReach: Int - feedRatio0000: Int - frequencyCap: Int - frequencyDistributionMap: JSON - frequencyDistributionMapAgg: JSON - grpAudienceSize: Float - grpAvgProbabilityMap: String - grpCountryAudienceSize: Float - grpCurve: [Float] - grpDmasAudienceSize: Float - grpFilteringThreshold00: Int - grpPoints: Float - grpRatio: Float - grpReachRatio: Float - grpStatus: String - holdoutPercentage: Int - id: String - impressionCurve: [Int] - instagramDestinationId: String - instreamPackages: [String] - intervalFrequencyCap: Int - intervalFrequencyCapResetPeriod: Int - isBonusMedia: Int - isConversionGoal: Int - isHigherAverageFrequency: Boolean - isIo: Boolean - isReservedBuying: Int - isTrp: Boolean - name: String - objective: Int - objectiveName: String - pausePeriods: [JSON] - placementBreakdown: FacebookBusinessReachFrequencyEstimatesPlacementBreakdown - placementBreakdownMap: JSON - planName: String - planType: String - predictionMode: Int - predictionProgress: Int - referenceId: String - reservationStatus: Int - startTime: String - status: Int - storyEventType: Int - targetAudienceSize: Int - targetCpm: Int - targetSpec: FacebookBusinessTargeting - timeCreated: String - timeUpdated: String - timezoneId: Int - timezoneName: String - toplineId: Int - videoViewLengthConstraint: Int - viewtag: String -} - -type FacebookBusinessReachFrequencyPredictionConnection { - nodes: [FacebookBusinessReachFrequencyPrediction!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdAccountReachEstimate { - estimateReady: Boolean - users: Int -} - -type FacebookBusinessAdAccountReachEstimateConnection { - nodes: [FacebookBusinessAdAccountReachEstimate!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPublisherBlockList { - appPublishers: [JSON] - businessOwnerId: String - id: String - isAutoBlockingOn: Boolean - isEligibleAtCampaignLevel: Boolean - lastUpdateTime: String - lastUpdateUser: String - name: String - ownerAdAccountId: String - webPublishers: [JSON] - pagedAppPublishers(draftId: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - pagedWebPublishers(draftId: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -type FacebookBusinessPublisherBlockListConnection { - nodes: [FacebookBusinessPublisherBlockList!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessOwnedObjectOnBehalfOfRequest { - businessOwnedObject: String - id: String - receivingBusiness: FacebookBusinessBusiness - requestingBusiness: FacebookBusinessBusiness - status: String -} - -type FacebookBusinessBusinessOwnedObjectOnBehalfOfRequestConnection { - nodes: [FacebookBusinessBusinessOwnedObjectOnBehalfOfRequest!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessMinimumBudget { - currency: String - minDailyBudgetHighFreq: Int - minDailyBudgetImp: Int - minDailyBudgetLowFreq: Int - minDailyBudgetVideoViews: Int -} - -type FacebookBusinessMinimumBudgetConnection { - nodes: [FacebookBusinessMinimumBudget!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdAccountMaxBid { - maxBid: Int -} - -type FacebookBusinessAdAccountMaxBidConnection { - nodes: [FacebookBusinessAdAccountMaxBid!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessAppStoreEnum { - AMAZON_APP_STORE - DOES_NOT_EXIST - FB_ANDROID_STORE - FB_CANVAS - FB_GAMEROOM - GOOGLE_PLAY - INSTANT_GAME - ITUNES - ITUNES_IPAD - ROKU_STORE - WINDOWS_10_STORE - WINDOWS_STORE -} - -"""""" -type FacebookBusinessAdAccountMatchedSearchApplicationsEdgeData { - appId: String - areAppEventsUnavailable: Boolean - iconUrl: String - name: String - searchSourceStore: String - store: String - uniqueId: String - url: String -} - -type FacebookBusinessAdAccountMatchedSearchApplicationsEdgeDataConnection { - nodes: [FacebookBusinessAdAccountMatchedSearchApplicationsEdgeData!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessOptimizationGoalEnum { - AD_RECALL_LIFT - APP_DOWNLOADS - APP_INSTALLS - BRAND_AWARENESS - CLICKS - DERIVED_EVENTS - ENGAGED_USERS - EVENT_RESPONSES - IMPRESSIONS - LANDING_PAGE_VIEWS - LEAD_GENERATION - LINK_CLICKS - NONE - OFFER_CLAIMS - OFFSITE_CONVERSIONS - PAGE_ENGAGEMENT - PAGE_LIKES - POST_ENGAGEMENT - REACH - REPLIES - SOCIAL_IMPRESSIONS - THRUPLAY - TWO_SECOND_CONTINUOUS_VIDEO_VIEWS - VALUE - VISIT_INSTAGRAM_PROFILE -} - -"""""" -type FacebookBusinessOutcomePredictionPoint { - actions: Float - impressions: Float - reach: Float - spend: Int -} - -"""""" -type FacebookBusinessAdAccountDeliveryEstimate { - dailyOutcomesCurve: [FacebookBusinessOutcomePredictionPoint] - estimateDau: Int - estimateMau: Int - estimateReady: Boolean -} - -type FacebookBusinessAdAccountDeliveryEstimateConnection { - nodes: [FacebookBusinessAdAccountDeliveryEstimate!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCustomAudiencesTOS { - content: String - id: String -} - -type FacebookBusinessCustomAudiencesTOSConnection { - nodes: [FacebookBusinessCustomAudiencesTOS!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBroadTargetingCategories { - categoryDescription: String - id: String - name: String - parentCategory: String - path: [String] - size: Int - source: String - typeName: String - untranslatedName: String - untranslatedParentName: String -} - -type FacebookBusinessBroadTargetingCategoriesConnection { - nodes: [FacebookBusinessBroadTargetingCategories!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessStatusesEnum { - CANCELED - CANCELED_DEPENDENCY - ERROR - ERROR_CONFLICTS - ERROR_DEPENDENCY - INITIAL - IN_PROGRESS - PENDING_DEPENDENCY - SUCCESS - USER_CANCELED - USER_CANCELED_DEPENDENCY -} - -"""""" -type FacebookBusinessAdAsyncRequest { - asyncRequestSet: FacebookBusinessAdAsyncRequestSet - createdTime: String - id: String - input: JSON - result: JSON - scopeObjectId: String - status: String - updatedTime: String -} - -type FacebookBusinessAdAsyncRequestConnection { - nodes: [FacebookBusinessAdAsyncRequest!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessAdasyncrequestsetNotificationStatus { - NOT_SENT - SENDING - SENT -} - -"""""" -type FacebookBusinessAdAsyncRequestSetNotificationResult { - response: String - status: String -} - -enum FacebookBusinessAdasyncrequestsetNotificationMode { - OFF - ON_COMPLETE -} - -"""""" -type FacebookBusinessAdAsyncRequestSet { - canceledCount: Int - createdTime: String - errorCount: Int - id: String - inProgressCount: Int - initialCount: Int - isCompleted: Boolean - name: String - notificationMode: FacebookBusinessAdasyncrequestsetNotificationMode - notificationResult: FacebookBusinessAdAsyncRequestSetNotificationResult - notificationStatus: FacebookBusinessAdasyncrequestsetNotificationStatus - notificationUri: String - ownerId: String - successCount: Int - totalCount: Int - updatedTime: String - requests(statuses: [FacebookBusinessStatusesEnum!], before: String, after: String, first: Int): FacebookBusinessAdAsyncRequestConnection! -} - -type FacebookBusinessAdAsyncRequestSetConnection { - nodes: [FacebookBusinessAdAsyncRequestSet!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAsyncRequest { - id: Int - result: String - status: Int -} - -type FacebookBusinessAsyncRequestConnection { - nodes: [FacebookBusinessAsyncRequest!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdAccountAdVolume { - actorId: String - adsRunningOrInReviewCount: Int - currentAccountAdsRunningOrInReviewCount: Int -} - -type FacebookBusinessAdAccountAdVolumeConnection { - nodes: [FacebookBusinessAdAccountAdVolume!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessEvaluationTypeEnum { - SCHEDULE - TRIGGER -} - -"""""" -type FacebookBusinessAdAccountAdRulesHistory { - evaluationSpec: FacebookBusinessAdRuleEvaluationSpec - exceptionCode: Int - exceptionMessage: String - executionSpec: FacebookBusinessAdRuleExecutionSpec - isManual: Boolean - results: [FacebookBusinessAdRuleHistoryResult] - ruleId: Int - scheduleSpec: FacebookBusinessAdRuleScheduleSpec - timestamp: String -} - -type FacebookBusinessAdAccountAdRulesHistoryConnection { - nodes: [FacebookBusinessAdAccountAdRulesHistory!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPlayableContent { - id: String - name: String - owner: FacebookBusinessProfile -} - -type FacebookBusinessPlayableContentConnection { - nodes: [FacebookBusinessPlayableContent!]! - pageInfo: PageInfo! -} - -type FacebookBusinessAdLabelConnection { - nodes: [FacebookBusinessAdLabel!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessAdimageStatus { - ACTIVE - DELETED -} - -"""""" -type FacebookBusinessAdImage { - accountId: String - createdTime: String - creatives: [String] - hash: String - height: Int - id: String - isAssociatedCreativesInAdgroups: Boolean - name: String - originalHeight: Int - originalWidth: Int - permalinkUrl: String - status: FacebookBusinessAdimageStatus - updatedTime: String - url: String - url128: String - width: Int -} - -type FacebookBusinessAdImageConnection { - nodes: [FacebookBusinessAdImage!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessOperatorEnum { - ALL - ANY -} - -enum FacebookBusinessCategoryEnum { - ACCOUNT - AD - AD_KEYWORDS - AD_SET - AUDIENCE - BID - BUDGET - CAMPAIGN - DATE - STATUS - TARGETING -} - -enum FacebookBusinessAdactivityEventType { - ACCOUNT_SPENDING_LIMIT_REACHED - AD_ACCOUNT_ADD_USER_TO_ROLE - AD_ACCOUNT_BILLING_CHARGE - AD_ACCOUNT_BILLING_CHARGE_FAILED - AD_ACCOUNT_BILLING_CHARGEBACK - AD_ACCOUNT_BILLING_CHARGEBACK_REVERSAL - AD_ACCOUNT_BILLING_DECLINE - AD_ACCOUNT_BILLING_REFUND - AD_ACCOUNT_REMOVE_SPEND_LIMIT - AD_ACCOUNT_REMOVE_USER_FROM_ROLE - AD_ACCOUNT_RESET_SPEND_LIMIT - AD_ACCOUNT_SET_BUSINESS_INFORMATION - AD_ACCOUNT_UPDATE_SPEND_LIMIT - AD_ACCOUNT_UPDATE_STATUS - AD_REVIEW_APPROVED - AD_REVIEW_DECLINED - ADD_FUNDING_SOURCE - ADD_IMAGES - BILLING_EVENT - CAMPAIGN_ENDED - CAMPAIGN_SPENDING_LIMIT_REACHED - CONVERSION_EVENT_UPDATED - CREATE_AD - CREATE_AD_SET - CREATE_AUDIENCE - CREATE_CAMPAIGN_GROUP - CREATE_CAMPAIGN_LEGACY - DELETE_AUDIENCE - DELETE_IMAGES - DI_AD_SET_LEARNING_STAGE_EXIT - EDIT_AND_UPDATE_AD_CREATIVE - EDIT_IMAGES - FIRST_DELIVERY_EVENT - FUNDING_EVENT_INITIATED - FUNDING_EVENT_SUCCESSFUL - LIFETIME_BUDGET_SPENT - RECEIVE_AUDIENCE - REMOVE_FUNDING_SOURCE - REMOVE_SHARED_AUDIENCE - SHARE_AUDIENCE - UNKNOWN - UNSHARE_AUDIENCE - UPDATE_AD_BID_INFO - UPDATE_AD_BID_TYPE - UPDATE_AD_CREATIVE - UPDATE_AD_FRIENDLY_NAME - UPDATE_AD_LABELS - UPDATE_AD_RUN_STATUS - UPDATE_AD_RUN_STATUS_TO_BE_SET_AFTER_REVIEW - UPDATE_AD_SET_AD_KEYWORDS - UPDATE_AD_SET_BID_ADJUSTMENTS - UPDATE_AD_SET_BID_STRATEGY - UPDATE_AD_SET_BIDDING - UPDATE_AD_SET_BUDGET - UPDATE_AD_SET_DURATION - UPDATE_AD_SET_MIN_SPEND_TARGET - UPDATE_AD_SET_NAME - UPDATE_AD_SET_OPTIMIZATION_GOAL - UPDATE_AD_SET_RUN_STATUS - UPDATE_AD_SET_SPEND_CAP - UPDATE_AD_SET_TARGET_SPEC - UPDATE_AD_TARGETS_SPEC - UPDATE_ADGROUP_STOP_DELIVERY - UPDATE_AUDIENCE - UPDATE_CAMPAIGN_AD_SCHEDULING - UPDATE_CAMPAIGN_BUDGET - UPDATE_CAMPAIGN_DELIVERY_TYPE - UPDATE_CAMPAIGN_DURATION - UPDATE_CAMPAIGN_GROUP_AD_SCHEDULING - UPDATE_CAMPAIGN_GROUP_DELIVERY_TYPE - UPDATE_CAMPAIGN_GROUP_SPEND_CAP - UPDATE_CAMPAIGN_NAME - UPDATE_CAMPAIGN_RUN_STATUS - UPDATE_CAMPAIGN_SCHEDULE -} - -"""""" -type FacebookBusinessAdActivity { - actorId: String - actorName: String - applicationId: String - applicationName: String - dateTimeInTimezone: String - eventTime: String - eventType: FacebookBusinessAdactivityEventType - extraData: String - objectId: String - objectName: String - objectType: String - translatedEventType: String -} - -type FacebookBusinessAdActivityConnection { - nodes: [FacebookBusinessAdActivity!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessReachFrequencySpec { - countries: [String] - defaultCreationData: JSON - globalIoMaxCampaignDuration: Int - maxCampaignDuration: JSON - maxDaysToFinish: JSON - maxPauseWithoutPredictionRerun: JSON - minCampaignDuration: JSON - minReachLimits: JSON -} - -"""""" -type FacebookBusinessFundingSourceDetailsCoupon { - amount: Int - currency: String - displayAmount: String - expiration: String -} - -"""""" -type FacebookBusinessFundingSourceDetails { - coupon: FacebookBusinessFundingSourceDetailsCoupon - displayString: String - id: String -} - -"""""" -type FacebookBusinessAttributionSpec { - eventType: String - windowDays: Int -} - -"""""" -type FacebookBusinessAgencyClientDeclaration { - agencyRepresentingClient: Int - clientBasedInFrance: Int - clientCity: String - clientCountryCode: String - clientEmailAddress: String - clientName: String - clientPostalCode: String - clientProvince: String - clientStreet: String - clientStreet2: String - hasWrittenMandateFromAdvertiser: Int - isClientPayingInvoices: Int -} - -"""""" -type FacebookBusinessThirdPartyMeasurementReportDataset { - category: String - id: String - partner: FacebookBusinessBusiness - product: String - schema: [JSON] -} - -type FacebookBusinessThirdPartyMeasurementReportDatasetConnection { - nodes: [FacebookBusinessThirdPartyMeasurementReportDataset!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessSystemUser { - createdBy: FacebookBusinessUser - createdTime: String - financePermission: String - id: String - ipPermission: String - name: String - assignedAdAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - assignedBusinessAssetGroups(containedAssetId: String, before: String, after: String, first: Int): FacebookBusinessBusinessAssetGroupConnection! - assignedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - assignedProductCatalogs(before: String, after: String, first: Int): FacebookBusinessProductCatalogConnection! - updatedBy(before: String, after: String, first: Int): FacebookBusinessUserConnection! -} - -type FacebookBusinessSystemUserConnection { - nodes: [FacebookBusinessSystemUser!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessPixelTOS { - acceptTime: Int - id: String -} - -type FacebookBusinessBusinessPixelTOSConnection { - nodes: [FacebookBusinessBusinessPixelTOS!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessRoleRequest { - createdBy: JSON - createdTime: String - email: String - expirationTime: String - expiryTime: String - financeRole: String - id: String - inviteLink: String - ipRole: String - owner: FacebookBusinessBusiness - role: String - status: String - updatedBy: JSON - updatedTime: String -} - -type FacebookBusinessBusinessRoleRequestConnection { - nodes: [FacebookBusinessBusinessRoleRequest!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessPageRequest { - id: String - page: FacebookBusinessPage -} - -type FacebookBusinessBusinessPageRequestConnection { - nodes: [FacebookBusinessBusinessPageRequest!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessApplicationRequest { - application: FacebookBusinessApplication - id: String -} - -type FacebookBusinessBusinessApplicationRequestConnection { - nodes: [FacebookBusinessBusinessApplicationRequest!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessAdAccountRequest { - adAccount: FacebookBusinessAdAccount - id: String -} - -type FacebookBusinessBusinessAdAccountRequestConnection { - nodes: [FacebookBusinessBusinessAdAccountRequest!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessAssetSharingAgreement { - id: String - initiator: FacebookBusinessBusiness - recipient: FacebookBusinessBusiness - relationshipType: [String] - requestStatus: String - requestType: String -} - -type FacebookBusinessBusinessAssetSharingAgreementConnection { - nodes: [FacebookBusinessBusinessAssetSharingAgreement!]! - pageInfo: PageInfo! -} - -type FacebookBusinessExtendedCreditAllocationConfigConnection { - nodes: [FacebookBusinessExtendedCreditAllocationConfig!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessExtendedCreditInvoiceGroup { - autoEnroll: Boolean - customerPoNumber: String - email: JSON - emails: [String] - id: String - name: String - adAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! -} - -type FacebookBusinessExtendedCreditInvoiceGroupConnection { - nodes: [FacebookBusinessExtendedCreditInvoiceGroup!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessExtendedCreditAllocationConfig { - currencyAmount: FacebookBusinessCurrencyAmount - id: String - liabilityType: String - owningBusiness: FacebookBusinessBusiness - owningCredential: FacebookBusinessExtendedCredit - partitionType: String - receivingBusiness: FacebookBusinessBusiness - receivingCredential: FacebookBusinessExtendedCredit - requestStatus: String - sendBillTo: String -} - -"""""" -type FacebookBusinessExtendedCredit { - allocatedAmount: FacebookBusinessCurrencyAmount - balance: FacebookBusinessCurrencyAmount - creditAvailable: FacebookBusinessCurrencyAmount - creditType: String - id: String - isAccessRevoked: Boolean - isAutomatedExperience: Boolean - lastPaymentTime: String - legalEntityName: String - liableBizName: String - maxBalance: FacebookBusinessCurrencyAmount - onlineMaxBalance: FacebookBusinessCurrencyAmount - ownerBusiness: FacebookBusinessBusiness - ownerBusinessName: String - partitionFrom: String - receivingCreditAllocationConfig: FacebookBusinessExtendedCreditAllocationConfig - sendBillToBizName: String - extendedCreditInvoiceGroups(before: String, after: String, first: Int): FacebookBusinessExtendedCreditInvoiceGroupConnection! - owningCreditAllocationConfigs(receivingBusinessId: String, before: String, after: String, first: Int): FacebookBusinessExtendedCreditAllocationConfigConnection! -} - -type FacebookBusinessExtendedCreditConnection { - nodes: [FacebookBusinessExtendedCredit!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessEventSourceGroup { - business: FacebookBusinessBusiness - eventSources: [FacebookBusinessExternalEventSource] - id: String - name: String - sharedAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! -} - -type FacebookBusinessEventSourceGroupConnection { - nodes: [FacebookBusinessEventSourceGroup!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessCreative { - creationTime: String - duration: Int - hash: String - height: Int - id: String - name: String - thumbnail: String - url: String - videoId: String - width: Int - adPlacementValidationResults(before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -type FacebookBusinessBusinessCreativeConnection { - nodes: [FacebookBusinessBusinessCreative!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessCreativeFolder { - business: FacebookBusinessBusiness - creationTime: String - creativeInsightPermissions: JSON - description: String - id: String - mediaLibraryUrl: String - name: String - parentFolder: FacebookBusinessBusinessCreativeFolder - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - assignedUsers(business: String!, before: String, after: String, first: Int): FacebookBusinessAssignedUserConnection! - subFolders(before: String, after: String, first: Int): FacebookBusinessBusinessCreativeFolderConnection! -} - -type FacebookBusinessBusinessCreativeFolderConnection { - nodes: [FacebookBusinessBusinessCreativeFolder!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCreativeAssetTag { - name: String -} - -type FacebookBusinessCreativeAssetTagConnection { - nodes: [FacebookBusinessCreativeAssetTag!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAtlasURL { - url: String -} - -type FacebookBusinessAtlasURLConnection { - nodes: [FacebookBusinessAtlasURL!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessInvoiceCampaign { - adAccountId: String - billedAmountDetails: FacebookBusinessBilledAmountDetails - campaignId: String - campaignName: String - clicks: Int - conversions: Int - impressions: Int - tags: [String] -} - -type FacebookBusinessInvoiceCampaignConnection { - nodes: [FacebookBusinessInvoiceCampaign!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessDimensionsEnum { - DEVICE_TYPE - SOURCE_CHANNEL -} - -"""""" -type FacebookBusinessBusinessUser { - business: FacebookBusinessBusiness - email: String - financePermission: String - firstName: String - id: String - ipPermission: String - lastName: String - markedForRemoval: Boolean - name: String - pendingEmail: String - role: String - title: String - twoFacStatus: String - assignedAdAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - assignedBusinessAssetGroups(containedAssetId: String, before: String, after: String, first: Int): FacebookBusinessBusinessAssetGroupConnection! - assignedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - assignedProductCatalogs(before: String, after: String, first: Int): FacebookBusinessProductCatalogConnection! -} - -type FacebookBusinessBusinessUserConnection { - nodes: [FacebookBusinessBusinessUser!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessTimePeriodEnum { - ALL_AVAILABLE - ALL_DATES - CUSTOM - DATE_RANGE - FIFTEEN_DAYS - LAST_FOURTEEN_DAYS - LAST_HUNDRED_FOURTY_FOUR_HOURS - LAST_MONTH - LAST_NINETY_DAYS - LAST_QUARTER - LAST_SEVEN_DAYS - LAST_SIXTY_DAYS - LAST_THIRTY_DAYS - LAST_TWENTY_FOUR_HOURS - LAST_YEAR - MONTH_TO_DATE - QUARTER_TO_DATE - SEVEN_DAYS - THIRTY_DAYS - THIS_MONTH_WHOLE_DAYS - TODAY - WEEK_TO_DATE - YEAR_TO_DATE - YESTERDAY -} - -type FacebookBusinessAtlasCampaignConnection { - nodes: [FacebookBusinessAtlasCampaign!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessUnit { - business: FacebookBusinessBusiness - creationTime: String - currency: String - excludedSources: JSON - id: String - isEnabledForMeasurement: Boolean - name: String - timeZone: String - visitsAvailableDate: Int - adAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - adPlatforms(orderBy: String, metricScopeJson: JSON, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - atlasSalesAccesses(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - campaigns(orderBy: String, metricScopeJson: JSON, filterBy: String, before: String, after: String, first: Int): FacebookBusinessAtlasCampaignConnection! - conversionEvents(orderBy: String, metricScopeJson: JSON, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - conversionPaths(viewLookbackWindow: Int!, timePeriod: FacebookBusinessTimePeriodEnum!, metricContextJson: JSON, fbConversionEventId: Int!, dateRangeJson: JSON, clickLookbackWindow: Int!, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - customBreakdowns(orderBy: String, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - diagnostics(orderBy: String, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - externalImportFile(orderBy: String, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - reports(orderBy: String, metricScopeJson: JSON, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - sources(orderBy: String, metricScopeJson: JSON, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - users(before: String, after: String, first: Int): FacebookBusinessBusinessUserConnection! -} - -type FacebookBusinessBusinessUnitConnection { - nodes: [FacebookBusinessBusinessUnit!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAtlasCampaign { - adPlatform: JSON - alias: String - costPer1kImpressions: Float - costPerClick: Float - costPerVisit: Float - createdBy: JSON - createdDate: String - dataDrivenConvs: Float - dataDrivenConvsPer1kImpress: Float - dataDrivenConvsPerClick: Float - dataDrivenConvsPerVisit: Float - dataDrivenCpa: Float - dataDrivenNullableConvs: Float - dataDrivenRevenue: Float - dataDrivenRoas: Float - evenCreditConvs: Float - evenCreditConvsPer1kImpress: Float - evenCreditConvsPerClick: Float - evenCreditConvsPerVisit: Float - evenCreditCpa: Float - evenCreditRevenue: Float - evenCreditRoas: Float - firstClickConvs: Float - firstClickConvsPer1kImpress: Float - firstClickConvsPerClick: Float - firstClickConvsPerVisit: Float - firstClickCpa: Float - firstClickRevenue: Float - firstClickRoas: Float - firstTouchConvs: Float - firstTouchConvsPer1kImpress: Float - firstTouchConvsPerClick: Float - firstTouchConvsPerVisit: Float - firstTouchCpa: Float - firstTouchRevenue: Float - firstTouchRoas: Float - id: String - isArchived: Boolean - lastClickConvs: Float - lastClickConvsPer1kImpress: Float - lastClickConvsPerClick: Float - lastClickConvsPerVisit: Float - lastClickCpa: Float - lastClickRevenue: Float - lastClickRoas: Float - lastClickWithExtrapolationConvs: Float - lastClickWithExtrapolationConvsPer100Clicks: Float - lastClickWithExtrapolationConvsPer1kImpress: Float - lastClickWithExtrapolationConvsPerClick: Float - lastClickWithExtrapolationConvsPerVisit: Float - lastClickWithExtrapolationCpa: Float - lastClickWithExtrapolationRevenue: Float - lastClickWithExtrapolationRoas: Float - lastClickWithExtrapolationUnattributed: Float - lastModifiedBy: JSON - lastModifiedDate: String - lastTouchConvs: Float - lastTouchConvsPer1kImpress: Float - lastTouchConvsPerClick: Float - lastTouchConvsPerVisit: Float - lastTouchCpa: Float - lastTouchRevenue: Float - lastTouchRoas: Float - name: String - netMediaCost: Float - positional30flConvs: Float - positional30flConvsPer1kImpress: Float - positional30flConvsPerClick: Float - positional30flConvsPerVisit: Float - positional30flCpa: Float - positional30flRevenue: Float - positional30flRoas: Float - positional40flConvs: Float - positional40flConvsPer1kImpress: Float - positional40flConvsPerClick: Float - positional40flConvsPerVisit: Float - positional40flCpa: Float - positional40flRevenue: Float - positional40flRoas: Float - reportClickThroughRate: Float - reportClicks: Int - reportImpressions: Int - reportVisits: Int - timeDecay1dayConvs: Float - timeDecay1dayConvsPer1kImpress: Float - timeDecay1dayConvsPerClick: Float - timeDecay1dayConvsPerVisit: Float - timeDecay1dayCpa: Float - timeDecay1dayRevenue: Float - timeDecay1dayRoas: Float - timeDecay7dayConvs: Float - timeDecay7dayConvsPer1kImpress: Float - timeDecay7dayConvsPerClick: Float - timeDecay7dayConvsPerVisit: Float - timeDecay7dayCpa: Float - timeDecay7dayRevenue: Float - timeDecay7dayRoas: Float - adSets(orderBy: String, metricScopeJson: JSON, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - businessUnit(before: String, after: String, first: Int): FacebookBusinessBusinessUnitConnection! - metricsBreakdown(metricScopeJson: JSON, granularity: FacebookBusinessGranularityEnum, dimensions: [FacebookBusinessDimensionsEnum!], before: String, after: String, first: Int): FacebookBusinessJSONConnection! - sources(orderBy: String, metricScopeJson: JSON, filterBy: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -"""""" -type FacebookBusinessBilledAmountDetails { - currency: String - netAmount: String - taxAmount: String - totalAmount: String -} - -"""""" -type FacebookBusinessCurrencyAmount { - amount: String - amountInHundredths: String - currency: String - offsettedAmount: String -} - -"""""" -type FacebookBusinessOracleTransaction { - adAccountIds: [String] - amount: String - amountDue: FacebookBusinessCurrencyAmount - billedAmountDetails: FacebookBusinessBilledAmountDetails - billingPeriod: String - campaign: FacebookBusinessAtlasCampaign - cdnDownloadUri: String - currency: String - downloadUri: String - dueDate: String - entity: String - id: String - invoiceDate: String - invoiceId: String - invoiceType: String - liabilityType: String - paymentStatus: String - paymentTerm: String - campaigns(before: String, after: String, first: Int): FacebookBusinessInvoiceCampaignConnection! - data(redirect: Boolean, before: String, after: String, first: Int): FacebookBusinessAtlasURLConnection! -} - -type FacebookBusinessOracleTransactionConnection { - nodes: [FacebookBusinessOracleTransaction!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessProductCatalogProductSetsBatch { - errors: [JSON] - errorsTotalCount: Int - handle: String - status: String -} - -type FacebookBusinessProductCatalogProductSetsBatchConnection { - nodes: [FacebookBusinessProductCatalogProductSetsBatch!]! - pageInfo: PageInfo! -} - -type FacebookBusinessProductGroupConnection { - nodes: [FacebookBusinessProductGroup!]! - pageInfo: PageInfo! -} - -type FacebookBusinessProductFeedUploadConnection { - nodes: [FacebookBusinessProductFeedUpload!]! - pageInfo: PageInfo! -} - -type FacebookBusinessProductFeedScheduleConnection { - nodes: [FacebookBusinessProductFeedSchedule!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessProductFeedRule { - attribute: String - id: String - params: JSON - ruleType: String -} - -type FacebookBusinessProductFeedRuleConnection { - nodes: [FacebookBusinessProductFeedRule!]! - pageInfo: PageInfo! -} - -type FacebookBusinessVehicleConnection { - nodes: [FacebookBusinessVehicle!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessVehicleOffer { - amountCurrency: String - amountPercentage: Float - amountPrice: String - amountQualifier: String - bodyStyle: String - cashbackCurrency: String - cashbackPrice: String - currency: String - dmaCodes: [String] - downpaymentCurrency: String - downpaymentPrice: String - downpaymentQualifier: String - endDate: String - endTime: Int - id: String - images: [String] - make: String - model: String - offerDescription: String - offerDisclaimer: String - offerType: String - price: String - sanitizedImages: [String] - startDate: String - startTime: Int - termLength: Int - termQualifier: String - title: String - trim: String - url: String - vehicleOfferId: String - year: Int -} - -type FacebookBusinessVehicleOfferConnection { - nodes: [FacebookBusinessVehicleOffer!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessProductSet { - autoCreationUrl: String - filter: String - id: String - name: String - productCatalog: FacebookBusinessProductCatalog - productCount: Int - automotiveModels(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessAutomotiveModelConnection! - destinations(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessDestinationConnection! - flights(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessFlightConnection! - homeListings(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessHomeListingConnection! - hotels(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessHotelConnection! - products(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessProductItemConnection! - vehicleOffers(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessVehicleOfferConnection! - vehicles(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessVehicleConnection! -} - -type FacebookBusinessProductSetConnection { - nodes: [FacebookBusinessProductSet!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessProductitemVisibility { - PUBLISHED - STAGING -} - -enum FacebookBusinessProductitemShippingWeightUnit { - G - KG - LB - OZ -} - -enum FacebookBusinessProductitemReviewStatus { - APPROVED - OUTDATED - PENDING - REJECTED -} - -"""""" -type FacebookBusinessProductVariant { - label: String - options: [String] - productField: String -} - -"""""" -type FacebookBusinessProductGroup { - id: String - productCatalog: FacebookBusinessProductCatalog - retailerId: String - variants: [FacebookBusinessProductVariant] - products(before: String, after: String, first: Int): FacebookBusinessProductItemConnection! -} - -enum FacebookBusinessProductitemGender { - FEMALE - MALE - UNISEX -} - -enum FacebookBusinessProductitemCondition { - CPO - NEW - OPEN_BOX_NEW - REFURBISHED - USED - USED_FAIR - USED_GOOD - USED_LIKE_NEW -} - -"""""" -type FacebookBusinessProductItemCommerceInsights { - messageSends: Int - organicImpressions: Int - paidImpressions: Int -} - -enum FacebookBusinessProductitemAvailability { - AVAILABLE_FOR_ORDER - DISCONTINUED - IN_STOCK - OUT_OF_STOCK - PENDING - PREORDER -} - -enum FacebookBusinessProductitemAgeGroup { - ADULT - ALL_AGES - INFANT - KIDS - NEWBORN - TEEN - TODDLER -} - -"""""" -type FacebookBusinessProductItem { - additionalImageCdnUrls: [JSON] - additionalImageUrls: [String] - additionalVariantAttributes: JSON - ageGroup: FacebookBusinessProductitemAgeGroup - availability: FacebookBusinessProductitemAvailability - brand: String - capabilityToReviewStatus: JSON - category: String - color: String - commerceInsights: FacebookBusinessProductItemCommerceInsights - condition: FacebookBusinessProductitemCondition - currency: String - customData: JSON - customLabel0: String - customLabel1: String - customLabel2: String - customLabel3: String - customLabel4: String - description: String - expirationDate: String - gender: FacebookBusinessProductitemGender - gtin: String - id: String - imageCdnUrls: JSON - imageUrl: String - inventory: Int - manufacturerPartNumber: String - material: String - mobileLink: String - name: String - orderingIndex: Int - pattern: String - price: String - productCatalog: FacebookBusinessProductCatalog - productFeed: FacebookBusinessProductFeed - productGroup: FacebookBusinessProductGroup - productType: String - retailerId: String - retailerProductGroupId: String - reviewRejectionReasons: [String] - reviewStatus: FacebookBusinessProductitemReviewStatus - salePrice: String - salePriceEndDate: String - salePriceStartDate: String - shippingWeightUnit: FacebookBusinessProductitemShippingWeightUnit - shippingWeightValue: Float - shortDescription: String - size: String - startDate: String - url: String - visibility: FacebookBusinessProductitemVisibility - productSets(before: String, after: String, first: Int): FacebookBusinessProductSetConnection! -} - -type FacebookBusinessProductItemConnection { - nodes: [FacebookBusinessProductItem!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessProductfeedscheduleInterval { - DAILY - HOURLY - MONTHLY - WEEKLY -} - -enum FacebookBusinessProductfeedscheduleDayOfWeek { - FRIDAY - MONDAY - SATURDAY - SUNDAY - THURSDAY - TUESDAY - WEDNESDAY -} - -"""""" -type FacebookBusinessProductFeedSchedule { - dayOfMonth: Int - dayOfWeek: FacebookBusinessProductfeedscheduleDayOfWeek - hour: Int - id: String - interval: FacebookBusinessProductfeedscheduleInterval - intervalCount: Int - minute: Int - timezone: String - url: String - username: String -} - -enum FacebookBusinessProductfeedQuotedFieldsMode { - AUTODETECT - OFF - ON -} - -"""""" -type FacebookBusinessProductFeedRuleSuggestion { - attribute: String - params: JSON -} - -type FacebookBusinessProductFeedRuleSuggestionConnection { - nodes: [FacebookBusinessProductFeedRuleSuggestion!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessProductFeedUploadErrorSample { - id: String - retailerId: String - rowNumber: Int -} - -type FacebookBusinessProductFeedUploadErrorSampleConnection { - nodes: [FacebookBusinessProductFeedUploadErrorSample!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessProductfeeduploaderrorSeverity { - FATAL - WARNING -} - -enum FacebookBusinessProductfeeduploaderrorAffectedSurfaces { - DYNAMIC_ADS - MARKETPLACE - US_MARKETPLACE -} - -"""""" -type FacebookBusinessProductFeedUploadError { - affectedSurfaces: [FacebookBusinessProductfeeduploaderrorAffectedSurfaces] - description: String - errorType: String - id: String - severity: FacebookBusinessProductfeeduploaderrorSeverity - summary: String - totalCount: Int - samples(before: String, after: String, first: Int): FacebookBusinessProductFeedUploadErrorSampleConnection! - suggestedRules(before: String, after: String, first: Int): FacebookBusinessProductFeedRuleSuggestionConnection! -} - -type FacebookBusinessProductFeedUploadErrorConnection { - nodes: [FacebookBusinessProductFeedUploadError!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessProductfeeduploadInputMethod { - GOOGLE_SHEETS_FETCH - MANUAL_UPLOAD - REUPLOAD_LAST_FILE - SERVER_FETCH - USER_INITIATED_SERVER_FETCH -} - -"""""" -type FacebookBusinessProductFeedUploadErrorReport { - fileHandle: String - reportStatus: String -} - -"""""" -type FacebookBusinessProductFeedUpload { - endTime: String - errorCount: Int - errorReport: FacebookBusinessProductFeedUploadErrorReport - filename: String - id: String - inputMethod: FacebookBusinessProductfeeduploadInputMethod - numDeletedItems: Int - numDetectedItems: Int - numInvalidItems: Int - numPersistedItems: Int - startTime: String - url: String - warningCount: Int - errors(before: String, after: String, first: Int): FacebookBusinessProductFeedUploadErrorConnection! -} - -enum FacebookBusinessProductfeedDelimiter { - AUTODETECT - BAR - COMMA - SEMICOLON - TAB - TILDE -} - -"""""" -type FacebookBusinessProductFeed { - country: String - createdTime: String - defaultCurrency: String - deletionEnabled: Boolean - delimiter: FacebookBusinessProductfeedDelimiter - encoding: String - fileName: String - id: String - latestUpload: FacebookBusinessProductFeedUpload - name: String - overrideType: String - productCount: Int - quotedFieldsMode: FacebookBusinessProductfeedQuotedFieldsMode - schedule: FacebookBusinessProductFeedSchedule - updateSchedule: FacebookBusinessProductFeedSchedule - automotiveModels(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessAutomotiveModelConnection! - destinations(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessDestinationConnection! - flights(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessFlightConnection! - homeListings(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessHomeListingConnection! - hotels(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessHotelConnection! - products(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessProductItemConnection! - rules(before: String, after: String, first: Int): FacebookBusinessProductFeedRuleConnection! - uploadSchedules(before: String, after: String, first: Int): FacebookBusinessProductFeedScheduleConnection! - uploads(before: String, after: String, first: Int): FacebookBusinessProductFeedUploadConnection! - vehicleOffers(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessVehicleOfferConnection! - vehicles(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessVehicleConnection! -} - -type FacebookBusinessProductFeedConnection { - nodes: [FacebookBusinessProductFeed!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessProductCatalogPricingVariablesBatch { - errors: [JSON] - errorsTotalCount: Int - handle: String - status: String -} - -type FacebookBusinessProductCatalogPricingVariablesBatchConnection { - nodes: [FacebookBusinessProductCatalogPricingVariablesBatch!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessDynamicPriceConfigByDate { - checkinDate: String - prices: String - pricesPretty: [JSON] - id: String -} - -type FacebookBusinessDynamicPriceConfigByDateConnection { - nodes: [FacebookBusinessDynamicPriceConfigByDate!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessHotelRoom { - basePrice: String - currency: String - description: String - id: String - images: [String] - marginLevel: String - name: String - roomId: String - salePrice: String - url: String - pricingVariables(before: String, after: String, first: Int): FacebookBusinessDynamicPriceConfigByDateConnection! -} - -type FacebookBusinessHotelRoomConnection { - nodes: [FacebookBusinessHotelRoom!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessHotel { - address: String - brand: String - category: String - currency: String - description: String - guestRatings: String - hotelId: String - id: String - images: [String] - lowestBasePrice: String - loyaltyProgram: String - marginLevel: Int - name: String - phone: String - salePrice: String - sanitizedImages: [String] - starRating: Float - url: String - hotelRooms(before: String, after: String, first: Int): FacebookBusinessHotelRoomConnection! -} - -type FacebookBusinessHotelConnection { - nodes: [FacebookBusinessHotel!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessProductCatalogHotelRoomsBatch { - errors: [JSON] - errorsTotalCount: Int - handle: String - status: String -} - -type FacebookBusinessProductCatalogHotelRoomsBatchConnection { - nodes: [FacebookBusinessProductCatalogHotelRoomsBatch!]! - pageInfo: PageInfo! -} - -type FacebookBusinessHomeListingConnection { - nodes: [FacebookBusinessHomeListing!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessFlight { - currency: String - description: String - destinationAirport: String - destinationCity: String - flightId: String - id: String - images: [String] - onewayCurrency: String - onewayPrice: String - originAirport: String - originCity: String - price: String - sanitizedImages: [String] - url: String -} - -type FacebookBusinessFlightConnection { - nodes: [FacebookBusinessFlight!]! - pageInfo: PageInfo! -} - -type FacebookBusinessExternalEventSourceConnection { - nodes: [FacebookBusinessExternalEventSource!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessProducteventstatEvent { - ADDTOCART - ADDTOWISHLIST - INITIATECHECKOUT - LEAD - PURCHASE - SEARCH - SUBSCRIBE - VIEWCONTENT -} - -enum FacebookBusinessProducteventstatDeviceType { - DESKTOP - MOBILE_ANDROID_PHONE - MOBILE_ANDROID_TABLET - MOBILE_IPAD - MOBILE_IPHONE - MOBILE_IPOD - MOBILE_PHONE - MOBILE_TABLET - MOBILE_WINDOWS_PHONE - UNKNOWN -} - -"""""" -type FacebookBusinessProductEventStat { - dateStart: String - dateStop: String - deviceType: FacebookBusinessProducteventstatDeviceType - event: FacebookBusinessProducteventstatEvent - eventSource: FacebookBusinessExternalEventSource - totalContentIdsMatchedOtherCatalogs: Int - totalMatchedContentIds: Int - totalUnmatchedContentIds: Int - uniqueContentIdsMatchedOtherCatalogs: Int - uniqueMatchedContentIds: Int - uniqueUnmatchedContentIds: Int -} - -type FacebookBusinessProductEventStatConnection { - nodes: [FacebookBusinessProductEventStat!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessDestination { - address: String - currency: String - description: String - destinationId: String - id: String - images: [String] - name: String - price: String - priceChange: String - sanitizedImages: [String] - types: [String] - url: String -} - -type FacebookBusinessDestinationConnection { - nodes: [FacebookBusinessDestination!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCollaborativeAdsShareSettings { - agencyBusiness: FacebookBusinessBusiness - id: String - productCatalogProxyId: String - utmCampaign: String - utmMedium: String - utmSource: String -} - -type FacebookBusinessCollaborativeAdsShareSettingsConnection { - nodes: [FacebookBusinessCollaborativeAdsShareSettings!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCheckBatchRequestStatus { - errors: [JSON] - errorsTotalCount: Int - handle: String - idsOfInvalidRequests: [String] - status: String - warnings: [JSON] - warningsTotalCount: Int -} - -type FacebookBusinessCheckBatchRequestStatusConnection { - nodes: [FacebookBusinessCheckBatchRequestStatus!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessCategorizationCriteriaEnum { - BRAND - CATEGORY - PRODUCT_TYPE -} - -"""""" -type FacebookBusinessProductCatalogCategory { - criteriaValue: String - description: String - destinationUri: String - imageUrl: String - name: String - numItems: Int - tokens: JSON -} - -type FacebookBusinessProductCatalogCategoryConnection { - nodes: [FacebookBusinessProductCatalogCategory!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAutomotiveModel { - automotiveModelId: String - availability: String - bodyStyle: String - currency: String - customLabel0: String - description: String - drivetrain: String - exteriorColor: String - financeDescription: String - financeType: String - fuelType: String - generation: String - id: String - images: [String] - interiorColor: String - interiorUpholstery: String - make: String - model: String - price: String - sanitizedImages: [String] - title: String - transmission: String - trim: String - url: String - year: Int -} - -type FacebookBusinessAutomotiveModelConnection { - nodes: [FacebookBusinessAutomotiveModel!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessStoreCatalogSettings { - id: String - page: FacebookBusinessPage -} - -"""""" -type FacebookBusinessProductCatalogImageSettingsOperation { - transformationType: String -} - -"""""" -type FacebookBusinessProductCatalogImageSettings { - carouselAd: FacebookBusinessProductCatalogImageSettingsOperation - singleAd: FacebookBusinessProductCatalogImageSettingsOperation -} - -"""""" -type FacebookBusinessCPASParentCatalogSettings { - attributionWindows: [String] - defaultCurrency: String - id: String -} - -"""""" -type FacebookBusinessProductCatalog { - business: FacebookBusinessBusiness - cpasParentCatalogSettings: FacebookBusinessCPASParentCatalogSettings - daDisplaySettings: FacebookBusinessProductCatalogImageSettings - defaultImageUrl: String - fallbackImageUrl: [String] - feedCount: Int - id: String - isCatalogSegment: Boolean - name: String - productCount: Int - storeCatalogSettings: FacebookBusinessStoreCatalogSettings - vertical: String - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - assignedUsers(business: String!, before: String, after: String, first: Int): FacebookBusinessAssignedUserConnection! - automotiveModels(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessAutomotiveModelConnection! - categories(filterJson: JSON, categorizationCriteria: FacebookBusinessCategorizationCriteriaEnum!, before: String, after: String, first: Int): FacebookBusinessProductCatalogCategoryConnection! - checkBatchRequestStatus(loadIdsOfInvalidRequests: Boolean, handle: String!, before: String, after: String, first: Int): FacebookBusinessCheckBatchRequestStatusConnection! - collaborativeAdsShareSettings(before: String, after: String, first: Int): FacebookBusinessCollaborativeAdsShareSettingsConnection! - destinations(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessDestinationConnection! - eventStats(breakdowns: [FacebookBusinessBreakdownsEnum!], before: String, after: String, first: Int): FacebookBusinessProductEventStatConnection! - externalEventSources(before: String, after: String, first: Int): FacebookBusinessExternalEventSourceConnection! - flights(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessFlightConnection! - homeListings(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessHomeListingConnection! - hotelRoomsBatch(handle: String!, before: String, after: String, first: Int): FacebookBusinessProductCatalogHotelRoomsBatchConnection! - hotels(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessHotelConnection! - pricingVariablesBatch(handle: String!, before: String, after: String, first: Int): FacebookBusinessProductCatalogPricingVariablesBatchConnection! - productFeeds(before: String, after: String, first: Int): FacebookBusinessProductFeedConnection! - productGroups(before: String, after: String, first: Int): FacebookBusinessProductGroupConnection! - productSets(retailerId: String, parentId: String, hasChildren: Boolean, ancestorId: String, before: String, after: String, first: Int): FacebookBusinessProductSetConnection! - productSetsBatch(handle: String!, before: String, after: String, first: Int): FacebookBusinessProductCatalogProductSetsBatchConnection! - products(returnOnlyApprovedProducts: Boolean, filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessProductItemConnection! - vehicleOffers(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessVehicleOfferConnection! - vehicles(filterJson: JSON, bulkPagination: Boolean, before: String, after: String, first: Int): FacebookBusinessVehicleConnection! -} - -type FacebookBusinessProductCatalogConnection { - nodes: [FacebookBusinessProductCatalog!]! - pageInfo: PageInfo! -} - -type FacebookBusinessInstagramUserConnection { - nodes: [FacebookBusinessInstagramUser!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusinessAssetGroup { - id: String - name: String - assignedUsers(business: String!, before: String, after: String, first: Int): FacebookBusinessAssignedUserConnection! - containedAdAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - containedApplications(before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - containedCustomConversions(before: String, after: String, first: Int): FacebookBusinessCustomConversionConnection! - containedInstagramAccounts(before: String, after: String, first: Int): FacebookBusinessInstagramUserConnection! - containedOfflineConversionDataSets(before: String, after: String, first: Int): FacebookBusinessOfflineConversionDataSetConnection! - containedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - containedPixels(before: String, after: String, first: Int): FacebookBusinessAdsPixelConnection! - containedProductCatalogs(before: String, after: String, first: Int): FacebookBusinessProductCatalogConnection! -} - -type FacebookBusinessBusinessAssetGroupConnection { - nodes: [FacebookBusinessBusinessAssetGroup!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessRequestStatusEnum { - APPROVE - DECLINE - EXPIRED - IN_PROGRESS - PENDING -} - -"""""" -type FacebookBusinessBusinessCreativeFolderSharingAgreement { - folderId: String - id: String - requestingBusiness: FacebookBusinessBusiness - status: String -} - -type FacebookBusinessBusinessCreativeFolderSharingAgreementConnection { - nodes: [FacebookBusinessBusinessCreativeFolderSharingAgreement!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdPlacement { - bundleId: String - displayFormat: String - externalPlacementId: String - googleDisplayFormat: String - id: String - name: String - platform: String - status: String -} - -type FacebookBusinessAdPlacementConnection { - nodes: [FacebookBusinessAdPlacement!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPartnerStudy { - additionalInfo: String - brand: String - clientName: String - emails: String - id: String - inputIds: [String] - isExport: Boolean - liftStudy: FacebookBusinessAdStudy - location: String - matchFileDs: String - name: String - partnerDefinedId: String - partnerHouseholdGraphDatasetId: String - status: String - studyEndDate: String - studyStartDate: String - studyType: String - submitDate: String - submitters(before: String, after: String, first: Int): FacebookBusinessUserConnection! -} - -type FacebookBusinessPartnerStudyConnection { - nodes: [FacebookBusinessPartnerStudy!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessOffsitePixel { - creator: String - id: String - jsPixel: String - lastFiringTime: String - name: String - tag: String -} - -type FacebookBusinessOffsitePixelConnection { - nodes: [FacebookBusinessOffsitePixel!]! - pageInfo: PageInfo! -} - -type FacebookBusinessOfflineConversionDataSetConnection { - nodes: [FacebookBusinessOfflineConversionDataSet!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessCustomconversionstatsresultAggregation { - COUNT - DEVICE_TYPE - HOST - PIXEL_FIRE - UNMATCHED_COUNT - UNMATCHED_USD_AMOUNT - URL - USD_AMOUNT -} - -"""""" -type FacebookBusinessCustomConversionStatsResult { - aggregation: FacebookBusinessCustomconversionstatsresultAggregation - data: [JSON] - timestamp: String -} - -type FacebookBusinessCustomConversionStatsResultConnection { - nodes: [FacebookBusinessCustomConversionStatsResult!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessSortByEnum { - LAST_FIRED_TIME - NAME -} - -enum FacebookBusinessGranularityEnum { - DAY - HOUR - MONTH - WEEK - YEAR -} - -enum FacebookBusinessAggrTimeEnum { - EVENT_TIME - UPLOAD_TIME -} - -"""""" -type FacebookBusinessCustomAudiencesharedAccountInfo { - accountId: String - accountName: String - businessId: String - businessName: String - sharingStatus: String -} - -type FacebookBusinessCustomAudiencesharedAccountInfoConnection { - nodes: [FacebookBusinessCustomAudiencesharedAccountInfo!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCustomAudienceSession { - endTime: String - numInvalidEntries: String - numMatched: String - numReceived: String - progress: String - sessionId: String - stage: String - startTime: String -} - -type FacebookBusinessCustomAudienceSessionConnection { - nodes: [FacebookBusinessCustomAudienceSession!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCustomAudiencePrefillState { - description: String - numAdded: Int - status: String -} - -type FacebookBusinessCustomAudiencePrefillStateConnection { - nodes: [FacebookBusinessCustomAudiencePrefillState!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCustomAudienceSharingStatus { - sharingRelationshipId: Int - status: String -} - -"""""" -type FacebookBusinessAudiencePermissionForActions { - canEdit: Boolean - canSeeInsight: Boolean - canShare: Boolean - subtypeSupportsLookalike: Boolean - supportsRecipientLookalike: Boolean -} - -"""""" -type FacebookBusinessLookalikeSpec { - country: String - isFinancialService: Boolean - origin: [JSON] - originEventName: String - originEventSourceName: String - originEventSourceType: String - productSetName: String - ratio: Float - startingRatio: Float - targetCountries: [String] -} - -"""""" -type FacebookBusinessCustomAudienceStatus { - code: Int - description: String -} - -enum FacebookBusinessCustomaudiencedatasourceSubType { - ANYTHING - APP_USERS - CAMPAIGN_CONVERSIONS - COMBINATION_CUSTOM_AUDIENCE_USERS - CONSTANT_CONTACTS_EMAIL_HASHES - CONTACT_IMPORTER - CONVERSION_PIXEL_HITS - COPY_PASTE_EMAIL_HASHES - CUSTOM_AUDIENCE_USERS - DATA_FILE - DYNAMIC_RULE - ENGAGEMENT_EVENT_USERS - EXPANDED_AUDIENCE - EXTERNAL_IDS - EXTERNAL_IDS_MIX - FB_EVENT_SIGNALS - FB_PIXEL_HITS - HASHES - HASHES_OR_USER_IDS - HOUSEHOLD_EXPANSION - IG_BUSINESS_EVENTS - IG_PROMOTED_POST - INSTANT_ARTICLE_EVENTS - LOOKALIKE_PLATFORM - MAIL_CHIMP_EMAIL_HASHES - MOBILE_ADVERTISER_IDS - MOBILE_APP_COMBINATION_EVENTS - MOBILE_APP_CUSTOM_AUDIENCE_USERS - MOBILE_APP_EVENTS - MULTICOUNTRY_COMBINATION - MULTI_DATA_EVENTS - MULTI_EVENT_SOURCE - MULTI_HASHES - NOTHING - OFFLINE_EVENT_USERS - PAGE_FANS - PAGE_SMART_AUDIENCE - PARTNER_CATEGORY_USERS - PLACE_VISITS - PLATFORM - PLATFORM_USERS - SEED_LIST - SMART_AUDIENCE - STORE_VISIT_EVENTS - S_EXPR - TOKENS - USER_IDS - VIDEO_EVENTS - VIDEO_EVENT_USERS - WEB_PIXEL_COMBINATION_EVENTS - WEB_PIXEL_HITS - WEB_PIXEL_HITS_CUSTOM_AUDIENCE_USERS -} - -"""""" -type FacebookBusinessCustomAudienceDataSource { - creationParams: String - subType: FacebookBusinessCustomaudiencedatasourceSubType -} - -"""""" -type FacebookBusinessCustomAudience { - accountId: String - approximateCount: Int - customerFileSource: String - dataSource: FacebookBusinessCustomAudienceDataSource - dataSourceTypes: String - datafileCustomAudienceUploadingStatus: String - deliveryStatus: FacebookBusinessCustomAudienceStatus - description: String - excludedCustomAudiences: [FacebookBusinessCustomAudience] - externalEventSource: FacebookBusinessAdsPixel - householdAudience: Int - id: String - includedCustomAudiences: [FacebookBusinessCustomAudience] - isHousehold: Boolean - isSnapshot: Boolean - isValueBased: Boolean - lookalikeAudienceIds: [String] - lookalikeSpec: FacebookBusinessLookalikeSpec - name: String - operationStatus: FacebookBusinessCustomAudienceStatus - optOutLink: String - permissionForActions: FacebookBusinessAudiencePermissionForActions - pixelId: String - regulatedAudienceSpec: FacebookBusinessLookalikeSpec - retentionDays: Int - revSharePolicyId: Int - rule: String - ruleAggregation: String - ruleV2: String - seedAudience: Int - sharingStatus: FacebookBusinessCustomAudienceSharingStatus - subtype: String - timeContentUpdated: Int - timeCreated: Int - timeUpdated: Int - adAccounts(permissions: String, before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - ads(status: [String!], effectiveStatus: [String!], before: String, after: String, first: Int): FacebookBusinessAdConnection! - prefills(before: String, after: String, first: Int): FacebookBusinessCustomAudiencePrefillStateConnection! - sessions(sessionId: Int, before: String, after: String, first: Int): FacebookBusinessCustomAudienceSessionConnection! - sharedAccountInfo(before: String, after: String, first: Int): FacebookBusinessCustomAudiencesharedAccountInfoConnection! -} - -type FacebookBusinessCustomAudienceConnection { - nodes: [FacebookBusinessCustomAudience!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessOfflineConversionDataSet { - business: FacebookBusinessBusiness - config: String - creationTime: String - description: String - duplicateEntries: Int - enableAutoAssignToAccounts: Boolean - eventStats: String - eventTimeMax: Int - eventTimeMin: Int - id: String - isMtaUse: Boolean - isRestrictedUse: Boolean - isUnavailable: Boolean - lastUploadApp: String - lastUploadAppChangedTime: Int - matchRateApprox: Int - matchedEntries: Int - name: String - usage: JSON - validEntries: Int - adAccounts(business: String!, before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - audiences(adAccount: String, before: String, after: String, first: Int): FacebookBusinessCustomAudienceConnection! - customConversions(adAccount: String, before: String, after: String, first: Int): FacebookBusinessCustomConversionConnection! - stats(userTimezoneId: Int, start: Int, skipEmptyValues: Boolean, granularity: FacebookBusinessGranularityEnum, end: Int, aggrTime: FacebookBusinessAggrTimeEnum, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - uploads(uploadTag: String, startTime: String, sortBy: FacebookBusinessSortByEnum, order: FacebookBusinessOrderEnum, endTime: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -"""""" -type FacebookBusinessExternalEventSource { - id: String - name: String - sourceType: String -} - -enum FacebookBusinessCustomconversionCustomEventType { - ADD_PAYMENT_INFO - ADD_TO_CART - ADD_TO_WISHLIST - COMPLETE_REGISTRATION - CONTACT - CONTENT_VIEW - CUSTOMIZE_PRODUCT - DONATE - FIND_LOCATION - INITIATED_CHECKOUT - LEAD - LISTING_INTERACTION - OTHER - PURCHASE - SCHEDULE - SEARCH - START_TRIAL - SUBMIT_APPLICATION - SUBSCRIBE -} - -"""""" -type FacebookBusinessCustomConversion { - accountId: String - aggregationRule: String - business: FacebookBusinessBusiness - creationTime: String - customEventType: FacebookBusinessCustomconversionCustomEventType - dataSources: [FacebookBusinessExternalEventSource] - defaultConversionValue: Int - description: String - eventSourceType: String - firstFiredTime: String - id: String - isArchived: Boolean - isUnavailable: Boolean - lastFiredTime: String - name: String - offlineConversionDataSet: FacebookBusinessOfflineConversionDataSet - pixel: FacebookBusinessAdsPixel - retentionDays: Int - rule: String - stats(startTime: String, endTime: String, aggregation: FacebookBusinessAggregationEnum, before: String, after: String, first: Int): FacebookBusinessCustomConversionStatsResultConnection! -} - -type FacebookBusinessCustomConversionConnection { - nodes: [FacebookBusinessCustomConversion!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessStatusEnum { - ACTIVE - ARCHIVED - DELETED - PAUSED -} - -type FacebookBusinessAdVideoConnection { - nodes: [FacebookBusinessAdVideo!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessSourceEnum { - OWNER - TARGET -} - -enum FacebookBusinessBroadcastStatusEnum { - LIVE - LIVE_STOPPED - PROCESSING - SCHEDULED_CANCELED - SCHEDULED_EXPIRED - SCHEDULED_LIVE - SCHEDULED_UNPUBLISHED - UNPUBLISHED - VOD -} - -"""""" -type FacebookBusinessLiveVideoError { - creationTime: String - errorCode: Int - errorMessage: String - errorType: String - id: String -} - -type FacebookBusinessLiveVideoErrorConnection { - nodes: [FacebookBusinessLiveVideoError!]! - pageInfo: PageInfo! -} - -type FacebookBusinessUserConnection { - nodes: [FacebookBusinessUser!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessVideoThumbnail { - height: Int - id: String - isPreferred: Boolean - name: String - scale: Float - uri: String - width: Int -} - -type FacebookBusinessVideoThumbnailConnection { - nodes: [FacebookBusinessVideoThumbnail!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessVideopollStatus { - CLOSED - RESULTS_OPEN - VOTING_OPEN -} - -"""""" -type FacebookBusinessVideoPoll { - closeAfterVoting: Boolean - defaultOpen: Boolean - id: String - question: String - showGradient: Boolean - showResults: Boolean - status: FacebookBusinessVideopollStatus - pollOptions(before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -type FacebookBusinessVideoPollConnection { - nodes: [FacebookBusinessVideoPoll!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessMusicVideoCopyright { - creationTime: String - displayedMatchesCount: Int - id: String - inConflict: Boolean - isrc: String - matchRule: FacebookBusinessVideoCopyrightRule - ownershipCountries: [String] - referenceFileStatus: String - ridgeMonitoringStatus: String - tags: [String] - updateTime: String - videoAsset: FacebookBusinessCopyrightReferenceContainer - whitelistedFbUsers: [JSON] - whitelistedIgUsers: [String] -} - -"""""" -type FacebookBusinessAdVideo { - adBreaks: [Int] - backdatedTime: String - backdatedTimeGranularity: String - contentCategory: String - contentTags: [String] - copyright: FacebookBusinessVideoCopyright - copyrightMonitoringStatus: String - createdTime: String - customLabels: [String] - description: String - embedHtml: String - embeddable: Boolean - event: FacebookBusinessEvent - expiration: JSON - format: [JSON] - from: JSON - icon: String - id: String - isCrosspostVideo: Boolean - isCrosspostingEligible: Boolean - isEpisode: Boolean - isInstagramEligible: Boolean - isReferenceOnly: Boolean - length: Float - liveAudienceCount: Int - liveStatus: String - musicVideoCopyright: FacebookBusinessMusicVideoCopyright - permalinkUrl: String - picture: String - place: FacebookBusinessPlace - premiereLivingRoomStatus: String - privacy: FacebookBusinessPrivacy - published: Boolean - scheduledPublishTime: String - source: String - spherical: Boolean - status: JSON - title: String - universalVideoId: String - updatedTime: String - captions(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - crosspostSharedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - likes(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - pollSettings(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - polls(before: String, after: String, first: Int): FacebookBusinessVideoPollConnection! - sharedPosts(before: String, after: String, first: Int): FacebookBusinessPostConnection! - sponsorTags(before: String, after: String, first: Int): FacebookBusinessPageConnection! - tags(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - thumbnails(before: String, after: String, first: Int): FacebookBusinessVideoThumbnailConnection! - videoInsights(until: String, since: String, period: FacebookBusinessPeriodEnum, metricJson: [JSON!], before: String, after: String, first: Int): FacebookBusinessInsightsResultConnection! -} - -"""""" -type FacebookBusinessLiveVideoTargeting { - ageMax: Int - ageMin: Int - excludedCountries: [String] - geoLocations: FacebookBusinessTargetingGeoLocation -} - -"""""" -type FacebookBusinessLiveEncoder { - brand: String - creationTime: String - currentBroadcast: FacebookBusinessLiveVideo - currentInputStream: FacebookBusinessLiveVideoInputStream - deviceId: String - id: String - lastHeartbeatTime: String - model: String - name: String - status: String - version: String -} - -"""""" -type FacebookBusinessLiveVideoInputStream { - dashIngestUrl: String - dashPreviewUrl: String - id: String - isMaster: Boolean - liveEncoder: FacebookBusinessLiveEncoder - secureStreamUrl: String - streamHealth: JSON - streamId: String - streamUrl: String -} - -"""""" -type FacebookBusinessVideoCopyrightConditionGroup { - action: String - conditions: [JSON] - validityStatus: String -} - -"""""" -type FacebookBusinessVideoCopyrightRule { - conditionGroups: [FacebookBusinessVideoCopyrightConditionGroup] - copyrights: [String] - createdDate: String - creator: FacebookBusinessUser - id: String - isInMigration: Boolean - name: String -} - -"""""" -type FacebookBusinessCopyrightReferenceContainer { - contentType: String - copyrightCreationTime: String - downloadHdUrl: String - durationInSec: Float - id: String - iswc: String - metadata: JSON - publishedTime: String - thumbnailUrl: String - title: String - universalContentId: String - writerNames: [String] -} - -"""""" -type FacebookBusinessVideoCopyrightGeoGate { - excludedCountries: [String] - includedCountries: [String] -} - -"""""" -type FacebookBusinessVideoCopyrightSegment { - durationInSec: Float - mediaType: String - startTimeInSec: Float -} - -"""""" -type FacebookBusinessVideoCopyright { - contentCategory: String - copyrightContentId: String - creator: FacebookBusinessUser - excludedOwnershipSegments: [FacebookBusinessVideoCopyrightSegment] - id: String - inConflict: Boolean - monitoringStatus: String - monitoringType: String - ownershipCountries: FacebookBusinessVideoCopyrightGeoGate - referenceFile: FacebookBusinessCopyrightReferenceContainer - referenceFileDisabled: Boolean - referenceFileDisabledByOps: Boolean - referenceOwnerId: String - ruleIds: [FacebookBusinessVideoCopyrightRule] - tags: [String] - whitelistedIds: [String] -} - -"""""" -type FacebookBusinessLiveVideoAdBreakConfig { - defaultAdBreakDuration: Int - failureReasonPollingInterval: Int - firstBreakEligibleSecs: Int - guideUrl: String - isEligibleToOnboard: Boolean - isEnabled: Boolean - onboardingUrl: String - preparingDuration: Int - timeBetweenAdBreaksSecs: Int - viewerCountThreshold: Int -} - -"""""" -type FacebookBusinessLiveVideo { - adBreakConfig: FacebookBusinessLiveVideoAdBreakConfig - adBreakFailureReason: String - broadcastStartTime: String - copyright: FacebookBusinessVideoCopyright - creationTime: String - dashIngestUrl: String - dashPreviewUrl: String - description: String - embedHtml: String - from: JSON - id: String - ingestStreams: [FacebookBusinessLiveVideoInputStream] - isManualMode: Boolean - isReferenceOnly: Boolean - liveEncoders: [FacebookBusinessLiveEncoder] - liveViews: Int - overlayUrl: String - permalinkUrl: String - plannedStartTime: String - secondsLeft: Int - secureStreamUrl: String - status: String - streamUrl: String - targeting: FacebookBusinessLiveVideoTargeting - title: String - totalViews: String - video: FacebookBusinessAdVideo - blockedUsers(uidJson: JSON, before: String, after: String, first: Int): FacebookBusinessUserConnection! - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - crosspostSharedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - crosspostedBroadcasts(before: String, after: String, first: Int): FacebookBusinessLiveVideoConnection! - errors(before: String, after: String, first: Int): FacebookBusinessLiveVideoErrorConnection! - likes(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - polls(before: String, after: String, first: Int): FacebookBusinessVideoPollConnection! - reactions(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessProfileConnection! -} - -type FacebookBusinessLiveVideoConnection { - nodes: [FacebookBusinessLiveVideo!]! - pageInfo: PageInfo! -} - -type FacebookBusinessEventConnection { - nodes: [FacebookBusinessEvent!]! - pageInfo: PageInfo! -} - -type FacebookBusinessPhotoConnection { - nodes: [FacebookBusinessPhoto!]! - pageInfo: PageInfo! -} - -type FacebookBusinessPageConnection { - nodes: [FacebookBusinessPage!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessInstagramUser { - followCount: Int - followedByCount: Int - hasProfilePicture: Boolean - id: String - isPrivate: Boolean - isPublished: Boolean - mediaCount: Int - profilePic: String - username: String - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - authorizedAdAccounts(business: String!, before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! -} - -"""""" -type FacebookBusinessInstagramComment { - commentType: String - createdAt: String - id: String - instagramCommentId: String - instagramUser: FacebookBusinessInstagramUser - mentionedInstagramUsers: [FacebookBusinessInstagramUser] - message: String - replies(before: String, after: String, first: Int): FacebookBusinessInstagramCommentConnection! -} - -type FacebookBusinessInstagramCommentConnection { - nodes: [FacebookBusinessInstagramComment!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessDynamicPostChildAttachment { - description: String - imageUrl: String - link: String - placeId: String - productId: String - title: String -} - -"""""" -type FacebookBusinessRTBDynamicPost { - childAttachments: [FacebookBusinessDynamicPostChildAttachment] - created: String - description: String - id: String - imageUrl: String - link: String - message: String - ownerId: String - placeId: String - productId: String - title: String - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - instagramComments(before: String, after: String, first: Int): FacebookBusinessInstagramCommentConnection! - likes(before: String, after: String, first: Int): FacebookBusinessProfileConnection! -} - -type FacebookBusinessRTBDynamicPostConnection { - nodes: [FacebookBusinessRTBDynamicPost!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPrivacy { - allow: String - deny: String - description: String - friends: String - networks: String - value: String -} - -"""""" -type FacebookBusinessPost { - adminCreator: JSON - allowedAdvertisingObjectives: [String] - application: FacebookBusinessApplication - backdatedTime: String - callToAction: JSON - canReplyPrivately: Boolean - caption: String - commentsMirroringDomain: String - coordinates: JSON - createdTime: String - description: String - event: FacebookBusinessEvent - expandedHeight: Int - expandedWidth: Int - feedTargeting: JSON - from: JSON - fullPicture: String - height: Int - icon: String - id: String - instagramEligibility: String - isAppShare: Boolean - isEligibleForPromotion: Boolean - isExpired: Boolean - isHidden: Boolean - isInstagramEligible: Boolean - isPopular: Boolean - isPublished: Boolean - isSpherical: Boolean - link: String - message: String - multiShareEndCard: Boolean - multiShareOptimized: Boolean - name: String - objectId: String - parentId: String - permalinkUrl: JSON - picture: String - place: FacebookBusinessPlace - privacy: FacebookBusinessPrivacy - promotableId: String - promotionStatus: String - scheduledPublishTime: Float - shares: JSON - source: String - statusType: String - story: String - subscribed: Boolean - target: FacebookBusinessProfile - targeting: JSON - timelineVisibility: String - updatedTime: String - via: JSON - videoBuyingEligibility: [String] - width: Int - attachments(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - dynamicPosts(before: String, after: String, first: Int): FacebookBusinessRTBDynamicPostConnection! - insights(until: String, since: String, period: FacebookBusinessPeriodEnum, metricJson: [JSON!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessInsightsResultConnection! - reactions(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessProfileConnection! - sharedPosts(before: String, after: String, first: Int): FacebookBusinessPostConnection! - sponsorTags(before: String, after: String, first: Int): FacebookBusinessPageConnection! - to(before: String, after: String, first: Int): FacebookBusinessProfileConnection! -} - -type FacebookBusinessPostConnection { - nodes: [FacebookBusinessPost!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessInsightsResult { - description: String - descriptionFromApiDoc: String - id: String - name: String - period: String - title: String - values: [JSON] -} - -type FacebookBusinessInsightsResultConnection { - nodes: [FacebookBusinessInsightsResult!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessOrderEnum { - CHRONOLOGICAL - REVERSE_CHRONOLOGICAL -} - -enum FacebookBusinessLiveFilterEnum { - FILTER_LOW_QUALITY - NO_FILTER -} - -enum FacebookBusinessFilterEnum { - STREAM - TOPLEVEL -} - -"""""" -type FacebookBusinessComment { - adminCreator: FacebookBusinessUser - application: FacebookBusinessApplication - attachment: JSON - canComment: Boolean - canHide: Boolean - canLike: Boolean - canRemove: Boolean - canReplyPrivately: Boolean - commentCount: Int - createdTime: String - from: JSON - id: String - isHidden: Boolean - isPrivate: Boolean - likeCount: Int - liveBroadcastTimestamp: Int - message: String - messageTags: [FacebookBusinessEntityAtTextRange] - object: JSON - parent: FacebookBusinessComment - permalinkUrl: String - privateReplyConversation: JSON - userLikes: Boolean - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - reactions(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessProfileConnection! -} - -type FacebookBusinessCommentConnection { - nodes: [FacebookBusinessComment!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessEntityAtTextRange { - id: String - length: Int - name: String - object: FacebookBusinessProfile - offset: Int -} - -"""""" -type FacebookBusinessPlatformImageSource { - height: Int - source: String - width: Int -} - -type FacebookBusinessProfilePictureSourceConnection { - nodes: [FacebookBusinessProfilePictureSource!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessProfileProfileType { - APPLICATION - EVENT - GROUP - PAGE - USER -} - -"""""" -type FacebookBusinessProfilePictureSource { - bottom: Int - cacheKey: String - height: Int - isSilhouette: Boolean - left: Int - right: Int - top: Int - url: String - width: Int -} - -"""""" -type FacebookBusinessProfile { - canPost: Boolean - id: String - link: String - name: String - pic: String - picCrop: FacebookBusinessProfilePictureSource - picLarge: String - picSmall: String - picSquare: String - profileType: FacebookBusinessProfileProfileType - username: String - picture(width: Int, type: FacebookBusinessTypeEnum, redirect: Boolean, height: Int, before: String, after: String, first: Int): FacebookBusinessProfilePictureSourceConnection! -} - -type FacebookBusinessProfileConnection { - nodes: [FacebookBusinessProfile!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessNullNode { - data: JSON -} - -type FacebookBusinessNullNodeConnection { - nodes: [FacebookBusinessNullNode!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessPlace { - id: String - location: FacebookBusinessLocation - name: String - overallRating: Float -} - -"""""" -type FacebookBusinessChildEvent { - endTime: String - id: String - startTime: String - ticketUri: String -} - -enum FacebookBusinessEventCategory { - ART_EVENT - BOOK_EVENT - CLASS_EVENT - COMEDY_EVENT - CONFERENCE_EVENT - DANCE_EVENT - DINING_EVENT - FAMILY_EVENT - FESTIVAL_EVENT - FITNESS - FOOD_TASTING - FUNDRAISER - LECTURE - MEETUP - MOVIE_EVENT - MUSIC_EVENT - NEIGHBORHOOD - NIGHTLIFE - OTHER - RELIGIOUS_EVENT - SHOPPING - SPORTS_EVENT - THEATER_EVENT - VOLUNTEERING - WORKSHOP -} - -"""""" -type FacebookBusinessEvent { - attendingCount: Int - canGuestsInvite: Boolean - category: FacebookBusinessEventCategory - cover: FacebookBusinessCoverPhoto - declinedCount: Int - description: String - discountCodeEnabled: Boolean - endTime: String - eventTimes: [FacebookBusinessChildEvent] - guestListEnabled: Boolean - id: String - interestedCount: Int - isCanceled: Boolean - isDraft: Boolean - isOnline: Boolean - isPageOwned: Boolean - maybeCount: Int - name: String - noreplyCount: Int - owner: JSON - parentGroup: FacebookBusinessGroup - place: FacebookBusinessPlace - scheduledPublishTime: String - startTime: String - ticketUri: String - ticketUriStartSalesTime: String - ticketingPrivacyUri: String - ticketingTermsUri: String - timezone: String - updatedTime: String - comments(before: String, after: String, first: Int): FacebookBusinessNullNodeConnection! - feed(before: String, after: String, first: Int): FacebookBusinessNullNodeConnection! - liveVideos(before: String, after: String, first: Int): FacebookBusinessNullNodeConnection! - photos(before: String, after: String, first: Int): FacebookBusinessNullNodeConnection! - picture(before: String, after: String, first: Int): FacebookBusinessNullNodeConnection! - posts(before: String, after: String, first: Int): FacebookBusinessNullNodeConnection! - roles(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - videos(before: String, after: String, first: Int): FacebookBusinessNullNodeConnection! -} - -"""""" -type FacebookBusinessPhoto { - album: FacebookBusinessAlbum - altText: String - altTextCustom: String - backdatedTime: String - backdatedTimeGranularity: String - canBackdate: Boolean - canDelete: Boolean - canTag: Boolean - createdTime: String - event: FacebookBusinessEvent - from: JSON - height: Int - icon: String - id: String - images: [FacebookBusinessPlatformImageSource] - link: String - name: String - nameTags: [FacebookBusinessEntityAtTextRange] - pageStoryId: String - picture: String - place: FacebookBusinessPlace - position: Int - source: String - target: FacebookBusinessProfile - updatedTime: String - webpImages: [FacebookBusinessPlatformImageSource] - width: Int - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - insights(until: String, since: String, period: FacebookBusinessPeriodEnum, metricJson: [JSON!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessInsightsResultConnection! - likes(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - sharedPosts(before: String, after: String, first: Int): FacebookBusinessPostConnection! - sponsorTags(before: String, after: String, first: Int): FacebookBusinessPageConnection! -} - -"""""" -type FacebookBusinessAlbum { - backdatedTime: String - backdatedTimeGranularity: String - canBackdate: Boolean - canUpload: Boolean - count: Int - coverPhoto: FacebookBusinessPhoto - createdTime: String - description: String - editLink: JSON - event: FacebookBusinessEvent - from: JSON - id: String - isUserFacing: Boolean - link: JSON - location: String - modifiedMajor: String - name: String - photoCount: Int - place: FacebookBusinessPlace - privacy: String - updatedTime: String - videoCount: Int - comments(since: String, order: FacebookBusinessOrderEnum, liveFilter: FacebookBusinessLiveFilterEnum, filter: FacebookBusinessFilterEnum, before: String, after: String, first: Int): FacebookBusinessCommentConnection! - photos(before: String, after: String, first: Int): FacebookBusinessPhotoConnection! - picture(type: FacebookBusinessTypeEnum, redirect: Boolean, before: String, after: String, first: Int): FacebookBusinessProfilePictureSourceConnection! - sharedPosts(before: String, after: String, first: Int): FacebookBusinessPostConnection! -} - -type FacebookBusinessAlbumConnection { - nodes: [FacebookBusinessAlbum!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessCoverPhoto { - coverId: String - id: String - offsetX: Float - offsetY: Float - source: String -} - -"""""" -type FacebookBusinessGroup { - archived: Boolean - cover: FacebookBusinessCoverPhoto - createdTime: String - description: String - email: String - icon: String - id: String - link: String - memberCount: Int - memberRequestCount: Int - name: String - owner: JSON - parent: JSON - permissions: [String] - privacy: String - purpose: String - subdomain: String - updatedTime: String - venue: FacebookBusinessLocation - albums(before: String, after: String, first: Int): FacebookBusinessAlbumConnection! - docs(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - events(before: String, after: String, first: Int): FacebookBusinessEventConnection! - groups(before: String, after: String, first: Int): FacebookBusinessGroupConnection! - liveVideos(source: FacebookBusinessSourceEnum, broadcastStatus: [FacebookBusinessBroadcastStatusEnum!], before: String, after: String, first: Int): FacebookBusinessLiveVideoConnection! - optedInMembers(before: String, after: String, first: Int): FacebookBusinessUserConnection! - picture(width: Int, type: FacebookBusinessTypeEnum, redirect: Boolean, height: Int, before: String, after: String, first: Int): FacebookBusinessProfilePictureSourceConnection! - videos(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessAdVideoConnection! -} - -type FacebookBusinessGroupConnection { - nodes: [FacebookBusinessGroup!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessPeriodEnum { - DAY - DAYS_28 - LIFETIME - MONTH - WEEK -} - -enum FacebookBusinessEcosystemEnum { - GAME - NON_GAME -} - -enum FacebookBusinessAggregatebyEnum { - AVERAGE_JOURNEY_LENGTH - CONVERTED_JOURNEY_PERCENT - COUNT - COUNT_IDENTIFIED_USERS - COUNT_PER_USER - DAU - EVENT_LATEST_FIRE_TIME - EVENT_SOURCE_IDS - JOURNEY_CHANNEL_INCLUSION - JOURNEY_INCLUSION - MAU - MEDIAN_JOURNEY_LENGTH - MEDIAN_VALUE - MEDIAN_VALUE_PER_USER - OVERLAP - PERCENTILES_COUNT - PERCENTILES_USD_VALUE - PERCENTILES_VALUE - SCORE - SESSIONS_PER_JOURNEY - SESSION_BOUNCE_RATE - SUM - SUM_IDENTIFIED_USERS - SUM_PER_EVENT - TOPK - UNKNOWN_USERS - USD_SUM - USD_SUM_IDENTIFIED_USERS - USD_SUM_PER_EVENT - USD_SUM_PER_USER - USD_VALUE_PER_USER - USERS - USER_PROPERTY_USER_COUNT - VALUE_PER_USER - WAU -} - -"""""" -type FacebookBusinessAdNetworkAnalyticsAsyncQueryResult { - data: JSON - error: JSON - queryId: String - results: [JSON] - status: String -} - -type FacebookBusinessAdNetworkAnalyticsAsyncQueryResultConnection { - nodes: [FacebookBusinessAdNetworkAnalyticsAsyncQueryResult!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessOrderingTypeEnum { - ASCENDING - DESCENDING -} - -enum FacebookBusinessOrderingColumnEnum { - METRIC - TIME - VALUE -} - -enum FacebookBusinessMetricsEnum { - FB_AD_NETWORK_BIDDING_BID_RATE - FB_AD_NETWORK_BIDDING_REQUEST - FB_AD_NETWORK_BIDDING_RESPONSE - FB_AD_NETWORK_BIDDING_REVENUE - FB_AD_NETWORK_BIDDING_WIN_RATE - FB_AD_NETWORK_CLICK - FB_AD_NETWORK_CPM - FB_AD_NETWORK_CTR - FB_AD_NETWORK_FILLED_REQUEST - FB_AD_NETWORK_FILL_RATE - FB_AD_NETWORK_IMP - FB_AD_NETWORK_IMPRESSION_RATE - FB_AD_NETWORK_REQUEST - FB_AD_NETWORK_REVENUE - FB_AD_NETWORK_SHOW_RATE - FB_AD_NETWORK_VIDEO_GUARANTEE_REVENUE - FB_AD_NETWORK_VIDEO_MRC - FB_AD_NETWORK_VIDEO_MRC_RATE - FB_AD_NETWORK_VIDEO_VIEW - FB_AD_NETWORK_VIDEO_VIEW_RATE -} - -enum FacebookBusinessAggregationPeriodEnum { - DAY - TOTAL -} - -"""""" -type FacebookBusinessAdNetworkAnalyticsSyncQueryResult { - queryId: String - results: [JSON] -} - -type FacebookBusinessAdNetworkAnalyticsSyncQueryResultConnection { - nodes: [FacebookBusinessAdNetworkAnalyticsSyncQueryResult!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessTypeEnum { - ASYNC_ADGROUP_CREATION - BATCH_API - DRAFTS -} - -type FacebookBusinessJSONNode { - data: JSON! -} - -type FacebookBusinessJSONConnection { - nodes: [FacebookBusinessJSONNode!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessApplicationSupportedPlatforms { - AMAZON - ANDROID - CANVAS - GAMEROOM - INSTANT_GAME - IPAD - IPHONE - MOBILE_WEB - SUPPLEMENTARY_IMAGES - WEB - WINDOWS -} - -"""""" -type FacebookBusinessApplication { - aamRules: String - anAdSpaceLimit: Int - anPlatforms: [String] - androidKeyHash: [String] - androidSdkErrorCategories: [JSON] - appDomains: [String] - appEventsFeatureBitmask: Int - appEventsSessionTimeout: Int - appInstallTracked: Boolean - appName: String - appSignalsBindingIos: [JSON] - appType: Int - authDialogDataHelpUrl: String - authDialogHeadline: String - authDialogPermsExplanation: String - authReferralDefaultActivityPrivacy: String - authReferralEnabled: Int - authReferralExtendedPerms: [String] - authReferralFriendPerms: [String] - authReferralResponseType: String - authReferralUserPerms: [String] - autoEventMappingAndroid: [JSON] - autoEventMappingIos: [JSON] - autoEventSetupEnabled: Boolean - canvasFluidHeight: Boolean - canvasFluidWidth: Int - canvasUrl: String - category: String - clientConfig: JSON - company: String - configuredIosSso: Boolean - contactEmail: String - createdTime: String - creatorUid: String - dailyActiveUsers: String - dailyActiveUsersRank: Int - deauthCallbackUrl: String - defaultShareMode: String - description: String - financialId: String - gdpv4ChromeCustomTabsEnabled: Boolean - gdpv4Enabled: Boolean - gdpv4NuxContent: String - gdpv4NuxEnabled: Boolean - hasMessengerProduct: Boolean - hostingUrl: String - iconUrl: String - id: String - iosBundleId: [String] - iosSdkDialogFlows: JSON - iosSdkErrorCategories: [JSON] - iosSfvcAttr: Boolean - iosSupportsNativeProxyAuthFlow: Boolean - iosSupportsSystemAuth: Boolean - ipadAppStoreId: String - iphoneAppStoreId: String - latestSdkVersion: JSON - link: String - loggingToken: String - loginSecret: String - logoUrl: String - migrations: JSON - mobileProfileSectionUrl: String - mobileWebUrl: String - monthlyActiveUsers: String - monthlyActiveUsersRank: Int - name: String - namespace: String - objectStoreUrls: JSON - pageTabDefaultName: String - pageTabUrl: String - photoUrl: String - privacyPolicyUrl: String - profileSectionUrl: String - propertyId: String - realTimeModeDevices: [String] - restrictions: JSON - restrictiveDataFilterParams: String - restrictiveDataFilterRules: String - sdkUpdateMessage: String - seamlessLogin: Int - secureCanvasUrl: String - securePageTabUrl: String - serverIpWhitelist: String - smartLoginBookmarkIconUrl: String - smartLoginMenuIconUrl: String - socialDiscovery: Int - subcategory: String - suggestedEventsSetting: String - supportedPlatforms: [FacebookBusinessApplicationSupportedPlatforms] - supportsApprequestsFastAppSwitch: JSON - supportsAttribution: Boolean - supportsImplicitSdkLogging: Boolean - suppressNativeIosGdp: Boolean - termsOfServiceUrl: String - urlSchemeSuffix: String - userSupportEmail: String - userSupportUrl: String - websiteUrl: String - weeklyActiveUsers: String - accounts(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - adNetworkAnalytics(until: String, since: String, orderingType: FacebookBusinessOrderingTypeEnum, orderingColumn: FacebookBusinessOrderingColumnEnum, metrics: [FacebookBusinessMetricsEnum!]!, filtersJson: [JSON!], breakdowns: [FacebookBusinessBreakdownsEnum!], aggregationPeriod: FacebookBusinessAggregationPeriodEnum, before: String, after: String, first: Int): FacebookBusinessAdNetworkAnalyticsSyncQueryResultConnection! - adNetworkAnalyticsResults(queryIds: [String!], before: String, after: String, first: Int): FacebookBusinessAdNetworkAnalyticsAsyncQueryResultConnection! - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - appEventTypes(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - appInsights(until: String, since: String, period: FacebookBusinessPeriodEnum, metricKey: String!, intervalsToAggregate: Int, eventName: String, ecosystem: FacebookBusinessEcosystemEnum, breakdowns: [String!], aggregateby: FacebookBusinessAggregatebyEnum, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - appInstalledGroups(groupId: String, before: String, after: String, first: Int): FacebookBusinessGroupConnection! - appAssets(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - authorizedAdAccounts(business: String, before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - buttonAutoDetectionDeviceSelection(deviceId: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - daChecks(checks: [String!], before: String, after: String, first: Int): FacebookBusinessDACheckConnection! - events(type: FacebookBusinessTypeEnum, includeCanceled: Boolean, before: String, after: String, first: Int): FacebookBusinessEventConnection! - insightsPushSchedule(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - iosDialogConfigs(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - mobileSdkGk(sdkVersion: String!, platform: FacebookBusinessPlatformEnum!, extinfoJson: JSON, deviceId: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - ozoneRelease(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - permissions(status: [FacebookBusinessStatusEnum!], proxiedAppId: Int, iosBundleId: String, androidKeyHash: String, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - products(productIds: [String!], before: String, after: String, first: Int): FacebookBusinessJSONConnection! - purchases(isPremium: Boolean, before: String, after: String, first: Int): FacebookBusinessJSONConnection! - roles(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - subscribedDomains(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - subscribedDomainsPhishing(before: String, after: String, first: Int): FacebookBusinessJSONConnection! -} - -type FacebookBusinessApplicationConnection { - nodes: [FacebookBusinessApplication!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessAggregationEnum { - BROWSER_TYPE - CUSTOM_DATA_FIELD - DEVICE_OS - DEVICE_TYPE - EVENT - EVENT_DETECTION_METHOD - EVENT_PROCESSING_RESULTS - EVENT_SOURCE - EVENT_TOTAL_COUNTS - EVENT_VALUE_COUNT - HAD_PII - HOST - MATCH_KEYS - PIXEL_FIRE - URL - URL_BY_RULE -} - -"""""" -type FacebookBusinessAdsPixelStats { - count: Int - diagnosticsHourlyLastTimestamp: String - event: String - value: String -} - -"""""" -type FacebookBusinessAdsPixelStatsResult { - aggregation: String - data: [FacebookBusinessAdsPixelStats] - startTime: String -} - -type FacebookBusinessAdsPixelStatsResultConnection { - nodes: [FacebookBusinessAdsPixelStatsResult!]! - pageInfo: PageInfo! -} - -type FacebookBusinessBusinessConnection { - nodes: [FacebookBusinessBusiness!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessDACheck { - actionUri: String - description: String - key: String - result: String - title: String - userMessage: String -} - -type FacebookBusinessDACheckConnection { - nodes: [FacebookBusinessDACheck!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAssignedUser { - business: FacebookBusinessBusiness - id: String - name: String - userType: String -} - -type FacebookBusinessAssignedUserConnection { - nodes: [FacebookBusinessAssignedUser!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdsPixel { - automaticMatchingFields: [String] - canProxy: Boolean - code: String - creationTime: String - creator: FacebookBusinessUser - dataUseSetting: String - enableAutomaticMatching: Boolean - firstPartyCookieStatus: String - id: String - isCreatedByBusiness: Boolean - isUnavailable: Boolean - lastFiredTime: String - name: String - ownerAdAccount: FacebookBusinessAdAccount - ownerBusiness: FacebookBusinessBusiness - assignedUsers(business: String!, before: String, after: String, first: Int): FacebookBusinessAssignedUserConnection! - daChecks(checks: [String!], before: String, after: String, first: Int): FacebookBusinessDACheckConnection! - sharedAccounts(business: String!, before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - sharedAgencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - stats(startTime: String, eventSource: String, event: String, endTime: String, aggregation: FacebookBusinessAggregationEnum, before: String, after: String, first: Int): FacebookBusinessAdsPixelStatsResultConnection! -} - -type FacebookBusinessAdsPixelConnection { - nodes: [FacebookBusinessAdsPixel!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdPlacePageSet { - accountId: String - id: String - locationTypes: [String] - name: String - pagesCount: Int - parentPage: FacebookBusinessPage -} - -type FacebookBusinessAdPlacePageSetConnection { - nodes: [FacebookBusinessAdPlacePageSet!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdStudyObjective { - id: String - isPrimary: Boolean - lastUpdatedResults: String - name: String - results: [String] - adPlacePageSets(before: String, after: String, first: Int): FacebookBusinessAdPlacePageSetConnection! - adsPixels(before: String, after: String, first: Int): FacebookBusinessAdsPixelConnection! - applications(before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - customConversions(before: String, after: String, first: Int): FacebookBusinessCustomConversionConnection! - offlineConversionDataSets(before: String, after: String, first: Int): FacebookBusinessOfflineConversionDataSetConnection! - offsitePixels(before: String, after: String, first: Int): FacebookBusinessOffsitePixelConnection! - partnerStudies(before: String, after: String, first: Int): FacebookBusinessPartnerStudyConnection! -} - -type FacebookBusinessAdStudyObjectiveConnection { - nodes: [FacebookBusinessAdStudyObjective!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessPositionEnum { - ALL_PLACEMENTS - AN_CLASSIC - FACEBOOK_GROUPS_FEED - FACEBOOK_STORIES - FEED - GROUPS - HIDDEN_AAA - INSTAGRAM_EXPLORE - INSTAGRAM_IGTV - INSTAGRAM_STORIES - INSTANT_ARTICLE - INSTREAM_VIDEO - JOBS_BROWSER - MARKETPLACE - MESSENGER_INBOX - MESSENGER_STORIES - OTHERS - REWARDED_VIDEO - RIGHT_HAND_COLUMN - SEARCH - STATUS - SUGGESTED_VIDEO - UNKNOWN - VIDEO_FEEDS -} - -enum FacebookBusinessPlatformEnum { - AUDIENCE_NETWORK - FACEBOOK - HIDDEN_AAA - INSTAGRAM - MESSENGER - UNKNOWN - WHATSAPP -} - -"""""" -type FacebookBusinessContentDeliveryReport { - contentName: String - contentUrl: String - creatorName: String - creatorUrl: String - estimatedImpressions: Int -} - -type FacebookBusinessContentDeliveryReportConnection { - nodes: [FacebookBusinessContentDeliveryReport!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessEffectiveStatusEnum { - ACTIVE - ADSET_PAUSED - ARCHIVED - CAMPAIGN_PAUSED - DELETED - DISAPPROVED - IN_PROCESS - PAUSED - PENDING_BILLING_INFO - PENDING_REVIEW - PREAPPROVED - WITH_ISSUES -} - -"""""" -type FacebookBusinessTargetingSentenceLine { - id: String - params: FacebookBusinessTargeting -} - -type FacebookBusinessTargetingSentenceLineConnection { - nodes: [FacebookBusinessTargetingSentenceLine!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessVehicle { - address: JSON - availability: String - bodyStyle: String - condition: String - currency: String - customLabel0: String - dateFirstOnLot: String - dealerCommunicationChannel: String - dealerEmail: String - dealerId: String - dealerName: String - dealerPhone: String - dealerPrivacyPolicyUrl: String - description: String - drivetrain: String - exteriorColor: String - fbPageId: FacebookBusinessPage - features: [JSON] - fuelType: String - id: String - images: [String] - interiorColor: String - legalDisclosureImpressumUrl: String - make: String - mileage: JSON - model: String - previousCurrency: String - previousPrice: String - price: String - saleCurrency: String - salePrice: String - sanitizedImages: [String] - stateOfVehicle: String - title: String - transmission: String - trim: String - url: String - vehicleId: String - vehicleRegistrationPlate: String - vehicleSpecifications: [JSON] - vehicleType: String - vin: String - year: Int -} - -"""""" -type FacebookBusinessHomeListing { - acType: String - additionalFeesDescription: String - address: JSON - agentCompany: String - agentEmail: String - agentFbPageId: FacebookBusinessPage - agentName: String - agentPhone: String - areaSize: Int - areaUnit: String - availability: String - co2EmissionRatingEu: JSON - currency: String - daysOnMarket: Int - description: String - energyRatingEu: JSON - furnishType: String - groupId: String - heatingType: String - homeListingId: String - id: String - images: [String] - laundryType: String - listingType: String - maxCurrency: String - maxPrice: String - minCurrency: String - minPrice: String - name: String - numBaths: Float - numBeds: Float - numRooms: Float - numUnits: Int - parkingType: String - partnerVerification: String - petPolicy: String - price: String - propertyType: String - sanitizedImages: [String] - url: String - yearBuilt: Int -} - -"""""" -type FacebookBusinessUserLeadGenFieldData { - name: String - values: [String] -} - -"""""" -type FacebookBusinessUserLeadGenDisclaimerResponse { - checkboxKey: String - isChecked: String -} - -"""""" -type FacebookBusinessLead { - adId: String - adName: String - adsetId: String - adsetName: String - campaignId: String - campaignName: String - createdTime: String - customDisclaimerResponses: [FacebookBusinessUserLeadGenDisclaimerResponse] - fieldData: [FacebookBusinessUserLeadGenFieldData] - formId: String - homeListing: FacebookBusinessHomeListing - id: String - isOrganic: Boolean - partnerName: String - platform: String - retailerItemId: String - vehicle: FacebookBusinessVehicle -} - -type FacebookBusinessLeadConnection { - nodes: [FacebookBusinessLead!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessSummaryActionBreakdownsEnum { - ACTION_CANVAS_COMPONENT_NAME - ACTION_CAROUSEL_CARD_ID - ACTION_CAROUSEL_CARD_NAME - ACTION_DESTINATION - ACTION_DEVICE - ACTION_REACTION - ACTION_TARGET_ID - ACTION_TYPE - ACTION_VIDEO_SOUND - ACTION_VIDEO_TYPE -} - -enum FacebookBusinessLevelEnum { - ACCOUNT - AD - ADSET - CAMPAIGN -} - -enum FacebookBusinessBreakdownsEnum { - AD_FORMAT_ASSET - AGE - BODY_ASSET - CALL_TO_ACTION_ASSET - COUNTRY - DESCRIPTION_ASSET - DEVICE_PLATFORM - DMA - FREQUENCY_VALUE - GENDER - HOURLY_STATS_AGGREGATED_BY_ADVERTISER_TIME_ZONE - HOURLY_STATS_AGGREGATED_BY_AUDIENCE_TIME_ZONE - IMAGE_ASSET - IMPRESSION_DEVICE - LINK_URL_ASSET - PLACE_PAGE_ID - PLATFORM_POSITION - PRODUCT_ID - PUBLISHER_PLATFORM - REGION - TITLE_ASSET - VIDEO_ASSET -} - -enum FacebookBusinessActionReportTimeEnum { - CONVERSION - IMPRESSION -} - -enum FacebookBusinessActionBreakdownsEnum { - ACTION_CANVAS_COMPONENT_NAME - ACTION_CAROUSEL_CARD_ID - ACTION_CAROUSEL_CARD_NAME - ACTION_DESTINATION - ACTION_DEVICE - ACTION_REACTION - ACTION_TARGET_ID - ACTION_TYPE - ACTION_VIDEO_SOUND - ACTION_VIDEO_TYPE -} - -enum FacebookBusinessActionAttributionWindowsEnum { - VALUE_1D_CLICK - VALUE_1D_VIEW - VALUE_28D_CLICK - VALUE_28D_VIEW - VALUE_7D_CLICK - VALUE_7D_VIEW - DEFAULT -} - -"""""" -type FacebookBusinessAdsActionStats { - actionCanvasComponentId: String - actionCanvasComponentName: String - actionCarouselCardId: String - actionCarouselCardName: String - actionConvertedProductId: String - actionDestination: String - actionDevice: String - actionEventChannel: String - actionLinkClickDestination: String - actionLocationCode: String - actionReaction: String - actionTargetId: String - actionType: String - actionVideoAssetId: String - actionVideoSound: String - actionVideoType: String - dda: String - inline: String - interactiveComponentStickerId: String - interactiveComponentStickerResponse: String - value: String -} - -"""""" -type FacebookBusinessAdsInsights { - accountCurrency: String - accountId: String - accountName: String - actionValues: [FacebookBusinessAdsActionStats] - actions: [FacebookBusinessAdsActionStats] - adBidType: String - adBidValue: String - adClickActions: [FacebookBusinessAdsActionStats] - adDelivery: String - adId: String - adImpressionActions: [FacebookBusinessAdsActionStats] - adName: String - adsetBidType: String - adsetBidValue: String - adsetBudgetType: String - adsetBudgetValue: String - adsetDelivery: String - adsetEnd: String - adsetId: String - adsetName: String - adsetStart: String - ageTargeting: String - auctionBid: String - auctionCompetitiveness: String - auctionMaxCompetitorBid: String - buyingType: String - campaignId: String - campaignName: String - canvasAvgViewPercent: String - canvasAvgViewTime: String - clicks: String - conversionRateRanking: String - conversionValues: [FacebookBusinessAdsActionStats] - conversions: [FacebookBusinessAdsActionStats] - costPer15SecVideoView: [FacebookBusinessAdsActionStats] - costPer2SecContinuousVideoView: [FacebookBusinessAdsActionStats] - costPerActionType: [FacebookBusinessAdsActionStats] - costPerAdClick: [FacebookBusinessAdsActionStats] - costPerConversion: [FacebookBusinessAdsActionStats] - costPerDdaCountbyConvs: String - costPerEstimatedAdRecallers: String - costPerInlineLinkClick: String - costPerInlinePostEngagement: String - costPerOneThousandAdImpression: [FacebookBusinessAdsActionStats] - costPerOutboundClick: [FacebookBusinessAdsActionStats] - costPerStoreVisitAction: [FacebookBusinessAdsActionStats] - costPerThruplay: [FacebookBusinessAdsActionStats] - costPerUniqueActionType: [FacebookBusinessAdsActionStats] - costPerUniqueClick: String - costPerUniqueConversion: [FacebookBusinessAdsActionStats] - costPerUniqueInlineLinkClick: String - costPerUniqueOutboundClick: [FacebookBusinessAdsActionStats] - cpc: String - cpm: String - cpp: String - createdTime: String - ctr: String - dateStart: String - dateStop: String - ddaCountbyConvs: String - engagementRateRanking: String - estimatedAdRecallRate: String - estimatedAdRecallRateLowerBound: String - estimatedAdRecallRateUpperBound: String - estimatedAdRecallers: String - estimatedAdRecallersLowerBound: String - estimatedAdRecallersUpperBound: String - frequency: String - fullViewImpressions: String - fullViewReach: String - genderTargeting: String - impressions: String - inlineLinkClickCtr: String - inlineLinkClicks: String - inlinePostEngagement: String - instantExperienceClicksToOpen: String - instantExperienceClicksToStart: String - instantExperienceOutboundClicks: String - labels: String - location: String - mobileAppPurchaseRoas: [FacebookBusinessAdsActionStats] - objective: String - outboundClicks: [FacebookBusinessAdsActionStats] - outboundClicksCtr: [FacebookBusinessAdsActionStats] - placePageName: String - purchaseRoas: [FacebookBusinessAdsActionStats] - qualityRanking: String - qualityScoreEctr: String - qualityScoreEcvr: String - qualityScoreOrganic: String - reach: String - socialSpend: String - spend: String - storeVisitActions: [FacebookBusinessAdsActionStats] - uniqueActions: [FacebookBusinessAdsActionStats] - uniqueClicks: String - uniqueConversions: [FacebookBusinessAdsActionStats] - uniqueCtr: String - uniqueInlineLinkClickCtr: String - uniqueInlineLinkClicks: String - uniqueLinkClicksCtr: String - uniqueOutboundClicks: [FacebookBusinessAdsActionStats] - uniqueOutboundClicksCtr: [FacebookBusinessAdsActionStats] - uniqueVideoContinuous2SecWatchedActions: [FacebookBusinessAdsActionStats] - uniqueVideoView15Sec: [FacebookBusinessAdsActionStats] - updatedTime: String - video15SecWatchedActions: [FacebookBusinessAdsActionStats] - video30SecWatchedActions: [FacebookBusinessAdsActionStats] - videoAvgTimeWatchedActions: [FacebookBusinessAdsActionStats] - videoContinuous2SecWatchedActions: [FacebookBusinessAdsActionStats] - videoP100WatchedActions: [FacebookBusinessAdsActionStats] - videoP25WatchedActions: [FacebookBusinessAdsActionStats] - videoP50WatchedActions: [FacebookBusinessAdsActionStats] - videoP75WatchedActions: [FacebookBusinessAdsActionStats] - videoP95WatchedActions: [FacebookBusinessAdsActionStats] - videoPlayActions: [FacebookBusinessAdsActionStats] - videoPlayCurveActions: [JSON] - videoPlayRetention0To15sActions: [JSON] - videoPlayRetention20To60sActions: [JSON] - videoPlayRetentionGraphActions: [JSON] - videoThruplayWatchedActions: [FacebookBusinessAdsActionStats] - videoTimeWatchedActions: [FacebookBusinessAdsActionStats] - websiteCtr: [FacebookBusinessAdsActionStats] - websitePurchaseRoas: [FacebookBusinessAdsActionStats] - wishBid: String -} - -type FacebookBusinessAdsInsightsConnection { - nodes: [FacebookBusinessAdsInsights!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessDatePresetEnum { - LAST_14D - LAST_28D - LAST_30D - LAST_3D - LAST_7D - LAST_90D - LAST_MONTH - LAST_QUARTER - LAST_WEEK_MON_SUN - LAST_WEEK_SUN_SAT - LAST_YEAR - LIFETIME - THIS_MONTH - THIS_QUARTER - THIS_WEEK_MON_TODAY - THIS_WEEK_SUN_TODAY - THIS_YEAR - TODAY - YESTERDAY -} - -type FacebookBusinessAdCreativeConnection { - nodes: [FacebookBusinessAdCreative!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessTrackingAndConversionWithDefaults { - customConversion: [JSON] - customTracking: [JSON] - defaultConversion: [JSON] - defaultTracking: [JSON] -} - -"""""" -type FacebookBusinessTargetingProspectingAudience { - sources: [JSON] -} - -"""""" -type FacebookBusinessFlexibleTargeting { - behaviors: [FacebookBusinessIDName] - collegeYears: [Int] - connections: [FacebookBusinessIDName] - customAudiences: [FacebookBusinessIDName] - educationMajors: [FacebookBusinessIDName] - educationSchools: [FacebookBusinessIDName] - educationStatuses: [Int] - ethnicAffinity: [FacebookBusinessIDName] - familyStatuses: [FacebookBusinessIDName] - friendsOfConnections: [FacebookBusinessIDName] - generation: [FacebookBusinessIDName] - homeOwnership: [FacebookBusinessIDName] - homeType: [FacebookBusinessIDName] - homeValue: [FacebookBusinessIDName] - householdComposition: [FacebookBusinessIDName] - income: [FacebookBusinessIDName] - industries: [FacebookBusinessIDName] - interestedIn: [Int] - interests: [FacebookBusinessIDName] - lifeEvents: [FacebookBusinessIDName] - moms: [FacebookBusinessIDName] - netWorth: [FacebookBusinessIDName] - officeType: [FacebookBusinessIDName] - politics: [FacebookBusinessIDName] - relationshipStatuses: [Int] - userAdclusters: [FacebookBusinessIDName] - workEmployers: [FacebookBusinessIDName] - workPositions: [FacebookBusinessIDName] -} - -"""""" -type FacebookBusinessTargetingProductAudienceSubSpec { - retentionSeconds: String - rule: String -} - -"""""" -type FacebookBusinessTargetingProductAudienceSpec { - exclusions: [FacebookBusinessTargetingProductAudienceSubSpec] - inclusions: [FacebookBusinessTargetingProductAudienceSubSpec] - productSetId: String -} - -"""""" -type FacebookBusinessTargetingGeoLocationZip { - country: String - key: String - name: String - primaryCityId: Int - regionId: Int -} - -"""""" -type FacebookBusinessTargetingGeoLocationRegion { - country: String - key: String - name: String -} - -"""""" -type FacebookBusinessTargetingGeoLocationPoliticalDistrict { - country: String - key: String - name: String - politicalDistrict: String -} - -"""""" -type FacebookBusinessTargetingGeoLocationPlace { - country: String - distanceUnit: String - key: String - latitude: Float - longitude: Float - name: String - primaryCityId: Int - radius: Float - regionId: Int -} - -"""""" -type FacebookBusinessTargetingGeoLocationLocationExpansion { - allowed: Boolean -} - -"""""" -type FacebookBusinessTargetingGeoLocationLocationCluster { - key: Int -} - -"""""" -type FacebookBusinessTargetingGeoLocationGeoEntities { - country: String - key: String - name: String - region: String - regionId: String -} - -"""""" -type FacebookBusinessTargetingGeoLocationMarket { - country: String - key: String - marketType: String - name: String -} - -"""""" -type FacebookBusinessTargetingGeoLocationElectoralDistrict { - country: String - electoralDistrict: String - key: String - name: String -} - -"""""" -type FacebookBusinessTargetingGeoLocationCustomLocation { - addressString: String - country: String - countryGroup: String - customType: String - distanceUnit: String - key: String - latitude: Float - longitude: Float - maxPopulation: Int - minPopulation: Int - name: String - primaryCityId: Int - radius: Float - regionId: Int -} - -"""""" -type FacebookBusinessTargetingGeoLocationCity { - country: String - distanceUnit: String - key: String - name: String - radius: Int - region: String - regionId: String -} - -"""""" -type FacebookBusinessTargetingGeoLocation { - cities: [FacebookBusinessTargetingGeoLocationCity] - countries: [String] - countryGroups: [String] - customLocations: [FacebookBusinessTargetingGeoLocationCustomLocation] - electoralDistricts: [FacebookBusinessTargetingGeoLocationElectoralDistrict] - geoMarkets: [FacebookBusinessTargetingGeoLocationMarket] - largeGeoAreas: [FacebookBusinessTargetingGeoLocationGeoEntities] - locationClusterIds: [FacebookBusinessTargetingGeoLocationLocationCluster] - locationExpansion: FacebookBusinessTargetingGeoLocationLocationExpansion - locationTypes: [String] - mediumGeoAreas: [FacebookBusinessTargetingGeoLocationGeoEntities] - metroAreas: [FacebookBusinessTargetingGeoLocationGeoEntities] - neighborhoods: [FacebookBusinessTargetingGeoLocationGeoEntities] - places: [FacebookBusinessTargetingGeoLocationPlace] - politicalDistricts: [FacebookBusinessTargetingGeoLocationPoliticalDistrict] - regions: [FacebookBusinessTargetingGeoLocationRegion] - smallGeoAreas: [FacebookBusinessTargetingGeoLocationGeoEntities] - subcities: [FacebookBusinessTargetingGeoLocationGeoEntities] - subneighborhoods: [FacebookBusinessTargetingGeoLocationGeoEntities] - zips: [FacebookBusinessTargetingGeoLocationZip] -} - -"""""" -type FacebookBusinessTargetingDynamicRule { - adGroupId: String - campaignGroupId: String - campaignId: String - impressionCount: String - pageId: String - post: String - retentionSeconds: String -} - -enum FacebookBusinessTargetingEffectiveDevicePlatforms { - CONNECTED_TV - DESKTOP - MOBILE -} - -enum FacebookBusinessTargetingDevicePlatforms { - CONNECTED_TV - DESKTOP - MOBILE -} - -"""""" -type FacebookBusinessRawCustomAudience { - id: String - name: String -} - -"""""" -type FacebookBusinessCatalogBasedTargeting { - geoTargetingType: String -} - -"""""" -type FacebookBusinessIDName { - id: String - name: String -} - -"""""" -type FacebookBusinessTargeting { - adgroupId: String - ageMax: Int - ageMin: Int - alternateAutoTargetingOption: String - appInstallState: String - audienceNetworkPositions: [String] - behaviors: [FacebookBusinessIDName] - brandSafetyContentFilterLevels: [String] - catalogBasedTargeting: FacebookBusinessCatalogBasedTargeting - cities: [FacebookBusinessIDName] - collegeYears: [Int] - connections: [FacebookBusinessIDName] - contextualTargetingCategories: [FacebookBusinessIDName] - countries: [String] - country: [String] - countryGroups: [String] - customAudiences: [FacebookBusinessRawCustomAudience] - devicePlatforms: [FacebookBusinessTargetingDevicePlatforms] - directInstallDevices: Boolean - dynamicAudienceIds: [String] - educationMajors: [FacebookBusinessIDName] - educationSchools: [FacebookBusinessIDName] - educationStatuses: [Int] - effectiveAudienceNetworkPositions: [String] - effectiveDevicePlatforms: [FacebookBusinessTargetingEffectiveDevicePlatforms] - effectiveFacebookPositions: [String] - effectiveInstagramPositions: [String] - effectiveMessengerPositions: [String] - effectivePublisherPlatforms: [String] - engagementSpecs: [FacebookBusinessTargetingDynamicRule] - ethnicAffinity: [FacebookBusinessIDName] - excludeReachedSince: [String] - excludedBrandSafetyContentTypes: [String] - excludedConnections: [FacebookBusinessIDName] - excludedCustomAudiences: [FacebookBusinessRawCustomAudience] - excludedDynamicAudienceIds: [String] - excludedEngagementSpecs: [FacebookBusinessTargetingDynamicRule] - excludedGeoLocations: FacebookBusinessTargetingGeoLocation - excludedMobileDeviceModel: [String] - excludedProductAudienceSpecs: [FacebookBusinessTargetingProductAudienceSpec] - excludedPublisherCategories: [String] - excludedPublisherListIds: [String] - excludedUserDevice: [String] - exclusions: FacebookBusinessFlexibleTargeting - facebookPositions: [String] - familyStatuses: [FacebookBusinessIDName] - fbDealId: String - flexibleSpec: [FacebookBusinessFlexibleTargeting] - friendsOfConnections: [FacebookBusinessIDName] - genders: [Int] - generation: [FacebookBusinessIDName] - geoLocations: FacebookBusinessTargetingGeoLocation - homeOwnership: [FacebookBusinessIDName] - homeType: [FacebookBusinessIDName] - homeValue: [FacebookBusinessIDName] - householdComposition: [FacebookBusinessIDName] - income: [FacebookBusinessIDName] - industries: [FacebookBusinessIDName] - instagramPositions: [String] - interestedIn: [Int] - interests: [FacebookBusinessIDName] - isWhatsappDestinationAd: Boolean - keywords: [String] - lifeEvents: [FacebookBusinessIDName] - locales: [Int] - messengerPositions: [String] - moms: [FacebookBusinessIDName] - netWorth: [FacebookBusinessIDName] - officeType: [FacebookBusinessIDName] - placePageSetIds: [String] - politicalViews: [Int] - politics: [FacebookBusinessIDName] - productAudienceSpecs: [FacebookBusinessTargetingProductAudienceSpec] - prospectingAudience: FacebookBusinessTargetingProspectingAudience - publisherPlatforms: [String] - radius: String - regions: [FacebookBusinessIDName] - relationshipStatuses: [Int] - siteCategory: [String] - targetingOptimization: String - userAdclusters: [FacebookBusinessIDName] - userDevice: [String] - userEvent: [Int] - userOs: [String] - wirelessCarrier: [String] - workEmployers: [FacebookBusinessIDName] - workPositions: [FacebookBusinessIDName] - zips: [String] -} - -enum FacebookBusinessAdStatus { - ACTIVE - ARCHIVED - DELETED - PAUSED -} - -"""""" -type FacebookBusinessAdgroupIssuesInfo { - errorCode: Int - errorMessage: String - errorSummary: String - errorType: String - level: String -} - -"""""" -type FacebookBusinessDeliveryCheckExtraInfo { - adgroupIds: [String] - campaignIds: [String] - countries: [String] -} - -"""""" -type FacebookBusinessDeliveryCheck { - checkName: String - description: String - extraInfo: FacebookBusinessDeliveryCheckExtraInfo - summary: String -} - -enum FacebookBusinessAdEffectiveStatus { - ACTIVE - ADSET_PAUSED - ARCHIVED - CAMPAIGN_PAUSED - DELETED - DISAPPROVED - IN_PROCESS - PAUSED - PENDING_BILLING_INFO - PENDING_REVIEW - PREAPPROVED - WITH_ISSUES -} - -enum FacebookBusinessRenderTypeEnum { - FALLBACK -} - -enum FacebookBusinessAdFormatEnum { - AUDIENCE_NETWORK_INSTREAM_VIDEO - AUDIENCE_NETWORK_INSTREAM_VIDEO_MOBILE - AUDIENCE_NETWORK_OUTSTREAM_VIDEO - AUDIENCE_NETWORK_REWARDED_VIDEO - DESKTOP_FEED_STANDARD - FACEBOOK_STORY_MOBILE - INSTAGRAM_EXPLORE_CONTEXTUAL - INSTAGRAM_EXPLORE_IMMERSIVE - INSTAGRAM_STANDARD - INSTAGRAM_STORY - INSTANT_ARTICLE_RECIRCULATION_AD - INSTANT_ARTICLE_STANDARD - INSTREAM_VIDEO_DESKTOP - INSTREAM_VIDEO_MOBILE - JOB_BROWSER_DESKTOP - JOB_BROWSER_MOBILE - MARKETPLACE_MOBILE - MESSENGER_MOBILE_INBOX_MEDIA - MESSENGER_MOBILE_STORY_MEDIA - MOBILE_BANNER - MOBILE_FEED_BASIC - MOBILE_FEED_STANDARD - MOBILE_FULLWIDTH - MOBILE_INTERSTITIAL - MOBILE_MEDIUM_RECTANGLE - MOBILE_NATIVE - RIGHT_COLUMN_STANDARD - SUGGESTED_VIDEO_DESKTOP - SUGGESTED_VIDEO_MOBILE - WATCH_FEED_MOBILE -} - -"""""" -type FacebookBusinessAdPreview { - body: String -} - -type FacebookBusinessAdPreviewConnection { - nodes: [FacebookBusinessAdPreview!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdCreativeInsights { - aesthetics: JSON -} - -type FacebookBusinessAdCreativeInsightsConnection { - nodes: [FacebookBusinessAdCreativeInsights!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdCreativeTemplateURLSpec { - android: JSON - config: JSON - ios: JSON - ipad: JSON - iphone: JSON - web: JSON - windowsPhone: JSON -} - -enum FacebookBusinessAdcreativeStatus { - ACTIVE - DELETED - IN_PROCESS - WITH_ISSUES -} - -"""""" -type FacebookBusinessAdCreativeRecommenderSettings { - preferredEvents: [String] - productSalesChannel: String -} - -"""""" -type FacebookBusinessAdCreativePortraitCustomizations { - specifications: [JSON] -} - -"""""" -type FacebookBusinessAdCreativePlatformCustomization { - instagram: JSON -} - -enum FacebookBusinessAdcreativeObjectType { - APPLICATION - DOMAIN - EVENT - INVALID - OFFER - PAGE - PHOTO - POST_DELETED - PRIVACY_CHECK_FAIL - SHARE - STATUS - STORE_ITEM - VIDEO -} - -"""""" -type FacebookBusinessAdCreativeInteractiveComponentsSpec { - components: [JSON] -} - -enum FacebookBusinessAdcreativeCallToActionType { - ADD_TO_CART - APPLY_NOW - BOOK_TRAVEL - BUY - BUY_NOW - BUY_TICKETS - CALL - CALL_ME - CONTACT - CONTACT_US - DONATE - DONATE_NOW - DOWNLOAD - EVENT_RSVP - FIND_A_GROUP - FIND_YOUR_GROUPS - FOLLOW_NEWS_STORYLINE - GET_DIRECTIONS - GET_OFFER - GET_OFFER_VIEW - GET_QUOTE - GET_SHOWTIMES - INSTALL_APP - INSTALL_MOBILE_APP - LEARN_MORE - LIKE_PAGE - LISTEN_MUSIC - LISTEN_NOW - MESSAGE_PAGE - MOBILE_DOWNLOAD - MOMENTS - NO_BUTTON - OPEN_LINK - ORDER_NOW - PLAY_GAME - RECORD_NOW - SAY_THANKS - SEE_MORE - SELL_NOW - SHARE - SHOP_NOW - SIGN_UP - SOTTO_SUBSCRIBE - SUBSCRIBE - UPDATE_APP - USE_APP - USE_MOBILE_APP - VIDEO_ANNOTATION - VISIT_PAGES_FEED - WATCH_MORE - WATCH_VIDEO - WHATSAPP_MESSAGE - WOODHENGE_SUPPORT -} - -"""""" -type FacebookBusinessAdAssetFeedSpecVideo { - adlabels: [FacebookBusinessAdAssetFeedSpecAssetLabel] - captionIds: [String] - thumbnailHash: String - thumbnailUrl: String - urlTags: String - videoId: String -} - -"""""" -type FacebookBusinessAdAssetFeedSpecTitle { - adlabels: [FacebookBusinessAdAssetFeedSpecAssetLabel] - text: String - urlTags: String -} - -"""""" -type FacebookBusinessAdAssetFeedSpecLinkURL { - adlabels: [FacebookBusinessAdAssetFeedSpecAssetLabel] - carouselSeeMoreUrl: String - deeplinkUrl: String - displayUrl: String - urlTags: String - websiteUrl: String -} - -"""""" -type FacebookBusinessAdsImageCrops { - data: JSON -} - -"""""" -type FacebookBusinessAdAssetFeedSpecImage { - adlabels: [FacebookBusinessAdAssetFeedSpecAssetLabel] - hash: String - imageCrops: FacebookBusinessAdsImageCrops - url: String - urlTags: String -} - -"""""" -type FacebookBusinessAdAssetFeedSpecGroupRule { - bodyLabel: FacebookBusinessAdAssetFeedSpecAssetLabel - captionLabel: FacebookBusinessAdAssetFeedSpecAssetLabel - descriptionLabel: FacebookBusinessAdAssetFeedSpecAssetLabel - imageLabel: FacebookBusinessAdAssetFeedSpecAssetLabel - linkUrlLabel: FacebookBusinessAdAssetFeedSpecAssetLabel - titleLabel: FacebookBusinessAdAssetFeedSpecAssetLabel - videoLabel: FacebookBusinessAdAssetFeedSpecAssetLabel -} - -"""""" -type FacebookBusinessAdAssetFeedSpecDescription { - adlabels: [FacebookBusinessAdAssetFeedSpecAssetLabel] - text: String - urlTags: String -} - -"""""" -type FacebookBusinessAdAssetFeedSpecCaption { - adlabels: [FacebookBusinessAdAssetFeedSpecAssetLabel] - text: String - urlTags: String -} - -enum FacebookBusinessAdassetfeedspecCallToActionTypes { - ADD_TO_CART - APPLY_NOW - BOOK_TRAVEL - BUY - BUY_NOW - BUY_TICKETS - CALL - CALL_ME - CONTACT - CONTACT_US - DONATE - DONATE_NOW - DOWNLOAD - EVENT_RSVP - FIND_A_GROUP - FIND_YOUR_GROUPS - FOLLOW_NEWS_STORYLINE - GET_DIRECTIONS - GET_OFFER - GET_OFFER_VIEW - GET_QUOTE - GET_SHOWTIMES - INSTALL_APP - INSTALL_MOBILE_APP - LEARN_MORE - LIKE_PAGE - LISTEN_MUSIC - LISTEN_NOW - MESSAGE_PAGE - MOBILE_DOWNLOAD - MOMENTS - NO_BUTTON - OPEN_LINK - ORDER_NOW - PLAY_GAME - RECORD_NOW - SAY_THANKS - SEE_MORE - SELL_NOW - SHARE - SHOP_NOW - SIGN_UP - SOTTO_SUBSCRIBE - SUBSCRIBE - UPDATE_APP - USE_APP - USE_MOBILE_APP - VIDEO_ANNOTATION - VISIT_PAGES_FEED - WATCH_MORE - WATCH_VIDEO - WHATSAPP_MESSAGE - WOODHENGE_SUPPORT -} - -"""""" -type FacebookBusinessAdAssetFeedSpecAssetLabel { - id: String - name: String -} - -"""""" -type FacebookBusinessAdAssetFeedSpecBody { - adlabels: [FacebookBusinessAdAssetFeedSpecAssetLabel] - text: String - urlTags: String -} - -"""""" -type FacebookBusinessAdAssetFeedSpec { - adFormats: [String] - additionalData: JSON - assetCustomizationRules: [JSON] - autotranslate: [String] - bodies: [FacebookBusinessAdAssetFeedSpecBody] - callToActionTypes: [FacebookBusinessAdassetfeedspecCallToActionTypes] - captions: [FacebookBusinessAdAssetFeedSpecCaption] - carousels: [JSON] - descriptions: [FacebookBusinessAdAssetFeedSpecDescription] - groups: [FacebookBusinessAdAssetFeedSpecGroupRule] - images: [FacebookBusinessAdAssetFeedSpecImage] - linkUrls: [FacebookBusinessAdAssetFeedSpecLinkURL] - optimizationType: String - titles: [FacebookBusinessAdAssetFeedSpecTitle] - videos: [FacebookBusinessAdAssetFeedSpecVideo] -} - -enum FacebookBusinessAdcreativeApplinkTreatment { - DEEPLINK_WITH_APPSTORE_FALLBACK - DEEPLINK_WITH_WEB_FALLBACK - WEB_ONLY -} - -"""""" -type FacebookBusinessAdCreative { - accountId: String - actorId: String - adlabels: [FacebookBusinessAdLabel] - applinkTreatment: FacebookBusinessAdcreativeApplinkTreatment - assetFeedSpec: FacebookBusinessAdAssetFeedSpec - authorizationCategory: String - autoUpdate: Boolean - body: String - brandedContentSponsorPageId: String - bundleFolderId: String - callToActionType: FacebookBusinessAdcreativeCallToActionType - categorizationCriteria: String - categoryMediaSource: String - destinationSetId: String - dynamicAdVoice: String - effectiveAuthorizationCategory: String - effectiveInstagramMediaId: String - effectiveInstagramStoryId: String - effectiveObjectStoryId: String - enableDirectInstall: Boolean - enableLaunchInstantApp: Boolean - id: String - imageCrops: FacebookBusinessAdsImageCrops - imageHash: String - imageUrl: String - instagramActorId: String - instagramPermalinkUrl: String - instagramStoryId: String - interactiveComponentsSpec: FacebookBusinessAdCreativeInteractiveComponentsSpec - linkDeepLinkUrl: String - linkDestinationDisplayUrl: String - linkOgId: String - linkUrl: String - messengerSponsoredMessage: String - name: String - objectId: String - objectStoreUrl: String - objectStoryId: String - objectType: FacebookBusinessAdcreativeObjectType - objectUrl: String - placePageSetId: String - platformCustomizations: FacebookBusinessAdCreativePlatformCustomization - playableAssetId: String - portraitCustomizations: FacebookBusinessAdCreativePortraitCustomizations - productSetId: String - recommenderSettings: FacebookBusinessAdCreativeRecommenderSettings - status: FacebookBusinessAdcreativeStatus - templateUrl: String - templateUrlSpec: FacebookBusinessAdCreativeTemplateURLSpec - thumbnailUrl: String - title: String - urlTags: String - usePageActorOverride: Boolean - videoId: String - creativeInsights(before: String, after: String, first: Int): FacebookBusinessAdCreativeInsightsConnection! - previews(width: Int, startDate: String, renderType: FacebookBusinessRenderTypeEnum, productItemIds: [String!], postJson: JSON, placePageId: Int, locale: String, height: Int, endDate: String, dynamicCustomizationJson: JSON, dynamicCreativeSpecJson: JSON, dynamicAssetLabel: String, adFormat: FacebookBusinessAdFormatEnum!, before: String, after: String, first: Int): FacebookBusinessAdPreviewConnection! -} - -"""""" -type FacebookBusinessConversionActionQuery { - application: [JSON] - conversionId: [String] - creative: [JSON] - dataset: [String] - event: [String] - eventType: [String] - fbPixel: [String] - fbPixelEvent: [String] - leadgen: [String] - object: [String] - offer: [String] - offsitePixel: [String] - page: [String] - post: [String] - question: [String] - response: [String] - subtype: [String] -} - -enum FacebookBusinessAdConfiguredStatus { - ACTIVE - ARCHIVED - DELETED - PAUSED -} - -enum FacebookBusinessAdBidType { - ABSOLUTE_OCPM - CPA - CPC - CPM - MULTI_PREMIUM -} - -"""""" -type FacebookBusinessAdgroupPlacementSpecificReviewFeedback { - accountAdmin: JSON - ad: JSON - b2c: JSON - bsg: JSON - cityCommunity: JSON - dailyDeals: JSON - dailyDealsLegacy: JSON - dpa: JSON - facebook: JSON - facebookPagesLiveShopping: JSON - instagram: JSON - instagramShop: JSON - leadGenHoneypot: JSON - marketplace: JSON - marketplaceHomeRentals: JSON - marketplaceHomeSales: JSON - marketplaceMotors: JSON - marketplaceShops: JSON - maxReviewPlacements: JSON - pageAdmin: JSON - product: JSON - productService: JSON - profile: JSON - seller: JSON - shops: JSON - trafficQuality: JSON - whatsapp: JSON -} - -"""""" -type FacebookBusinessAdgroupReviewFeedback { - global: JSON - placementSpecific: FacebookBusinessAdgroupPlacementSpecificReviewFeedback -} - -"""""" -type FacebookBusinessAd { - accountId: String - adReviewFeedback: FacebookBusinessAdgroupReviewFeedback - adlabels: [FacebookBusinessAdLabel] - adset: FacebookBusinessAdSet - adsetId: String - bidAmount: Int - bidInfo: JSON - bidType: FacebookBusinessAdBidType - campaign: FacebookBusinessCampaign - campaignId: String - configuredStatus: FacebookBusinessAdConfiguredStatus - conversionSpecs: [FacebookBusinessConversionActionQuery] - createdTime: String - creative: FacebookBusinessAdCreative - demolinkHash: String - displaySequence: Int - effectiveStatus: FacebookBusinessAdEffectiveStatus - engagementAudience: Boolean - failedDeliveryChecks: [FacebookBusinessDeliveryCheck] - id: String - isAutobid: Boolean - issuesInfo: [FacebookBusinessAdgroupIssuesInfo] - lastUpdatedByAppId: String - name: String - previewShareableLink: String - priority: Int - recommendations: [FacebookBusinessAdRecommendation] - sourceAd: FacebookBusinessAd - sourceAdId: String - status: FacebookBusinessAdStatus - targeting: FacebookBusinessTargeting - trackingAndConversionWithDefaults: FacebookBusinessTrackingAndConversionWithDefaults - trackingSpecs: [FacebookBusinessConversionActionQuery] - updatedTime: String - adCreatives(before: String, after: String, first: Int): FacebookBusinessAdCreativeConnection! - adRulesGoverned(passEvaluation: Boolean, before: String, after: String, first: Int): FacebookBusinessAdRuleConnection! - copies(updatedSince: Int, timeRangeJson: JSON, effectiveStatus: [String!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessAdConnection! - insights(useAccountAttributionSetting: Boolean, timeRangesJson: [JSON!], timeRangeJson: JSON, timeIncrement: String, summaryActionBreakdowns: [FacebookBusinessSummaryActionBreakdownsEnum!], summary: [String!], sort: [String!], productIdLimit: Int, level: FacebookBusinessLevelEnum, filteringJson: [JSON!], fields: [String!], exportName: String, exportFormat: String, exportColumns: [String!], defaultSummary: Boolean, datePreset: FacebookBusinessDatePresetEnum, breakdowns: [FacebookBusinessBreakdownsEnum!], actionReportTime: FacebookBusinessActionReportTimeEnum, actionBreakdowns: [FacebookBusinessActionBreakdownsEnum!], actionAttributionWindows: [FacebookBusinessActionAttributionWindowsEnum!], before: String, after: String, first: Int): FacebookBusinessAdsInsightsConnection! - leads(before: String, after: String, first: Int): FacebookBusinessLeadConnection! - previews(width: Int, startDate: String, renderType: FacebookBusinessRenderTypeEnum, productItemIds: [String!], postJson: JSON, placePageId: Int, locale: String, height: Int, endDate: String, dynamicCustomizationJson: JSON, dynamicCreativeSpecJson: JSON, dynamicAssetLabel: String, adFormat: FacebookBusinessAdFormatEnum!, before: String, after: String, first: Int): FacebookBusinessAdPreviewConnection! - targetingSentenceLines(before: String, after: String, first: Int): FacebookBusinessTargetingSentenceLineConnection! -} - -type FacebookBusinessAdConnection { - nodes: [FacebookBusinessAd!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessActionEnum { - BUDGET_NOT_REDISTRIBUTED - CHANGED_BID - CHANGED_BUDGET - EMAIL - ENDPOINT_PINGED - ERROR - FACEBOOK_NOTIFICATION_SENT - MESSAGE_SENT - NOT_CHANGED - PAUSED - UNPAUSED -} - -enum FacebookBusinessAdrulehistoryresultObjectType { - AD - ADSET - CAMPAIGN -} - -"""""" -type FacebookBusinessAdRuleHistoryResultAction { - action: String - field: String - newValue: String - oldValue: String -} - -"""""" -type FacebookBusinessAdRuleHistoryResult { - actions: [FacebookBusinessAdRuleHistoryResultAction] - objectId: String - objectType: FacebookBusinessAdrulehistoryresultObjectType -} - -"""""" -type FacebookBusinessAdRuleHistory { - evaluationSpec: FacebookBusinessAdRuleEvaluationSpec - exceptionCode: Int - exceptionMessage: String - executionSpec: FacebookBusinessAdRuleExecutionSpec - isManual: Boolean - results: [FacebookBusinessAdRuleHistoryResult] - scheduleSpec: FacebookBusinessAdRuleScheduleSpec - timestamp: String -} - -type FacebookBusinessAdRuleHistoryConnection { - nodes: [FacebookBusinessAdRuleHistory!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdRuleSchedule { - days: [Int] - endMinute: Int - startMinute: Int -} - -"""""" -type FacebookBusinessAdRuleScheduleSpec { - schedule: [FacebookBusinessAdRuleSchedule] - scheduleType: String -} - -enum FacebookBusinessAdruleexecutionspecExecutionType { - CHANGE_BID - CHANGE_BUDGET - CHANGE_CAMPAIGN_BUDGET - NOTIFICATION - PAUSE - PING_ENDPOINT - REBALANCE_BUDGET - ROTATE - UNPAUSE -} - -enum FacebookBusinessAdruleexecutionoptionsOperator { - EQUAL - IN -} - -"""""" -type FacebookBusinessAdRuleExecutionOptions { - field: String - operator: FacebookBusinessAdruleexecutionoptionsOperator - value: JSON -} - -"""""" -type FacebookBusinessAdRuleExecutionSpec { - executionOptions: [FacebookBusinessAdRuleExecutionOptions] - executionType: FacebookBusinessAdruleexecutionspecExecutionType -} - -enum FacebookBusinessAdruletriggerOperator { - ALL - ANY - CONTAIN - EQUAL - GREATER_THAN - IN - IN_RANGE - LESS_THAN - NONE - NOT_CONTAIN - NOT_EQUAL - NOT_IN - NOT_IN_RANGE -} - -"""""" -type FacebookBusinessAdRuleTrigger { - field: String - operator: FacebookBusinessAdruletriggerOperator - value: JSON -} - -enum FacebookBusinessAdrulefiltersOperator { - ALL - ANY - CONTAIN - EQUAL - GREATER_THAN - IN - IN_RANGE - LESS_THAN - NONE - NOT_CONTAIN - NOT_EQUAL - NOT_IN - NOT_IN_RANGE -} - -"""""" -type FacebookBusinessAdRuleFilters { - field: String - operator: FacebookBusinessAdrulefiltersOperator - value: JSON -} - -enum FacebookBusinessAdruleevaluationspecEvaluationType { - SCHEDULE - TRIGGER -} - -"""""" -type FacebookBusinessAdRuleEvaluationSpec { - evaluationType: FacebookBusinessAdruleevaluationspecEvaluationType - filters: [FacebookBusinessAdRuleFilters] - trigger: FacebookBusinessAdRuleTrigger -} - -"""""" -type FacebookBusinessAdRule { - accountId: String - createdBy: FacebookBusinessUser - createdTime: String - evaluationSpec: FacebookBusinessAdRuleEvaluationSpec - executionSpec: FacebookBusinessAdRuleExecutionSpec - id: String - name: String - scheduleSpec: FacebookBusinessAdRuleScheduleSpec - status: String - updatedTime: String - history(objectId: String, hideNoChanges: Boolean, action: FacebookBusinessActionEnum, before: String, after: String, first: Int): FacebookBusinessAdRuleHistoryConnection! -} - -type FacebookBusinessAdRuleConnection { - nodes: [FacebookBusinessAdRule!]! - pageInfo: PageInfo! -} - -enum FacebookBusinessCampaignStatus { - ACTIVE - ARCHIVED - DELETED - PAUSED -} - -"""""" -type FacebookBusinessAdRecommendationData { - link: String -} - -enum FacebookBusinessAdrecommendationImportance { - HIGH - LOW - MEDIUM -} - -enum FacebookBusinessAdrecommendationConfidence { - HIGH - LOW - MEDIUM -} - -"""""" -type FacebookBusinessAdRecommendation { - blameField: String - code: Int - confidence: FacebookBusinessAdrecommendationConfidence - importance: FacebookBusinessAdrecommendationImportance - message: String - recommendationData: FacebookBusinessAdRecommendationData - title: String -} - -"""""" -type FacebookBusinessAdCampaignIssuesInfo { - errorCode: Int - errorMessage: String - errorSummary: String - errorType: String - level: String -} - -enum FacebookBusinessCampaignEffectiveStatus { - ACTIVE - ARCHIVED - DELETED - IN_PROCESS - PAUSED - WITH_ISSUES -} - -enum FacebookBusinessCampaignConfiguredStatus { - ACTIVE - ARCHIVED - DELETED - PAUSED -} - -enum FacebookBusinessCampaignBidStrategy { - COST_CAP - LOWEST_COST_WITHOUT_CAP - LOWEST_COST_WITH_BID_CAP - TARGET_COST -} - -"""""" -type FacebookBusinessCampaign { - accountId: String - adlabels: [FacebookBusinessAdLabel] - bidStrategy: FacebookBusinessCampaignBidStrategy - boostedObjectId: String - brandLiftStudies: [FacebookBusinessAdStudy] - budgetRebalanceFlag: Boolean - budgetRemaining: String - buyingType: String - canCreateBrandLiftStudy: Boolean - canUseSpendCap: Boolean - configuredStatus: FacebookBusinessCampaignConfiguredStatus - createdTime: String - dailyBudget: String - effectiveStatus: FacebookBusinessCampaignEffectiveStatus - id: String - issuesInfo: [FacebookBusinessAdCampaignIssuesInfo] - lastBudgetTogglingTime: String - lifetimeBudget: String - name: String - objective: String - pacingType: [String] - recommendations: [FacebookBusinessAdRecommendation] - sourceCampaign: FacebookBusinessCampaign - sourceCampaignId: String - specialAdCategory: String - spendCap: String - startTime: String - status: FacebookBusinessCampaignStatus - stopTime: String - toplineId: String - updatedTime: String - adStudies(before: String, after: String, first: Int): FacebookBusinessAdStudyConnection! - adRulesGoverned(passEvaluation: Boolean, before: String, after: String, first: Int): FacebookBusinessAdRuleConnection! - ads(updatedSince: Int, timeRangeJson: JSON, includeDrafts: Boolean, effectiveStatus: [String!], datePreset: FacebookBusinessDatePresetEnum, adDraftId: String, before: String, after: String, first: Int): FacebookBusinessAdConnection! - adSets(timeRangeJson: JSON, isCompleted: Boolean, includeDrafts: Boolean, effectiveStatus: [FacebookBusinessEffectiveStatusEnum!], datePreset: FacebookBusinessDatePresetEnum, adDraftId: String, before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - contentDeliveryReport(summary: Boolean, startDate: String, position: FacebookBusinessPositionEnum!, platform: FacebookBusinessPlatformEnum!, pageId: Int, endDate: String, before: String, after: String, first: Int): FacebookBusinessContentDeliveryReportConnection! - copies(timeRangeJson: JSON, isCompleted: Boolean, effectiveStatus: [FacebookBusinessEffectiveStatusEnum!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessCampaignConnection! - insights(useAccountAttributionSetting: Boolean, timeRangesJson: [JSON!], timeRangeJson: JSON, timeIncrement: String, summaryActionBreakdowns: [FacebookBusinessSummaryActionBreakdownsEnum!], summary: [String!], sort: [String!], productIdLimit: Int, level: FacebookBusinessLevelEnum, filteringJson: [JSON!], fields: [String!], exportName: String, exportFormat: String, exportColumns: [String!], defaultSummary: Boolean, datePreset: FacebookBusinessDatePresetEnum, breakdowns: [FacebookBusinessBreakdownsEnum!], actionReportTime: FacebookBusinessActionReportTimeEnum, actionBreakdowns: [FacebookBusinessActionBreakdownsEnum!], actionAttributionWindows: [FacebookBusinessActionAttributionWindowsEnum!], before: String, after: String, first: Int): FacebookBusinessAdsInsightsConnection! -} - -type FacebookBusinessCampaignConnection { - nodes: [FacebookBusinessCampaign!]! - pageInfo: PageInfo! -} - -type FacebookBusinessAdSetConnection { - nodes: [FacebookBusinessAdSet!]! - pageInfo: PageInfo! -} - -type FacebookBusinessAdAccountConnection { - nodes: [FacebookBusinessAdAccount!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdStudyCell { - adEntitiesCount: Int - controlPercentage: Float - id: String - name: String - treatmentPercentage: Float - adAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - adSets(before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - campaigns(before: String, after: String, first: Int): FacebookBusinessCampaignConnection! -} - -type FacebookBusinessAdStudyCellConnection { - nodes: [FacebookBusinessAdStudyCell!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessAdStudy { - business: FacebookBusinessBusiness - canceledTime: String - cooldownStartTime: String - createdBy: FacebookBusinessUser - createdTime: String - description: String - endTime: String - id: String - name: String - observationEndTime: String - resultsFirstAvailableDate: String - startTime: String - updatedBy: FacebookBusinessUser - updatedTime: String - cells(before: String, after: String, first: Int): FacebookBusinessAdStudyCellConnection! - objectives(before: String, after: String, first: Int): FacebookBusinessAdStudyObjectiveConnection! -} - -type FacebookBusinessAdStudyConnection { - nodes: [FacebookBusinessAdStudy!]! - pageInfo: PageInfo! -} - -"""""" -type FacebookBusinessBusiness { - blockOfflineAnalytics: Boolean - createdBy: JSON - createdTime: String - extendedUpdatedTime: String - id: String - isHidden: Boolean - isInstagramEnabledInFbAnalytics: Boolean - link: String - name: String - paymentAccountId: String - primaryPage: FacebookBusinessPage - profilePictureUri: String - timezoneId: Int - twoFactorType: String - updatedBy: JSON - updatedTime: String - verificationStatus: String - vertical: String - verticalId: Int - adStudies(before: String, after: String, first: Int): FacebookBusinessAdStudyConnection! - adNetworkAnalytics(until: String, since: String, orderingType: FacebookBusinessOrderingTypeEnum, orderingColumn: FacebookBusinessOrderingColumnEnum, metrics: [FacebookBusinessMetricsEnum!]!, filtersJson: [JSON!], breakdowns: [FacebookBusinessBreakdownsEnum!], aggregationPeriod: FacebookBusinessAggregationPeriodEnum, before: String, after: String, first: Int): FacebookBusinessAdNetworkAnalyticsSyncQueryResultConnection! - adNetworkAnalyticsResults(queryIds: [String!], before: String, after: String, first: Int): FacebookBusinessAdNetworkAnalyticsAsyncQueryResultConnection! - adsPixels(sortBy: FacebookBusinessSortByEnum, nameFilter: String, idFilter: String, before: String, after: String, first: Int): FacebookBusinessAdsPixelConnection! - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - anPlacements(before: String, after: String, first: Int): FacebookBusinessAdPlacementConnection! - attemptedSharingAgreements(requestingBusinessId: String, requestStatus: FacebookBusinessRequestStatusEnum, before: String, after: String, first: Int): FacebookBusinessBusinessCreativeFolderSharingAgreementConnection! - businessAssetGroups(before: String, after: String, first: Int): FacebookBusinessBusinessAssetGroupConnection! - businessInvoices(type: FacebookBusinessTypeEnum, startDate: String, rootId: Int, issueStartDate: String, issueEndDate: String, invoiceId: Int, endDate: String, before: String, after: String, first: Int): FacebookBusinessOracleTransactionConnection! - businessUnits(before: String, after: String, first: Int): FacebookBusinessBusinessUnitConnection! - businessUsers(before: String, after: String, first: Int): FacebookBusinessBusinessUserConnection! - clientAdAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - clientApps(before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - clientPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - clientPixels(before: String, after: String, first: Int): FacebookBusinessAdsPixelConnection! - clientProductCatalogs(before: String, after: String, first: Int): FacebookBusinessProductCatalogConnection! - clients(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - contentDeliveryReport(summary: Boolean, startDate: String, position: FacebookBusinessPositionEnum!, platform: FacebookBusinessPlatformEnum!, pageId: Int, endDate: String, before: String, after: String, first: Int): FacebookBusinessContentDeliveryReportConnection! - creativeAssetTags(before: String, after: String, first: Int): FacebookBusinessCreativeAssetTagConnection! - creativeFolders(before: String, after: String, first: Int): FacebookBusinessBusinessCreativeFolderConnection! - creatives(creativeFolderId: String, before: String, after: String, first: Int): FacebookBusinessBusinessCreativeConnection! - eventSourceGroups(before: String, after: String, first: Int): FacebookBusinessEventSourceGroupConnection! - extendedCredits(before: String, after: String, first: Int): FacebookBusinessExtendedCreditConnection! - initiatedAudienceSharingRequests(requestStatus: FacebookBusinessRequestStatusEnum, recipientId: String, before: String, after: String, first: Int): FacebookBusinessBusinessAssetSharingAgreementConnection! - instagramAccounts(before: String, after: String, first: Int): FacebookBusinessInstagramUserConnection! - offlineConversionDataSets(before: String, after: String, first: Int): FacebookBusinessOfflineConversionDataSetConnection! - ownedAdAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - ownedApps(before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - ownedBusinesses(clientUserId: Int, before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - ownedInstagramAccounts(before: String, after: String, first: Int): FacebookBusinessInstagramUserConnection! - ownedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - ownedPixels(before: String, after: String, first: Int): FacebookBusinessAdsPixelConnection! - ownedProductCatalogs(before: String, after: String, first: Int): FacebookBusinessProductCatalogConnection! - pendingClientAdAccounts(before: String, after: String, first: Int): FacebookBusinessBusinessAdAccountRequestConnection! - pendingClientApps(before: String, after: String, first: Int): FacebookBusinessBusinessApplicationRequestConnection! - pendingClientPages(before: String, after: String, first: Int): FacebookBusinessBusinessPageRequestConnection! - pendingOwnedAdAccounts(before: String, after: String, first: Int): FacebookBusinessBusinessAdAccountRequestConnection! - pendingOwnedPages(before: String, after: String, first: Int): FacebookBusinessBusinessPageRequestConnection! - pendingSharedCreativeFolders(before: String, after: String, first: Int): FacebookBusinessBusinessCreativeFolderConnection! - pendingUsers(email: String, before: String, after: String, first: Int): FacebookBusinessBusinessRoleRequestConnection! - picture(width: Int, type: FacebookBusinessTypeEnum, redirect: Boolean, height: Int, before: String, after: String, first: Int): FacebookBusinessProfilePictureSourceConnection! - pixelTos(before: String, after: String, first: Int): FacebookBusinessBusinessPixelTOSConnection! - receivedAudienceSharingRequests(requestStatus: FacebookBusinessRequestStatusEnum, initiatorId: String, before: String, after: String, first: Int): FacebookBusinessBusinessAssetSharingAgreementConnection! - systemUsers(before: String, after: String, first: Int): FacebookBusinessSystemUserConnection! - thirdPartyMeasurementReportDataset(before: String, after: String, first: Int): FacebookBusinessThirdPartyMeasurementReportDatasetConnection! -} - -"""""" -type FacebookBusinessAdAccountCreationRequest { - adAccountsCurrency: String - adAccountsInfo: [JSON] - additionalComment: String - addressInChinese: String - addressInEnglish: JSON - addressInLocalLanguage: String - advertiserBusiness: FacebookBusinessBusiness - appealReason: JSON - business: FacebookBusinessBusiness - businessRegistrationId: String - chineseLegalEntityName: String - contact: JSON - creator: FacebookBusinessUser - creditCardId: String - disapprovalReasons: [JSON] - englishLegalEntityName: String - extendedCreditId: String - id: String - isSmb: Boolean - isTest: Boolean - isUnderAuthorization: Boolean - legalEntityNameInLocalLanguage: String - oeRequestId: String - officialWebsiteUrl: String - planningAgencyBusiness: FacebookBusinessBusiness - planningAgencyBusinessId: String - promotableAppIds: [String] - promotablePageIds: [String] - promotableUrls: [String] - requestChangeReasons: [JSON] - status: String - subvertical: String - timeCreated: String - vertical: String - adAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! -} - -"""""" -type FacebookBusinessAdAccount { - accountId: String - accountStatus: Int - adAccountCreationRequest: FacebookBusinessAdAccountCreationRequest - age: Float - agencyClientDeclaration: FacebookBusinessAgencyClientDeclaration - amountSpent: String - attributionSpec: [FacebookBusinessAttributionSpec] - balance: String - business: FacebookBusinessBusiness - businessCity: String - businessCountryCode: String - businessName: String - businessState: String - businessStreet: String - businessStreet2: String - businessZip: String - canCreateBrandLiftStudy: Boolean - capabilities: [String] - createdTime: String - currency: String - disableReason: Int - endAdvertiser: String - endAdvertiserName: String - extendedCreditInvoiceGroup: FacebookBusinessExtendedCreditInvoiceGroup - failedDeliveryChecks: [FacebookBusinessDeliveryCheck] - fbEntity: Int - fundingSource: String - fundingSourceDetails: FacebookBusinessFundingSourceDetails - hasMigratedPermissions: Boolean - hasPageAuthorizedAdaccount: Boolean - id: String - ioNumber: String - isAttributionSpecSystemDefault: Boolean - isDirectDealsEnabled: Boolean - isIn3dsAuthorizationEnabledMarket: Boolean - isInMiddleOfLocalEntityMigration: Boolean - isNotificationsEnabled: Boolean - isPersonal: Int - isPrepayAccount: Boolean - isTaxIdRequired: Boolean - lineNumbers: [Int] - mediaAgency: String - minCampaignGroupSpendCap: String - minDailyBudget: Int - name: String - offsitePixelsTosAccepted: Boolean - owner: String - partner: String - rfSpec: FacebookBusinessReachFrequencySpec - showCheckoutExperience: Boolean - spendCap: String - taxId: String - taxIdStatus: Int - taxIdType: String - timezoneId: Int - timezoneName: String - timezoneOffsetHoursUtc: Float - tosAccepted: JSON - userTasks: [String] - userTosAccepted: JSON - activities(until: String, uid: Int, since: String, oid: String, extraOids: [String!], category: FacebookBusinessCategoryEnum, businessId: String, addChildren: Boolean, before: String, after: String, first: Int): FacebookBusinessAdActivityConnection! - adPlacePageSets(before: String, after: String, first: Int): FacebookBusinessAdPlacePageSetConnection! - adStudies(before: String, after: String, first: Int): FacebookBusinessAdStudyConnection! - adCreatives(before: String, after: String, first: Int): FacebookBusinessAdCreativeConnection! - adCreativesByLabels(operator: FacebookBusinessOperatorEnum, adLabelIds: [String!]!, before: String, after: String, first: Int): FacebookBusinessAdCreativeConnection! - adImages(name: String, minwidth: Int, minheight: Int, hashes: [String!], businessId: String, bizTagId: Int, before: String, after: String, first: Int): FacebookBusinessAdImageConnection! - adLabels(before: String, after: String, first: Int): FacebookBusinessAdLabelConnection! - adPlayables(before: String, after: String, first: Int): FacebookBusinessPlayableContentConnection! - adReportSchedules(before: String, after: String, first: Int): FacebookBusinessJSONConnection! - adRulesHistory(objectId: String, hideNoChanges: Boolean, evaluationType: FacebookBusinessEvaluationTypeEnum, action: FacebookBusinessActionEnum, before: String, after: String, first: Int): FacebookBusinessAdAccountAdRulesHistoryConnection! - adRulesLibrary(before: String, after: String, first: Int): FacebookBusinessAdRuleConnection! - ads(useEmployeeDraft: Boolean, updatedSince: Int, timeRangeJson: JSON, includeDrafts: Boolean, effectiveStatus: [String!], datePreset: FacebookBusinessDatePresetEnum, adDraftId: String, before: String, after: String, first: Int): FacebookBusinessAdConnection! - adsVolume(showBreakdownByActor: Boolean, pageId: Int, before: String, after: String, first: Int): FacebookBusinessAdAccountAdVolumeConnection! - adsByLabels(operator: FacebookBusinessOperatorEnum, adLabelIds: [String!]!, before: String, after: String, first: Int): FacebookBusinessAdConnection! - adSets(useEmployeeDraft: Boolean, timeRangeJson: JSON, isCompleted: Boolean, includeDrafts: Boolean, effectiveStatus: [FacebookBusinessEffectiveStatusEnum!], datePreset: FacebookBusinessDatePresetEnum, adDraftId: String, before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - adSetsByLabels(operator: FacebookBusinessOperatorEnum, adLabelIds: [String!]!, before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - adsPixels(sortBy: FacebookBusinessSortByEnum, before: String, after: String, first: Int): FacebookBusinessAdsPixelConnection! - advertisableApplications(businessId: String, appId: String, before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - adVideos(title: String, minwidth: Int, minlength: Int, minheight: Int, minAspectRatio: Float, maxwidth: Int, maxlength: Int, maxheight: Int, maxAspectRatio: Float, before: String, after: String, first: Int): FacebookBusinessAdVideoConnection! - affectedAdSets(before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - applications(before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - assignedUsers(business: String!, before: String, after: String, first: Int): FacebookBusinessAssignedUserConnection! - asyncRequests(type: FacebookBusinessTypeEnum, status: FacebookBusinessStatusEnum, before: String, after: String, first: Int): FacebookBusinessAsyncRequestConnection! - asyncAdRequestSets(isCompleted: Boolean, before: String, after: String, first: Int): FacebookBusinessAdAsyncRequestSetConnection! - broadTargetingCategories(customCategoriesOnly: Boolean, before: String, after: String, first: Int): FacebookBusinessBroadTargetingCategoriesConnection! - campaigns(useEmployeeDraft: Boolean, timeRangeJson: JSON, isCompleted: Boolean, includeDrafts: Boolean, effectiveStatus: [FacebookBusinessEffectiveStatusEnum!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessCampaignConnection! - campaignsByLabels(operator: FacebookBusinessOperatorEnum, adLabelIds: [String!]!, before: String, after: String, first: Int): FacebookBusinessCampaignConnection! - contentDeliveryReport(summary: Boolean, startDate: String, position: FacebookBusinessPositionEnum!, platform: FacebookBusinessPlatformEnum!, pageId: Int, endDate: String, before: String, after: String, first: Int): FacebookBusinessContentDeliveryReportConnection! - customAudiences(pixelId: String, filteringJson: [JSON!], fields: [String!], businessId: String, before: String, after: String, first: Int): FacebookBusinessCustomAudienceConnection! - customAudiencesTos(before: String, after: String, first: Int): FacebookBusinessCustomAudiencesTOSConnection! - customConversions(before: String, after: String, first: Int): FacebookBusinessCustomConversionConnection! - deliveryEstimate(promotedObjectJson: JSON, optimizationGoal: FacebookBusinessOptimizationGoalEnum!, before: String, after: String, first: Int): FacebookBusinessAdAccountDeliveryEstimateConnection! - deprecatedTargetingAdSets(type: String, before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - generatePreviews(width: Int, startDate: String, renderType: FacebookBusinessRenderTypeEnum, productItemIds: [String!], postJson: JSON, placePageId: Int, locale: String, height: Int, endDate: String, dynamicCustomizationJson: JSON, dynamicCreativeSpecJson: JSON, dynamicAssetLabel: String, adFormat: FacebookBusinessAdFormatEnum!, before: String, after: String, first: Int): FacebookBusinessAdPreviewConnection! - impactingAdStudies(before: String, after: String, first: Int): FacebookBusinessAdStudyConnection! - insights(useAccountAttributionSetting: Boolean, timeRangesJson: [JSON!], timeRangeJson: JSON, timeIncrement: String, summaryActionBreakdowns: [FacebookBusinessSummaryActionBreakdownsEnum!], summary: [String!], sort: [String!], productIdLimit: Int, level: FacebookBusinessLevelEnum, filteringJson: [JSON!], fields: [String!], exportName: String, exportFormat: String, exportColumns: [String!], defaultSummary: Boolean, datePreset: FacebookBusinessDatePresetEnum, breakdowns: [FacebookBusinessBreakdownsEnum!], actionReportTime: FacebookBusinessActionReportTimeEnum, actionBreakdowns: [FacebookBusinessActionBreakdownsEnum!], actionAttributionWindows: [FacebookBusinessActionAttributionWindowsEnum!], before: String, after: String, first: Int): FacebookBusinessAdsInsightsConnection! - instagramAccounts(before: String, after: String, first: Int): FacebookBusinessInstagramUserConnection! - matchedSearchApplications(queryTerm: String!, businessId: String, appStoreCountry: String, appStore: FacebookBusinessAppStoreEnum!, allowIncompleteApp: Boolean, before: String, after: String, first: Int): FacebookBusinessAdAccountMatchedSearchApplicationsEdgeDataConnection! - maxBid(before: String, after: String, first: Int): FacebookBusinessAdAccountMaxBidConnection! - minimumBudgets(bidAmount: Int, before: String, after: String, first: Int): FacebookBusinessMinimumBudgetConnection! - offlineConversionDataSets(before: String, after: String, first: Int): FacebookBusinessOfflineConversionDataSetConnection! - onBehalfRequests(status: FacebookBusinessStatusEnum, before: String, after: String, first: Int): FacebookBusinessBusinessOwnedObjectOnBehalfOfRequestConnection! - promotePages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - publisherBlockLists(before: String, after: String, first: Int): FacebookBusinessPublisherBlockListConnection! - reachEstimate(objectStoreUrl: String, isDebug: Boolean, creativeActionSpec: String, concepts: String, callerId: String, adgroupIds: [String!], before: String, after: String, first: Int): FacebookBusinessAdAccountReachEstimateConnection! - reachFrequencyPredictions(before: String, after: String, first: Int): FacebookBusinessReachFrequencyPredictionConnection! - roas(timeRangeJson: JSON!, timeIncrement: String, filteringJson: [JSON!]!, fields: [String!], before: String, after: String, first: Int): FacebookBusinessAdAccountRoasConnection! - savedAudiences(filteringJson: [JSON!], fields: [String!], businessId: String, before: String, after: String, first: Int): FacebookBusinessSavedAudienceConnection! - subscribedApps(before: String, after: String, first: Int): FacebookBusinessAdAccountSubscribedAppsConnection! - targetingBrowse(whitelistedTypes: [FacebookBusinessWhitelistedTypesEnum!], regulatedCategories: [FacebookBusinessRegulatedCategoriesEnum!], limitType: FacebookBusinessLimitTypeEnum, isExclusion: Boolean, includeNodes: Boolean, excludedCategory: String, before: String, after: String, first: Int): FacebookBusinessAdAccountTargetingUnifiedConnection! - targetingSearch(whitelistedTypes: [FacebookBusinessWhitelistedTypesEnum!], targetingListJson: [JSON!], sessionId: Int, regulatedCategories: [FacebookBusinessRegulatedCategoriesEnum!], q: String!, limitType: FacebookBusinessLimitTypeEnum, isExclusion: Boolean, countries: [String!], allowOnlyFatHeadInterests: Boolean, before: String, after: String, first: Int): FacebookBusinessAdAccountTargetingUnifiedConnection! - targetingSentenceLines(hideTargetingSpecFromReturn: Boolean, discardPlacements: Boolean, discardAges: Boolean, before: String, after: String, first: Int): FacebookBusinessTargetingSentenceLineConnection! - targetingSuggestions(whitelistedTypes: [FacebookBusinessWhitelistedTypesEnum!], targetingListJson: [JSON!], sessionId: Int, regulatedCategories: [FacebookBusinessRegulatedCategoriesEnum!], objectsJson: JSON, objective: FacebookBusinessObjectiveEnum, mode: FacebookBusinessModeEnum, limitType: FacebookBusinessLimitTypeEnum, countries: [String!], before: String, after: String, first: Int): FacebookBusinessAdAccountTargetingUnifiedConnection! - targetingValidation(targetingListJson: [JSON!], nameList: [String!], isExclusion: Boolean, idList: [Int!], before: String, after: String, first: Int): FacebookBusinessAdAccountTargetingUnifiedConnection! - tracking(before: String, after: String, first: Int): FacebookBusinessAdAccountTrackingDataConnection! - users(before: String, after: String, first: Int): FacebookBusinessAdAccountUserConnection! -} - -"""""" -type FacebookBusinessAdLabel { - account: FacebookBusinessAdAccount - createdTime: String - id: String - name: String - updatedTime: String - adCreatives(before: String, after: String, first: Int): FacebookBusinessAdCreativeConnection! - ads(before: String, after: String, first: Int): FacebookBusinessAdConnection! - adSets(before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - campaigns(before: String, after: String, first: Int): FacebookBusinessCampaignConnection! -} - -"""""" -type FacebookBusinessAdSet { - accountId: String - adlabels: [FacebookBusinessAdLabel] - adsetSchedule: [FacebookBusinessDayPart] - assetFeedId: String - attributionSpec: [FacebookBusinessAttributionSpec] - bidAdjustments: FacebookBusinessAdBidAdjustments - bidAmount: Int - bidConstraints: FacebookBusinessAdCampaignBidConstraint - bidInfo: JSON - bidStrategy: FacebookBusinessAdsetBidStrategy - billingEvent: FacebookBusinessAdsetBillingEvent - budgetRemaining: String - campaign: FacebookBusinessCampaign - campaignId: String - configuredStatus: FacebookBusinessAdsetConfiguredStatus - createdTime: String - creativeSequence: [String] - dailyBudget: String - dailyMinSpendTarget: String - dailySpendCap: String - destinationType: String - effectiveStatus: FacebookBusinessAdsetEffectiveStatus - endTime: String - frequencyControlSpecs: [FacebookBusinessAdCampaignFrequencyControlSpecs] - fullFunnelExplorationMode: String - id: String - instagramActorId: String - isDynamicCreative: Boolean - issuesInfo: [FacebookBusinessAdCampaignIssuesInfo] - learningStageInfo: FacebookBusinessAdCampaignLearningStageInfo - lifetimeBudget: String - lifetimeImps: Int - lifetimeMinSpendTarget: String - lifetimeSpendCap: String - name: String - optimizationGoal: FacebookBusinessAdsetOptimizationGoal - optimizationSubEvent: String - pacingType: [String] - recommendations: [FacebookBusinessAdRecommendation] - recurringBudgetSemantics: Boolean - reviewFeedback: String - rfPredictionId: String - sourceAdset: FacebookBusinessAdSet - sourceAdsetId: String - startTime: String - status: FacebookBusinessAdsetStatus - targeting: FacebookBusinessTargeting - timeBasedAdRotationIntervals: [Int] - updatedTime: String - useNewAppClick: Boolean - activities(until: String, uid: Int, since: String, category: FacebookBusinessCategoryEnum, businessId: String, before: String, after: String, first: Int): FacebookBusinessAdActivityConnection! - adStudies(before: String, after: String, first: Int): FacebookBusinessAdStudyConnection! - adCreatives(before: String, after: String, first: Int): FacebookBusinessAdCreativeConnection! - adRulesGoverned(passEvaluation: Boolean, before: String, after: String, first: Int): FacebookBusinessAdRuleConnection! - ads(updatedSince: Int, timeRangeJson: JSON, includeDrafts: Boolean, effectiveStatus: [String!], datePreset: FacebookBusinessDatePresetEnum, adDraftId: String, before: String, after: String, first: Int): FacebookBusinessAdConnection! - asyncAdRequests(statuses: [FacebookBusinessStatusesEnum!], before: String, after: String, first: Int): FacebookBusinessAdAsyncRequestConnection! - contentDeliveryReport(summary: Boolean, startDate: String, position: FacebookBusinessPositionEnum!, platform: FacebookBusinessPlatformEnum!, endDate: String, before: String, after: String, first: Int): FacebookBusinessContentDeliveryReportConnection! - copies(timeRangeJson: JSON, isCompleted: Boolean, effectiveStatus: [FacebookBusinessEffectiveStatusEnum!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessAdSetConnection! - deliveryEstimate(promotedObjectJson: JSON, optimizationGoal: FacebookBusinessOptimizationGoalEnum, before: String, after: String, first: Int): FacebookBusinessAdCampaignDeliveryEstimateConnection! - insights(useAccountAttributionSetting: Boolean, timeRangesJson: [JSON!], timeRangeJson: JSON, timeIncrement: String, summaryActionBreakdowns: [FacebookBusinessSummaryActionBreakdownsEnum!], summary: [String!], sort: [String!], productIdLimit: Int, level: FacebookBusinessLevelEnum, filteringJson: [JSON!], fields: [String!], exportName: String, exportFormat: String, exportColumns: [String!], defaultSummary: Boolean, datePreset: FacebookBusinessDatePresetEnum, breakdowns: [FacebookBusinessBreakdownsEnum!], actionReportTime: FacebookBusinessActionReportTimeEnum, actionBreakdowns: [FacebookBusinessActionBreakdownsEnum!], actionAttributionWindows: [FacebookBusinessActionAttributionWindowsEnum!], before: String, after: String, first: Int): FacebookBusinessAdsInsightsConnection! - targetingSentenceLines(before: String, after: String, first: Int): FacebookBusinessTargetingSentenceLineConnection! -} - -"""""" -type FacebookBusinessPage { - about: String - accessToken: String - adCampaign: FacebookBusinessAdSet - affiliation: String - appId: String - artistsWeLike: String - attire: String - awards: String - bandInterests: String - bandMembers: String - bestPage: FacebookBusinessPage - bio: String - birthday: String - bookingAgent: String - built: String - business: JSON - canCheckin: Boolean - canPost: Boolean - category: String - categoryList: [FacebookBusinessPageCategory] - checkins: Int - companyOverview: String - connectedInstagramAccount: FacebookBusinessIGUser - contactAddress: FacebookBusinessMailingAddress - copyrightWhitelistedIgPartners: [String] - countryPageLikes: Int - cover: FacebookBusinessCoverPhoto - culinaryTeam: String - currentLocation: String - description: String - descriptionHtml: String - differentlyOpenOfferings: JSON - directedBy: String - displaySubtext: String - displayedMessageResponseTime: String - emails: [String] - engagement: FacebookBusinessEngagement - fanCount: Int - featuredVideo: FacebookBusinessAdVideo - features: String - foodStyles: [String] - founded: String - generalInfo: String - generalManager: String - genre: String - globalBrandPageName: String - globalBrandRootId: String - hasAddedApp: Boolean - hasWhatsappBusinessNumber: Boolean - hasWhatsappNumber: Boolean - hometown: String - hours: JSON - id: String - impressum: String - influences: String - instagramBusinessAccount: FacebookBusinessIGUser - instantArticlesReviewStatus: String - isAlwaysOpen: Boolean - isChain: Boolean - isCommunityPage: Boolean - isEligibleForBrandedContent: Boolean - isMessengerBotGetStartedEnabled: Boolean - isMessengerPlatformBot: Boolean - isOwned: Boolean - isPermanentlyClosed: Boolean - isPublished: Boolean - isUnclaimed: Boolean - isVerified: Boolean - isWebhooksSubscribed: Boolean - keywords: JSON - leadgenTosAcceptanceTime: String - leadgenTosAccepted: Boolean - leadgenTosAcceptingUser: FacebookBusinessUser - link: String - location: FacebookBusinessLocation - members: String - merchantId: String - merchantReviewStatus: String - messengerAdsDefaultIcebreakers: [String] - messengerAdsDefaultPageWelcomeMessage: FacebookBusinessMessengerDestinationPageWelcomeMessage - messengerAdsDefaultQuickReplies: [String] - messengerAdsQuickRepliesType: String - mission: String - mpg: String - name: String - nameWithLocationDescriptor: String - network: String - newLikeCount: Int - offerEligible: Boolean - overallStarRating: Float - pageAboutStory: FacebookBusinessPageAboutStory - pageToken: String - parentPage: FacebookBusinessPage - parking: FacebookBusinessPageParking - paymentOptions: FacebookBusinessPagePaymentOptions - personalInfo: String - personalInterests: String - pharmaSafetyInfo: String - phone: String - placeType: String - plotOutline: String - preferredAudience: FacebookBusinessTargeting - pressContact: String - priceRange: String - privacyInfoUrl: String - producedBy: String - products: String - promotionEligible: Boolean - promotionIneligibleReason: String - publicTransit: String - ratingCount: Int - recipient: String - recordLabel: String - releaseDate: String - restaurantServices: FacebookBusinessPageRestaurantServices - restaurantSpecialties: FacebookBusinessPageRestaurantSpecialties - schedule: String - screenplayBy: String - season: String - singleLineAddress: String - starring: String - startInfo: FacebookBusinessPageStartInfo - storeCode: String - storeLocationDescriptor: String - storeNumber: Int - studio: String - supportsDonateButtonInLiveVideo: Boolean - supportsInstantArticles: Boolean - talkingAboutCount: Int - temporaryStatus: String - unreadMessageCount: Int - unreadNotifCount: Int - unseenMessageCount: Int - username: String - verificationStatus: String - voipInfo: FacebookBusinessVoipInfo - website: String - wereHereCount: Int - whatsappNumber: String - writtenBy: String - adsPosts(until: String, since: String, includeInlineCreate: Boolean, excludeDynamicAds: Boolean, before: String, after: String, first: Int): FacebookBusinessPagePostConnection! - agencies(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - albums(before: String, after: String, first: Int): FacebookBusinessAlbumConnection! - assignedUsers(business: String!, before: String, after: String, first: Int): FacebookBusinessAssignedUserConnection! - blocked(user: Int, uid: Int, before: String, after: String, first: Int): FacebookBusinessProfileConnection! - callToActions(before: String, after: String, first: Int): FacebookBusinessPageCallToActionConnection! - canvasElements(before: String, after: String, first: Int): FacebookBusinessCanvasBodyElementConnection! - canvases(isPublished: Boolean, isHidden: Boolean, before: String, after: String, first: Int): FacebookBusinessCanvasConnection! - claimedUrls(before: String, after: String, first: Int): FacebookBusinessURLConnection! - conversations(userId: String, tags: [String!], folder: String, before: String, after: String, first: Int): FacebookBusinessUnifiedThreadConnection! - copyrightWhitelistedPartners(before: String, after: String, first: Int): FacebookBusinessProfileConnection! - crosspostWhitelistedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - customLabels(before: String, after: String, first: Int): FacebookBusinessPageUserMessageThreadLabelConnection! - customUserSettings(psid: String!, before: String, after: String, first: Int): FacebookBusinessCustomUserSettingsConnection! - events(type: FacebookBusinessTypeEnum, timeFilter: FacebookBusinessTimeFilterEnum, includeCanceled: Boolean, eventStateFilter: [FacebookBusinessEventStateFilterEnum!], before: String, after: String, first: Int): FacebookBusinessEventConnection! - featuredVideosCollection(before: String, after: String, first: Int): FacebookBusinessAdVideoConnection! - feed(with: FacebookBusinessWithEnum, showExpired: Boolean, includeHidden: Boolean, before: String, after: String, first: Int): FacebookBusinessPagePostConnection! - globalBrandChildren(before: String, after: String, first: Int): FacebookBusinessPageConnection! - indexedVideos(before: String, after: String, first: Int): FacebookBusinessAdVideoConnection! - insights(until: String, since: String, showDescriptionFromApiDoc: Boolean, period: FacebookBusinessPeriodEnum, metricJson: [JSON!], datePreset: FacebookBusinessDatePresetEnum, before: String, after: String, first: Int): FacebookBusinessInsightsResultConnection! - instagramAccounts(before: String, after: String, first: Int): FacebookBusinessInstagramUserConnection! - instantArticles(developmentMode: Boolean, before: String, after: String, first: Int): FacebookBusinessInstantArticleConnection! - instantArticlesInsights(until: String, since: String, period: FacebookBusinessPeriodEnum!, metricJson: [JSON!]!, breakdown: FacebookBusinessBreakdownEnum, before: String, after: String, first: Int): FacebookBusinessInstantArticleInsightsQueryResultConnection! - leadGenForms(before: String, after: String, first: Int): FacebookBusinessLeadgenFormConnection! - likes(targetId: String, before: String, after: String, first: Int): FacebookBusinessPageConnection! - liveEncoders(before: String, after: String, first: Int): FacebookBusinessLiveEncoderConnection! - liveVideos(source: FacebookBusinessSourceEnum, broadcastStatus: [FacebookBusinessBroadcastStatusEnum!], before: String, after: String, first: Int): FacebookBusinessLiveVideoConnection! - locations(before: String, after: String, first: Int): FacebookBusinessPageConnection! - mediaFingerprints(universalContentId: String, before: String, after: String, first: Int): FacebookBusinessMediaFingerprintConnection! - messagingFeatureReview(before: String, after: String, first: Int): FacebookBusinessMessagingFeatureReviewConnection! - messengerAdsPageWelcomeMessages(before: String, after: String, first: Int): FacebookBusinessMessengerDestinationPageWelcomeMessageConnection! - messengerProfile(before: String, after: String, first: Int): FacebookBusinessMessengerProfileConnection! - nativeOffers(before: String, after: String, first: Int): FacebookBusinessNativeOfferConnection! - pageBackedInstagramAccounts(before: String, after: String, first: Int): FacebookBusinessInstagramUserConnection! - personas(before: String, after: String, first: Int): FacebookBusinessPersonaConnection! - photos(type: FacebookBusinessTypeEnum, businessId: String, bizTagId: Int, before: String, after: String, first: Int): FacebookBusinessPhotoConnection! - picture(width: Int, type: FacebookBusinessTypeEnum, redirect: Boolean, height: Int, before: String, after: String, first: Int): FacebookBusinessProfilePictureSourceConnection! - placeTopics(before: String, after: String, first: Int): FacebookBusinessPlaceTopicConnection! - posts(with: FacebookBusinessWithEnum, showExpired: Boolean, q: String, includeHidden: Boolean, before: String, after: String, first: Int): FacebookBusinessPagePostConnection! - productCatalogs(before: String, after: String, first: Int): FacebookBusinessProductCatalogConnection! - publishedPosts(until: String, since: String, before: String, after: String, first: Int): FacebookBusinessPagePostConnection! - ratings(before: String, after: String, first: Int): FacebookBusinessRecommendationConnection! - roles(uid: Int, includeDeactivated: Boolean, before: String, after: String, first: Int): FacebookBusinessUserConnection! - rtbDynamicPosts(before: String, after: String, first: Int): FacebookBusinessRTBDynamicPostConnection! - scheduledPosts(before: String, after: String, first: Int): FacebookBusinessPagePostConnection! - secondaryReceivers(before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - settings(before: String, after: String, first: Int): FacebookBusinessPageSettingsConnection! - subscribedApps(before: String, after: String, first: Int): FacebookBusinessApplicationConnection! - tabs(tab: [String!], before: String, after: String, first: Int): FacebookBusinessTabConnection! - tagged(before: String, after: String, first: Int): FacebookBusinessPagePostConnection! - threadOwner(recipient: String!, before: String, after: String, first: Int): FacebookBusinessPageThreadOwnerConnection! - threads(userId: String, tags: [String!], folder: String, before: String, after: String, first: Int): FacebookBusinessUnifiedThreadConnection! - tours(before: String, after: String, first: Int): FacebookBusinessEventTourConnection! - upcomingChanges(includeInactive: Boolean, before: String, after: String, first: Int): FacebookBusinessPageUpcomingChangeConnection! - videoCopyrightRules(source: FacebookBusinessSourceEnum, selectedRuleId: String, before: String, after: String, first: Int): FacebookBusinessVideoCopyrightRuleConnection! - videoLists(before: String, after: String, first: Int): FacebookBusinessVideoListConnection! - videos(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessAdVideoConnection! - visitorPosts(includeHidden: Boolean, before: String, after: String, first: Int): FacebookBusinessPagePostConnection! -} - -"""""" -type FacebookBusinessPageAdminNote { - body: String - from: FacebookBusinessPage - id: String - user: FacebookBusinessUser -} - -"""""" -type FacebookBusinessLocation { - city: String - cityId: Int - country: String - countryCode: String - latitude: Float - locatedIn: String - longitude: Float - name: String - region: String - regionId: Int - state: String - street: String - zip: String -} - -"""""" -type FacebookBusinessUser { - about: String - address: FacebookBusinessLocation - adminNotes: [FacebookBusinessPageAdminNote] - ageRange: FacebookBusinessAgeRange - authMethod: String - birthday: String - canReviewMeasurementRequest: Boolean - cover: FacebookBusinessUserCoverPhoto - currency: FacebookBusinessCurrency - devices: [FacebookBusinessUserDevice] - education: [JSON] - email: String - favoriteAthletes: [FacebookBusinessExperience] - favoriteTeams: [FacebookBusinessExperience] - firstName: String - gender: String - hometown: FacebookBusinessPage - id: String - inspirationalPeople: [FacebookBusinessExperience] - installType: String - installed: Boolean - interestedIn: [String] - isFamedeeplinkinguser: Boolean - isGuestUser: Boolean - isSharedLogin: Boolean - isVerified: Boolean - languages: [FacebookBusinessExperience] - lastName: String - link: String - localNewsMegaphoneDismissStatus: Boolean - localNewsSubscriptionStatus: Boolean - locale: String - location: FacebookBusinessPage - meetingFor: [String] - middleName: String - name: String - nameFormat: String - paymentPricepoints: FacebookBusinessPaymentPricepoints - political: String - profilePic: String - publicKey: String - quotes: String - relationshipStatus: String - religion: String - securitySettings: FacebookBusinessSecuritySettings - sharedLoginUpgradeRequiredBy: String - shortName: String - significantOther: FacebookBusinessUser - sports: [FacebookBusinessExperience] - supportsDonateButtonInLiveVideo: Boolean - testGroup: Int - thirdPartyId: String - timezone: Float - tokenForBusiness: String - updatedTime: String - verified: Boolean - videoUploadLimits: FacebookBusinessVideoUploadLimits - viewerCanSendGift: Boolean - website: String - work: [JSON] - accounts(isPromotable: Boolean, isPlace: Boolean, before: String, after: String, first: Int): FacebookBusinessPageConnection! - adStudies(before: String, after: String, first: Int): FacebookBusinessAdStudyConnection! - adAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - albums(before: String, after: String, first: Int): FacebookBusinessAlbumConnection! - appRequestFormerRecipients(before: String, after: String, first: Int): FacebookBusinessAppRequestFormerRecipientConnection! - appRequests(before: String, after: String, first: Int): FacebookBusinessAppRequestConnection! - assignedAdAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - assignedBusinessAssetGroups(containedAssetId: String, before: String, after: String, first: Int): FacebookBusinessBusinessAssetGroupConnection! - assignedPages(before: String, after: String, first: Int): FacebookBusinessPageConnection! - assignedProductCatalogs(before: String, after: String, first: Int): FacebookBusinessProductCatalogConnection! - books(targetId: String, before: String, after: String, first: Int): FacebookBusinessPageConnection! - businessUsers(before: String, after: String, first: Int): FacebookBusinessBusinessUserConnection! - businesses(before: String, after: String, first: Int): FacebookBusinessBusinessConnection! - conversations(userId: String, tags: [String!], folder: String, before: String, after: String, first: Int): FacebookBusinessUnifiedThreadConnection! - customLabels(before: String, after: String, first: Int): FacebookBusinessPageUserMessageThreadLabelConnection! - events(type: FacebookBusinessTypeEnum, includeCanceled: Boolean, before: String, after: String, first: Int): FacebookBusinessEventConnection! - friendLists(before: String, after: String, first: Int): FacebookBusinessFriendListConnection! - friends(uid: Int, before: String, after: String, first: Int): FacebookBusinessUserConnection! - games(targetId: String, before: String, after: String, first: Int): FacebookBusinessPageConnection! - groups(parent: String, adminOnly: Boolean, before: String, after: String, first: Int): FacebookBusinessGroupConnection! - idsForApps(app: Int, before: String, after: String, first: Int): FacebookBusinessUserIDForAppConnection! - idsForBusiness(app: Int, before: String, after: String, first: Int): FacebookBusinessUserIDForAppConnection! - idsForPages(page: Int, before: String, after: String, first: Int): FacebookBusinessUserIDForPageConnection! - likes(targetId: String, before: String, after: String, first: Int): FacebookBusinessPageConnection! - liveEncoders(before: String, after: String, first: Int): FacebookBusinessLiveEncoderConnection! - liveVideos(source: FacebookBusinessSourceEnum, broadcastStatus: [FacebookBusinessBroadcastStatusEnum!], before: String, after: String, first: Int): FacebookBusinessLiveVideoConnection! - movies(targetId: String, before: String, after: String, first: Int): FacebookBusinessPageConnection! - music(targetId: String, before: String, after: String, first: Int): FacebookBusinessPageConnection! - permissions(status: FacebookBusinessStatusEnum, permission: String, before: String, after: String, first: Int): FacebookBusinessPermissionConnection! - personalAdAccounts(before: String, after: String, first: Int): FacebookBusinessAdAccountConnection! - photos(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessPhotoConnection! - picture(width: Int, type: FacebookBusinessTypeEnum, redirect: Boolean, height: Int, before: String, after: String, first: Int): FacebookBusinessProfilePictureSourceConnection! - requestHistory(before: String, after: String, first: Int): FacebookBusinessRequestHistoryConnection! - richMediaDocuments(query: String, before: String, after: String, first: Int): FacebookBusinessCanvasConnection! - taggableFriends(before: String, after: String, first: Int): FacebookBusinessUserTaggableFriendConnection! - television(targetId: String, before: String, after: String, first: Int): FacebookBusinessPageConnection! - videos(type: FacebookBusinessTypeEnum, before: String, after: String, first: Int): FacebookBusinessAdVideoConnection! -} - -"""The root for Facebook business.""" -type FacebookBusinessQuery { - """Currently logged in User""" - me: FacebookBusinessUser! - - """Get single Ad by its id""" - ad(id: String!): FacebookBusinessAd! - - """Get single AdAccount by its id""" - adAccount(id: String!): FacebookBusinessAdAccount! - - """Get single AdAccountActivity by its id""" - adAccountActivity(id: String!): FacebookBusinessAdAccountActivity! - - """Get single AdAccountCreationRequest by its id""" - adAccountCreationRequest(id: String!): FacebookBusinessAdAccountCreationRequest! - - """Get single AdAsyncRequest by its id""" - adAsyncRequest(id: String!): FacebookBusinessAdAsyncRequest! - - """Get single AdAsyncRequestSet by its id""" - adAsyncRequestSet(id: String!): FacebookBusinessAdAsyncRequestSet! - - """Get single AdCampaignActivity by its id""" - adCampaignActivity(id: String!): FacebookBusinessAdCampaignActivity! - - """Get single AdCampaignGroupActivity by its id""" - adCampaignGroupActivity(id: String!): FacebookBusinessAdCampaignGroupActivity! - - """Get single AdCreative by its id""" - adCreative(id: String!): FacebookBusinessAdCreative! - - """Get single AdImage by its id""" - adImage(id: String!): FacebookBusinessAdImage! - - """Get single AdLabel by its id""" - adLabel(id: String!): FacebookBusinessAdLabel! - - """Get single AdMonetizationProperty by its id""" - adMonetizationProperty(id: String!): FacebookBusinessAdMonetizationProperty! - - """Get single AdPlacePageSet by its id""" - adPlacePageSet(id: String!): FacebookBusinessAdPlacePageSet! - - """Get single AdPlacement by its id""" - adPlacement(id: String!): FacebookBusinessAdPlacement! - - """Get single AdReportRun by its id""" - adReportRun(id: String!): FacebookBusinessAdReportRun! - - """Get single AdReportSpec by its id""" - adReportSpec(id: String!): FacebookBusinessAdReportSpec! - - """Get single AdRule by its id""" - adRule(id: String!): FacebookBusinessAdRule! - - """Get single AdSet by its id""" - adSet(id: String!): FacebookBusinessAdSet! - - """Get single AdStudy by its id""" - adStudy(id: String!): FacebookBusinessAdStudy! - - """Get single AdStudyCell by its id""" - adStudyCell(id: String!): FacebookBusinessAdStudyCell! - - """Get single AdStudyObjective by its id""" - adStudyObjective(id: String!): FacebookBusinessAdStudyObjective! - - """Get single AdVideo by its id""" - adVideo(id: String!): FacebookBusinessAdVideo! - - """Get single AdgroupActivity by its id""" - adgroupActivity(id: String!): FacebookBusinessAdgroupActivity! - - """Get single AdsInterest by its id""" - adsInterest(id: String!): FacebookBusinessAdsInterest! - - """Get single AdsPixel by its id""" - adsPixel(id: String!): FacebookBusinessAdsPixel! - - """Get single Album by its id""" - album(id: String!): FacebookBusinessAlbum! - - """Get single AppRequest by its id""" - appRequest(id: String!): FacebookBusinessAppRequest! - - """Get single Application by its id""" - application(id: String!): FacebookBusinessApplication! - - """Get single AsyncSession by its id""" - asyncSession(id: String!): FacebookBusinessAsyncSession! - - """Get single AtlasCampaign by its id""" - atlasCampaign(id: String!): FacebookBusinessAtlasCampaign! - - """Get single AudioCopyright by its id""" - audioCopyright(id: String!): FacebookBusinessAudioCopyright! - - """Get single AutomotiveModel by its id""" - automotiveModel(id: String!): FacebookBusinessAutomotiveModel! - - """Get single BrandAudience by its id""" - brandAudience(id: String!): FacebookBusinessBrandAudience! - - """Get single Business by its id""" - business(id: String!): FacebookBusinessBusiness! - - """Get single BusinessAssetGroup by its id""" - businessAssetGroup(id: String!): FacebookBusinessBusinessAssetGroup! - - """Get single BusinessAssetSharingAgreement by its id""" - businessAssetSharingAgreement(id: String!): FacebookBusinessBusinessAssetSharingAgreement! - - """Get single BusinessCreative by its id""" - businessCreative(id: String!): FacebookBusinessBusinessCreative! - - """Get single BusinessCreativeFolder by its id""" - businessCreativeFolder(id: String!): FacebookBusinessBusinessCreativeFolder! - - """Get single BusinessCreativeFolderSharingAgreement by its id""" - businessCreativeFolderSharingAgreement(id: String!): FacebookBusinessBusinessCreativeFolderSharingAgreement! - - """Get single BusinessImage by its id""" - businessImage(id: String!): FacebookBusinessBusinessImage! - - """Get single BusinessOwnedObjectOnBehalfOfRequest by its id""" - businessOwnedObjectOnBehalfOfRequest(id: String!): FacebookBusinessBusinessOwnedObjectOnBehalfOfRequest! - - """Get single BusinessPixelTOS by its id""" - businessPixelTOS(id: String!): FacebookBusinessBusinessPixelTOS! - - """Get single BusinessRoleRequest by its id""" - businessRoleRequest(id: String!): FacebookBusinessBusinessRoleRequest! - - """Get single BusinessUnit by its id""" - businessUnit(id: String!): FacebookBusinessBusinessUnit! - - """Get single BusinessUser by its id""" - businessUser(id: String!): FacebookBusinessBusinessUser! - - """Get single CPASParentCatalogSettings by its id""" - cpasParentCatalogSettings(id: String!): FacebookBusinessCPASParentCatalogSettings! - - """Get single Campaign by its id""" - campaign(id: String!): FacebookBusinessCampaign! - - """Get single Canvas by its id""" - canvas(id: String!): FacebookBusinessCanvas! - - """Get single CollaborativeAdsShareSettings by its id""" - collaborativeAdsShareSettings(id: String!): FacebookBusinessCollaborativeAdsShareSettings! - - """Get single Comment by its id""" - comment(id: String!): FacebookBusinessComment! - - """Get single CustomAudience by its id""" - customAudience(id: String!): FacebookBusinessCustomAudience! - - """Get single CustomConversion by its id""" - customConversion(id: String!): FacebookBusinessCustomConversion! - - """Get single Destination by its id""" - destination(id: String!): FacebookBusinessDestination! - - """Get single DestinationCatalogSettings by its id""" - destinationCatalogSettings(id: String!): FacebookBusinessDestinationCatalogSettings! - - """Get single Domain by its id""" - domain(id: String!): FacebookBusinessDomain! - - """Get single DynamicContentSet by its id""" - dynamicContentSet(id: String!): FacebookBusinessDynamicContentSet! - - """Get single DynamicPriceConfigByDate by its id""" - dynamicPriceConfigByDate(id: String!): FacebookBusinessDynamicPriceConfigByDate! - - """Get single Event by its id""" - event(id: String!): FacebookBusinessEvent! - - """Get single EventSourceGroup by its id""" - eventSourceGroup(id: String!): FacebookBusinessEventSourceGroup! - - """Get single EventTour by its id""" - eventTour(id: String!): FacebookBusinessEventTour! - - """Get single ExtendedCredit by its id""" - extendedCredit(id: String!): FacebookBusinessExtendedCredit! - - """Get single ExtendedCreditAllocationConfig by its id""" - extendedCreditAllocationConfig(id: String!): FacebookBusinessExtendedCreditAllocationConfig! - - """Get single ExtendedCreditInvoiceGroup by its id""" - extendedCreditInvoiceGroup(id: String!): FacebookBusinessExtendedCreditInvoiceGroup! - - """Get single ExternalEventSource by its id""" - externalEventSource(id: String!): FacebookBusinessExternalEventSource! - - """Get single Flight by its id""" - flight(id: String!): FacebookBusinessFlight! - - """Get single FriendList by its id""" - friendList(id: String!): FacebookBusinessFriendList! - - """Get single Group by its id""" - group(id: String!): FacebookBusinessGroup! - - """Get single HomeListing by its id""" - homeListing(id: String!): FacebookBusinessHomeListing! - - """Get single Hotel by its id""" - hotel(id: String!): FacebookBusinessHotel! - - """Get single HotelRoom by its id""" - hotelRoom(id: String!): FacebookBusinessHotelRoom! - - """Get single IGComment by its id""" - igComment(id: String!): FacebookBusinessIGComment! - - """Get single IGMedia by its id""" - igMedia(id: String!): FacebookBusinessIGMedia! - - """Get single IGUser by its id""" - igUser(id: String!): FacebookBusinessIGUser! - - """Get single InstagramComment by its id""" - instagramComment(id: String!): FacebookBusinessInstagramComment! - - """Get single InstagramUser by its id""" - instagramUser(id: String!): FacebookBusinessInstagramUser! - - """Get single InstantArticle by its id""" - instantArticle(id: String!): FacebookBusinessInstantArticle! - - """Get single IterativeSplitTestConfig by its id""" - iterativeSplitTestConfig(id: String!): FacebookBusinessIterativeSplitTestConfig! - - """Get single Lead by its id""" - lead(id: String!): FacebookBusinessLead! - - """Get single LeadgenForm by its id""" - leadgenForm(id: String!): FacebookBusinessLeadgenForm! - - """Get single LifeEvent by its id""" - lifeEvent(id: String!): FacebookBusinessLifeEvent! - - """Get single Link by its id""" - link(id: String!): FacebookBusinessLink! - - """Get single LiveEncoder by its id""" - liveEncoder(id: String!): FacebookBusinessLiveEncoder! - - """Get single LiveVideo by its id""" - liveVideo(id: String!): FacebookBusinessLiveVideo! - - """Get single LiveVideoError by its id""" - liveVideoError(id: String!): FacebookBusinessLiveVideoError! - - """Get single LiveVideoInputStream by its id""" - liveVideoInputStream(id: String!): FacebookBusinessLiveVideoInputStream! - - """Get single MailingAddress by its id""" - mailingAddress(id: String!): FacebookBusinessMailingAddress! - - """Get single MeasurementUploadEvent by its id""" - measurementUploadEvent(id: String!): FacebookBusinessMeasurementUploadEvent! - - """Get single MediaFingerprint by its id""" - mediaFingerprint(id: String!): FacebookBusinessMediaFingerprint! - - """Get single MessengerDestinationPageWelcomeMessage by its id""" - messengerDestinationPageWelcomeMessage(id: String!): FacebookBusinessMessengerDestinationPageWelcomeMessage! - - """Get single MessengerPlatformReferral by its id""" - messengerPlatformReferral(id: String!): FacebookBusinessMessengerPlatformReferral! - - """Get single MusicVideoCopyright by its id""" - musicVideoCopyright(id: String!): FacebookBusinessMusicVideoCopyright! - - """Get single NativeOffer by its id""" - nativeOffer(id: String!): FacebookBusinessNativeOffer! - - """Get single NativeOfferView by its id""" - nativeOfferView(id: String!): FacebookBusinessNativeOfferView! - - """Get single OfflineConversionDataSet by its id""" - offlineConversionDataSet(id: String!): FacebookBusinessOfflineConversionDataSet! - - """Get single OfflineTermsOfService by its id""" - offlineTermsOfService(id: String!): FacebookBusinessOfflineTermsOfService! - - """Get single OffsitePixel by its id""" - offsitePixel(id: String!): FacebookBusinessOffsitePixel! - - """Get single OpenGraphContext by its id""" - openGraphContext(id: String!): FacebookBusinessOpenGraphContext! - - """Get single OpenGraphObject by its id""" - openGraphObject(id: String!): FacebookBusinessOpenGraphObject! - - """Get single OracleTransaction by its id""" - oracleTransaction(id: String!): FacebookBusinessOracleTransaction! - - """Get single Page by its id""" - page(id: String!): FacebookBusinessPage! - - """Get single PageAboutStory by its id""" - pageAboutStory(id: String!): FacebookBusinessPageAboutStory! - - """Get single PageAdminNote by its id""" - pageAdminNote(id: String!): FacebookBusinessPageAdminNote! - - """Get single PageCallToAction by its id""" - pageCallToAction(id: String!): FacebookBusinessPageCallToAction! - - """Get single PageChangeProposal by its id""" - pageChangeProposal(id: String!): FacebookBusinessPageChangeProposal! - - """Get single PagePost by its id""" - pagePost(id: String!): FacebookBusinessPagePost! - - """Get single PageSavedFilter by its id""" - pageSavedFilter(id: String!): FacebookBusinessPageSavedFilter! - - """Get single PageUpcomingChange by its id""" - pageUpcomingChange(id: String!): FacebookBusinessPageUpcomingChange! - - """Get single PageUserMessageThreadLabel by its id""" - pageUserMessageThreadLabel(id: String!): FacebookBusinessPageUserMessageThreadLabel! - - """Get single PartnerStudy by its id""" - partnerStudy(id: String!): FacebookBusinessPartnerStudy! - - """Get single Persona by its id""" - persona(id: String!): FacebookBusinessPersona! - - """Get single Photo by its id""" - photo(id: String!): FacebookBusinessPhoto! - - """Get single Place by its id""" - place(id: String!): FacebookBusinessPlace! - - """Get single PlaceTopic by its id""" - placeTopic(id: String!): FacebookBusinessPlaceTopic! - - """Get single PlayableContent by its id""" - playableContent(id: String!): FacebookBusinessPlayableContent! - - """Get single Post by its id""" - post(id: String!): FacebookBusinessPost! - - """Get single ProductCatalog by its id""" - productCatalog(id: String!): FacebookBusinessProductCatalog! - - """Get single ProductFeed by its id""" - productFeed(id: String!): FacebookBusinessProductFeed! - - """Get single ProductFeedRule by its id""" - productFeedRule(id: String!): FacebookBusinessProductFeedRule! - - """Get single ProductFeedSchedule by its id""" - productFeedSchedule(id: String!): FacebookBusinessProductFeedSchedule! - - """Get single ProductFeedUpload by its id""" - productFeedUpload(id: String!): FacebookBusinessProductFeedUpload! - - """Get single ProductFeedUploadError by its id""" - productFeedUploadError(id: String!): FacebookBusinessProductFeedUploadError! - - """Get single ProductFeedUploadErrorSample by its id""" - productFeedUploadErrorSample(id: String!): FacebookBusinessProductFeedUploadErrorSample! - - """Get single ProductGroup by its id""" - productGroup(id: String!): FacebookBusinessProductGroup! - - """Get single ProductItem by its id""" - productItem(id: String!): FacebookBusinessProductItem! - - """Get single ProductSet by its id""" - productSet(id: String!): FacebookBusinessProductSet! - - """Get single Profile by its id""" - profile(id: String!): FacebookBusinessProfile! - - """Get single PublisherBlockList by its id""" - publisherBlockList(id: String!): FacebookBusinessPublisherBlockList! - - """Get single RTBDynamicPost by its id""" - rtbDynamicPost(id: String!): FacebookBusinessRTBDynamicPost! - - """Get single ReachFrequencyPrediction by its id""" - reachFrequencyPrediction(id: String!): FacebookBusinessReachFrequencyPrediction! - - """Get single ReadOnlyAnalyticsUserPropertyConfig by its id""" - readOnlyAnalyticsUserPropertyConfig(id: String!): FacebookBusinessReadOnlyAnalyticsUserPropertyConfig! - - """Get single Referral by its id""" - referral(id: String!): FacebookBusinessReferral! - - """Get single SavedAudience by its id""" - savedAudience(id: String!): FacebookBusinessSavedAudience! - - """Get single SavedMessageResponse by its id""" - savedMessageResponse(id: String!): FacebookBusinessSavedMessageResponse! - - """Get single SplitTestConfig by its id""" - splitTestConfig(id: String!): FacebookBusinessSplitTestConfig! - - """Get single StoreCatalogSettings by its id""" - storeCatalogSettings(id: String!): FacebookBusinessStoreCatalogSettings! - - """Get single SystemUser by its id""" - systemUser(id: String!): FacebookBusinessSystemUser! - - """Get single ThirdPartyMeasurementReportDataset by its id""" - thirdPartyMeasurementReportDataset(id: String!): FacebookBusinessThirdPartyMeasurementReportDataset! - - """Get single URL by its id""" - url(id: String!): FacebookBusinessURL! - - """Get single UnifiedThread by its id""" - unifiedThread(id: String!): FacebookBusinessUnifiedThread! - - """Get single User by its id""" - user(id: String!): FacebookBusinessUser! - - """Get single UserTaggableFriend by its id""" - userTaggableFriend(id: String!): FacebookBusinessUserTaggableFriend! - - """Get single Vehicle by its id""" - vehicle(id: String!): FacebookBusinessVehicle! - - """Get single VehicleOffer by its id""" - vehicleOffer(id: String!): FacebookBusinessVehicleOffer! - - """Get single VideoCopyright by its id""" - videoCopyright(id: String!): FacebookBusinessVideoCopyright! - - """Get single VideoCopyrightRule by its id""" - videoCopyrightRule(id: String!): FacebookBusinessVideoCopyrightRule! - - """Get single VideoGameShow by its id""" - videoGameShow(id: String!): FacebookBusinessVideoGameShow! - - """Get single VideoList by its id""" - videoList(id: String!): FacebookBusinessVideoList! - - """Get single VideoPoll by its id""" - videoPoll(id: String!): FacebookBusinessVideoPoll! - - """Get single WhatsAppBusinessAccount by its id""" - whatsAppBusinessAccount(id: String!): FacebookBusinessWhatsAppBusinessAccount! - - """Get single WhatsAppBusinessProfile by its id""" - whatsAppBusinessProfile(id: String!): FacebookBusinessWhatsAppBusinessProfile! -} - -""" -Make a REST API call to the Egghead.io API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type EggheadioPassthroughQuery { - """ - Make a GET request to the Egghead.io API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Eggheadio""" -type EggheadioQuery { - """ - Make a REST API call to the Egghead.io API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: EggheadioPassthroughQuery! -} - -"""The search mode.""" -enum DropboxFileSearchMode { - """Search in file names only""" - FILENAME - - """Search in file name and content""" - FILENAME_AND_CONTENT - - """Search deleted file names""" - DELETED_FILENAME -} - -""" -Self-contained URL to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. -""" -type DropboxOneGraphFileDownload { - """ - Url to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. - """ - url: String! - - """The time at which the download url expires (RFC 3339 date-time).""" - expirationTime: String! -} - -"""Sharing info for a file which is contained by a shared folder.""" -type DropboxFileSharingInfo { - """True if the file or folder is inside a read-only shared folder.""" - readOnly: Boolean - - """ID of shared folder that holds this file.""" - parentSharedFolderId: String - - """ - The last user who modified the file. This field will be null if the user's account has been deleted. This field is optional. - """ - modifiedBy: String -} - -"""""" -type DropboxSymlinkInfo { - """The target this symlink points to.""" - target: String -} - -"""Metadata for a photo""" -type DropboxPhotoMetadata { - """Dimension of the photo/video. This field is optional.""" - dimensions: DropboxDimensions - - """The GPS coordinate of the photo/video. This field is optional.""" - location: DropboxGpsCoordinates - - """The timestamp when the photo/video is taken. This field is optional.""" - timeTaken: String -} - -"""GpsCoordinates for a photo or video.""" -type DropboxGpsCoordinates { - """Latitude of the GPS coordinates.""" - latitude: Float - - """Longitude of the GPS coordinates.""" - longitude: Float -} - -"""Dimensions for a photo or video.""" -type DropboxDimensions { - """Height of the photo/video.""" - height: Int - - """Width of the photo/video.""" - width: Int -} - -"""Metadata for a video""" -type DropboxVideoMetadata { - """Dimension of the photo/video. This field is optional.""" - dimensions: DropboxDimensions - - """The GPS coordinate of the photo/video. This field is optional.""" - location: DropboxGpsCoordinates - - """The timestamp when the photo/video is taken. This field is optional.""" - timeTaken: String - - """The duration of the video in milliseconds. This field is optional.""" - duration: Int -} - -union DropboxMediaMetadata = DropboxVideoMetadata | DropboxPhotoMetadata - -"""""" -type DropboxMediaInfo { - """ - Indicate the photo/video is still under processing and metadata is not available yet. - """ - pending: Boolean - - """The metadata for the photo/video.""" - metadata: DropboxMediaMetadata -} - -"""Metadata for a file""" -type DropboxFile { - """ - The last component of the path (including extension). This never contains a slash. - """ - name: String - - """A unique identifier for the file.""" - id: String - - """ - For files, this is the modification time set by the desktop client when the file was added to Dropbox. Since this time is not verified (the Dropbox server stores whatever the desktop client sends up), this should only be used for display purposes (such as sorting) and not, for example, to determine if a file has changed or not. - """ - clientModified: String - - """The last time the file was modified on Dropbox.""" - serverModified: String - - """ - A unique identifier for the current revision of a file. This field is the same rev as elsewhere in the API and can be used to detect changes and avoid conflicts. - """ - rev: String - - """The file size in bytes.""" - size: Int - - """ - The lowercased full path in the user's Dropbox. This always starts with a slash. This field will be null if the file or folder is not mounted. This field is optional. - """ - pathLower: String - - """ - The cased path to be used for display purposes only. In rare instances the casing will not correctly match the user's filesystem, but this behavior will match the path provided in the Core API v1, and at least the last path component will have the correct casing. Changes to only the casing of paths won't be returned by - """ - pathDisplay: String - - """ - Field is deprecated. Please use FileSharingInfo.parent_shared_folder_id or FolderSharingInfo.parent_shared_folder_id instead. This field is optional. - """ - parentSharedFolderIddeprecated: String - - """ - Additional information if the file is a photo or video. This field is optional. - """ - mediaInfo: DropboxMediaInfo - - """Set if this file is a symlink. This field is optional.""" - symlinkInfo: DropboxSymlinkInfo - - """ - Set if this file is contained in a shared folder. This field is optional. - """ - sharingInfo: DropboxFileSharingInfo - - """ - Additional information if the file has custom properties with the property template specified. This field is optional. - """ - propertyGroups: [DropboxProperyGroup!] - - """ - This flag will only be present if include_has_explicit_shared_members is true in - """ - hasExplicitSharedMembers: Boolean - - """ - A hash of the file content. This field can be used to verify data integrity. For more information see our - """ - contentHash: String - - """ - Self-contained URL to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. - """ - fileDownload: DropboxOneGraphFileDownload -} - -"""Key/Value pair.""" -type DropboxProperyField { - """ - Key of the property field associated with a file and template. Keys can be up to 256 bytes. - """ - name: String - - """ - Value of the property field associated with a file and template. Values can be up to 1024 bytes. - """ - value: String -} - -""" -Additional information if the file has custom properties with the property template specified -""" -type DropboxProperyGroup { - """A unique identifier for the associated template.""" - templateId: String - - """ - The actual properties associated with the template. There can be up to 32 property types per template. - """ - fields: [DropboxProperyField!] -} - -""" -Sharing info for a folder which is contained in a shared folder or is a shared folder mount point. -""" -type DropboxFolderSharingInfo { - """True if the file or folder is inside a read-only shared folder.""" - readOnly: Boolean - - """ID of shared folder that holds this file.""" - parentSharedFolderId: String - - """ - The last user who modified the file. This field will be null if the user's account has been deleted. This field is optional. - """ - modifiedBy: String -} - -"""Metadata for a folder""" -type DropboxFolder { - """ - The last component of the path (including extension). This never contains a slash. - """ - name: String - - """A unique identifier for the folder.""" - id: String - - """ - The lowercased full path in the user's Dropbox. This always starts with a slash. This field will be null if the file or folder is not mounted. This field is optional. - """ - pathLower: String - - """ - The cased path to be used for display purposes only. In rare instances the casing will not correctly match the user's filesystem, but this behavior will match the path provided in the Core API v1, and at least the last path component will have the correct casing. Changes to only the casing of paths won't be returned by - """ - pathDisplay: String - - """ - Set if the folder is contained in a shared folder or is a shared folder mount point. This field is optional. - """ - sharingInfo: DropboxFolderSharingInfo - - """ - Additional information if the file has custom properties with the property template specified. Note that only properties associated with user-owned templates, not team-owned templates, can be attached to folders. This field is optional. - """ - propertyGroups: [DropboxProperyGroup!] -} - -union DropboxFileSearchResultMetadata = DropboxFolder | DropboxFile - -"""File search result""" -type DropboxFileSearchResult { - """The type of the match. One of `filename`, `content`, or `both`.""" - matchType: String - - """The metadata for the matched file or folder.""" - result: DropboxFileSearchResultMetadata -} - -"""List of file search results with pagination information.""" -type DropboxFileSearchResultsConnection { - """List of file search results.""" - nodes: [DropboxFileSearchResult!] -} - -"""The root for dropbx.""" -type DropboxQuery { - account( - """A user's account information""" - accountId: String! - ): DropboxAccount - searchFiles( - """ - The search mode (`FILENAME`, `FILENAME_AND_CONTENT`, or `DELETED_FILENAME`). Note that searching file content is only available for Dropbox Business accounts. - """ - mode: DropboxFileSearchMode - - """ - The path in the user's Dropbox to search. Should probably be a folder. Defaults to the root folder. - """ - filePath: String - - """Number of results to fetch""" - first: Int - - """""" - query: String! - ): DropboxFileSearchResultsConnection -} - -"""An edge in a connection.""" -type DribbbleProjectsEdge { - """The item at the end of the edge""" - node: DribbbleProject! -} - -type DribbbleProject { - """""" - id: Int - - """""" - name: String - - """""" - description: String - - """""" - shotsCount: Int - - """""" - createdAt: String - - """""" - updatedAt: String -} - -"""Projects on Dribbble""" -type DribbbleProjectsConnection { - """Projects""" - nodes: [DribbbleProject!]! - - """A list of edges""" - edges: [DribbbleProjectsEdge!]! -} - -"""An edge in a connection.""" -type DribbbleShotsEdge { - """The item at the end of the edge""" - node: DribbbleShot! -} - -type DribbbleShotVideo { - """""" - id: Int - - """""" - duration: Int - - """""" - videoFileName: String - - """""" - videoFileSize: Int - - """""" - width: Int - - """""" - height: Int - - """""" - silent: Boolean - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - url: String - - """""" - smallPreviewUrl: String - - """""" - largePreviewUrl: String - - """""" - xlargePreviewUrl: String -} - -type DribbbleShotProject { - """""" - id: Int - - """""" - name: String - - """""" - description: String - - """""" - shotsCount: Int - - """""" - createdAt: String - - """""" - updatedAt: String -} - -type DribbbleShotAttachment { - """""" - id: Int - - """""" - url: String - - """""" - thumbnailUrl: String - - """""" - size: Int - - """""" - contentType: String - - """""" - createdAt: String -} - -type DribbbleShotImage { - """""" - hidpi: String - - """""" - normal: String - - """""" - teaser: String -} - -type DribbbleShot { - """""" - id: Int - - """""" - title: String - - """""" - description: String - - """""" - width: Int - - """""" - height: Int - - """""" - images: DribbbleShotImage - - """""" - publishedAt: String - - """""" - updatedAt: String - - """""" - htmlUrl: String - - """""" - animated: Boolean - - """""" - tags: [String!] - - """""" - attachments: [DribbbleShotAttachment!] - - """""" - projects: [DribbbleShotProject!] - - """""" - team: DribbbleTeam - - """""" - video: DribbbleShotVideo - - """""" - lowProfile: Boolean -} - -"""Shots on Dribbble""" -type DribbbleShotsConnection { - """Shots""" - nodes: [DribbbleShot!]! - - """A list of edges""" - edges: [DribbbleShotsEdge!]! -} - -"""The root for the currently logged-in Dribbble user.""" -type DribbbleMe { - """The user's unique Dribbble ID.""" - id: Int - - """""" - name: String - - """""" - login: String - - """""" - htmlUrl: String - - """""" - avatarUrl: String - - """""" - bio: String - - """""" - location: String - - """""" - links: DribbbleLink - - """""" - canUploadShot: Boolean - - """""" - pro: Boolean - - """""" - followersCount: Int - - """""" - createdAt: String - - """""" - type: String - - """""" - teams: [DribbbleTeam!] - shots: DribbbleShotsConnection - projects: DribbbleProjectsConnection -} - -"""The root for Dribbble.""" -type DribbbleQuery { - me: DribbbleMe -} - -"""An edge in a connection.""" -type DevToArticlesEdge { - """The item at the end of the edge""" - node: DevToArticle! -} - -"""Articles on DevTo""" -type DevToArticlessConnection { - """Articles""" - nodes: [DevToArticle!]! - - """A list of edges""" - edges: [DevToArticlesEdge!]! -} - -type DevToArticle { - """""" - typeOf: String - - """""" - id: Int - - """""" - title: String - - """""" - description: String - - """""" - coverImage: String - - """""" - readablePublishDate: String - - """""" - socialImage: String - - """""" - slug: String - - """""" - path: String - - """""" - url: String - - """""" - canonicalUrl: String - - """""" - commentsCount: Int - - """""" - positiveReactionsCount: Int - - """""" - createdAt: String - - """""" - editedAt: String - - """""" - crosspostedAt: String - - """""" - publishedAt: String - - """""" - lastCommentAt: String - - """Crossposting or published date time""" - publishedTimestamp: String - - """""" - user: DevToArticleUser - - """""" - organization: DevToArticleOrganization - - """""" - flareTag: DevToArticleFlareTag - - """The body content as the original markdown""" - bodyMarkdown: String - - """The body content as the rendered html""" - bodyHtml: String - - """Keywords this article has been tagged with""" - tags: [String!] -} - -""" -Make a REST API call to the Dev.to API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type DevToPassthroughQuery { - """ - Make a GET request to the Dev.to API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for DevTo""" -type DevToQuery { - """ - Make a REST API call to the Dev.to API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: DevToPassthroughQuery! - - """A published article""" - publishedArticle(id: Int!): DevToArticle - - """ - "Articles" are all the posts that users create on DEV that typically show up in the feed. They can be a blog post, a discussion question, a help thread etc. but is referred to as article within the code. - - By default it will return featured, published articles ordered by descending popularity. - - Each page will contain `30` articles. - - Responses, according to the combination of params, are cached for 24 hours. - - """ - articles( - """ - Adding this will allow the client to return the most popular articles - in the last `N` days. - - `top` indicates the number of days since publication of the articles - returned. - - This param can only be used by itself or with `tag`. - - """ - top: Int - - """ - Adding this will allow the client to check which articles are fresh or rising. - - If `state=fresh` the server will return published fresh articles. - If `state=rising` the server will return published rising articles. - - This param can only be used by itself or with `username` if set to `all`. - - """ - state: String - - """ - Adding this parameter will return articles belonging to a User or Organization - ordered by descending `published_at`. - - If `state=all` the number of items returned will be `1000` instead of the default `30`. - - This param can be used by itself or only with `page` and `state`. - - """ - username: String - - """ - Adding this parameter will return articles that contain the - requested tag. - - This param can be used by itself, with `page` or with `top`. - - """ - tag: String - ): DevToArticlessConnection - - """ - Retrieve a list of webhooks they have previously registered. - - "Webhooks" are used to register HTTP endpoints that will be called once a relevant event is triggered inside the web application, events like article_created, article_updated. - - It will return all webhooks, without pagination. - """ - webhooks: [DevToWebhook!] -} - -""" -The full response of the API request, including headers and status code. -""" -type PassthroughResultResponse { - """The HTTP status code of the response""" - statusCode: Int! - - """The HTTP headers, as a list of key, value pairs.""" - headers: [[String!]!]! - - """The HTTP version, usually 1.1""" - httpVersion: String! - - """The body of the HTTP response, as a string.""" - rawBody: String! -} - -"""Result of a passthrough API call.""" -type PassthroughResult { - """ - The json-encoded body of the HTTP response. If you need the raw body, use `response.rawBody`. - """ - jsonBody: JSON! - - """ - The full response of the API request, including headers and status code. - """ - response: PassthroughResultResponse! -} - -""" -Make a REST API call to the Contentful API. - -OneGraph will inject the auth params for the API call. - -Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. -""" -type ContentfulPassthroughQuery { - """ - Make a GET request to the Contentful API. Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - get( - """ - Whether to send an unauthenticated request to the API. Defaults to false. - """ - allowUnauthenticated: Boolean - - """ - The query for the URL as a percent-encoded string, e.g. `first=10&sort=popular` - """ - queryString: String - - """ - The query for the URL, as a list of key-value pairs, e.g. `[["first", "10"], ["sort", "popular"]]` - """ - query: [[String!]!] - - """The path of the URL, e.g. `/posts`.""" - path: String! - ): PassthroughResult! -} - -"""The root for Contentful""" -type ContentfulQuery { - """ - Make a REST API call to the Contentful API. - - OneGraph will inject the auth params for the API call. - - Use this as an escape hatch if OneGraph does not yet support functionality of the underlying API. - """ - makeRestCall: ContentfulPassthroughQuery! -} - -"""Direction to order results, ascending or descending""" -enum CloudflareDirectionArg { - ASCENDING - DESCENDING -} - -"""Access level for a permission""" -type CloudflareAccountRolePermissionAccessLevel { - """""" - read: Boolean - - """""" - edit: Boolean -} - -"""Access permissions for a Role""" -type CloudflareAccountRolePermissions { - """""" - analytics: CloudflareAccountRolePermissionAccessLevel - - """""" - zones: CloudflareAccountRolePermissionAccessLevel - - """""" - dns: CloudflareAccountRolePermissionAccessLevel - - """""" - dnsRecords: CloudflareAccountRolePermissionAccessLevel - - """""" - ssl: CloudflareAccountRolePermissionAccessLevel - - """""" - cachePurge: CloudflareAccountRolePermissionAccessLevel - - """""" - logs: CloudflareAccountRolePermissionAccessLevel - - """""" - organization: CloudflareAccountRolePermissionAccessLevel - - """""" - lb: CloudflareAccountRolePermissionAccessLevel - - """""" - zoneSettings: CloudflareAccountRolePermissionAccessLevel - - """""" - billing: CloudflareAccountRolePermissionAccessLevel - - """""" - waf: CloudflareAccountRolePermissionAccessLevel -} - -"""A Role defines what permissions a Member of an Account has.""" -type CloudflareAccountRole { - """ - Role identifier tag - - 3536bcfad5faccb999b47003c79917fb - - """ - id: String - - """ - Role Name - - Account Administrator - - """ - name: String - - """ - Description of role's permissions - - Administrative access to the entire Account - - """ - description: String - - """Access permissions for a Role""" - permissions: CloudflareAccountRolePermissions -} - -"""A Cloudflare Organization.""" -type CloudflareOrganization { - """ - Organization identifier tag - - 01a7362d577a6c3019a474fd6f485823 - - """ - id: String - - """ - Organization Name - - Cloudflare, Inc. - - """ - name: String - - """ - Whether or not the user is a member of the organization or has an inivitation pending - - member - - """ - status: String - - """Access permissions for this User""" - permissions: [String!] - - """List of role names for the User at the Organization""" - roles: [String!] -} - -"""A Cloudflare User.""" -type CloudflareUser { - """ - A list of the organizations the user is a member of (or invited to) and the permissions granted to them. - """ - organizations: [CloudflareOrganization!] - - """ - A list of betas the user is currently participating in. If a beta is zone-specific, the beta will apply to all zones. - """ - betas: [String!] - - """ - User's telephone number - - "+1 123-123-1234" - - """ - telephone: String - - """ - The zipcode or postal code where the user lives. - - "12345" - - """ - zipcode: String - - """ - User's last name - - "Appleseed" - - """ - lastName: String - - """ - Last time the user was modified - - "2014-01-01T05:20:00Z" - - """ - modifiedOn: String - - """ - A username used to access other cloudflare services, like support - - "cfuser12345" - - """ - username: String - - """ - When the user signed up. - - "2014-01-01T05:20:00Z" - - """ - createdOn: String - - """ - The country in which the user lives. - - "US" - - """ - country: String - - """ - Whether two-factor authentication is enabled for the user account. This does not apply to API authentication - - false - - """ - twoFactorAuthenticationEnabled: Boolean - - """ - User's first name - - "John" - - """ - firstName: String - - """ - User identifier tag - - "7c5dae5552338874e5053f2534d2767a" - - """ - id: String - - """ - Your contact email address - - "user@example.com" - - """ - email: String -} - -"""An association between a Cloudflare user and an account""" -type CloudflareAccountMembership { - """ - Membership identifier tag - - "4536bcfad5faccb111b47003c79917fa" - - """ - id: String - - """ - The unique activation code for the account membership - - "05dd05cce12bbed97c0d87cd78e89bc2fd41a6cee72f27f6fc84af2e45c0fac0" - - """ - code: String - - """Member""" - user: CloudflareUser - - """ - A member's status in the account - - "accepted" - - """ - status: String - - """Roles assigned to this member""" - roles: [CloudflareAccountRole!] -} - -""" -List of Cloudflare account memberships, with metadata fields for pagination. -""" -type CloudflareAccountMembershipsConnection { - """List of Cloudflare account memberships""" - nodes: [CloudflareAccountMembership!]! - - """Total number of account memberships.""" - totalCount: Int! - - """Extra fields for use in pagination.""" - pageInfo: PageInfo! -} - -"""Account settings for a Cloudflare Account.""" -type CloudflareAccountSettings { - """ - Indicates whether or not membership in this account requires that Two-Factor Authentication is enabled - """ - enforceTwofactor: Boolean -} - -"""A Cloudflare Account.""" -type CloudflareAccount { - """ - Account identifier tag - - "01a7362d577a6c3019a474fd6f485823" - - """ - id: String - - """ - Account name - - "Demo Account" - - """ - name: String - - """ - Account settings - - { - "enforce_twofactor": false - } - """ - settings: CloudflareAccountSettings - - """All memberships of an account""" - memberships( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Direction to order results by, defaults to descending""" - direction: CloudflareDirectionArg - - """ - Number of results to return, minimum is 5, maximum is 50. Defaults to 20. - """ - first: Int - ): CloudflareAccountMembershipsConnection - - """All roles of an account""" - roles: [CloudflareAccountRole!] -} - -"""List of Cloudflare accounts, with metadata fields for pagination.""" -type CloudflareAccountsConnection { - """List of Cloudflare accounts""" - nodes: [CloudflareAccount!]! - - """Total number of accounts.""" - totalCount: Int! - - """Extra fields for use in pagination.""" - pageInfo: PageInfo! -} - -"""The root for CloudFlare.""" -type CloudflareQuery { - """Accounts that the current authentication owns or has access to""" - accounts( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Direction to order results by, defaults to descending""" - direction: CloudflareDirectionArg - - """ - Number of results to return, minimum is 5, maximum is 50. Defaults to 20. - """ - first: Int - ): CloudflareAccountsConnection - - """Get information about a specific account""" - account( - """Account Id""" - id: String! - ): CloudflareAccount - - """currently logged in user""" - me: CloudflareUser -} - -"""Clearbit company metrics""" -type ClearbitPersonCompanyMetrics { - alexaUsRank: Int - employees: Int - alexaGlobalRank: Int - estimatedAnnualRevenue: String - employeesRange: String - fiscalYearEnd: Int - raised: Int - annualRevenue: Int - marketCap: Int -} - -"""Clearbit company category""" -type ClearbitPersonCompanyCategory { - sector: String - industry: String - industryGroup: String - subIndustry: String - sicCode: String - naicsCode: String -} - -"""Clearbit company site""" -type ClearbitPersonCompanySite { - phoneNumbers: [String!] - emailAddresses: [String!] -} - -"""Clearbit company crunchbase""" -type ClearbitPersonCompanyCrunchbase { - handle: String -} - -"""Clearbit company parent""" -type ClearbitPersonCompanyParent { - domain: String -} - -"""Clearbit company identifier""" -type ClearbitPersonCompanyIdentifier { - usEIN: String -} - -"""The result of a Clearbit company enrichment call""" -type ClearbitPersonCompany { - domainAliases: [String!] - tech: [String!] - identifiers: ClearbitPersonCompanyIdentifier - parent: ClearbitPersonCompanyParent - tags: [String!] - crunchbase: ClearbitPersonCompanyCrunchbase - timeZone: String - id: String - twitter: TwitterUser - linkedin: ClearbitPersonLinkedIn - foundedYear: Int - name: String - geo: ClearbitPersonGeo - location: String - domain: String - site: ClearbitPersonCompanySite - facebook: ClearbitPersonFacebook - ticker: String - type: String - phone: String - utcOffset: Int - legalName: String - logo: String - category: ClearbitPersonCompanyCategory - emailProvider: Boolean - metrics: ClearbitPersonCompanyMetrics - description: String - indexedAt: String -} - -"""Clearbit Google Plus""" -type ClearbitPersonGooglePlus { - handle: String -} - -"""Clearbit Facebook""" -type ClearbitPersonFacebook { - handle: String -} - -"""Clearbit person geo""" -type ClearbitPersonGeo { - countryCode: String - stateCode: String - county: String - city: String - lng: Float - lat: Float - state: String -} - -"""Clearbit person name""" -type ClearbitPersonName { - familyName: String - fullName: String - givenName: String -} - -"""Clearbit LinkedIn""" -type ClearbitPersonLinkedIn { - handle: String -} - -"""Clearbit Gravatar Avatar""" -type ClearbitPersonGravatarAvatar { - url: String - type: String -} - -"""Clearbit Gravatar""" -type ClearbitPersonGravatar { - handle: String - urls: [String!] - avatar: String - avatars: [ClearbitPersonGravatarAvatar!] -} - -"""Clearbit employment""" -type ClearbitPersonEmployment { - role: String - name: String - domain: String - seniority: String - title: String -} - -"""The result of a Clearbit contact enrichment call""" -type ClearbitPerson { - employment: ClearbitPersonEmployment - githubUser: GitHubUser - bio: String - gravatar: ClearbitPersonGravatar - timeZone: String - id: String! - email: String - fuzzy: Boolean - twitter: TwitterUser - linkedin: ClearbitPersonLinkedIn - name: ClearbitPersonName - geo: ClearbitPersonGeo - avatar: String - location: String - site: String - facebook: ClearbitPersonFacebook - googleplus: ClearbitPersonGooglePlus - utcOffset: Int - emailProvider: Boolean - indexedAt: String -} - -""" -The Enrichment API lets you look up person and company data based on an email or domain. For example, you could retrieve a person’s name, location and social handles from an email. Or you could lookup a company’s location, headcount or logo based on their domain name. - - Note: You’ll only be charged once per 30 day period for each unique request, so if you didn’t store the data properly or need to re-run a series of requests for any reason, those won’t count against your allotment. -""" -type ClearbitEnrichment { - person: ClearbitPerson - company: ClearbitPersonCompany -} - -"""The result of a Clearbit autocomplete call""" -type ClearbitAutocomplete { - """Domain name of company""" - domain: String - - """URL to logo""" - logo: String - - """Name of the company""" - name: String -} - -""" -Company Autocomplete is a free Clearbit API that lets you auto-complete company names and retrieve logo and domain information. -""" -type Clearbit { - """Clearbit company autocomplete""" - autocomplete( - """The partial name of the company""" - name: String! - ): [ClearbitAutocomplete!] - - """Clearbit contact enrichment""" - enrich(facebook: String, twitter: String, linkedin: String, companyDomain: String, company: String, location: String, ipAddress: String, familyName: String, givenName: String, email: String!): ClearbitEnrichment -} - -type BundlephobiaRecentSearch { - """""" - count: Int - - """""" - lastSearched: Int - - """""" - name: String - - """""" - version: String - - """ - Info on a recently searched package from Bundlephobia at the searched for version. - """ - package( - """ - Whether to include this query in the Bundlephobia analytics stats and recent searches - """ - record: Boolean - ): BundlephobiaDependencyInfo -} - -type BundlephobiaDependencySize { - """""" - approximateSize: Int - - """""" - name: String -} - -type BundlephobiaDependencyInfo { - """""" - dependencyCount: Int - - """""" - description: String - - """""" - gzip: Int - - """""" - hasJSModule: String - - """""" - hasJSNext: String - - """""" - hasSideEffects: Boolean - - """""" - name: String - - """""" - repository: String - - """""" - scoped: Boolean - - """""" - size: Int - - """""" - version: String - - """""" - dependencySizes: [BundlephobiaDependencySize!] - - """Historical info on this package.""" - history: [BundlephobiaDependencyInfo] -} - -""" -The root for Bundlephobia. [Bundlephobia](https://bundlephobia.com) is a service by [@pastelsky](https://github.com/pastelsky) to find the cost of adding an `npm` package to your bundle, because JavaScript bloat is more real today than ever before. Sites continuously accumulate mass as more (often redundant) libraries are thrown in to solve new problems. Until of-course, the big rewrite happens. Bundlephobia lets you understand the performance cost of npm installing a new npm package before actually adding it to your bundle. -""" -type BundlephobiaQuery { - """Info on a package from Bundlephobia.""" - packageInfo( - """ - Whether to include this query in the Bundlephobia analytics stats and recent searches - """ - record: Boolean - - """The npm package version, e.g. `10.0.1`""" - version: String - - """The npm package name.""" - package: String! - ): BundlephobiaDependencyInfo - - """Historical info on a package from Bundlephobia.""" - packageHistory( - """The npm package name.""" - package: String! - ): [BundlephobiaDependencyInfo] - - """Get recent searches on Bundlephobia.""" - recentSearches: [BundlephobiaRecentSearch!] -} - -"""The content type to search.""" -enum BoxFileSearchContentType { - NAME - DESCRIPTION - FILE_CONTENT - COMMENTS - TAGS -} - -""" -Range argument. Can provide start, end, or both. If start or end is not provided, then the range will be unbounded. -""" -input BoxRangeArg { - end: String - start: String -} - -""" -Self-contained URL to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. -""" -type BoxOneGraphFileDownload { - """ - Url to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. - """ - url: String! - - """The time at which the download url expires (RFC 3339 date-time).""" - expirationTime: String! -} - -"""The watermarkInfo held on the file""" -type BoxWatermarkInfo { - """""" - isWatermarked: Boolean -} - -"""The lock held on the file""" -type BoxLock { - """""" - createdBy: BoxUser - - """""" - createdAt: String - - """""" - expiredAt: String - - """""" - isDownloadPrevented: Boolean - - """""" - id: String - - """""" - type: String -} - -""" -An object containing the permissions that the current user has on this file. -""" -type BoxFilePermissions { - """""" - canDownload: Boolean - - """""" - canPreview: Boolean - - """""" - canUpload: Boolean - - """""" - canRename: Boolean - - """""" - candDelete: Boolean - - """""" - canShare: Boolean - - """""" - canInviteCollaborator: Boolean - - """""" - canSetShareAccess: Boolean -} - -"""Permissions for a shared link""" -type BoxSharedLinkPermissions { - """""" - canDownload: Boolean - - """""" - canPreview: Boolean -} - -""" -Shared links provide direct, read-only access to files or folder on Box using a URL. Shared links with `open` access level allow anyone with the URL to access the item, while shared links with `company` or `collaborators` access levels can only be accessed by appropriate authenticated Box users. See [here](https://community.box.com/t5/Using-Shared-Links/Creating-Shared-Links/ta-p/19523) for more details on all of the options and admin settings related to shared links. - - Users can access shared items by entering the shared link URL in a browser. Applications can also access shared items using the [Get Shared Item](https://developer.box.com/reference#get-a-shared-item) API and the `BoxApi` header. - -Shared link objects are only created, updated, or deleted as part of file or folder objects -- not on their own. There is only one active shared link for a file or folder at any time. If you update the shared link settings, the new settings will apply to any users who already have the URL. If you delete the shared link and create a new one, the new shared link with have a different URL and users with the old URL will not be able to access the item. -""" -type BoxSharedLink { - """""" - url: String - - """""" - downloadUrl: String - - """""" - password: String - - """""" - vanityUrl: String - - """""" - isPasswordEnabled: Boolean - - """""" - unsharedAt: String - - """""" - downloadCount: Int - - """""" - previewCount: Int - - """""" - access: String - - """""" - effectiveAccess: String - - """""" - permissions: BoxSharedLinkPermissions -} - -"""References either a file or folder""" -type BoxItemReference { - """ - A unique ID for use with the /events endpoint. - May be null for some folders such as root or trash. - """ - sequenceId: String - - """ - A unique string identifying the version of this folder. - May be null for some folders such as root or trash. - """ - etag: String - - """The name of the folder.""" - name: String - - """""" - id: String - - """""" - type: String -} - -"""List of path collections""" -type BoxPathCollectionConnection { - """List of patch collections""" - nodes: [BoxItemReference!] - - """Total number of results""" - totalCount: Int -} - -"""The version information of the file.""" -type BoxFileVersionReference { - """""" - name: String - - """""" - size: Int - - """""" - createdAt: String - - """""" - modifiedAt: String - - """""" - modifiedBy: BoxUser - - """The sha1 hash of this file.""" - sha1: String - - """""" - id: String - - """""" - type: String -} - -"""File object in Box""" -type BoxFile { - """The sha1 hash of this file.""" - sha1: String - - """ - A unique ID for use with the /events endpoint. - May be null for some folders such as root or trash. - """ - sequenceId: String - - """ - A unique string identifying the version of this folder. - May be null for some folders such as root or trash. - """ - etag: String - - """The name of the folder.""" - name: String - - """""" - id: String - - """""" - type: String - - """""" - fileVersion: BoxFileVersionReference - - """The description of this file.""" - description: String - - """Size of this file in bytes.""" - size: Int - - """The path of folders to this file, starting at the root.""" - pathCollection: BoxPathCollectionConnection - - """When this file was created on Box’s servers.""" - createdAt: String - - """When this file was last updated on the Box servers.""" - modifiedAt: String - - """When this file was last moved to the trash.""" - trashedAt: String - - """When this file will be permanently deleted.""" - purgedAt: String - - """When the content of this file was created (more info).""" - contentCreatedAt: String - - """When the content of this file was last modified (more info).""" - contentModifiedAt: String - - """The user who first created file.""" - createdBy: BoxUser - - """The user who last updated this file.""" - modifiedBy: BoxUser - - """The user who owns this file.""" - ownedBy: BoxUser - - """""" - sharedLink: BoxSharedLink - - """The folder containing this file.""" - parent: BoxItemReference - - """Whether this item is deleted or not.""" - itemStatus: String - - """The version number of the file.""" - versionNumber: String - - """The number of comments on a file.""" - commentCount: Int - - """""" - permissions: BoxFilePermissions - - """All tags applied to this file.""" - tags: [String!] - - """""" - lock: BoxLock - - """ - Indicates the suffix, when available, on the file. By default, set to an empty string. The suffix usually indicates the encoding (file format) of the file contents or usage. - """ - extension: String - - """Whether the file is a package. Used for Mac Packages used by iWorks.""" - isPackage: Boolean - - """ - An expiring URL for an embedded preview session in an iframe. This URL will expire after 60 seconds and the session will expire after 60 minutes. - """ - expiringEmbedLink: String - - """""" - watermarkInfo: BoxWatermarkInfo - - """ - Self-contained URL to download the file. Keep the url secure, as anyone with the URL will be able to download the file. Expires in 24 hours. - """ - fileDownload: BoxOneGraphFileDownload -} - -"""List of files with pagination information""" -type BoxFilesConnection { - """List of files""" - nodes: [BoxFile!] - - """Total number of results""" - totalCount: Int -} - -"""The root for Box.""" -type BoxQuery { - user(userId: String!): BoxUser - searchFiles( - """ - Whether to search for trash. If true, only returns items from the trash - """ - searchTrash: Boolean - - """Search for objects of specified content types. """ - contentTypes: [BoxFileSearchContentType!] - - """Search for the contents of specific folders (and folders within them).""" - ancestorFolderIds: [String!] - - """Search for objects by owner.""" - ownerUserIds: [String!] - - """ - Return only files within a stated size range. Specify the range in bytes - """ - size: BoxRangeArg - - """ - The date when the item last updated. Specify the date range using RFC3339 timestamps. For example: `2014-05-15T13:35:01-07:00` - """ - updatedAt: BoxRangeArg - - """ - The date when the item was created. Specify the date range using RFC3339 timestamps. For example: `2014-05-15T13:35:01-07:00` - """ - createdAt: BoxRangeArg - - """Limit searches to specific file extensions like pdf,png, or doc.""" - fileExtensions: [String!] - - """Number of results to fetch""" - first: Int - - """ - The string to search for. Box matches the search string against object names, descriptions, text contents of files, and other data. - """ - query: String! - ): BoxFilesConnection -} - -type AirtableTable { - records( - """ - A [formula](https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference) used to filter records. The formula will be evaluated for each record, and if the result is not `0`, `false`, `""`, `NaN`, `[]`, or `#Error!` the record will be included in the response. - - If combined with view, only records in that view which satisfy the formula will be returned. - - For example, to only include records where fieldName isn't empty, pass in: `NOT({fieldName} = '')` - """ - filterByFormula: String - - """ - A list of sort objects that specifies how the records will be ordered. Each sort object must have a field key specifying the name of the field to sort on, and an optional direction key that is either `ASC` or `DESC`. The default direction is `ASC`. - """ - sort: [AirtableRecordsSortArg!] - - """ - The name or ID of a view in the table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view. - """ - view: String - - """Returns the elements that come after the specified cursor.""" - after: String - - """How many records to fetch. Defaults to 10, max is 100.""" - first: Int - ): AirtableRecordsConnection! - record( - """Id of the record to fetch.""" - recordId: String! - ): AirtableRecord! -} - -""" -An Airtable base contains all of the information you need for a particular project or collection. Each of the square icons on your homepage is a different base. It's kind of like a workbook in a traditional spreadsheet, and can contain multiple tables of content. - -""" -type AirtableBase { - table( - """Case-insensitive name for the table""" - tableName: String! - ): AirtableTable! -} - -enum AirtableRecordsSortDirection { - """Sort ascending""" - ASC - - """Sort descending""" - DESC -} - -input AirtableRecordsSortArg { - """The direction to sort. Default is `ASC`.""" - direction: AirtableRecordsSortDirection - - """The field name to sort on. Note that the field name is case sensitive.""" - field: String! -} - -type AirtableBooleanField { - fieldName: String! - value: Boolean! -} - -type AirtableNumberField { - fieldName: String! - value: Float! -} - -type AirtableStringField { - fieldName: String! - value: String! -} - -union AirtableField = AirtableStringField | AirtableNumberField | AirtableBooleanField - -type AirtableRecord { - """Id of the record.""" - id: String! - - """Time that the record was created.""" - createdTime: String! - fields: [AirtableField!]! - field(fieldName: String!): AirtableField - stringField(fieldName: String!): String - numberField(fieldName: String!): Float - booleanField(fieldName: String!): Boolean -} - -type AirtableRecordsConnection { - pageInfo: PageInfo - nodes: [AirtableRecord!]! -} - -"""The root for Airtable.""" -type AirtableQuery { - records( - """ - A [formula](https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference) used to filter records. The formula will be evaluated for each record, and if the result is not `0`, `false`, `""`, `NaN`, `[]`, or `#Error!` the record will be included in the response. - - If combined with view, only records in that view which satisfy the formula will be returned. - - For example, to only include records where fieldName isn't empty, pass in: `NOT({fieldName} = '')` - """ - filterByFormula: String - - """ - A list of sort objects that specifies how the records will be ordered. Each sort object must have a field key specifying the name of the field to sort on, and an optional direction key that is either `ASC` or `DESC`. The default direction is `ASC`. - """ - sort: [AirtableRecordsSortArg!] - - """ - The name or ID of a view in the table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view. - """ - view: String - - """Returns the elements that come after the specified cursor.""" - after: String - - """How many records to fetch. Defaults to 10, max is 100.""" - first: Int - - """The table name that contains the records.""" - tableName: String! - - """ - You can find the baseId from by selecting one of your bases at https://airtable.com/api. The baseId is the part of the path in the URL that starts with `app`. - """ - baseId: String! - ): AirtableRecordsConnection! - record( - """The id of the record to fetch.""" - recordId: String! - - """The table name that contains the record.""" - tableName: String! - - """ - You can find the baseId from by selecting one of your bases at https://airtable.com/api. The baseId is the part of the path in the URL that starts with `app`. - """ - baseId: String! - ): AirtableRecord! - - """ - An Airtable base contains all of the information you need for a particular project or collection. Each of the square icons on your homepage is a different base. It's kind of like a workbook in a traditional spreadsheet, and can contain multiple tables of content. - - """ - base( - """ - You can find the baseId from by selecting one of your bases at https://airtable.com/api. The baseId is the part of the path in the URL that starts with `app`. - """ - baseId: String! - ): AirtableBase! -} - -input OneGraphServiceUserIds { - """User id for Box""" - box: String - - """User id for Dev.to""" - devTo: String - - """User id for Dribbble""" - dribbble: String - - """User id for Dropbox""" - dropbox: String - - """User id for Contentful""" - contentful: String - - """User id for Egghead.io""" - eggheadio: String - - """User id for Eventil""" - eventil: String - - """User id for Facebook""" - facebookBusiness: String - - """User id for GitHub""" - gitHub: String - - """User id for Gmail""" - gmail: String - - """User id for Google""" - google: String - - """User id for Google Analytics""" - googleAnalytics: String - - """User id for Google Calendar""" - googleCalendar: String - - """User id for Google Compute""" - googleCompute: String - - """User id for Google Docs""" - googleDocs: String - - """User id for Google Translate""" - googleTranslate: String - - """User id for Hubspot""" - hubspot: String - - """User id for Intercom""" - intercom: String - - """User id for Mailchimp""" - mailchimp: String - - """User id for Meetup""" - meetup: String - - """User id for Netlify""" - netlify: String - - """User id for Product Hunt""" - productHunt: String - - """User id for QuickBooks""" - quickbooks: String - - """User id for Salesforce""" - salesforce: String - - """User id for Slack""" - slack: String - - """User id for Spotify""" - spotify: String - - """User id for Stripe""" - stripe: String - - """User id for Trello""" - trello: String - - """User id for Twilio""" - twilio: String - - """User id for Twitter""" - twitter: String - - """User id for Twitch""" - twitchTv: String - - """User id for YouTube""" - youTube: String - - """User id for Zeit""" - zeit: String - - """User id for Zendesk""" - zendesk: String -} - -input OneGraphZendeskAPITokenAuth { - token: String! - email: String! - subdomain: String! -} - -input OneGraphUSPSAPIAuth { - password: String - userId: String! -} - -input OneGraphUPSAPIAuth { - accessToken: String! - password: String! - username: String! -} - -input OneGraphTwilioAuth { - authToken: String! - accountSid: String! -} - -input OneGraphTrelloTokenAuth { - token: String! - apiKey: String! -} - -""" -Authenticate requests when using the Stripe API on behalf of a connected account using the Stripe-Account header and the connected account’s ID. https://stripe.com/docs/connect/authentication#stripe-account-header -""" -input OneGraphStripeConnectAuthArg { - """Id of the connected account for which the request is being made.""" - connectedStripeAccountId: String! - - """Your platform account’s secret key.""" - platformSecretKey: String! -} - -input OneGraphSalesforceOAuthArg { - instanceUrl: String! - token: String! -} - -input OneGraphLogdnaServiceAuthArg { - """ - Service Key from LogDNA. Retrive a service key from [your profile](https://app.logdna.com/manage/profile) under API Keys > Service Keys. - """ - serviceKey: String! -} - -input OneGraphFedexAPIAuth { - meterNumber: String! - accountNumber: String! - password: String! - key: String! -} - -input OneGraphDevToAuthArg { - """ - For advanced usage: if you have separately implemented the Dev.to OAuth flow and have an OAuth token to make calls on behalf of your user, use it with this `oauthToken` argument - """ - oauthToken: String - - """ - For use with a personal API token, see the [Dev.to authentication](https://docs.dev.to/api/#section/Authentication/api_key) docs on generating a token. Will take priority over the `oauthToken` argument if both are provided. - """ - apiKey: String -} - -input OneGraphCloudflareUserAuthArg { - key: String! - email: String! -} - -input OneGraphServiceAuths { - zendeskAPITokenAuth: OneGraphZendeskAPITokenAuth - zeitOAuthToken: String - youtubeOAuthToken: String - uspsAPIAuth: OneGraphUSPSAPIAuth - upsAPIAuth: OneGraphUPSAPIAuth - twilioAuth: OneGraphTwilioAuth - trelloTokenAuth: OneGraphTrelloTokenAuth - stripeOAuthToken: String - stripeConnectAuth: OneGraphStripeConnectAuthArg - spotifyOAuthToken: String - slackOAuthToken: String - salesforceOAuth: OneGraphSalesforceOAuthArg - productHuntOAuthToken: String - mixpanelApiSecret: String - logdnaServiceAuth: OneGraphLogdnaServiceAuthArg - intercomOAuthToken: String - hubspotOAuthToken: String - googleTranslateOAuthToken: String - googleMapsKey: String - googleDocsOAuthToken: String - googleComputeOAuthToken: String - googleCalendarOAuthToken: String - googleOAuthToken: String - gmailOAuthToken: String - gitHubOAuthToken: String - fedexAPIAuth: OneGraphFedexAPIAuth - facebookOAuthToken: String - dropboxOAuthToken: String - dribbbleOAuthToken: String - devToAuth: OneGraphDevToAuthArg - crunchbaseUserKey: String - cloudflareUserAuth: OneGraphCloudflareUserAuthArg - clearbitAuth: String - brexAuth: String - airtableApiKey: String -} - -"""A OneGraph me Twilio user""" -type TwilioUser { - """The Twilio account's ID""" - id: String! - - """The date the Twilio account was last updated""" - dateUpdated: String! - - """The date the Twilio account was created""" - dateCreated: String! - - """The Twilio account's friendly name""" - friendlyName: String! - - """The Twilio account's URI""" - uri: String! - - """The Twilio account's status""" - status: String! -} - -type NetlifyUserOnboardingProgress { - """""" - slides: String -} - -type NetlifyUser { - """""" - id: String - - """""" - uid: String - - """""" - fullName: String - - """""" - avatarUrl: String - - """""" - email: String - - """""" - affiliateId: String - - """""" - siteCount: Int - - """""" - createdAt: String - - """""" - lastLogin: String - - """""" - loginProviders: [String!] - - """""" - onboardingProgress: NetlifyUserOnboardingProgress - - """""" - supportPriority: Int -} - -"""A Hubspot user""" -type HubspotOAuthUser { - """user""" - user: String - - """scopes""" - scopes: [String] - - """Hub id""" - hubId: Int - - """App id""" - appId: Int - - """User id""" - userId: Int! -} - -"""A OneGraph Me Eventil user""" -type OneGraphMeEventilUser { - """The user's Eventil User ID""" - id: String! - - """The user's Eventil name""" - name: String! -} - -""" -Extended email data for the currently-authenticated user. - -See the [email address endpoint documentation](https://developer.github.com/v3/users/emails/#list-email-addresses-for-a-user) for more details. -""" -type GitHubUserEmail_oneGraph { - email: String! - isPrimary: Boolean! - isVerified: Boolean! -} - -"""Profile type""" -type EventilProfile { - """""" - avatar: String - - """""" - description: String - - """""" - gender: Int - - """""" - github: String - - """""" - hackernews: String - - """""" - id: ID - - """""" - linkedin: String - - """""" - location: String - - """""" - nationality: String - - """""" - reddit: String - - """""" - twitter: String - - """""" - website: String - gitHubUser: GitHubUser - twitterTimeline: TwitterTimeline -} - -"""Group type""" -type EventilGroup { - """""" - admins: [EventilUser!]! - - """""" - avatar: String - - """""" - facebook_id: String - - """""" - id: ID - - """""" - meetup: String - - """""" - name: String - - """""" - twitter: String -} - -"""AgendaSession type""" -type EventilAgendaSession { - """""" - day_number: Int - - """""" - desc: String - - """""" - end_time: String - - """""" - event: EventilEvent - - """""" - id: ID - - """""" - kind: Int - - """""" - name: String - - """""" - presentation: EventilPresentation - - """""" - start_time: String - - """""" - track: String -} - -"""Event type""" -type EventilEvent { - """""" - agenda_sessions: [EventilAgendaSession!]! - - """""" - city: String - - """""" - country: String - - """""" - description: String - - """""" - ended_at: String - - """""" - groups: [EventilGroup!]! - - """""" - header_image: String - - """""" - id: ID - - """""" - lat: Float - - """""" - lng: Float - - """""" - location: String - - """""" - name: String - - """""" - online: Boolean - - """""" - place_name: String - - """""" - presentations: [EventilPresentation!]! - - """""" - started_at: String - - """""" - topics: [EventilTopic!]! - - """""" - twitter: String - - """""" - url: String - - """""" - user: EventilUser -} - -type YoutubeTopicDetails { - """ - Important: This property has been deprecated as of November 10, 2016. The API no longer returns values for this property, and any topics associated with a video are now returned by the topicDetails.relevantTopicIds[] property value. - """ - relevantTopicIds: [String!] - - """ - A list of Wikipedia URLs that provide a high-level description of the video's content. - """ - topicCategories: [String!] -} - -type YoutubePlayer { - """ - An <iframe> tag that embeds a player that plays the video. - If the API request to retrieve the resource specifies a value for the maxHeight and/or maxWidth parameters, the size of the embedded player is scaled to satisfy the maxHeight and/or maxWidth requirements. - If the video's aspect ratio is unknown, the embedded player defaults to a 4:3 format. - """ - embedHtml: String -} - -"""Video licenses available""" -enum YoutubeVideoLicense { - creativeCommon - youtube -} - -"""The uploadStatus of a video""" -enum YoutubeVideoUploadStatuses { - deleted - failed - processed - rejected - uploaded -} - -type YoutubeStatus { - """The status of the uploaded video.""" - uploadStatus: YoutubeVideoUploadStatuses - - """The video's privacy status.""" - privacyStatus: String - - """The video's license.""" - license: YoutubeVideoLicense - - """ - This value indicates whether the video can be embedded on another website. - """ - embeddable: Boolean - - """ - This value indicates whether the extended video statistics on the video's watch page are publicly viewable. By default, those statistics are viewable, and statistics like a video's viewcount and ratings will still be publicly visible even if this property's value is set to false. - """ - publicStatsViewable: Boolean -} - -type YoutubeCommentThreadItemSnippet { - """The display name of the user who posted the comment.""" - authorDisplayName: String - - """ - The URL for the avatar of the user who posted the comment. - - """ - authorProfileImageUrl: String - - """The URL of the comment author's Youtube channel, if available.""" - authorChannelUrl: String - - """ - The ID of the Youtube channel associated with the comment. - If the comment is a video comment, then this property identifies the video's channel, and the snippet.videoId property identifies the video. - If the comment is a channel comment, then this property identifies the channel that the comment is about. - """ - authorChannelId: String - - """The channel of the author""" - authorChannel: YoutubeVideoChannel - - """ - The ID of the video that the comment refers to. This property is only present if the comment was made on a video. - """ - videoId: String - - """ - The comment's text. The text can be retrieved in either plain text or HTML. (The comments.list and commentThreads.list methods both support a textFormat parameter, which specifies the desired text format.) - - Note that even the plain text may differ from the original comment text. For example, it may replace video links with video titles. - - """ - textDisplay: String - - """ - The original, raw text of the comment as it was initially posted or last updated. The original text is only returned if it is accessible to the authenticated user, which is only guaranteed if the user is the comment's author. - """ - textOriginal: String - - """ - This setting indicates whether the current viewer can rate the comment. - - """ - canRate: Boolean - - """ - - The rating the viewer has given to this comment. Note that this property does not currently identify dislike ratings, though this behavior is subject to change. In the meantime, the property value is like if the viewer has rated the comment positively. The value is none in all other cases, including the user having given the comment a negative rating or not having rated the comment. - - Valid values for this property are: - like - none - """ - viewRating: String - - """ - The total number of likes (positive ratings) the comment has received. - - """ - likeCount: Int - - """ - The date and time when the comment was orignally published. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAtTs: String - - """ - The date and time when the comment was last updated. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - updatedAtTs: String -} - -type YoutubeCommentThreadItemComment { - """ - Identifies the API resource's type. The valute will be youtube#searchListResponse. - """ - kind: String - - """The Etag of this resource.""" - etag: String - - """The id of this resource.""" - id: String - - """ - The snippet object contains basic details about the comment thread. It also contains the thread's top-level comment, which is a comment resource. - """ - snippet: YoutubeCommentThreadItemSnippet -} - -type YoutubeCommentThreadNodeSnippet { - """ - The ID of the video that the comments refer to, if any. If this property is not present or does not have a value, then the thread applies to the channel and not to a specific video. - """ - videoId: String - - """ - This setting indicates whether the current viewer can reply to the thread. - - """ - canReply: Boolean - - """ - The total number of replies that have been submitted in response to the top-level comment. - """ - totalReplyCount: Int - - """ - This setting indicates whether the thread, including all of its comments and comment replies, is visible to all Youtube users. - """ - isPublic: Boolean - - """ - The thread's top-level comment. The property's value is a comment resource. - """ - topLevelComment: YoutubeCommentThreadItemComment -} - -type YoutubeCommentThreadNode { - """The search node kind""" - kind: String - - """The expiration for this node's information""" - etag: String - - """The comment id""" - id: String - - """ - The snippet object contains basic details about the comment thread. It also contains the thread's top-level comment, which is a comment resource. - """ - snippet: YoutubeCommentThreadNodeSnippet -} - -type YoutubeCommentThreadEdge { - """Information about current page in pagination""" - node: YoutubeCommentThreadNode! -} - -type YoutubePageInfo { - """The total number of results in this list""" - totalResults: Int - - """How many result will be shown per page""" - resultsPerPage: Int - - """Cursor to get the next page of results""" - nextCursor: String - - """Cursor to get the next page of results""" - prevCursor: String -} - -type YoutubeCommentThread { - """Information about current page in pagination""" - pageInfo: YoutubePageInfo! - - """Connection between items and nodes""" - edges: [YoutubeCommentThreadEdge!] -} - -"""The projection of a video""" -enum YoutubeVideoProjection { - _360 - rectangular -} - -"""The definition of a video""" -enum YoutubeVideoDefinition { - hd - sd -} - -""" -The contentDetails object contains information about the video content, including the length of the video and an indication of whether captions are available for the video. -""" -type YoutubeContentDetails { - """ - The length of the video. The property value is an ISO 8601 duration. For example, for a video that is at least one minute long and less than one hour long, the duration is in the format PT#M#S, in which the letters PT indicate that the value specifies a period of time, and the letters M and S refer to length in minutes and seconds, respectively. The # characters preceding the M and S letters are both integers that specify the number of minutes (or seconds) of the video. For example, a value of PT15M33S indicates that the video is 15 minutes and 33 seconds long. - - If the video is at least one hour long, the duration is in the format PT#H#M#S, in which the # preceding the letter H specifies the length of the video in hours and all of the other details are the same as described above. If the video is at least one day long, the letters P and T are separated, and the value's format is P#DT#H#M#S. Please refer to the ISO 8601 specification for complete details. - """ - duration: String - - """Indicates whether the video is available in 3D or in 2D.""" - dimension: String - - """ - Indicates whether the video is available in high definition (HD) or only in standard definition. - """ - definition: YoutubeVideoDefinition - - """Indicates whether captions are available for the video.""" - caption: Boolean - - """ - Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a Youtube content partner and then claimed by that partner. - """ - licensedContent: Boolean - - """Specifies the projection format of the video.""" - projection: YoutubeVideoProjection -} - -"""The statistics object contains statistics about the video.""" -type YoutubeStatistics { - """The number of times the video has been viewed.""" - viewCount: String - - """The number of users who have indicated that they liked the video.""" - likeCount: String - - """The number of users who have indicated that they disliked the video.""" - dislikeCount: String - - """ - Note: This property has been deprecated. The deprecation is effective as of August 28, 2015. The property's value is now always set to 0. - """ - favoriteCount: String - - """The number of comments for the video.""" - commentCount: String -} - -""" -The localizations object contains translations of the video's metadata. -""" -type YoutubeLocalization { - """The localized video title.""" - title: String - - """The localized video description.""" - description: String -} - -"""The role of a user""" -enum YoutubeUserRole { - live - none - upcoming -} - -""" -A videoCategory resource identifies a category that has been or could be associated with uploaded videos. -""" -type YoutubeVideoCategorySnippet { - """The Youtube channelId that created the video category.""" - channelId: String - - """The Youtube channel that created the video category.""" - channel: YoutubeVideoChannel! - - """The video category's title.""" - title: String - - """Indicates whether videos can be associated with the category.""" - assignable: Boolean -} - -type YoutubeVideoCategory { - snippet: YoutubeVideoCategorySnippet -} - -"""The hints object encapsulates additional branding properties.""" -type YoutubeChannelBrandingHint { - """A property.""" - property: String - - """A value.""" - value: String -} - -""" -A channelBanner resource contains the URL that you would use to set a newly uploaded image as the banner image for a channel. -""" -type YoutubeChannelBrandingImage { - """ - The URL for the banner image shown on the channel page on the Youtube website. The image is 1060px by 175px. - """ - bannerImageUrl: String - - """ - The URL for the banner image shown on the channel page in mobile applications. The image is 640px by 175px. - """ - bannerMobileImageUrl: String - - """ - The URL for a low-resolution banner image that displays on the channel page in tablet applications. The image's maximum size is 1138px by 188px. - """ - bannerTabletLowImageUrl: String - - """ - The URL for a banner image that displays on the channel page in tablet applications. The image is 1707px by 283px. - """ - bannerTabletImageUrl: String - - """ - The URL for a high-resolution banner image that displays on the channel page in tablet applications. The image's maximum size is 2276px by 377px. - """ - bannerTabletHdImageUrl: String - - """ - The URL for an extra-high-resolution banner image that displays on the channel page in tablet applications. The image's maximum size is 2560px by 424px. - """ - bannerTabletExtraHdImageUrl: String - - """ - The URL for a low-resolution banner image that displays on the channel page in mobile applications. The image's maximum size is 320px by 88px. - """ - bannerMobileLowImageUrl: String - - """ - The URL for a medium-resolution banner image that displays on the channel page in mobile applications. The image's maximum size is 960px by 263px. - """ - bannerMobileMediumHdImageUrl: String - - """ - The URL for a high-resolution banner image that displays on the channel page in mobile applications. The image's maximum size is 1280px by 360px. - """ - bannerMobileHdImageUrl: String - - """ - The URL for a very high-resolution banner image that displays on the channel page in mobile applications. The image's maximum size is 1440px by 395px. - """ - bannerMobileExtraHdImageUrl: String - - """ - The URL for an extra-high-resolution banner image that displays on the channel page in television applications. The image's maximum size is 2120px by 1192px. - """ - bannerTvImageUrl: String - - """ - The URL for a low-resolution banner image that displays on the channel page in television applications. The image's maximum size is 854px by 480px. - """ - bannerTvLowImageUrl: String - - """ - The URL for a medium-resolution banner image that displays on the channel page in television applications. The image's maximum size is 1280px by 720px. - """ - bannerTvMediumImageUrl: String - - """ - The URL for a high-resolution banner image that displays on the channel page in television applications. The image's maximum size is 1920px by 1080px. - """ - bannerTvHighImageUrl: String -} - -""" -The brandingSettings object encapsulates information about the branding of the channel. -""" -type YoutubeChannelBrandingChannel { - """The channel's title. The title has a maximum length of 30 characters.""" - title: String - - """ - The channel description, which appears in the channel information box on your channel page. The property's value has a maximum length of 1000 characters. - """ - description: String - - """ - Keywords associated with your channel. The value is a space-separated list of strings. - """ - keywords: String - - """Keywords associated with your channel""" - keywordsList: [String!] - - """ - This setting indicates whether Youtube should show an algorithmically generated list of related channels on your channel page. - """ - showRelatedChannels: Boolean - - """ - This setting indicates whether the channel page should display content in a browse or feed view. For example, the browse view might display separate sections for uploaded videos, playlists, and liked videos. The feed view, on the other hand, displays the channel's activity feed. - """ - showBrowseView: Boolean - - """ - The title that displays above the featured channels module. The title has a maximum length of 30 characters. - """ - featuredChannelsTitle: String - - """A prominent color that complements the channel's content.""" - profileColor: String -} - -""" -The brandingSettings object encapsulates information about the branding of the channel. -""" -type YoutubeChannelBrandingSettings { - """ - The channel object encapsulates branding properties of the channel page. - """ - channel: YoutubeChannelBrandingChannel - - """ - The image object encapsulates information about images that display on the channel's channel page or video watch pages. - """ - image: YoutubeChannelBrandingImage - - """The hints object encapsulates additional branding properties.""" - hints: [YoutubeChannelBrandingHint!] -} - -""" -Indicates whether the channel is eligible to upload videos that are more than 15 minutes long. This property is only returned if the channel owner authorized the API request. See the Youtube Help Center for more information about this feature. - allowed – This channel can upload videos that are more than 15 minutes long. -disallowed – This channel is not able or eligible to upload videos that are more than 15 minutes long. A channel is only eligible to upload long videos if it is in good standing based on Youtube Community Guidelines and it does not have any worldwide Content ID blocks on its content. - -After the channel owner resolves the issues that are preventing the channel from uploading longer videos, the channel will revert to either the allowed or eligible state. -eligible – This channel is eligible to upload videos that are more than 15 minutes long. However, the channel owner must first enable the ability to upload longer videos at https://www.youtube.com/verify. See the Youtube Help Center for more detailed information about this feature. -""" -enum YoutubeChannelLongUploadsStatus { - allowed - disallowed - eligible -} - -""" -The status object encapsulates information about the privacy status of the channel. -""" -type YoutubeChannelStatus { - """Privacy status of the channel.""" - privacyStatus: YoutubeVideoPrivacyStatuses - - """ - Indicates whether the channel data identifies a user that is already linked to either a Youtube username or a Google+ account. A user that has one of these links already has a public Youtube identity, which is a prerequisite for several actions, such as uploading videos. - """ - isLinked: Boolean - - """ - Indicates whether the channel is eligible to upload videos that are more than 15 minutes long. This property is only returned if the channel owner authorized the API request. See the Youtube Help Center for more information about this feature. - """ - longUploadsStatus: YoutubeChannelLongUploadsStatus -} - -type YoutubeChannelTopicDetails { - """ - A list of topic IDs associated with the channel. - - This property has been deprecated as of November 10, 2016. It will be supported until November 10, 2017. - - Important: Due to the deprecation of Freebase and the Freebase API, topic IDs started working differently as of February 27, 2017. At that time, Youtube started returning a small set of curated topic IDs. - """ - topicIds: [String!] - - """A list of Wikipedia URLs that describe the channel's content.""" - topicCategories: [String!] -} - -type YoutubeChannelStatistics { - """The number of times the channel has been viewed.""" - viewCount: String - - """The number of comments for the channel.""" - commentCount: String - - """The number of subscribers that the channel has.""" - subscriberCount: String - - """Indicates whether the channel's subscriber count is publicly visible.""" - hiddenSubscriberCount: Boolean - - """The number of videos uploaded to the channel.""" - videoCount: String -} - -"""""" -enum YoutubeVideoPrivacyStatuses { - private - public - unlisted -} - -type YoutubePlaylistStatus { - """The playlist's privacy status.""" - privacyStatus: YoutubeVideoPrivacyStatuses -} - -""" -The contentDetails object contains information about the playlist content, including the number of videos in the playlist. -""" -type YoutubePlaylistContentDetails { - """The number of videos in the playlist.""" - itemCount: Int -} - -type YoutubePlaylistSnippet { - """ - The date and time that the playlist was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String - - """ - The ID that Youtube uses to uniquely identify the channel that published the playlist. - """ - channelId: String - - """The playlist's title.""" - title: String - - """The playlist's description.""" - description: String - - """ - A map of thumbnail images associated with the playlist. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YoutubeThumbnails - - """The channel title of the channel that the video belongs to.""" - channelTitle: String - - """ - The language of the text in the playlist resource's snippet.title and snippet.description properties. - """ - defaultLanguage: String -} - -""" -The contentDetails object is included in the resource if the included item is a Youtube video. The object contains additional information about the video. -""" -type YoutubePlaylistItemContentDetails { - """ - The ID that Youtube uses to uniquely identify a video. To retrieve the video resource, set the id query parameter to this value in your API request. - """ - videoId: String - - """ - The date and time that the video was published to Youtube. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - videoPublishedAt: String -} - -type YoutubePlaylistItemSnippetResourceId { - """The kind, or type, of the referred resource.""" - kind: String - - """ - If the snippet.resourceId.kind property's value is youtube#video, then this property will be present and its value will contain the ID that Youtube uses to uniquely identify the video in the playlist. - """ - videoId: String - - """A url to the video""" - videoUrl: String! -} - -"""A thumbnail resource with url and size information""" -type YoutubeThumbnail { - """The image's URL.""" - url: String - - """The image's height.""" - height: Int - - """The image's width.""" - width: Int -} - -""" - A thumbnail resource identifies different thumbnail image sizes associated with a resource. Please note the following characteristics of thumbnail images: - -A thumbnail resource identifies different thumbnail image sizes associated with a resource. Please note the following characteristics of thumbnail images: - -A resource's snippet.thumbnails property is an object that identifies the thumbnail images available for that resource. -A thumbnail resource contains a series of objects. The name of each object (default, medium, high, etc.) refers to the thumbnail image size. -Different types of resources may support different thumbnail image sizes. -Different types of resources may define different sizes for thumbnail images with the same name. For example, the default thumbnail image for a video resource is typically 120px by 90px, and the default thumbnail image for a channel resource is typically 88px by 88px. -Resources of the same type may still have different thumbnail image sizes for certain images depending on the resolution of the original image or content uploaded to Youtube. For example, an HD video may support higher resolution thumbnails than non-HD videos. -Each object that contains information about a thumbnail image size has a width property and a height property. However, the width and height properties may not be returned for that image. -If an uploaded thumbnail image does not match the required dimensions, the image is resized to match the correct size without changing its aspect ratio. The image is not cropped, but may include black bars so that the size is correct. - -""" -type YoutubeThumbnails { - """ - The default thumbnail image. The default thumbnail for a video or a resource that refers to a video, such as a playlist item or search result is 120px wide and 90px tall. The default thumbnail for a channel is 88px wide and 88px tall. - """ - default: YoutubeThumbnail - - """ - A higher resolution version of the thumbnail image. For a video (or a resource that refers to a video), this image is 320px wide and 180px tall. For a channel, this image is 240px wide and 240px tall. - """ - medium: YoutubeThumbnail - - """ - A high resolution version of the thumbnail image. For a video (or a resource that refers to a video), this image is 480px wide and 360px tall. For a channel, this image is 800px wide and 800px tall. - """ - high: YoutubeThumbnail - - """ - An even higher resolution version of the thumbnail image than the high resolution image. This image is available for some videos and other resources that refer to videos, like playlist items or search results. This image is 640px wide and 480px tall. - """ - standard: YoutubeThumbnail - - """ - The highest resolution version of the thumbnail image. This image size is available for some videos and other resources that refer to videos, like playlist items or search results. This image is 1280px wide and 720px tall. - """ - maxres: YoutubeThumbnail -} - -type YoutubePlaylistItemSnippet { - """ - The date and time that the item was added to the playlist. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAt: String - - """ - The ID that Youtube uses to uniquely identify the user that added the item to the playlist. - """ - channelId: String - - """The item's title.""" - title: String - - """The item's description.""" - description: String - - """ - A map of thumbnail images associated with the playlist item. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YoutubeThumbnails - - """The channel title of the channel that the playlist item belongs to.""" - channelTitle: String - - """ - The ID that Youtube uses to uniquely identify the playlist that the playlist item is in. - """ - playlistId: String - - """ - The order in which the item appears in the playlist. The value uses a zero-based index, so the first item has a position of 0, the second item has a position of 1, and so forth. - """ - position: Int - - """ - The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. - """ - resourceId: YoutubePlaylistItemSnippetResourceId -} - -type YoutubePlaylistItem { - """ - The snippet object contains basic details about the playlist item, such as its title and position in the playlist. - """ - snippet: YoutubePlaylistItemSnippet - - """The ID that Youtube uses to uniquely identify the playlist item.""" - id: String - - """ - The contentDetails object is included in the resource if the included item is a Youtube video. The object contains additional information about the video. - """ - contentDetails: YoutubePlaylistItemContentDetails -} - -type YoutubePlaylistItemResult { - """A list of playlist items that match the request criteria.""" - items: [YoutubePlaylistItem!] -} - -type YoutubePlaylist { - playlistItems: [YoutubePlaylistItemResult!]! - - """ - The snippet object contains basic details about the playlist, such as its title and description. - """ - snippet: YoutubePlaylistSnippet - - """ - The contentDetails object contains information about the playlist content, including the number of videos in the playlist. - """ - contentDetails: YoutubePlaylistContentDetails - - """The status object contains status information for the playlist.""" - status: YoutubePlaylistStatus -} - -type YoutubeChannelRelatedPlaylists { - """ - The ID of the playlist that contains the channel's favorite videos. Use the playlistItems.insert and playlistItems.delete methods to add or remove items from that list. - - Note that Youtube has deprecated favorite video functionality. For example, the video resource's statistics.favoriteCount property was deprecated on August 28, 2015. As a result, for historical reasons, this property value might contain a playlist ID that refers to an empty playlist and, therefore, cannot be fetched. - """ - favorites: String - - """The ID of the playlist that contains the channel's uploaded videos.""" - uploads: String - - """The playlist that contains the channel's uploaded videos.""" - uploadsList: YoutubePlaylist! - - """ - Note: This property has been deprecated. - - The property's value is always set to HL. The API now returns an empty list in response to requests for playlist details (playlists.list) or playlist items (playlistItems.list) for this playlist. That empty-list behavior is also true for any watchHistory playlist IDs that your API Client may have already stored. - """ - watchHistory: String - - """ - Note: This property has been deprecated. - - The property's value is always set to WL. The API now returns an empty list in response to requests for playlist details (playlists.list) or playlist items (playlistItems.list) for this playlist. That empty-list behavior is also true for any watchLater playlist IDs that your API Client may have already stored. - """ - watchLater: String -} - -type YoutubeChannelContentDetails { - """ - The relatedPlaylists object is a map that identifies playlists associated with the channel, such as the channel's uploaded videos or liked videos. You can retrieve any of these playlists using the playlists.list method. - """ - relatedPlaylists: YoutubeChannelRelatedPlaylists -} - -type YoutubeChannelThumbnail { - """The image's URL.""" - url: String -} - -type YoutubeChannelThumbnails { - """ - The default thumbnail image. The default thumbnail for a video – or a resource that refers to a video, such as a playlist item or search result – is 120px wide and 90px tall. The default thumbnail for a channel is 88px wide and 88px tall. - """ - default: YoutubeChannelThumbnail - - """ - A higher resolution version of the thumbnail image. For a video (or a resource that refers to a video), this image is 320px wide and 180px tall. For a channel, this image is 240px wide and 240px tall. - """ - medium: YoutubeChannelThumbnail - - """ - A high resolution version of the thumbnail image. For a video (or a resource that refers to a video), this image is 480px wide and 360px tall. For a channel, this image is 800px wide and 800px tall. - """ - high: YoutubeChannelThumbnail - - """ - A custom resolution version of the thumbnail, which will be a SIZExSIZE image - """ - custom(size: Int!): YoutubeChannelThumbnail -} - -type YoutubeChannelSnippet { - """The channel's title.""" - title: String - - """ - The channel's description. The property's value has a maximum length of 1000 characters. - """ - description: String - - """ - The channel's custom URL. The [Youtube Help Center](https://support.google.com/youtube/answer/2657968) explains eligibility requirements for getting a custom URL as well as how to set up the URL. - """ - customUrl: String - - """ - The date and time that the channel was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAtTs: String - - """ - The date and time that the channel was created. The value is specified in milliseconds since the epoch. - """ - publishedAtMs: Int - - """ - A map of thumbnail images associated with the channel. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YoutubeChannelThumbnails -} - -"""A url list wrapped in a url key""" -type TwitterUrl2 { - """urls list""" - urls: [TwitterUrl!]! -} - -""" -A twitter User-Entity (NB: Different from other Entities in Twitter sub-graph) -""" -type TwitterUserEntities { - """url""" - url: TwitterUrl2 -} - -"""The mailto result of a Descuri call""" -type DescuriMailtoResult { - """The full URI""" - uri: String! - - """The mailto address""" - address: String! -} - -"""The GitHub result of a Descuri call""" -type DescuriGitHubResult { - """The full URI""" - uri: String! - gitHubUser: GitHubUser -} - -"""The result of a Descuri call""" -type DescuriBasicResult { - """The full URI""" - uri: String! -} - -"""Uncategorized Descuri results""" -type DescuriOtherResult { - """A http or https uri""" - uri: String! - descuri: Descuri -} - -"""A Descuri Twitter result""" -type DescuriTwitterResult { - """Any link to twitter found on the URI""" - links: [String!]! - timelines(first: Int): [TwitterTimeline!]! -} - -"""The result of a Descuri call""" -type Descuri { - """Twitter results pulled from URI""" - twitter: DescuriTwitterResult! - - """ - Uncategorized URLs with no further connections. Use with caution--previously uncategorized urls may disappear from this field if they become recognized as a new service. - """ - other(first: Int): [DescuriOtherResult!]! - - """YouTube results from URI""" - youTube: [DescuriBasicResult!]! - - """StackOverflow results from URI""" - stackoverflow: [DescuriBasicResult!]! - - """Discord results from URI""" - discord: [DescuriBasicResult!]! - - """Facebook results from URI""" - facebook: [DescuriBasicResult!]! - - """Hacker News user results from URI""" - hackerNewsUsers: [DescuriBasicResult!]! - - """Hacker News item results from URI""" - hackerNewsItems: [DescuriBasicResult!]! - - """GitHub results pulled from URI""" - gitHub: [DescuriGitHubResult!]! - - """mailto results pulled from URI""" - mailto: [DescuriMailtoResult!]! -} - -"""A twitter user""" -type TwitterUser { - """id""" - id: Int! - - """idStr""" - idStr: String! - - """name""" - name: String! - - """screenName""" - screenName: String! - timeline(first: Int): TwitterTimeline - - """location""" - location: String! - - """description""" - description: String! - - """url""" - url: String - homepageDescuri: Descuri - - """user Entities (NB: Different from twEntities)""" - userEntities: TwitterUserEntities! - - """protected""" - protected: Boolean! - - """followersCount""" - followersCount: Int! - - """friendsCount""" - friendsCount: Int! - - """createdAt""" - createdAt: String! - - """favouritesCount""" - favouritesCount: Int! - - """geoEnabled""" - geoEnabled: Boolean! - - """verified""" - verified: Boolean! - - """statusesCount""" - statusesCount: Int! - - """lang""" - lang: String - - """contributorsEnabled""" - contributorsEnabled: Boolean! - - """isTranslator""" - isTranslator: Boolean! - - """isTranslationEnabled""" - isTranslationEnabled: Boolean! - - """profileBackgroundColor""" - profileBackgroundColor: String! - - """profileBackgroundTile""" - profileBackgroundTile: Boolean! - - """profileLinkColor""" - profileLinkColor: String! - - """profileSidebarBorderColor""" - profileSidebarBorderColor: String! - - """profileSidebarFillColor""" - profileSidebarFillColor: String! - - """profileTextColor""" - profileTextColor: String! - - """profileUseBackgroundImage""" - profileUseBackgroundImage: Boolean! - - """profileBackgroundImageUrl""" - profileBackgroundImageUrl: String - - """profileBackgroundImageUrlHttps""" - profileBackgroundImageUrlHttps: String - - """profileImageUrl""" - profileImageUrl: String - - """profileImageUrlHttps""" - profileImageUrlHttps: String - - """profileBannerUrl""" - profileBannerUrl: String - - """hasExtendedProfile""" - hasExtendedProfile: Boolean! - - """defaultProfile""" - defaultProfile: Boolean! - - """defaultProfileImage""" - defaultProfileImage: Boolean! - - """translatorType""" - translatorType: String! -} - -"""A twitter url""" -type TwitterUrl { - """url""" - url: String - - """expandedUrl""" - expandedUrl: String! - - """displayUrl""" - displayUrl: String! - - """indices""" - indices: [Int!]! -} - -"""A twitter userMention""" -type TwitterUserMention { - timeline(first: Int): TwitterTimeline - - """screenName""" - screenName: String! - - """name""" - name: String! - - """ - id of the Tweet - be careful with this! Although it's an Int, it's too large to fit as a normal number in JS. In JavaScript, use the `idStr` instead. - """ - id: Int! - - """idStr""" - idStr: String! - - """indices""" - indices: [Int!]! -} - -"""A twitter hashtag""" -type TwitterHashtag { - """the text of the hashtag""" - text: String! - - """indices""" - indices: [Int!]! -} - -"""A twitter Entity""" -type TwitterEntities { - """hashtags""" - hashtags: [TwitterHashtag!]! - - """symbols""" - symbols: [String!]! - - """userMentions""" - userMentions: [TwitterUserMention!]! - - """urls""" - urls: [TwitterUrl!]! -} - -"""A tweet""" -type TwitterTweet { - """the text of a tweet""" - text: String! - - """The first youtube video linked from the tweet""" - video: YoutubeVideo - - """createdAt""" - createdAt: String! - - """id""" - id: Int! - - """idStr""" - idStr: String! - - """truncated""" - truncated: Boolean! - - """entities""" - entities: TwitterEntities! - - """source""" - source: String! - - """twUser""" - user: TwitterUser! - - """isQuoteStatus""" - isQuoteStatus: Boolean! - - """retweetCount""" - retweetCount: Int! - - """favoriteCount""" - favoriteCount: Int! - - """favorited""" - favorited: Boolean! - - """retweeted""" - retweeted: Boolean! - - """lang""" - lang: String -} - -"""Tweets on an account's timeline""" -type TwitterTimeline { - """the tweets on a timeline""" - tweets: [TwitterTweet!]! -} - -"""A link from Youtube to twitter""" -type YoutubeTwitterLink { - """Twitter connection""" - twitter(first: Int): TwitterTimeline - - """Twitter link name""" - name: String! -} - -"""A channel resource contains information about a Youtube channel.""" -type YoutubeVideoChannel { - twitterLinks: [YoutubeTwitterLink!]! - - """ - The snippet object contains basic details about the channel, such as its title, description, and thumbnail images. - """ - snippet: YoutubeChannelSnippet - - """ - The contentDetails object encapsulates information about the channel's content. - """ - contentDetails: YoutubeChannelContentDetails - - """The statistics object encapsulates statistics for the channel.""" - statistics: YoutubeChannelStatistics - - """ - The topicDetails object encapsulates information about topics associated with the channel. - - Important: See the topicDetails.topicIds[] property definition and the revision history for more details about changes related to topic IDs. - """ - topicDetails: YoutubeChannelTopicDetails - - """ - The status object encapsulates information about the privacy status of the channel. - """ - status: YoutubeChannelStatus - - """ - The brandingSettings object encapsulates information about the branding of the channel. - """ - brandingSettings: YoutubeChannelBrandingSettings - - """The id of the channel.""" - id: String -} - -""" -The snippet object contains basic details about the video, such as its title, description, and category. -""" -type YoutubeSnippet { - """ - The video's title. The property value has a maximum length of 100 characters and may contain all valid UTF-8 characters except < and >. You must set a value for this property if you call the videos.update method and are updating the snippet part of a video resource. - """ - title: String - - """ - The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. For example, if a video is uploaded as a private video and then made public at a later time, this property will specify the time that the video was made public. - - There are a couple of special cases: - If a video is uploaded as a private video and the video metadata is retrieved by the channel owner, then the property value specifies the date and time that the video was uploaded. - If a video is uploaded as an unlisted video, the property value also specifies the date and time that the video was uploaded. In this case, anyone who knows the video's unique video ID can retrieve the video metadata. - The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. - """ - publishedAtTs: String - - """ - The video published time in milliseconds since the epoch. See publishedAtTs for notes on the special cases for this field - """ - publishedAtMs: Int - - """ - The ID that Youtube uses to uniquely identify the channel that the video was uploaded to. - """ - channelId: String - - """The channel the video uploaded to""" - uploadChannel: YoutubeVideoChannel! - - """ - The video's description. The property value has a maximum length of 5000 bytes and may contain all valid UTF-8 characters except < and >. - """ - description: String - - """ - A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. - """ - thumbnails: YoutubeThumbnails - - """Channel title for the channel that the video belongs to.""" - channelTitle: String - - """ - A list of keyword tags associated with the video. Tags may contain spaces. The property value has a maximum length of 500 characters. Note the following rules regarding the way the character limit is calculated: - The property value is a list, and commas between items in the list count toward the limit. - If a tag contains a space, the API server handles the tag value as though it were wrapped in quotation marks, and the quotation marks count toward the character limit. So, for the purposes of character limits, the tag Foo-Baz contains seven characters, but the tag Foo Baz contains nine characters. - """ - tags: [String!] - - """ - The Youtube video category associated with the video. You must set a value for this property if you call the videos.update method and are updating the snippet part of a video resource. - """ - categoryId: String - - """The Youtube video category associated with the video""" - category: YoutubeVideoCategory! - - """ - Indicates if the video is an upcoming/active live broadcast. Or it's "none" if the video is not an upcoming/active live broadcast. - """ - liveBroadcastContent: YoutubeUserRole! - - """ - The snippet.localized object contains either a localized title and description for the video or the title in the default language for the video's metadata. - """ - localized: YoutubeLocalization -} - -""" -A video resource represents a Youtube video, read more at https://developers.google.com/youtube/v3/docs/videos -""" -type YoutubeVideo { - """The ID that Youtube uses to uniquely identify the video.""" - id: String - - """The Etag of this resource.""" - etag: String - - """Identifies the API resource's type. The value will be youtube#video.""" - kind: String - snippet: YoutubeSnippet - statistics: YoutubeStatistics - contentDetails: YoutubeContentDetails - - """Top-level comments on the video""" - commentThreads: YoutubeCommentThread! - status: YoutubeStatus - player: YoutubePlayer - topicDetails: YoutubeTopicDetails -} - -"""Event topics""" -type EventilTopic { - """""" - count: Int - - """""" - name: String -} - -"""Draft type""" -type EventilDraft { - """""" - abstract: String - - """""" - id: ID - - """""" - title: String - - """""" - topics: [EventilTopic!]! - - """""" - user: EventilUser! - - """""" - video_url: String - youtubeVideo: YoutubeVideo -} - -"""Presentation type""" -type EventilPresentation { - """""" - draft: EventilDraft - - """""" - event: EventilEvent - - """""" - id: ID - - """""" - speakers: [EventilUser!]! - - """""" - user: EventilUser -} - -"""User type""" -type EventilUser { - """""" - id: ID - - """""" - name: String - - """""" - presentations: [EventilPresentation!]! - - """""" - profile: EventilProfile! -} - -"""Represents a starred repository.""" -type GitHubStarredRepositoryEdge { - """A cursor for use in pagination.""" - cursor: String! - - """""" - node: GitHubRepository! - - """Identifies when the item was starred.""" - starredAt: String! -} - -"""The connection type for Repository.""" -type GitHubStarredRepositoryConnection { - """A list of edges.""" - edges: [GitHubStarredRepositoryEdge] - - """ - Is the list of stars for this user truncated? This is true for users that have many stars. - """ - isOverLimit: Boolean! - - """A list of nodes.""" - nodes: [GitHubRepository] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubSavedReplyOrderField { - """Order saved reply by when they were updated.""" - UPDATED_AT -} - -"""Ordering options for saved reply connections.""" -input GitHubSavedReplyOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order saved replies by.""" - field: GitHubSavedReplyOrderField! -} - -"""An edge in a connection.""" -type GitHubSavedReplyEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubSavedReply -} - -"""The connection type for SavedReply.""" -type GitHubSavedReplyConnection { - """A list of edges.""" - edges: [GitHubSavedReplyEdge] - - """A list of nodes.""" - nodes: [GitHubSavedReply] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubRepositoryContributionType { - """Created a commit""" - COMMIT - - """Created an issue""" - ISSUE - - """Created a pull request""" - PULL_REQUEST - - """Created the repository""" - REPOSITORY - - """Reviewed a pull request""" - PULL_REQUEST_REVIEW -} - -"""An edge in a connection.""" -type GitHubPublicKeyEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPublicKey -} - -"""The connection type for PublicKey.""" -type GitHubPublicKeyConnection { - """A list of edges.""" - edges: [GitHubPublicKeyEdge] - - """A list of nodes.""" - nodes: [GitHubPublicKey] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubGistPrivacy { - """Public""" - PUBLIC - - """Secret""" - SECRET - - """Gists that are public and secret""" - ALL -} - -"""The connection type for User.""" -type GitHubFollowingConnection { - """A list of edges.""" - edges: [GitHubUserEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""The connection type for User.""" -type GitHubFollowerConnection { - """A list of edges.""" - edges: [GitHubUserEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An edge in a connection.""" -type GitHubCreatedRepositoryContributionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubCreatedRepositoryContribution -} - -"""The connection type for CreatedRepositoryContribution.""" -type GitHubCreatedRepositoryContributionConnection { - """A list of edges.""" - edges: [GitHubCreatedRepositoryContributionEdge] - - """A list of nodes.""" - nodes: [GitHubCreatedRepositoryContribution] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -This aggregates pull request reviews made by a user within one repository. -""" -type GitHubPullRequestReviewContributionsByRepository { - """The pull request review contributions.""" - contributions( - """Ordering options for contributions returned from the connection.""" - orderBy: GitHubContributionOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedPullRequestReviewContributionConnection! - - """The repository in which the pull request reviews were made.""" - repository: GitHubRepository! -} - -"""An edge in a connection.""" -type GitHubCreatedPullRequestReviewContributionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubCreatedPullRequestReviewContribution -} - -"""The connection type for CreatedPullRequestReviewContribution.""" -type GitHubCreatedPullRequestReviewContributionConnection { - """A list of edges.""" - edges: [GitHubCreatedPullRequestReviewContributionEdge] - - """A list of nodes.""" - nodes: [GitHubCreatedPullRequestReviewContribution] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""This aggregates pull requests opened by a user within one repository.""" -type GitHubPullRequestContributionsByRepository { - """The pull request contributions.""" - contributions( - """Ordering options for contributions returned from the connection.""" - orderBy: GitHubContributionOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedPullRequestContributionConnection! - - """The repository in which the pull requests were opened.""" - repository: GitHubRepository! -} - -"""An edge in a connection.""" -type GitHubCreatedPullRequestContributionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubCreatedPullRequestContribution -} - -"""The connection type for CreatedPullRequestContribution.""" -type GitHubCreatedPullRequestContributionConnection { - """A list of edges.""" - edges: [GitHubCreatedPullRequestContributionEdge] - - """A list of nodes.""" - nodes: [GitHubCreatedPullRequestContribution] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""This aggregates issues opened by a user within one repository.""" -type GitHubIssueContributionsByRepository { - """The issue contributions.""" - contributions( - """Ordering options for contributions returned from the connection.""" - orderBy: GitHubContributionOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedIssueContributionConnection! - - """The repository in which the issues were opened.""" - repository: GitHubRepository! -} - -enum GitHubContributionOrderField { - """Order contributions by when they were made.""" - OCCURRED_AT -} - -"""Ordering options for contribution connections.""" -input GitHubContributionOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """ - The field by which to order contributions. - - **Upcoming Change on 2019-10-01 UTC** - **Description:** `field` will be removed. Only one order field is supported. - **Reason:** `field` will be removed. - - """ - field: GitHubContributionOrderField -} - -"""An edge in a connection.""" -type GitHubCreatedIssueContributionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubCreatedIssueContribution -} - -"""The connection type for CreatedIssueContribution.""" -type GitHubCreatedIssueContributionConnection { - """A list of edges.""" - edges: [GitHubCreatedIssueContributionEdge] - - """A list of nodes.""" - nodes: [GitHubCreatedIssueContribution] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents a single day of contributions on GitHub by a user.""" -type GitHubContributionCalendarDay { - """ - The hex color code that represents how many contributions were made on this day compared to others in the calendar. - """ - color: String! - - """How many contributions were made by the user on this day.""" - contributionCount: Int! - - """The day this square represents.""" - date: String! - - """ - A number representing which day of the week this square represents, e.g., 1 is Monday. - """ - weekday: Int! -} - -"""A week of contributions in a user's contribution graph.""" -type GitHubContributionCalendarWeek { - """The days of contributions in this week.""" - contributionDays: [GitHubContributionCalendarDay!]! - - """The date of the earliest square in this week.""" - firstDay: String! -} - -"""A month of contributions in a user's contribution graph.""" -type GitHubContributionCalendarMonth { - """The date of the first day of this month.""" - firstDay: String! - - """The name of the month.""" - name: String! - - """How many weeks started in this month.""" - totalWeeks: Int! - - """The year the month occurred in.""" - year: Int! -} - -"""A calendar of contributions made on GitHub by a user.""" -type GitHubContributionCalendar { - """ - A list of hex color codes used in this calendar. The darker the color, the more contributions it represents. - """ - colors: [String!]! - - """ - Determine if the color set was chosen because it's currently Halloween. - """ - isHalloween: Boolean! - - """A list of the months of contributions in this calendar.""" - months: [GitHubContributionCalendarMonth!]! - - """The count of total contributions in the calendar.""" - totalContributions: Int! - - """A list of the weeks of contributions in this calendar.""" - weeks: [GitHubContributionCalendarWeek!]! -} - -enum GitHubCommitContributionOrderField { - """Order commit contributions by when they were made.""" - OCCURRED_AT - - """Order commit contributions by how many commits they represent.""" - COMMIT_COUNT -} - -"""Ordering options for commit contribution connections.""" -input GitHubCommitContributionOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field by which to order commit contributions.""" - field: GitHubCommitContributionOrderField! -} - -""" -Represents the contribution a user made by leaving a review on a pull request. -""" -type GitHubCreatedPullRequestReviewContribution implements GitHubContribution { - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """When this contribution was made.""" - occurredAt: String! - - """The pull request the user reviewed.""" - pullRequest: GitHubPullRequest! - - """The review the user left on the pull request.""" - pullRequestReview: GitHubPullRequestReview! - - """The repository containing the pull request that the user reviewed.""" - repository: GitHubRepository! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -"""Represents a user signing up for a GitHub account.""" -type GitHubJoinedGitHubContribution implements GitHubContribution { - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """When this contribution was made.""" - occurredAt: String! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -"""Represents the contribution a user made on GitHub by opening an issue.""" -type GitHubCreatedIssueContribution implements GitHubContribution { - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """The issue that was opened.""" - issue: GitHubIssue! - - """When this contribution was made.""" - occurredAt: String! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -""" -Represents either a issue the viewer can access or a restricted contribution. -""" -union GitHubCreatedIssueOrRestrictedContribution = GitHubRestrictedContribution | GitHubCreatedIssueContribution - -""" -Represents the contribution a user made on GitHub by opening a pull request. -""" -type GitHubCreatedPullRequestContribution implements GitHubContribution { - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """When this contribution was made.""" - occurredAt: String! - - """The pull request that was opened.""" - pullRequest: GitHubPullRequest! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -""" -Represents either a pull request the viewer can access or a restricted contribution. -""" -union GitHubCreatedPullRequestOrRestrictedContribution = GitHubRestrictedContribution | GitHubCreatedPullRequestContribution - -""" -Represents the contribution a user made on GitHub by creating a repository. -""" -type GitHubCreatedRepositoryContribution implements GitHubContribution { - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """When this contribution was made.""" - occurredAt: String! - - """The repository that was created.""" - repository: GitHubRepository! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -""" -Represents either a repository the viewer can access or a restricted contribution. -""" -union GitHubCreatedRepositoryOrRestrictedContribution = GitHubRestrictedContribution | GitHubCreatedRepositoryContribution - -"""Represents a private contribution a user made on GitHub.""" -type GitHubRestrictedContribution implements GitHubContribution { - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """When this contribution was made.""" - occurredAt: String! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -""" -Represents a contribution a user made on GitHub, such as opening an issue. -""" -interface GitHubContribution { - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """When this contribution was made.""" - occurredAt: String! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -"""Represents the contribution a user made by committing to a repository.""" -type GitHubCreatedCommitContribution implements GitHubContribution { - """How many commits were made on this day to this repository by the user.""" - commitCount: Int! - - """ - Whether this contribution is associated with a record you do not have access to. For - example, your own 'first issue' contribution may have been made on a repository you can no - longer access. - - """ - isRestricted: Boolean! - - """When this contribution was made.""" - occurredAt: String! - - """The repository the user made a commit in.""" - repository: GitHubRepository! - - """The HTTP path for this contribution.""" - resourcePath: String! - - """The HTTP URL for this contribution.""" - url: String! - - """ - The user who made this contribution. - - """ - user: GitHubUser! -} - -"""An edge in a connection.""" -type GitHubCreatedCommitContributionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubCreatedCommitContribution -} - -"""The connection type for CreatedCommitContribution.""" -type GitHubCreatedCommitContributionConnection { - """A list of edges.""" - edges: [GitHubCreatedCommitContributionEdge] - - """A list of nodes.""" - nodes: [GitHubCreatedCommitContribution] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """ - Identifies the total count of commits across days and repositories in the connection. - - """ - totalCount: Int! -} - -"""This aggregates commits made by a user within one repository.""" -type GitHubCommitContributionsByRepository { - """The commit contributions, each representing a day.""" - contributions( - """ - Ordering options for commit contributions returned from the connection. - """ - orderBy: GitHubCommitContributionOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedCommitContributionConnection! - - """The repository in which the commits were made.""" - repository: GitHubRepository! - - """ - The HTTP path for the user's commits to the repository in this time range. - """ - resourcePath: String! - - """ - The HTTP URL for the user's commits to the repository in this time range. - """ - url: String! -} - -""" -A contributions collection aggregates contributions such as opened issues and commits created by a user. -""" -type GitHubContributionsCollection { - """Commit contributions made by the user, grouped by repository.""" - commitContributionsByRepository( - """How many repositories should be included.""" - maxRepositories: Int - ): [GitHubCommitContributionsByRepository!]! - - """A calendar of this user's contributions on GitHub.""" - contributionCalendar: GitHubContributionCalendar! - - """ - The years the user has been making contributions with the most recent year first. - """ - contributionYears: [Int!]! - - """ - Determine if this collection's time span ends in the current month. - - """ - doesEndInCurrentMonth: Boolean! - - """ - The date of the first restricted contribution the user made in this time period. Can only be non-null when the user has enabled private contribution counts. - """ - earliestRestrictedContributionDate: String - - """The ending date and time of this collection.""" - endedAt: String! - - """ - The first issue the user opened on GitHub. This will be null if that issue was opened outside the collection's time range and ignoreTimeRange is false. If the issue is not visible but the user has opted to show private contributions, a RestrictedContribution will be returned. - """ - firstIssueContribution: GitHubCreatedIssueOrRestrictedContribution - - """ - The first pull request the user opened on GitHub. This will be null if that pull request was opened outside the collection's time range and ignoreTimeRange is not true. If the pull request is not visible but the user has opted to show private contributions, a RestrictedContribution will be returned. - """ - firstPullRequestContribution: GitHubCreatedPullRequestOrRestrictedContribution - - """ - The first repository the user created on GitHub. This will be null if that first repository was created outside the collection's time range and ignoreTimeRange is false. If the repository is not visible, then a RestrictedContribution is returned. - """ - firstRepositoryContribution: GitHubCreatedRepositoryOrRestrictedContribution - - """ - Does the user have any more activity in the timeline that occurred prior to the collection's time range? - """ - hasActivityInThePast: Boolean! - - """Determine if there are any contributions in this collection.""" - hasAnyContributions: Boolean! - - """ - Determine if the user made any contributions in this time frame whose details are not visible because they were made in a private repository. Can only be true if the user enabled private contribution counts. - """ - hasAnyRestrictedContributions: Boolean! - - """Whether or not the collector's time span is all within the same day.""" - isSingleDay: Boolean! - - """A list of issues the user opened.""" - issueContributions( - """Ordering options for contributions returned from the connection.""" - orderBy: GitHubContributionOrder - - """Should the user's most commented issue be excluded from the result.""" - excludePopular: Boolean - - """Should the user's first issue ever be excluded from the result.""" - excludeFirst: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedIssueContributionConnection! - - """Issue contributions made by the user, grouped by repository.""" - issueContributionsByRepository( - """Should the user's most commented issue be excluded from the result.""" - excludePopular: Boolean - - """Should the user's first issue ever be excluded from the result.""" - excludeFirst: Boolean - - """How many repositories should be included.""" - maxRepositories: Int - ): [GitHubIssueContributionsByRepository!]! - - """ - When the user signed up for GitHub. This will be null if that sign up date falls outside the collection's time range and ignoreTimeRange is false. - """ - joinedGitHubContribution: GitHubJoinedGitHubContribution - - """ - The date of the most recent restricted contribution the user made in this time period. Can only be non-null when the user has enabled private contribution counts. - """ - latestRestrictedContributionDate: String - - """ - When this collection's time range does not include any activity from the user, use this - to get a different collection from an earlier time range that does have activity. - - """ - mostRecentCollectionWithActivity: GitHubContributionsCollection - - """ - Returns a different contributions collection from an earlier time range than this one - that does not have any contributions. - - """ - mostRecentCollectionWithoutActivity: GitHubContributionsCollection - - """ - The issue the user opened on GitHub that received the most comments in the specified - time frame. - - """ - popularIssueContribution: GitHubCreatedIssueContribution - - """ - The pull request the user opened on GitHub that received the most comments in the - specified time frame. - - """ - popularPullRequestContribution: GitHubCreatedPullRequestContribution - - """Pull request contributions made by the user.""" - pullRequestContributions( - """Ordering options for contributions returned from the connection.""" - orderBy: GitHubContributionOrder - - """ - Should the user's most commented pull request be excluded from the result. - """ - excludePopular: Boolean - - """Should the user's first pull request ever be excluded from the result.""" - excludeFirst: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedPullRequestContributionConnection! - - """Pull request contributions made by the user, grouped by repository.""" - pullRequestContributionsByRepository( - """ - Should the user's most commented pull request be excluded from the result. - """ - excludePopular: Boolean - - """Should the user's first pull request ever be excluded from the result.""" - excludeFirst: Boolean - - """How many repositories should be included.""" - maxRepositories: Int - ): [GitHubPullRequestContributionsByRepository!]! - - """Pull request review contributions made by the user.""" - pullRequestReviewContributions( - """Ordering options for contributions returned from the connection.""" - orderBy: GitHubContributionOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedPullRequestReviewContributionConnection! - - """ - Pull request review contributions made by the user, grouped by repository. - """ - pullRequestReviewContributionsByRepository( - """How many repositories should be included.""" - maxRepositories: Int - ): [GitHubPullRequestReviewContributionsByRepository!]! - - """ - A list of repositories owned by the user that the user created in this time range. - """ - repositoryContributions( - """Ordering options for contributions returned from the connection.""" - orderBy: GitHubContributionOrder - - """Should the user's first repository ever be excluded from the result.""" - excludeFirst: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCreatedRepositoryContributionConnection! - - """ - A count of contributions made by the user that the viewer cannot access. Only non-zero when the user has chosen to share their private contribution counts. - """ - restrictedContributionsCount: Int! - - """The beginning date and time of this collection.""" - startedAt: String! - - """How many commits were made by the user in this time span.""" - totalCommitContributions: Int! - - """How many issues the user opened.""" - totalIssueContributions( - """Should the user's most commented issue be excluded from this count.""" - excludePopular: Boolean - - """Should the user's first issue ever be excluded from this count.""" - excludeFirst: Boolean - ): Int! - - """How many pull requests the user opened.""" - totalPullRequestContributions( - """ - Should the user's most commented pull request be excluded from this count. - """ - excludePopular: Boolean - - """Should the user's first pull request ever be excluded from this count.""" - excludeFirst: Boolean - ): Int! - - """How many pull request reviews the user left.""" - totalPullRequestReviewContributions: Int! - - """How many different repositories the user committed to.""" - totalRepositoriesWithContributedCommits: Int! - - """How many different repositories the user opened issues in.""" - totalRepositoriesWithContributedIssues( - """Should the user's most commented issue be excluded from this count.""" - excludePopular: Boolean - - """Should the user's first issue ever be excluded from this count.""" - excludeFirst: Boolean - ): Int! - - """How many different repositories the user left pull request reviews in.""" - totalRepositoriesWithContributedPullRequestReviews: Int! - - """How many different repositories the user opened pull requests in.""" - totalRepositoriesWithContributedPullRequests( - """ - Should the user's most commented pull request be excluded from this count. - """ - excludePopular: Boolean - - """Should the user's first pull request ever be excluded from this count.""" - excludeFirst: Boolean - ): Int! - - """How many repositories the user created.""" - totalRepositoryContributions( - """Should the user's first repository ever be excluded from this count.""" - excludeFirst: Boolean - ): Int! - - """The user who made the contributions in this collection.""" - user: GitHubUser! -} - -"""Represents any entity on GitHub that has a profile page.""" -interface GitHubProfileOwner { - """ - Determine if this repository owner has any items that can be pinned to their profile. - """ - anyPinnableItems( - """Filter to only a particular kind of pinnable item.""" - type: GitHubPinnableItemType - ): Boolean! - - """The public profile email.""" - email: String - - """""" - id: ID! - - """ - Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. - """ - itemShowcase: GitHubProfileItemShowcase! - - """The public profile location.""" - location: String - - """The username used to login.""" - login: String! - - """The public profile name.""" - name: String - - """ - A list of repositories and gists this profile owner can pin to their profile. - """ - pinnableItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter the types of pinnable items that are returned.""" - types: [GitHubPinnableItemType!] - ): GitHubPinnableItemConnection! - - """ - A list of repositories and gists this profile owner has pinned to their profile - """ - pinnedItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter the types of pinned items that are returned.""" - types: [GitHubPinnableItemType!] - ): GitHubPinnableItemConnection! - - """ - Returns how many more items this profile owner can pin to their profile. - """ - pinnedItemsRemaining: Int! - - """Can the viewer pin repositories and gists to the profile?""" - viewerCanChangePinnedItems: Boolean! - - """The public profile website URL.""" - websiteUrl: String -} - -enum GitHubTeamRole { - """User has admin rights on the team.""" - ADMIN - - """User is a member of the team.""" - MEMBER -} - -enum GitHubOrganizationMemberRole { - """The user is a member of the organization.""" - MEMBER - - """The user is an administrator of the organization.""" - ADMIN -} - -"""Represents a user within an organization.""" -type GitHubOrganizationMemberEdge { - """A cursor for use in pagination.""" - cursor: String! - - """ - Whether the organization member has two factor enabled or not. Returns null if information is not available to viewer. - """ - hasTwoFactorEnabled: Boolean - - """The item at the end of the edge.""" - node: GitHubUser - - """The role this user has in the organization.""" - role: GitHubOrganizationMemberRole -} - -"""The connection type for User.""" -type GitHubOrganizationMemberConnection { - """A list of edges.""" - edges: [GitHubOrganizationMemberEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An edge in a connection.""" -type GitHubPinnableItemEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPinnableItem -} - -"""The connection type for PinnableItem.""" -type GitHubPinnableItemConnection { - """A list of edges.""" - edges: [GitHubPinnableItemEdge] - - """A list of nodes.""" - nodes: [GitHubPinnableItem] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -A curatable list of repositories relating to a repository owner, which defaults to showing the most popular repositories they own. -""" -type GitHubProfileItemShowcase { - """Whether or not the owner has pinned any repositories or gists.""" - hasPinnedItems: Boolean! - - """ - The repositories and gists in the showcase. If the profile owner has any pinned items, those will be returned. Otherwise, the profile owner's popular repositories will be returned. - """ - items( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPinnableItemConnection! -} - -enum GitHubAuditLogOrderField { - """Order audit log entries by timestamp""" - CREATED_AT -} - -"""Ordering options for Audit Log connections.""" -input GitHubAuditLogOrder { - """The ordering direction.""" - direction: GitHubOrderDirection - - """The field to order Audit Logs by.""" - field: GitHubAuditLogOrderField -} - -"""""" -type BrexMerchantCategoryEdge { - """""" - cursor: String - - """""" - node: BrexMerchantCategory -} - -"""""" -type BrexMerchantCategoryConnection { - """""" - edges: [BrexMerchantCategoryEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexUserCategoryEdge { - """""" - cursor: String - - """""" - node: BrexUserCategory -} - -"""""" -type BrexUserCategoryConnection { - """""" - edges: [BrexUserCategoryEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexExpensifySetupInstructions { - """""" - copilotEmail: String -} - -"""""" -union BrexSetupInstructions = BrexExpensifySetupInstructions - -"""""" -type BrexNetsuiteSubsidiary { - """""" - name: String! - - """""" - vendorInternalId: String! -} - -enum BrexBatchEntity { - DEPARTMENT - LOCATION - USER -} - -enum BrexBatchCadence { - DAILY - MONTHLY - SINGLE_ENTRY - WEEKLY -} - -"""""" -type BrexBatchSettings { - """""" - cadence: BrexBatchCadence - - """""" - entity: BrexBatchEntity -} - -"""""" -type BrexIntegrationSettings { - """""" - batchSettings: BrexBatchSettings - - """""" - netsuiteSubsidiary: BrexNetsuiteSubsidiary - - """""" - syncDateRangeEnd: String - - """""" - syncDateRangeStart: String - - """""" - syncFrom: String -} - -enum BrexIntegrationScope { - COLLECTIONS - EXPENSES - REWARDS_REDEMPTIONS -} - -"""""" -type BrexIntegrationUserEdge { - """""" - cursor: String - - """""" - node: BrexIntegrationUser -} - -"""""" -type BrexIntegrationUserConnection { - """""" - edges: [BrexIntegrationUserEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexIntegrationRuleEdge { - """""" - cursor: String - - """""" - node: BrexIntegrationRule -} - -"""""" -type BrexIntegrationRuleConnection { - """""" - edges: [BrexIntegrationRuleEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexExternalIntegrationEntityEdge { - """""" - cursor: String - - """""" - node: BrexExternalIntegrationEntity -} - -"""""" -type BrexExternalIntegrationEntityConnection { - """""" - edges: [BrexExternalIntegrationEntityEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexExportEdge { - """""" - cursor: String - - """""" - node: BrexExport -} - -"""""" -type BrexExportConnection { - """""" - edges: [BrexExportEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexExport implements OneGraphNode & BrexNode { - """""" - errorMessage: String - - """The ID of an object""" - id: ID! - - """""" - insertedAt: String! - - """""" - status: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexFedachParticipant implements OneGraphNode & BrexNode { - """""" - changeDate: String! - - """""" - customerAddress: String! - - """""" - customerAreaCode: String! - - """""" - customerCity: String! - - """""" - customerName: String! - - """""" - customerPhonePrefix: String! - - """""" - customerPhoneSuffix: String! - - """""" - customerState: String! - - """""" - customerZip: String! - - """""" - customerZipExt: String! - - """""" - dataViewCode: String! - - """The ID of an object""" - id: ID! - - """""" - institutionStatusCode: String! - - """""" - newRoutingNumber: String! - - """""" - officeCode: String! - - """""" - recordTypeCode: String! - - """""" - routingNumber: String! - - """""" - servicingFrbNumber: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexFedwireParticipant implements OneGraphNode & BrexNode { - """""" - changeDate: String - - """""" - customerCity: String! - - """""" - customerName: String! - - """""" - customerState: String! - - """""" - fundsEligibility: String! - - """""" - fundsSettlementOnlyStatus: String - - """The ID of an object""" - id: ID! - - """""" - routingNumber: String! - - """""" - securitiesEligibility: String! - - """""" - telegraphicName: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexIntegrationErrorDetails implements OneGraphNode & BrexNode { - """""" - count: Int! - - """""" - errorSubtype: String - - """""" - errorType: String! - - """The ID of an object""" - id: ID! - - """""" - maxPostedAt: String! - - """""" - minPostedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum BrexIntegrationRulesFilterFacetType { - CONFLICTING - CUSTOM - MERCHANT - OVERRIDE -} - -"""""" -type BrexIntegrationRulesFilterFacet implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - rules: [BrexIntegrationRule] - - """""" - type: BrexIntegrationRulesFilterFacetType - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexIntegrationUser implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - user: BrexUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum BrexMilesTransferStatus { - FAILED - PROCESSING - SUCCEEDED - UNKNOWN -} - -enum BrexMilesTransferFailureReason { - """A generic error occurred during miles transaction""" - GENERIC_ERROR - - """Membership is invalid""" - INVALID_MEMBER_INFORMATION_ID - - """Membership account is ineligible""" - MEMBER_ACCOUNT_INELEGIBLE - - """Membership name does not match""" - MEMBER_NAME_NOT_MATCHING -} - -"""""" -type BrexMilesTransfer implements OneGraphNode & BrexNode { - """""" - failureReasons: [BrexMilesTransferFailureReason] - - """The ID of an object""" - id: ID! - - """""" - initiatedByUser: BrexUser - - """""" - insertedAt: String - - """""" - loyaltyProgram: BrexLoyaltyProgram - - """""" - milesAmount: Int - - """""" - pointsAmount: Int - - """""" - programMembership: BrexProgramMembership - - """""" - referenceId: String! - - """""" - status: BrexMilesTransferStatus - - """""" - toUser: BrexUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum BrexOnboardingInformationRequestType { - EXTRA - INITIAL -} - -enum BrexOnboardingInformationRequestStatus { - COMPLETE - IN_PROGRESS - NEW -} - -"""""" -type BrexOnboardingPageDSuitability { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormEmpty! -} - -"""""" -type BrexOnboardingPageDTerms { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormEmpty! -} - -"""""" -type BrexOnboardingPageEmailVerification { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormBlocking! -} - -"""""" -type BrexOnboardingPageForm { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormJsonSchema! -} - -"""""" -type BrexOnboardingPageFundingSource { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormEmpty! -} - -"""""" -type BrexOnboardingPageMfa { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormEmpty! -} - -"""""" -type BrexOnboardingPagePersona { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormPersona! -} - -"""""" -type BrexOnboardingPageUwBankConnection { - """""" - canSkipStatements: Boolean! - - """""" - content: BrexOnboardingFormUwBankConnection! - - """""" - shouldPromptStatements: Boolean! -} - -"""""" -type BrexOnboardingPageUwEcommerceConnection { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormUwEcommerceConnection! -} - -"""""" -union BrexOnboardingSubmittablePage = BrexOnboardingPageUwEcommerceConnection | BrexOnboardingPageUwBankConnection | BrexOnboardingPagePersona | BrexOnboardingPageMfa | BrexOnboardingPageFundingSource | BrexOnboardingPageForm | BrexOnboardingPageEmailVerification | BrexOnboardingPageDTerms | BrexOnboardingPageDSuitability - -"""""" -type BrexOnboardingFormBlocking { - """""" - _: Boolean -} - -"""""" -type BrexOnboardingFormEmpty { - """""" - _: Boolean -} - -"""""" -type BrexOnboardingFormPersona { - """""" - templateId: String -} - -"""""" -type BrexOnboardingFormUwBankConnection { - """""" - _: Boolean -} - -"""""" -type BrexOnboardingFormUwEcommerceConnection { - """""" - _: Boolean -} - -"""""" -union BrexOnboardingInformationRequestContent = BrexOnboardingFormUwEcommerceConnection | BrexOnboardingFormUwBankConnection | BrexOnboardingFormPersona | BrexOnboardingFormJsonSchema | BrexOnboardingFormEmpty | BrexOnboardingFormBlocking - -"""""" -type BrexOnboardingFormJsonSchema { - """""" - jsonSchema: String! - - """""" - uiSchema: String -} - -"""""" -type BrexOnboardingPagePhotoIdIntro { - """""" - _: Boolean - - """""" - content: BrexOnboardingFormJsonSchema! -} - -"""""" -union BrexOnboardingNonSubmittablePage = BrexOnboardingPagePhotoIdIntro - -enum BrexOnboardingApplicationStatus { - """Application approved""" - APPROVED - - """Error""" - ERROR - - """User needs to submit evidence requests (before application submission)""" - IN_PROGRESS - - """User needs to submit evidence requests (after application submission)""" - PENDING_EVIDENCE - - """Application needs to be manually reviewed""" - PENDING_REVIEW - - """ - New application or all evidence requests were submitted but application has not been submitted yet - """ - PROCESSING - - """Same as processing. Will be deprecated.""" - PROCESSING_EVIDENCES - - """Application rejected""" - REJECTED - - """Application submitted by user""" - SUBMITTED -} - -"""""" -type BrexOnboardingInformationRequestEdge { - """""" - cursor: String - - """""" - node: BrexOnboardingInformationRequest -} - -"""""" -type BrexOnboardingInformationRequestConnection { - """""" - edges: [BrexOnboardingInformationRequestEdge] - - """""" - pageInfo: BrexPageInfo! -} - -enum BrexOnboardingBlueprintType { - """Applications to change the user's cash role""" - CHANGE_ROLE - - """Cash upsell applications""" - DEPOSITS - - """Net-new product applications""" - PRODUCT_V1 - - """Onboarding flows to set up a user's account""" - USER_SETUP -} - -"""""" -type BrexOnboardingBlueprint implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """The specific implementation of the blueprint type""" - name: String! - - """ - Determines which application handler will be used to process the application - """ - type: BrexOnboardingBlueprintType! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexOnboardingApplication implements OneGraphNode & BrexNode { - """The blueprint that this application will follow""" - blueprint: BrexOnboardingBlueprint! - - """The application creator""" - createdByUser: BrexUser! - - """The ID of an object""" - id: ID! - - """Information requests to be completed by the applicant""" - informationRequests(last: Int, first: Int, before: String, after: String): BrexOnboardingInformationRequestConnection - - """The total number of information requests""" - informationRequestsCount: Int! - - """The status of the application""" - status: BrexOnboardingApplicationStatus! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexOnboardingInformationRequest implements OneGraphNode & BrexNode { - """""" - application: BrexOnboardingApplication! - - """""" - beforePages: [BrexOnboardingNonSubmittablePage!]! - - """""" - content: BrexOnboardingInformationRequestContent! @deprecated(reason: "Use contentPage.content instead") - - """""" - contentPage: BrexOnboardingSubmittablePage! - - """""" - data: String - - """The ID of an object""" - id: ID! - - """""" - status: BrexOnboardingInformationRequestStatus! - - """""" - type: BrexOnboardingInformationRequestType! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum BrexProductApplicationStatus { - APPROVED - IN_PROGRESS - NEW - PENDING_EVIDENCE - PENDING_REVIEW - REJECTED - SUBMITTED -} - -"""""" -type BrexProductApplicationInformationRequest { - """""" - form: String - - """""" - id: String -} - -"""""" -type BrexProductApplication implements OneGraphNode & BrexNode { - """""" - account: BrexAccount - - """The ID of an object""" - id: ID! - - """""" - informationRequests: [BrexProductApplicationInformationRequest] - - """""" - payload: String - - """""" - status: BrexProductApplicationStatus - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum BrexReferralStatus { - COMPLETED - INVITE_SENT - PENDING_INVITE - SIGNED_UP -} - -enum BrexReferralRewardType { - GIFT_CARD - POINTS - WAIVED_CARD_FEES -} - -"""""" -type BrexReferralReward { - """""" - amount: Int! - - """""" - type: BrexReferralRewardType! -} - -"""""" -type BrexReferral implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - referredEmail: String! - - """""" - referredReward: BrexReferralReward! - - """""" - referrerReward: BrexReferralReward! - - """""" - status: BrexReferralStatus! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRewardsTriggerEdge { - """""" - cursor: String - - """""" - node: BrexRewardsTrigger -} - -"""""" -type BrexRewardsTriggerConnection { - """""" - edges: [BrexRewardsTriggerEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexRewardsCampaign implements OneGraphNode & BrexNode { - """""" - description: String! - - """The ID of an object""" - id: ID! - - """""" - name: String! - - """""" - rewardsTriggers(last: Int, first: Int, before: String, after: String): BrexRewardsTriggerConnection - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRoleRulePredicate { - """""" - customerAccountId: String - - """""" - customerUserId: String -} - -"""""" -type BrexRoleRule { - """""" - actions: [String] - - """""" - predicates: [BrexRoleRulePredicate] - - """""" - resources: [String] -} - -"""""" -type BrexRole implements OneGraphNode & BrexNode { - """""" - description: String - - """The ID of an object""" - id: ID! - - """""" - name: String! - - """""" - rules: [BrexRoleRule] - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexBiweeklyClosingStrategy { - """""" - dayOfWeek: Int -} - -"""""" -type BrexEveryNDaysClosingStrategy { - """""" - numDays: Int -} - -"""""" -type BrexMonthlyClosingStrategy { - """""" - dayOfMonth: Int -} - -"""""" -type BrexSemiMonthlyClosingStrategy { - """""" - firstDay: Int - - """""" - secondDay: Int -} - -"""""" -type BrexSemiWeeklyClosingStrategy { - """""" - firstDay: Int - - """""" - secondDay: Int -} - -"""""" -type BrexWeeklyClosingStrategy { - """""" - dayOfWeek: Int -} - -"""""" -union BrexClosingStrategy = BrexWeeklyClosingStrategy | BrexSemiWeeklyClosingStrategy | BrexSemiMonthlyClosingStrategy | BrexMonthlyClosingStrategy | BrexEveryNDaysClosingStrategy | BrexBiweeklyClosingStrategy - -"""""" -type BrexServicingPolicy implements OneGraphNode & BrexNode { - """""" - closingStrategy: BrexClosingStrategy - - """""" - collectedNumDaysAfterClose: Int - - """""" - delinquentNumDaysAfterClose: Int - - """The ID of an object""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRuleEdge { - """""" - cursor: String - - """""" - node: BrexRule -} - -"""""" -type BrexRuleConnection { - """""" - edges: [BrexRuleEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexMilesTransferQuote { - """""" - exchangeRate: Int! - - """""" - redemptionOfferId: String! -} - -enum BrexLoyaltyProgramAlliance { - ONE_WORLD - SKY_TEAM - STAR_ALLIANCE - TRUEBLUE -} - -"""""" -type BrexLoyaltyProgramConfig { - """""" - alliance: BrexLoyaltyProgramAlliance! - - """""" - membershipIdRegex: String! - - """""" - minimumMiles: Int! -} - -"""""" -type BrexAscendaMaintenance { - """""" - creditingDelayHours: Int - - """""" - enabled: Boolean! -} - -"""""" -type BrexAscendaDetails { - """""" - currencyName: String - - """""" - description: String - - """""" - enrollmentLink: String - - """""" - estimatedProcessingTimeHours: Int - - """""" - fullCurrencyName: String - - """""" - maintenance: BrexAscendaMaintenance! - - """""" - partnerName: String - - """""" - programName: String - - """""" - shortProgramName: String - - """""" - termsAndConditionsLink: String -} - -"""""" -type BrexLoyaltyProgram implements OneGraphNode & BrexNode { - """""" - ascendaDetails: BrexAscendaDetails! - - """""" - ascendaProgramId: String! - - """""" - config: BrexLoyaltyProgramConfig - - """The ID of an object""" - id: ID! - - """""" - imageUrl: String! - - """""" - quote: BrexMilesTransferQuote - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexProgramMembership implements OneGraphNode & BrexNode { - """""" - firstName: String - - """The ID of an object""" - id: ID! - - """""" - lastName: String - - """""" - loyaltyProgram: BrexLoyaltyProgram - - """""" - membershipId: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexProgramMembershipEdge { - """""" - cursor: String - - """""" - node: BrexProgramMembership -} - -"""""" -type BrexProgramMembershipConnection { - """""" - edges: [BrexProgramMembershipEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexMonthlyUserBalance { - """""" - amountSpent: Int! - - """""" - month: String! - - """""" - year: Int! -} - -enum BrexDepositsRole { - ADMIN - BOOKKEEPER -} - -enum BrexChannelStatus { - DISABLED - PENDING_VERIFICATION - READY -} - -"""""" -type BrexChannelEmailOptions { - """""" - email: String -} - -enum BrexPushProviderType { - APNS - FCM -} - -"""""" -type BrexDeviceInformation { - """""" - additionalInformation: String - - """""" - appVersion: String! - - """""" - model: String! - - """""" - os: String! -} - -"""""" -type BrexChannelPushOptions { - """""" - deviceInformation: BrexDeviceInformation - - """""" - deviceToken: String - - """""" - type: BrexPushProviderType -} - -"""""" -type BrexChannelSmsOptions { - """""" - number: String -} - -"""""" -union BrexChannelOptions = BrexChannelSmsOptions | BrexChannelPushOptions | BrexChannelEmailOptions - -enum BrexNotificationType { - CARD_IS_SHIPPING - DEPOSITS_TRANSACTION_STATUS - LIMIT_WARNING - TRANSACTION_APPROVED - TRANSACTION_REFUSED -} - -"""""" -type BrexTransactionPresenceNotificationFilter { - """""" - isPhysical: Boolean -} - -"""""" -union BrexNotificationFilter = BrexTransactionPresenceNotificationFilter - -"""""" -type BrexNotificationSubscription implements OneGraphNode & BrexNode { - """""" - channel: BrexChannel - - """""" - filters: [BrexNotificationFilter] - - """The ID of an object""" - id: ID! - - """""" - notificationType: BrexNotificationType - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexNotificationSubscriptionEdge { - """""" - cursor: String - - """""" - node: BrexNotificationSubscription -} - -"""""" -type BrexNotificationSubscriptionConnection { - """""" - edges: [BrexNotificationSubscriptionEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexChannel implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - notificationSubscriptions(last: Int, first: Int, before: String, after: String): BrexNotificationSubscriptionConnection - - """""" - options: BrexChannelOptions - - """""" - status: BrexChannelStatus - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexChannelEdge { - """""" - cursor: String - - """""" - node: BrexChannel -} - -"""""" -type BrexChannelConnection { - """""" - edges: [BrexChannelEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexCardEdge { - """""" - cursor: String - - """""" - node: BrexCard -} - -"""""" -type BrexCardConnection { - """""" - edges: [BrexCardEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexFinancialMfaChallengeChoice { - """""" - choiceId: String - - """""" - text: String -} - -"""""" -type BrexFinancialMfaChallengeChoicesQuestion { - """""" - choices: [BrexFinancialMfaChallengeChoice] - - """""" - questionId: String - - """""" - text: String -} - -"""""" -type BrexFinancialMfaChallengeImageQuestion { - """""" - image: String - - """""" - questionId: String - - """""" - text: String -} - -"""""" -type BrexFinancialMfaChallengeTextQuestion { - """""" - questionId: String - - """""" - text: String -} - -"""""" -union BrexFinancialMfaChallengeQuestion = BrexFinancialMfaChallengeTextQuestion | BrexFinancialMfaChallengeImageQuestion | BrexFinancialMfaChallengeChoicesQuestion - -"""""" -type BrexFinancialMfaChallenge { - """""" - financialSource: BrexFinancialSource - - """""" - questions: [BrexFinancialMfaChallengeQuestion] -} - -"""""" -union BrexFinancialsSourceResult = BrexFinancialSource | BrexFinancialMfaChallenge - -enum BrexFinancialSourceStatus { - ACTIVE - CONNECTING - ERROR - INVALID - PENDING - USER_ACTION -} - -"""""" -type BrexFinicityPayload { - """""" - needsMigration: Boolean! -} - -"""""" -union BrexFinancialSourcePayload = BrexFinicityPayload - -"""""" -type BrexFinancialBalance implements OneGraphNode & BrexNode { - """Time of balance""" - accrualTime: String! - - """Amount of balance in cents""" - amount: Int! - - """The ID of an object""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum BrexFinancialAccountType { - CHECKING - CREDIT_CARD - INVESTMENT - LINE_OF_CREDIT - LOAN - MORTGAGE - SAVINGS -} - -enum BrexFinancialLoginFieldContentType { - IMAGE - PASSWORD - TEXT - UNKNOWN - USERNAME -} - -"""""" -type BrexFinancialLoginField { - """""" - contentType: BrexFinancialLoginFieldContentType - - """""" - description: String - - """""" - id: String - - """""" - masked: Boolean - - """""" - name: String - - """""" - order: Int -} - -"""""" -type BrexFinancialInstitutionImageUrls { - """""" - icon: String - - """""" - logo: String -} - -"""""" -type BrexFinancialInstitution implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - imageUrls: BrexFinancialInstitutionImageUrls - - """""" - loginFields: [BrexFinancialLoginField] - - """""" - loginInstructions: String - - """""" - logoUrl: String @deprecated(reason: "Use image_urls->>logo instead") - - """""" - name: String - - """""" - order: Int - - """""" - website: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexFinancialAccountDetails { - """Last 4 digits of account number if it exists.""" - accountNumberLast4: String - - """""" - institution: BrexFinancialInstitution - - """Last 4 digits of routing number if it exists.""" - routingNumberLast4: String - - """""" - type: BrexFinancialAccountType -} - -"""""" -type BrexFinancialAccount implements OneGraphNode & BrexNode { - """""" - description: String - - """""" - details: BrexFinancialAccountDetails - - """The ID of an object""" - id: ID! - - """""" - latestBalance: BrexFinancialBalance - - """""" - name: String - - """""" - priority: BrexFundingSourcePriority - - """""" - source: BrexFinancialSource - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexFinancialAccountEdge { - """""" - cursor: String - - """""" - node: BrexFinancialAccount -} - -"""""" -type BrexFinancialAccountConnection { - """""" - edges: [BrexFinancialAccountEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexFinancialSource implements OneGraphNode & BrexNode { - """""" - accounts(last: Int, first: Int, before: String, after: String): BrexFinancialAccountConnection - - """The ID of an object""" - id: ID! - - """""" - institution: BrexFinancialInstitution - - """""" - payload: BrexFinancialSourcePayload - - """""" - status: BrexFinancialSourceStatus - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexFinancialSourceEdge { - """""" - cursor: String - - """""" - node: BrexFinancialSource -} - -"""""" -type BrexFinancialSourceConnection { - """""" - edges: [BrexFinancialSourceEdge] - - """""" - pageInfo: BrexPageInfo! -} - -enum BrexDepositsTransactionType { - ACH - ACH_RETURN - ADMIN_BALANCE_ADJUSTMENT - CARD_COLLECTION - CHEQUE - CHEQUE_RETURN - DIVIDEND - WIRE -} - -enum BrexStatus { - PROCESSED - PROCESSING -} - -"""""" -type BrexAchDetails { - """""" - counterparty: BrexCounterparty! - - """""" - estimatedOn: String! - - """""" - initiatorCustomerUser: BrexUser - - """""" - method: BrexMethod! - - """""" - origin: BrexOrigin! - - """""" - transferDescription: String -} - -"""""" -type BrexAchReturnDetails { - """""" - counterparty: BrexCounterparty! - - """""" - initiatorCustomerUser: BrexUser - - """""" - method: BrexMethod! - - """""" - origin: BrexOrigin! - - """""" - returnReason: BrexReturnReason! -} - -"""""" -type BrexBrexOriginatedChequeDetails { - """""" - chequeMemo: String - - """""" - chequeNumber: Int! - - """""" - counterparty: BrexCounterparty! - - """""" - expectedDeliveryDate: String - - """""" - recipientName: String - - """""" - returnReason: BrexReturnReason - - """""" - sentAt: String - - """""" - type: BrexTxType -} - -"""""" -type BrexCardCollectionDetails { - """""" - collectionAttempt: BrexCollectionAttempt! - - """""" - collectionId: String! -} - -"""""" -type BrexDepositsAdminBalanceAdjustmentDetails { - """""" - description: String - - """""" - method: BrexMethod! -} - -enum BrexInstrumentCode { - NASDAQ_DAGXX - NASDAQ_DGCXX - NASDAQ_DGVXX - NASDAQ_DPGXX - NASDAQ_GGBXX - NASDAQ_GGDXX - NASDAQ_GGSXX - NASDAQ_GSBXX - USD -} - -"""""" -type BrexFinancialInstrument { - """""" - code: BrexInstrumentCode - - """""" - name: String - - """""" - tickerSymbol: String -} - -"""""" -type BrexDividendDetails { - """""" - forFinancialInstrument: BrexFinancialInstrument - - """""" - paidOn: String -} - -"""""" -type BrexExternallyOriginatedChequeDetails { - """""" - backImageSrc: String - - """""" - chequeMemo: String - - """""" - frontImageSrc: String - - """""" - returnReason: BrexReturnReason - - """""" - senderName: String - - """""" - type: BrexTxType -} - -enum BrexTxType { - RETURN - STANDARD -} - -enum BrexReturnReason { - ACCOUNT_NOT_FOUND - CORPORATE_CUSTOMER_ADVISES_NOT_AUTHORIZED - CREDIT_ENTRY_REFUSED_BY_RECEIVER - INCORRECTLY_CODED_OUTBOUND_INTERNATIONAL_PAYMENT - INSUFFICIENT_FUNDS - UNKNOWN -} - -enum BrexTxPaymentRail { - ACH - CHEQUE - WIRE -} - -"""""" -type BrexPaymentDetails { - """""" - counterparty: BrexCounterparty! - - """""" - estimatedOn: String - - """""" - estimatedOnLatest: String - - """""" - fedReferenceNumber: String - - """""" - initiatorCustomerUser: BrexUser - - """""" - method: BrexMethod! - - """""" - origin: BrexOrigin! - - """""" - paymentRail: BrexTxPaymentRail - - """""" - returnReason: BrexReturnReason - - """""" - transferDescription: String - - """""" - type: BrexTxType -} - -enum BrexOrigin { - BREX - EXTERNAL -} - -enum BrexMethod { - CREDIT - DEBIT -} - -"""""" -type BrexWireDetails { - """""" - counterparty: BrexCounterparty! - - """""" - estimatedOn: String! - - """""" - estimatedOnLatest: String - - """""" - fedReferenceNumber: String - - """""" - initiatorCustomerUser: BrexUser - - """""" - method: BrexMethod! - - """""" - origin: BrexOrigin! - - """""" - transferDescription: String -} - -"""""" -union BrexDepositsTransactionDetails = BrexWireDetails | BrexPaymentDetails | BrexExternallyOriginatedChequeDetails | BrexDividendDetails | BrexDepositsAdminBalanceAdjustmentDetails | BrexCardCollectionDetails | BrexBrexOriginatedChequeDetails | BrexAchReturnDetails | BrexAchDetails - -"""""" -type BrexDepositsTransaction implements OneGraphNode & BrexNode { - """""" - amount: Int! - - """""" - counterpartyName: String - - """""" - depositsTraceId: String! - - """""" - details: BrexDepositsTransactionDetails! - - """The ID of an object""" - id: ID! - - """""" - memo: String - - """""" - postedAt: String! - - """""" - settledAt: String - - """""" - snapshotBalance: Int - - """""" - status: BrexStatus! - - """""" - type: BrexDepositsTransactionType! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexDepositsTransactionEdge { - """""" - cursor: String - - """""" - node: BrexDepositsTransaction -} - -"""""" -type BrexDepositsTransactionConnection { - """""" - edges: [BrexDepositsTransactionEdge] - - """""" - pageInfo: BrexPageInfo! - - """""" - totalCount: Int! -} - -enum BrexDepositsAccountStatusReason { - PENDING_VERIFICATION -} - -enum BrexDepositsAccountStatus { - ACTIVE - CLOSED - REJECTED - RESTRICTED - SUSPENDED -} - -"""""" -type BrexDepositsStatement implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - name: String! - - """""" - periodEndTime: String! - - """""" - periodStartTime: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexDepositsStatementEdge { - """""" - cursor: String - - """""" - node: BrexDepositsStatement -} - -"""""" -type BrexDepositsStatementConnection { - """""" - edges: [BrexDepositsStatementEdge] - - """""" - pageInfo: BrexPageInfo! -} - -enum BrexType { - CHECKING - SAVINGS -} - -enum BrexPaymentRail { - ACH - CHEQUE - WIRE -} - -enum BrexAccountLocation { - DOMESTIC - INTERNATIONAL -} - -enum BrexClass { - BUSINESS - PERSONAL -} - -"""""" -type BrexCounterparty implements OneGraphNode & BrexNode { - """""" - accountNumber: String - - """""" - address: BrexAddress - - """""" - approverUser: BrexUser - - """""" - beneficiaryBankAddress: BrexAddress - - """""" - beneficiaryBankInfo: String - - """""" - beneficiaryBankName: String - - """""" - chequeRecipientName: String - - """""" - class: BrexClass - - """""" - email: String - - """The ID of an object""" - id: ID! - - """""" - location: BrexAccountLocation! - - """""" - name: String! - - """""" - paymentRail: BrexPaymentRail! - - """""" - routingNumber: String - - """""" - type: BrexType - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexCounterpartyEdge { - """""" - cursor: String - - """""" - node: BrexCounterparty -} - -"""""" -type BrexCounterpartyConnection { - """""" - edges: [BrexCounterpartyEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexBalanceBreakdown { - """""" - availableBalance: Int! - - """""" - processingBalance: Int! - - """""" - sameDayCardBalance: Int! -} - -"""""" -type BrexDepositsAccount implements OneGraphNode & BrexNode { - """The account number, this will be null for restricted accounts""" - accountNumber: String - - """""" - balance: Int! - - """""" - balanceBreakdown: BrexBalanceBreakdown! - - """""" - balanceIn(timeWindowDays: Int!): Int! - - """""" - balanceOut(timeWindowDays: Int!): Int! - - """""" - counterparties(last: Int, first: Int, before: String, after: String): BrexCounterpartyConnection - - """The ID of an object""" - id: ID! - - """""" - interestEarned(timeWindowDays: Int!): Int! - - """""" - name: String! - - """""" - routingNumber: String! - - """""" - statements(startTime: String, last: Int, first: Int, endTime: String, before: String, after: String): BrexDepositsStatementConnection - - """""" - status: BrexDepositsAccountStatus! - - """Account's status reason (optional)""" - statusReason: BrexDepositsAccountStatusReason - - """Total amount that the account has earned from dividend payouts""" - totalInterestYield: Int! - - """""" - transactions(status: BrexStatus, startTime: String, last: Int, first: Int, endTime: String, before: String, after: String): BrexDepositsTransactionConnection - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexDepositsAccountEdge { - """""" - cursor: String - - """""" - node: BrexDepositsAccount -} - -"""""" -type BrexDepositsAccountConnection { - """""" - edges: [BrexDepositsAccountEdge] - - """""" - pageInfo: BrexPageInfo! -} - -enum BrexFinancialProductType { - ECOMMERCE - LIFESCIENCES - STARTUP -} - -"""""" -type BrexUserAmountSpent { - """""" - amountSpent: Int! - - """""" - userId: ID! -} - -"""""" -type BrexCardAmountSpent { - """""" - amountSpent: Int! - - """""" - cardId: ID! -} - -"""""" -type BrexCobranding { - """""" - enabled: Boolean - - """""" - fullName: String - - """""" - name: String -} - -"""""" -type BrexCollectionIntentionEdge { - """""" - cursor: String - - """""" - node: BrexCollectionIntention -} - -"""""" -type BrexCollectionIntentionConnection { - """""" - edges: [BrexCollectionIntentionEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexStatementEntryEdge { - """""" - cursor: String - - """""" - node: BrexStatementEntry -} - -"""""" -type BrexStatementEntryConnection { - """""" - edges: [BrexStatementEntryEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexCollection { - """""" - type: String -} - -"""""" -type BrexCollectionIntention implements OneGraphNode & BrexNode { - """""" - amount: Int - - """""" - collectedAt: String - - """""" - collectionAttempts(last: Int, first: Int, before: String, after: String): BrexCollectionAttemptConnection - - """""" - customerAccountId: String - - """The ID of an object""" - id: ID! - - """""" - initiator: BrexUser - - """""" - insertedAt: String - - """""" - originatorType: String - - """""" - scheduledForDate: String - - """""" - status: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRewardsRefund implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - pointsCost: Int! - - """""" - redeemer: BrexUser! - - """""" - refundedStatementEntry: BrexStatementEntry! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRewardsOffer { - """""" - pointsCost: Int! - - """""" - redemptionOfferId: String! -} - -"""""" -type BrexStatementEntryLens implements OneGraphNode & BrexNode { - """""" - disabledRules: [BrexIntegrationRule] - - """""" - displayFieldEntities: [BrexExternalIntegrationEntity] - - """""" - displayFields: String - - """""" - externalClass: BrexExternalIntegrationEntity - - """""" - externalDepartment: BrexExternalIntegrationEntity - - """""" - externalLocation: BrexExternalIntegrationEntity - - """The ID of an object""" - id: ID! - - """""" - ruleEvaluations: [BrexIntegrationRuleEvaluation] - - """""" - ste: BrexStatementEntry - - """""" - userCategory: BrexUserCategory - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum BrexStatementEntryIntegrationStatus { - EXPORTED - FAILED -} - -"""""" -type BrexExportItem implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - insertedAt: String! - - """""" - status: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexStatementEntry implements OneGraphNode & BrexNode { - """""" - accrualTime: String - - """""" - amount: Int - - """""" - exportItem: BrexExportItem - - """The ID of an object""" - id: ID! - - """""" - integrationStatus: BrexStatementEntryIntegrationStatus - - """""" - integrationVendorEntryId: String - - """""" - integrationVendorEntryUrl: String - - """""" - lens: BrexStatementEntryLens - - """""" - operation: BrexTransactionOperation - - """""" - originator: BrexStatementEntryOriginator - - """""" - originatorType: String - - """""" - postedAt: String - - """""" - purchaseTime: String - - """""" - rewardsRedemptionOffer: BrexRewardsOffer - - """ - Information about how this statement entry was refunded, only non-null for refunded statement entries - """ - rewardsRefund: BrexRewardsRefund - - """""" - transaction: BrexTransaction - - """""" - userCategory: BrexUserCategory - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -union BrexSearchable = BrexUser | BrexTransactionOperation | BrexTransaction | BrexStatementEntry | BrexStatement | BrexCollectionIntention - -"""""" -type BrexEmailAssetBody { - """""" - content: String - - """""" - contentType: String -} - -"""""" -type BrexEmailAssetAttachment { - """""" - asset: BrexAsset - - """""" - contentType: String - - """""" - size: Int -} - -"""""" -type BrexEmailAsset { - """""" - accrualTime: String - - """""" - attachments: [BrexEmailAssetAttachment] - - """""" - bodies: [BrexEmailAssetBody] - - """""" - forwardedBy: String - - """""" - from: String - - """""" - subject: String -} - -"""""" -type BrexFileAsset { - """""" - contentType: String - - """""" - name: String -} - -"""""" -union BrexAssetData = BrexFileAsset | BrexEmailAsset - -"""""" -type BrexAsset implements OneGraphNode & BrexNode { - """""" - data: BrexAssetData! - - """""" - downloadUrl: String - - """The ID of an object""" - id: ID! - - """""" - presignedDownloadUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexReceipt implements OneGraphNode & BrexNode { - """""" - asset: BrexAsset - - """The ID of an object""" - id: ID! - - """""" - origin: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexReceiptEdge { - """""" - cursor: String - - """""" - node: BrexReceipt -} - -"""""" -type BrexReceiptConnection { - """""" - edges: [BrexReceiptEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexTransactionOperationEdge { - """""" - cursor: String - - """""" - node: BrexTransactionOperation -} - -"""""" -type BrexTransactionOperationConnection { - """""" - edges: [BrexTransactionOperationEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexAggregation { - """ - Sum of amounts of all unexported statement entries that match this rule. - """ - amount: Int - - """Total number of unexported statement entries that match this rule.""" - count: Int -} - -"""""" -type BrexIntegrationRule implements OneGraphNode & BrexNode { - """""" - aggregation: BrexAggregation - - """""" - applyAutomatically: Boolean - - """""" - body: String - - """""" - description: String - - """The ID of an object""" - id: ID! - - """""" - name: String - - """""" - priority: Int - - """""" - type: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexIntegrationRuleEvaluation implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - key: String - - """""" - rule: BrexIntegrationRule - - """""" - value: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexNetsuiteClass { - """""" - isInactive: Boolean - - """""" - name: String -} - -"""""" -type BrexNetsuiteDepartment { - """""" - isInactive: Boolean - - """""" - name: String -} - -"""""" -type BrexNetsuiteLocation { - """""" - isInactive: Boolean - - """""" - name: String -} - -"""""" -type BrexQuickbooksClass { - """""" - name: String -} - -"""""" -type BrexQuickbooksLocation { - """""" - name: String -} - -"""""" -union BrexExternalIntegrationEntityPayload = BrexQuickbooksLocation | BrexQuickbooksClass | BrexNetsuiteLocation | BrexNetsuiteDepartment | BrexNetsuiteClass - -"""""" -type BrexExternalIntegrationEntity implements OneGraphNode & BrexNode { - """""" - deletedAt: String - - """The ID of an object""" - id: ID! - - """""" - integration: BrexIntegration - - """""" - parentEntity: BrexExternalIntegrationEntity - - """""" - payload: BrexExternalIntegrationEntityPayload - - """""" - vendorInternalId: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexTransactionLens implements OneGraphNode & BrexNode { - """""" - displayFields: String - - """""" - externalClass: BrexExternalIntegrationEntity - - """The ID of an object""" - id: ID! - - """""" - ruleEvaluations: [BrexIntegrationRuleEvaluation] - - """""" - transaction: BrexTransaction - - """""" - userCategory: BrexUserCategory - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexCardAcceptor implements OneGraphNode & BrexNode { - """""" - address: String - - """""" - captureMethod: String - - """""" - city: String - - """""" - country: String - - """The ID of an object""" - id: ID! - - """""" - mcc: String - - """""" - mid: String - - """""" - name: String - - """""" - state: String - - """""" - zip: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexTransactionEdge { - """""" - cursor: String - - """""" - node: BrexTransaction -} - -"""""" -type BrexTransactionConnection { - """""" - edges: [BrexTransactionEdge] - - """""" - pageInfo: BrexPageInfo! -} - -enum BrexTerminationReason { - CARD_DAMAGED - CARD_LOST - CARD_NOT_RECEIVED - DO_NOT_NEED_PHYSICAL_CARD - DO_NOT_NEED_VIRTUAL_CARD - FRAUD - OTHER -} - -"""""" -type BrexDepartment implements OneGraphNode & BrexNode { - """""" - deletedAt: String - - """""" - description: String - - """The ID of an object""" - id: ID! - - """""" - membersCount: Int - - """""" - name: String - - """""" - users(last: Int, first: Int, before: String, after: String): BrexUserConnection - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexUserEdge { - """""" - cursor: String - - """""" - node: BrexUser -} - -"""""" -type BrexUserConnection { - """""" - edges: [BrexUserEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexLocation implements OneGraphNode & BrexNode { - """""" - deletedAt: String - - """""" - description: String - - """The ID of an object""" - id: ID! - - """""" - membersCount: Int - - """""" - name: String - - """""" - users(last: Int, first: Int, before: String, after: String): BrexUserConnection - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -union BrexSuggestionType = BrexUserCategory | BrexUser | BrexMerchantCategory | BrexMerchant | BrexLocation | BrexDepartment | BrexCard - -"""""" -type BrexMerchantCategory implements OneGraphNode & BrexNode { - """""" - description: String - - """The ID of an object""" - id: ID! - - """""" - isDefault: Boolean - - """""" - name: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexMerchant implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - merchantCategory: BrexMerchantCategory - - """""" - name: String - - """""" - status: String - - """""" - website: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexPerMerchantStats implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - lastPurchaseTime: String - - """""" - merchant: BrexMerchant - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexPerMerchantStatsEdge { - """""" - cursor: String - - """""" - node: BrexPerMerchantStats -} - -"""""" -type BrexPerMerchantStatsConnection { - """""" - edges: [BrexPerMerchantStatsEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexCard implements OneGraphNode & BrexNode { - """Net amount spent by card from now until given number of days ago""" - amountSpent(timeWindowDays: Int!): Int - - """""" - billingAddress: BrexAddress - - """""" - companyName: String - - """""" - cvv: String - - """""" - displayName: String - - """""" - expiration: String - - """""" - first6: String - - """""" - fulfillmentStatus: String - - """""" - holderName: String - - """The ID of an object""" - id: ID! - - """""" - instrumentType: String - - """""" - last4: String - - """""" - network: String - - """""" - pan: String - - """""" - recurringMerchants(last: Int, first: Int, before: String, after: String): BrexPerMerchantStatsConnection - - """""" - shippingAddress: BrexAddress - - """""" - status: String - - """""" - terminationReason: BrexTerminationReason - - """""" - transactions(last: Int, first: Int, before: String, after: String): BrexTransactionConnection - - """""" - type: String - - """""" - user: BrexUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexTransactionAmount { - """ - Sum of amounts of all pending transaction operation amounts for this transaction - """ - pending: Int -} - -"""""" -type BrexTransaction implements OneGraphNode & BrexNode { - """""" - accrualTime: String - - """""" - amount: BrexTransactionAmount - - """""" - authorizationCode: String - - """""" - card: BrexCard - - """""" - cardAcceptor: BrexCardAcceptor - - """""" - categorizationType: String - - """""" - clearedAmount: Int - - """""" - department: BrexDepartment - - """The ID of an object""" - id: ID! - - """""" - lens: BrexTransactionLens - - """""" - location: BrexLocation - - """""" - memo: String - - """""" - merchant: BrexMerchant - - """""" - operations(last: Int, first: Int, before: String, after: String): BrexTransactionOperationConnection - - """""" - pendingAmount: Int - - """""" - purchaseTime: String - - """""" - receipts(last: Int, first: Int, before: String, after: String): BrexReceiptConnection - - """""" - status: String - - """""" - userCategory: BrexUserCategory - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRewardsTrigger implements OneGraphNode & BrexNode { - """""" - description: String! - - """The ID of an object""" - id: ID! - - """""" - name: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRewardsAccrualEntry implements OneGraphNode & BrexNode { - """""" - amount: Int! - - """The ID of an object""" - id: ID! - - """""" - rewardsTrigger: BrexRewardsTrigger - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexRewardsAccrualEntryEdge { - """""" - cursor: String - - """""" - node: BrexRewardsAccrualEntry -} - -"""""" -type BrexRewardsAccrualEntryConnection { - """""" - edges: [BrexRewardsAccrualEntryEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexGlobalLimitRuleMetadata { - """""" - amount: Int -} - -"""""" -type BrexLimitRuleMetadata { - """""" - amount: Int - - """""" - timeWindowDays: Int -} - -"""""" -union BrexRuleMetadata = BrexLimitRuleMetadata | BrexGlobalLimitRuleMetadata - -"""""" -type BrexRule implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - metadata: BrexRuleMetadata - - """""" - type: String - - """""" - usageInfo: String - - """""" - user: BrexUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexTransactionOperation implements OneGraphNode & BrexNode { - """""" - accrualTime: String - - """""" - amount: Int - - """""" - declinedByRule: BrexRule - - """The ID of an object""" - id: ID! - - """""" - rewardsAccrualEntries(last: Int, first: Int, before: String, after: String): BrexRewardsAccrualEntryConnection - - """""" - status: String - - """""" - statusReason: String - - """""" - subtype: String - - """""" - transaction: BrexTransaction - - """""" - type: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -union BrexStatementEntryOriginator = BrexTransactionOperation | BrexRewardsRefund | BrexCollectionAttempt | BrexCollection - -"""""" -type BrexCollectionAttempt implements OneGraphNode & BrexNode { - """""" - amount: Int - - """""" - collectionDate: String - - """""" - fundingSource: BrexFundingSource - - """The ID of an object""" - id: ID! - - """""" - originatorId: String - - """""" - originatorType: String - - """""" - presentCollectionIntentionId: String - - """""" - providerCollectionId: String - - """""" - providerName: String - - """""" - scheduledDate: String - - """""" - statement: BrexStatement - - """""" - status: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexCollectionAttemptEdge { - """""" - cursor: String - - """""" - node: BrexCollectionAttempt -} - -"""""" -type BrexCollectionAttemptConnection { - """""" - edges: [BrexCollectionAttemptEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexStatement implements OneGraphNode & BrexNode { - """""" - actualPaymentDate: String - - """ - Balance of the statement based on the sum of amount from statement entries - """ - balance: Int - - """Amount spent on during the statement period""" - balanceExcludingCollections: Int - - """""" - closedAmount: Int - - """""" - closingTime: String - - """""" - collectionAttempts(last: Int, first: Int, before: String, after: String): BrexCollectionAttemptConnection - - """""" - entries(last: Int, first: Int, before: String, after: String): BrexStatementEntryConnection - - """The ID of an object""" - id: ID! - - """""" - interestAmount: Int - - """""" - paidAmount: Int - - """""" - paymentDate: String - - """""" - periodEndDate: String - - """""" - periodStartDate: String - - """""" - startingTime: String - - """""" - status: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexAccountSystemSettings { - """""" - bypassFinancialsSetup: Boolean - - """""" - monthlyUserLimitRolloutEnabled: Boolean -} - -enum BrexUnderwritingAccountStatus { - APPROVED - PENDING - PROVISIONALLY_APPROVED - REJECTED -} - -enum BrexUnderwritingAnalysisFlagName { - LOW_FIDELITY -} - -"""""" -type BrexUnderwritingAnalysisFlag implements OneGraphNode & BrexNode { - """The ID of an object""" - id: ID! - - """""" - name: BrexUnderwritingAnalysisFlagName! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexUnderwritingAnalysisFlagEdge { - """""" - cursor: String - - """""" - node: BrexUnderwritingAnalysisFlag -} - -"""""" -type BrexUnderwritingAnalysisFlagConnection { - """""" - edges: [BrexUnderwritingAnalysisFlagEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexUnderwritingAnalysis implements OneGraphNode & BrexNode { - """""" - flags(last: Int, first: Int, before: String, after: String): BrexUnderwritingAnalysisFlagConnection - - """The ID of an object""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexUnderwritingAccount implements OneGraphNode & BrexNode { - """""" - appliedAnalysis: BrexUnderwritingAnalysis - - """The ID of an object""" - id: ID! - - """""" - status: BrexUnderwritingAccountStatus! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexPageInfo { - """When paginating forwards, the cursor to continue.""" - endCursor: String - - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String -} - -enum BrexFundingSourceStatus { - AWAITING_VERIFICATION - DISABLED - ENABLED - PENDING -} - -enum BrexFundingSourcePriority { - ALTERNATIVE - PRIMARY -} - -"""""" -type BrexFundingSourceData implements OneGraphNode & BrexNode { - """""" - accountName: String - - """""" - accountNumberLastFour: String - - """""" - accountType: String - - """The ID of an object""" - id: ID! - - """""" - routingNumber: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexFundingSource implements OneGraphNode & BrexNode { - """""" - data: BrexFundingSourceData - - """""" - disabledOnTimestamp: String - - """""" - financialAccountId: String - - """The ID of an object""" - id: ID! - - """""" - isBrexCash: Boolean - - """""" - priority: BrexFundingSourcePriority - - """""" - status: BrexFundingSourceStatus - - """""" - type: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexFundingSourceEdge { - """""" - cursor: String - - """""" - node: BrexFundingSource -} - -"""""" -type BrexFundingSourceConnection { - """""" - edges: [BrexFundingSourceEdge] - - """""" - pageInfo: BrexPageInfo! -} - -"""""" -type BrexAddress { - """""" - address1: String - - """""" - address2: String - - """""" - city: String - - """""" - country: String - - """""" - state: String - - """""" - zip: String -} - -"""""" -type BrexAccount implements OneGraphNode & BrexNode { - """ - Total amount of transactions by customer that have had auth but no clearing event - """ - balancePending: Int - - """Number of points available to account""" - pointsBalance: Int - - """""" - maximumUserInitiatedPaymentAmount: Int - - """""" - officeAddress: BrexAddress - - """""" - fundingSources(last: Int, first: Int, before: String, after: String): BrexFundingSourceConnection - - """The ID of an object""" - id: ID! - - """ - Amount of money a customer owes, minus the entries that haven't become due yet - """ - currentAmountDue: Int - - """""" - underwriting: BrexUnderwritingAccount - - """""" - systemSettings: BrexAccountSystemSettings - - """""" - legalName: String - - """""" - allowUserManualPayment: Boolean - - """""" - status: String - - """""" - nextDueStatement: BrexStatement - - """""" - insertedAt: String - - """""" - dateEstablished: String - - """""" - collectionIntentions(last: Int, first: Int, before: String, after: String): BrexCollectionIntentionConnection - - """""" - currentStatement: BrexStatement - - """""" - taxpayerNumber: String - - """""" - users(last: Int, first: Int, before: String, after: String): BrexUserConnection - - """""" - lastUserInitiatedCollectionIntention: BrexCollectionIntention - - """""" - cobranding: BrexCobranding! - - """Amount we're currently trying to collect for this customer""" - outstandingCollectionAmount: Int - - """ - Net amount spent by all cards for this account from now until given number of days ago - """ - cardsAmountSpent(timeWindowDays: Int!): [BrexCardAmountSpent] - - """ - Net amount spent by all users for this account from now until given number of days ago - """ - usersAmountSpent(timeWindowDays: Int!): [BrexUserAmountSpent] - - """""" - financialProductType: BrexFinancialProductType - - """Rounded amount of money that customer has available to spend""" - roundedRemainingSpend: Int - - """Amount we're currently trying to collect for this customer""" - scheduledCollectionAmount: Int - - """""" - depositsAccounts(last: Int, first: Int, before: String, after: String): BrexDepositsAccountConnection - - """Rounded estimate of the global limit for the customer""" - roundedGlobalLimit: Int - - """ - Total amount of money that customer owes Brex, including entries that aren't due yet - """ - balanceDue: Int - - """""" - dbaName: String - - """""" - financialSources(last: Int, first: Int, before: String, after: String): BrexFinancialSourceConnection - - """""" - incorporationState: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexUser implements OneGraphNode & BrexNode { - """""" - account: BrexAccount - - """""" - address: BrexAddress - - """Net amount spent by user from now until given number of days ago""" - amountSpent(timeWindowDays: Int!): Int - - """""" - birthDate: String - - """""" - cards(last: Int, first: Int, before: String, after: String): BrexCardConnection - - """""" - channels(last: Int, first: Int, before: String, after: String): BrexChannelConnection - - """""" - department: BrexDepartment - - """""" - depositsRole: BrexDepositsRole - - """""" - email: String - - """""" - firstName: String - - """""" - helpshiftAuthToken: String! - - """The ID of an object""" - id: ID! - - """""" - isMfaEnabled: Boolean - - """""" - lastName: String - - """""" - location: BrexLocation - - """Monthly breakdown for amount spent by user""" - monthlySpendBreakdown: [BrexMonthlyUserBalance] - - """""" - notificationSubscriptions(last: Int, first: Int, before: String, after: String): BrexNotificationSubscriptionConnection - - """""" - programMemberships(last: Int, first: Int, before: String, after: String): BrexProgramMembershipConnection - - """""" - referralCode: String - - """""" - role: String - - """""" - rules(last: Int, first: Int, before: String, after: String): BrexRuleConnection - - """""" - ssn: String - - """""" - status: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -interface BrexNode { - """The id of the object.""" - id: ID! -} - -"""""" -type BrexCredentialShopifyPayload { - """""" - shopName: String -} - -"""""" -union BrexCredentialPayload = BrexCredentialShopifyPayload - -"""""" -type BrexCredential implements OneGraphNode & BrexNode { - """""" - expirationDate: String - - """The ID of an object""" - id: ID! - - """""" - payload: BrexCredentialPayload - - """""" - publicData: String - - """""" - renewalDate: String - - """""" - status: String - - """""" - vendor: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexExpensifyCategories { - """""" - vendorName: String -} - -"""""" -type BrexNetsuiteCategories { - """""" - accountsPayableUserCategory: BrexUserCategory - - """""" - collectionTargetUserCategory: BrexUserCategory - - """""" - rewardsIncomeUserCategory: BrexUserCategory - - """""" - vendorName: String -} - -"""""" -type BrexQuickbooksCategories { - """""" - accountsPayableUserCategory: BrexUserCategory - - """""" - collectionTargetUserCategory: BrexUserCategory - - """""" - rewardsIncomeUserCategory: BrexUserCategory - - """""" - vendorName: String -} - -"""""" -type BrexXeroCategories { - """""" - accountsPayableUserCategory: BrexUserCategory - - """""" - collectionTargetUserCategory: BrexUserCategory - - """""" - organizationName: String - - """""" - rewardsIncomeUserCategory: BrexUserCategory - - """""" - vendorName: String -} - -"""""" -union BrexAccountCategories = BrexXeroCategories | BrexQuickbooksCategories | BrexNetsuiteCategories | BrexExpensifyCategories - -"""""" -type BrexIntegration implements OneGraphNode & BrexNode { - """""" - accountCategories: BrexAccountCategories - - """""" - credential: BrexCredential - - """""" - errorDetails: [BrexIntegrationErrorDetails] - - """""" - exports(last: Int, first: Int, before: String, after: String): BrexExportConnection - - """The ID of an object""" - id: ID! - - """""" - integrationEntities(last: Int, first: Int, before: String, after: String): BrexExternalIntegrationEntityConnection - - """""" - integrationRules(last: Int, first: Int, before: String, after: String): BrexIntegrationRuleConnection - - """""" - integrationUsers(last: Int, first: Int, before: String, after: String): BrexIntegrationUserConnection - - """""" - scopes: [BrexIntegrationScope] - - """""" - settings: BrexIntegrationSettings - - """""" - setupInstructions: BrexSetupInstructions - - """""" - status: String - - """""" - userCategories(last: Int, first: Int, before: String, after: String): BrexUserCategoryConnection - - """""" - vendor: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type BrexUserCategory implements OneGraphNode & BrexNode { - """""" - category: String - - """""" - description: String - - """The ID of an object""" - id: ID! - - """""" - integration: BrexIntegration - - """""" - isDeleted: Boolean - - """""" - isDisabled: Boolean - - """""" - isInactive: Boolean - - """""" - merchantCategories(last: Int, first: Int, before: String, after: String): BrexMerchantCategoryConnection - - """""" - name: String - - """""" - parentUserCategory: BrexUserCategory - - """""" - vendorInternalId: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against `SyncState` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseSyncStateFilter { - """Negates the expression.""" - not: CrunchbaseSyncStateFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseSyncStateFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseSyncStateFilter!] - - """Filter by the object’s `lastUpdatedAt` field.""" - lastUpdatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `objectType` field.""" - objectType: CrunchbaseStringFilter -} - -enum CrunchbaseSyncStatesOrderBy { - NATURAL - OBJECT_TYPE_ASC - OBJECT_TYPE_DESC - LAST_UPDATED_AT_ASC - LAST_UPDATED_AT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `SyncState` edge in the connection.""" -type CrunchbaseSyncStatesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `SyncState` at the end of the edge.""" - node: CrunchbaseSyncState -} - -"""A connection to a list of `SyncState` values.""" -type CrunchbaseSyncStatesConnection { - """A list of `SyncState` objects.""" - nodes: [CrunchbaseSyncState]! - - """ - A list of edges which contains the `SyncState` and cursor to aid in pagination. - """ - edges: [CrunchbaseSyncStatesEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `SyncState` you could get from the connection.""" - totalCount: Int! -} - -"""The root query type which gives access points into the data universe.""" -type CrunchbaseQuery implements OneGraphNode & CrunchbaseNode { - """ - Exposes the root query type nested one level down. This is helpful for Relay 1 which can only query top level fields if they are in a particular form. - """ - query: CrunchbaseQuery! - - """ - The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`. - """ - nodeId: ID! - - """Fetches an object given its globally unique `ID`.""" - node( - """The globally unique `ID`.""" - nodeId: ID! - ): CrunchbaseNode - - """Reads and enables pagination through a set of `Acquisition`.""" - acquisitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseAcquisitionFilter - - """The method to use when ordering `Acquisition`.""" - orderBy: [CrunchbaseAcquisitionsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseAcquisitionsConnection - - """Reads and enables pagination through a set of `Address`.""" - addresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseAddressFilter - - """The method to use when ordering `Address`.""" - orderBy: [CrunchbaseAddressesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseAddressesConnection - - """Reads and enables pagination through a set of `Category`.""" - categories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseCategoryFilter - - """The method to use when ordering `Category`.""" - orderBy: [CrunchbaseCategoriesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseCategoriesConnection - - """Reads and enables pagination through a set of `Degree`.""" - degrees( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseDegreeFilter - - """The method to use when ordering `Degree`.""" - orderBy: [CrunchbaseDegreesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseDegreesConnection - - """Reads and enables pagination through a set of `Fund`.""" - funds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundFilter - - """The method to use when ordering `Fund`.""" - orderBy: [CrunchbaseFundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundsConnection - - """Reads and enables pagination through a set of `FundingRound`.""" - fundingRounds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundingRoundFilter - - """The method to use when ordering `FundingRound`.""" - orderBy: [CrunchbaseFundingRoundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundingRoundsConnection - - """Reads and enables pagination through a set of `Image`.""" - images( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseImageFilter - - """The method to use when ordering `Image`.""" - orderBy: [CrunchbaseImagesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseImagesConnection - - """Reads and enables pagination through a set of `Investment`.""" - investments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseInvestmentFilter - - """The method to use when ordering `Investment`.""" - orderBy: [CrunchbaseInvestmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseInvestmentsConnection - - """Reads and enables pagination through a set of `Ipo`.""" - ipos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseIpoFilter - - """The method to use when ordering `Ipo`.""" - orderBy: [CrunchbaseIposOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseIposConnection - - """Reads and enables pagination through a set of `Job`.""" - jobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection - - """Reads and enables pagination through a set of `Location`.""" - locations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseLocationFilter - - """The method to use when ordering `Location`.""" - orderBy: [CrunchbaseLocationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseLocationsConnection - - """Reads and enables pagination through a set of `Organization`.""" - organizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection - - """Reads and enables pagination through a set of `Person`.""" - people( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection - - """Reads and enables pagination through a set of `SyncState`.""" - syncStates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseSyncStateFilter - - """The method to use when ordering `SyncState`.""" - orderBy: [CrunchbaseSyncStatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseSyncStatesConnection - - """""" - acquisitionById(id: String!): CrunchbaseAcquisition - - """""" - addressById(id: String!): CrunchbaseAddress - - """""" - categoryById(id: String!): CrunchbaseCategory - - """""" - degreeById(id: String!): CrunchbaseDegree - - """""" - fundById(id: String!): CrunchbaseFund - - """""" - fundingRoundById(id: String!): CrunchbaseFundingRound - - """""" - imageById(id: String!): CrunchbaseImage - - """""" - investmentById(id: String!): CrunchbaseInvestment - - """""" - ipoById(id: String!): CrunchbaseIpo - - """""" - jobById(id: String!): CrunchbaseJob - - """""" - locationById(id: String!): CrunchbaseLocation - - """""" - organizationById(id: String!): CrunchbaseOrganization - - """""" - personById(id: String!): CrunchbasePerson - - """""" - syncStateByObjectType(objectType: String!): CrunchbaseSyncState - - """Reads a single `Acquisition` using its globally unique `ID`.""" - acquisition( - """ - The globally unique `ID` to be used in selecting a single `Acquisition`. - """ - nodeId: ID! - ): CrunchbaseAcquisition - - """Reads a single `Address` using its globally unique `ID`.""" - address( - """The globally unique `ID` to be used in selecting a single `Address`.""" - nodeId: ID! - ): CrunchbaseAddress - - """Reads a single `Category` using its globally unique `ID`.""" - category( - """The globally unique `ID` to be used in selecting a single `Category`.""" - nodeId: ID! - ): CrunchbaseCategory - - """Reads a single `Degree` using its globally unique `ID`.""" - degree( - """The globally unique `ID` to be used in selecting a single `Degree`.""" - nodeId: ID! - ): CrunchbaseDegree - - """Reads a single `Fund` using its globally unique `ID`.""" - fund( - """The globally unique `ID` to be used in selecting a single `Fund`.""" - nodeId: ID! - ): CrunchbaseFund - - """Reads a single `FundingRound` using its globally unique `ID`.""" - fundingRound( - """ - The globally unique `ID` to be used in selecting a single `FundingRound`. - """ - nodeId: ID! - ): CrunchbaseFundingRound - - """Reads a single `Image` using its globally unique `ID`.""" - image( - """The globally unique `ID` to be used in selecting a single `Image`.""" - nodeId: ID! - ): CrunchbaseImage - - """Reads a single `Investment` using its globally unique `ID`.""" - investment( - """ - The globally unique `ID` to be used in selecting a single `Investment`. - """ - nodeId: ID! - ): CrunchbaseInvestment - - """Reads a single `Ipo` using its globally unique `ID`.""" - ipo( - """The globally unique `ID` to be used in selecting a single `Ipo`.""" - nodeId: ID! - ): CrunchbaseIpo - - """Reads a single `Job` using its globally unique `ID`.""" - job( - """The globally unique `ID` to be used in selecting a single `Job`.""" - nodeId: ID! - ): CrunchbaseJob - - """Reads a single `Location` using its globally unique `ID`.""" - location( - """The globally unique `ID` to be used in selecting a single `Location`.""" - nodeId: ID! - ): CrunchbaseLocation - - """Reads a single `Organization` using its globally unique `ID`.""" - organization( - """ - The globally unique `ID` to be used in selecting a single `Organization`. - """ - nodeId: ID! - ): CrunchbaseOrganization - - """Reads a single `Person` using its globally unique `ID`.""" - person( - """The globally unique `ID` to be used in selecting a single `Person`.""" - nodeId: ID! - ): CrunchbasePerson - - """Reads a single `SyncState` using its globally unique `ID`.""" - syncState( - """The globally unique `ID` to be used in selecting a single `SyncState`.""" - nodeId: ID! - ): CrunchbaseSyncState - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type CrunchbaseOrganizationsConnectionAverages { - """""" - numEmployeesMin: Float - - """""" - numEmployeesMax: Float - - """""" - totalFundingUsd: Float - - """""" - numberOfInvestments: Float - - """""" - rank: Float -} - -"""""" -type CrunchbaseOrganizationsConnectionSums { - """""" - numEmployeesMin: Float - - """""" - numEmployeesMax: Float - - """""" - totalFundingUsd: Float - - """""" - numberOfInvestments: Float - - """""" - rank: Float -} - -"""""" -type CrunchbaseOrganizationsConnectionAggregates { - """""" - sum: CrunchbaseOrganizationsConnectionSums - - """""" - avg: CrunchbaseOrganizationsConnectionAverages -} - -"""A `Organization` edge in the connection.""" -type CrunchbaseOrganizationsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Organization` at the end of the edge.""" - node: CrunchbaseOrganization -} - -enum CrunchbaseCategoriesOrderBy { - NATURAL - ID_ASC - ID_DESC - WEB_PATH_ASC - WEB_PATH_DESC - GROUPS_ASC - GROUPS_DESC - NAME_ASC - NAME_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `Category` edge in the connection.""" -type CrunchbaseCategoriesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Category` at the end of the edge.""" - node: CrunchbaseCategory -} - -"""A connection to a list of `Category` values.""" -type CrunchbaseCategoriesConnection { - """A list of `Category` objects.""" - nodes: [CrunchbaseCategory]! - - """ - A list of edges which contains the `Category` and cursor to aid in pagination. - """ - edges: [CrunchbaseCategoriesEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Category` you could get from the connection.""" - totalCount: Int! -} - -enum CrunchbaseAddressesOrderBy { - NATURAL - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - STREET_1_ASC - STREET_1_DESC - STREET_2_ASC - STREET_2_DESC - CITY_ASC - CITY_DESC - CITY_WEB_PATH_ASC - CITY_WEB_PATH_DESC - REGION_ASC - REGION_DESC - REGION_WEB_PATH_ASC - REGION_WEB_PATH_DESC - COUNTRY_ASC - COUNTRY_DESC - COUNTRY_WEB_PATH_ASC - COUNTRY_WEB_PATH_DESC - LATITUDE_ASC - LATITUDE_DESC - LONGITUDE_ASC - LONGITUDE_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - POSTAL_CODE_ASC - POSTAL_CODE_DESC - REGION_CODE_2_ASC - REGION_CODE_2_DESC - COUNTRY_CODE_2_ASC - COUNTRY_CODE_2_DESC - COUNTRY_CODE_3_ASC - COUNTRY_CODE_3_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseAddressesConnectionAverages { - """""" - latitude: Float - - """""" - longitude: Float -} - -"""""" -type CrunchbaseAddressesConnectionSums { - """""" - latitude: Float - - """""" - longitude: Float -} - -"""""" -type CrunchbaseAddressesConnectionAggregates { - """""" - sum: CrunchbaseAddressesConnectionSums - - """""" - avg: CrunchbaseAddressesConnectionAverages -} - -"""A `Address` edge in the connection.""" -type CrunchbaseAddressesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Address` at the end of the edge.""" - node: CrunchbaseAddress -} - -"""A connection to a list of `Address` values.""" -type CrunchbaseAddressesConnection { - """A list of `Address` objects.""" - nodes: [CrunchbaseAddress]! - - """ - A list of edges which contains the `Address` and cursor to aid in pagination. - """ - edges: [CrunchbaseAddressesEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Address` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseAddressesConnectionAggregates -} - -enum CrunchbaseIposOrderBy { - NATURAL - ID_ASC - ID_DESC - API_PATH_ASC - API_PATH_DESC - WEB_PATH_ASC - WEB_PATH_DESC - WENT_PUBLIC_ON_ASC - WENT_PUBLIC_ON_DESC - WENT_PUBLIC_ON_TRUST_CODE_ASC - WENT_PUBLIC_ON_TRUST_CODE_DESC - STOCK_EXCHANGE_SYMBOL_ASC - STOCK_EXCHANGE_SYMBOL_DESC - STOCK_SYMBOL_ASC - STOCK_SYMBOL_DESC - OPENING_SHARE_PRICE_ASC - OPENING_SHARE_PRICE_DESC - OPENING_SHARE_PRICE_CURRENCY_CODE_ASC - OPENING_SHARE_PRICE_CURRENCY_CODE_DESC - OPENING_SHARE_PRICE_USD_ASC - OPENING_SHARE_PRICE_USD_DESC - OPENING_VALUATION_ASC - OPENING_VALUATION_DESC - OPENING_VALUATION_CURRENCY_CODE_ASC - OPENING_VALUATION_CURRENCY_CODE_DESC - OPENING_VALUATION_USD_ASC - OPENING_VALUATION_USD_DESC - MONEY_RAISED_ASC - MONEY_RAISED_DESC - MONEY_RAISED_CURRENCY_CODE_ASC - MONEY_RAISED_CURRENCY_CODE_DESC - MONEY_RAISED_USD_ASC - MONEY_RAISED_USD_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - API_URL_ASC - API_URL_DESC - FUNDED_COMPANY_ID_ASC - FUNDED_COMPANY_ID_DESC - NEWS_ITEMS_ASC - NEWS_ITEMS_DESC - SHARES_SOLD_ASC - SHARES_SOLD_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseIposConnectionAverages { - """""" - openingSharePrice: Float - - """""" - openingSharePriceUsd: Float - - """""" - openingValuation: Float - - """""" - openingValuationUsd: Float - - """""" - moneyRaised: Float - - """""" - moneyRaisedUsd: Float - - """""" - sharesSold: Float -} - -"""""" -type CrunchbaseIposConnectionSums { - """""" - openingSharePrice: Float - - """""" - openingSharePriceUsd: Float - - """""" - openingValuation: Float - - """""" - openingValuationUsd: Float - - """""" - moneyRaised: Float - - """""" - moneyRaisedUsd: Float - - """""" - sharesSold: Float -} - -"""""" -type CrunchbaseIposConnectionAggregates { - """""" - sum: CrunchbaseIposConnectionSums - - """""" - avg: CrunchbaseIposConnectionAverages -} - -"""A `Ipo` edge in the connection.""" -type CrunchbaseIposEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Ipo` at the end of the edge.""" - node: CrunchbaseIpo -} - -"""""" -type CrunchbaseIpo implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - apiPath: String - - """""" - webPath: String - - """""" - wentPublicOn: String - - """""" - wentPublicOnTrustCode: CrunchbaseTrustCode - - """""" - stockExchangeSymbol: String - - """""" - stockSymbol: String - - """""" - openingSharePrice: Float - - """""" - openingSharePriceCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, when necessary, is done based on the went_public_on date - """ - openingSharePriceUsd: Float - - """""" - openingValuation: String - - """""" - openingValuationCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, when necessary, is done based on the went_public_on date - """ - openingValuationUsd: String - - """""" - moneyRaised: String - - """""" - moneyRaisedCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, when necessary, is done based on the went_public_on date - """ - moneyRaisedUsd: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - apiUrl: String - - """""" - fundedCompanyId: String - - """""" - newsItems: [CrunchbaseNewsItem] - - """""" - sharesSold: Int - - """Reads a single `Organization` that is related to this `Ipo`.""" - fundedCompany: CrunchbaseOrganization - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Ipo` values.""" -type CrunchbaseIposConnection { - """A list of `Ipo` objects.""" - nodes: [CrunchbaseIpo]! - - """ - A list of edges which contains the `Ipo` and cursor to aid in pagination. - """ - edges: [CrunchbaseIposEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Ipo` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseIposConnectionAggregates -} - -enum CrunchbaseAcquisitionsOrderBy { - NATURAL - ID_ASC - ID_DESC - API_PATH_ASC - API_PATH_DESC - WEB_PATH_ASC - WEB_PATH_DESC - PRICE_ASC - PRICE_DESC - PRICE_CURRENCY_CODE_ASC - PRICE_CURRENCY_CODE_DESC - PRICE_USD_ASC - PRICE_USD_DESC - PAYMENT_TYPE_ASC - PAYMENT_TYPE_DESC - ACQUISITION_TYPE_ASC - ACQUISITION_TYPE_DESC - ACQUISITION_STATUS_ASC - ACQUISITION_STATUS_DESC - DISPOSITION_OF_ACQUIRED_ASC - DISPOSITION_OF_ACQUIRED_DESC - ANNOUNCED_ON_ASC - ANNOUNCED_ON_DESC - ANNOUNCED_ON_TRUST_CODE_ASC - ANNOUNCED_ON_TRUST_CODE_DESC - COMPLETED_ON_ASC - COMPLETED_ON_DESC - COMPLETED_ON_TRUST_CODE_ASC - COMPLETED_ON_TRUST_CODE_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - API_URL_ASC - API_URL_DESC - RANK_ASC - RANK_DESC - ACQUIRER_ID_ASC - ACQUIRER_ID_DESC - ACQUIREE_ID_ASC - ACQUIREE_ID_DESC - NEWS_ITEMS_ASC - NEWS_ITEMS_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseAcquisitionsConnectionAverages { - """""" - price: Float - - """""" - priceUsd: Float - - """""" - rank: Float -} - -"""""" -type CrunchbaseAcquisitionsConnectionSums { - """""" - price: Float - - """""" - priceUsd: Float - - """""" - rank: Float -} - -"""""" -type CrunchbaseAcquisitionsConnectionAggregates { - """""" - sum: CrunchbaseAcquisitionsConnectionSums - - """""" - avg: CrunchbaseAcquisitionsConnectionAverages -} - -"""A `Acquisition` edge in the connection.""" -type CrunchbaseAcquisitionsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Acquisition` at the end of the edge.""" - node: CrunchbaseAcquisition -} - -"""""" -type CrunchbaseAcquisition implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - apiPath: String - - """""" - webPath: String - - """""" - price: String - - """""" - priceCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, if necessary, is done based on the announced_on date. - """ - priceUsd: String - - """""" - paymentType: CrunchbaseAcquisitionPaymentType - - """""" - acquisitionType: CrunchbaseAcquisitionType - - """""" - acquisitionStatus: CrunchbaseAcquisitionStatus - - """""" - dispositionOfAcquired: CrunchbaseAcquisitionDisposition - - """""" - announcedOn: String - - """""" - announcedOnTrustCode: CrunchbaseTrustCode - - """""" - completedOn: String - - """""" - completedOnTrustCode: CrunchbaseTrustCode - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - apiUrl: String - - """""" - rank: Int - - """""" - acquirerId: String - - """""" - acquireeId: String - - """""" - newsItems: [CrunchbaseNewsItem] - - """Reads a single `Organization` that is related to this `Acquisition`.""" - acquirer: CrunchbaseOrganization - - """Reads a single `Organization` that is related to this `Acquisition`.""" - acquiree: CrunchbaseOrganization - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Acquisition` values.""" -type CrunchbaseAcquisitionsConnection { - """A list of `Acquisition` objects.""" - nodes: [CrunchbaseAcquisition]! - - """ - A list of edges which contains the `Acquisition` and cursor to aid in pagination. - """ - edges: [CrunchbaseAcquisitionsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Acquisition` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseAcquisitionsConnectionAggregates -} - -enum CrunchbaseImagesOrderBy { - NATURAL - ID_ASC - ID_DESC - ASSET_PATH_ASC - ASSET_PATH_DESC - ASSET_URL_ASC - ASSET_URL_DESC - CONTENT_TYPE_ASC - CONTENT_TYPE_DESC - HEIGHT_ASC - HEIGHT_DESC - WIDTH_ASC - WIDTH_DESC - FILESIZE_ASC - FILESIZE_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseImagesConnectionAverages { - """""" - height: Float - - """""" - width: Float - - """""" - filesize: Float -} - -"""""" -type CrunchbaseImagesConnectionSums { - """""" - height: Float - - """""" - width: Float - - """""" - filesize: Float -} - -"""""" -type CrunchbaseImagesConnectionAggregates { - """""" - sum: CrunchbaseImagesConnectionSums - - """""" - avg: CrunchbaseImagesConnectionAverages -} - -"""A `Image` edge in the connection.""" -type CrunchbaseImagesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Image` at the end of the edge.""" - node: CrunchbaseImage -} - -"""A connection to a list of `Image` values.""" -type CrunchbaseImagesConnection { - """A list of `Image` objects.""" - nodes: [CrunchbaseImage]! - - """ - A list of edges which contains the `Image` and cursor to aid in pagination. - """ - edges: [CrunchbaseImagesEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Image` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseImagesConnectionAggregates -} - -"""""" -type CrunchbaseAddress implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """ - User-provided name of the Address (e.g., "European HQ", "New York Sales Office") - """ - name: String - - """Primary street address""" - street1: String - - """Secondary / additional street address or information""" - street2: String - - """City name""" - city: String - - """Path to Location detail for city""" - cityWebPath: String - - """""" - region: String - - """""" - regionWebPath: String - - """Country full name""" - country: String - - """Path to Location detail for country""" - countryWebPath: String - - """""" - latitude: Float - - """""" - longitude: Float - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - postalCode: String - - """""" - regionCode2: String - - """""" - countryCode2: String - - """""" - countryCode3: String - - """Reads and enables pagination through a set of `Organization`.""" - organizationsHeadquartered( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Image`.""" - images( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseImageFilter - - """The method to use when ordering `Image`.""" - orderBy: [CrunchbaseImagesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseImagesConnection! - - """Reads and enables pagination through a set of `Organization`.""" - organizationsWithOffice( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type CrunchbasePeopleConnectionAverages { - """""" - rank: Float -} - -"""""" -type CrunchbasePeopleConnectionSums { - """""" - rank: Float -} - -"""""" -type CrunchbasePeopleConnectionAggregates { - """""" - sum: CrunchbasePeopleConnectionSums - - """""" - avg: CrunchbasePeopleConnectionAverages -} - -"""A `Person` edge in the connection.""" -type CrunchbasePeopleEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Person` at the end of the edge.""" - node: CrunchbasePerson -} - -enum CrunchbaseFundsOrderBy { - NATURAL - ID_ASC - ID_DESC - API_PATH_ASC - API_PATH_DESC - WEB_PATH_ASC - WEB_PATH_DESC - NAME_ASC - NAME_DESC - ANNOUNCED_ON_ASC - ANNOUNCED_ON_DESC - ANNOUNCED_ON_TRUST_CODE_ASC - ANNOUNCED_ON_TRUST_CODE_DESC - MONEY_RAISED_ASC - MONEY_RAISED_DESC - MONEY_RAISED_CURRENCY_CODE_ASC - MONEY_RAISED_CURRENCY_CODE_DESC - MONEY_RAISED_USD_ASC - MONEY_RAISED_USD_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PERMALINK_ASC - PERMALINK_DESC - API_URL_ASC - API_URL_DESC - VENTURE_FIRM_ID_ASC - VENTURE_FIRM_ID_DESC - NEWS_ITEMS_ASC - NEWS_ITEMS_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseFundsConnectionAverages { - """""" - moneyRaised: Float - - """""" - moneyRaisedUsd: Float -} - -"""""" -type CrunchbaseFundsConnectionSums { - """""" - moneyRaised: Float - - """""" - moneyRaisedUsd: Float -} - -"""""" -type CrunchbaseFundsConnectionAggregates { - """""" - sum: CrunchbaseFundsConnectionSums - - """""" - avg: CrunchbaseFundsConnectionAverages -} - -"""A `Fund` edge in the connection.""" -type CrunchbaseFundsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Fund` at the end of the edge.""" - node: CrunchbaseFund -} - -"""A connection to a list of `Fund` values.""" -type CrunchbaseFundsConnection { - """A list of `Fund` objects.""" - nodes: [CrunchbaseFund]! - - """ - A list of edges which contains the `Fund` and cursor to aid in pagination. - """ - edges: [CrunchbaseFundsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Fund` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseFundsConnectionAggregates -} - -enum CrunchbaseFundingRoundsOrderBy { - NATURAL - ID_ASC - ID_DESC - API_PATH_ASC - API_PATH_DESC - WEB_PATH_ASC - WEB_PATH_DESC - FUNDING_TYPE_ASC - FUNDING_TYPE_DESC - SERIES_ASC - SERIES_DESC - SERIES_QUALIFIER_ASC - SERIES_QUALIFIER_DESC - ANNOUNCED_ON_ASC - ANNOUNCED_ON_DESC - ANNOUNCED_ON_TRUST_CODE_ASC - ANNOUNCED_ON_TRUST_CODE_DESC - CLOSED_ON_ASC - CLOSED_ON_DESC - CLOSED_ON_TRUST_CODE_ASC - CLOSED_ON_TRUST_CODE_DESC - MONEY_RAISED_ASC - MONEY_RAISED_DESC - MONEY_RAISED_CURRENCY_CODE_ASC - MONEY_RAISED_CURRENCY_CODE_DESC - MONEY_RAISED_USD_ASC - MONEY_RAISED_USD_DESC - TARGET_MONEY_RAISED_ASC - TARGET_MONEY_RAISED_DESC - TARGET_MONEY_RAISED_CURRENCY_CODE_ASC - TARGET_MONEY_RAISED_CURRENCY_CODE_DESC - TARGET_MONEY_RAISED_USD_ASC - TARGET_MONEY_RAISED_USD_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PERMALINK_ASC - PERMALINK_DESC - API_URL_ASC - API_URL_DESC - PRE_MONEY_VALUATION_ASC - PRE_MONEY_VALUATION_DESC - PRE_MONEY_VALUATION_CURRENCY_CODE_ASC - PRE_MONEY_VALUATION_CURRENCY_CODE_DESC - PRE_MONEY_VALUATION_USD_ASC - PRE_MONEY_VALUATION_USD_DESC - RANK_ASC - RANK_DESC - FUNDED_ORGANIZATION_ID_ASC - FUNDED_ORGANIZATION_ID_DESC - NEWS_ITEMS_ASC - NEWS_ITEMS_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseFundingRoundsConnectionAverages { - """""" - moneyRaised: Float - - """""" - moneyRaisedUsd: Float - - """""" - targetMoneyRaised: Float - - """""" - targetMoneyRaisedUsd: Float - - """""" - preMoneyValuation: Float - - """""" - preMoneyValuationUsd: Float - - """""" - rank: Float -} - -"""""" -type CrunchbaseFundingRoundsConnectionSums { - """""" - moneyRaised: Float - - """""" - moneyRaisedUsd: Float - - """""" - targetMoneyRaised: Float - - """""" - targetMoneyRaisedUsd: Float - - """""" - preMoneyValuation: Float - - """""" - preMoneyValuationUsd: Float - - """""" - rank: Float -} - -"""""" -type CrunchbaseFundingRoundsConnectionAggregates { - """""" - sum: CrunchbaseFundingRoundsConnectionSums - - """""" - avg: CrunchbaseFundingRoundsConnectionAverages -} - -"""A `FundingRound` edge in the connection.""" -type CrunchbaseFundingRoundsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `FundingRound` at the end of the edge.""" - node: CrunchbaseFundingRound -} - -"""A connection to a list of `FundingRound` values.""" -type CrunchbaseFundingRoundsConnection { - """A list of `FundingRound` objects.""" - nodes: [CrunchbaseFundingRound]! - - """ - A list of edges which contains the `FundingRound` and cursor to aid in pagination. - """ - edges: [CrunchbaseFundingRoundsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `FundingRound` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseFundingRoundsConnectionAggregates -} - -enum CrunchbaseFundInvestorsOrderBy { - NATURAL - FUND_ID_ASC - FUND_ID_DESC - ORGANIZATION_ID_ASC - ORGANIZATION_ID_DESC - PERSON_ID_ASC - PERSON_ID_DESC -} - -"""A `FundInvestor` edge in the connection.""" -type CrunchbaseFundInvestorsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `FundInvestor` at the end of the edge.""" - node: CrunchbaseFundInvestor -} - -"""""" -type CrunchbaseFund implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - apiPath: String - - """""" - webPath: String - - """""" - name: String - - """""" - announcedOn: String - - """""" - announcedOnTrustCode: CrunchbaseTrustCode - - """""" - moneyRaised: String - - """""" - moneyRaisedCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, if necessary, is done based on the announced_on date - """ - moneyRaisedUsd: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - permalink: String - - """""" - apiUrl: String - - """""" - ventureFirmId: String - - """""" - newsItems: [CrunchbaseNewsItem] - - """Reads a single `Organization` that is related to this `Fund`.""" - ventureFirm: CrunchbaseOrganization - - """Reads and enables pagination through a set of `Organization`.""" - fundInvestorOrganizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Person`.""" - fundInvestorPeople( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type CrunchbaseFundInvestor { - """""" - fundId: String! - - """""" - organizationId: String - - """""" - personId: String - - """Reads a single `Fund` that is related to this `FundInvestor`.""" - fund: CrunchbaseFund - - """Reads a single `Organization` that is related to this `FundInvestor`.""" - organization: CrunchbaseOrganization - - """Reads a single `Person` that is related to this `FundInvestor`.""" - person: CrunchbasePerson -} - -"""A connection to a list of `FundInvestor` values.""" -type CrunchbaseFundInvestorsConnection { - """A list of `FundInvestor` objects.""" - nodes: [CrunchbaseFundInvestor]! - - """ - A list of edges which contains the `FundInvestor` and cursor to aid in pagination. - """ - edges: [CrunchbaseFundInvestorsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `FundInvestor` you could get from the connection.""" - totalCount: Int! -} - -"""""" -type CrunchbaseInvestmentsConnectionAverages { - """""" - moneyInvested: Float - - """""" - moneyInvestedUsd: Float -} - -"""""" -type CrunchbaseInvestmentsConnectionSums { - """""" - moneyInvested: Float - - """""" - moneyInvestedUsd: Float -} - -"""""" -type CrunchbaseInvestmentsConnectionAggregates { - """""" - sum: CrunchbaseInvestmentsConnectionSums - - """""" - avg: CrunchbaseInvestmentsConnectionAverages -} - -"""A `Investment` edge in the connection.""" -type CrunchbaseInvestmentsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Investment` at the end of the edge.""" - node: CrunchbaseInvestment -} - -enum CrunchbaseInvestmentsOrderBy { - NATURAL - ID_ASC - ID_DESC - MONEY_INVESTED_ASC - MONEY_INVESTED_DESC - MONEY_INVESTED_CURRENCY_CODE_ASC - MONEY_INVESTED_CURRENCY_CODE_DESC - MONEY_INVESTED_USD_ASC - MONEY_INVESTED_USD_DESC - IS_LEAD_INVESTOR_ASC - IS_LEAD_INVESTOR_DESC - ANNOUNCED_ON_ASC - ANNOUNCED_ON_DESC - ANNOUNCED_ON_TRUST_CODE_ASC - ANNOUNCED_ON_TRUST_CODE_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - FUNDING_ROUND_ID_ASC - FUNDING_ROUND_ID_DESC - INVESTED_IN_PERSON_ID_ASC - INVESTED_IN_PERSON_ID_DESC - INVESTED_IN_ORGANIZATION_ID_ASC - INVESTED_IN_ORGANIZATION_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseFundingRound implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - apiPath: String - - """""" - webPath: String - - """""" - fundingType: CrunchbaseFundingType - - """ - For each round with the funding_type "venture", the "series" property is populated with the corresponding letter (e.g., A, B, C, D, etc.). - """ - series: String - - """ - In some cases, Organizations may have multiple venture FundingRounds with the same series (e.g., two "A" rounds). - - In this case, the FundingRounds have an optional series_qualifier property that can disambiguate the rounds from one another. - - Most often, these qualifiers are numeric. So if an Organization had two Series A rounds, they could be qualified as Series A1 and Series A2, where the numbers 1 and 2 are the series_qualifier properties. - """ - seriesQualifier: String - - """""" - announcedOn: String - - """""" - announcedOnTrustCode: CrunchbaseTrustCode - - """""" - closedOn: String - - """""" - closedOnTrustCode: CrunchbaseTrustCode - - """""" - moneyRaised: String - - """""" - moneyRaisedCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, if necessary, is done based on the announced_on date. - """ - moneyRaisedUsd: String - - """""" - targetMoneyRaised: String - - """""" - targetMoneyRaisedCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, if necessary, is done based on the announced_on date. - """ - targetMoneyRaisedUsd: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - permalink: String - - """""" - apiUrl: String - - """""" - preMoneyValuation: String - - """""" - preMoneyValuationCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, if necessary, is done based on the announced_on date. - """ - preMoneyValuationUsd: String - - """""" - rank: Int - - """""" - fundedOrganizationId: String - - """""" - newsItems: [CrunchbaseNewsItem] - - """Reads a single `Organization` that is related to this `FundingRound`.""" - fundedOrganization: CrunchbaseOrganization - - """Reads and enables pagination through a set of `Investment`.""" - investments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseInvestmentFilter - - """The method to use when ordering `Investment`.""" - orderBy: [CrunchbaseInvestmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseInvestmentsConnection! - - """Reads and enables pagination through a set of `Person`.""" - peopleInvestedIn( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - - """Reads and enables pagination through a set of `Organization`.""" - organizationsInvestedIn( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type CrunchbaseInvestment implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - moneyInvested: String - - """""" - moneyInvestedCurrencyCode: CrunchbaseCurrencyCode - - """ - currency conversion, if necessary, is done based on the announced_on date. - """ - moneyInvestedUsd: String - - """""" - isLeadInvestor: Boolean - - """""" - announcedOn: String - - """""" - announcedOnTrustCode: CrunchbaseTrustCode - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - fundingRoundId: String - - """""" - investedInPersonId: String - - """""" - investedInOrganizationId: String - - """Reads a single `FundingRound` that is related to this `Investment`.""" - fundingRound: CrunchbaseFundingRound - - """Reads a single `Person` that is related to this `Investment`.""" - investedInPerson: CrunchbasePerson - - """Reads a single `Organization` that is related to this `Investment`.""" - investedInOrganization: CrunchbaseOrganization - - """Reads and enables pagination through a set of `Organization`.""" - investorOrganizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Person`.""" - investorPeople( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - - """Reads and enables pagination through a set of `Person`.""" - investmentPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Investment` values.""" -type CrunchbaseInvestmentsConnection { - """A list of `Investment` objects.""" - nodes: [CrunchbaseInvestment]! - - """ - A list of edges which contains the `Investment` and cursor to aid in pagination. - """ - edges: [CrunchbaseInvestmentsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Investment` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseInvestmentsConnectionAggregates -} - -enum CrunchbaseJobsOrderBy { - NATURAL - ID_ASC - ID_DESC - TITLE_ASC - TITLE_DESC - IS_CURRENT_ASC - IS_CURRENT_DESC - IS_PRIMARY_ASC - IS_PRIMARY_DESC - STARTED_ON_ASC - STARTED_ON_DESC - STARTED_ON_TRUST_CODE_ASC - STARTED_ON_TRUST_CODE_DESC - ENDED_ON_ASC - ENDED_ON_DESC - ENDED_ON_TRUST_CODE_ASC - ENDED_ON_TRUST_CODE_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - JOB_TYPE_ASC - JOB_TYPE_DESC - PERSON_ID_ASC - PERSON_ID_DESC - ORGANIZATION_ID_ASC - ORGANIZATION_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `Job` edge in the connection.""" -type CrunchbaseJobsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Job` at the end of the edge.""" - node: CrunchbaseJob -} - -"""""" -type CrunchbaseJob implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - title: String - - """""" - isCurrent: Boolean - - """""" - isPrimary: Boolean - - """""" - startedOn: String - - """""" - startedOnTrustCode: CrunchbaseTrustCode - - """""" - endedOn: String - - """""" - endedOnTrustCode: CrunchbaseTrustCode - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - jobType: String - - """""" - personId: String - - """""" - organizationId: String - - """Reads a single `Person` that is related to this `Job`.""" - person: CrunchbasePerson - - """Reads a single `Organization` that is related to this `Job`.""" - organization: CrunchbaseOrganization - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Job` values.""" -type CrunchbaseJobsConnection { - """A list of `Job` objects.""" - nodes: [CrunchbaseJob]! - - """ - A list of edges which contains the `Job` and cursor to aid in pagination. - """ - edges: [CrunchbaseJobsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Job` you could get from the connection.""" - totalCount: Int! -} - -enum CrunchbaseDegreesOrderBy { - NATURAL - ID_ASC - ID_DESC - STARTED_ON_ASC - STARTED_ON_DESC - STARTED_ON_TRUST_CODE_ASC - STARTED_ON_TRUST_CODE_DESC - COMPLETED_ON_ASC - COMPLETED_ON_DESC - COMPLETED_ON_TRUST_CODE_ASC - COMPLETED_ON_TRUST_CODE_DESC - DEGREE_TYPE_NAME_ASC - DEGREE_TYPE_NAME_DESC - DEGREE_SUBJECT_ASC - DEGREE_SUBJECT_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - SCHOOL_ID_ASC - SCHOOL_ID_DESC - PERSON_ID_ASC - PERSON_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `Degree` edge in the connection.""" -type CrunchbaseDegreesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Degree` at the end of the edge.""" - node: CrunchbaseDegree -} - -"""""" -type CrunchbaseDegree implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - startedOn: String - - """""" - startedOnTrustCode: CrunchbaseTrustCode - - """""" - completedOn: String - - """""" - completedOnTrustCode: CrunchbaseTrustCode - - """ - e.g., "BA", "PhD" - """ - degreeTypeName: String - - """""" - degreeSubject: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - schoolId: String - - """""" - personId: String - - """Reads a single `Organization` that is related to this `Degree`.""" - school: CrunchbaseOrganization - - """Reads a single `Person` that is related to this `Degree`.""" - person: CrunchbasePerson - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Degree` values.""" -type CrunchbaseDegreesConnection { - """A list of `Degree` objects.""" - nodes: [CrunchbaseDegree]! - - """ - A list of edges which contains the `Degree` and cursor to aid in pagination. - """ - edges: [CrunchbaseDegreesEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Degree` you could get from the connection.""" - totalCount: Int! -} - -enum CrunchbasePeopleOrderBy { - NATURAL - ID_ASC - ID_DESC - PERMALINK_ASC - PERMALINK_DESC - API_PATH_ASC - API_PATH_DESC - WEB_PATH_ASC - WEB_PATH_DESC - FIRST_NAME_ASC - FIRST_NAME_DESC - LAST_NAME_ASC - LAST_NAME_DESC - ALSO_KNOWN_AS_ASC - ALSO_KNOWN_AS_DESC - BIO_ASC - BIO_DESC - PROFILE_IMAGE_URL_ASC - PROFILE_IMAGE_URL_DESC - ROLE_INVESTOR_ASC - ROLE_INVESTOR_DESC - BORN_ON_ASC - BORN_ON_DESC - BORN_ON_TRUST_CODE_ASC - BORN_ON_TRUST_CODE_DESC - DIED_ON_ASC - DIED_ON_DESC - DIED_ON_TRUST_CODE_ASC - DIED_ON_TRUST_CODE_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - API_URL_ASC - API_URL_DESC - PERMALINK_ALIASES_ASC - PERMALINK_ALIASES_DESC - GENDER_ASC - GENDER_DESC - RANK_ASC - RANK_DESC - PRIMARY_LOCATION_ID_ASC - PRIMARY_LOCATION_ID_DESC - PRIMARY_IMAGE_ID_ASC - PRIMARY_IMAGE_ID_DESC - WEBSITES_ASC - WEBSITES_DESC - NEWS_ITEMS_ASC - NEWS_ITEMS_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -enum CrunchbaseLocationsOrderBy { - NATURAL - ID_ASC - ID_DESC - WEB_PATH_ASC - WEB_PATH_DESC - NAME_ASC - NAME_DESC - LOCATION_TYPE_ASC - LOCATION_TYPE_DESC - PARENT_LOCATION_ID_ASC - PARENT_LOCATION_ID_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - CITY_ASC - CITY_DESC - REGION_ASC - REGION_DESC - REGION_CODE2_ASC - REGION_CODE2_DESC - COUNTRY_ASC - COUNTRY_DESC - COUNTRY_CODE2_ASC - COUNTRY_CODE2_DESC - COUNTRY_CODE3_ASC - COUNTRY_CODE3_DESC - CONTINENT_ASC - CONTINENT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""Information about pagination in a connection.""" -type CrunchbasePageInfo { - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String - - """When paginating forwards, the cursor to continue.""" - endCursor: String -} - -"""A `Location` edge in the connection.""" -type CrunchbaseLocationsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Location` at the end of the edge.""" - node: CrunchbaseLocation -} - -"""A connection to a list of `Location` values.""" -type CrunchbaseLocationsConnection { - """A list of `Location` objects.""" - nodes: [CrunchbaseLocation]! - - """ - A list of edges which contains the `Location` and cursor to aid in pagination. - """ - edges: [CrunchbaseLocationsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Location` you could get from the connection.""" - totalCount: Int! -} - -"""""" -type CrunchbaseLocation implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - webPath: String - - """""" - name: String - - """""" - locationType: CrunchbaseLocationType - - """""" - parentLocationId: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - city: String - - """""" - region: String - - """""" - regionCode2: String - - """""" - country: String - - """""" - countryCode2: String - - """""" - countryCode3: String - - """""" - continent: String - - """Reads a single `Location` that is related to this `Location`.""" - parentLocation: CrunchbaseLocation - - """Reads and enables pagination through a set of `Location`.""" - subLocations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseLocationFilter - - """The method to use when ordering `Location`.""" - orderBy: [CrunchbaseLocationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseLocationsConnection! - - """Reads and enables pagination through a set of `Person`.""" - peopleByPrimaryLocationId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type CrunchbasePerson implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - permalink: String - - """""" - apiPath: String - - """""" - webPath: String - - """""" - firstName: String - - """""" - lastName: String - - """Aliases / Past names""" - alsoKnownAs: [String] - - """""" - bio: String - - """""" - profileImageUrl: String - - """""" - roleInvestor: Boolean - - """""" - bornOn: String - - """""" - bornOnTrustCode: CrunchbaseTrustCode - - """""" - diedOn: String - - """""" - diedOnTrustCode: CrunchbaseTrustCode - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - apiUrl: String - - """""" - permalinkAliases: [String] - - """""" - gender: String - - """""" - rank: Int - - """""" - primaryLocationId: String - - """""" - primaryImageId: String - - """""" - websites: [CrunchbaseWebsite] - - """""" - newsItems: [CrunchbaseNewsItem] - - """Reads a single `Location` that is related to this `Person`.""" - primaryLocation: CrunchbaseLocation - - """Reads a single `Image` that is related to this `Person`.""" - primaryImage: CrunchbaseImage - - """Reads and enables pagination through a set of `Degree`.""" - degrees( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseDegreeFilter - - """The method to use when ordering `Degree`.""" - orderBy: [CrunchbaseDegreesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseDegreesConnection! - - """Reads and enables pagination through a set of `Job`.""" - jobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection! - - """Reads and enables pagination through a set of `Investment`.""" - investmentsAsInvestee( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseInvestmentFilter - - """The method to use when ordering `Investment`.""" - orderBy: [CrunchbaseInvestmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseInvestmentsConnection! - - """Reads and enables pagination through a set of `FundInvestor`.""" - fundInvestors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundInvestorFilter - - """The method to use when ordering `FundInvestor`.""" - orderBy: [CrunchbaseFundInvestorsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundInvestorsConnection! - - """Reads and enables pagination through a set of `Organization`.""" - graduatedSchools( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Organization`.""" - organizationsByJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `FundingRound`.""" - fundingRoundsAsInvestee( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundingRoundFilter - - """The method to use when ordering `FundingRound`.""" - orderBy: [CrunchbaseFundingRoundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundingRoundsConnection! - - """Reads and enables pagination through a set of `Organization`.""" - organizationsInvestedIn( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Organization`.""" - foundedOrganizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Investment`.""" - investmentsAsInvestor( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseInvestmentFilter - - """The method to use when ordering `Investment`.""" - orderBy: [CrunchbaseInvestmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseInvestmentsConnection! - - """Reads and enables pagination through a set of `Organization`.""" - investorOrganizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Investment`.""" - investmentsAsPartner( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseInvestmentFilter - - """The method to use when ordering `Investment`.""" - orderBy: [CrunchbaseInvestmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseInvestmentsConnection! - - """Reads and enables pagination through a set of `Job`.""" - advisorRoleJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection! - - """Reads and enables pagination through a set of `Fund`.""" - investedInFunds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundFilter - - """The method to use when ordering `Fund`.""" - orderBy: [CrunchbaseFundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundsConnection! - - """Reads and enables pagination through a set of `Organization`.""" - fundInvestorOrganizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Person` values.""" -type CrunchbasePeopleConnection { - """A list of `Person` objects.""" - nodes: [CrunchbasePerson]! - - """ - A list of edges which contains the `Person` and cursor to aid in pagination. - """ - edges: [CrunchbasePeopleEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Person` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbasePeopleConnectionAggregates -} - -""" -A filter to be used against many `FundInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyFundInvestorFilter { - """ - No related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseFundInvestorFilter - - """ - Some related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseFundInvestorFilter - - """ - Every related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseFundInvestorFilter -} - -""" -A filter to be used against many `OrganizationCategory` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseCategoryToManyOrganizationCategoryFilter { - """ - No related `OrganizationCategory` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationCategoryFilter - - """ - Some related `OrganizationCategory` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationCategoryFilter - - """ - Every related `OrganizationCategory` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationCategoryFilter -} - -""" -A filter to be used against `Category` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseCategoryFilter { - """Negates the expression.""" - not: CrunchbaseCategoryFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseCategoryFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseCategoryFilter!] - - """Some related `organizationCategories` exist.""" - organizationCategoriesExist: Boolean - - """Filter by the object’s `organizationCategories` relation.""" - organizationCategories: CrunchbaseCategoryToManyOrganizationCategoryFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `name` field.""" - name: CrunchbaseStringFilter - - """Filter by the object’s `groups` field.""" - groups: CrunchbaseStringListFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against `OrganizationCategory` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationCategoryFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationCategoryFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationCategoryFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationCategoryFilter!] - - """Filter by the object’s `category` relation.""" - category: CrunchbaseCategoryFilter - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `categoryId` field.""" - categoryId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationCategory` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationCategoryFilter { - """ - No related `OrganizationCategory` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationCategoryFilter - - """ - Some related `OrganizationCategory` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationCategoryFilter - - """ - Every related `OrganizationCategory` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationCategoryFilter -} - -""" -A filter to be used against `OrganizationOwner` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationOwnerFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationOwnerFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationOwnerFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationOwnerFilter!] - - """A related `ownerOrganization` exists.""" - ownerOrganizationExists: Boolean - - """Filter by the object’s `ownerOrganization` relation.""" - ownerOrganization: CrunchbaseOrganizationFilter - - """Filter by the object’s `ownedOrganization` relation.""" - ownedOrganization: CrunchbaseOrganizationFilter - - """Filter by the object’s `ownerOrganizationId` field.""" - ownerOrganizationId: CrunchbaseUUIDFilter - - """Filter by the object’s `ownedOrganizationId` field.""" - ownedOrganizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationOwner` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationOwnerFilter { - """ - No related `OrganizationOwner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationOwnerFilter - - """ - Some related `OrganizationOwner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationOwnerFilter - - """ - Every related `OrganizationOwner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationOwnerFilter -} - -""" -A filter to be used against many `InvestmentInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyInvestmentInvestorFilter { - """ - No related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentInvestorFilter - - """ - Some related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentInvestorFilter - - """ - Every related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentInvestorFilter -} - -""" -A filter to be used against many `OrganizationBoardAndAdvisorMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationBoardAndAdvisorMemberFilter { - """ - No related `OrganizationBoardAndAdvisorMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationBoardAndAdvisorMemberFilter - - """ - Some related `OrganizationBoardAndAdvisorMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationBoardAndAdvisorMemberFilter - - """ - Every related `OrganizationBoardAndAdvisorMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationBoardAndAdvisorMemberFilter -} - -""" -A filter to be used against many `OrganizationPastTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationPastTeamMemberFilter { - """ - No related `OrganizationPastTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationPastTeamMemberFilter - - """ - Some related `OrganizationPastTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationPastTeamMemberFilter - - """ - Every related `OrganizationPastTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationPastTeamMemberFilter -} - -""" -A filter to be used against many `OrganizationFeaturedTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationFeaturedTeamMemberFilter { - """ - No related `OrganizationFeaturedTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationFeaturedTeamMemberFilter - - """ - Some related `OrganizationFeaturedTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationFeaturedTeamMemberFilter - - """ - Every related `OrganizationFeaturedTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationFeaturedTeamMemberFilter -} - -""" -A filter to be used against many `OrganizationCurrentTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationCurrentTeamMemberFilter { - """ - No related `OrganizationCurrentTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationCurrentTeamMemberFilter - - """ - Some related `OrganizationCurrentTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationCurrentTeamMemberFilter - - """ - Every related `OrganizationCurrentTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationCurrentTeamMemberFilter -} - -""" -A filter to be used against many `OrganizationFounder` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationFounderFilter { - """ - No related `OrganizationFounder` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationFounderFilter - - """ - Some related `OrganizationFounder` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationFounderFilter - - """ - Every related `OrganizationFounder` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationFounderFilter -} - -""" -A filter to be used against `Ipo` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseIpoFilter { - """Negates the expression.""" - not: CrunchbaseIpoFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseIpoFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseIpoFilter!] - - """A related `fundedCompany` exists.""" - fundedCompanyExists: Boolean - - """Filter by the object’s `fundedCompany` relation.""" - fundedCompany: CrunchbaseOrganizationFilter - - """Filter by the object’s `sharesSold` field.""" - sharesSold: CrunchbaseIntFilter - - """Filter by the object’s `fundedCompanyId` field.""" - fundedCompanyId: CrunchbaseUUIDFilter - - """Filter by the object’s `apiUrl` field.""" - apiUrl: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `moneyRaisedUsd` field.""" - moneyRaisedUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `moneyRaisedCurrencyCode` field.""" - moneyRaisedCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `moneyRaised` field.""" - moneyRaised: CrunchbaseBigIntFilter - - """Filter by the object’s `openingValuationUsd` field.""" - openingValuationUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `openingValuationCurrencyCode` field.""" - openingValuationCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `openingValuation` field.""" - openingValuation: CrunchbaseBigIntFilter - - """Filter by the object’s `openingSharePriceUsd` field.""" - openingSharePriceUsd: CrunchbaseFloatFilter - - """Filter by the object’s `openingSharePriceCurrencyCode` field.""" - openingSharePriceCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `openingSharePrice` field.""" - openingSharePrice: CrunchbaseFloatFilter - - """Filter by the object’s `stockSymbol` field.""" - stockSymbol: CrunchbaseStringFilter - - """Filter by the object’s `stockExchangeSymbol` field.""" - stockExchangeSymbol: CrunchbaseStringFilter - - """Filter by the object’s `wentPublicOnTrustCode` field.""" - wentPublicOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `wentPublicOn` field.""" - wentPublicOn: CrunchbaseDateFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `apiPath` field.""" - apiPath: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `Ipo` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyIpoFilter { - """ - No related `Ipo` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseIpoFilter - - """ - Some related `Ipo` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseIpoFilter - - """ - Every related `Ipo` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseIpoFilter -} - -enum CrunchbaseAcquisitionDisposition { - SEPARATE_ENTITY - PRODUCT - DIVISION - SUBSIDIARY - COMBINED -} - -""" -A filter to be used against AcquisitionDisposition fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAcquisitionDispositionFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseAcquisitionDisposition - - """Greater than the specified value.""" - greaterThan: CrunchbaseAcquisitionDisposition - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseAcquisitionDisposition - - """Less than the specified value.""" - lessThan: CrunchbaseAcquisitionDisposition - - """Not included in the specified list.""" - notIn: [CrunchbaseAcquisitionDisposition!] - - """Included in the specified list.""" - in: [CrunchbaseAcquisitionDisposition!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseAcquisitionDisposition - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseAcquisitionDisposition - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseAcquisitionDisposition - - """Equal to the specified value.""" - equalTo: CrunchbaseAcquisitionDisposition - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -enum CrunchbaseAcquisitionStatus { - PENDING - COMPLETE - CANCELLED -} - -""" -A filter to be used against AcquisitionStatus fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAcquisitionStatusFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseAcquisitionStatus - - """Greater than the specified value.""" - greaterThan: CrunchbaseAcquisitionStatus - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseAcquisitionStatus - - """Less than the specified value.""" - lessThan: CrunchbaseAcquisitionStatus - - """Not included in the specified list.""" - notIn: [CrunchbaseAcquisitionStatus!] - - """Included in the specified list.""" - in: [CrunchbaseAcquisitionStatus!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseAcquisitionStatus - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseAcquisitionStatus - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseAcquisitionStatus - - """Equal to the specified value.""" - equalTo: CrunchbaseAcquisitionStatus - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -enum CrunchbaseAcquisitionType { - ACQUISITION - ACQUIHIRE - LEVERAGED_BUY_OUT - LBO -} - -""" -A filter to be used against AcquisitionType fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAcquisitionTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseAcquisitionType - - """Greater than the specified value.""" - greaterThan: CrunchbaseAcquisitionType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseAcquisitionType - - """Less than the specified value.""" - lessThan: CrunchbaseAcquisitionType - - """Not included in the specified list.""" - notIn: [CrunchbaseAcquisitionType!] - - """Included in the specified list.""" - in: [CrunchbaseAcquisitionType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseAcquisitionType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseAcquisitionType - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseAcquisitionType - - """Equal to the specified value.""" - equalTo: CrunchbaseAcquisitionType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -enum CrunchbaseAcquisitionPaymentType { - CASH - STOCK - CASH_AND_STOCK -} - -""" -A filter to be used against AcquisitionPaymentType fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAcquisitionPaymentTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseAcquisitionPaymentType - - """Greater than the specified value.""" - greaterThan: CrunchbaseAcquisitionPaymentType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseAcquisitionPaymentType - - """Less than the specified value.""" - lessThan: CrunchbaseAcquisitionPaymentType - - """Not included in the specified list.""" - notIn: [CrunchbaseAcquisitionPaymentType!] - - """Included in the specified list.""" - in: [CrunchbaseAcquisitionPaymentType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseAcquisitionPaymentType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseAcquisitionPaymentType - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseAcquisitionPaymentType - - """Equal to the specified value.""" - equalTo: CrunchbaseAcquisitionPaymentType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Acquisition` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAcquisitionFilter { - """Negates the expression.""" - not: CrunchbaseAcquisitionFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseAcquisitionFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseAcquisitionFilter!] - - """A related `acquiree` exists.""" - acquireeExists: Boolean - - """Filter by the object’s `acquiree` relation.""" - acquiree: CrunchbaseOrganizationFilter - - """A related `acquirer` exists.""" - acquirerExists: Boolean - - """Filter by the object’s `acquirer` relation.""" - acquirer: CrunchbaseOrganizationFilter - - """Filter by the object’s `acquireeId` field.""" - acquireeId: CrunchbaseUUIDFilter - - """Filter by the object’s `acquirerId` field.""" - acquirerId: CrunchbaseUUIDFilter - - """Filter by the object’s `rank` field.""" - rank: CrunchbaseIntFilter - - """Filter by the object’s `apiUrl` field.""" - apiUrl: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `completedOnTrustCode` field.""" - completedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `completedOn` field.""" - completedOn: CrunchbaseDateFilter - - """Filter by the object’s `announcedOnTrustCode` field.""" - announcedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `announcedOn` field.""" - announcedOn: CrunchbaseDateFilter - - """Filter by the object’s `dispositionOfAcquired` field.""" - dispositionOfAcquired: CrunchbaseAcquisitionDispositionFilter - - """Filter by the object’s `acquisitionStatus` field.""" - acquisitionStatus: CrunchbaseAcquisitionStatusFilter - - """Filter by the object’s `acquisitionType` field.""" - acquisitionType: CrunchbaseAcquisitionTypeFilter - - """Filter by the object’s `paymentType` field.""" - paymentType: CrunchbaseAcquisitionPaymentTypeFilter - - """Filter by the object’s `priceUsd` field.""" - priceUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `priceCurrencyCode` field.""" - priceCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `price` field.""" - price: CrunchbaseBigIntFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `apiPath` field.""" - apiPath: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `Acquisition` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyAcquisitionFilter { - """ - No related `Acquisition` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseAcquisitionFilter - - """ - Some related `Acquisition` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseAcquisitionFilter - - """ - Every related `Acquisition` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseAcquisitionFilter -} - -""" -A filter to be used against many `Investment` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyInvestmentFilter { - """ - No related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentFilter - - """ - Some related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentFilter - - """ - Every related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentFilter -} - -""" -A filter to be used against many `FundingRound` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyFundingRoundFilter { - """ - No related `FundingRound` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseFundingRoundFilter - - """ - Some related `FundingRound` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseFundingRoundFilter - - """ - Every related `FundingRound` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseFundingRoundFilter -} - -""" -A filter to be used against many `Fund` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyFundFilter { - """ - No related `Fund` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseFundFilter - - """ - Some related `Fund` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseFundFilter - - """ - Every related `Fund` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseFundFilter -} - -""" -A filter to be used against many `Job` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyJobFilter { - """ - No related `Job` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseJobFilter - - """ - Some related `Job` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseJobFilter - - """ - Every related `Job` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseJobFilter -} - -""" -A filter to be used against many `Person` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseImageToManyPersonFilter { - """ - No related `Person` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbasePersonFilter - - """ - Some related `Person` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbasePersonFilter - - """ - Every related `Person` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbasePersonFilter -} - -""" -A filter to be used against many `Organization` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseImageToManyOrganizationFilter { - """ - No related `Organization` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationFilter - - """ - Some related `Organization` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationFilter - - """ - Every related `Organization` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationFilter -} - -""" -A filter to be used against `Image` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseImageFilter { - """Negates the expression.""" - not: CrunchbaseImageFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseImageFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseImageFilter!] - - """Some related `peopleByPrimaryImageId` exist.""" - peopleByPrimaryImageIdExist: Boolean - - """Filter by the object’s `peopleByPrimaryImageId` relation.""" - peopleByPrimaryImageId: CrunchbaseImageToManyPersonFilter - - """Some related `organizations` exist.""" - organizationsExist: Boolean - - """Filter by the object’s `organizations` relation.""" - organizations: CrunchbaseImageToManyOrganizationFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `filesize` field.""" - filesize: CrunchbaseIntFilter - - """Filter by the object’s `width` field.""" - width: CrunchbaseIntFilter - - """Filter by the object’s `height` field.""" - height: CrunchbaseIntFilter - - """Filter by the object’s `contentType` field.""" - contentType: CrunchbaseStringFilter - - """Filter by the object’s `assetUrl` field.""" - assetUrl: CrunchbaseStringFilter - - """Filter by the object’s `assetPath` field.""" - assetPath: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `Person` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseLocationToManyPersonFilter { - """ - No related `Person` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbasePersonFilter - - """ - Some related `Person` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbasePersonFilter - - """ - Every related `Person` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbasePersonFilter -} - -""" -A filter to be used against many `Location` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseLocationToManyLocationFilter { - """ - No related `Location` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseLocationFilter - - """ - Some related `Location` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseLocationFilter - - """ - Every related `Location` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseLocationFilter -} - -enum CrunchbaseLocationType { - CITY - REGION - COUNTRY - GROUP - CONTINENT -} - -""" -A filter to be used against LocationType fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseLocationTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseLocationType - - """Greater than the specified value.""" - greaterThan: CrunchbaseLocationType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseLocationType - - """Less than the specified value.""" - lessThan: CrunchbaseLocationType - - """Not included in the specified list.""" - notIn: [CrunchbaseLocationType!] - - """Included in the specified list.""" - in: [CrunchbaseLocationType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseLocationType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseLocationType - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseLocationType - - """Equal to the specified value.""" - equalTo: CrunchbaseLocationType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Location` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseLocationFilter { - """Negates the expression.""" - not: CrunchbaseLocationFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseLocationFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseLocationFilter!] - - """A related `parentLocation` exists.""" - parentLocationExists: Boolean - - """Filter by the object’s `parentLocation` relation.""" - parentLocation: CrunchbaseLocationFilter - - """Some related `peopleByPrimaryLocationId` exist.""" - peopleByPrimaryLocationIdExist: Boolean - - """Filter by the object’s `peopleByPrimaryLocationId` relation.""" - peopleByPrimaryLocationId: CrunchbaseLocationToManyPersonFilter - - """Some related `subLocations` exist.""" - subLocationsExist: Boolean - - """Filter by the object’s `subLocations` relation.""" - subLocations: CrunchbaseLocationToManyLocationFilter - - """Filter by the object’s `continent` field.""" - continent: CrunchbaseStringFilter - - """Filter by the object’s `countryCode3` field.""" - countryCode3: CrunchbaseStringFilter - - """Filter by the object’s `countryCode2` field.""" - countryCode2: CrunchbaseStringFilter - - """Filter by the object’s `country` field.""" - country: CrunchbaseStringFilter - - """Filter by the object’s `regionCode2` field.""" - regionCode2: CrunchbaseStringFilter - - """Filter by the object’s `region` field.""" - region: CrunchbaseStringFilter - - """Filter by the object’s `city` field.""" - city: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `parentLocationId` field.""" - parentLocationId: CrunchbaseUUIDFilter - - """Filter by the object’s `locationType` field.""" - locationType: CrunchbaseLocationTypeFilter - - """Filter by the object’s `name` field.""" - name: CrunchbaseStringFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `FundInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundToManyFundInvestorFilter { - """ - No related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseFundInvestorFilter - - """ - Some related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseFundInvestorFilter - - """ - Every related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseFundInvestorFilter -} - -""" -A filter to be used against `Fund` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundFilter { - """Negates the expression.""" - not: CrunchbaseFundFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseFundFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseFundFilter!] - - """A related `ventureFirm` exists.""" - ventureFirmExists: Boolean - - """Filter by the object’s `ventureFirm` relation.""" - ventureFirm: CrunchbaseOrganizationFilter - - """Some related `fundInvestors` exist.""" - fundInvestorsExist: Boolean - - """Filter by the object’s `fundInvestors` relation.""" - fundInvestors: CrunchbaseFundToManyFundInvestorFilter - - """Filter by the object’s `ventureFirmId` field.""" - ventureFirmId: CrunchbaseUUIDFilter - - """Filter by the object’s `apiUrl` field.""" - apiUrl: CrunchbaseStringFilter - - """Filter by the object’s `permalink` field.""" - permalink: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `moneyRaisedUsd` field.""" - moneyRaisedUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `moneyRaisedCurrencyCode` field.""" - moneyRaisedCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `moneyRaised` field.""" - moneyRaised: CrunchbaseBigIntFilter - - """Filter by the object’s `announcedOnTrustCode` field.""" - announcedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `announcedOn` field.""" - announcedOn: CrunchbaseDateFilter - - """Filter by the object’s `name` field.""" - name: CrunchbaseStringFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `apiPath` field.""" - apiPath: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against `FundInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundInvestorFilter { - """Negates the expression.""" - not: CrunchbaseFundInvestorFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseFundInvestorFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseFundInvestorFilter!] - - """A related `person` exists.""" - personExists: Boolean - - """Filter by the object’s `person` relation.""" - person: CrunchbasePersonFilter - - """A related `organization` exists.""" - organizationExists: Boolean - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `fund` relation.""" - fund: CrunchbaseFundFilter - - """Filter by the object’s `personId` field.""" - personId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter - - """Filter by the object’s `fundId` field.""" - fundId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `FundInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyFundInvestorFilter { - """ - No related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseFundInvestorFilter - - """ - Some related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseFundInvestorFilter - - """ - Every related `FundInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseFundInvestorFilter -} - -""" -A filter to be used against many `PersonAdvisorRole` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyPersonAdvisorRoleFilter { - """ - No related `PersonAdvisorRole` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbasePersonAdvisorRoleFilter - - """ - Some related `PersonAdvisorRole` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbasePersonAdvisorRoleFilter - - """ - Every related `PersonAdvisorRole` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbasePersonAdvisorRoleFilter -} - -""" -A filter to be used against many `InvestmentPartner` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyInvestmentPartnerFilter { - """ - No related `InvestmentPartner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentPartnerFilter - - """ - Some related `InvestmentPartner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentPartnerFilter - - """ - Every related `InvestmentPartner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentPartnerFilter -} - -""" -A filter to be used against many `InvestmentInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyInvestmentInvestorFilter { - """ - No related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentInvestorFilter - - """ - Some related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentInvestorFilter - - """ - Every related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentInvestorFilter -} - -""" -A filter to be used against `OrganizationFounder` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationFounderFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationFounderFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationFounderFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationFounderFilter!] - - """Filter by the object’s `person` relation.""" - person: CrunchbasePersonFilter - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `personId` field.""" - personId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationFounder` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyOrganizationFounderFilter { - """ - No related `OrganizationFounder` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationFounderFilter - - """ - Some related `OrganizationFounder` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationFounderFilter - - """ - Every related `OrganizationFounder` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationFounderFilter -} - -""" -A filter to be used against many `FundingRoundInvestment` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundingRoundToManyFundingRoundInvestmentFilter { - """ - No related `FundingRoundInvestment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseFundingRoundInvestmentFilter - - """ - Some related `FundingRoundInvestment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseFundingRoundInvestmentFilter - - """ - Every related `FundingRoundInvestment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseFundingRoundInvestmentFilter -} - -""" -A filter to be used against many `Investment` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundingRoundToManyInvestmentFilter { - """ - No related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentFilter - - """ - Some related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentFilter - - """ - Every related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentFilter -} - -enum CrunchbaseFundingType { - PRE_SEED - SEED - ANGEL - VENTURE - EQUITY_CROWDFUNDING - PRODUCT_CROWDFUNDING - PRIVATE_EQUITY - CONVERTIBLE_NOTE - DEBT_FINANCING - SECONDARY_MARKET - GRANT - POST_IPO_EQUITY - POST_IPO_DEBT - NON_EQUITY_ASSISTANCE - UNDISCLOSED - CORPORATE_ROUND - INITIAL_COIN_OFFERING - POST_IPO_SECONDARY - SERIES_A - SERIES_B - SERIES_C - SERIES_D - SERIES_E - SERIES_F - SERIES_G - SERIES_H - SERIES_I - SERIES_J - SERIES_UNKNOWN -} - -""" -A filter to be used against FundingType fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundingTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseFundingType - - """Greater than the specified value.""" - greaterThan: CrunchbaseFundingType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseFundingType - - """Less than the specified value.""" - lessThan: CrunchbaseFundingType - - """Not included in the specified list.""" - notIn: [CrunchbaseFundingType!] - - """Included in the specified list.""" - in: [CrunchbaseFundingType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseFundingType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseFundingType - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseFundingType - - """Equal to the specified value.""" - equalTo: CrunchbaseFundingType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `FundingRound` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundingRoundFilter { - """Negates the expression.""" - not: CrunchbaseFundingRoundFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseFundingRoundFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseFundingRoundFilter!] - - """A related `fundedOrganization` exists.""" - fundedOrganizationExists: Boolean - - """Filter by the object’s `fundedOrganization` relation.""" - fundedOrganization: CrunchbaseOrganizationFilter - - """Some related `fundingRoundInvestments` exist.""" - fundingRoundInvestmentsExist: Boolean - - """Filter by the object’s `fundingRoundInvestments` relation.""" - fundingRoundInvestments: CrunchbaseFundingRoundToManyFundingRoundInvestmentFilter - - """Some related `investments` exist.""" - investmentsExist: Boolean - - """Filter by the object’s `investments` relation.""" - investments: CrunchbaseFundingRoundToManyInvestmentFilter - - """Filter by the object’s `fundedOrganizationId` field.""" - fundedOrganizationId: CrunchbaseUUIDFilter - - """Filter by the object’s `rank` field.""" - rank: CrunchbaseIntFilter - - """Filter by the object’s `preMoneyValuationUsd` field.""" - preMoneyValuationUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `preMoneyValuationCurrencyCode` field.""" - preMoneyValuationCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `preMoneyValuation` field.""" - preMoneyValuation: CrunchbaseBigIntFilter - - """Filter by the object’s `apiUrl` field.""" - apiUrl: CrunchbaseStringFilter - - """Filter by the object’s `permalink` field.""" - permalink: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `targetMoneyRaisedUsd` field.""" - targetMoneyRaisedUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `targetMoneyRaisedCurrencyCode` field.""" - targetMoneyRaisedCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `targetMoneyRaised` field.""" - targetMoneyRaised: CrunchbaseBigIntFilter - - """Filter by the object’s `moneyRaisedUsd` field.""" - moneyRaisedUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `moneyRaisedCurrencyCode` field.""" - moneyRaisedCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `moneyRaised` field.""" - moneyRaised: CrunchbaseBigIntFilter - - """Filter by the object’s `closedOnTrustCode` field.""" - closedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `closedOn` field.""" - closedOn: CrunchbaseDateFilter - - """Filter by the object’s `announcedOnTrustCode` field.""" - announcedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `announcedOn` field.""" - announcedOn: CrunchbaseDateFilter - - """Filter by the object’s `seriesQualifier` field.""" - seriesQualifier: CrunchbaseStringFilter - - """Filter by the object’s `series` field.""" - series: CrunchbaseStringFilter - - """Filter by the object’s `fundingType` field.""" - fundingType: CrunchbaseFundingTypeFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `apiPath` field.""" - apiPath: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against `FundingRoundInvestment` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFundingRoundInvestmentFilter { - """Negates the expression.""" - not: CrunchbaseFundingRoundInvestmentFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseFundingRoundInvestmentFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseFundingRoundInvestmentFilter!] - - """A related `investment` exists.""" - investmentExists: Boolean - - """Filter by the object’s `investment` relation.""" - investment: CrunchbaseInvestmentFilter - - """Filter by the object’s `fundingRound` relation.""" - fundingRound: CrunchbaseFundingRoundFilter - - """Filter by the object’s `investmentId` field.""" - investmentId: CrunchbaseUUIDFilter - - """Filter by the object’s `fundingRoundId` field.""" - fundingRoundId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `FundingRoundInvestment` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseInvestmentToManyFundingRoundInvestmentFilter { - """ - No related `FundingRoundInvestment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseFundingRoundInvestmentFilter - - """ - Some related `FundingRoundInvestment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseFundingRoundInvestmentFilter - - """ - Every related `FundingRoundInvestment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseFundingRoundInvestmentFilter -} - -""" -A filter to be used against `InvestmentPartner` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseInvestmentPartnerFilter { - """Negates the expression.""" - not: CrunchbaseInvestmentPartnerFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseInvestmentPartnerFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseInvestmentPartnerFilter!] - - """A related `partner` exists.""" - partnerExists: Boolean - - """Filter by the object’s `partner` relation.""" - partner: CrunchbasePersonFilter - - """Filter by the object’s `investment` relation.""" - investment: CrunchbaseInvestmentFilter - - """Filter by the object’s `partnerId` field.""" - partnerId: CrunchbaseUUIDFilter - - """Filter by the object’s `investmentId` field.""" - investmentId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `InvestmentPartner` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseInvestmentToManyInvestmentPartnerFilter { - """ - No related `InvestmentPartner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentPartnerFilter - - """ - Some related `InvestmentPartner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentPartnerFilter - - """ - Every related `InvestmentPartner` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentPartnerFilter -} - -""" -A filter to be used against `InvestmentInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseInvestmentInvestorFilter { - """Negates the expression.""" - not: CrunchbaseInvestmentInvestorFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseInvestmentInvestorFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseInvestmentInvestorFilter!] - - """A related `investorPerson` exists.""" - investorPersonExists: Boolean - - """Filter by the object’s `investorPerson` relation.""" - investorPerson: CrunchbasePersonFilter - - """A related `investorOrganization` exists.""" - investorOrganizationExists: Boolean - - """Filter by the object’s `investorOrganization` relation.""" - investorOrganization: CrunchbaseOrganizationFilter - - """Filter by the object’s `investment` relation.""" - investment: CrunchbaseInvestmentFilter - - """Filter by the object’s `investorPersonId` field.""" - investorPersonId: CrunchbaseUUIDFilter - - """Filter by the object’s `investorOrganizationId` field.""" - investorOrganizationId: CrunchbaseUUIDFilter - - """Filter by the object’s `investmentId` field.""" - investmentId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `InvestmentInvestor` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseInvestmentToManyInvestmentInvestorFilter { - """ - No related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentInvestorFilter - - """ - Some related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentInvestorFilter - - """ - Every related `InvestmentInvestor` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentInvestorFilter -} - -enum CrunchbaseCurrencyCode { - AED - AFN - ALL - AMD - ANG - AOA - ARS - AUD - AWG - AZN - BAM - BBD - BDT - BGN - BHD - BIF - BMD - BND - BOB - BRL - BSD - BTC - BTN - BWP - BYR - BZD - CAD - CDF - CHF - CLF - CLP - CNY - COP - CRC - CUC - CUP - CVE - CZK - DJF - DKK - DOP - DZD - EEK - EGP - ERN - ETB - EUR - FJD - FKP - GBP - GEL - GGP - GHS - GIP - GMD - GNF - GTQ - GYD - HKD - HNL - HRK - HTG - HUF - IDR - ILS - IMP - INR - IQD - IRR - ISK - JEP - JMD - JOD - JPY - KES - KGS - KHR - KMF - KPW - KRW - KWD - KYD - KZT - LAK - LBP - LKR - LRD - LSL - LTL - LVL - LYD - MAD - MDL - MGA - MKD - MMK - MNT - MOP - MRO - MTL - MUR - MVR - MWK - MXN - MYR - MZN - NAD - NGN - NIO - NOK - NPR - NZD - OMR - PAB - PEN - PGK - PHP - PKR - PLN - PYG - QAR - RON - RSD - RUB - RWF - SAR - SBD - SCR - SDG - SEK - SGD - SHP - SKK - SLL - SOS - SPL_ASTERISK - SRD - STD - SVC - SYP - SZL - THB - TJS - TMT - TND - TOP - TRY - TTD - TVD - TWD - TZS - UAH - UGX - USD - UYU - UZS - VEF - VND - VUV - WST - XAF - XAG - XAU - XCD - XDR - XOF - XPF - YER - ZAR - ZMK - ZMW - ZWD - ZWL -} - -""" -A filter to be used against CurrencyCode fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseCurrencyCodeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseCurrencyCode - - """Greater than the specified value.""" - greaterThan: CrunchbaseCurrencyCode - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseCurrencyCode - - """Less than the specified value.""" - lessThan: CrunchbaseCurrencyCode - - """Not included in the specified list.""" - notIn: [CrunchbaseCurrencyCode!] - - """Included in the specified list.""" - in: [CrunchbaseCurrencyCode!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseCurrencyCode - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseCurrencyCode - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseCurrencyCode - - """Equal to the specified value.""" - equalTo: CrunchbaseCurrencyCode - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Investment` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseInvestmentFilter { - """Negates the expression.""" - not: CrunchbaseInvestmentFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseInvestmentFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseInvestmentFilter!] - - """A related `investedInOrganization` exists.""" - investedInOrganizationExists: Boolean - - """Filter by the object’s `investedInOrganization` relation.""" - investedInOrganization: CrunchbaseOrganizationFilter - - """A related `investedInPerson` exists.""" - investedInPersonExists: Boolean - - """Filter by the object’s `investedInPerson` relation.""" - investedInPerson: CrunchbasePersonFilter - - """A related `fundingRound` exists.""" - fundingRoundExists: Boolean - - """Filter by the object’s `fundingRound` relation.""" - fundingRound: CrunchbaseFundingRoundFilter - - """Some related `fundingRoundInvestments` exist.""" - fundingRoundInvestmentsExist: Boolean - - """Filter by the object’s `fundingRoundInvestments` relation.""" - fundingRoundInvestments: CrunchbaseInvestmentToManyFundingRoundInvestmentFilter - - """Some related `omit` exist.""" - omitExist: Boolean - - """Filter by the object’s `omit` relation.""" - omit: CrunchbaseInvestmentToManyInvestmentPartnerFilter - - """Some related `investmentInvestors` exist.""" - investmentInvestorsExist: Boolean - - """Filter by the object’s `investmentInvestors` relation.""" - investmentInvestors: CrunchbaseInvestmentToManyInvestmentInvestorFilter - - """Filter by the object’s `investedInOrganizationId` field.""" - investedInOrganizationId: CrunchbaseUUIDFilter - - """Filter by the object’s `investedInPersonId` field.""" - investedInPersonId: CrunchbaseUUIDFilter - - """Filter by the object’s `fundingRoundId` field.""" - fundingRoundId: CrunchbaseUUIDFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `announcedOnTrustCode` field.""" - announcedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `announcedOn` field.""" - announcedOn: CrunchbaseDateFilter - - """Filter by the object’s `isLeadInvestor` field.""" - isLeadInvestor: CrunchbaseBooleanFilter - - """Filter by the object’s `moneyInvestedUsd` field.""" - moneyInvestedUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `moneyInvestedCurrencyCode` field.""" - moneyInvestedCurrencyCode: CrunchbaseCurrencyCodeFilter - - """Filter by the object’s `moneyInvested` field.""" - moneyInvested: CrunchbaseBigIntFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `Investment` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyInvestmentFilter { - """ - No related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseInvestmentFilter - - """ - Some related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseInvestmentFilter - - """ - Every related `Investment` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseInvestmentFilter -} - -""" -A filter to be used against `PersonAdvisorRole` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonAdvisorRoleFilter { - """Negates the expression.""" - not: CrunchbasePersonAdvisorRoleFilter - - """Checks for any expressions in this list.""" - or: [CrunchbasePersonAdvisorRoleFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbasePersonAdvisorRoleFilter!] - - """Filter by the object’s `job` relation.""" - job: CrunchbaseJobFilter - - """Filter by the object’s `person` relation.""" - person: CrunchbasePersonFilter - - """Filter by the object’s `jobId` field.""" - jobId: CrunchbaseUUIDFilter - - """Filter by the object’s `personId` field.""" - personId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `PersonAdvisorRole` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseJobToManyPersonAdvisorRoleFilter { - """ - No related `PersonAdvisorRole` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbasePersonAdvisorRoleFilter - - """ - Some related `PersonAdvisorRole` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbasePersonAdvisorRoleFilter - - """ - Every related `PersonAdvisorRole` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbasePersonAdvisorRoleFilter -} - -""" -A filter to be used against `OrganizationBoardAndAdvisorMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationBoardAndAdvisorMemberFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationBoardAndAdvisorMemberFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationBoardAndAdvisorMemberFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationBoardAndAdvisorMemberFilter!] - - """Filter by the object’s `job` relation.""" - job: CrunchbaseJobFilter - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `jobId` field.""" - jobId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationBoardAndAdvisorMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseJobToManyOrganizationBoardAndAdvisorMemberFilter { - """ - No related `OrganizationBoardAndAdvisorMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationBoardAndAdvisorMemberFilter - - """ - Some related `OrganizationBoardAndAdvisorMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationBoardAndAdvisorMemberFilter - - """ - Every related `OrganizationBoardAndAdvisorMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationBoardAndAdvisorMemberFilter -} - -""" -A filter to be used against `OrganizationPastTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationPastTeamMemberFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationPastTeamMemberFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationPastTeamMemberFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationPastTeamMemberFilter!] - - """Filter by the object’s `job` relation.""" - job: CrunchbaseJobFilter - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `jobId` field.""" - jobId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationPastTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseJobToManyOrganizationPastTeamMemberFilter { - """ - No related `OrganizationPastTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationPastTeamMemberFilter - - """ - Some related `OrganizationPastTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationPastTeamMemberFilter - - """ - Every related `OrganizationPastTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationPastTeamMemberFilter -} - -""" -A filter to be used against `OrganizationFeaturedTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationFeaturedTeamMemberFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationFeaturedTeamMemberFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationFeaturedTeamMemberFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationFeaturedTeamMemberFilter!] - - """Filter by the object’s `job` relation.""" - job: CrunchbaseJobFilter - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `jobId` field.""" - jobId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationFeaturedTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseJobToManyOrganizationFeaturedTeamMemberFilter { - """ - No related `OrganizationFeaturedTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationFeaturedTeamMemberFilter - - """ - Some related `OrganizationFeaturedTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationFeaturedTeamMemberFilter - - """ - Every related `OrganizationFeaturedTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationFeaturedTeamMemberFilter -} - -""" -A filter to be used against `OrganizationCurrentTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationCurrentTeamMemberFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationCurrentTeamMemberFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationCurrentTeamMemberFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationCurrentTeamMemberFilter!] - - """Filter by the object’s `job` relation.""" - job: CrunchbaseJobFilter - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `jobId` field.""" - jobId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationCurrentTeamMember` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseJobToManyOrganizationCurrentTeamMemberFilter { - """ - No related `OrganizationCurrentTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationCurrentTeamMemberFilter - - """ - Some related `OrganizationCurrentTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationCurrentTeamMemberFilter - - """ - Every related `OrganizationCurrentTeamMember` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationCurrentTeamMemberFilter -} - -""" -A filter to be used against `Job` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseJobFilter { - """Negates the expression.""" - not: CrunchbaseJobFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseJobFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseJobFilter!] - - """A related `organization` exists.""" - organizationExists: Boolean - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """A related `person` exists.""" - personExists: Boolean - - """Filter by the object’s `person` relation.""" - person: CrunchbasePersonFilter - - """Some related `personAdvisorRoles` exist.""" - personAdvisorRolesExist: Boolean - - """Filter by the object’s `personAdvisorRoles` relation.""" - personAdvisorRoles: CrunchbaseJobToManyPersonAdvisorRoleFilter - - """Some related `organizationBoardAndAdvisorMembers` exist.""" - organizationBoardAndAdvisorMembersExist: Boolean - - """Filter by the object’s `organizationBoardAndAdvisorMembers` relation.""" - organizationBoardAndAdvisorMembers: CrunchbaseJobToManyOrganizationBoardAndAdvisorMemberFilter - - """Some related `organizationPastTeamMembers` exist.""" - organizationPastTeamMembersExist: Boolean - - """Filter by the object’s `organizationPastTeamMembers` relation.""" - organizationPastTeamMembers: CrunchbaseJobToManyOrganizationPastTeamMemberFilter - - """Some related `organizationFeaturedTeamMembers` exist.""" - organizationFeaturedTeamMembersExist: Boolean - - """Filter by the object’s `organizationFeaturedTeamMembers` relation.""" - organizationFeaturedTeamMembers: CrunchbaseJobToManyOrganizationFeaturedTeamMemberFilter - - """Some related `organizationCurrentTeamMembers` exist.""" - organizationCurrentTeamMembersExist: Boolean - - """Filter by the object’s `organizationCurrentTeamMembers` relation.""" - organizationCurrentTeamMembers: CrunchbaseJobToManyOrganizationCurrentTeamMemberFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter - - """Filter by the object’s `personId` field.""" - personId: CrunchbaseUUIDFilter - - """Filter by the object’s `jobType` field.""" - jobType: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `endedOnTrustCode` field.""" - endedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `endedOn` field.""" - endedOn: CrunchbaseDateFilter - - """Filter by the object’s `startedOnTrustCode` field.""" - startedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `startedOn` field.""" - startedOn: CrunchbaseDateFilter - - """Filter by the object’s `isPrimary` field.""" - isPrimary: CrunchbaseBooleanFilter - - """Filter by the object’s `isCurrent` field.""" - isCurrent: CrunchbaseBooleanFilter - - """Filter by the object’s `title` field.""" - title: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `Job` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyJobFilter { - """ - No related `Job` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseJobFilter - - """ - Some related `Job` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseJobFilter - - """ - Every related `Job` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseJobFilter -} - -""" -A filter to be used against many `Degree` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonToManyDegreeFilter { - """ - No related `Degree` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseDegreeFilter - - """ - Some related `Degree` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseDegreeFilter - - """ - Every related `Degree` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseDegreeFilter -} - -""" -A filter to be used against `Person` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbasePersonFilter { - """Negates the expression.""" - not: CrunchbasePersonFilter - - """Checks for any expressions in this list.""" - or: [CrunchbasePersonFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbasePersonFilter!] - - """A related `primaryImage` exists.""" - primaryImageExists: Boolean - - """Filter by the object’s `primaryImage` relation.""" - primaryImage: CrunchbaseImageFilter - - """A related `primaryLocation` exists.""" - primaryLocationExists: Boolean - - """Filter by the object’s `primaryLocation` relation.""" - primaryLocation: CrunchbaseLocationFilter - - """Some related `fundInvestors` exist.""" - fundInvestorsExist: Boolean - - """Filter by the object’s `fundInvestors` relation.""" - fundInvestors: CrunchbasePersonToManyFundInvestorFilter - - """Some related `personAdvisorRoles` exist.""" - personAdvisorRolesExist: Boolean - - """Filter by the object’s `personAdvisorRoles` relation.""" - personAdvisorRoles: CrunchbasePersonToManyPersonAdvisorRoleFilter - - """Some related `investmentPartnersByPartnerId` exist.""" - investmentPartnersByPartnerIdExist: Boolean - - """Filter by the object’s `investmentPartnersByPartnerId` relation.""" - investmentPartnersByPartnerId: CrunchbasePersonToManyInvestmentPartnerFilter - - """Some related `investmentInvestorsByInvestorPersonId` exist.""" - investmentInvestorsByInvestorPersonIdExist: Boolean - - """ - Filter by the object’s `investmentInvestorsByInvestorPersonId` relation. - """ - investmentInvestorsByInvestorPersonId: CrunchbasePersonToManyInvestmentInvestorFilter - - """Some related `organizationFounders` exist.""" - organizationFoundersExist: Boolean - - """Filter by the object’s `organizationFounders` relation.""" - organizationFounders: CrunchbasePersonToManyOrganizationFounderFilter - - """Some related `investmentsAsInvestee` exist.""" - investmentsAsInvesteeExist: Boolean - - """Filter by the object’s `investmentsAsInvestee` relation.""" - investmentsAsInvestee: CrunchbasePersonToManyInvestmentFilter - - """Some related `jobs` exist.""" - jobsExist: Boolean - - """Filter by the object’s `jobs` relation.""" - jobs: CrunchbasePersonToManyJobFilter - - """Some related `degrees` exist.""" - degreesExist: Boolean - - """Filter by the object’s `degrees` relation.""" - degrees: CrunchbasePersonToManyDegreeFilter - - """Filter by the object’s `primaryImageId` field.""" - primaryImageId: CrunchbaseUUIDFilter - - """Filter by the object’s `primaryLocationId` field.""" - primaryLocationId: CrunchbaseUUIDFilter - - """Filter by the object’s `rank` field.""" - rank: CrunchbaseIntFilter - - """Filter by the object’s `gender` field.""" - gender: CrunchbaseStringFilter - - """Filter by the object’s `permalinkAliases` field.""" - permalinkAliases: CrunchbaseStringListFilter - - """Filter by the object’s `apiUrl` field.""" - apiUrl: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `diedOnTrustCode` field.""" - diedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `diedOn` field.""" - diedOn: CrunchbaseDateFilter - - """Filter by the object’s `bornOnTrustCode` field.""" - bornOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `bornOn` field.""" - bornOn: CrunchbaseDateFilter - - """Filter by the object’s `roleInvestor` field.""" - roleInvestor: CrunchbaseBooleanFilter - - """Filter by the object’s `profileImageUrl` field.""" - profileImageUrl: CrunchbaseStringFilter - - """Filter by the object’s `bio` field.""" - bio: CrunchbaseStringFilter - - """Filter by the object’s `alsoKnownAs` field.""" - alsoKnownAs: CrunchbaseStringListFilter - - """Filter by the object’s `lastName` field.""" - lastName: CrunchbaseStringFilter - - """Filter by the object’s `firstName` field.""" - firstName: CrunchbaseStringFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `apiPath` field.""" - apiPath: CrunchbaseStringFilter - - """Filter by the object’s `permalink` field.""" - permalink: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against `Degree` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseDegreeFilter { - """Negates the expression.""" - not: CrunchbaseDegreeFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseDegreeFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseDegreeFilter!] - - """A related `person` exists.""" - personExists: Boolean - - """Filter by the object’s `person` relation.""" - person: CrunchbasePersonFilter - - """A related `school` exists.""" - schoolExists: Boolean - - """Filter by the object’s `school` relation.""" - school: CrunchbaseOrganizationFilter - - """Filter by the object’s `personId` field.""" - personId: CrunchbaseUUIDFilter - - """Filter by the object’s `schoolId` field.""" - schoolId: CrunchbaseUUIDFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `degreeSubject` field.""" - degreeSubject: CrunchbaseStringFilter - - """Filter by the object’s `degreeTypeName` field.""" - degreeTypeName: CrunchbaseStringFilter - - """Filter by the object’s `completedOnTrustCode` field.""" - completedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `completedOn` field.""" - completedOn: CrunchbaseDateFilter - - """Filter by the object’s `startedOnTrustCode` field.""" - startedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `startedOn` field.""" - startedOn: CrunchbaseDateFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `Degree` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyDegreeFilter { - """ - No related `Degree` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseDegreeFilter - - """ - Some related `Degree` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseDegreeFilter - - """ - Every related `Degree` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseDegreeFilter -} - -""" -A filter to be used against many `OrganizationOffice` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAddressToManyOrganizationOfficeFilter { - """ - No related `OrganizationOffice` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationOfficeFilter - - """ - Some related `OrganizationOffice` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationOfficeFilter - - """ - Every related `OrganizationOffice` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationOfficeFilter -} - -""" -A filter to be used against many `Organization` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAddressToManyOrganizationFilter { - """ - No related `Organization` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationFilter - - """ - Some related `Organization` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationFilter - - """ - Every related `Organization` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationFilter -} - -""" -A filter to be used against Float fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseFloatFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: Float - - """Greater than the specified value.""" - greaterThan: Float - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: Float - - """Less than the specified value.""" - lessThan: Float - - """Not included in the specified list.""" - notIn: [Float!] - - """Included in the specified list.""" - in: [Float!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: Float - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: Float - - """Not equal to the specified value.""" - notEqualTo: Float - - """Equal to the specified value.""" - equalTo: Float - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Address` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseAddressFilter { - """Negates the expression.""" - not: CrunchbaseAddressFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseAddressFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseAddressFilter!] - - """Some related `organizationOffices` exist.""" - organizationOfficesExist: Boolean - - """Filter by the object’s `organizationOffices` relation.""" - organizationOffices: CrunchbaseAddressToManyOrganizationOfficeFilter - - """Some related `organizationsHeadquartered` exist.""" - organizationsHeadquarteredExist: Boolean - - """Filter by the object’s `organizationsHeadquartered` relation.""" - organizationsHeadquartered: CrunchbaseAddressToManyOrganizationFilter - - """Filter by the object’s `countryCode3` field.""" - countryCode3: CrunchbaseStringFilter - - """Filter by the object’s `countryCode2` field.""" - countryCode2: CrunchbaseStringFilter - - """Filter by the object’s `regionCode2` field.""" - regionCode2: CrunchbaseStringFilter - - """Filter by the object’s `postalCode` field.""" - postalCode: CrunchbaseStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `longitude` field.""" - longitude: CrunchbaseFloatFilter - - """Filter by the object’s `latitude` field.""" - latitude: CrunchbaseFloatFilter - - """Filter by the object’s `countryWebPath` field.""" - countryWebPath: CrunchbaseStringFilter - - """Filter by the object’s `country` field.""" - country: CrunchbaseStringFilter - - """Filter by the object’s `regionWebPath` field.""" - regionWebPath: CrunchbaseStringFilter - - """Filter by the object’s `region` field.""" - region: CrunchbaseStringFilter - - """Filter by the object’s `cityWebPath` field.""" - cityWebPath: CrunchbaseStringFilter - - """Filter by the object’s `city` field.""" - city: CrunchbaseStringFilter - - """Filter by the object’s `street2` field.""" - street2: CrunchbaseStringFilter - - """Filter by the object’s `street1` field.""" - street1: CrunchbaseStringFilter - - """Filter by the object’s `name` field.""" - name: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -""" -A filter to be used against `OrganizationOffice` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationOfficeFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationOfficeFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationOfficeFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationOfficeFilter!] - - """A related `office` exists.""" - officeExists: Boolean - - """Filter by the object’s `office` relation.""" - office: CrunchbaseAddressFilter - - """A related `organization` exists.""" - organizationExists: Boolean - - """Filter by the object’s `organization` relation.""" - organization: CrunchbaseOrganizationFilter - - """Filter by the object’s `addressId` field.""" - addressId: CrunchbaseUUIDFilter - - """Filter by the object’s `organizationId` field.""" - organizationId: CrunchbaseUUIDFilter -} - -""" -A filter to be used against many `OrganizationOffice` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationToManyOrganizationOfficeFilter { - """ - No related `OrganizationOffice` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - none: CrunchbaseOrganizationOfficeFilter - - """ - Some related `OrganizationOffice` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - some: CrunchbaseOrganizationOfficeFilter - - """ - Every related `OrganizationOffice` matches the filter criteria. All fields are combined with a logical ‘and.’ - """ - every: CrunchbaseOrganizationOfficeFilter -} - -""" -A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseDatetimeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against BigInt fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseBigIntFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against Int fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseIntFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: Int - - """Greater than the specified value.""" - greaterThan: Int - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: Int - - """Less than the specified value.""" - lessThan: Int - - """Not included in the specified list.""" - notIn: [Int!] - - """Included in the specified list.""" - in: [Int!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: Int - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: Int - - """Not equal to the specified value.""" - notEqualTo: Int - - """Equal to the specified value.""" - equalTo: Int - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against TrustCode fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseTrustCodeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseTrustCode - - """Greater than the specified value.""" - greaterThan: CrunchbaseTrustCode - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseTrustCode - - """Less than the specified value.""" - lessThan: CrunchbaseTrustCode - - """Not included in the specified list.""" - notIn: [CrunchbaseTrustCode!] - - """Included in the specified list.""" - in: [CrunchbaseTrustCode!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseTrustCode - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseTrustCode - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseTrustCode - - """Equal to the specified value.""" - equalTo: CrunchbaseTrustCode - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against Date fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseDateFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseBooleanFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: Boolean - - """Greater than the specified value.""" - greaterThan: Boolean - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: Boolean - - """Less than the specified value.""" - lessThan: Boolean - - """Not included in the specified list.""" - notIn: [Boolean!] - - """Included in the specified list.""" - in: [Boolean!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: Boolean - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: Boolean - - """Not equal to the specified value.""" - notEqualTo: Boolean - - """Equal to the specified value.""" - equalTo: Boolean - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against OrganizationRole fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationRoleFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: CrunchbaseOrganizationRole - - """Greater than the specified value.""" - greaterThan: CrunchbaseOrganizationRole - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: CrunchbaseOrganizationRole - - """Less than the specified value.""" - lessThan: CrunchbaseOrganizationRole - - """Not included in the specified list.""" - notIn: [CrunchbaseOrganizationRole!] - - """Included in the specified list.""" - in: [CrunchbaseOrganizationRole!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: CrunchbaseOrganizationRole - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: CrunchbaseOrganizationRole - - """Not equal to the specified value.""" - notEqualTo: CrunchbaseOrganizationRole - - """Equal to the specified value.""" - equalTo: CrunchbaseOrganizationRole - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against String List fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseStringListFilter { - """Any array item is greater than or equal to the specified value.""" - anyGreaterThanOrEqualTo: String - - """Any array item is greater than the specified value.""" - anyGreaterThan: String - - """Any array item is less than or equal to the specified value.""" - anyLessThanOrEqualTo: String - - """Any array item is less than the specified value.""" - anyLessThan: String - - """Any array item is not equal to the specified value.""" - anyNotEqualTo: String - - """Any array item is equal to the specified value.""" - anyEqualTo: String - - """Overlaps the specified list of values.""" - overlaps: [String] - - """Contained by the specified list of values.""" - containedBy: [String] - - """Contains the specified list of values.""" - contains: [String] - - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: [String] - - """Greater than the specified value.""" - greaterThan: [String] - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: [String] - - """Less than the specified value.""" - lessThan: [String] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: [String] - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: [String] - - """Not equal to the specified value.""" - notEqualTo: [String] - - """Equal to the specified value.""" - equalTo: [String] - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against String fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseStringFilter { - """ - Does not match the specified pattern using the SQL standard's definition of a regular expression. - """ - notSimilarTo: String - - """ - Matches the specified pattern using the SQL standard's definition of a regular expression. - """ - similarTo: String - - """ - Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - notLikeInsensitive: String - - """ - Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - likeInsensitive: String - - """ - Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - notLike: String - - """ - Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - like: String - - """Does not end with the specified string (case-insensitive).""" - notEndsWithInsensitive: String - - """Ends with the specified string (case-insensitive).""" - endsWithInsensitive: String - - """Does not end with the specified string (case-sensitive).""" - notEndsWith: String - - """Ends with the specified string (case-sensitive).""" - endsWith: String - - """Does not start with the specified string (case-insensitive).""" - notStartsWithInsensitive: String - - """Starts with the specified string (case-insensitive).""" - startsWithInsensitive: String - - """Does not start with the specified string (case-sensitive).""" - notStartsWith: String - - """Starts with the specified string (case-sensitive).""" - startsWith: String - - """Does not contain the specified string (case-insensitive).""" - notIncludesInsensitive: String - - """Contains the specified string (case-insensitive).""" - includesInsensitive: String - - """Does not contain the specified string (case-sensitive).""" - notIncludes: String - - """Contains the specified string (case-sensitive).""" - includes: String - - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against UUID fields. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseUUIDFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Organization` object types. All fields are combined with a logical ‘and.’ -""" -input CrunchbaseOrganizationFilter { - """Negates the expression.""" - not: CrunchbaseOrganizationFilter - - """Checks for any expressions in this list.""" - or: [CrunchbaseOrganizationFilter!] - - """Checks for all expressions in this list.""" - and: [CrunchbaseOrganizationFilter!] - - """A related `headquarters` exists.""" - headquartersExists: Boolean - - """Filter by the object’s `headquarters` relation.""" - headquarters: CrunchbaseAddressFilter - - """A related `primaryImage` exists.""" - primaryImageExists: Boolean - - """Filter by the object’s `primaryImage` relation.""" - primaryImage: CrunchbaseImageFilter - - """Some related `fundInvestors` exist.""" - fundInvestorsExist: Boolean - - """Filter by the object’s `fundInvestors` relation.""" - fundInvestors: CrunchbaseOrganizationToManyFundInvestorFilter - - """Some related `organizationCategories` exist.""" - organizationCategoriesExist: Boolean - - """Filter by the object’s `organizationCategories` relation.""" - organizationCategories: CrunchbaseOrganizationToManyOrganizationCategoryFilter - - """Some related `organizationOwnersByOwnerOrganizationId` exist.""" - organizationOwnersByOwnerOrganizationIdExist: Boolean - - """ - Filter by the object’s `organizationOwnersByOwnerOrganizationId` relation. - """ - organizationOwnersByOwnerOrganizationId: CrunchbaseOrganizationToManyOrganizationOwnerFilter - - """Some related `organizationOwnersByOwnedOrganizationId` exist.""" - organizationOwnersByOwnedOrganizationIdExist: Boolean - - """ - Filter by the object’s `organizationOwnersByOwnedOrganizationId` relation. - """ - organizationOwnersByOwnedOrganizationId: CrunchbaseOrganizationToManyOrganizationOwnerFilter - - """Some related `investmentInvestorsByInvestorOrganizationId` exist.""" - investmentInvestorsByInvestorOrganizationIdExist: Boolean - - """ - Filter by the object’s `investmentInvestorsByInvestorOrganizationId` relation. - """ - investmentInvestorsByInvestorOrganizationId: CrunchbaseOrganizationToManyInvestmentInvestorFilter - - """Some related `organizationBoardAndAdvisorMembers` exist.""" - organizationBoardAndAdvisorMembersExist: Boolean - - """Filter by the object’s `organizationBoardAndAdvisorMembers` relation.""" - organizationBoardAndAdvisorMembers: CrunchbaseOrganizationToManyOrganizationBoardAndAdvisorMemberFilter - - """Some related `organizationPastTeamMembers` exist.""" - organizationPastTeamMembersExist: Boolean - - """Filter by the object’s `organizationPastTeamMembers` relation.""" - organizationPastTeamMembers: CrunchbaseOrganizationToManyOrganizationPastTeamMemberFilter - - """Some related `organizationFeaturedTeamMembers` exist.""" - organizationFeaturedTeamMembersExist: Boolean - - """Filter by the object’s `organizationFeaturedTeamMembers` relation.""" - organizationFeaturedTeamMembers: CrunchbaseOrganizationToManyOrganizationFeaturedTeamMemberFilter - - """Some related `organizationCurrentTeamMembers` exist.""" - organizationCurrentTeamMembersExist: Boolean - - """Filter by the object’s `organizationCurrentTeamMembers` relation.""" - organizationCurrentTeamMembers: CrunchbaseOrganizationToManyOrganizationCurrentTeamMemberFilter - - """Some related `organizationFounders` exist.""" - organizationFoundersExist: Boolean - - """Filter by the object’s `organizationFounders` relation.""" - organizationFounders: CrunchbaseOrganizationToManyOrganizationFounderFilter - - """Some related `ipos` exist.""" - iposExist: Boolean - - """Filter by the object’s `ipos` relation.""" - ipos: CrunchbaseOrganizationToManyIpoFilter - - """Some related `acquisitionsAsAcquiree` exist.""" - acquisitionsAsAcquireeExist: Boolean - - """Filter by the object’s `acquisitionsAsAcquiree` relation.""" - acquisitionsAsAcquiree: CrunchbaseOrganizationToManyAcquisitionFilter - - """Some related `acquisitionsAsAcquirer` exist.""" - acquisitionsAsAcquirerExist: Boolean - - """Filter by the object’s `acquisitionsAsAcquirer` relation.""" - acquisitionsAsAcquirer: CrunchbaseOrganizationToManyAcquisitionFilter - - """Some related `investmentsAsInvestee` exist.""" - investmentsAsInvesteeExist: Boolean - - """Filter by the object’s `investmentsAsInvestee` relation.""" - investmentsAsInvestee: CrunchbaseOrganizationToManyInvestmentFilter - - """Some related `fundingRounds` exist.""" - fundingRoundsExist: Boolean - - """Filter by the object’s `fundingRounds` relation.""" - fundingRounds: CrunchbaseOrganizationToManyFundingRoundFilter - - """Some related `ventureFirmFunds` exist.""" - ventureFirmFundsExist: Boolean - - """Filter by the object’s `ventureFirmFunds` relation.""" - ventureFirmFunds: CrunchbaseOrganizationToManyFundFilter - - """Some related `jobs` exist.""" - jobsExist: Boolean - - """Filter by the object’s `jobs` relation.""" - jobs: CrunchbaseOrganizationToManyJobFilter - - """Some related `degreesIssued` exist.""" - degreesIssuedExist: Boolean - - """Filter by the object’s `degreesIssued` relation.""" - degreesIssued: CrunchbaseOrganizationToManyDegreeFilter - - """Some related `organizationOffices` exist.""" - organizationOfficesExist: Boolean - - """Filter by the object’s `organizationOffices` relation.""" - organizationOffices: CrunchbaseOrganizationToManyOrganizationOfficeFilter - - """Filter by the object’s `twitterUrl` field.""" - twitterUrl: CrunchbaseStringFilter - - """Filter by the object’s `linkedinUrl` field.""" - linkedinUrl: CrunchbaseStringFilter - - """Filter by the object’s `homepageHostname` field.""" - homepageHostname: CrunchbaseStringFilter - - """Filter by the object’s `facebookUrl` field.""" - facebookUrl: CrunchbaseStringFilter - - """Filter by the object’s `headquartersId` field.""" - headquartersId: CrunchbaseUUIDFilter - - """Filter by the object’s `primaryImageId` field.""" - primaryImageId: CrunchbaseUUIDFilter - - """Filter by the object’s `rank` field.""" - rank: CrunchbaseIntFilter - - """Filter by the object’s `phoneNumber` field.""" - phoneNumber: CrunchbaseStringFilter - - """Filter by the object’s `contactEmail` field.""" - contactEmail: CrunchbaseStringFilter - - """Filter by the object’s `investorType` field.""" - investorType: CrunchbaseStringListFilter - - """Filter by the object’s `apiUrl` field.""" - apiUrl: CrunchbaseStringFilter - - """Filter by the object’s `permalinkAliases` field.""" - permalinkAliases: CrunchbaseStringListFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: CrunchbaseDatetimeFilter - - """Filter by the object’s `homepageUrl` field.""" - homepageUrl: CrunchbaseStringFilter - - """Filter by the object’s `numberOfInvestments` field.""" - numberOfInvestments: CrunchbaseIntFilter - - """Filter by the object’s `stockSymbol` field.""" - stockSymbol: CrunchbaseStringFilter - - """Filter by the object’s `stockExchange` field.""" - stockExchange: CrunchbaseStringFilter - - """Filter by the object’s `totalFundingUsd` field.""" - totalFundingUsd: CrunchbaseBigIntFilter - - """Filter by the object’s `numEmployeesMax` field.""" - numEmployeesMax: CrunchbaseIntFilter - - """Filter by the object’s `numEmployeesMin` field.""" - numEmployeesMin: CrunchbaseIntFilter - - """Filter by the object’s `closedOnTrustCode` field.""" - closedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `closedOn` field.""" - closedOn: CrunchbaseDateFilter - - """Filter by the object’s `isClosed` field.""" - isClosed: CrunchbaseBooleanFilter - - """Filter by the object’s `foundedOnTrustCode` field.""" - foundedOnTrustCode: CrunchbaseTrustCodeFilter - - """Filter by the object’s `foundedOn` field.""" - foundedOn: CrunchbaseDateFilter - - """Filter by the object’s `roleSchool` field.""" - roleSchool: CrunchbaseBooleanFilter - - """Filter by the object’s `roleGroup` field.""" - roleGroup: CrunchbaseBooleanFilter - - """Filter by the object’s `roleInvestor` field.""" - roleInvestor: CrunchbaseBooleanFilter - - """Filter by the object’s `roleCompany` field.""" - roleCompany: CrunchbaseBooleanFilter - - """Filter by the object’s `primaryRole` field.""" - primaryRole: CrunchbaseOrganizationRoleFilter - - """Filter by the object’s `profileImageUrl` field.""" - profileImageUrl: CrunchbaseStringFilter - - """Filter by the object’s `description` field.""" - description: CrunchbaseStringFilter - - """Filter by the object’s `shortDescription` field.""" - shortDescription: CrunchbaseStringFilter - - """Filter by the object’s `alsoKnownAs` field.""" - alsoKnownAs: CrunchbaseStringListFilter - - """Filter by the object’s `name` field.""" - name: CrunchbaseStringFilter - - """Filter by the object’s `webPath` field.""" - webPath: CrunchbaseStringFilter - - """Filter by the object’s `apiPath` field.""" - apiPath: CrunchbaseStringFilter - - """Filter by the object’s `permalink` field.""" - permalink: CrunchbaseStringFilter - - """Filter by the object’s `id` field.""" - id: CrunchbaseUUIDFilter -} - -enum CrunchbaseOrganizationsOrderBy { - NATURAL - ID_ASC - ID_DESC - PERMALINK_ASC - PERMALINK_DESC - API_PATH_ASC - API_PATH_DESC - WEB_PATH_ASC - WEB_PATH_DESC - NAME_ASC - NAME_DESC - ALSO_KNOWN_AS_ASC - ALSO_KNOWN_AS_DESC - SHORT_DESCRIPTION_ASC - SHORT_DESCRIPTION_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - PROFILE_IMAGE_URL_ASC - PROFILE_IMAGE_URL_DESC - PRIMARY_ROLE_ASC - PRIMARY_ROLE_DESC - ROLE_COMPANY_ASC - ROLE_COMPANY_DESC - ROLE_INVESTOR_ASC - ROLE_INVESTOR_DESC - ROLE_GROUP_ASC - ROLE_GROUP_DESC - ROLE_SCHOOL_ASC - ROLE_SCHOOL_DESC - FOUNDED_ON_ASC - FOUNDED_ON_DESC - FOUNDED_ON_TRUST_CODE_ASC - FOUNDED_ON_TRUST_CODE_DESC - IS_CLOSED_ASC - IS_CLOSED_DESC - CLOSED_ON_ASC - CLOSED_ON_DESC - CLOSED_ON_TRUST_CODE_ASC - CLOSED_ON_TRUST_CODE_DESC - NUM_EMPLOYEES_MIN_ASC - NUM_EMPLOYEES_MIN_DESC - NUM_EMPLOYEES_MAX_ASC - NUM_EMPLOYEES_MAX_DESC - TOTAL_FUNDING_USD_ASC - TOTAL_FUNDING_USD_DESC - STOCK_EXCHANGE_ASC - STOCK_EXCHANGE_DESC - STOCK_SYMBOL_ASC - STOCK_SYMBOL_DESC - NUMBER_OF_INVESTMENTS_ASC - NUMBER_OF_INVESTMENTS_DESC - HOMEPAGE_URL_ASC - HOMEPAGE_URL_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PERMALINK_ALIASES_ASC - PERMALINK_ALIASES_DESC - API_URL_ASC - API_URL_DESC - INVESTOR_TYPE_ASC - INVESTOR_TYPE_DESC - CONTACT_EMAIL_ASC - CONTACT_EMAIL_DESC - PHONE_NUMBER_ASC - PHONE_NUMBER_DESC - RANK_ASC - RANK_DESC - PRIMARY_IMAGE_ID_ASC - PRIMARY_IMAGE_ID_DESC - HEADQUARTERS_ID_ASC - HEADQUARTERS_ID_DESC - WEBSITES_ASC - WEBSITES_DESC - NEWS_ITEMS_ASC - NEWS_ITEMS_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type CrunchbaseImage implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - assetPath: String - - """""" - assetUrl: String - - """""" - contentType: String - - """""" - height: Int - - """""" - width: Int - - """file size in bytes""" - filesize: Int - - """""" - createdAt: String - - """""" - updatedAt: String - - """Reads and enables pagination through a set of `Organization`.""" - organizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - - """Reads and enables pagination through a set of `Person`.""" - peopleByPrimaryImageId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type CrunchbaseNewsItem { - """""" - title: String - - """""" - author: String - - """""" - postedOn: String - - """""" - postedOnTrustCode: CrunchbaseTrustCode - - """""" - url: String - - """""" - createdAt: String - - """""" - updatedAt: String -} - -enum CrunchbaseWebsiteType { - FACEBOOK - LINKEDIN - TWITTER - HOMEPAGE -} - -"""""" -type CrunchbaseWebsite { - """""" - websiteType: CrunchbaseWebsiteType - - """""" - url: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - websiteName: String -} - -enum CrunchbaseTrustCode { - NULL_OR_INVALID - DAY - MONTH - DAY_MONTH - YEAR - YEAR_DAY - YEAR_MONTH - YEAR_DAY_MONTH -} - -enum CrunchbaseOrganizationRole { - COMPANY - INVESTOR - SCHOOL - GROUP -} - -"""""" -type CrunchbaseOrganization implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - permalink: String - - """""" - apiPath: String - - """""" - webPath: String - - """User-friendly name (as presented on CrunchBase)""" - name: String - - """Aliases and previous names""" - alsoKnownAs: [String] - - """""" - shortDescription: String - - """""" - description: String - - """""" - profileImageUrl: String - - """""" - primaryRole: CrunchbaseOrganizationRole - - """Does this organization act as a company?""" - roleCompany: Boolean - - """Does this organization act as a investor?""" - roleInvestor: Boolean - - """Does this organization act as a group?""" - roleGroup: Boolean - - """Does this organization act as a school?""" - roleSchool: Boolean - - """""" - foundedOn: String - - """""" - foundedOnTrustCode: CrunchbaseTrustCode - - """""" - isClosed: Boolean - - """""" - closedOn: String - - """""" - closedOnTrustCode: CrunchbaseTrustCode - - """""" - numEmployeesMin: Int - - """""" - numEmployeesMax: Int - - """""" - totalFundingUsd: String - - """""" - stockExchange: String - - """The symbol under which the Organization trades on the stock_exchange""" - stockSymbol: String - - """""" - numberOfInvestments: Int - - """""" - homepageUrl: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - permalinkAliases: [String] - - """""" - apiUrl: String - - """""" - investorType: [String] - - """""" - contactEmail: String - - """""" - phoneNumber: String - - """""" - rank: Int - - """""" - primaryImageId: String - - """""" - headquartersId: String - - """""" - websites: [CrunchbaseWebsite] - - """""" - newsItems: [CrunchbaseNewsItem] - - """Reads a single `Image` that is related to this `Organization`.""" - primaryImage: CrunchbaseImage - - """Reads a single `Address` that is related to this `Organization`.""" - headquarters: CrunchbaseAddress - - """Reads and enables pagination through a set of `Degree`.""" - degreesIssued( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseDegreeFilter - - """The method to use when ordering `Degree`.""" - orderBy: [CrunchbaseDegreesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseDegreesConnection! - - """Reads and enables pagination through a set of `Job`.""" - jobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection! - - """Reads and enables pagination through a set of `Fund`.""" - ventureFirmFunds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundFilter - - """The method to use when ordering `Fund`.""" - orderBy: [CrunchbaseFundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundsConnection! - - """Reads and enables pagination through a set of `FundingRound`.""" - fundingRounds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundingRoundFilter - - """The method to use when ordering `FundingRound`.""" - orderBy: [CrunchbaseFundingRoundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundingRoundsConnection! - - """Reads and enables pagination through a set of `Investment`.""" - investmentsAsInvestee( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseInvestmentFilter - - """The method to use when ordering `Investment`.""" - orderBy: [CrunchbaseInvestmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseInvestmentsConnection! - - """Reads and enables pagination through a set of `Acquisition`.""" - acquisitionsAsAcquirer( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseAcquisitionFilter - - """The method to use when ordering `Acquisition`.""" - orderBy: [CrunchbaseAcquisitionsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseAcquisitionsConnection! - - """Reads and enables pagination through a set of `Acquisition`.""" - acquisitionsAsAcquiree( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseAcquisitionFilter - - """The method to use when ordering `Acquisition`.""" - orderBy: [CrunchbaseAcquisitionsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseAcquisitionsConnection! - - """Reads and enables pagination through a set of `Ipo`.""" - ipos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseIpoFilter - - """The method to use when ordering `Ipo`.""" - orderBy: [CrunchbaseIposOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseIposConnection! - - """""" - facebookUrl: String - - """""" - homepageHostname: String - - """""" - linkedinUrl: String - - """""" - twitterUrl: String - - """Reads and enables pagination through a set of `Address`.""" - offices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseAddressFilter - - """The method to use when ordering `Address`.""" - orderBy: [CrunchbaseAddressesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseAddressesConnection! - - """Reads and enables pagination through a set of `Person`.""" - degreeHolders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - - """Reads and enables pagination through a set of `Person`.""" - peopleByJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - - """Reads and enables pagination through a set of `FundingRound`.""" - fundingRoundsAsInvestee( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundingRoundFilter - - """The method to use when ordering `FundingRound`.""" - orderBy: [CrunchbaseFundingRoundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundingRoundsConnection! - - """Reads and enables pagination through a set of `Person`.""" - peopleInvestedIn( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - - """Reads and enables pagination through a set of `Person`.""" - founders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - - """Reads and enables pagination through a set of `Job`.""" - currentTeamJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection! - - """Reads and enables pagination through a set of `Job`.""" - featuredTeamJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection! - - """Reads and enables pagination through a set of `Job`.""" - pastTeamJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection! - - """Reads and enables pagination through a set of `Job`.""" - boardAndAdvisorJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseJobFilter - - """The method to use when ordering `Job`.""" - orderBy: [CrunchbaseJobsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseJobsConnection! - - """Reads and enables pagination through a set of `Investment`.""" - investmentsAsInvestor( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseInvestmentFilter - - """The method to use when ordering `Investment`.""" - orderBy: [CrunchbaseInvestmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseInvestmentsConnection! - - """Reads and enables pagination through a set of `Person`.""" - investorPeople( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - - """Reads and enables pagination through a set of `Category`.""" - categories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseCategoryFilter - - """The method to use when ordering `Category`.""" - orderBy: [CrunchbaseCategoriesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseCategoriesConnection! - - """Reads and enables pagination through a set of `Fund`.""" - investedInFunds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseFundFilter - - """The method to use when ordering `Fund`.""" - orderBy: [CrunchbaseFundsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseFundsConnection! - - """Reads and enables pagination through a set of `Person`.""" - fundInvestorPeople( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbasePersonFilter - - """The method to use when ordering `Person`.""" - orderBy: [CrunchbasePeopleOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbasePeopleConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Organization` values.""" -type CrunchbaseOrganizationsConnection { - """A list of `Organization` objects.""" - nodes: [CrunchbaseOrganization]! - - """ - A list of edges which contains the `Organization` and cursor to aid in pagination. - """ - edges: [CrunchbaseOrganizationsEdge!]! - - """Information to aid in pagination.""" - pageInfo: CrunchbasePageInfo! - - """The count of *all* `Organization` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: CrunchbaseOrganizationsConnectionAggregates -} - -"""""" -type CrunchbaseCategory implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - webPath: String - - """""" - groups: [String] - - """""" - name: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """Reads and enables pagination through a set of `Organization`.""" - organizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: CrunchbaseOrganizationFilter - - """The method to use when ordering `Organization`.""" - orderBy: [CrunchbaseOrganizationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): CrunchbaseOrganizationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object with a globally unique `ID`.""" -interface CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! -} - -"""""" -type CrunchbaseSyncState implements OneGraphNode & CrunchbaseNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - objectType: String! - - """""" - lastUpdatedAt: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type QuickbooksCustomersConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - accountId: Float - - """""" - defaultTaxCodeId: Float - - """""" - salesTermId: Float - - """""" - balanceWithJobs: Float - - """""" - parentId: Float - - """""" - level: Float - - """""" - balance: Float - - """""" - shippingAddressId: Float - - """""" - paymentMethodId: Float - - """""" - billingAddressId: Float - - """""" - taxExemptionReasonId: Float -} - -"""""" -type QuickbooksCustomersConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - accountId: Float - - """""" - defaultTaxCodeId: Float - - """""" - salesTermId: Float - - """""" - balanceWithJobs: Float - - """""" - parentId: Float - - """""" - level: Float - - """""" - balance: Float - - """""" - shippingAddressId: Float - - """""" - paymentMethodId: Float - - """""" - billingAddressId: Float - - """""" - taxExemptionReasonId: Float -} - -"""""" -type QuickbooksCustomersConnectionAggregates { - """""" - sum: QuickbooksCustomersConnectionSums - - """""" - avg: QuickbooksCustomersConnectionAverages -} - -"""A `Customer` edge in the connection.""" -type QuickbooksCustomersEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Customer` at the end of the edge.""" - node: QuickbooksCustomer -} - -"""""" -type QuickbooksItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - quantityOnHand: Float - - """""" - assetAccountId: Float - - """""" - salesTaxCodeId: Float - - """""" - abatementRate: Float - - """""" - reverseChargeRate: Float - - """""" - preferredVendorId: Float - - """""" - level: Float - - """""" - uqcId: Float - - """""" - purchaseTaxCodeId: Float - - """""" - purchaseCost: Float - - """""" - parentId: Float - - """""" - unitPrice: Float - - """""" - incomeAccountId: Float - - """""" - expenseAccountId: Float -} - -"""""" -type QuickbooksItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - quantityOnHand: Float - - """""" - assetAccountId: Float - - """""" - salesTaxCodeId: Float - - """""" - abatementRate: Float - - """""" - reverseChargeRate: Float - - """""" - preferredVendorId: Float - - """""" - level: Float - - """""" - uqcId: Float - - """""" - purchaseTaxCodeId: Float - - """""" - purchaseCost: Float - - """""" - parentId: Float - - """""" - unitPrice: Float - - """""" - incomeAccountId: Float - - """""" - expenseAccountId: Float -} - -"""""" -type QuickbooksItemsConnectionAggregates { - """""" - sum: QuickbooksItemsConnectionSums - - """""" - avg: QuickbooksItemsConnectionAverages -} - -"""A `Item` edge in the connection.""" -type QuickbooksItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Item` at the end of the edge.""" - node: QuickbooksItem -} - -"""""" -type QuickbooksBillsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - vendorId: Float - - """""" - syncToken: Float - - """""" - totalAmount: Float - - """""" - homeBalance: Float - - """""" - accountId: Float - - """""" - departmentId: Float - - """""" - exchangeRate: Float - - """""" - salesTermId: Float - - """""" - balance: Float -} - -"""""" -type QuickbooksBillsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - vendorId: Float - - """""" - syncToken: Float - - """""" - totalAmount: Float - - """""" - homeBalance: Float - - """""" - accountId: Float - - """""" - departmentId: Float - - """""" - exchangeRate: Float - - """""" - salesTermId: Float - - """""" - balance: Float -} - -"""""" -type QuickbooksBillsConnectionAggregates { - """""" - sum: QuickbooksBillsConnectionSums - - """""" - avg: QuickbooksBillsConnectionAverages -} - -"""A `Bill` edge in the connection.""" -type QuickbooksBillsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Bill` at the end of the edge.""" - node: QuickbooksBill -} - -""" -A filter to be used against BillLineItemExpenseType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillLineItemExpenseTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksBillLineItemExpenseType - - """Greater than the specified value.""" - greaterThan: QuickbooksBillLineItemExpenseType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksBillLineItemExpenseType - - """Less than the specified value.""" - lessThan: QuickbooksBillLineItemExpenseType - - """Not included in the specified list.""" - notIn: [QuickbooksBillLineItemExpenseType!] - - """Included in the specified list.""" - in: [QuickbooksBillLineItemExpenseType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksBillLineItemExpenseType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksBillLineItemExpenseType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksBillLineItemExpenseType - - """Equal to the specified value.""" - equalTo: QuickbooksBillLineItemExpenseType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `BillLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillLineItemFilter { - """Negates the expression.""" - not: QuickbooksBillLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksBillLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksBillLineItemFilter!] - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `quantity` field.""" - quantity: QuickbooksBigFloatFilter - - """Filter by the object’s `billableStatus` field.""" - billableStatus: QuickbooksBillableStatusFilter - - """Filter by the object’s `markupPercent` field.""" - markupPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `markupAccountId` field.""" - markupAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `expenseType` field.""" - expenseType: QuickbooksBillLineItemExpenseTypeFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxAmount` field.""" - taxAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `billId` field.""" - billId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksBillLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - BILL_ID_ASC - BILL_ID_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - TAX_AMOUNT_ASC - TAX_AMOUNT_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - EXPENSE_TYPE_ASC - EXPENSE_TYPE_DESC - ITEM_ID_ASC - ITEM_ID_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - MARKUP_ACCOUNT_ID_ASC - MARKUP_ACCOUNT_ID_DESC - MARKUP_PERCENT_ASC - MARKUP_PERCENT_DESC - BILLABLE_STATUS_ASC - BILLABLE_STATUS_DESC - QUANTITY_ASC - QUANTITY_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC -} - -"""""" -type QuickbooksBillLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - billId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - taxAmount: Float - - """""" - taxInclusiveAmount: Float - - """""" - itemId: Float - - """""" - accountId: Float - - """""" - customerId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - quantity: Float - - """""" - unitPrice: Float -} - -"""""" -type QuickbooksBillLineItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - billId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - taxAmount: Float - - """""" - taxInclusiveAmount: Float - - """""" - itemId: Float - - """""" - accountId: Float - - """""" - customerId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - quantity: Float - - """""" - unitPrice: Float -} - -"""""" -type QuickbooksBillLineItemsConnectionAggregates { - """""" - sum: QuickbooksBillLineItemsConnectionSums - - """""" - avg: QuickbooksBillLineItemsConnectionAverages -} - -"""A `BillLineItem` edge in the connection.""" -type QuickbooksBillLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `BillLineItem` at the end of the edge.""" - node: QuickbooksBillLineItem -} - -"""A connection to a list of `BillLineItem` values.""" -type QuickbooksBillLineItemsConnection { - """A list of `BillLineItem` objects.""" - nodes: [QuickbooksBillLineItem]! - - """ - A list of edges which contains the `BillLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksBillLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `BillLineItem` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksBillLineItemsConnectionAggregates -} - -"""""" -type QuickbooksBillPaymentsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - vendorId: Float - - """""" - totalAmount: Float - - """""" - syncToken: Float - - """""" - exchangeRate: Float - - """""" - accountId: Float - - """""" - departmentId: Float - - """""" - checkPaymentAccountId: Float - - """""" - creditCardPaymentAccountId: Float -} - -"""""" -type QuickbooksBillPaymentsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - vendorId: Float - - """""" - totalAmount: Float - - """""" - syncToken: Float - - """""" - exchangeRate: Float - - """""" - accountId: Float - - """""" - departmentId: Float - - """""" - checkPaymentAccountId: Float - - """""" - creditCardPaymentAccountId: Float -} - -"""""" -type QuickbooksBillPaymentsConnectionAggregates { - """""" - sum: QuickbooksBillPaymentsConnectionSums - - """""" - avg: QuickbooksBillPaymentsConnectionAverages -} - -"""A `BillPayment` edge in the connection.""" -type QuickbooksBillPaymentsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `BillPayment` at the end of the edge.""" - node: QuickbooksBillPayment -} - -""" -A filter to be used against `BillPaymentLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillPaymentLineItemFilter { - """Negates the expression.""" - not: QuickbooksBillPaymentLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksBillPaymentLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksBillPaymentLineItemFilter!] - - """Filter by the object’s `billPaymentId` field.""" - billPaymentId: QuickbooksBigIntFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksBillPaymentLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - AMOUNT_ASC - AMOUNT_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - BILL_PAYMENT_ID_ASC - BILL_PAYMENT_ID_DESC -} - -"""""" -type QuickbooksBillPaymentLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - billPaymentId: Float -} - -"""""" -type QuickbooksBillPaymentLineItemsConnectionSums { - """""" - realmId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - billPaymentId: Float -} - -"""""" -type QuickbooksBillPaymentLineItemsConnectionAggregates { - """""" - sum: QuickbooksBillPaymentLineItemsConnectionSums - - """""" - avg: QuickbooksBillPaymentLineItemsConnectionAverages -} - -"""A `BillPaymentLineItem` edge in the connection.""" -type QuickbooksBillPaymentLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `BillPaymentLineItem` at the end of the edge.""" - node: QuickbooksBillPaymentLineItem -} - -""" -A filter to be used against `BillPaymentLineItemTransaction` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillPaymentLineItemTransactionFilter { - """Negates the expression.""" - not: QuickbooksBillPaymentLineItemTransactionFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksBillPaymentLineItemTransactionFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksBillPaymentLineItemTransactionFilter!] - - """Filter by the object’s `transactionLineNumber` field.""" - transactionLineNumber: QuickbooksIntFilter - - """Filter by the object’s `billId` field.""" - billId: QuickbooksBigIntFilter - - """Filter by the object’s `billPaymentLineItemLineNumber` field.""" - billPaymentLineItemLineNumber: QuickbooksIntFilter - - """Filter by the object’s `billPaymentId` field.""" - billPaymentId: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksBillPaymentLineItemTransactionsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - BILL_PAYMENT_ID_ASC - BILL_PAYMENT_ID_DESC - BILL_PAYMENT_LINE_ITEM_LINE_NUMBER_ASC - BILL_PAYMENT_LINE_ITEM_LINE_NUMBER_DESC - BILL_ID_ASC - BILL_ID_DESC - TRANSACTION_LINE_NUMBER_ASC - TRANSACTION_LINE_NUMBER_DESC -} - -"""""" -type QuickbooksBillPaymentLineItemTransactionsConnectionAverages { - """""" - realmId: Float - - """""" - billPaymentId: Float - - """""" - billPaymentLineItemLineNumber: Float - - """""" - billId: Float - - """""" - transactionLineNumber: Float -} - -"""""" -type QuickbooksBillPaymentLineItemTransactionsConnectionSums { - """""" - realmId: Float - - """""" - billPaymentId: Float - - """""" - billPaymentLineItemLineNumber: Float - - """""" - billId: Float - - """""" - transactionLineNumber: Float -} - -"""""" -type QuickbooksBillPaymentLineItemTransactionsConnectionAggregates { - """""" - sum: QuickbooksBillPaymentLineItemTransactionsConnectionSums - - """""" - avg: QuickbooksBillPaymentLineItemTransactionsConnectionAverages -} - -"""A `BillPaymentLineItemTransaction` edge in the connection.""" -type QuickbooksBillPaymentLineItemTransactionsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `BillPaymentLineItemTransaction` at the end of the edge.""" - node: QuickbooksBillPaymentLineItemTransaction -} - -enum QuickbooksBillLineItemExpenseType { - ACCOUNT_BASED - ITEM_BASED -} - -"""""" -type QuickbooksBillLineItem { - """""" - realmId: String! - - """""" - id: String! - - """""" - billId: String! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int! - - """""" - taxAmount: String - - """""" - taxInclusiveAmount: String - - """""" - expenseType: QuickbooksBillLineItemExpenseType! - - """""" - itemId: String - - """""" - accountId: String - - """""" - customerId: String - - """""" - classId: String - - """""" - taxCodeId: String - - """""" - markupAccountId: String - - """""" - markupPercent: String - - """""" - billableStatus: QuickbooksBillableStatus - - """""" - quantity: String - - """""" - unitPrice: String - - """Reads a single `Bill` that is related to this `BillLineItem`.""" - bill: QuickbooksBill - - """Reads a single `Item` that is related to this `BillLineItem`.""" - item: QuickbooksItem - - """Reads a single `Account` that is related to this `BillLineItem`.""" - account: QuickbooksAccount - - """Reads a single `Customer` that is related to this `BillLineItem`.""" - customer: QuickbooksCustomer - - """Reads a single `Class` that is related to this `BillLineItem`.""" - class: QuickbooksClass - - """Reads a single `TaxCode` that is related to this `BillLineItem`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `Account` that is related to this `BillLineItem`.""" - markupAccount: QuickbooksAccount -} - -"""""" -type QuickbooksBillPaymentLineItemTransaction { - """""" - realmId: String! - - """""" - billPaymentId: String! - - """""" - billPaymentLineItemLineNumber: Int! - - """""" - billId: String - - """""" - transactionLineNumber: Int - - """ - Reads a single `Realm` that is related to this `BillPaymentLineItemTransaction`. - """ - realm: QuickbooksRealm - - """ - Reads a single `BillPayment` that is related to this `BillPaymentLineItemTransaction`. - """ - billPayment: QuickbooksBillPayment - - """ - Reads a single `BillPaymentLineItem` that is related to this `BillPaymentLineItemTransaction`. - """ - billPaymentLineItem: QuickbooksBillPaymentLineItem - - """ - Reads a single `Bill` that is related to this `BillPaymentLineItemTransaction`. - """ - bill: QuickbooksBill - - """ - Reads a single `BillLineItem` that is related to this `BillPaymentLineItemTransaction`. - """ - billLineItem: QuickbooksBillLineItem -} - -"""A connection to a list of `BillPaymentLineItemTransaction` values.""" -type QuickbooksBillPaymentLineItemTransactionsConnection { - """A list of `BillPaymentLineItemTransaction` objects.""" - nodes: [QuickbooksBillPaymentLineItemTransaction]! - - """ - A list of edges which contains the `BillPaymentLineItemTransaction` and cursor to aid in pagination. - """ - edges: [QuickbooksBillPaymentLineItemTransactionsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `BillPaymentLineItemTransaction` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksBillPaymentLineItemTransactionsConnectionAggregates -} - -"""""" -type QuickbooksBillPaymentLineItem { - """""" - realmId: String! - - """""" - amount: String - - """""" - lineNumber: Int! - - """""" - billPaymentId: String! - - """ - Reads a single `BillPayment` that is related to this `BillPaymentLineItem`. - """ - billPayment: QuickbooksBillPayment - - """ - Reads and enables pagination through a set of `BillPaymentLineItemTransaction`. - """ - linkedTransactions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentLineItemTransactionFilter - - """The method to use when ordering `BillPaymentLineItemTransaction`.""" - orderBy: [QuickbooksBillPaymentLineItemTransactionsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentLineItemTransactionsConnection! -} - -"""A connection to a list of `BillPaymentLineItem` values.""" -type QuickbooksBillPaymentLineItemsConnection { - """A list of `BillPaymentLineItem` objects.""" - nodes: [QuickbooksBillPaymentLineItem]! - - """ - A list of edges which contains the `BillPaymentLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksBillPaymentLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `BillPaymentLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksBillPaymentLineItemsConnectionAggregates -} - -"""""" -type QuickbooksInvoicesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - shipFromAddressId: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - salesTermId: Float - - """""" - totalAmount: Float - - """""" - depositToAccountId: Float - - """""" - exchangeRate: Float - - """""" - deposit: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksInvoicesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - shipFromAddressId: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - salesTermId: Float - - """""" - totalAmount: Float - - """""" - depositToAccountId: Float - - """""" - exchangeRate: Float - - """""" - deposit: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksInvoicesConnectionAggregates { - """""" - sum: QuickbooksInvoicesConnectionSums - - """""" - avg: QuickbooksInvoicesConnectionAverages -} - -"""A `Invoice` edge in the connection.""" -type QuickbooksInvoicesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Invoice` at the end of the edge.""" - node: QuickbooksInvoice -} - -""" -A filter to be used against InvoiceLineItemType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksInvoiceLineItemTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksInvoiceLineItemType - - """Greater than the specified value.""" - greaterThan: QuickbooksInvoiceLineItemType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksInvoiceLineItemType - - """Less than the specified value.""" - lessThan: QuickbooksInvoiceLineItemType - - """Not included in the specified list.""" - notIn: [QuickbooksInvoiceLineItemType!] - - """Included in the specified list.""" - in: [QuickbooksInvoiceLineItemType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksInvoiceLineItemType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksInvoiceLineItemType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksInvoiceLineItemType - - """Equal to the specified value.""" - equalTo: QuickbooksInvoiceLineItemType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `InvoiceLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksInvoiceLineItemFilter { - """Negates the expression.""" - not: QuickbooksInvoiceLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksInvoiceLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksInvoiceLineItemFilter!] - - """Filter by the object’s `discountPercent` field.""" - discountPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `discountIsPercentBased` field.""" - discountIsPercentBased: QuickbooksBooleanFilter - - """Filter by the object’s `discountAccountId` field.""" - discountAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `groupItemId` field.""" - groupItemId: QuickbooksBigIntFilter - - """Filter by the object’s `taxClassificationId` field.""" - taxClassificationId: QuickbooksStringFilter - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `quantity` field.""" - quantity: QuickbooksBigFloatFilter - - """Filter by the object’s `discountRate` field.""" - discountRate: QuickbooksBigFloatFilter - - """Filter by the object’s `serviceDate` field.""" - serviceDate: QuickbooksDateFilter - - """Filter by the object’s `itemAccountId` field.""" - itemAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `markupPercent` field.""" - markupPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `markupAccountId` field.""" - markupAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `discountAmount` field.""" - discountAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksInvoiceLineItemTypeFilter - - """Filter by the object’s `invoiceId` field.""" - invoiceId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksInvoiceLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - INVOICE_ID_ASC - INVOICE_ID_DESC - TYPE_ASC - TYPE_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - INDEX_ASC - INDEX_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - DISCOUNT_AMOUNT_ASC - DISCOUNT_AMOUNT_DESC - ITEM_ID_ASC - ITEM_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - MARKUP_ACCOUNT_ID_ASC - MARKUP_ACCOUNT_ID_DESC - MARKUP_PERCENT_ASC - MARKUP_PERCENT_DESC - ITEM_ACCOUNT_ID_ASC - ITEM_ACCOUNT_ID_DESC - SERVICE_DATE_ASC - SERVICE_DATE_DESC - DISCOUNT_RATE_ASC - DISCOUNT_RATE_DESC - QUANTITY_ASC - QUANTITY_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC - TAX_CLASSIFICATION_ID_ASC - TAX_CLASSIFICATION_ID_DESC - GROUP_ITEM_ID_ASC - GROUP_ITEM_ID_DESC - DISCOUNT_ACCOUNT_ID_ASC - DISCOUNT_ACCOUNT_ID_DESC - DISCOUNT_IS_PERCENT_BASED_ASC - DISCOUNT_IS_PERCENT_BASED_DESC - DISCOUNT_PERCENT_ASC - DISCOUNT_PERCENT_DESC -} - -"""""" -type QuickbooksInvoiceLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - invoiceId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksInvoiceLineItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - invoiceId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksInvoiceLineItemsConnectionAggregates { - """""" - sum: QuickbooksInvoiceLineItemsConnectionSums - - """""" - avg: QuickbooksInvoiceLineItemsConnectionAverages -} - -"""A `InvoiceLineItem` edge in the connection.""" -type QuickbooksInvoiceLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `InvoiceLineItem` at the end of the edge.""" - node: QuickbooksInvoiceLineItem -} - -enum QuickbooksInvoiceLineItemType { - SALES_ITEM - GROUP - DESCRIPTIN_ONLY - DISCOUNT - SUB_TOTAL -} - -"""""" -type QuickbooksInvoiceLineItem { - """""" - realmId: String! - - """""" - id: String - - """""" - invoiceId: String! - - """""" - type: QuickbooksInvoiceLineItemType! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int - - """""" - index: Int! - - """""" - taxInclusiveAmount: String - - """""" - discountAmount: String - - """""" - itemId: String - - """""" - classId: String - - """""" - taxCodeId: String - - """""" - markupAccountId: String - - """""" - markupPercent: String - - """""" - itemAccountId: String - - """""" - serviceDate: String - - """""" - discountRate: String - - """""" - quantity: String - - """""" - unitPrice: String - - """""" - taxClassificationId: String - - """""" - groupItemId: String - - """""" - discountAccountId: String - - """""" - discountIsPercentBased: Boolean - - """""" - discountPercent: String - - """Reads a single `Invoice` that is related to this `InvoiceLineItem`.""" - invoice: QuickbooksInvoice - - """Reads a single `Item` that is related to this `InvoiceLineItem`.""" - item: QuickbooksItem - - """Reads a single `Class` that is related to this `InvoiceLineItem`.""" - class: QuickbooksClass - - """Reads a single `TaxCode` that is related to this `InvoiceLineItem`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `Account` that is related to this `InvoiceLineItem`.""" - itemAccount: QuickbooksAccount - - """ - Reads a single `TaxClassification` that is related to this `InvoiceLineItem`. - """ - taxClassification: QuickbooksTaxClassification - - """Reads a single `Item` that is related to this `InvoiceLineItem`.""" - groupItem: QuickbooksItem - - """Reads a single `Account` that is related to this `InvoiceLineItem`.""" - discountAccount: QuickbooksAccount -} - -"""A connection to a list of `InvoiceLineItem` values.""" -type QuickbooksInvoiceLineItemsConnection { - """A list of `InvoiceLineItem` objects.""" - nodes: [QuickbooksInvoiceLineItem]! - - """ - A list of edges which contains the `InvoiceLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksInvoiceLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `InvoiceLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksInvoiceLineItemsConnectionAggregates -} - -"""""" -type QuickbooksEmployeesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - primaryAddressId: Float - - """""" - billRate: Float -} - -"""""" -type QuickbooksEmployeesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - primaryAddressId: Float - - """""" - billRate: Float -} - -"""""" -type QuickbooksEmployeesConnectionAggregates { - """""" - sum: QuickbooksEmployeesConnectionSums - - """""" - avg: QuickbooksEmployeesConnectionAverages -} - -"""A `Employee` edge in the connection.""" -type QuickbooksEmployeesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Employee` at the end of the edge.""" - node: QuickbooksEmployee -} - -"""""" -type QuickbooksTimeActivitiesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - employeeId: Float - - """""" - vendorId: Float - - """""" - hours: Float - - """""" - minutes: Float - - """""" - hourlyRate: Float - - """""" - breakHours: Float - - """""" - breakMinutes: Float - - """""" - customerId: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - departmentId: Float -} - -"""""" -type QuickbooksTimeActivitiesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - employeeId: Float - - """""" - vendorId: Float - - """""" - hours: Float - - """""" - minutes: Float - - """""" - hourlyRate: Float - - """""" - breakHours: Float - - """""" - breakMinutes: Float - - """""" - customerId: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - departmentId: Float -} - -"""""" -type QuickbooksTimeActivitiesConnectionAggregates { - """""" - sum: QuickbooksTimeActivitiesConnectionSums - - """""" - avg: QuickbooksTimeActivitiesConnectionAverages -} - -"""A `TimeActivity` edge in the connection.""" -type QuickbooksTimeActivitiesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `TimeActivity` at the end of the edge.""" - node: QuickbooksTimeActivity -} - -"""""" -type QuickbooksEstimatesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - shipFromAddressId: Float - - """""" - classId: Float - - """""" - salesTermId: Float - - """""" - totalAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksEstimatesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - shipFromAddressId: Float - - """""" - classId: Float - - """""" - salesTermId: Float - - """""" - totalAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksEstimatesConnectionAggregates { - """""" - sum: QuickbooksEstimatesConnectionSums - - """""" - avg: QuickbooksEstimatesConnectionAverages -} - -"""A `Estimate` edge in the connection.""" -type QuickbooksEstimatesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Estimate` at the end of the edge.""" - node: QuickbooksEstimate -} - -""" -A filter to be used against EstimateLineItemType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksEstimateLineItemTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksEstimateLineItemType - - """Greater than the specified value.""" - greaterThan: QuickbooksEstimateLineItemType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksEstimateLineItemType - - """Less than the specified value.""" - lessThan: QuickbooksEstimateLineItemType - - """Not included in the specified list.""" - notIn: [QuickbooksEstimateLineItemType!] - - """Included in the specified list.""" - in: [QuickbooksEstimateLineItemType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksEstimateLineItemType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksEstimateLineItemType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksEstimateLineItemType - - """Equal to the specified value.""" - equalTo: QuickbooksEstimateLineItemType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `EstimateLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksEstimateLineItemFilter { - """Negates the expression.""" - not: QuickbooksEstimateLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksEstimateLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksEstimateLineItemFilter!] - - """Filter by the object’s `discountPercent` field.""" - discountPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `discountIsPercentBased` field.""" - discountIsPercentBased: QuickbooksBooleanFilter - - """Filter by the object’s `discountAccountId` field.""" - discountAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `groupItemId` field.""" - groupItemId: QuickbooksBigIntFilter - - """Filter by the object’s `taxClassificationId` field.""" - taxClassificationId: QuickbooksStringFilter - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `quantity` field.""" - quantity: QuickbooksBigFloatFilter - - """Filter by the object’s `discountRate` field.""" - discountRate: QuickbooksBigFloatFilter - - """Filter by the object’s `serviceDate` field.""" - serviceDate: QuickbooksDateFilter - - """Filter by the object’s `itemAccountId` field.""" - itemAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `markupPercent` field.""" - markupPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `markupAccountId` field.""" - markupAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `discountAmount` field.""" - discountAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksEstimateLineItemTypeFilter - - """Filter by the object’s `estimateId` field.""" - estimateId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksEstimateLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - ESTIMATE_ID_ASC - ESTIMATE_ID_DESC - TYPE_ASC - TYPE_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - INDEX_ASC - INDEX_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - DISCOUNT_AMOUNT_ASC - DISCOUNT_AMOUNT_DESC - ITEM_ID_ASC - ITEM_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - MARKUP_ACCOUNT_ID_ASC - MARKUP_ACCOUNT_ID_DESC - MARKUP_PERCENT_ASC - MARKUP_PERCENT_DESC - ITEM_ACCOUNT_ID_ASC - ITEM_ACCOUNT_ID_DESC - SERVICE_DATE_ASC - SERVICE_DATE_DESC - DISCOUNT_RATE_ASC - DISCOUNT_RATE_DESC - QUANTITY_ASC - QUANTITY_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC - TAX_CLASSIFICATION_ID_ASC - TAX_CLASSIFICATION_ID_DESC - GROUP_ITEM_ID_ASC - GROUP_ITEM_ID_DESC - DISCOUNT_ACCOUNT_ID_ASC - DISCOUNT_ACCOUNT_ID_DESC - DISCOUNT_IS_PERCENT_BASED_ASC - DISCOUNT_IS_PERCENT_BASED_DESC - DISCOUNT_PERCENT_ASC - DISCOUNT_PERCENT_DESC -} - -"""""" -type QuickbooksEstimateLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - estimateId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksEstimateLineItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - estimateId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksEstimateLineItemsConnectionAggregates { - """""" - sum: QuickbooksEstimateLineItemsConnectionSums - - """""" - avg: QuickbooksEstimateLineItemsConnectionAverages -} - -"""A `EstimateLineItem` edge in the connection.""" -type QuickbooksEstimateLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `EstimateLineItem` at the end of the edge.""" - node: QuickbooksEstimateLineItem -} - -""" -A filter to be used against `Uqc` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksUqcFilter { - """Negates the expression.""" - not: QuickbooksUqcFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksUqcFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksUqcFilter!] - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `value` field.""" - value: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksIntFilter -} - -enum QuickbooksUqcsOrderBy { - NATURAL - ID_ASC - ID_DESC - VALUE_ASC - VALUE_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksUqcsConnectionAverages { - """""" - id: Float -} - -"""""" -type QuickbooksUqcsConnectionSums { - """""" - id: Float -} - -"""""" -type QuickbooksUqcsConnectionAggregates { - """""" - sum: QuickbooksUqcsConnectionSums - - """""" - avg: QuickbooksUqcsConnectionAverages -} - -"""A `Uqc` edge in the connection.""" -type QuickbooksUqcsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Uqc` at the end of the edge.""" - node: QuickbooksUqc -} - -"""A connection to a list of `Uqc` values.""" -type QuickbooksUqcsConnection { - """A list of `Uqc` objects.""" - nodes: [QuickbooksUqc]! - - """ - A list of edges which contains the `Uqc` and cursor to aid in pagination. - """ - edges: [QuickbooksUqcsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Uqc` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksUqcsConnectionAggregates -} - -""" -A filter to be used against `TaxExemptionReason` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxExemptionReasonFilter { - """Negates the expression.""" - not: QuickbooksTaxExemptionReasonFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTaxExemptionReasonFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTaxExemptionReasonFilter!] - - """Filter by the object’s `reason` field.""" - reason: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksIntFilter -} - -enum QuickbooksTaxExemptionReasonsOrderBy { - NATURAL - ID_ASC - ID_DESC - REASON_ASC - REASON_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksTaxExemptionReasonsConnectionAverages { - """""" - id: Float -} - -"""""" -type QuickbooksTaxExemptionReasonsConnectionSums { - """""" - id: Float -} - -"""""" -type QuickbooksTaxExemptionReasonsConnectionAggregates { - """""" - sum: QuickbooksTaxExemptionReasonsConnectionSums - - """""" - avg: QuickbooksTaxExemptionReasonsConnectionAverages -} - -"""A `TaxExemptionReason` edge in the connection.""" -type QuickbooksTaxExemptionReasonsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `TaxExemptionReason` at the end of the edge.""" - node: QuickbooksTaxExemptionReason -} - -"""A connection to a list of `TaxExemptionReason` values.""" -type QuickbooksTaxExemptionReasonsConnection { - """A list of `TaxExemptionReason` objects.""" - nodes: [QuickbooksTaxExemptionReason]! - - """ - A list of edges which contains the `TaxExemptionReason` and cursor to aid in pagination. - """ - edges: [QuickbooksTaxExemptionReasonsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `TaxExemptionReason` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksTaxExemptionReasonsConnectionAggregates -} - -""" -A filter to be used against `SalesTaxRateDetail` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksSalesTaxRateDetailFilter { - """Negates the expression.""" - not: QuickbooksSalesTaxRateDetailFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksSalesTaxRateDetailFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksSalesTaxRateDetailFilter!] - - """Filter by the object’s `taxRateId` field.""" - taxRateId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `taxOrder` field.""" - taxOrder: QuickbooksIntFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `taxTypeApplicable` field.""" - taxTypeApplicable: QuickbooksTaxTypeApplicableFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksSalesTaxRateDetailsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - TAX_TYPE_APPLICABLE_ASC - TAX_TYPE_APPLICABLE_DESC - INDEX_ASC - INDEX_DESC - TAX_ORDER_ASC - TAX_ORDER_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - TAX_RATE_ID_ASC - TAX_RATE_ID_DESC -} - -"""""" -type QuickbooksSalesTaxRateDetailsConnectionAverages { - """""" - realmId: Float - - """""" - index: Float - - """""" - taxOrder: Float - - """""" - taxCodeId: Float - - """""" - taxRateId: Float -} - -"""""" -type QuickbooksSalesTaxRateDetailsConnectionSums { - """""" - realmId: Float - - """""" - index: Float - - """""" - taxOrder: Float - - """""" - taxCodeId: Float - - """""" - taxRateId: Float -} - -"""""" -type QuickbooksSalesTaxRateDetailsConnectionAggregates { - """""" - sum: QuickbooksSalesTaxRateDetailsConnectionSums - - """""" - avg: QuickbooksSalesTaxRateDetailsConnectionAverages -} - -"""A `SalesTaxRateDetail` edge in the connection.""" -type QuickbooksSalesTaxRateDetailsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `SalesTaxRateDetail` at the end of the edge.""" - node: QuickbooksSalesTaxRateDetail -} - -"""""" -type QuickbooksSalesTaxRateDetail { - """""" - realmId: String! - - """""" - taxTypeApplicable: QuickbooksTaxTypeApplicable! - - """""" - index: Int! - - """""" - taxOrder: Int! - - """""" - taxCodeId: String! - - """""" - taxRateId: String! - - """Reads a single `Realm` that is related to this `SalesTaxRateDetail`.""" - realm: QuickbooksRealm - - """Reads a single `TaxCode` that is related to this `SalesTaxRateDetail`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `TaxRate` that is related to this `SalesTaxRateDetail`.""" - taxRate: QuickbooksTaxRate -} - -"""A connection to a list of `SalesTaxRateDetail` values.""" -type QuickbooksSalesTaxRateDetailsConnection { - """A list of `SalesTaxRateDetail` objects.""" - nodes: [QuickbooksSalesTaxRateDetail]! - - """ - A list of edges which contains the `SalesTaxRateDetail` and cursor to aid in pagination. - """ - edges: [QuickbooksSalesTaxRateDetailsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `SalesTaxRateDetail` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksSalesTaxRateDetailsConnectionAggregates -} - -""" -A filter to be used against `Currency` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksCurrencyFilter { - """Negates the expression.""" - not: QuickbooksCurrencyFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksCurrencyFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksCurrencyFilter!] - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `code` field.""" - code: QuickbooksStringFilter -} - -enum QuickbooksCurrenciesOrderBy { - NATURAL - CODE_ASC - CODE_DESC - NAME_ASC - NAME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `Currency` edge in the connection.""" -type QuickbooksCurrenciesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Currency` at the end of the edge.""" - node: QuickbooksCurrency -} - -"""A connection to a list of `Currency` values.""" -type QuickbooksCurrenciesConnection { - """A list of `Currency` objects.""" - nodes: [QuickbooksCurrency]! - - """ - A list of edges which contains the `Currency` and cursor to aid in pagination. - """ - edges: [QuickbooksCurrenciesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Currency` you could get from the connection.""" - totalCount: Int! -} - -"""The root query type which gives access points into the data universe.""" -type QuickbooksQuery implements OneGraphNode & QuickbooksNode { - """ - Exposes the root query type nested one level down. This is helpful for Relay 1 which can only query top level fields if they are in a particular form. - """ - query: QuickbooksQuery! - - """ - The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`. - """ - nodeId: ID! - - """Fetches an object given its globally unique `ID`.""" - node( - """The globally unique `ID`.""" - nodeId: ID! - ): QuickbooksNode - - """Reads and enables pagination through a set of `Account`.""" - accounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksAccountFilter - - """The method to use when ordering `Account`.""" - orderBy: [QuickbooksAccountsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksAccountsConnection - - """Reads and enables pagination through a set of `Bill`.""" - bills( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillFilter - - """The method to use when ordering `Bill`.""" - orderBy: [QuickbooksBillsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillsConnection - - """Reads and enables pagination through a set of `BillPayment`.""" - billPayments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection - - """Reads and enables pagination through a set of `Class`.""" - classes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksClassFilter - - """The method to use when ordering `Class`.""" - orderBy: [QuickbooksClassesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksClassesConnection - - """Reads and enables pagination through a set of `CompanyInfo`.""" - companyInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCompanyInfoFilter - - """The method to use when ordering `CompanyInfo`.""" - orderBy: [QuickbooksCompanyInfosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCompanyInfosConnection - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection - - """Reads and enables pagination through a set of `Currency`.""" - currencies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCurrencyFilter - - """The method to use when ordering `Currency`.""" - orderBy: [QuickbooksCurrenciesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCurrenciesConnection - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection - - """Reads and enables pagination through a set of `Department`.""" - departments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepartmentFilter - - """The method to use when ordering `Department`.""" - orderBy: [QuickbooksDepartmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepartmentsConnection - - """Reads and enables pagination through a set of `Deposit`.""" - deposits( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositFilter - - """The method to use when ordering `Deposit`.""" - orderBy: [QuickbooksDepositsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositsConnection - - """Reads and enables pagination through a set of `Employee`.""" - employees( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEmployeeFilter - - """The method to use when ordering `Employee`.""" - orderBy: [QuickbooksEmployeesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEmployeesConnection - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection - - """Reads and enables pagination through a set of `Invoice`.""" - invoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection - - """Reads and enables pagination through a set of `Item`.""" - items( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection - - """Reads and enables pagination through a set of `JournalCode`.""" - journalCodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksJournalCodeFilter - - """The method to use when ordering `JournalCode`.""" - orderBy: [QuickbooksJournalCodesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksJournalCodesConnection - - """Reads and enables pagination through a set of `JournalEntry`.""" - journalEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksJournalEntryFilter - - """The method to use when ordering `JournalEntry`.""" - orderBy: [QuickbooksJournalEntriesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksJournalEntriesConnection - - """Reads and enables pagination through a set of `Payment`.""" - payments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentFilter - - """The method to use when ordering `Payment`.""" - orderBy: [QuickbooksPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentsConnection - - """Reads and enables pagination through a set of `PaymentMethod`.""" - paymentMethods( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentMethodFilter - - """The method to use when ordering `PaymentMethod`.""" - orderBy: [QuickbooksPaymentMethodsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentMethodsConnection - - """Reads and enables pagination through a set of `PhysicalAddress`.""" - physicalAddresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPhysicalAddressFilter - - """The method to use when ordering `PhysicalAddress`.""" - orderBy: [QuickbooksPhysicalAddressesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPhysicalAddressesConnection - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection - - """Reads and enables pagination through a set of `PurchaseLineItem`.""" - purchaseLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseLineItemFilter - - """The method to use when ordering `PurchaseLineItem`.""" - orderBy: [QuickbooksPurchaseLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchaseLineItemsConnection - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection - - """Reads and enables pagination through a set of `SalesTaxRateDetail`.""" - salesTaxRateDetails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesTaxRateDetailFilter - - """The method to use when ordering `SalesTaxRateDetail`.""" - orderBy: [QuickbooksSalesTaxRateDetailsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesTaxRateDetailsConnection - - """Reads and enables pagination through a set of `TaxAgency`.""" - taxAgencies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxAgencyFilter - - """The method to use when ordering `TaxAgency`.""" - orderBy: [QuickbooksTaxAgenciesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxAgenciesConnection - - """Reads and enables pagination through a set of `TaxClassification`.""" - taxClassifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxClassificationFilter - - """The method to use when ordering `TaxClassification`.""" - orderBy: [QuickbooksTaxClassificationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxClassificationsConnection - - """Reads and enables pagination through a set of `TaxCode`.""" - taxCodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxCodeFilter - - """The method to use when ordering `TaxCode`.""" - orderBy: [QuickbooksTaxCodesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxCodesConnection - - """Reads and enables pagination through a set of `TaxExemptionReason`.""" - taxExemptionReasons( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxExemptionReasonFilter - - """The method to use when ordering `TaxExemptionReason`.""" - orderBy: [QuickbooksTaxExemptionReasonsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxExemptionReasonsConnection - - """Reads and enables pagination through a set of `TaxRate`.""" - taxRates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxRateFilter - - """The method to use when ordering `TaxRate`.""" - orderBy: [QuickbooksTaxRatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxRatesConnection - - """Reads and enables pagination through a set of `Term`.""" - terms( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTermFilter - - """The method to use when ordering `Term`.""" - orderBy: [QuickbooksTermsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTermsConnection - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection - - """Reads and enables pagination through a set of `Transfer`.""" - transfers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransferFilter - - """The method to use when ordering `Transfer`.""" - orderBy: [QuickbooksTransfersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransfersConnection - - """Reads and enables pagination through a set of `Uqc`.""" - uqcs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksUqcFilter - - """The method to use when ordering `Uqc`.""" - orderBy: [QuickbooksUqcsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksUqcsConnection - - """Reads and enables pagination through a set of `Vendor`.""" - vendors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksVendorFilter - - """The method to use when ordering `Vendor`.""" - orderBy: [QuickbooksVendorsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksVendorsConnection - - """""" - currencyByCode(code: String!): QuickbooksCurrency - - """""" - taxExemptionReasonById(id: Int!): QuickbooksTaxExemptionReason - - """""" - uqcById(id: Int!): QuickbooksUqc - - """Reads a single `Account` using its globally unique `ID`.""" - account( - """The globally unique `ID` to be used in selecting a single `Account`.""" - nodeId: ID! - ): QuickbooksAccount - - """Reads a single `Bill` using its globally unique `ID`.""" - bill( - """The globally unique `ID` to be used in selecting a single `Bill`.""" - nodeId: ID! - ): QuickbooksBill - - """Reads a single `BillPayment` using its globally unique `ID`.""" - billPayment( - """ - The globally unique `ID` to be used in selecting a single `BillPayment`. - """ - nodeId: ID! - ): QuickbooksBillPayment - - """Reads a single `Class` using its globally unique `ID`.""" - class( - """The globally unique `ID` to be used in selecting a single `Class`.""" - nodeId: ID! - ): QuickbooksClass - - """Reads a single `CompanyInfo` using its globally unique `ID`.""" - companyInfo( - """ - The globally unique `ID` to be used in selecting a single `CompanyInfo`. - """ - nodeId: ID! - ): QuickbooksCompanyInfo - - """Reads a single `CreditMemo` using its globally unique `ID`.""" - creditMemo( - """ - The globally unique `ID` to be used in selecting a single `CreditMemo`. - """ - nodeId: ID! - ): QuickbooksCreditMemo - - """Reads a single `Currency` using its globally unique `ID`.""" - currency( - """The globally unique `ID` to be used in selecting a single `Currency`.""" - nodeId: ID! - ): QuickbooksCurrency - - """Reads a single `Customer` using its globally unique `ID`.""" - customer( - """The globally unique `ID` to be used in selecting a single `Customer`.""" - nodeId: ID! - ): QuickbooksCustomer - - """Reads a single `Department` using its globally unique `ID`.""" - department( - """ - The globally unique `ID` to be used in selecting a single `Department`. - """ - nodeId: ID! - ): QuickbooksDepartment - - """Reads a single `Deposit` using its globally unique `ID`.""" - deposit( - """The globally unique `ID` to be used in selecting a single `Deposit`.""" - nodeId: ID! - ): QuickbooksDeposit - - """Reads a single `Employee` using its globally unique `ID`.""" - employee( - """The globally unique `ID` to be used in selecting a single `Employee`.""" - nodeId: ID! - ): QuickbooksEmployee - - """Reads a single `Estimate` using its globally unique `ID`.""" - estimate( - """The globally unique `ID` to be used in selecting a single `Estimate`.""" - nodeId: ID! - ): QuickbooksEstimate - - """Reads a single `Invoice` using its globally unique `ID`.""" - invoice( - """The globally unique `ID` to be used in selecting a single `Invoice`.""" - nodeId: ID! - ): QuickbooksInvoice - - """Reads a single `Item` using its globally unique `ID`.""" - item( - """The globally unique `ID` to be used in selecting a single `Item`.""" - nodeId: ID! - ): QuickbooksItem - - """Reads a single `JournalCode` using its globally unique `ID`.""" - journalCode( - """ - The globally unique `ID` to be used in selecting a single `JournalCode`. - """ - nodeId: ID! - ): QuickbooksJournalCode - - """Reads a single `JournalEntry` using its globally unique `ID`.""" - journalEntry( - """ - The globally unique `ID` to be used in selecting a single `JournalEntry`. - """ - nodeId: ID! - ): QuickbooksJournalEntry - - """Reads a single `Payment` using its globally unique `ID`.""" - payment( - """The globally unique `ID` to be used in selecting a single `Payment`.""" - nodeId: ID! - ): QuickbooksPayment - - """Reads a single `PaymentMethod` using its globally unique `ID`.""" - paymentMethod( - """ - The globally unique `ID` to be used in selecting a single `PaymentMethod`. - """ - nodeId: ID! - ): QuickbooksPaymentMethod - - """Reads a single `PhysicalAddress` using its globally unique `ID`.""" - physicalAddress( - """ - The globally unique `ID` to be used in selecting a single `PhysicalAddress`. - """ - nodeId: ID! - ): QuickbooksPhysicalAddress - - """Reads a single `Purchase` using its globally unique `ID`.""" - purchase( - """The globally unique `ID` to be used in selecting a single `Purchase`.""" - nodeId: ID! - ): QuickbooksPurchase - - """Reads a single `RefundReceipt` using its globally unique `ID`.""" - refundReceipt( - """ - The globally unique `ID` to be used in selecting a single `RefundReceipt`. - """ - nodeId: ID! - ): QuickbooksRefundReceipt - - """Reads a single `SalesReceipt` using its globally unique `ID`.""" - salesReceipt( - """ - The globally unique `ID` to be used in selecting a single `SalesReceipt`. - """ - nodeId: ID! - ): QuickbooksSalesReceipt - - """Reads a single `TaxAgency` using its globally unique `ID`.""" - taxAgency( - """The globally unique `ID` to be used in selecting a single `TaxAgency`.""" - nodeId: ID! - ): QuickbooksTaxAgency - - """Reads a single `TaxClassification` using its globally unique `ID`.""" - taxClassification( - """ - The globally unique `ID` to be used in selecting a single `TaxClassification`. - """ - nodeId: ID! - ): QuickbooksTaxClassification - - """Reads a single `TaxCode` using its globally unique `ID`.""" - taxCode( - """The globally unique `ID` to be used in selecting a single `TaxCode`.""" - nodeId: ID! - ): QuickbooksTaxCode - - """Reads a single `TaxExemptionReason` using its globally unique `ID`.""" - taxExemptionReason( - """ - The globally unique `ID` to be used in selecting a single `TaxExemptionReason`. - """ - nodeId: ID! - ): QuickbooksTaxExemptionReason - - """Reads a single `TaxRate` using its globally unique `ID`.""" - taxRate( - """The globally unique `ID` to be used in selecting a single `TaxRate`.""" - nodeId: ID! - ): QuickbooksTaxRate - - """Reads a single `Term` using its globally unique `ID`.""" - term( - """The globally unique `ID` to be used in selecting a single `Term`.""" - nodeId: ID! - ): QuickbooksTerm - - """Reads a single `TimeActivity` using its globally unique `ID`.""" - timeActivity( - """ - The globally unique `ID` to be used in selecting a single `TimeActivity`. - """ - nodeId: ID! - ): QuickbooksTimeActivity - - """Reads a single `Transfer` using its globally unique `ID`.""" - transfer( - """The globally unique `ID` to be used in selecting a single `Transfer`.""" - nodeId: ID! - ): QuickbooksTransfer - - """Reads a single `Uqc` using its globally unique `ID`.""" - uqc( - """The globally unique `ID` to be used in selecting a single `Uqc`.""" - nodeId: ID! - ): QuickbooksUqc - - """Reads a single `Vendor` using its globally unique `ID`.""" - vendor( - """The globally unique `ID` to be used in selecting a single `Vendor`.""" - nodeId: ID! - ): QuickbooksVendor - - """""" - accountById(id: String!, realmId: String): QuickbooksAccount - - """""" - billById(id: String!, realmId: String): QuickbooksBill - - """""" - billPaymentById(id: String!, realmId: String): QuickbooksBillPayment - - """""" - classById(id: String!, realmId: String): QuickbooksClass - - """""" - companyInfoBy(realmId: String): QuickbooksCompanyInfo - - """""" - companyInfoById(id: String!, realmId: String): QuickbooksCompanyInfo - - """""" - creditMemoById(id: String!, realmId: String): QuickbooksCreditMemo - - """""" - customerById(id: String!, realmId: String): QuickbooksCustomer - - """""" - departmentById(id: String!, realmId: String): QuickbooksDepartment - - """""" - depositById(id: String!, realmId: String): QuickbooksDeposit - - """""" - employeeById(id: String!, realmId: String): QuickbooksEmployee - - """""" - estimateById(id: String!, realmId: String): QuickbooksEstimate - - """""" - invoiceById(id: String!, realmId: String): QuickbooksInvoice - - """""" - itemById(id: String!, realmId: String): QuickbooksItem - - """""" - journalCodeById(id: String!, realmId: String): QuickbooksJournalCode - - """""" - journalEntryById(id: String!, realmId: String): QuickbooksJournalEntry - - """""" - paymentById(id: String!, realmId: String): QuickbooksPayment - - """""" - paymentMethodById(id: String!, realmId: String): QuickbooksPaymentMethod - - """""" - physicalAddressById(id: String!, realmId: String): QuickbooksPhysicalAddress - - """""" - purchaseById(id: String!, realmId: String): QuickbooksPurchase - - """""" - refundReceiptById(id: String!, realmId: String): QuickbooksRefundReceipt - - """""" - salesReceiptById(id: String!, realmId: String): QuickbooksSalesReceipt - - """""" - taxAgencyById(id: String!, realmId: String): QuickbooksTaxAgency - - """""" - taxClassificationById(id: String!, realmId: String): QuickbooksTaxClassification - - """""" - taxCodeById(id: String!, realmId: String): QuickbooksTaxCode - - """""" - taxRateById(id: String!, realmId: String): QuickbooksTaxRate - - """""" - termById(id: String!, realmId: String): QuickbooksTerm - - """""" - timeActivityById(id: String!, realmId: String): QuickbooksTimeActivity - - """""" - transferById(id: String!, realmId: String): QuickbooksTransfer - - """""" - vendorById(id: String!, realmId: String): QuickbooksVendor - - """""" - realm(realmId: String): QuickbooksRealm - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Id of Standard Unit of Measure (UQC:Unique Quantity Code) of the item according to GST rule. -""" -type QuickbooksUqc implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: Int! - - """""" - value: String - - """""" - description: String - - """Reads and enables pagination through a set of `Item`.""" - items( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against MonthEnum fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksMonthEnumFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksMonthEnum - - """Greater than the specified value.""" - greaterThan: QuickbooksMonthEnum - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksMonthEnum - - """Less than the specified value.""" - lessThan: QuickbooksMonthEnum - - """Not included in the specified list.""" - notIn: [QuickbooksMonthEnum!] - - """Included in the specified list.""" - in: [QuickbooksMonthEnum!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksMonthEnum - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksMonthEnum - - """Not equal to the specified value.""" - notEqualTo: QuickbooksMonthEnum - - """Equal to the specified value.""" - equalTo: QuickbooksMonthEnum - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against String List fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksStringListFilter { - """Any array item is greater than or equal to the specified value.""" - anyGreaterThanOrEqualTo: String - - """Any array item is greater than the specified value.""" - anyGreaterThan: String - - """Any array item is less than or equal to the specified value.""" - anyLessThanOrEqualTo: String - - """Any array item is less than the specified value.""" - anyLessThan: String - - """Any array item is not equal to the specified value.""" - anyNotEqualTo: String - - """Any array item is equal to the specified value.""" - anyEqualTo: String - - """Overlaps the specified list of values.""" - overlaps: [String] - - """Contained by the specified list of values.""" - containedBy: [String] - - """Contains the specified list of values.""" - contains: [String] - - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: [String] - - """Greater than the specified value.""" - greaterThan: [String] - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: [String] - - """Less than the specified value.""" - lessThan: [String] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: [String] - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: [String] - - """Not equal to the specified value.""" - notEqualTo: [String] - - """Equal to the specified value.""" - equalTo: [String] - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `CompanyInfo` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksCompanyInfoFilter { - """Negates the expression.""" - not: QuickbooksCompanyInfoFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksCompanyInfoFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksCompanyInfoFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `companyStartDate` field.""" - companyStartDate: QuickbooksDateFilter - - """Filter by the object’s `legalName` field.""" - legalName: QuickbooksStringFilter - - """Filter by the object’s `primaryPhoneNumber` field.""" - primaryPhoneNumber: QuickbooksStringFilter - - """Filter by the object’s `customerCommunicationAddressId` field.""" - customerCommunicationAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `fiscalYearStartMonth` field.""" - fiscalYearStartMonth: QuickbooksMonthEnumFilter - - """Filter by the object’s `webAddress` field.""" - webAddress: QuickbooksStringFilter - - """Filter by the object’s `email` field.""" - email: QuickbooksStringFilter - - """Filter by the object’s `country` field.""" - country: QuickbooksStringFilter - - """Filter by the object’s `supportedLanguages` field.""" - supportedLanguages: QuickbooksStringListFilter - - """Filter by the object’s `legalAddressId` field.""" - legalAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `addressId` field.""" - addressId: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksCompanyInfosOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - ADDRESS_ID_ASC - ADDRESS_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - LEGAL_ADDRESS_ID_ASC - LEGAL_ADDRESS_ID_DESC - SUPPORTED_LANGUAGES_ASC - SUPPORTED_LANGUAGES_DESC - COUNTRY_ASC - COUNTRY_DESC - EMAIL_ASC - EMAIL_DESC - WEB_ADDRESS_ASC - WEB_ADDRESS_DESC - PREFERENCES_ASC - PREFERENCES_DESC - FISCAL_YEAR_START_MONTH_ASC - FISCAL_YEAR_START_MONTH_DESC - CUSTOMER_COMMUNICATION_ADDRESS_ID_ASC - CUSTOMER_COMMUNICATION_ADDRESS_ID_DESC - PRIMARY_PHONE_NUMBER_ASC - PRIMARY_PHONE_NUMBER_DESC - LEGAL_NAME_ASC - LEGAL_NAME_DESC - COMPANY_START_DATE_ASC - COMPANY_START_DATE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksCompanyInfosConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - addressId: Float - - """""" - syncToken: Float - - """""" - legalAddressId: Float - - """""" - customerCommunicationAddressId: Float -} - -"""""" -type QuickbooksCompanyInfosConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - addressId: Float - - """""" - syncToken: Float - - """""" - legalAddressId: Float - - """""" - customerCommunicationAddressId: Float -} - -"""""" -type QuickbooksCompanyInfosConnectionAggregates { - """""" - sum: QuickbooksCompanyInfosConnectionSums - - """""" - avg: QuickbooksCompanyInfosConnectionAverages -} - -"""A `CompanyInfo` edge in the connection.""" -type QuickbooksCompanyInfosEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `CompanyInfo` at the end of the edge.""" - node: QuickbooksCompanyInfo -} - -"""A connection to a list of `CompanyInfo` values.""" -type QuickbooksCompanyInfosConnection { - """A list of `CompanyInfo` objects.""" - nodes: [QuickbooksCompanyInfo]! - - """ - A list of edges which contains the `CompanyInfo` and cursor to aid in pagination. - """ - edges: [QuickbooksCompanyInfosEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `CompanyInfo` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksCompanyInfosConnectionAggregates -} - -""" -A filter to be used against TimeActivityNameOf fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTimeActivityNameOfFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksTimeActivityNameOf - - """Greater than the specified value.""" - greaterThan: QuickbooksTimeActivityNameOf - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksTimeActivityNameOf - - """Less than the specified value.""" - lessThan: QuickbooksTimeActivityNameOf - - """Not included in the specified list.""" - notIn: [QuickbooksTimeActivityNameOf!] - - """Included in the specified list.""" - in: [QuickbooksTimeActivityNameOf!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksTimeActivityNameOf - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksTimeActivityNameOf - - """Not equal to the specified value.""" - notEqualTo: QuickbooksTimeActivityNameOf - - """Equal to the specified value.""" - equalTo: QuickbooksTimeActivityNameOf - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `TimeActivity` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTimeActivityFilter { - """Negates the expression.""" - not: QuickbooksTimeActivityFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTimeActivityFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTimeActivityFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `taxable` field.""" - taxable: QuickbooksBooleanFilter - - """Filter by the object’s `billableStatus` field.""" - billableStatus: QuickbooksStringFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `endTime` field.""" - endTime: QuickbooksDatetimeFilter - - """Filter by the object’s `breakMinutes` field.""" - breakMinutes: QuickbooksIntFilter - - """Filter by the object’s `breakHours` field.""" - breakHours: QuickbooksIntFilter - - """Filter by the object’s `hourlyRate` field.""" - hourlyRate: QuickbooksBigFloatFilter - - """Filter by the object’s `startTime` field.""" - startTime: QuickbooksDatetimeFilter - - """Filter by the object’s `minutes` field.""" - minutes: QuickbooksIntFilter - - """Filter by the object’s `hours` field.""" - hours: QuickbooksIntFilter - - """Filter by the object’s `vendorId` field.""" - vendorId: QuickbooksBigIntFilter - - """Filter by the object’s `employeeId` field.""" - employeeId: QuickbooksBigIntFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `nameOf` field.""" - nameOf: QuickbooksTimeActivityNameOfFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTimeActivitiesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_OF_ASC - NAME_OF_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - EMPLOYEE_ID_ASC - EMPLOYEE_ID_DESC - VENDOR_ID_ASC - VENDOR_ID_DESC - HOURS_ASC - HOURS_DESC - MINUTES_ASC - MINUTES_DESC - START_TIME_ASC - START_TIME_DESC - HOURLY_RATE_ASC - HOURLY_RATE_DESC - BREAK_HOURS_ASC - BREAK_HOURS_DESC - BREAK_MINUTES_ASC - BREAK_MINUTES_DESC - END_TIME_ASC - END_TIME_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - ITEM_ID_ASC - ITEM_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - BILLABLE_STATUS_ASC - BILLABLE_STATUS_DESC - TAXABLE_ASC - TAXABLE_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -""" -A filter to be used against DepositTransactionStatus fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepositTransactionStatusFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksDepositTransactionStatus - - """Greater than the specified value.""" - greaterThan: QuickbooksDepositTransactionStatus - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksDepositTransactionStatus - - """Less than the specified value.""" - lessThan: QuickbooksDepositTransactionStatus - - """Not included in the specified list.""" - notIn: [QuickbooksDepositTransactionStatus!] - - """Included in the specified list.""" - in: [QuickbooksDepositTransactionStatus!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksDepositTransactionStatus - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksDepositTransactionStatus - - """Not equal to the specified value.""" - notEqualTo: QuickbooksDepositTransactionStatus - - """Equal to the specified value.""" - equalTo: QuickbooksDepositTransactionStatus - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Deposit` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepositFilter { - """Negates the expression.""" - not: QuickbooksDepositFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksDepositFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksDepositFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `cashBackMemo` field.""" - cashBackMemo: QuickbooksStringFilter - - """Filter by the object’s `cashBackAmount` field.""" - cashBackAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `cashBackAccountId` field.""" - cashBackAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `transactionSource` field.""" - transactionSource: QuickbooksStringFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `homeTotalAmount` field.""" - homeTotalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionStatus` field.""" - transactionStatus: QuickbooksDepositTransactionStatusFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `depositToAccountId` field.""" - depositToAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksDepositsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - DEPOSIT_TO_ACCOUNT_ID_ASC - DEPOSIT_TO_ACCOUNT_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - TRANSACTION_STATUS_ASC - TRANSACTION_STATUS_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - HOME_TOTAL_AMOUNT_ASC - HOME_TOTAL_AMOUNT_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - TRANSACTION_SOURCE_ASC - TRANSACTION_SOURCE_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - CASH_BACK_ACCOUNT_ID_ASC - CASH_BACK_ACCOUNT_ID_DESC - CASH_BACK_AMOUNT_ASC - CASH_BACK_AMOUNT_DESC - CASH_BACK_MEMO_ASC - CASH_BACK_MEMO_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksDepositsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - depositToAccountId: Float - - """""" - syncToken: Float - - """""" - totalAmount: Float - - """""" - exchangeRate: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - cashBackAccountId: Float - - """""" - cashBackAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float -} - -"""""" -type QuickbooksDepositsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - depositToAccountId: Float - - """""" - syncToken: Float - - """""" - totalAmount: Float - - """""" - exchangeRate: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - cashBackAccountId: Float - - """""" - cashBackAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float -} - -"""""" -type QuickbooksDepositsConnectionAggregates { - """""" - sum: QuickbooksDepositsConnectionSums - - """""" - avg: QuickbooksDepositsConnectionAverages -} - -"""A `Deposit` edge in the connection.""" -type QuickbooksDepositsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Deposit` at the end of the edge.""" - node: QuickbooksDeposit -} - -"""A connection to a list of `Deposit` values.""" -type QuickbooksDepositsConnection { - """A list of `Deposit` objects.""" - nodes: [QuickbooksDeposit]! - - """ - A list of edges which contains the `Deposit` and cursor to aid in pagination. - """ - edges: [QuickbooksDepositsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Deposit` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksDepositsConnectionAggregates -} - -""" -A filter to be used against `Transfer` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTransferFilter { - """Negates the expression.""" - not: QuickbooksTransferFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTransferFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTransferFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `fromAccountId` field.""" - fromAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `toAccountId` field.""" - toAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTransfersOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - TO_ACCOUNT_ID_ASC - TO_ACCOUNT_ID_DESC - AMOUNT_ASC - AMOUNT_DESC - FROM_ACCOUNT_ID_ASC - FROM_ACCOUNT_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksTransfersConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - toAccountId: Float - - """""" - amount: Float - - """""" - fromAccountId: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksTransfersConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - toAccountId: Float - - """""" - amount: Float - - """""" - fromAccountId: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksTransfersConnectionAggregates { - """""" - sum: QuickbooksTransfersConnectionSums - - """""" - avg: QuickbooksTransfersConnectionAverages -} - -"""A `Transfer` edge in the connection.""" -type QuickbooksTransfersEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Transfer` at the end of the edge.""" - node: QuickbooksTransfer -} - -"""A connection to a list of `Transfer` values.""" -type QuickbooksTransfersConnection { - """A list of `Transfer` objects.""" - nodes: [QuickbooksTransfer]! - - """ - A list of edges which contains the `Transfer` and cursor to aid in pagination. - """ - edges: [QuickbooksTransfersEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Transfer` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksTransfersConnectionAggregates -} - -""" -A filter to be used against `JournalEntry` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksJournalEntryFilter { - """Negates the expression.""" - not: QuickbooksJournalEntryFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksJournalEntryFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksJournalEntryFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `adjustment` field.""" - adjustment: QuickbooksBooleanFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `homeTotalAmount` field.""" - homeTotalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksJournalEntriesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - HOME_TOTAL_AMOUNT_ASC - HOME_TOTAL_AMOUNT_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - ADJUSTMENT_ASC - ADJUSTMENT_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksJournalEntriesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - totalAmount: Float - - """""" - exchangeRate: Float - - """""" - homeTotalAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float -} - -"""""" -type QuickbooksJournalEntriesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - totalAmount: Float - - """""" - exchangeRate: Float - - """""" - homeTotalAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float -} - -"""""" -type QuickbooksJournalEntriesConnectionAggregates { - """""" - sum: QuickbooksJournalEntriesConnectionSums - - """""" - avg: QuickbooksJournalEntriesConnectionAverages -} - -"""A `JournalEntry` edge in the connection.""" -type QuickbooksJournalEntriesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `JournalEntry` at the end of the edge.""" - node: QuickbooksJournalEntry -} - -"""A connection to a list of `JournalEntry` values.""" -type QuickbooksJournalEntriesConnection { - """A list of `JournalEntry` objects.""" - nodes: [QuickbooksJournalEntry]! - - """ - A list of edges which contains the `JournalEntry` and cursor to aid in pagination. - """ - edges: [QuickbooksJournalEntriesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `JournalEntry` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksJournalEntriesConnectionAggregates -} - -""" -A filter to be used against JournalCodeType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksJournalCodeTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksJournalCodeType - - """Greater than the specified value.""" - greaterThan: QuickbooksJournalCodeType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksJournalCodeType - - """Less than the specified value.""" - lessThan: QuickbooksJournalCodeType - - """Not included in the specified list.""" - notIn: [QuickbooksJournalCodeType!] - - """Included in the specified list.""" - in: [QuickbooksJournalCodeType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksJournalCodeType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksJournalCodeType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksJournalCodeType - - """Equal to the specified value.""" - equalTo: QuickbooksJournalCodeType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `JournalCode` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksJournalCodeFilter { - """Negates the expression.""" - not: QuickbooksJournalCodeFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksJournalCodeFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksJournalCodeFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksJournalCodeTypeFilter - - """Filter by the object’s `customFields` field.""" - customFields: QuickbooksJsonFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksJournalCodesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - CUSTOM_FIELDS_ASC - CUSTOM_FIELDS_DESC - TYPE_ASC - TYPE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksJournalCodesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksJournalCodesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksJournalCodesConnectionAggregates { - """""" - sum: QuickbooksJournalCodesConnectionSums - - """""" - avg: QuickbooksJournalCodesConnectionAverages -} - -"""A `JournalCode` edge in the connection.""" -type QuickbooksJournalCodesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `JournalCode` at the end of the edge.""" - node: QuickbooksJournalCode -} - -enum QuickbooksJournalCodeType { - EXPENSES - SALES - BANK - NOUVEAUX - WAGES - CASH - OTHERS -} - -"""""" -type QuickbooksJournalCode implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - name: String - - """""" - syncToken: String - - """""" - description: String - - """""" - customFields: String - - """""" - type: QuickbooksJournalCodeType - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `JournalCode` values.""" -type QuickbooksJournalCodesConnection { - """A list of `JournalCode` objects.""" - nodes: [QuickbooksJournalCode]! - - """ - A list of edges which contains the `JournalCode` and cursor to aid in pagination. - """ - edges: [QuickbooksJournalCodesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `JournalCode` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksJournalCodesConnectionAggregates -} - -""" -A filter to be used against TransactionStatus fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTransactionStatusFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksTransactionStatus - - """Greater than the specified value.""" - greaterThan: QuickbooksTransactionStatus - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksTransactionStatus - - """Less than the specified value.""" - lessThan: QuickbooksTransactionStatus - - """Not included in the specified list.""" - notIn: [QuickbooksTransactionStatus!] - - """Included in the specified list.""" - in: [QuickbooksTransactionStatus!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksTransactionStatus - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksTransactionStatus - - """Not equal to the specified value.""" - notEqualTo: QuickbooksTransactionStatus - - """Equal to the specified value.""" - equalTo: QuickbooksTransactionStatus - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Estimate` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksEstimateFilter { - """Negates the expression.""" - not: QuickbooksEstimateFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksEstimateFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksEstimateFilter!] - - """Filter by the object’s `deliveryTime` field.""" - deliveryTime: QuickbooksDatetimeFilter - - """Filter by the object’s `deliveryType` field.""" - deliveryType: QuickbooksDeliveryTypeFilter - - """Filter by the object’s `billingEmail` field.""" - billingEmail: QuickbooksStringFilter - - """Filter by the object’s `applyTaxAfterDiscount` field.""" - applyTaxAfterDiscount: QuickbooksBooleanFilter - - """Filter by the object’s `billingAddressId` field.""" - billingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `shippingMethod` field.""" - shippingMethod: QuickbooksStringFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `homeTotalAmount` field.""" - homeTotalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `shippingAddressId` field.""" - shippingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `acceptedBy` field.""" - acceptedBy: QuickbooksStringFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `emailStatus` field.""" - emailStatus: QuickbooksEmailStatusFilter - - """Filter by the object’s `customerMemo` field.""" - customerMemo: QuickbooksStringFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `dueDate` field.""" - dueDate: QuickbooksDateFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `expirationDate` field.""" - expirationDate: QuickbooksDateFilter - - """Filter by the object’s `acceptedDate` field.""" - acceptedDate: QuickbooksDateFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `transactionStatus` field.""" - transactionStatus: QuickbooksTransactionStatusFilter - - """Filter by the object’s `salesTermId` field.""" - salesTermId: QuickbooksBigIntFilter - - """Filter by the object’s `customFields` field.""" - customFields: QuickbooksJsonFilter - - """Filter by the object’s `printStatus` field.""" - printStatus: QuickbooksPrintStatusFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `shipDate` field.""" - shipDate: QuickbooksDateFilter - - """Filter by the object’s `shipFromAddressId` field.""" - shipFromAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksEstimatesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - SHIP_FROM_ADDRESS_ID_ASC - SHIP_FROM_ADDRESS_ID_DESC - SHIP_DATE_ASC - SHIP_DATE_DESC - CLASS_ID_ASC - CLASS_ID_DESC - PRINT_STATUS_ASC - PRINT_STATUS_DESC - CUSTOM_FIELDS_ASC - CUSTOM_FIELDS_DESC - SALES_TERM_ID_ASC - SALES_TERM_ID_DESC - TRANSACTION_STATUS_ASC - TRANSACTION_STATUS_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - ACCEPTED_DATE_ASC - ACCEPTED_DATE_DESC - EXPIRATION_DATE_ASC - EXPIRATION_DATE_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - DUE_DATE_ASC - DUE_DATE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - CUSTOMER_MEMO_ASC - CUSTOMER_MEMO_DESC - EMAIL_STATUS_ASC - EMAIL_STATUS_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - ACCEPTED_BY_ASC - ACCEPTED_BY_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - SHIPPING_ADDRESS_ID_ASC - SHIPPING_ADDRESS_ID_DESC - HOME_TOTAL_AMOUNT_ASC - HOME_TOTAL_AMOUNT_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - SHIPPING_METHOD_ASC - SHIPPING_METHOD_DESC - BILLING_ADDRESS_ID_ASC - BILLING_ADDRESS_ID_DESC - APPLY_TAX_AFTER_DISCOUNT_ASC - APPLY_TAX_AFTER_DISCOUNT_DESC - BILLING_EMAIL_ASC - BILLING_EMAIL_DESC - DELIVERY_TYPE_ASC - DELIVERY_TYPE_DESC - DELIVERY_TIME_ASC - DELIVERY_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -""" -A filter to be used against `Employee` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksEmployeeFilter { - """Negates the expression.""" - not: QuickbooksEmployeeFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksEmployeeFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksEmployeeFilter!] - - """Filter by the object’s `v4IdPseudonym` field.""" - v4IdPseudonym: QuickbooksStringFilter - - """Filter by the object’s `employeeNumber` field.""" - employeeNumber: QuickbooksStringFilter - - """Filter by the object’s `printOnCheckName` field.""" - printOnCheckName: QuickbooksStringFilter - - """Filter by the object’s `familyName` field.""" - familyName: QuickbooksStringFilter - - """Filter by the object’s `suffix` field.""" - suffix: QuickbooksStringFilter - - """Filter by the object’s `organization` field.""" - organization: QuickbooksBooleanFilter - - """Filter by the object’s `billRate` field.""" - billRate: QuickbooksBigFloatFilter - - """Filter by the object’s `hiredDate` field.""" - hiredDate: QuickbooksDateFilter - - """Filter by the object’s `gender` field.""" - gender: QuickbooksStringFilter - - """Filter by the object’s `mobileNumber` field.""" - mobileNumber: QuickbooksStringFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `releasedDate` field.""" - releasedDate: QuickbooksDateFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `primaryPhoneNumber` field.""" - primaryPhoneNumber: QuickbooksStringFilter - - """Filter by the object’s `ssn` field.""" - ssn: QuickbooksStringFilter - - """Filter by the object’s `middleName` field.""" - middleName: QuickbooksStringFilter - - """Filter by the object’s `birthDate` field.""" - birthDate: QuickbooksDateFilter - - """Filter by the object’s `givenName` field.""" - givenName: QuickbooksStringFilter - - """Filter by the object’s `billableTime` field.""" - billableTime: QuickbooksBooleanFilter - - """Filter by the object’s `title` field.""" - title: QuickbooksStringFilter - - """Filter by the object’s `displayName` field.""" - displayName: QuickbooksStringFilter - - """Filter by the object’s `primaryEmailAddress` field.""" - primaryEmailAddress: QuickbooksStringFilter - - """Filter by the object’s `primaryAddressId` field.""" - primaryAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksEmployeesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - PRIMARY_ADDRESS_ID_ASC - PRIMARY_ADDRESS_ID_DESC - PRIMARY_EMAIL_ADDRESS_ASC - PRIMARY_EMAIL_ADDRESS_DESC - DISPLAY_NAME_ASC - DISPLAY_NAME_DESC - TITLE_ASC - TITLE_DESC - BILLABLE_TIME_ASC - BILLABLE_TIME_DESC - GIVEN_NAME_ASC - GIVEN_NAME_DESC - BIRTH_DATE_ASC - BIRTH_DATE_DESC - MIDDLE_NAME_ASC - MIDDLE_NAME_DESC - SSN_ASC - SSN_DESC - PRIMARY_PHONE_NUMBER_ASC - PRIMARY_PHONE_NUMBER_DESC - ACTIVE_ASC - ACTIVE_DESC - RELEASED_DATE_ASC - RELEASED_DATE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - MOBILE_NUMBER_ASC - MOBILE_NUMBER_DESC - GENDER_ASC - GENDER_DESC - HIRED_DATE_ASC - HIRED_DATE_DESC - BILL_RATE_ASC - BILL_RATE_DESC - ORGANIZATION_ASC - ORGANIZATION_DESC - SUFFIX_ASC - SUFFIX_DESC - FAMILY_NAME_ASC - FAMILY_NAME_DESC - PRINT_ON_CHECK_NAME_ASC - PRINT_ON_CHECK_NAME_DESC - EMPLOYEE_NUMBER_ASC - EMPLOYEE_NUMBER_DESC - V4_ID_PSEUDONYM_ASC - V4_ID_PSEUDONYM_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -""" -A filter to be used against TaxTypeApplicable fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxTypeApplicableFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksTaxTypeApplicable - - """Greater than the specified value.""" - greaterThan: QuickbooksTaxTypeApplicable - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksTaxTypeApplicable - - """Less than the specified value.""" - lessThan: QuickbooksTaxTypeApplicable - - """Not included in the specified list.""" - notIn: [QuickbooksTaxTypeApplicable!] - - """Included in the specified list.""" - in: [QuickbooksTaxTypeApplicable!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksTaxTypeApplicable - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksTaxTypeApplicable - - """Not equal to the specified value.""" - notEqualTo: QuickbooksTaxTypeApplicable - - """Equal to the specified value.""" - equalTo: QuickbooksTaxTypeApplicable - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `PurchaseTaxRateDetail` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPurchaseTaxRateDetailFilter { - """Negates the expression.""" - not: QuickbooksPurchaseTaxRateDetailFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPurchaseTaxRateDetailFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPurchaseTaxRateDetailFilter!] - - """Filter by the object’s `taxRateId` field.""" - taxRateId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `taxOrder` field.""" - taxOrder: QuickbooksIntFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `taxTypeApplicable` field.""" - taxTypeApplicable: QuickbooksTaxTypeApplicableFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPurchaseTaxRateDetailsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - TAX_TYPE_APPLICABLE_ASC - TAX_TYPE_APPLICABLE_DESC - INDEX_ASC - INDEX_DESC - TAX_ORDER_ASC - TAX_ORDER_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - TAX_RATE_ID_ASC - TAX_RATE_ID_DESC -} - -"""""" -type QuickbooksPurchaseTaxRateDetailsConnectionAverages { - """""" - realmId: Float - - """""" - index: Float - - """""" - taxOrder: Float - - """""" - taxCodeId: Float - - """""" - taxRateId: Float -} - -"""""" -type QuickbooksPurchaseTaxRateDetailsConnectionSums { - """""" - realmId: Float - - """""" - index: Float - - """""" - taxOrder: Float - - """""" - taxCodeId: Float - - """""" - taxRateId: Float -} - -"""""" -type QuickbooksPurchaseTaxRateDetailsConnectionAggregates { - """""" - sum: QuickbooksPurchaseTaxRateDetailsConnectionSums - - """""" - avg: QuickbooksPurchaseTaxRateDetailsConnectionAverages -} - -"""A `PurchaseTaxRateDetail` edge in the connection.""" -type QuickbooksPurchaseTaxRateDetailsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `PurchaseTaxRateDetail` at the end of the edge.""" - node: QuickbooksPurchaseTaxRateDetail -} - -enum QuickbooksTaxTypeApplicable { - TAX_ON_AMOUNT - TAX_ON_AMOUNT_PLUS_TAX - TAX_ON_TAX -} - -"""""" -type QuickbooksPurchaseTaxRateDetail { - """""" - realmId: String! - - """""" - taxTypeApplicable: QuickbooksTaxTypeApplicable! - - """""" - index: Int! - - """""" - taxOrder: Int! - - """""" - taxCodeId: String! - - """""" - taxRateId: String! - - """ - Reads a single `Realm` that is related to this `PurchaseTaxRateDetail`. - """ - realm: QuickbooksRealm - - """ - Reads a single `TaxCode` that is related to this `PurchaseTaxRateDetail`. - """ - taxCode: QuickbooksTaxCode - - """ - Reads a single `TaxRate` that is related to this `PurchaseTaxRateDetail`. - """ - taxRate: QuickbooksTaxRate -} - -"""A connection to a list of `PurchaseTaxRateDetail` values.""" -type QuickbooksPurchaseTaxRateDetailsConnection { - """A list of `PurchaseTaxRateDetail` objects.""" - nodes: [QuickbooksPurchaseTaxRateDetail]! - - """ - A list of edges which contains the `PurchaseTaxRateDetail` and cursor to aid in pagination. - """ - edges: [QuickbooksPurchaseTaxRateDetailsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `PurchaseTaxRateDetail` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksPurchaseTaxRateDetailsConnectionAggregates -} - -""" -A filter to be used against `TaxAgency` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxAgencyFilter { - """Negates the expression.""" - not: QuickbooksTaxAgencyFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTaxAgencyFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTaxAgencyFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `taxRegistrationNumber` field.""" - taxRegistrationNumber: QuickbooksStringFilter - - """Filter by the object’s `lastFileDate` field.""" - lastFileDate: QuickbooksDateFilter - - """Filter by the object’s `taxTrackedOnPurchases` field.""" - taxTrackedOnPurchases: QuickbooksBooleanFilter - - """Filter by the object’s `taxTrackedOnSales` field.""" - taxTrackedOnSales: QuickbooksBooleanFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `displayName` field.""" - displayName: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTaxAgenciesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - DISPLAY_NAME_ASC - DISPLAY_NAME_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - TAX_TRACKED_ON_SALES_ASC - TAX_TRACKED_ON_SALES_DESC - TAX_TRACKED_ON_PURCHASES_ASC - TAX_TRACKED_ON_PURCHASES_DESC - LAST_FILE_DATE_ASC - LAST_FILE_DATE_DESC - TAX_REGISTRATION_NUMBER_ASC - TAX_REGISTRATION_NUMBER_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksTaxAgenciesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksTaxAgenciesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksTaxAgenciesConnectionAggregates { - """""" - sum: QuickbooksTaxAgenciesConnectionSums - - """""" - avg: QuickbooksTaxAgenciesConnectionAverages -} - -"""A `TaxAgency` edge in the connection.""" -type QuickbooksTaxAgenciesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `TaxAgency` at the end of the edge.""" - node: QuickbooksTaxAgency -} - -"""A connection to a list of `TaxAgency` values.""" -type QuickbooksTaxAgenciesConnection { - """A list of `TaxAgency` objects.""" - nodes: [QuickbooksTaxAgency]! - - """ - A list of edges which contains the `TaxAgency` and cursor to aid in pagination. - """ - edges: [QuickbooksTaxAgenciesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `TaxAgency` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksTaxAgenciesConnectionAggregates -} - -""" -A filter to be used against `TaxCode` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxCodeFilter { - """Negates the expression.""" - not: QuickbooksTaxCodeFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTaxCodeFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTaxCodeFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `hidden` field.""" - hidden: QuickbooksBooleanFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `taxable` field.""" - taxable: QuickbooksBooleanFilter - - """Filter by the object’s `taxGroup` field.""" - taxGroup: QuickbooksBooleanFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTaxCodesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - TAX_GROUP_ASC - TAX_GROUP_DESC - TAXABLE_ASC - TAXABLE_DESC - ACTIVE_ASC - ACTIVE_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - HIDDEN_ASC - HIDDEN_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksTaxCodesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksTaxCodesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksTaxCodesConnectionAggregates { - """""" - sum: QuickbooksTaxCodesConnectionSums - - """""" - avg: QuickbooksTaxCodesConnectionAverages -} - -"""A `TaxCode` edge in the connection.""" -type QuickbooksTaxCodesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `TaxCode` at the end of the edge.""" - node: QuickbooksTaxCode -} - -"""A connection to a list of `TaxCode` values.""" -type QuickbooksTaxCodesConnection { - """A list of `TaxCode` objects.""" - nodes: [QuickbooksTaxCode]! - - """ - A list of edges which contains the `TaxCode` and cursor to aid in pagination. - """ - edges: [QuickbooksTaxCodesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `TaxCode` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksTaxCodesConnectionAggregates -} - -""" -A filter to be used against TermType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTermTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksTermType - - """Greater than the specified value.""" - greaterThan: QuickbooksTermType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksTermType - - """Less than the specified value.""" - lessThan: QuickbooksTermType - - """Not included in the specified list.""" - notIn: [QuickbooksTermType!] - - """Included in the specified list.""" - in: [QuickbooksTermType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksTermType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksTermType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksTermType - - """Equal to the specified value.""" - equalTo: QuickbooksTermType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Term` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTermFilter { - """Negates the expression.""" - not: QuickbooksTermFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTermFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTermFilter!] - - """Filter by the object’s `dueDays` field.""" - dueDays: QuickbooksIntFilter - - """Filter by the object’s `discountDayOfMonth` field.""" - discountDayOfMonth: QuickbooksIntFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksTermTypeFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `discountDays` field.""" - discountDays: QuickbooksIntFilter - - """Filter by the object’s `discountPercent` field.""" - discountPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTermsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - DISCOUNT_PERCENT_ASC - DISCOUNT_PERCENT_DESC - DISCOUNT_DAYS_ASC - DISCOUNT_DAYS_DESC - ACTIVE_ASC - ACTIVE_DESC - TYPE_ASC - TYPE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - DISCOUNT_DAY_OF_MONTH_ASC - DISCOUNT_DAY_OF_MONTH_DESC - DUE_DAYS_ASC - DUE_DAYS_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksTermsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - discountPercent: Float - - """""" - discountDays: Float - - """""" - discountDayOfMonth: Float - - """""" - dueDays: Float -} - -"""""" -type QuickbooksTermsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - discountPercent: Float - - """""" - discountDays: Float - - """""" - discountDayOfMonth: Float - - """""" - dueDays: Float -} - -"""""" -type QuickbooksTermsConnectionAggregates { - """""" - sum: QuickbooksTermsConnectionSums - - """""" - avg: QuickbooksTermsConnectionAverages -} - -"""A `Term` edge in the connection.""" -type QuickbooksTermsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Term` at the end of the edge.""" - node: QuickbooksTerm -} - -"""A connection to a list of `Term` values.""" -type QuickbooksTermsConnection { - """A list of `Term` objects.""" - nodes: [QuickbooksTerm]! - - """ - A list of edges which contains the `Term` and cursor to aid in pagination. - """ - edges: [QuickbooksTermsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Term` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksTermsConnectionAggregates -} - -""" -A filter to be used against PaymentMethodType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPaymentMethodTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksPaymentMethodType - - """Greater than the specified value.""" - greaterThan: QuickbooksPaymentMethodType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksPaymentMethodType - - """Less than the specified value.""" - lessThan: QuickbooksPaymentMethodType - - """Not included in the specified list.""" - notIn: [QuickbooksPaymentMethodType!] - - """Included in the specified list.""" - in: [QuickbooksPaymentMethodType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksPaymentMethodType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksPaymentMethodType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksPaymentMethodType - - """Equal to the specified value.""" - equalTo: QuickbooksPaymentMethodType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `PaymentMethod` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPaymentMethodFilter { - """Negates the expression.""" - not: QuickbooksPaymentMethodFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPaymentMethodFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPaymentMethodFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksPaymentMethodTypeFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPaymentMethodsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - ACTIVE_ASC - ACTIVE_DESC - TYPE_ASC - TYPE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksPaymentMethodsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksPaymentMethodsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float -} - -"""""" -type QuickbooksPaymentMethodsConnectionAggregates { - """""" - sum: QuickbooksPaymentMethodsConnectionSums - - """""" - avg: QuickbooksPaymentMethodsConnectionAverages -} - -"""A `PaymentMethod` edge in the connection.""" -type QuickbooksPaymentMethodsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `PaymentMethod` at the end of the edge.""" - node: QuickbooksPaymentMethod -} - -""" -A filter to be used against PurchasePaymentType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPurchasePaymentTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksPurchasePaymentType - - """Greater than the specified value.""" - greaterThan: QuickbooksPurchasePaymentType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksPurchasePaymentType - - """Less than the specified value.""" - lessThan: QuickbooksPurchasePaymentType - - """Not included in the specified list.""" - notIn: [QuickbooksPurchasePaymentType!] - - """Included in the specified list.""" - in: [QuickbooksPurchasePaymentType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksPurchasePaymentType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksPurchasePaymentType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksPurchasePaymentType - - """Equal to the specified value.""" - equalTo: QuickbooksPurchasePaymentType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Purchase` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPurchaseFilter { - """Negates the expression.""" - not: QuickbooksPurchaseFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPurchaseFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPurchaseFilter!] - - """Filter by the object’s `employeeId` field.""" - employeeId: QuickbooksBigIntFilter - - """Filter by the object’s `vendorId` field.""" - vendorId: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `paymentMethodId` field.""" - paymentMethodId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `credit` field.""" - credit: QuickbooksBooleanFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `transactionSource` field.""" - transactionSource: QuickbooksStringFilter - - """Filter by the object’s `remitToAddressId` field.""" - remitToAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `printStatus` field.""" - printStatus: QuickbooksPrintStatusFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `paymentType` field.""" - paymentType: QuickbooksPurchasePaymentTypeFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPurchasesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - PAYMENT_TYPE_ASC - PAYMENT_TYPE_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - PRINT_STATUS_ASC - PRINT_STATUS_DESC - REMIT_TO_ADDRESS_ID_ASC - REMIT_TO_ADDRESS_ID_DESC - TRANSACTION_SOURCE_ASC - TRANSACTION_SOURCE_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - CREDIT_ASC - CREDIT_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - PAYMENT_METHOD_ID_ASC - PAYMENT_METHOD_ID_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - VENDOR_ID_ASC - VENDOR_ID_DESC - EMPLOYEE_ID_ASC - EMPLOYEE_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksPurchasesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - accountId: Float - - """""" - syncToken: Float - - """""" - remitToAddressId: Float - - """""" - totalAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - departmentId: Float - - """""" - customerId: Float - - """""" - vendorId: Float - - """""" - employeeId: Float -} - -"""""" -type QuickbooksPurchasesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - accountId: Float - - """""" - syncToken: Float - - """""" - remitToAddressId: Float - - """""" - totalAmount: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - departmentId: Float - - """""" - customerId: Float - - """""" - vendorId: Float - - """""" - employeeId: Float -} - -"""""" -type QuickbooksPurchasesConnectionAggregates { - """""" - sum: QuickbooksPurchasesConnectionSums - - """""" - avg: QuickbooksPurchasesConnectionAverages -} - -"""A `Purchase` edge in the connection.""" -type QuickbooksPurchasesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Purchase` at the end of the edge.""" - node: QuickbooksPurchase -} - -"""A connection to a list of `Purchase` values.""" -type QuickbooksPurchasesConnection { - """A list of `Purchase` objects.""" - nodes: [QuickbooksPurchase]! - - """ - A list of edges which contains the `Purchase` and cursor to aid in pagination. - """ - edges: [QuickbooksPurchasesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Purchase` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksPurchasesConnectionAggregates -} - -""" -A filter to be used against `SalesReceipt` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksSalesReceiptFilter { - """Negates the expression.""" - not: QuickbooksSalesReceiptFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksSalesReceiptFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksSalesReceiptFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `billingAddressId` field.""" - billingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `shippingMethod` field.""" - shippingMethod: QuickbooksStringFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `homeTotalAmount` field.""" - homeTotalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `shippingAddressId` field.""" - shippingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `paymentMethodId` field.""" - paymentMethodId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `balance` field.""" - balance: QuickbooksBigFloatFilter - - """Filter by the object’s `emailStatus` field.""" - emailStatus: QuickbooksEmailStatusFilter - - """Filter by the object’s `customerMemo` field.""" - customerMemo: QuickbooksStringFilter - - """Filter by the object’s `depositToAccountId` field.""" - depositToAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `applyTaxAfterDiscount` field.""" - applyTaxAfterDiscount: QuickbooksBooleanFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `transactionSource` field.""" - transactionSource: QuickbooksStringFilter - - """Filter by the object’s `deliveryTime` field.""" - deliveryTime: QuickbooksDatetimeFilter - - """Filter by the object’s `deliveryType` field.""" - deliveryType: QuickbooksDeliveryTypeFilter - - """Filter by the object’s `paymentReferenceNumber` field.""" - paymentReferenceNumber: QuickbooksStringFilter - - """Filter by the object’s `printStatus` field.""" - printStatus: QuickbooksPrintStatusFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `trackingNumber` field.""" - trackingNumber: QuickbooksStringFilter - - """Filter by the object’s `shipDate` field.""" - shipDate: QuickbooksDateFilter - - """Filter by the object’s `homeBalance` field.""" - homeBalance: QuickbooksBigFloatFilter - - """Filter by the object’s `customFields` field.""" - customFields: QuickbooksJsonFilter - - """Filter by the object’s `shipFromAddressId` field.""" - shipFromAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `billingEmail` field.""" - billingEmail: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksSalesReceiptsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - BILLING_EMAIL_ASC - BILLING_EMAIL_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - SHIP_FROM_ADDRESS_ID_ASC - SHIP_FROM_ADDRESS_ID_DESC - CUSTOM_FIELDS_ASC - CUSTOM_FIELDS_DESC - HOME_BALANCE_ASC - HOME_BALANCE_DESC - SHIP_DATE_ASC - SHIP_DATE_DESC - TRACKING_NUMBER_ASC - TRACKING_NUMBER_DESC - CLASS_ID_ASC - CLASS_ID_DESC - PRINT_STATUS_ASC - PRINT_STATUS_DESC - PAYMENT_REFERENCE_NUMBER_ASC - PAYMENT_REFERENCE_NUMBER_DESC - DELIVERY_TYPE_ASC - DELIVERY_TYPE_DESC - DELIVERY_TIME_ASC - DELIVERY_TIME_DESC - TRANSACTION_SOURCE_ASC - TRANSACTION_SOURCE_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - APPLY_TAX_AFTER_DISCOUNT_ASC - APPLY_TAX_AFTER_DISCOUNT_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - DEPOSIT_TO_ACCOUNT_ID_ASC - DEPOSIT_TO_ACCOUNT_ID_DESC - CUSTOMER_MEMO_ASC - CUSTOMER_MEMO_DESC - EMAIL_STATUS_ASC - EMAIL_STATUS_DESC - CREDIT_CARD_PAYMENT_ASC - CREDIT_CARD_PAYMENT_DESC - BALANCE_ASC - BALANCE_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - PAYMENT_METHOD_ID_ASC - PAYMENT_METHOD_ID_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - SHIPPING_ADDRESS_ID_ASC - SHIPPING_ADDRESS_ID_DESC - HOME_TOTAL_AMOUNT_ASC - HOME_TOTAL_AMOUNT_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - SHIPPING_METHOD_ASC - SHIPPING_METHOD_DESC - BILLING_ADDRESS_ID_ASC - BILLING_ADDRESS_ID_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksSalesReceiptsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - shipFromAddressId: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - totalAmount: Float - - """""" - depositToAccountId: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksSalesReceiptsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - shipFromAddressId: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - totalAmount: Float - - """""" - depositToAccountId: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksSalesReceiptsConnectionAggregates { - """""" - sum: QuickbooksSalesReceiptsConnectionSums - - """""" - avg: QuickbooksSalesReceiptsConnectionAverages -} - -"""A `SalesReceipt` edge in the connection.""" -type QuickbooksSalesReceiptsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `SalesReceipt` at the end of the edge.""" - node: QuickbooksSalesReceipt -} - -"""A connection to a list of `SalesReceipt` values.""" -type QuickbooksSalesReceiptsConnection { - """A list of `SalesReceipt` objects.""" - nodes: [QuickbooksSalesReceipt]! - - """ - A list of edges which contains the `SalesReceipt` and cursor to aid in pagination. - """ - edges: [QuickbooksSalesReceiptsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `SalesReceipt` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksSalesReceiptsConnectionAggregates -} - -""" -A filter to be used against RefundReceiptPaymentType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksRefundReceiptPaymentTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksRefundReceiptPaymentType - - """Greater than the specified value.""" - greaterThan: QuickbooksRefundReceiptPaymentType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksRefundReceiptPaymentType - - """Less than the specified value.""" - lessThan: QuickbooksRefundReceiptPaymentType - - """Not included in the specified list.""" - notIn: [QuickbooksRefundReceiptPaymentType!] - - """Included in the specified list.""" - in: [QuickbooksRefundReceiptPaymentType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksRefundReceiptPaymentType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksRefundReceiptPaymentType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksRefundReceiptPaymentType - - """Equal to the specified value.""" - equalTo: QuickbooksRefundReceiptPaymentType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `RefundReceipt` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksRefundReceiptFilter { - """Negates the expression.""" - not: QuickbooksRefundReceiptFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksRefundReceiptFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksRefundReceiptFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `paymentType` field.""" - paymentType: QuickbooksRefundReceiptPaymentTypeFilter - - """Filter by the object’s `billingAddressId` field.""" - billingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `homeTotalAmount` field.""" - homeTotalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `shippingAddressId` field.""" - shippingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `paymentMethodId` field.""" - paymentMethodId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `balance` field.""" - balance: QuickbooksBigFloatFilter - - """Filter by the object’s `customerMemo` field.""" - customerMemo: QuickbooksStringFilter - - """Filter by the object’s `depositToAccountId` field.""" - depositToAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `applyTaxAfterDiscount` field.""" - applyTaxAfterDiscount: QuickbooksBooleanFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `transactionSource` field.""" - transactionSource: QuickbooksStringFilter - - """Filter by the object’s `paymentReferenceNumber` field.""" - paymentReferenceNumber: QuickbooksStringFilter - - """Filter by the object’s `printStatus` field.""" - printStatus: QuickbooksPrintStatusFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `homeBalance` field.""" - homeBalance: QuickbooksBigFloatFilter - - """Filter by the object’s `customFields` field.""" - customFields: QuickbooksJsonFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `billingEmail` field.""" - billingEmail: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksRefundReceiptsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - BILLING_EMAIL_ASC - BILLING_EMAIL_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - CUSTOM_FIELDS_ASC - CUSTOM_FIELDS_DESC - HOME_BALANCE_ASC - HOME_BALANCE_DESC - CLASS_ID_ASC - CLASS_ID_DESC - PRINT_STATUS_ASC - PRINT_STATUS_DESC - PAYMENT_REFERENCE_NUMBER_ASC - PAYMENT_REFERENCE_NUMBER_DESC - TRANSACTION_SOURCE_ASC - TRANSACTION_SOURCE_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - APPLY_TAX_AFTER_DISCOUNT_ASC - APPLY_TAX_AFTER_DISCOUNT_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - DEPOSIT_TO_ACCOUNT_ID_ASC - DEPOSIT_TO_ACCOUNT_ID_DESC - CUSTOMER_MEMO_ASC - CUSTOMER_MEMO_DESC - CREDIT_CARD_PAYMENT_ASC - CREDIT_CARD_PAYMENT_DESC - BALANCE_ASC - BALANCE_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - PAYMENT_METHOD_ID_ASC - PAYMENT_METHOD_ID_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - SHIPPING_ADDRESS_ID_ASC - SHIPPING_ADDRESS_ID_DESC - HOME_TOTAL_AMOUNT_ASC - HOME_TOTAL_AMOUNT_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - BILLING_ADDRESS_ID_ASC - BILLING_ADDRESS_ID_DESC - CHECK_PAYMENT_ASC - CHECK_PAYMENT_DESC - PAYMENT_TYPE_ASC - PAYMENT_TYPE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksRefundReceiptsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - totalAmount: Float - - """""" - depositToAccountId: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksRefundReceiptsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - totalAmount: Float - - """""" - depositToAccountId: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksRefundReceiptsConnectionAggregates { - """""" - sum: QuickbooksRefundReceiptsConnectionSums - - """""" - avg: QuickbooksRefundReceiptsConnectionAverages -} - -"""A `RefundReceipt` edge in the connection.""" -type QuickbooksRefundReceiptsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `RefundReceipt` at the end of the edge.""" - node: QuickbooksRefundReceipt -} - -"""A connection to a list of `RefundReceipt` values.""" -type QuickbooksRefundReceiptsConnection { - """A list of `RefundReceipt` objects.""" - nodes: [QuickbooksRefundReceipt]! - - """ - A list of edges which contains the `RefundReceipt` and cursor to aid in pagination. - """ - edges: [QuickbooksRefundReceiptsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `RefundReceipt` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksRefundReceiptsConnectionAggregates -} - -""" -A filter to be used against PaymentTransactionStatus fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPaymentTransactionStatusFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksPaymentTransactionStatus - - """Greater than the specified value.""" - greaterThan: QuickbooksPaymentTransactionStatus - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksPaymentTransactionStatus - - """Less than the specified value.""" - lessThan: QuickbooksPaymentTransactionStatus - - """Not included in the specified list.""" - notIn: [QuickbooksPaymentTransactionStatus!] - - """Included in the specified list.""" - in: [QuickbooksPaymentTransactionStatus!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksPaymentTransactionStatus - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksPaymentTransactionStatus - - """Not equal to the specified value.""" - notEqualTo: QuickbooksPaymentTransactionStatus - - """Equal to the specified value.""" - equalTo: QuickbooksPaymentTransactionStatus - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Payment` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPaymentFilter { - """Negates the expression.""" - not: QuickbooksPaymentFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPaymentFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPaymentFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `processPayment` field.""" - processPayment: QuickbooksBooleanFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `paymentRefNumber` field.""" - paymentRefNumber: QuickbooksStringFilter - - """Filter by the object’s `accountsReceivableAccountId` field.""" - accountsReceivableAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionSource` field.""" - transactionSource: QuickbooksStringFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionStatus` field.""" - transactionStatus: QuickbooksPaymentTransactionStatusFilter - - """Filter by the object’s `depositToAccountId` field.""" - depositToAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `unappliedAmount` field.""" - unappliedAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `paymentMethodId` field.""" - paymentMethodId: QuickbooksBigIntFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPaymentsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - PAYMENT_METHOD_ID_ASC - PAYMENT_METHOD_ID_DESC - UNAPPLIED_AMOUNT_ASC - UNAPPLIED_AMOUNT_DESC - DEPOSIT_TO_ACCOUNT_ID_ASC - DEPOSIT_TO_ACCOUNT_ID_DESC - TRANSACTION_STATUS_ASC - TRANSACTION_STATUS_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - TRANSACTION_SOURCE_ASC - TRANSACTION_SOURCE_DESC - ACCOUNTS_RECEIVABLE_ACCOUNT_ID_ASC - ACCOUNTS_RECEIVABLE_ACCOUNT_ID_DESC - PAYMENT_REF_NUMBER_ASC - PAYMENT_REF_NUMBER_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - CREDIT_CARD_PAYMENT_ASC - CREDIT_CARD_PAYMENT_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - PROCESS_PAYMENT_ASC - PROCESS_PAYMENT_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksPaymentsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - totalAmount: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - paymentMethodId: Float - - """""" - unappliedAmount: Float - - """""" - depositToAccountId: Float - - """""" - exchangeRate: Float - - """""" - accountsReceivableAccountId: Float -} - -"""""" -type QuickbooksPaymentsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - totalAmount: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - paymentMethodId: Float - - """""" - unappliedAmount: Float - - """""" - depositToAccountId: Float - - """""" - exchangeRate: Float - - """""" - accountsReceivableAccountId: Float -} - -"""""" -type QuickbooksPaymentsConnectionAggregates { - """""" - sum: QuickbooksPaymentsConnectionSums - - """""" - avg: QuickbooksPaymentsConnectionAverages -} - -"""A `Payment` edge in the connection.""" -type QuickbooksPaymentsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Payment` at the end of the edge.""" - node: QuickbooksPayment -} - -"""A connection to a list of `Payment` values.""" -type QuickbooksPaymentsConnection { - """A list of `Payment` objects.""" - nodes: [QuickbooksPayment]! - - """ - A list of edges which contains the `Payment` and cursor to aid in pagination. - """ - edges: [QuickbooksPaymentsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Payment` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksPaymentsConnectionAggregates -} - -""" -A filter to be used against `CreditMemo` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksCreditMemoFilter { - """Negates the expression.""" - not: QuickbooksCreditMemoFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksCreditMemoFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksCreditMemoFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `billingEmail` field.""" - billingEmail: QuickbooksStringFilter - - """Filter by the object’s `billingAddressId` field.""" - billingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `emailStatus` field.""" - emailStatus: QuickbooksEmailStatusFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `homeTotalAmount` field.""" - homeTotalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `shippingAddressId` field.""" - shippingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `paymentMethodId` field.""" - paymentMethodId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `balance` field.""" - balance: QuickbooksBigFloatFilter - - """Filter by the object’s `customerMemo` field.""" - customerMemo: QuickbooksStringFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `applyTaxAfterDiscount` field.""" - applyTaxAfterDiscount: QuickbooksBooleanFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `invoiceId` field.""" - invoiceId: QuickbooksBigIntFilter - - """Filter by the object’s `remainingCredit` field.""" - remainingCredit: QuickbooksBigFloatFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `salesTermId` field.""" - salesTermId: QuickbooksBigIntFilter - - """Filter by the object’s `printStatus` field.""" - printStatus: QuickbooksPrintStatusFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `homeBalance` field.""" - homeBalance: QuickbooksBigFloatFilter - - """Filter by the object’s `customFields` field.""" - customFields: QuickbooksJsonFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksCreditMemosOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - CUSTOM_FIELDS_ASC - CUSTOM_FIELDS_DESC - HOME_BALANCE_ASC - HOME_BALANCE_DESC - CLASS_ID_ASC - CLASS_ID_DESC - PRINT_STATUS_ASC - PRINT_STATUS_DESC - SALES_TERM_ID_ASC - SALES_TERM_ID_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - REMAINING_CREDIT_ASC - REMAINING_CREDIT_DESC - INVOICE_ID_ASC - INVOICE_ID_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - APPLY_TAX_AFTER_DISCOUNT_ASC - APPLY_TAX_AFTER_DISCOUNT_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - CUSTOMER_MEMO_ASC - CUSTOMER_MEMO_DESC - BALANCE_ASC - BALANCE_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - PAYMENT_METHOD_ID_ASC - PAYMENT_METHOD_ID_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - SHIPPING_ADDRESS_ID_ASC - SHIPPING_ADDRESS_ID_DESC - HOME_TOTAL_AMOUNT_ASC - HOME_TOTAL_AMOUNT_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - EMAIL_STATUS_ASC - EMAIL_STATUS_DESC - BILLING_ADDRESS_ID_ASC - BILLING_ADDRESS_ID_DESC - BILLING_EMAIL_ASC - BILLING_EMAIL_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksCreditMemosConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - salesTermId: Float - - """""" - totalAmount: Float - - """""" - remainingCredit: Float - - """""" - invoiceId: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksCreditMemosConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - customerId: Float - - """""" - syncToken: Float - - """""" - homeBalance: Float - - """""" - classId: Float - - """""" - salesTermId: Float - - """""" - totalAmount: Float - - """""" - remainingCredit: Float - - """""" - invoiceId: Float - - """""" - balance: Float - - """""" - transactionTaxCodeId: Float - - """""" - transactionTotalTax: Float - - """""" - paymentMethodId: Float - - """""" - exchangeRate: Float - - """""" - shippingAddressId: Float - - """""" - homeTotalAmount: Float - - """""" - departmentId: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksCreditMemosConnectionAggregates { - """""" - sum: QuickbooksCreditMemosConnectionSums - - """""" - avg: QuickbooksCreditMemosConnectionAverages -} - -"""A `CreditMemo` edge in the connection.""" -type QuickbooksCreditMemosEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `CreditMemo` at the end of the edge.""" - node: QuickbooksCreditMemo -} - -"""""" -type QuickbooksTransactionTaxDetailLinesConnectionAverages { - """""" - realmId: Float - - """""" - amount: Float - - """""" - taxRateId: Float - - """""" - netAmountTaxable: Float - - """""" - taxInclusiveAmount: Float - - """""" - overrideDeltaAmount: Float - - """""" - taxPercent: Float - - """""" - invoiceId: Float - - """""" - estimateId: Float - - """""" - creditMemoId: Float - - """""" - depositId: Float - - """""" - refundReceiptId: Float - - """""" - salesReceiptId: Float - - """""" - journalEntryId: Float -} - -"""""" -type QuickbooksTransactionTaxDetailLinesConnectionSums { - """""" - realmId: Float - - """""" - amount: Float - - """""" - taxRateId: Float - - """""" - netAmountTaxable: Float - - """""" - taxInclusiveAmount: Float - - """""" - overrideDeltaAmount: Float - - """""" - taxPercent: Float - - """""" - invoiceId: Float - - """""" - estimateId: Float - - """""" - creditMemoId: Float - - """""" - depositId: Float - - """""" - refundReceiptId: Float - - """""" - salesReceiptId: Float - - """""" - journalEntryId: Float -} - -"""""" -type QuickbooksTransactionTaxDetailLinesConnectionAggregates { - """""" - sum: QuickbooksTransactionTaxDetailLinesConnectionSums - - """""" - avg: QuickbooksTransactionTaxDetailLinesConnectionAverages -} - -"""A `TransactionTaxDetailLine` edge in the connection.""" -type QuickbooksTransactionTaxDetailLinesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `TransactionTaxDetailLine` at the end of the edge.""" - node: QuickbooksTransactionTaxDetailLine -} - -""" -A filter to be used against DepositLineItemPaymentTransactionType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepositLineItemPaymentTransactionTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksDepositLineItemPaymentTransactionType - - """Greater than the specified value.""" - greaterThan: QuickbooksDepositLineItemPaymentTransactionType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksDepositLineItemPaymentTransactionType - - """Less than the specified value.""" - lessThan: QuickbooksDepositLineItemPaymentTransactionType - - """Not included in the specified list.""" - notIn: [QuickbooksDepositLineItemPaymentTransactionType!] - - """Included in the specified list.""" - in: [QuickbooksDepositLineItemPaymentTransactionType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksDepositLineItemPaymentTransactionType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksDepositLineItemPaymentTransactionType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksDepositLineItemPaymentTransactionType - - """Equal to the specified value.""" - equalTo: QuickbooksDepositLineItemPaymentTransactionType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against DepositLineItemTaxApplicableOn fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepositLineItemTaxApplicableOnFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksDepositLineItemTaxApplicableOn - - """Greater than the specified value.""" - greaterThan: QuickbooksDepositLineItemTaxApplicableOn - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksDepositLineItemTaxApplicableOn - - """Less than the specified value.""" - lessThan: QuickbooksDepositLineItemTaxApplicableOn - - """Not included in the specified list.""" - notIn: [QuickbooksDepositLineItemTaxApplicableOn!] - - """Included in the specified list.""" - in: [QuickbooksDepositLineItemTaxApplicableOn!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksDepositLineItemTaxApplicableOn - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksDepositLineItemTaxApplicableOn - - """Not equal to the specified value.""" - notEqualTo: QuickbooksDepositLineItemTaxApplicableOn - - """Equal to the specified value.""" - equalTo: QuickbooksDepositLineItemTaxApplicableOn - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `DepositLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepositLineItemFilter { - """Negates the expression.""" - not: QuickbooksDepositLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksDepositLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksDepositLineItemFilter!] - - """Filter by the object’s `vendorId` field.""" - vendorId: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionType` field.""" - transactionType: QuickbooksDepositLineItemPaymentTransactionTypeFilter - - """Filter by the object’s `taxApplicableOn` field.""" - taxApplicableOn: QuickbooksDepositLineItemTaxApplicableOnFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `checkNumber` field.""" - checkNumber: QuickbooksStringFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `paymentMethodId` field.""" - paymentMethodId: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `customFields` field.""" - customFields: QuickbooksJsonFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `depositId` field.""" - depositId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksDepositLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - DEPOSIT_ID_ASC - DEPOSIT_ID_DESC - INDEX_ASC - INDEX_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - CUSTOM_FIELDS_ASC - CUSTOM_FIELDS_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - PAYMENT_METHOD_ID_ASC - PAYMENT_METHOD_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - CHECK_NUMBER_ASC - CHECK_NUMBER_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - TAX_APPLICABLE_ON_ASC - TAX_APPLICABLE_ON_DESC - TRANSACTION_TYPE_ASC - TRANSACTION_TYPE_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - VENDOR_ID_ASC - VENDOR_ID_DESC -} - -"""""" -type QuickbooksDepositLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - depositId: Float - - """""" - index: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - accountId: Float - - """""" - paymentMethodId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - customerId: Float - - """""" - vendorId: Float -} - -"""""" -type QuickbooksDepositLineItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - depositId: Float - - """""" - index: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - accountId: Float - - """""" - paymentMethodId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - customerId: Float - - """""" - vendorId: Float -} - -"""""" -type QuickbooksDepositLineItemsConnectionAggregates { - """""" - sum: QuickbooksDepositLineItemsConnectionSums - - """""" - avg: QuickbooksDepositLineItemsConnectionAverages -} - -"""A `DepositLineItem` edge in the connection.""" -type QuickbooksDepositLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `DepositLineItem` at the end of the edge.""" - node: QuickbooksDepositLineItem -} - -""" -A filter to be used against DepositLineItemTransactionType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepositLineItemTransactionTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksDepositLineItemTransactionType - - """Greater than the specified value.""" - greaterThan: QuickbooksDepositLineItemTransactionType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksDepositLineItemTransactionType - - """Less than the specified value.""" - lessThan: QuickbooksDepositLineItemTransactionType - - """Not included in the specified list.""" - notIn: [QuickbooksDepositLineItemTransactionType!] - - """Included in the specified list.""" - in: [QuickbooksDepositLineItemTransactionType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksDepositLineItemTransactionType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksDepositLineItemTransactionType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksDepositLineItemTransactionType - - """Equal to the specified value.""" - equalTo: QuickbooksDepositLineItemTransactionType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `DepositLineItemTransaction` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepositLineItemTransactionFilter { - """Negates the expression.""" - not: QuickbooksDepositLineItemTransactionFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksDepositLineItemTransactionFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksDepositLineItemTransactionFilter!] - - """Filter by the object’s `journalEntryId` field.""" - journalEntryId: QuickbooksBigIntFilter - - """Filter by the object’s `refundReceiptId` field.""" - refundReceiptId: QuickbooksBigIntFilter - - """Filter by the object’s `salesReceiptId` field.""" - salesReceiptId: QuickbooksBigIntFilter - - """Filter by the object’s `paymentId` field.""" - paymentId: QuickbooksBigIntFilter - - """Filter by the object’s `transferId` field.""" - transferId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionType` field.""" - transactionType: QuickbooksDepositLineItemTransactionTypeFilter - - """Filter by the object’s `depositLineItemIndex` field.""" - depositLineItemIndex: QuickbooksIntFilter - - """Filter by the object’s `depositId` field.""" - depositId: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksDepositLineItemTransactionsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - DEPOSIT_ID_ASC - DEPOSIT_ID_DESC - DEPOSIT_LINE_ITEM_INDEX_ASC - DEPOSIT_LINE_ITEM_INDEX_DESC - TRANSACTION_TYPE_ASC - TRANSACTION_TYPE_DESC - TRANSFER_ID_ASC - TRANSFER_ID_DESC - PAYMENT_ID_ASC - PAYMENT_ID_DESC - SALES_RECEIPT_ID_ASC - SALES_RECEIPT_ID_DESC - REFUND_RECEIPT_ID_ASC - REFUND_RECEIPT_ID_DESC - JOURNAL_ENTRY_ID_ASC - JOURNAL_ENTRY_ID_DESC -} - -"""""" -type QuickbooksDepositLineItemTransactionsConnectionAverages { - """""" - realmId: Float - - """""" - depositId: Float - - """""" - depositLineItemIndex: Float - - """""" - transferId: Float - - """""" - paymentId: Float - - """""" - salesReceiptId: Float - - """""" - refundReceiptId: Float - - """""" - journalEntryId: Float -} - -"""""" -type QuickbooksDepositLineItemTransactionsConnectionSums { - """""" - realmId: Float - - """""" - depositId: Float - - """""" - depositLineItemIndex: Float - - """""" - transferId: Float - - """""" - paymentId: Float - - """""" - salesReceiptId: Float - - """""" - refundReceiptId: Float - - """""" - journalEntryId: Float -} - -"""""" -type QuickbooksDepositLineItemTransactionsConnectionAggregates { - """""" - sum: QuickbooksDepositLineItemTransactionsConnectionSums - - """""" - avg: QuickbooksDepositLineItemTransactionsConnectionAverages -} - -"""A `DepositLineItemTransaction` edge in the connection.""" -type QuickbooksDepositLineItemTransactionsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `DepositLineItemTransaction` at the end of the edge.""" - node: QuickbooksDepositLineItemTransaction -} - -""" -A filter to be used against RefundReceiptLineItemType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksRefundReceiptLineItemTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksRefundReceiptLineItemType - - """Greater than the specified value.""" - greaterThan: QuickbooksRefundReceiptLineItemType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksRefundReceiptLineItemType - - """Less than the specified value.""" - lessThan: QuickbooksRefundReceiptLineItemType - - """Not included in the specified list.""" - notIn: [QuickbooksRefundReceiptLineItemType!] - - """Included in the specified list.""" - in: [QuickbooksRefundReceiptLineItemType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksRefundReceiptLineItemType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksRefundReceiptLineItemType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksRefundReceiptLineItemType - - """Equal to the specified value.""" - equalTo: QuickbooksRefundReceiptLineItemType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `RefundReceiptLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksRefundReceiptLineItemFilter { - """Negates the expression.""" - not: QuickbooksRefundReceiptLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksRefundReceiptLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksRefundReceiptLineItemFilter!] - - """Filter by the object’s `discountPercent` field.""" - discountPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `discountIsPercentBased` field.""" - discountIsPercentBased: QuickbooksBooleanFilter - - """Filter by the object’s `discountAccountId` field.""" - discountAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `groupItemId` field.""" - groupItemId: QuickbooksBigIntFilter - - """Filter by the object’s `taxClassificationId` field.""" - taxClassificationId: QuickbooksStringFilter - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `quantity` field.""" - quantity: QuickbooksBigFloatFilter - - """Filter by the object’s `discountRate` field.""" - discountRate: QuickbooksBigFloatFilter - - """Filter by the object’s `serviceDate` field.""" - serviceDate: QuickbooksDateFilter - - """Filter by the object’s `itemAccountId` field.""" - itemAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `markupPercent` field.""" - markupPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `markupAccountId` field.""" - markupAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `discountAmount` field.""" - discountAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksRefundReceiptLineItemTypeFilter - - """Filter by the object’s `refundReceiptId` field.""" - refundReceiptId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksRefundReceiptLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - REFUND_RECEIPT_ID_ASC - REFUND_RECEIPT_ID_DESC - TYPE_ASC - TYPE_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - INDEX_ASC - INDEX_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - DISCOUNT_AMOUNT_ASC - DISCOUNT_AMOUNT_DESC - ITEM_ID_ASC - ITEM_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - MARKUP_ACCOUNT_ID_ASC - MARKUP_ACCOUNT_ID_DESC - MARKUP_PERCENT_ASC - MARKUP_PERCENT_DESC - ITEM_ACCOUNT_ID_ASC - ITEM_ACCOUNT_ID_DESC - SERVICE_DATE_ASC - SERVICE_DATE_DESC - DISCOUNT_RATE_ASC - DISCOUNT_RATE_DESC - QUANTITY_ASC - QUANTITY_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC - TAX_CLASSIFICATION_ID_ASC - TAX_CLASSIFICATION_ID_DESC - GROUP_ITEM_ID_ASC - GROUP_ITEM_ID_DESC - DISCOUNT_ACCOUNT_ID_ASC - DISCOUNT_ACCOUNT_ID_DESC - DISCOUNT_IS_PERCENT_BASED_ASC - DISCOUNT_IS_PERCENT_BASED_DESC - DISCOUNT_PERCENT_ASC - DISCOUNT_PERCENT_DESC -} - -"""""" -type QuickbooksRefundReceiptLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - refundReceiptId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksRefundReceiptLineItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - refundReceiptId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksRefundReceiptLineItemsConnectionAggregates { - """""" - sum: QuickbooksRefundReceiptLineItemsConnectionSums - - """""" - avg: QuickbooksRefundReceiptLineItemsConnectionAverages -} - -"""A `RefundReceiptLineItem` edge in the connection.""" -type QuickbooksRefundReceiptLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `RefundReceiptLineItem` at the end of the edge.""" - node: QuickbooksRefundReceiptLineItem -} - -enum QuickbooksRefundReceiptLineItemType { - SALES_ITEM - GROUP - DESCRIPTIN_ONLY - DISCOUNT - SUB_TOTAL -} - -"""""" -type QuickbooksRefundReceiptLineItem { - """""" - realmId: String! - - """""" - id: String - - """""" - refundReceiptId: String! - - """""" - type: QuickbooksRefundReceiptLineItemType! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int - - """""" - index: Int! - - """""" - taxInclusiveAmount: String - - """""" - discountAmount: String - - """""" - itemId: String - - """""" - classId: String - - """""" - taxCodeId: String - - """""" - markupAccountId: String - - """""" - markupPercent: String - - """""" - itemAccountId: String - - """""" - serviceDate: String - - """""" - discountRate: String - - """""" - quantity: String - - """""" - unitPrice: String - - """""" - taxClassificationId: String - - """""" - groupItemId: String - - """""" - discountAccountId: String - - """""" - discountIsPercentBased: Boolean - - """""" - discountPercent: String - - """ - Reads a single `RefundReceipt` that is related to this `RefundReceiptLineItem`. - """ - refundReceipt: QuickbooksRefundReceipt - - """Reads a single `Item` that is related to this `RefundReceiptLineItem`.""" - item: QuickbooksItem - - """ - Reads a single `Class` that is related to this `RefundReceiptLineItem`. - """ - class: QuickbooksClass - - """ - Reads a single `TaxCode` that is related to this `RefundReceiptLineItem`. - """ - taxCode: QuickbooksTaxCode - - """ - Reads a single `Account` that is related to this `RefundReceiptLineItem`. - """ - itemAccount: QuickbooksAccount - - """ - Reads a single `TaxClassification` that is related to this `RefundReceiptLineItem`. - """ - taxClassification: QuickbooksTaxClassification - - """Reads a single `Item` that is related to this `RefundReceiptLineItem`.""" - groupItem: QuickbooksItem - - """ - Reads a single `Account` that is related to this `RefundReceiptLineItem`. - """ - discountAccount: QuickbooksAccount -} - -"""A connection to a list of `RefundReceiptLineItem` values.""" -type QuickbooksRefundReceiptLineItemsConnection { - """A list of `RefundReceiptLineItem` objects.""" - nodes: [QuickbooksRefundReceiptLineItem]! - - """ - A list of edges which contains the `RefundReceiptLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksRefundReceiptLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `RefundReceiptLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksRefundReceiptLineItemsConnectionAggregates -} - -enum QuickbooksRefundReceiptPaymentType { - CASH - CHECK - CREDIT_CARD - OTHER -} - -"""""" -type QuickbooksCheckPayment { - """""" - checkNumber: String - - """""" - status: String - - """""" - nameOnAccount: String - - """""" - accountNumber: String - - """""" - bankName: String -} - -"""""" -type QuickbooksRefundReceipt implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - customerId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - billingEmail: String - - """""" - transactionDate: String - - """""" - customFields: String - - """""" - homeBalance: String - - """""" - classId: String - - """""" - printStatus: QuickbooksPrintStatus - - """""" - paymentReferenceNumber: String - - """""" - transactionSource: String - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - totalAmount: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - applyTaxAfterDiscount: Boolean - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - depositToAccountId: String - - """""" - customerMemo: String - - """""" - creditCardPayment: QuickbooksPaymentCreditCardPayment - - """""" - balance: String - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - paymentMethodId: String - - """""" - exchangeRate: String - - """""" - shippingAddressId: String - - """""" - homeTotalAmount: String - - """""" - departmentId: String - - """""" - billingAddressId: String - - """""" - checkPayment: QuickbooksCheckPayment - - """""" - paymentType: QuickbooksRefundReceiptPaymentType - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Customer` that is related to this `RefundReceipt`.""" - customer: QuickbooksCustomer - - """Reads a single `Class` that is related to this `RefundReceipt`.""" - class: QuickbooksClass - - """Reads a single `Account` that is related to this `RefundReceipt`.""" - depositToAccount: QuickbooksAccount - - """Reads a single `TaxCode` that is related to this `RefundReceipt`.""" - transactionTaxCode: QuickbooksTaxCode - - """ - Reads a single `PaymentMethod` that is related to this `RefundReceipt`. - """ - paymentMethod: QuickbooksPaymentMethod - - """ - Reads a single `PhysicalAddress` that is related to this `RefundReceipt`. - """ - shippingAddress: QuickbooksPhysicalAddress - - """Reads a single `Department` that is related to this `RefundReceipt`.""" - department: QuickbooksDepartment - - """ - Reads a single `PhysicalAddress` that is related to this `RefundReceipt`. - """ - billingAddress: QuickbooksPhysicalAddress - - """Reads a single `Currency` that is related to this `RefundReceipt`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `RefundReceiptLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptLineItemFilter - - """The method to use when ordering `RefundReceiptLineItem`.""" - orderBy: [QuickbooksRefundReceiptLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptLineItemsConnection! - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against SalesReceiptLineItemType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksSalesReceiptLineItemTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksSalesReceiptLineItemType - - """Greater than the specified value.""" - greaterThan: QuickbooksSalesReceiptLineItemType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksSalesReceiptLineItemType - - """Less than the specified value.""" - lessThan: QuickbooksSalesReceiptLineItemType - - """Not included in the specified list.""" - notIn: [QuickbooksSalesReceiptLineItemType!] - - """Included in the specified list.""" - in: [QuickbooksSalesReceiptLineItemType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksSalesReceiptLineItemType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksSalesReceiptLineItemType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksSalesReceiptLineItemType - - """Equal to the specified value.""" - equalTo: QuickbooksSalesReceiptLineItemType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `SalesReceiptLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksSalesReceiptLineItemFilter { - """Negates the expression.""" - not: QuickbooksSalesReceiptLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksSalesReceiptLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksSalesReceiptLineItemFilter!] - - """Filter by the object’s `discountPercent` field.""" - discountPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `discountIsPercentBased` field.""" - discountIsPercentBased: QuickbooksBooleanFilter - - """Filter by the object’s `discountAccountId` field.""" - discountAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `groupItemId` field.""" - groupItemId: QuickbooksBigIntFilter - - """Filter by the object’s `taxClassificationId` field.""" - taxClassificationId: QuickbooksStringFilter - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `quantity` field.""" - quantity: QuickbooksBigFloatFilter - - """Filter by the object’s `discountRate` field.""" - discountRate: QuickbooksBigFloatFilter - - """Filter by the object’s `serviceDate` field.""" - serviceDate: QuickbooksDateFilter - - """Filter by the object’s `itemAccountId` field.""" - itemAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `markupPercent` field.""" - markupPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `markupAccountId` field.""" - markupAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `discountAmount` field.""" - discountAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksSalesReceiptLineItemTypeFilter - - """Filter by the object’s `salesReceiptId` field.""" - salesReceiptId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksSalesReceiptLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - SALES_RECEIPT_ID_ASC - SALES_RECEIPT_ID_DESC - TYPE_ASC - TYPE_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - INDEX_ASC - INDEX_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - DISCOUNT_AMOUNT_ASC - DISCOUNT_AMOUNT_DESC - ITEM_ID_ASC - ITEM_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - MARKUP_ACCOUNT_ID_ASC - MARKUP_ACCOUNT_ID_DESC - MARKUP_PERCENT_ASC - MARKUP_PERCENT_DESC - ITEM_ACCOUNT_ID_ASC - ITEM_ACCOUNT_ID_DESC - SERVICE_DATE_ASC - SERVICE_DATE_DESC - DISCOUNT_RATE_ASC - DISCOUNT_RATE_DESC - QUANTITY_ASC - QUANTITY_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC - TAX_CLASSIFICATION_ID_ASC - TAX_CLASSIFICATION_ID_DESC - GROUP_ITEM_ID_ASC - GROUP_ITEM_ID_DESC - DISCOUNT_ACCOUNT_ID_ASC - DISCOUNT_ACCOUNT_ID_DESC - DISCOUNT_IS_PERCENT_BASED_ASC - DISCOUNT_IS_PERCENT_BASED_DESC - DISCOUNT_PERCENT_ASC - DISCOUNT_PERCENT_DESC -} - -"""""" -type QuickbooksSalesReceiptLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - salesReceiptId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksSalesReceiptLineItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - salesReceiptId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksSalesReceiptLineItemsConnectionAggregates { - """""" - sum: QuickbooksSalesReceiptLineItemsConnectionSums - - """""" - avg: QuickbooksSalesReceiptLineItemsConnectionAverages -} - -"""A `SalesReceiptLineItem` edge in the connection.""" -type QuickbooksSalesReceiptLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `SalesReceiptLineItem` at the end of the edge.""" - node: QuickbooksSalesReceiptLineItem -} - -enum QuickbooksSalesReceiptLineItemType { - SALES_ITEM - GROUP - DESCRIPTIN_ONLY - DISCOUNT - SUB_TOTAL -} - -"""""" -type QuickbooksSalesReceiptLineItem { - """""" - realmId: String! - - """""" - id: String - - """""" - salesReceiptId: String! - - """""" - type: QuickbooksSalesReceiptLineItemType! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int - - """""" - index: Int! - - """""" - taxInclusiveAmount: String - - """""" - discountAmount: String - - """""" - itemId: String - - """""" - classId: String - - """""" - taxCodeId: String - - """""" - markupAccountId: String - - """""" - markupPercent: String - - """""" - itemAccountId: String - - """""" - serviceDate: String - - """""" - discountRate: String - - """""" - quantity: String - - """""" - unitPrice: String - - """""" - taxClassificationId: String - - """""" - groupItemId: String - - """""" - discountAccountId: String - - """""" - discountIsPercentBased: Boolean - - """""" - discountPercent: String - - """ - Reads a single `SalesReceipt` that is related to this `SalesReceiptLineItem`. - """ - salesReceipt: QuickbooksSalesReceipt - - """Reads a single `Item` that is related to this `SalesReceiptLineItem`.""" - item: QuickbooksItem - - """Reads a single `Class` that is related to this `SalesReceiptLineItem`.""" - class: QuickbooksClass - - """ - Reads a single `TaxCode` that is related to this `SalesReceiptLineItem`. - """ - taxCode: QuickbooksTaxCode - - """ - Reads a single `Account` that is related to this `SalesReceiptLineItem`. - """ - itemAccount: QuickbooksAccount - - """ - Reads a single `TaxClassification` that is related to this `SalesReceiptLineItem`. - """ - taxClassification: QuickbooksTaxClassification - - """Reads a single `Item` that is related to this `SalesReceiptLineItem`.""" - groupItem: QuickbooksItem - - """ - Reads a single `Account` that is related to this `SalesReceiptLineItem`. - """ - discountAccount: QuickbooksAccount -} - -"""A connection to a list of `SalesReceiptLineItem` values.""" -type QuickbooksSalesReceiptLineItemsConnection { - """A list of `SalesReceiptLineItem` objects.""" - nodes: [QuickbooksSalesReceiptLineItem]! - - """ - A list of edges which contains the `SalesReceiptLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksSalesReceiptLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `SalesReceiptLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksSalesReceiptLineItemsConnectionAggregates -} - -"""""" -type QuickbooksSalesReceipt implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - customerId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - billingEmail: String - - """""" - transactionDate: String - - """""" - shipFromAddressId: String - - """""" - customFields: String - - """""" - homeBalance: String - - """""" - shipDate: String - - """""" - trackingNumber: String - - """""" - classId: String - - """""" - printStatus: QuickbooksPrintStatus - - """""" - paymentReferenceNumber: String - - """""" - deliveryType: QuickbooksDeliveryType - - """""" - deliveryTime: String - - """""" - transactionSource: String - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - totalAmount: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - applyTaxAfterDiscount: Boolean - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - depositToAccountId: String - - """""" - customerMemo: String - - """""" - emailStatus: QuickbooksEmailStatus - - """""" - creditCardPayment: QuickbooksPaymentCreditCardPayment - - """""" - balance: String - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - paymentMethodId: String - - """""" - exchangeRate: String - - """""" - shippingAddressId: String - - """""" - homeTotalAmount: String - - """""" - departmentId: String - - """""" - shippingMethod: String - - """""" - billingAddressId: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Customer` that is related to this `SalesReceipt`.""" - customer: QuickbooksCustomer - - """ - Reads a single `PhysicalAddress` that is related to this `SalesReceipt`. - """ - shipFromAddress: QuickbooksPhysicalAddress - - """Reads a single `Class` that is related to this `SalesReceipt`.""" - class: QuickbooksClass - - """Reads a single `Account` that is related to this `SalesReceipt`.""" - depositToAccount: QuickbooksAccount - - """Reads a single `TaxCode` that is related to this `SalesReceipt`.""" - transactionTaxCode: QuickbooksTaxCode - - """Reads a single `PaymentMethod` that is related to this `SalesReceipt`.""" - paymentMethod: QuickbooksPaymentMethod - - """ - Reads a single `PhysicalAddress` that is related to this `SalesReceipt`. - """ - shippingAddress: QuickbooksPhysicalAddress - - """Reads a single `Department` that is related to this `SalesReceipt`.""" - department: QuickbooksDepartment - - """ - Reads a single `PhysicalAddress` that is related to this `SalesReceipt`. - """ - billingAddress: QuickbooksPhysicalAddress - - """Reads a single `Currency` that is related to this `SalesReceipt`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `SalesReceiptLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptLineItemFilter - - """The method to use when ordering `SalesReceiptLineItem`.""" - orderBy: [QuickbooksSalesReceiptLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptLineItemsConnection! - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against `PaymentLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPaymentLineItemFilter { - """Negates the expression.""" - not: QuickbooksPaymentLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPaymentLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPaymentLineItemFilter!] - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `paymentId` field.""" - paymentId: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPaymentLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - PAYMENT_ID_ASC - PAYMENT_ID_DESC - AMOUNT_ASC - AMOUNT_DESC - INDEX_ASC - INDEX_DESC -} - -"""""" -type QuickbooksPaymentLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - paymentId: Float - - """""" - amount: Float - - """""" - index: Float -} - -"""""" -type QuickbooksPaymentLineItemsConnectionSums { - """""" - realmId: Float - - """""" - paymentId: Float - - """""" - amount: Float - - """""" - index: Float -} - -"""""" -type QuickbooksPaymentLineItemsConnectionAggregates { - """""" - sum: QuickbooksPaymentLineItemsConnectionSums - - """""" - avg: QuickbooksPaymentLineItemsConnectionAverages -} - -"""A `PaymentLineItem` edge in the connection.""" -type QuickbooksPaymentLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `PaymentLineItem` at the end of the edge.""" - node: QuickbooksPaymentLineItem -} - -"""""" -type QuickbooksPaymentLineItemTransactionsConnectionAverages { - """""" - realmId: Float - - """""" - paymentId: Float - - """""" - paymentLineItemIndex: Float - - """""" - invoiceId: Float - - """""" - creditMemoId: Float - - """""" - journalEntryId: Float - - """""" - checkId: Float -} - -"""""" -type QuickbooksPaymentLineItemTransactionsConnectionSums { - """""" - realmId: Float - - """""" - paymentId: Float - - """""" - paymentLineItemIndex: Float - - """""" - invoiceId: Float - - """""" - creditMemoId: Float - - """""" - journalEntryId: Float - - """""" - checkId: Float -} - -"""""" -type QuickbooksPaymentLineItemTransactionsConnectionAggregates { - """""" - sum: QuickbooksPaymentLineItemTransactionsConnectionSums - - """""" - avg: QuickbooksPaymentLineItemTransactionsConnectionAverages -} - -"""A `PaymentLineItemTransaction` edge in the connection.""" -type QuickbooksPaymentLineItemTransactionsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `PaymentLineItemTransaction` at the end of the edge.""" - node: QuickbooksPaymentLineItemTransaction -} - -""" -A filter to be used against BillableStatus fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillableStatusFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksBillableStatus - - """Greater than the specified value.""" - greaterThan: QuickbooksBillableStatus - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksBillableStatus - - """Less than the specified value.""" - lessThan: QuickbooksBillableStatus - - """Not included in the specified list.""" - notIn: [QuickbooksBillableStatus!] - - """Included in the specified list.""" - in: [QuickbooksBillableStatus!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksBillableStatus - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksBillableStatus - - """Not equal to the specified value.""" - notEqualTo: QuickbooksBillableStatus - - """Equal to the specified value.""" - equalTo: QuickbooksBillableStatus - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against PurchaseLineItemExpenseType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPurchaseLineItemExpenseTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksPurchaseLineItemExpenseType - - """Greater than the specified value.""" - greaterThan: QuickbooksPurchaseLineItemExpenseType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksPurchaseLineItemExpenseType - - """Less than the specified value.""" - lessThan: QuickbooksPurchaseLineItemExpenseType - - """Not included in the specified list.""" - notIn: [QuickbooksPurchaseLineItemExpenseType!] - - """Included in the specified list.""" - in: [QuickbooksPurchaseLineItemExpenseType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksPurchaseLineItemExpenseType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksPurchaseLineItemExpenseType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksPurchaseLineItemExpenseType - - """Equal to the specified value.""" - equalTo: QuickbooksPurchaseLineItemExpenseType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `PurchaseLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPurchaseLineItemFilter { - """Negates the expression.""" - not: QuickbooksPurchaseLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPurchaseLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPurchaseLineItemFilter!] - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `quantity` field.""" - quantity: QuickbooksBigFloatFilter - - """Filter by the object’s `billableStatus` field.""" - billableStatus: QuickbooksBillableStatusFilter - - """Filter by the object’s `markupPercent` field.""" - markupPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `markupAccountId` field.""" - markupAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `expenseType` field.""" - expenseType: QuickbooksPurchaseLineItemExpenseTypeFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxAmount` field.""" - taxAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `purchaseId` field.""" - purchaseId: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPurchaseLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - PURCHASE_ID_ASC - PURCHASE_ID_DESC - ID_ASC - ID_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - TAX_AMOUNT_ASC - TAX_AMOUNT_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - EXPENSE_TYPE_ASC - EXPENSE_TYPE_DESC - ITEM_ID_ASC - ITEM_ID_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - MARKUP_ACCOUNT_ID_ASC - MARKUP_ACCOUNT_ID_DESC - MARKUP_PERCENT_ASC - MARKUP_PERCENT_DESC - BILLABLE_STATUS_ASC - BILLABLE_STATUS_DESC - QUANTITY_ASC - QUANTITY_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC -} - -"""""" -type QuickbooksPurchaseLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - purchaseId: Float - - """""" - id: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - taxAmount: Float - - """""" - taxInclusiveAmount: Float - - """""" - itemId: Float - - """""" - accountId: Float - - """""" - customerId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - quantity: Float - - """""" - unitPrice: Float -} - -"""""" -type QuickbooksPurchaseLineItemsConnectionSums { - """""" - realmId: Float - - """""" - purchaseId: Float - - """""" - id: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - taxAmount: Float - - """""" - taxInclusiveAmount: Float - - """""" - itemId: Float - - """""" - accountId: Float - - """""" - customerId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - quantity: Float - - """""" - unitPrice: Float -} - -"""""" -type QuickbooksPurchaseLineItemsConnectionAggregates { - """""" - sum: QuickbooksPurchaseLineItemsConnectionSums - - """""" - avg: QuickbooksPurchaseLineItemsConnectionAverages -} - -"""A `PurchaseLineItem` edge in the connection.""" -type QuickbooksPurchaseLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `PurchaseLineItem` at the end of the edge.""" - node: QuickbooksPurchaseLineItem -} - -enum QuickbooksBillableStatus { - BILLABLE - NOT_BILLABLE - HAS_BEEN_BILL -} - -enum QuickbooksPurchaseLineItemExpenseType { - ACCOUNT_BASED - ITEM_BASED -} - -"""""" -type QuickbooksPurchaseLineItem { - """""" - realmId: String! - - """""" - purchaseId: String! - - """""" - id: String! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int - - """""" - taxAmount: String - - """""" - taxInclusiveAmount: String - - """""" - expenseType: QuickbooksPurchaseLineItemExpenseType! - - """""" - itemId: String - - """""" - accountId: String - - """""" - customerId: String - - """""" - classId: String - - """""" - taxCodeId: String - - """""" - markupAccountId: String - - """""" - markupPercent: String - - """""" - billableStatus: QuickbooksBillableStatus - - """""" - quantity: String - - """""" - unitPrice: String - - """Reads a single `Realm` that is related to this `PurchaseLineItem`.""" - realm: QuickbooksRealm - - """Reads a single `Purchase` that is related to this `PurchaseLineItem`.""" - purchase: QuickbooksPurchase - - """Reads a single `Item` that is related to this `PurchaseLineItem`.""" - item: QuickbooksItem - - """Reads a single `Account` that is related to this `PurchaseLineItem`.""" - account: QuickbooksAccount - - """Reads a single `Customer` that is related to this `PurchaseLineItem`.""" - customer: QuickbooksCustomer - - """Reads a single `Class` that is related to this `PurchaseLineItem`.""" - class: QuickbooksClass - - """Reads a single `TaxCode` that is related to this `PurchaseLineItem`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `Account` that is related to this `PurchaseLineItem`.""" - markupAccount: QuickbooksAccount -} - -"""A connection to a list of `PurchaseLineItem` values.""" -type QuickbooksPurchaseLineItemsConnection { - """A list of `PurchaseLineItem` objects.""" - nodes: [QuickbooksPurchaseLineItem]! - - """ - A list of edges which contains the `PurchaseLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksPurchaseLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `PurchaseLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksPurchaseLineItemsConnectionAggregates -} - -""" -A filter to be used against PaymentLineItemTransactionType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPaymentLineItemTransactionTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksPaymentLineItemTransactionType - - """Greater than the specified value.""" - greaterThan: QuickbooksPaymentLineItemTransactionType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksPaymentLineItemTransactionType - - """Less than the specified value.""" - lessThan: QuickbooksPaymentLineItemTransactionType - - """Not included in the specified list.""" - notIn: [QuickbooksPaymentLineItemTransactionType!] - - """Included in the specified list.""" - in: [QuickbooksPaymentLineItemTransactionType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksPaymentLineItemTransactionType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksPaymentLineItemTransactionType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksPaymentLineItemTransactionType - - """Equal to the specified value.""" - equalTo: QuickbooksPaymentLineItemTransactionType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `PaymentLineItemTransaction` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPaymentLineItemTransactionFilter { - """Negates the expression.""" - not: QuickbooksPaymentLineItemTransactionFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPaymentLineItemTransactionFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPaymentLineItemTransactionFilter!] - - """Filter by the object’s `checkId` field.""" - checkId: QuickbooksBigIntFilter - - """Filter by the object’s `journalEntryId` field.""" - journalEntryId: QuickbooksBigIntFilter - - """Filter by the object’s `creditMemoId` field.""" - creditMemoId: QuickbooksBigIntFilter - - """Filter by the object’s `invoiceId` field.""" - invoiceId: QuickbooksBigIntFilter - - """Filter by the object’s `paymentLineItemIndex` field.""" - paymentLineItemIndex: QuickbooksIntFilter - - """Filter by the object’s `paymentId` field.""" - paymentId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionType` field.""" - transactionType: QuickbooksPaymentLineItemTransactionTypeFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPaymentLineItemTransactionsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - TRANSACTION_TYPE_ASC - TRANSACTION_TYPE_DESC - PAYMENT_ID_ASC - PAYMENT_ID_DESC - PAYMENT_LINE_ITEM_INDEX_ASC - PAYMENT_LINE_ITEM_INDEX_DESC - INVOICE_ID_ASC - INVOICE_ID_DESC - CREDIT_MEMO_ID_ASC - CREDIT_MEMO_ID_DESC - JOURNAL_ENTRY_ID_ASC - JOURNAL_ENTRY_ID_DESC - CHECK_ID_ASC - CHECK_ID_DESC -} - -enum QuickbooksPurchasePaymentType { - CASH - CHECK - CREDIT_CARD -} - -"""""" -type QuickbooksPurchase implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - paymentType: QuickbooksPurchasePaymentType - - """""" - accountId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - transactionDate: String - - """""" - printStatus: QuickbooksPrintStatus - - """""" - remitToAddressId: String - - """""" - transactionSource: String - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - totalAmount: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - credit: Boolean - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - paymentMethodId: String - - """""" - exchangeRate: String - - """""" - departmentId: String - - """""" - customerId: String - - """""" - vendorId: String - - """""" - employeeId: String - - """Reads a single `Realm` that is related to this `Purchase`.""" - realm: QuickbooksRealm - - """Reads a single `Account` that is related to this `Purchase`.""" - account: QuickbooksAccount - - """Reads a single `PhysicalAddress` that is related to this `Purchase`.""" - remitToAddress: QuickbooksPhysicalAddress - - """Reads a single `PaymentMethod` that is related to this `Purchase`.""" - paymentMethod: QuickbooksPaymentMethod - - """Reads a single `Customer` that is related to this `Purchase`.""" - customer: QuickbooksCustomer - - """Reads a single `Vendor` that is related to this `Purchase`.""" - vendor: QuickbooksVendor - - """Reads a single `Employee` that is related to this `Purchase`.""" - employee: QuickbooksEmployee - - """Reads a single `Currency` that is related to this `Purchase`.""" - currency: QuickbooksCurrency - - """ - Reads and enables pagination through a set of `PaymentLineItemTransaction`. - """ - paymentLineItemTransactions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentLineItemTransactionFilter - - """The method to use when ordering `PaymentLineItemTransaction`.""" - orderBy: [QuickbooksPaymentLineItemTransactionsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentLineItemTransactionsConnection! - - """Reads and enables pagination through a set of `PurchaseLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseLineItemFilter - - """The method to use when ordering `PurchaseLineItem`.""" - orderBy: [QuickbooksPurchaseLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchaseLineItemsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against `TransactionTaxDetailLine` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTransactionTaxDetailLineFilter { - """Negates the expression.""" - not: QuickbooksTransactionTaxDetailLineFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTransactionTaxDetailLineFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTransactionTaxDetailLineFilter!] - - """Filter by the object’s `journalEntryId` field.""" - journalEntryId: QuickbooksBigIntFilter - - """Filter by the object’s `salesReceiptId` field.""" - salesReceiptId: QuickbooksBigIntFilter - - """Filter by the object’s `refundReceiptId` field.""" - refundReceiptId: QuickbooksBigIntFilter - - """Filter by the object’s `depositId` field.""" - depositId: QuickbooksBigIntFilter - - """Filter by the object’s `creditMemoId` field.""" - creditMemoId: QuickbooksBigIntFilter - - """Filter by the object’s `estimateId` field.""" - estimateId: QuickbooksBigIntFilter - - """Filter by the object’s `invoiceId` field.""" - invoiceId: QuickbooksBigIntFilter - - """Filter by the object’s `taxPercent` field.""" - taxPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `overrideDeltaAmount` field.""" - overrideDeltaAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `percentBased` field.""" - percentBased: QuickbooksBooleanFilter - - """Filter by the object’s `netAmountTaxable` field.""" - netAmountTaxable: QuickbooksBigFloatFilter - - """Filter by the object’s `taxRateId` field.""" - taxRateId: QuickbooksBigIntFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTransactionTaxDetailLinesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - AMOUNT_ASC - AMOUNT_DESC - TAX_RATE_ID_ASC - TAX_RATE_ID_DESC - NET_AMOUNT_TAXABLE_ASC - NET_AMOUNT_TAXABLE_DESC - PERCENT_BASED_ASC - PERCENT_BASED_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - OVERRIDE_DELTA_AMOUNT_ASC - OVERRIDE_DELTA_AMOUNT_DESC - TAX_PERCENT_ASC - TAX_PERCENT_DESC - INVOICE_ID_ASC - INVOICE_ID_DESC - ESTIMATE_ID_ASC - ESTIMATE_ID_DESC - CREDIT_MEMO_ID_ASC - CREDIT_MEMO_ID_DESC - DEPOSIT_ID_ASC - DEPOSIT_ID_DESC - REFUND_RECEIPT_ID_ASC - REFUND_RECEIPT_ID_DESC - SALES_RECEIPT_ID_ASC - SALES_RECEIPT_ID_DESC - JOURNAL_ENTRY_ID_ASC - JOURNAL_ENTRY_ID_DESC -} - -"""""" -type QuickbooksJournalEntry implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - transactionDate: String - - """""" - totalAmount: String - - """""" - exchangeRate: String - - """""" - homeTotalAmount: String - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - adjustment: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `TaxCode` that is related to this `JournalEntry`.""" - transactionTaxCode: QuickbooksTaxCode - - """Reads a single `Currency` that is related to this `JournalEntry`.""" - currency: QuickbooksCurrency - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksPaymentLineItemTransactionType { - INVOICE - CREDIT_MEMO - PURCHASE - JOURNAL_ENTRY -} - -"""""" -type QuickbooksPaymentLineItemTransaction { - """""" - realmId: String! - - """""" - transactionType: QuickbooksPaymentLineItemTransactionType - - """""" - paymentId: String! - - """""" - paymentLineItemIndex: Int! - - """""" - invoiceId: String - - """""" - creditMemoId: String - - """""" - journalEntryId: String - - """""" - checkId: String - - """ - Reads a single `PaymentLineItem` that is related to this `PaymentLineItemTransaction`. - """ - paymentLineItem: QuickbooksPaymentLineItem - - """ - Reads a single `Invoice` that is related to this `PaymentLineItemTransaction`. - """ - invoice: QuickbooksInvoice - - """ - Reads a single `CreditMemo` that is related to this `PaymentLineItemTransaction`. - """ - creditMemo: QuickbooksCreditMemo - - """ - Reads a single `JournalEntry` that is related to this `PaymentLineItemTransaction`. - """ - journalEntry: QuickbooksJournalEntry - - """ - Reads a single `Purchase` that is related to this `PaymentLineItemTransaction`. - """ - check: QuickbooksPurchase -} - -"""A connection to a list of `PaymentLineItemTransaction` values.""" -type QuickbooksPaymentLineItemTransactionsConnection { - """A list of `PaymentLineItemTransaction` objects.""" - nodes: [QuickbooksPaymentLineItemTransaction]! - - """ - A list of edges which contains the `PaymentLineItemTransaction` and cursor to aid in pagination. - """ - edges: [QuickbooksPaymentLineItemTransactionsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `PaymentLineItemTransaction` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksPaymentLineItemTransactionsConnectionAggregates -} - -"""""" -type QuickbooksPaymentLineItem { - """""" - realmId: String! - - """""" - paymentId: String! - - """""" - amount: String - - """""" - index: Int! - - """Reads a single `Payment` that is related to this `PaymentLineItem`.""" - payment: QuickbooksPayment - - """ - Reads and enables pagination through a set of `PaymentLineItemTransaction`. - """ - linkedTransactions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentLineItemTransactionFilter - - """The method to use when ordering `PaymentLineItemTransaction`.""" - orderBy: [QuickbooksPaymentLineItemTransactionsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentLineItemTransactionsConnection! -} - -"""A connection to a list of `PaymentLineItem` values.""" -type QuickbooksPaymentLineItemsConnection { - """A list of `PaymentLineItem` objects.""" - nodes: [QuickbooksPaymentLineItem]! - - """ - A list of edges which contains the `PaymentLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksPaymentLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `PaymentLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksPaymentLineItemsConnectionAggregates -} - -"""""" -type QuickbooksCreditChargeInfo { - """""" - creditCardExpiryMonth: Int - - """""" - processPayment: Boolean - - """""" - postalCode: String - - """""" - amount: String - - """""" - nameOnAccount: String - - """""" - creditCardExpiryYear: Int - - """""" - creditCardType: String - - """""" - billingAddressStreet: String -} - -enum QuickbooksCreditCardPaymentStatus { - COMPLETED - UKNOWN -} - -"""""" -type QuickbooksCreditChargeResponse { - """""" - status: QuickbooksCreditCardPaymentStatus - - """""" - authCode: String - - """""" - transactionAuthorizationTime: String - - """""" - creditCardTransactionId: String -} - -"""""" -type QuickbooksPaymentCreditCardPayment { - """""" - creditChargeResponse: QuickbooksCreditChargeResponse - - """""" - creditChargeInfo: QuickbooksCreditChargeInfo -} - -enum QuickbooksPaymentTransactionStatus { - PAID -} - -"""""" -type QuickbooksPayment implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - totalAmount: String - - """""" - customerId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - privateNote: String - - """""" - paymentMethodId: String - - """""" - unappliedAmount: String - - """""" - depositToAccountId: String - - """""" - transactionStatus: QuickbooksPaymentTransactionStatus - - """""" - exchangeRate: String - - """""" - transactionSource: String - - """""" - accountsReceivableAccountId: String - - """""" - paymentRefNumber: String - - """""" - transactionDate: String - - """""" - creditCardPayment: QuickbooksPaymentCreditCardPayment - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - processPayment: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Customer` that is related to this `Payment`.""" - customers: QuickbooksCustomer - - """Reads a single `PaymentMethod` that is related to this `Payment`.""" - paymentMethod: QuickbooksPaymentMethod - - """Reads a single `Account` that is related to this `Payment`.""" - depositToAccount: QuickbooksAccount - - """Reads a single `Account` that is related to this `Payment`.""" - accountsReceivableAccount: QuickbooksAccount - - """Reads a single `Currency` that is related to this `Payment`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `PaymentLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentLineItemFilter - - """The method to use when ordering `PaymentLineItem`.""" - orderBy: [QuickbooksPaymentLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentLineItemsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type QuickbooksTransfer implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - toAccountId: String - - """""" - amount: String - - """""" - fromAccountId: String - - """""" - syncToken: String - - """""" - privateNote: String - - """""" - transactionDate: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Account` that is related to this `Transfer`.""" - toAccount: QuickbooksAccount - - """Reads a single `Account` that is related to this `Transfer`.""" - fromAccount: QuickbooksAccount - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksDepositLineItemTransactionType { - TRANSFER - PAYMENT - SALES_RECEIPT - REFUND_RECEIPT - JOURNAL_ENTRY -} - -"""""" -type QuickbooksDepositLineItemTransaction { - """""" - realmId: String! - - """""" - depositId: String! - - """""" - depositLineItemIndex: Int! - - """""" - transactionType: QuickbooksDepositLineItemTransactionType - - """""" - transferId: String - - """""" - paymentId: String - - """""" - salesReceiptId: String - - """""" - refundReceiptId: String - - """""" - journalEntryId: String - - """ - Reads a single `DepositLineItem` that is related to this `DepositLineItemTransaction`. - """ - depositLineItem: QuickbooksDepositLineItem - - """ - Reads a single `Transfer` that is related to this `DepositLineItemTransaction`. - """ - transfer: QuickbooksTransfer - - """ - Reads a single `Payment` that is related to this `DepositLineItemTransaction`. - """ - payment: QuickbooksPayment - - """ - Reads a single `SalesReceipt` that is related to this `DepositLineItemTransaction`. - """ - salesReceipt: QuickbooksSalesReceipt - - """ - Reads a single `RefundReceipt` that is related to this `DepositLineItemTransaction`. - """ - refundReceipt: QuickbooksRefundReceipt - - """ - Reads a single `JournalEntry` that is related to this `DepositLineItemTransaction`. - """ - journalEntry: QuickbooksJournalEntry -} - -"""A connection to a list of `DepositLineItemTransaction` values.""" -type QuickbooksDepositLineItemTransactionsConnection { - """A list of `DepositLineItemTransaction` objects.""" - nodes: [QuickbooksDepositLineItemTransaction]! - - """ - A list of edges which contains the `DepositLineItemTransaction` and cursor to aid in pagination. - """ - edges: [QuickbooksDepositLineItemTransactionsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `DepositLineItemTransaction` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksDepositLineItemTransactionsConnectionAggregates -} - -enum QuickbooksDepositLineItemPaymentTransactionType { - APCREDIT_CARD - ARREFUND_CREDIT_CARD - BILL - BILL_PAYMENT_CHECK - BUILD_ASSEMBLY - CARRY_OVER - CASH_PURCHASE - CHARGE - CHECK - CREDIT_MEMO - DEPOSIT - EFPLIABILITY_CHECK - EFTBILL_PAYMENT - EFTREFUND - ESTIMATE - INVENTORY_ADJUSTMENT - INVENTORY_TRANSFER - INVOICE - ITEM_RECEIPT - JOURNAL_ENTRY - LIABILITY_ADJUSTMENT - PAYCHECK - PAYROLL_LIABILITY_CHECK - PURCHASE - PURCHASE_ORDER - PRIOR_PAYMENT - RECEIVE_PAYMENT - REFUND_CHECK - REFUND_RECEIPT - SALES_ORDER - SALES_RECEIPT - SALES_TAX_PAYMENT_CHECK - TRANSFER - TIME_ACTIVITY - VENDOR_CREDIT - YTDADJUSTMENT -} - -enum QuickbooksDepositLineItemTaxApplicableOn { - SALES - PURCHASE -} - -"""""" -type QuickbooksDepositLineItem { - """""" - realmId: String! - - """""" - id: String - - """""" - depositId: String! - - """""" - index: Int! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int - - """""" - customFields: String - - """""" - accountId: String - - """""" - paymentMethodId: String - - """""" - classId: String - - """""" - checkNumber: String - - """""" - taxCodeId: String - - """""" - taxApplicableOn: QuickbooksDepositLineItemTaxApplicableOn - - """""" - transactionType: QuickbooksDepositLineItemPaymentTransactionType - - """""" - customerId: String - - """""" - vendorId: String - - """Reads a single `Deposit` that is related to this `DepositLineItem`.""" - deposit: QuickbooksDeposit - - """Reads a single `Account` that is related to this `DepositLineItem`.""" - account: QuickbooksAccount - - """ - Reads a single `PaymentMethod` that is related to this `DepositLineItem`. - """ - paymentMethod: QuickbooksPaymentMethod - - """Reads a single `Class` that is related to this `DepositLineItem`.""" - class: QuickbooksClass - - """Reads a single `TaxCode` that is related to this `DepositLineItem`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `Customer` that is related to this `DepositLineItem`.""" - customer: QuickbooksCustomer - - """Reads a single `Vendor` that is related to this `DepositLineItem`.""" - vendor: QuickbooksVendor - - """ - Reads and enables pagination through a set of `DepositLineItemTransaction`. - """ - linkedTransactions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositLineItemTransactionFilter - - """The method to use when ordering `DepositLineItemTransaction`.""" - orderBy: [QuickbooksDepositLineItemTransactionsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositLineItemTransactionsConnection! -} - -"""A connection to a list of `DepositLineItem` values.""" -type QuickbooksDepositLineItemsConnection { - """A list of `DepositLineItem` objects.""" - nodes: [QuickbooksDepositLineItem]! - - """ - A list of edges which contains the `DepositLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksDepositLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `DepositLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksDepositLineItemsConnectionAggregates -} - -enum QuickbooksDepositTransactionStatus { - DRAFT - OVERDUE - PENDING - PAYABLE - PAID - TRASH - UNPAID -} - -"""""" -type QuickbooksDeposit implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - depositToAccountId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - privateNote: String - - """""" - transactionStatus: QuickbooksDepositTransactionStatus - - """""" - totalAmount: String - - """""" - exchangeRate: String - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - homeTotalAmount: String - - """""" - departmentId: String - - """""" - transactionSource: String - - """""" - transactionDate: String - - """""" - cashBackAccountId: String - - """""" - cashBackAmount: String - - """""" - cashBackMemo: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Account` that is related to this `Deposit`.""" - depositToAccount: QuickbooksAccount - - """Reads a single `Department` that is related to this `Deposit`.""" - department: QuickbooksDepartment - - """Reads a single `Account` that is related to this `Deposit`.""" - cashBackAccount: QuickbooksAccount - - """Reads a single `Currency` that is related to this `Deposit`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `DepositLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositLineItemFilter - - """The method to use when ordering `DepositLineItem`.""" - orderBy: [QuickbooksDepositLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositLineItemsConnection! - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against TaxRateDisplayType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxRateDisplayTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksTaxRateDisplayType - - """Greater than the specified value.""" - greaterThan: QuickbooksTaxRateDisplayType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksTaxRateDisplayType - - """Less than the specified value.""" - lessThan: QuickbooksTaxRateDisplayType - - """Not included in the specified list.""" - notIn: [QuickbooksTaxRateDisplayType!] - - """Included in the specified list.""" - in: [QuickbooksTaxRateDisplayType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksTaxRateDisplayType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksTaxRateDisplayType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksTaxRateDisplayType - - """Equal to the specified value.""" - equalTo: QuickbooksTaxRateDisplayType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `TaxRate` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxRateFilter { - """Negates the expression.""" - not: QuickbooksTaxRateFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTaxRateFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTaxRateFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `displayType` field.""" - displayType: QuickbooksTaxRateDisplayTypeFilter - - """Filter by the object’s `specialTaxType` field.""" - specialTaxType: QuickbooksStringFilter - - """Filter by the object’s `agencyId` field.""" - agencyId: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `rateValue` field.""" - rateValue: QuickbooksBigFloatFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTaxRatesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - RATE_VALUE_ASC - RATE_VALUE_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - NAME_ASC - NAME_DESC - AGENCY_ID_ASC - AGENCY_ID_DESC - SPECIAL_TAX_TYPE_ASC - SPECIAL_TAX_TYPE_DESC - EFFECTIVE_TAX_RATE_ASC - EFFECTIVE_TAX_RATE_DESC - DISPLAY_TYPE_ASC - DISPLAY_TYPE_DESC - ACTIVE_ASC - ACTIVE_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksTaxRatesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - rateValue: Float - - """""" - syncToken: Float - - """""" - agencyId: Float -} - -"""""" -type QuickbooksTaxRatesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - rateValue: Float - - """""" - syncToken: Float - - """""" - agencyId: Float -} - -"""""" -type QuickbooksTaxRatesConnectionAggregates { - """""" - sum: QuickbooksTaxRatesConnectionSums - - """""" - avg: QuickbooksTaxRatesConnectionAverages -} - -"""A `TaxRate` edge in the connection.""" -type QuickbooksTaxRatesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `TaxRate` at the end of the edge.""" - node: QuickbooksTaxRate -} - -"""A connection to a list of `TaxRate` values.""" -type QuickbooksTaxRatesConnection { - """A list of `TaxRate` objects.""" - nodes: [QuickbooksTaxRate]! - - """ - A list of edges which contains the `TaxRate` and cursor to aid in pagination. - """ - edges: [QuickbooksTaxRatesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `TaxRate` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksTaxRatesConnectionAggregates -} - -"""""" -type QuickbooksTaxAgency implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - displayName: String - - """""" - syncToken: String - - """""" - taxTrackedOnSales: Boolean - - """""" - taxTrackedOnPurchases: Boolean - - """""" - lastFileDate: String - - """""" - taxRegistrationNumber: String - - """""" - createTime: String - - """""" - lastUpdatedTime: String - - """Reads and enables pagination through a set of `TaxRate`.""" - taxRates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxRateFilter - - """The method to use when ordering `TaxRate`.""" - orderBy: [QuickbooksTaxRatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxRatesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksTaxRateDisplayType { - READ_ONLY - HIDE_IN_TRANSACTION_FORMS - HIDE_IN_PRINTED_FORMS - HIDE_IN_ALL -} - -"""""" -type QuickbooksEffectiveTaxRate { - """""" - rateValue: String - - """""" - endDate: String - - """""" - effectiveDate: String -} - -"""""" -type QuickbooksTaxRate implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - rateValue: String - - """""" - syncToken: String - - """""" - name: String - - """""" - agencyId: String - - """""" - specialTaxType: String - - """""" - effectiveTaxRate: QuickbooksEffectiveTaxRate - - """""" - displayType: QuickbooksTaxRateDisplayType - - """""" - active: Boolean - - """""" - description: String - - """""" - createTime: String - - """""" - lastUpdatedTime: String - - """Reads a single `TaxAgency` that is related to this `TaxRate`.""" - taxAgency: QuickbooksTaxAgency - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type QuickbooksTransactionTaxDetailLine { - """""" - realmId: String! - - """""" - amount: String - - """""" - taxRateId: String - - """""" - netAmountTaxable: String - - """""" - percentBased: Boolean - - """""" - taxInclusiveAmount: String - - """""" - overrideDeltaAmount: String - - """""" - taxPercent: String - - """""" - invoiceId: String - - """""" - estimateId: String - - """""" - creditMemoId: String - - """""" - depositId: String - - """""" - refundReceiptId: String - - """""" - salesReceiptId: String - - """""" - journalEntryId: String - - """ - Reads a single `Realm` that is related to this `TransactionTaxDetailLine`. - """ - realm: QuickbooksRealm - - """ - Reads a single `TaxRate` that is related to this `TransactionTaxDetailLine`. - """ - taxRate: QuickbooksTaxRate - - """ - Reads a single `Invoice` that is related to this `TransactionTaxDetailLine`. - """ - invoice: QuickbooksInvoice - - """ - Reads a single `Estimate` that is related to this `TransactionTaxDetailLine`. - """ - estimate: QuickbooksEstimate - - """ - Reads a single `CreditMemo` that is related to this `TransactionTaxDetailLine`. - """ - creditMemo: QuickbooksCreditMemo - - """ - Reads a single `Deposit` that is related to this `TransactionTaxDetailLine`. - """ - deposit: QuickbooksDeposit - - """ - Reads a single `RefundReceipt` that is related to this `TransactionTaxDetailLine`. - """ - refundReceipt: QuickbooksRefundReceipt - - """ - Reads a single `SalesReceipt` that is related to this `TransactionTaxDetailLine`. - """ - salesReceipt: QuickbooksSalesReceipt - - """ - Reads a single `JournalEntry` that is related to this `TransactionTaxDetailLine`. - """ - journalEntry: QuickbooksJournalEntry -} - -"""A connection to a list of `TransactionTaxDetailLine` values.""" -type QuickbooksTransactionTaxDetailLinesConnection { - """A list of `TransactionTaxDetailLine` objects.""" - nodes: [QuickbooksTransactionTaxDetailLine]! - - """ - A list of edges which contains the `TransactionTaxDetailLine` and cursor to aid in pagination. - """ - edges: [QuickbooksTransactionTaxDetailLinesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `TransactionTaxDetailLine` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksTransactionTaxDetailLinesConnectionAggregates -} - -""" -A filter to be used against CreditMemoLineItemType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksCreditMemoLineItemTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksCreditMemoLineItemType - - """Greater than the specified value.""" - greaterThan: QuickbooksCreditMemoLineItemType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksCreditMemoLineItemType - - """Less than the specified value.""" - lessThan: QuickbooksCreditMemoLineItemType - - """Not included in the specified list.""" - notIn: [QuickbooksCreditMemoLineItemType!] - - """Included in the specified list.""" - in: [QuickbooksCreditMemoLineItemType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksCreditMemoLineItemType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksCreditMemoLineItemType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksCreditMemoLineItemType - - """Equal to the specified value.""" - equalTo: QuickbooksCreditMemoLineItemType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `CreditMemoLineItem` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksCreditMemoLineItemFilter { - """Negates the expression.""" - not: QuickbooksCreditMemoLineItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksCreditMemoLineItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksCreditMemoLineItemFilter!] - - """Filter by the object’s `discountPercent` field.""" - discountPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `discountIsPercentBased` field.""" - discountIsPercentBased: QuickbooksBooleanFilter - - """Filter by the object’s `discountAccountId` field.""" - discountAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `groupItemId` field.""" - groupItemId: QuickbooksBigIntFilter - - """Filter by the object’s `taxClassificationId` field.""" - taxClassificationId: QuickbooksStringFilter - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `quantity` field.""" - quantity: QuickbooksBigFloatFilter - - """Filter by the object’s `discountRate` field.""" - discountRate: QuickbooksBigFloatFilter - - """Filter by the object’s `serviceDate` field.""" - serviceDate: QuickbooksDateFilter - - """Filter by the object’s `itemAccountId` field.""" - itemAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `markupPercent` field.""" - markupPercent: QuickbooksBigFloatFilter - - """Filter by the object’s `markupAccountId` field.""" - markupAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `itemId` field.""" - itemId: QuickbooksBigIntFilter - - """Filter by the object’s `discountAmount` field.""" - discountAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `taxInclusiveAmount` field.""" - taxInclusiveAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `index` field.""" - index: QuickbooksIntFilter - - """Filter by the object’s `lineNumber` field.""" - lineNumber: QuickbooksIntFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `amount` field.""" - amount: QuickbooksBigFloatFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksCreditMemoLineItemTypeFilter - - """Filter by the object’s `creditMemoId` field.""" - creditMemoId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksCreditMemoLineItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - CREDIT_MEMO_ID_ASC - CREDIT_MEMO_ID_DESC - TYPE_ASC - TYPE_DESC - AMOUNT_ASC - AMOUNT_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - LINE_NUMBER_ASC - LINE_NUMBER_DESC - INDEX_ASC - INDEX_DESC - TAX_INCLUSIVE_AMOUNT_ASC - TAX_INCLUSIVE_AMOUNT_DESC - DISCOUNT_AMOUNT_ASC - DISCOUNT_AMOUNT_DESC - ITEM_ID_ASC - ITEM_ID_DESC - CLASS_ID_ASC - CLASS_ID_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - MARKUP_ACCOUNT_ID_ASC - MARKUP_ACCOUNT_ID_DESC - MARKUP_PERCENT_ASC - MARKUP_PERCENT_DESC - ITEM_ACCOUNT_ID_ASC - ITEM_ACCOUNT_ID_DESC - SERVICE_DATE_ASC - SERVICE_DATE_DESC - DISCOUNT_RATE_ASC - DISCOUNT_RATE_DESC - QUANTITY_ASC - QUANTITY_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC - TAX_CLASSIFICATION_ID_ASC - TAX_CLASSIFICATION_ID_DESC - GROUP_ITEM_ID_ASC - GROUP_ITEM_ID_DESC - DISCOUNT_ACCOUNT_ID_ASC - DISCOUNT_ACCOUNT_ID_DESC - DISCOUNT_IS_PERCENT_BASED_ASC - DISCOUNT_IS_PERCENT_BASED_DESC - DISCOUNT_PERCENT_ASC - DISCOUNT_PERCENT_DESC -} - -"""""" -type QuickbooksCreditMemoLineItemsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - creditMemoId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksCreditMemoLineItemsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - creditMemoId: Float - - """""" - amount: Float - - """""" - lineNumber: Float - - """""" - index: Float - - """""" - taxInclusiveAmount: Float - - """""" - discountAmount: Float - - """""" - itemId: Float - - """""" - classId: Float - - """""" - taxCodeId: Float - - """""" - markupAccountId: Float - - """""" - markupPercent: Float - - """""" - itemAccountId: Float - - """""" - discountRate: Float - - """""" - quantity: Float - - """""" - unitPrice: Float - - """""" - groupItemId: Float - - """""" - discountAccountId: Float - - """""" - discountPercent: Float -} - -"""""" -type QuickbooksCreditMemoLineItemsConnectionAggregates { - """""" - sum: QuickbooksCreditMemoLineItemsConnectionSums - - """""" - avg: QuickbooksCreditMemoLineItemsConnectionAverages -} - -"""A `CreditMemoLineItem` edge in the connection.""" -type QuickbooksCreditMemoLineItemsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `CreditMemoLineItem` at the end of the edge.""" - node: QuickbooksCreditMemoLineItem -} - -enum QuickbooksCreditMemoLineItemType { - SALES_ITEM - GROUP - DESCRIPTIN_ONLY - DISCOUNT - SUB_TOTAL -} - -"""""" -type QuickbooksCreditMemoLineItem { - """""" - realmId: String! - - """""" - id: String - - """""" - creditMemoId: String! - - """""" - type: QuickbooksCreditMemoLineItemType! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int - - """""" - index: Int! - - """""" - taxInclusiveAmount: String - - """""" - discountAmount: String - - """""" - itemId: String - - """""" - classId: String - - """""" - taxCodeId: String - - """""" - markupAccountId: String - - """""" - markupPercent: String - - """""" - itemAccountId: String - - """""" - serviceDate: String - - """""" - discountRate: String - - """""" - quantity: String - - """""" - unitPrice: String - - """""" - taxClassificationId: String - - """""" - groupItemId: String - - """""" - discountAccountId: String - - """""" - discountIsPercentBased: Boolean - - """""" - discountPercent: String - - """Reads a single `Realm` that is related to this `CreditMemoLineItem`.""" - realm: QuickbooksRealm - - """ - Reads a single `CreditMemo` that is related to this `CreditMemoLineItem`. - """ - creditMemo: QuickbooksCreditMemo - - """Reads a single `Item` that is related to this `CreditMemoLineItem`.""" - item: QuickbooksItem - - """Reads a single `Class` that is related to this `CreditMemoLineItem`.""" - class: QuickbooksClass - - """Reads a single `TaxCode` that is related to this `CreditMemoLineItem`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `Account` that is related to this `CreditMemoLineItem`.""" - account: QuickbooksAccount - - """ - Reads a single `TaxClassification` that is related to this `CreditMemoLineItem`. - """ - taxClassification: QuickbooksTaxClassification - - """Reads a single `Item` that is related to this `CreditMemoLineItem`.""" - groupItem: QuickbooksItem - - """Reads a single `Account` that is related to this `CreditMemoLineItem`.""" - dicountAccount: QuickbooksAccount -} - -"""A connection to a list of `CreditMemoLineItem` values.""" -type QuickbooksCreditMemoLineItemsConnection { - """A list of `CreditMemoLineItem` objects.""" - nodes: [QuickbooksCreditMemoLineItem]! - - """ - A list of edges which contains the `CreditMemoLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksCreditMemoLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `CreditMemoLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksCreditMemoLineItemsConnectionAggregates -} - -"""""" -type QuickbooksCreditMemo implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - customerId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - transactionDate: String - - """""" - customFields: String - - """""" - homeBalance: String - - """""" - classId: String - - """""" - printStatus: QuickbooksPrintStatus - - """""" - salesTermId: String - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - totalAmount: String - - """""" - remainingCredit: String - - """""" - invoiceId: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - applyTaxAfterDiscount: Boolean - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - customerMemo: String - - """""" - balance: String - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - paymentMethodId: String - - """""" - exchangeRate: String - - """""" - shippingAddressId: String - - """""" - homeTotalAmount: String - - """""" - departmentId: String - - """""" - emailStatus: QuickbooksEmailStatus - - """""" - billingAddressId: String - - """""" - billingEmail: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Customer` that is related to this `CreditMemo`.""" - customer: QuickbooksCustomer - - """Reads a single `Class` that is related to this `CreditMemo`.""" - class: QuickbooksClass - - """Reads a single `Term` that is related to this `CreditMemo`.""" - salesTerm: QuickbooksTerm - - """Reads a single `Invoice` that is related to this `CreditMemo`.""" - invoice: QuickbooksInvoice - - """Reads a single `TaxCode` that is related to this `CreditMemo`.""" - transactionTaxCode: QuickbooksTaxCode - - """Reads a single `PaymentMethod` that is related to this `CreditMemo`.""" - paymentMethod: QuickbooksPaymentMethod - - """Reads a single `PhysicalAddress` that is related to this `CreditMemo`.""" - shippingAddress: QuickbooksPhysicalAddress - - """Reads a single `Department` that is related to this `CreditMemo`.""" - department: QuickbooksDepartment - - """Reads a single `PhysicalAddress` that is related to this `CreditMemo`.""" - billingAddress: QuickbooksPhysicalAddress - - """Reads a single `Currency` that is related to this `CreditMemo`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `CreditMemoLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoLineItemFilter - - """The method to use when ordering `CreditMemoLineItem`.""" - orderBy: [QuickbooksCreditMemoLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemoLineItemsConnection! - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `CreditMemo` values.""" -type QuickbooksCreditMemosConnection { - """A list of `CreditMemo` objects.""" - nodes: [QuickbooksCreditMemo]! - - """ - A list of edges which contains the `CreditMemo` and cursor to aid in pagination. - """ - edges: [QuickbooksCreditMemosEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `CreditMemo` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksCreditMemosConnectionAggregates -} - -enum QuickbooksPaymentMethodType { - CREDIT_CARD - NON_CREDIT_CARD -} - -"""""" -type QuickbooksPaymentMethod implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - name: String - - """""" - syncToken: String - - """""" - active: Boolean - - """""" - type: QuickbooksPaymentMethodType - - """""" - createTime: String - - """""" - lastUpdatedTime: String - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `Payment`.""" - payments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentFilter - - """The method to use when ordering `Payment`.""" - orderBy: [QuickbooksPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentsConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `PaymentMethod` values.""" -type QuickbooksPaymentMethodsConnection { - """A list of `PaymentMethod` objects.""" - nodes: [QuickbooksPaymentMethod]! - - """ - A list of edges which contains the `PaymentMethod` and cursor to aid in pagination. - """ - edges: [QuickbooksPaymentMethodsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `PaymentMethod` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksPaymentMethodsConnectionAggregates -} - -""" -A filter to be used against `PhysicalAddress` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPhysicalAddressFilter { - """Negates the expression.""" - not: QuickbooksPhysicalAddressFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksPhysicalAddressFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksPhysicalAddressFilter!] - - """Filter by the object’s `countrySubDivisionCode` field.""" - countrySubDivisionCode: QuickbooksStringFilter - - """Filter by the object’s `longitude` field.""" - longitude: QuickbooksStringFilter - - """Filter by the object’s `latitude` field.""" - latitude: QuickbooksStringFilter - - """Filter by the object’s `line5` field.""" - line5: QuickbooksStringFilter - - """Filter by the object’s `line4` field.""" - line4: QuickbooksStringFilter - - """Filter by the object’s `line3` field.""" - line3: QuickbooksStringFilter - - """Filter by the object’s `line2` field.""" - line2: QuickbooksStringFilter - - """Filter by the object’s `line1` field.""" - line1: QuickbooksStringFilter - - """Filter by the object’s `country` field.""" - country: QuickbooksStringFilter - - """Filter by the object’s `city` field.""" - city: QuickbooksStringFilter - - """Filter by the object’s `postalCode` field.""" - postalCode: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksPhysicalAddressesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - POSTAL_CODE_ASC - POSTAL_CODE_DESC - CITY_ASC - CITY_DESC - COUNTRY_ASC - COUNTRY_DESC - LINE1_ASC - LINE1_DESC - LINE2_ASC - LINE2_DESC - LINE3_ASC - LINE3_DESC - LINE4_ASC - LINE4_DESC - LINE5_ASC - LINE5_DESC - LATITUDE_ASC - LATITUDE_DESC - LONGITUDE_ASC - LONGITUDE_DESC - COUNTRY_SUB_DIVISION_CODE_ASC - COUNTRY_SUB_DIVISION_CODE_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksPhysicalAddressesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float -} - -"""""" -type QuickbooksPhysicalAddressesConnectionSums { - """""" - realmId: Float - - """""" - id: Float -} - -"""""" -type QuickbooksPhysicalAddressesConnectionAggregates { - """""" - sum: QuickbooksPhysicalAddressesConnectionSums - - """""" - avg: QuickbooksPhysicalAddressesConnectionAverages -} - -"""A `PhysicalAddress` edge in the connection.""" -type QuickbooksPhysicalAddressesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `PhysicalAddress` at the end of the edge.""" - node: QuickbooksPhysicalAddress -} - -"""A connection to a list of `PhysicalAddress` values.""" -type QuickbooksPhysicalAddressesConnection { - """A list of `PhysicalAddress` objects.""" - nodes: [QuickbooksPhysicalAddress]! - - """ - A list of edges which contains the `PhysicalAddress` and cursor to aid in pagination. - """ - edges: [QuickbooksPhysicalAddressesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `PhysicalAddress` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksPhysicalAddressesConnectionAggregates -} - -"""""" -type QuickbooksRealm implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - isSandbox: Boolean! - - """Reads and enables pagination through a set of `PhysicalAddress`.""" - physicalAddresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPhysicalAddressFilter - - """The method to use when ordering `PhysicalAddress`.""" - orderBy: [QuickbooksPhysicalAddressesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPhysicalAddressesConnection! - - """Reads and enables pagination through a set of `PaymentMethod`.""" - paymentMethods( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentMethodFilter - - """The method to use when ordering `PaymentMethod`.""" - orderBy: [QuickbooksPaymentMethodsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentMethodsConnection! - - """Reads and enables pagination through a set of `Term`.""" - terms( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTermFilter - - """The method to use when ordering `Term`.""" - orderBy: [QuickbooksTermsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTermsConnection! - - """Reads and enables pagination through a set of `TaxClassification`.""" - taxClassifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxClassificationFilter - - """The method to use when ordering `TaxClassification`.""" - orderBy: [QuickbooksTaxClassificationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxClassificationsConnection! - - """Reads and enables pagination through a set of `TaxCode`.""" - taxCodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxCodeFilter - - """The method to use when ordering `TaxCode`.""" - orderBy: [QuickbooksTaxCodesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxCodesConnection! - - """Reads and enables pagination through a set of `TaxAgency`.""" - taxAgencies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxAgencyFilter - - """The method to use when ordering `TaxAgency`.""" - orderBy: [QuickbooksTaxAgenciesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxAgenciesConnection! - - """Reads and enables pagination through a set of `TaxRate`.""" - taxRates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxRateFilter - - """The method to use when ordering `TaxRate`.""" - orderBy: [QuickbooksTaxRatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxRatesConnection! - - """Reads and enables pagination through a set of `PurchaseTaxRateDetail`.""" - purchaseTaxRateDetails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseTaxRateDetailFilter - - """The method to use when ordering `PurchaseTaxRateDetail`.""" - orderBy: [QuickbooksPurchaseTaxRateDetailsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchaseTaxRateDetailsConnection! - - """Reads and enables pagination through a set of `Class`.""" - classes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksClassFilter - - """The method to use when ordering `Class`.""" - orderBy: [QuickbooksClassesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksClassesConnection! - - """Reads and enables pagination through a set of `Employee`.""" - employees( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEmployeeFilter - - """The method to use when ordering `Employee`.""" - orderBy: [QuickbooksEmployeesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEmployeesConnection! - - """Reads and enables pagination through a set of `Vendor`.""" - vendors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksVendorFilter - - """The method to use when ordering `Vendor`.""" - orderBy: [QuickbooksVendorsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksVendorsConnection! - - """Reads and enables pagination through a set of `Department`.""" - departments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepartmentFilter - - """The method to use when ordering `Department`.""" - orderBy: [QuickbooksDepartmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepartmentsConnection! - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Item`.""" - items( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `Bill`.""" - bills( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillFilter - - """The method to use when ordering `Bill`.""" - orderBy: [QuickbooksBillsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillsConnection! - - """Reads and enables pagination through a set of `BillPayment`.""" - billPayments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - realmInvoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - realmEstimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `Payment`.""" - payments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentFilter - - """The method to use when ordering `Payment`.""" - orderBy: [QuickbooksPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentsConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `JournalCode`.""" - journalCodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksJournalCodeFilter - - """The method to use when ordering `JournalCode`.""" - orderBy: [QuickbooksJournalCodesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksJournalCodesConnection! - - """Reads and enables pagination through a set of `JournalEntry`.""" - journalEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksJournalEntryFilter - - """The method to use when ordering `JournalEntry`.""" - orderBy: [QuickbooksJournalEntriesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksJournalEntriesConnection! - - """Reads and enables pagination through a set of `Transfer`.""" - transfers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransferFilter - - """The method to use when ordering `Transfer`.""" - orderBy: [QuickbooksTransfersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransfersConnection! - - """Reads and enables pagination through a set of `Deposit`.""" - deposits( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositFilter - - """The method to use when ordering `Deposit`.""" - orderBy: [QuickbooksDepositsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositsConnection! - - """Reads and enables pagination through a set of `PaymentLineItem`.""" - paymentLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentLineItemFilter - - """The method to use when ordering `PaymentLineItem`.""" - orderBy: [QuickbooksPaymentLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentLineItemsConnection! - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - - """Reads and enables pagination through a set of `PurchaseLineItem`.""" - purchaseLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseLineItemFilter - - """The method to use when ordering `PurchaseLineItem`.""" - orderBy: [QuickbooksPurchaseLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchaseLineItemsConnection! - - """Reads a single `CompanyInfo` that is related to this `Realm`.""" - companyInfo: QuickbooksCompanyInfo - - """Reads and enables pagination through a set of `CompanyInfo`.""" - companyInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCompanyInfoFilter - - """The method to use when ordering `CompanyInfo`.""" - orderBy: [QuickbooksCompanyInfosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCompanyInfosConnection! @deprecated(reason: "Please use companyInfo instead") - - """Reads and enables pagination through a set of `Invoice`.""" - invoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksMonthEnum { - JANUARY - FEBRUARY - MARCH - APRIL - MAY - JUNE - JULY - AUGUST - SEPTEMBER - OCTOBER - NOVEMBER - DECEMBER -} - -enum QuickbooksSubscriptionStatus { - TRIAL - PAID - SUBSCRIBED - TRIALOPTIN - RESTRICTED - SUSPENDED - EXPIRED - CANCELLED - UNKNOWN -} - -"""""" -type QuickbooksCompanyPreference { - """""" - neoEnabled: Boolean - - """""" - firstTransactionDate: String - - """""" - industryType: String - - """""" - industryCode: String - - """""" - companyType: String - - """""" - offeringSku: String - - """""" - subscriptionStatus: QuickbooksSubscriptionStatus - - """""" - payrollFeature: Boolean - - """""" - accountantFeature: Boolean - - """""" - itemCategoriesFeature: Boolean - - """""" - nonTracking: Boolean -} - -"""""" -type QuickbooksCompanyInfo implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - name: String - - """""" - addressId: String - - """""" - syncToken: String - - """""" - legalAddressId: String - - """""" - supportedLanguages: [String] - - """""" - country: String - - """""" - email: String - - """""" - webAddress: String - - """""" - preferences: QuickbooksCompanyPreference - - """""" - fiscalYearStartMonth: QuickbooksMonthEnum - - """""" - customerCommunicationAddressId: String - - """""" - primaryPhoneNumber: String - - """""" - legalName: String - - """""" - companyStartDate: String - - """""" - createTime: String - - """""" - lastUpdatedTime: String - - """Reads a single `Realm` that is related to this `CompanyInfo`.""" - realm: QuickbooksRealm - - """ - Reads a single `PhysicalAddress` that is related to this `CompanyInfo`. - """ - address: QuickbooksPhysicalAddress - - """ - Reads a single `PhysicalAddress` that is related to this `CompanyInfo`. - """ - legalAddress: QuickbooksPhysicalAddress - - """ - Reads a single `PhysicalAddress` that is related to this `CompanyInfo`. - """ - customerCommunicationAddress: QuickbooksPhysicalAddress - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object with a globally unique `ID`.""" -interface QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! -} - -""" -A filter to be used against ItemServiceType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksItemServiceTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksItemServiceType - - """Greater than the specified value.""" - greaterThan: QuickbooksItemServiceType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksItemServiceType - - """Less than the specified value.""" - lessThan: QuickbooksItemServiceType - - """Not included in the specified list.""" - notIn: [QuickbooksItemServiceType!] - - """Included in the specified list.""" - in: [QuickbooksItemServiceType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksItemServiceType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksItemServiceType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksItemServiceType - - """Equal to the specified value.""" - equalTo: QuickbooksItemServiceType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against ItemType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksItemTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksItemType - - """Greater than the specified value.""" - greaterThan: QuickbooksItemType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksItemType - - """Less than the specified value.""" - lessThan: QuickbooksItemType - - """Not included in the specified list.""" - notIn: [QuickbooksItemType!] - - """Included in the specified list.""" - in: [QuickbooksItemType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksItemType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksItemType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksItemType - - """Equal to the specified value.""" - equalTo: QuickbooksItemType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against ItemCategoryType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksItemCategoryTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksItemCategoryType - - """Greater than the specified value.""" - greaterThan: QuickbooksItemCategoryType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksItemCategoryType - - """Less than the specified value.""" - lessThan: QuickbooksItemCategoryType - - """Not included in the specified list.""" - notIn: [QuickbooksItemCategoryType!] - - """Included in the specified list.""" - in: [QuickbooksItemCategoryType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksItemCategoryType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksItemCategoryType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksItemCategoryType - - """Equal to the specified value.""" - equalTo: QuickbooksItemCategoryType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Item` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksItemFilter { - """Negates the expression.""" - not: QuickbooksItemFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksItemFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksItemFilter!] - - """Filter by the object’s `expenseAccountId` field.""" - expenseAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `incomeAccountId` field.""" - incomeAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `unitPrice` field.""" - unitPrice: QuickbooksBigFloatFilter - - """Filter by the object’s `parentId` field.""" - parentId: QuickbooksBigIntFilter - - """Filter by the object’s `purchaseCost` field.""" - purchaseCost: QuickbooksBigFloatFilter - - """Filter by the object’s `serviceType` field.""" - serviceType: QuickbooksItemServiceTypeFilter - - """Filter by the object’s `purchaseTaxCodeId` field.""" - purchaseTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `taxClassificationId` field.""" - taxClassificationId: QuickbooksStringFilter - - """Filter by the object’s `uqcId` field.""" - uqcId: QuickbooksIntFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `level` field.""" - level: QuickbooksIntFilter - - """Filter by the object’s `preferredVendorId` field.""" - preferredVendorId: QuickbooksBigIntFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `purchaseDesc` field.""" - purchaseDesc: QuickbooksStringFilter - - """Filter by the object’s `uqcDisplayText` field.""" - uqcDisplayText: QuickbooksStringFilter - - """Filter by the object’s `taxable` field.""" - taxable: QuickbooksBooleanFilter - - """Filter by the object’s `subItem` field.""" - subItem: QuickbooksBooleanFilter - - """Filter by the object’s `reverseChargeRate` field.""" - reverseChargeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `abatementRate` field.""" - abatementRate: QuickbooksBigFloatFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `fullyQualifiedName` field.""" - fullyQualifiedName: QuickbooksStringFilter - - """Filter by the object’s `purchaseTaxIncluded` field.""" - purchaseTaxIncluded: QuickbooksBooleanFilter - - """Filter by the object’s `salesTaxCodeId` field.""" - salesTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `trackQuantityOnHand` field.""" - trackQuantityOnHand: QuickbooksBooleanFilter - - """Filter by the object’s `salesTaxIncluded` field.""" - salesTaxIncluded: QuickbooksBooleanFilter - - """Filter by the object’s `sku` field.""" - sku: QuickbooksStringFilter - - """Filter by the object’s `assetAccountId` field.""" - assetAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `quantityOnHand` field.""" - quantityOnHand: QuickbooksBigFloatFilter - - """Filter by the object’s `type` field.""" - type: QuickbooksItemTypeFilter - - """Filter by the object’s `inventoryStartDate` field.""" - inventoryStartDate: QuickbooksDateFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `categoryType` field.""" - categoryType: QuickbooksItemCategoryTypeFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksItemsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - CATEGORY_TYPE_ASC - CATEGORY_TYPE_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - INVENTORY_START_DATE_ASC - INVENTORY_START_DATE_DESC - TYPE_ASC - TYPE_DESC - QUANTITY_ON_HAND_ASC - QUANTITY_ON_HAND_DESC - ASSET_ACCOUNT_ID_ASC - ASSET_ACCOUNT_ID_DESC - SKU_ASC - SKU_DESC - SALES_TAX_INCLUDED_ASC - SALES_TAX_INCLUDED_DESC - TRACK_QUANTITY_ON_HAND_ASC - TRACK_QUANTITY_ON_HAND_DESC - SALES_TAX_CODE_ID_ASC - SALES_TAX_CODE_ID_DESC - PURCHASE_TAX_INCLUDED_ASC - PURCHASE_TAX_INCLUDED_DESC - FULLY_QUALIFIED_NAME_ASC - FULLY_QUALIFIED_NAME_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - ABATEMENT_RATE_ASC - ABATEMENT_RATE_DESC - REVERSE_CHARGE_RATE_ASC - REVERSE_CHARGE_RATE_DESC - SUB_ITEM_ASC - SUB_ITEM_DESC - TAXABLE_ASC - TAXABLE_DESC - UQC_DISPLAY_TEXT_ASC - UQC_DISPLAY_TEXT_DESC - PURCHASE_DESC_ASC - PURCHASE_DESC_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PREFERRED_VENDOR_ID_ASC - PREFERRED_VENDOR_ID_DESC - LEVEL_ASC - LEVEL_DESC - ACTIVE_ASC - ACTIVE_DESC - UQC_ID_ASC - UQC_ID_DESC - TAX_CLASSIFICATION_ID_ASC - TAX_CLASSIFICATION_ID_DESC - PURCHASE_TAX_CODE_ID_ASC - PURCHASE_TAX_CODE_ID_DESC - SERVICE_TYPE_ASC - SERVICE_TYPE_DESC - PURCHASE_COST_ASC - PURCHASE_COST_DESC - PARENT_ID_ASC - PARENT_ID_DESC - UNIT_PRICE_ASC - UNIT_PRICE_DESC - INCOME_ACCOUNT_ID_ASC - INCOME_ACCOUNT_ID_DESC - EXPENSE_ACCOUNT_ID_ASC - EXPENSE_ACCOUNT_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -""" -A filter to be used against ItemType List fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksItemTypeListFilter { - """Any array item is greater than or equal to the specified value.""" - anyGreaterThanOrEqualTo: QuickbooksItemType - - """Any array item is greater than the specified value.""" - anyGreaterThan: QuickbooksItemType - - """Any array item is less than or equal to the specified value.""" - anyLessThanOrEqualTo: QuickbooksItemType - - """Any array item is less than the specified value.""" - anyLessThan: QuickbooksItemType - - """Any array item is not equal to the specified value.""" - anyNotEqualTo: QuickbooksItemType - - """Any array item is equal to the specified value.""" - anyEqualTo: QuickbooksItemType - - """Overlaps the specified list of values.""" - overlaps: [QuickbooksItemType] - - """Contained by the specified list of values.""" - containedBy: [QuickbooksItemType] - - """Contains the specified list of values.""" - contains: [QuickbooksItemType] - - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: [QuickbooksItemType] - - """Greater than the specified value.""" - greaterThan: [QuickbooksItemType] - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: [QuickbooksItemType] - - """Less than the specified value.""" - lessThan: [QuickbooksItemType] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: [QuickbooksItemType] - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: [QuickbooksItemType] - - """Not equal to the specified value.""" - notEqualTo: [QuickbooksItemType] - - """Equal to the specified value.""" - equalTo: [QuickbooksItemType] - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `TaxClassification` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxClassificationFilter { - """Negates the expression.""" - not: QuickbooksTaxClassificationFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksTaxClassificationFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksTaxClassificationFilter!] - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `level` field.""" - level: QuickbooksIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `code` field.""" - code: QuickbooksStringFilter - - """Filter by the object’s `applicableTo` field.""" - applicableTo: QuickbooksItemTypeListFilter - - """Filter by the object’s `parentId` field.""" - parentId: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksStringFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksTaxClassificationsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - PARENT_ID_ASC - PARENT_ID_DESC - APPLICABLE_TO_ASC - APPLICABLE_TO_DESC - CODE_ASC - CODE_DESC - NAME_ASC - NAME_DESC - LEVEL_ASC - LEVEL_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksTaxClassificationsConnectionAverages { - """""" - realmId: Float - - """""" - syncToken: Float - - """""" - level: Float -} - -"""""" -type QuickbooksTaxClassificationsConnectionSums { - """""" - realmId: Float - - """""" - syncToken: Float - - """""" - level: Float -} - -"""""" -type QuickbooksTaxClassificationsConnectionAggregates { - """""" - sum: QuickbooksTaxClassificationsConnectionSums - - """""" - avg: QuickbooksTaxClassificationsConnectionAverages -} - -"""A `TaxClassification` edge in the connection.""" -type QuickbooksTaxClassificationsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `TaxClassification` at the end of the edge.""" - node: QuickbooksTaxClassification -} - -"""A connection to a list of `TaxClassification` values.""" -type QuickbooksTaxClassificationsConnection { - """A list of `TaxClassification` objects.""" - nodes: [QuickbooksTaxClassification]! - - """ - A list of edges which contains the `TaxClassification` and cursor to aid in pagination. - """ - edges: [QuickbooksTaxClassificationsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `TaxClassification` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksTaxClassificationsConnectionAggregates -} - -"""""" -type QuickbooksTaxClassification implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - syncToken: String - - """""" - parentId: String - - """""" - applicableTo: [QuickbooksItemType] - - """""" - code: String - - """""" - name: String - - """""" - level: Int - - """""" - description: String - - """ - Reads a single `TaxClassification` that is related to this `TaxClassification`. - """ - parent: QuickbooksTaxClassification - - """Reads and enables pagination through a set of `TaxClassification`.""" - subTaxClassifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTaxClassificationFilter - - """The method to use when ordering `TaxClassification`.""" - orderBy: [QuickbooksTaxClassificationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTaxClassificationsConnection! - - """Reads and enables pagination through a set of `Item`.""" - items( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksEstimateLineItemType { - SALES_ITEM - GROUP - DESCRIPTIN_ONLY - DISCOUNT - SUB_TOTAL -} - -"""""" -type QuickbooksEstimateLineItem { - """""" - realmId: String! - - """""" - id: String - - """""" - estimateId: String! - - """""" - type: QuickbooksEstimateLineItemType! - - """""" - amount: String - - """""" - description: String - - """""" - lineNumber: Int - - """""" - index: Int! - - """""" - taxInclusiveAmount: String - - """""" - discountAmount: String - - """""" - itemId: String - - """""" - classId: String - - """""" - taxCodeId: String - - """""" - markupAccountId: String - - """""" - markupPercent: String - - """""" - itemAccountId: String - - """""" - serviceDate: String - - """""" - discountRate: String - - """""" - quantity: String - - """""" - unitPrice: String - - """""" - taxClassificationId: String - - """""" - groupItemId: String - - """""" - discountAccountId: String - - """""" - discountIsPercentBased: Boolean - - """""" - discountPercent: String - - """Reads a single `Estimate` that is related to this `EstimateLineItem`.""" - estimate: QuickbooksEstimate - - """Reads a single `Item` that is related to this `EstimateLineItem`.""" - item: QuickbooksItem - - """Reads a single `Class` that is related to this `EstimateLineItem`.""" - class: QuickbooksClass - - """Reads a single `TaxCode` that is related to this `EstimateLineItem`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `Account` that is related to this `EstimateLineItem`.""" - itemAccount: QuickbooksAccount - - """ - Reads a single `TaxClassification` that is related to this `EstimateLineItem`. - """ - taxClassification: QuickbooksTaxClassification - - """Reads a single `Item` that is related to this `EstimateLineItem`.""" - groupItem: QuickbooksItem - - """Reads a single `Account` that is related to this `EstimateLineItem`.""" - discountAccount: QuickbooksAccount -} - -"""A connection to a list of `EstimateLineItem` values.""" -type QuickbooksEstimateLineItemsConnection { - """A list of `EstimateLineItem` objects.""" - nodes: [QuickbooksEstimateLineItem]! - - """ - A list of edges which contains the `EstimateLineItem` and cursor to aid in pagination. - """ - edges: [QuickbooksEstimateLineItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """ - The count of *all* `EstimateLineItem` you could get from the connection. - """ - totalCount: Int! - - """""" - aggregates: QuickbooksEstimateLineItemsConnectionAggregates -} - -enum QuickbooksTransactionStatus { - ACCEPTED - CLOSED - PENDING - REJECTED -} - -"""""" -type QuickbooksEstimate implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - customerId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - transactionDate: String - - """""" - shipFromAddressId: String - - """""" - shipDate: String - - """""" - classId: String - - """""" - printStatus: QuickbooksPrintStatus - - """""" - customFields: String - - """""" - salesTermId: String - - """""" - transactionStatus: QuickbooksTransactionStatus - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - totalAmount: String - - """""" - acceptedDate: String - - """""" - expirationDate: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - dueDate: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - customerMemo: String - - """""" - emailStatus: QuickbooksEmailStatus - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - acceptedBy: String - - """""" - exchangeRate: String - - """""" - shippingAddressId: String - - """""" - homeTotalAmount: String - - """""" - departmentId: String - - """""" - shippingMethod: String - - """""" - billingAddressId: String - - """""" - applyTaxAfterDiscount: Boolean - - """""" - billingEmail: String - - """""" - deliveryType: QuickbooksDeliveryType - - """""" - deliveryTime: String - - """Reads a single `Customer` that is related to this `Estimate`.""" - customer: QuickbooksCustomer - - """Reads a single `PhysicalAddress` that is related to this `Estimate`.""" - shipFromAddress: QuickbooksPhysicalAddress - - """Reads a single `Class` that is related to this `Estimate`.""" - class: QuickbooksClass - - """Reads a single `Term` that is related to this `Estimate`.""" - salesTerm: QuickbooksTerm - - """Reads a single `TaxCode` that is related to this `Estimate`.""" - transactionTaxCode: QuickbooksTaxCode - - """Reads a single `PhysicalAddress` that is related to this `Estimate`.""" - shippingAddress: QuickbooksPhysicalAddress - - """Reads a single `Department` that is related to this `Estimate`.""" - department: QuickbooksDepartment - - """Reads a single `PhysicalAddress` that is related to this `Estimate`.""" - billingAddress: QuickbooksPhysicalAddress - - """Reads a single `Currency` that is related to this `Estimate`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `EstimateLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateLineItemFilter - - """The method to use when ordering `EstimateLineItem`.""" - orderBy: [QuickbooksEstimateLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimateLineItemsConnection! - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Estimate` values.""" -type QuickbooksEstimatesConnection { - """A list of `Estimate` objects.""" - nodes: [QuickbooksEstimate]! - - """ - A list of edges which contains the `Estimate` and cursor to aid in pagination. - """ - edges: [QuickbooksEstimatesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Estimate` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksEstimatesConnectionAggregates -} - -""" -A filter to be used against JSON fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksJsonFilter { - """Contained by the specified JSON.""" - containedBy: String - - """Contains any of the specified keys.""" - containsAnyKeys: [String!] - - """Contains all of the specified keys.""" - containsAllKeys: [String!] - - """Contains the specified key.""" - containsKey: String - - """Contains the specified JSON.""" - contains: String - - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against EmailStatus fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksEmailStatusFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksEmailStatus - - """Greater than the specified value.""" - greaterThan: QuickbooksEmailStatus - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksEmailStatus - - """Less than the specified value.""" - lessThan: QuickbooksEmailStatus - - """Not included in the specified list.""" - notIn: [QuickbooksEmailStatus!] - - """Included in the specified list.""" - in: [QuickbooksEmailStatus!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksEmailStatus - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksEmailStatus - - """Not equal to the specified value.""" - notEqualTo: QuickbooksEmailStatus - - """Equal to the specified value.""" - equalTo: QuickbooksEmailStatus - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against DeliveryType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDeliveryTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksDeliveryType - - """Greater than the specified value.""" - greaterThan: QuickbooksDeliveryType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksDeliveryType - - """Less than the specified value.""" - lessThan: QuickbooksDeliveryType - - """Not included in the specified list.""" - notIn: [QuickbooksDeliveryType!] - - """Included in the specified list.""" - in: [QuickbooksDeliveryType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksDeliveryType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksDeliveryType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksDeliveryType - - """Equal to the specified value.""" - equalTo: QuickbooksDeliveryType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Invoice` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksInvoiceFilter { - """Negates the expression.""" - not: QuickbooksInvoiceFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksInvoiceFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksInvoiceFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `freeFormAddress` field.""" - freeFormAddress: QuickbooksBooleanFilter - - """Filter by the object’s `billingEmail` field.""" - billingEmail: QuickbooksStringFilter - - """Filter by the object’s `applyTaxAfterDiscount` field.""" - applyTaxAfterDiscount: QuickbooksBooleanFilter - - """Filter by the object’s `billingAddressId` field.""" - billingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `shippingMethod` field.""" - shippingMethod: QuickbooksStringFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `homeTotalAmount` field.""" - homeTotalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `shippingAddressId` field.""" - shippingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `customFields` field.""" - customFields: QuickbooksJsonFilter - - """Filter by the object’s `allowOnlineCreditCardPayment` field.""" - allowOnlineCreditCardPayment: QuickbooksBooleanFilter - - """Filter by the object’s `transactionTotalTax` field.""" - transactionTotalTax: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionTaxCodeId` field.""" - transactionTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `balance` field.""" - balance: QuickbooksBigFloatFilter - - """Filter by the object’s `deposit` field.""" - deposit: QuickbooksBigFloatFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `emailStatus` field.""" - emailStatus: QuickbooksEmailStatusFilter - - """Filter by the object’s `customerMemo` field.""" - customerMemo: QuickbooksStringFilter - - """Filter by the object’s `billingEmailBcc` field.""" - billingEmailBcc: QuickbooksStringFilter - - """Filter by the object’s `billingEmailCc` field.""" - billingEmailCc: QuickbooksStringFilter - - """Filter by the object’s `depositToAccountId` field.""" - depositToAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `dueDate` field.""" - dueDate: QuickbooksDateFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `allowOnlineAchpayment` field.""" - allowOnlineAchpayment: QuickbooksBooleanFilter - - """Filter by the object’s `invoiceLink` field.""" - invoiceLink: QuickbooksStringFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `transactionSource` field.""" - transactionSource: QuickbooksStringFilter - - """Filter by the object’s `deliveryTime` field.""" - deliveryTime: QuickbooksDatetimeFilter - - """Filter by the object’s `deliveryType` field.""" - deliveryType: QuickbooksDeliveryTypeFilter - - """Filter by the object’s `salesTermId` field.""" - salesTermId: QuickbooksBigIntFilter - - """Filter by the object’s `printStatus` field.""" - printStatus: QuickbooksPrintStatusFilter - - """Filter by the object’s `classId` field.""" - classId: QuickbooksBigIntFilter - - """Filter by the object’s `trackingNumber` field.""" - trackingNumber: QuickbooksStringFilter - - """Filter by the object’s `shipDate` field.""" - shipDate: QuickbooksDateFilter - - """Filter by the object’s `homeBalance` field.""" - homeBalance: QuickbooksBigFloatFilter - - """Filter by the object’s `shipFromAddressId` field.""" - shipFromAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `customerId` field.""" - customerId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksInvoicesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - CUSTOMER_ID_ASC - CUSTOMER_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - SHIP_FROM_ADDRESS_ID_ASC - SHIP_FROM_ADDRESS_ID_DESC - HOME_BALANCE_ASC - HOME_BALANCE_DESC - SHIP_DATE_ASC - SHIP_DATE_DESC - TRACKING_NUMBER_ASC - TRACKING_NUMBER_DESC - CLASS_ID_ASC - CLASS_ID_DESC - PRINT_STATUS_ASC - PRINT_STATUS_DESC - SALES_TERM_ID_ASC - SALES_TERM_ID_DESC - DELIVERY_TYPE_ASC - DELIVERY_TYPE_DESC - DELIVERY_TIME_ASC - DELIVERY_TIME_DESC - TRANSACTION_SOURCE_ASC - TRANSACTION_SOURCE_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - INVOICE_LINK_ASC - INVOICE_LINK_DESC - ALLOW_ONLINE_ACHPAYMENT_ASC - ALLOW_ONLINE_ACHPAYMENT_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - DUE_DATE_ASC - DUE_DATE_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - DEPOSIT_TO_ACCOUNT_ID_ASC - DEPOSIT_TO_ACCOUNT_ID_DESC - BILLING_EMAIL_CC_ASC - BILLING_EMAIL_CC_DESC - BILLING_EMAIL_BCC_ASC - BILLING_EMAIL_BCC_DESC - CUSTOMER_MEMO_ASC - CUSTOMER_MEMO_DESC - EMAIL_STATUS_ASC - EMAIL_STATUS_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - DEPOSIT_ASC - DEPOSIT_DESC - BALANCE_ASC - BALANCE_DESC - TRANSACTION_TAX_CODE_ID_ASC - TRANSACTION_TAX_CODE_ID_DESC - TRANSACTION_TOTAL_TAX_ASC - TRANSACTION_TOTAL_TAX_DESC - ALLOW_ONLINE_CREDIT_CARD_PAYMENT_ASC - ALLOW_ONLINE_CREDIT_CARD_PAYMENT_DESC - CUSTOM_FIELDS_ASC - CUSTOM_FIELDS_DESC - SHIPPING_ADDRESS_ID_ASC - SHIPPING_ADDRESS_ID_DESC - HOME_TOTAL_AMOUNT_ASC - HOME_TOTAL_AMOUNT_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - SHIPPING_METHOD_ASC - SHIPPING_METHOD_DESC - BILLING_ADDRESS_ID_ASC - BILLING_ADDRESS_ID_DESC - APPLY_TAX_AFTER_DISCOUNT_ASC - APPLY_TAX_AFTER_DISCOUNT_DESC - BILLING_EMAIL_ASC - BILLING_EMAIL_DESC - FREE_FORM_ADDRESS_ASC - FREE_FORM_ADDRESS_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -""" -A filter to be used against `Class` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksClassFilter { - """Negates the expression.""" - not: QuickbooksClassFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksClassFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksClassFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `subClass` field.""" - subClass: QuickbooksBooleanFilter - - """Filter by the object’s `fullyQualifiedName` field.""" - fullyQualifiedName: QuickbooksStringFilter - - """Filter by the object’s `parentId` field.""" - parentId: QuickbooksBigIntFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksClassesOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - PARENT_ID_ASC - PARENT_ID_DESC - FULLY_QUALIFIED_NAME_ASC - FULLY_QUALIFIED_NAME_DESC - SUB_CLASS_ASC - SUB_CLASS_DESC - ACTIVE_ASC - ACTIVE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksClassesConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - parentId: Float -} - -"""""" -type QuickbooksClassesConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - parentId: Float -} - -"""""" -type QuickbooksClassesConnectionAggregates { - """""" - sum: QuickbooksClassesConnectionSums - - """""" - avg: QuickbooksClassesConnectionAverages -} - -"""A `Class` edge in the connection.""" -type QuickbooksClassesEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Class` at the end of the edge.""" - node: QuickbooksClass -} - -"""A connection to a list of `Class` values.""" -type QuickbooksClassesConnection { - """A list of `Class` objects.""" - nodes: [QuickbooksClass]! - - """ - A list of edges which contains the `Class` and cursor to aid in pagination. - """ - edges: [QuickbooksClassesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Class` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksClassesConnectionAggregates -} - -"""""" -type QuickbooksClass implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - name: String - - """""" - syncToken: String - - """""" - parentId: String - - """""" - fullyQualifiedName: String - - """""" - subClass: Boolean - - """""" - active: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Class` that is related to this `Class`.""" - parentClass: QuickbooksClass - - """Reads and enables pagination through a set of `Class`.""" - subClasses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksClassFilter - - """The method to use when ordering `Class`.""" - orderBy: [QuickbooksClassesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksClassesConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksTimeActivityNameOf { - VENDOR - EMPLOYEE -} - -"""""" -type QuickbooksTimeActivity implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - nameOf: QuickbooksTimeActivityNameOf - - """""" - syncToken: String - - """""" - employeeId: String - - """""" - vendorId: String - - """""" - hours: Int - - """""" - minutes: Int - - """""" - startTime: String - - """""" - hourlyRate: String - - """""" - breakHours: Int - - """""" - breakMinutes: Int - - """""" - endTime: String - - """""" - customerId: String - - """""" - transactionDate: String - - """""" - description: String - - """""" - itemId: String - - """""" - classId: String - - """""" - departmentId: String - - """""" - billableStatus: String - - """""" - taxable: Boolean - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Employee` that is related to this `TimeActivity`.""" - employee: QuickbooksEmployee - - """Reads a single `Vendor` that is related to this `TimeActivity`.""" - vendor: QuickbooksVendor - - """Reads a single `Customer` that is related to this `TimeActivity`.""" - customer: QuickbooksCustomer - - """Reads a single `Item` that is related to this `TimeActivity`.""" - item: QuickbooksItem - - """Reads a single `Class` that is related to this `TimeActivity`.""" - class: QuickbooksClass - - """Reads a single `Department` that is related to this `TimeActivity`.""" - department: QuickbooksDepartment - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `TimeActivity` values.""" -type QuickbooksTimeActivitiesConnection { - """A list of `TimeActivity` objects.""" - nodes: [QuickbooksTimeActivity]! - - """ - A list of edges which contains the `TimeActivity` and cursor to aid in pagination. - """ - edges: [QuickbooksTimeActivitiesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `TimeActivity` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksTimeActivitiesConnectionAggregates -} - -"""""" -type QuickbooksEmployee implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - syncToken: String - - """""" - primaryAddressId: String - - """""" - primaryEmailAddress: String - - """""" - displayName: String - - """""" - title: String - - """""" - billableTime: Boolean - - """""" - givenName: String - - """""" - birthDate: String - - """""" - middleName: String - - """""" - ssn: String - - """""" - primaryPhoneNumber: String - - """""" - active: Boolean - - """""" - releasedDate: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - mobileNumber: String - - """""" - gender: String - - """""" - hiredDate: String - - """""" - billRate: String - - """""" - organization: Boolean - - """""" - suffix: String - - """""" - familyName: String - - """""" - printOnCheckName: String - - """""" - employeeNumber: String - - """""" - v4IdPseudonym: String - - """Reads a single `PhysicalAddress` that is related to this `Employee`.""" - primaryAddress: QuickbooksPhysicalAddress - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Employee` values.""" -type QuickbooksEmployeesConnection { - """A list of `Employee` objects.""" - nodes: [QuickbooksEmployee]! - - """ - A list of edges which contains the `Employee` and cursor to aid in pagination. - """ - edges: [QuickbooksEmployeesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Employee` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksEmployeesConnectionAggregates -} - -"""""" -type QuickbooksPhysicalAddress implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - postalCode: String - - """""" - city: String - - """""" - country: String - - """""" - line1: String - - """""" - line2: String - - """""" - line3: String - - """""" - line4: String - - """""" - line5: String - - """""" - latitude: String - - """""" - longitude: String - - """""" - countrySubDivisionCode: String - - """Reads and enables pagination through a set of `Employee`.""" - employees( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEmployeeFilter - - """The method to use when ordering `Employee`.""" - orderBy: [QuickbooksEmployeesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEmployeesConnection! - - """Reads and enables pagination through a set of `Vendor`.""" - vendorsByBillingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksVendorFilter - - """The method to use when ordering `Vendor`.""" - orderBy: [QuickbooksVendorsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksVendorsConnection! - - """Reads and enables pagination through a set of `Customer`.""" - customersByShippingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Customer`.""" - customersByBillingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoicesByShipFromAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoicesByShippingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoicesByBillingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimatesByShipFromAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimatesByShippingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimatesByBillingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemosByShippingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemosByBillingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceiptsByShippingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceiptsByBillingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceiptsByShipFromAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceiptsByShippingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceiptsByBillingAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchasesByRemitToAddress( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksEmailStatus { - NOT_SET - NEED_TO_SEND - EMAIL_SENT -} - -enum QuickbooksDeliveryType { - EMAIL -} - -"""""" -type QuickbooksInvoice implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - customerId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - docNumber: String - - """""" - transactionDate: String - - """""" - shipFromAddressId: String - - """""" - homeBalance: String - - """""" - shipDate: String - - """""" - trackingNumber: String - - """""" - classId: String - - """""" - printStatus: QuickbooksPrintStatus - - """""" - salesTermId: String - - """""" - deliveryType: QuickbooksDeliveryType - - """""" - deliveryTime: String - - """""" - transactionSource: String - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - totalAmount: String - - """""" - invoiceLink: String - - """""" - allowOnlineAchpayment: Boolean - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - dueDate: String - - """""" - privateNote: String - - """""" - depositToAccountId: String - - """""" - billingEmailCc: String - - """""" - billingEmailBcc: String - - """""" - customerMemo: String - - """""" - emailStatus: QuickbooksEmailStatus - - """""" - exchangeRate: String - - """""" - deposit: String - - """""" - balance: String - - """""" - transactionTaxCodeId: String - - """""" - transactionTotalTax: String - - """""" - allowOnlineCreditCardPayment: Boolean - - """""" - customFields: String - - """""" - shippingAddressId: String - - """""" - homeTotalAmount: String - - """""" - departmentId: String - - """""" - shippingMethod: String - - """""" - billingAddressId: String - - """""" - applyTaxAfterDiscount: Boolean - - """""" - billingEmail: String - - """""" - freeFormAddress: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Customer` that is related to this `Invoice`.""" - customer: QuickbooksCustomer - - """Reads a single `PhysicalAddress` that is related to this `Invoice`.""" - shipFromAddress: QuickbooksPhysicalAddress - - """Reads a single `Class` that is related to this `Invoice`.""" - class: QuickbooksClass - - """Reads a single `Term` that is related to this `Invoice`.""" - salesTerm: QuickbooksTerm - - """Reads a single `Account` that is related to this `Invoice`.""" - depositToAccount: QuickbooksAccount - - """Reads a single `TaxCode` that is related to this `Invoice`.""" - transactionTaxCode: QuickbooksTaxCode - - """Reads a single `PhysicalAddress` that is related to this `Invoice`.""" - shippingAddress: QuickbooksPhysicalAddress - - """Reads a single `Department` that is related to this `Invoice`.""" - department: QuickbooksDepartment - - """Reads a single `PhysicalAddress` that is related to this `Invoice`.""" - billingAddress: QuickbooksPhysicalAddress - - """Reads a single `Currency` that is related to this `Invoice`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `InvoiceLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceLineItemFilter - - """The method to use when ordering `InvoiceLineItem`.""" - orderBy: [QuickbooksInvoiceLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoiceLineItemsConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """ - Reads and enables pagination through a set of `TransactionTaxDetailLine`. - """ - transactionTaxDetailLines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransactionTaxDetailLineFilter - - """The method to use when ordering `TransactionTaxDetailLine`.""" - orderBy: [QuickbooksTransactionTaxDetailLinesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransactionTaxDetailLinesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Invoice` values.""" -type QuickbooksInvoicesConnection { - """A list of `Invoice` objects.""" - nodes: [QuickbooksInvoice]! - - """ - A list of edges which contains the `Invoice` and cursor to aid in pagination. - """ - edges: [QuickbooksInvoicesEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Invoice` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksInvoicesConnectionAggregates -} - -""" -A filter to be used against PrintStatus fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksPrintStatusFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksPrintStatus - - """Greater than the specified value.""" - greaterThan: QuickbooksPrintStatus - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksPrintStatus - - """Less than the specified value.""" - lessThan: QuickbooksPrintStatus - - """Not included in the specified list.""" - notIn: [QuickbooksPrintStatus!] - - """Included in the specified list.""" - in: [QuickbooksPrintStatus!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksPrintStatus - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksPrintStatus - - """Not equal to the specified value.""" - notEqualTo: QuickbooksPrintStatus - - """Equal to the specified value.""" - equalTo: QuickbooksPrintStatus - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against BillPaymentPayType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillPaymentPayTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksBillPaymentPayType - - """Greater than the specified value.""" - greaterThan: QuickbooksBillPaymentPayType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksBillPaymentPayType - - """Less than the specified value.""" - lessThan: QuickbooksBillPaymentPayType - - """Not included in the specified list.""" - notIn: [QuickbooksBillPaymentPayType!] - - """Included in the specified list.""" - in: [QuickbooksBillPaymentPayType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksBillPaymentPayType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksBillPaymentPayType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksBillPaymentPayType - - """Equal to the specified value.""" - equalTo: QuickbooksBillPaymentPayType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `BillPayment` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillPaymentFilter { - """Negates the expression.""" - not: QuickbooksBillPaymentFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksBillPaymentFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksBillPaymentFilter!] - - """Filter by the object’s `creditCardPaymentAccountId` field.""" - creditCardPaymentAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `checkPaymentPrintStatus` field.""" - checkPaymentPrintStatus: QuickbooksPrintStatusFilter - - """Filter by the object’s `checkPaymentAccountId` field.""" - checkPaymentAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `processBillPayment` field.""" - processBillPayment: QuickbooksBooleanFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `payType` field.""" - payType: QuickbooksBillPaymentPayTypeFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `vendorId` field.""" - vendorId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksBillPaymentsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - VENDOR_ID_ASC - VENDOR_ID_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - PAY_TYPE_ASC - PAY_TYPE_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - PROCESS_BILL_PAYMENT_ASC - PROCESS_BILL_PAYMENT_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - CHECK_PAYMENT_ACCOUNT_ID_ASC - CHECK_PAYMENT_ACCOUNT_ID_DESC - CHECK_PAYMENT_PRINT_STATUS_ASC - CHECK_PAYMENT_PRINT_STATUS_DESC - CREDIT_CARD_PAYMENT_ACCOUNT_ID_ASC - CREDIT_CARD_PAYMENT_ACCOUNT_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""ISO 4127 currency codes supported by QuickBooks""" -type QuickbooksCurrency implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """3-digit ISO 4127 currency code""" - code: String! - - """Currency name""" - name: String - - """Reads and enables pagination through a set of `Account`.""" - accounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksAccountFilter - - """The method to use when ordering `Account`.""" - orderBy: [QuickbooksAccountsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksAccountsConnection! - - """Reads and enables pagination through a set of `Vendor`.""" - vendors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksVendorFilter - - """The method to use when ordering `Vendor`.""" - orderBy: [QuickbooksVendorsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksVendorsConnection! - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Bill`.""" - bills( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillFilter - - """The method to use when ordering `Bill`.""" - orderBy: [QuickbooksBillsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillsConnection! - - """Reads and enables pagination through a set of `BillPayment`.""" - billPayments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `Payment`.""" - payments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentFilter - - """The method to use when ordering `Payment`.""" - orderBy: [QuickbooksPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentsConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `JournalEntry`.""" - journalEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksJournalEntryFilter - - """The method to use when ordering `JournalEntry`.""" - orderBy: [QuickbooksJournalEntriesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksJournalEntriesConnection! - - """Reads and enables pagination through a set of `Deposit`.""" - deposits( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositFilter - - """The method to use when ordering `Deposit`.""" - orderBy: [QuickbooksDepositsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositsConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksPrintStatus { - NOT_SET - NEED_TO_PRINT - PRINT_COMPLETE -} - -enum QuickbooksBillPaymentPayType { - CHECK - CREDIT_CARD -} - -"""""" -type QuickbooksBillPayment implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - vendorId: String - - """""" - totalAmount: String - - """""" - payType: QuickbooksBillPaymentPayType - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - transactionDate: String - - """""" - exchangeRate: String - - """""" - accountId: String - - """""" - departmentId: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - processBillPayment: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - checkPaymentAccountId: String - - """""" - checkPaymentPrintStatus: QuickbooksPrintStatus - - """""" - creditCardPaymentAccountId: String - - """Reads a single `Vendor` that is related to this `BillPayment`.""" - vendor: QuickbooksVendor - - """Reads a single `Account` that is related to this `BillPayment`.""" - account: QuickbooksAccount - - """Reads a single `Department` that is related to this `BillPayment`.""" - department: QuickbooksDepartment - - """Reads a single `Account` that is related to this `BillPayment`.""" - checkPaymentAccount: QuickbooksAccount - - """Reads a single `Account` that is related to this `BillPayment`.""" - creditCardPaymentAccount: QuickbooksAccount - - """Reads a single `Currency` that is related to this `BillPayment`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `BillPaymentLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentLineItemFilter - - """The method to use when ordering `BillPaymentLineItem`.""" - orderBy: [QuickbooksBillPaymentLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentLineItemsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `BillPayment` values.""" -type QuickbooksBillPaymentsConnection { - """A list of `BillPayment` objects.""" - nodes: [QuickbooksBillPayment]! - - """ - A list of edges which contains the `BillPayment` and cursor to aid in pagination. - """ - edges: [QuickbooksBillPaymentsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `BillPayment` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksBillPaymentsConnectionAggregates -} - -""" -A filter to be used against GlobalTaxCalculation fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksGlobalTaxCalculationFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksGlobalTaxCalculation - - """Greater than the specified value.""" - greaterThan: QuickbooksGlobalTaxCalculation - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksGlobalTaxCalculation - - """Less than the specified value.""" - lessThan: QuickbooksGlobalTaxCalculation - - """Not included in the specified list.""" - notIn: [QuickbooksGlobalTaxCalculation!] - - """Included in the specified list.""" - in: [QuickbooksGlobalTaxCalculation!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksGlobalTaxCalculation - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksGlobalTaxCalculation - - """Not equal to the specified value.""" - notEqualTo: QuickbooksGlobalTaxCalculation - - """Equal to the specified value.""" - equalTo: QuickbooksGlobalTaxCalculation - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Bill` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBillFilter { - """Negates the expression.""" - not: QuickbooksBillFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksBillFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksBillFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `dueDate` field.""" - dueDate: QuickbooksDateFilter - - """Filter by the object’s `balance` field.""" - balance: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `salesTermId` field.""" - salesTermId: QuickbooksBigIntFilter - - """Filter by the object’s `exchangeRate` field.""" - exchangeRate: QuickbooksBigFloatFilter - - """Filter by the object’s `transactionDate` field.""" - transactionDate: QuickbooksDateFilter - - """Filter by the object’s `departmentId` field.""" - departmentId: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `globalTaxCalculation` field.""" - globalTaxCalculation: QuickbooksGlobalTaxCalculationFilter - - """Filter by the object’s `homeBalance` field.""" - homeBalance: QuickbooksBigFloatFilter - - """Filter by the object’s `totalAmount` field.""" - totalAmount: QuickbooksBigFloatFilter - - """Filter by the object’s `privateNote` field.""" - privateNote: QuickbooksStringFilter - - """Filter by the object’s `docNumber` field.""" - docNumber: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `vendorId` field.""" - vendorId: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksBillsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - VENDOR_ID_ASC - VENDOR_ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - DOC_NUMBER_ASC - DOC_NUMBER_DESC - PRIVATE_NOTE_ASC - PRIVATE_NOTE_DESC - TOTAL_AMOUNT_ASC - TOTAL_AMOUNT_DESC - HOME_BALANCE_ASC - HOME_BALANCE_DESC - GLOBAL_TAX_CALCULATION_ASC - GLOBAL_TAX_CALCULATION_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - DEPARTMENT_ID_ASC - DEPARTMENT_ID_DESC - TRANSACTION_DATE_ASC - TRANSACTION_DATE_DESC - EXCHANGE_RATE_ASC - EXCHANGE_RATE_DESC - SALES_TERM_ID_ASC - SALES_TERM_ID_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - BALANCE_ASC - BALANCE_DESC - DUE_DATE_ASC - DUE_DATE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -""" -A filter to be used against `Department` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDepartmentFilter { - """Negates the expression.""" - not: QuickbooksDepartmentFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksDepartmentFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksDepartmentFilter!] - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `subDepartment` field.""" - subDepartment: QuickbooksBooleanFilter - - """Filter by the object’s `fullyQualifiedName` field.""" - fullyQualifiedName: QuickbooksStringFilter - - """Filter by the object’s `parentId` field.""" - parentId: QuickbooksBigIntFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksDepartmentsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - PARENT_ID_ASC - PARENT_ID_DESC - FULLY_QUALIFIED_NAME_ASC - FULLY_QUALIFIED_NAME_DESC - SUB_DEPARTMENT_ASC - SUB_DEPARTMENT_DESC - ACTIVE_ASC - ACTIVE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksDepartmentsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - parentId: Float -} - -"""""" -type QuickbooksDepartmentsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - parentId: Float -} - -"""""" -type QuickbooksDepartmentsConnectionAggregates { - """""" - sum: QuickbooksDepartmentsConnectionSums - - """""" - avg: QuickbooksDepartmentsConnectionAverages -} - -"""A `Department` edge in the connection.""" -type QuickbooksDepartmentsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Department` at the end of the edge.""" - node: QuickbooksDepartment -} - -"""A connection to a list of `Department` values.""" -type QuickbooksDepartmentsConnection { - """A list of `Department` objects.""" - nodes: [QuickbooksDepartment]! - - """ - A list of edges which contains the `Department` and cursor to aid in pagination. - """ - edges: [QuickbooksDepartmentsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Department` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksDepartmentsConnectionAggregates -} - -"""""" -type QuickbooksDepartment implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - syncToken: String - - """""" - parentId: String - - """""" - fullyQualifiedName: String - - """""" - subDepartment: Boolean - - """""" - active: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Department` that is related to this `Department`.""" - parent: QuickbooksDepartment - - """Reads and enables pagination through a set of `Department`.""" - subDepartments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepartmentFilter - - """The method to use when ordering `Department`.""" - orderBy: [QuickbooksDepartmentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepartmentsConnection! - - """Reads and enables pagination through a set of `Bill`.""" - bills( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillFilter - - """The method to use when ordering `Bill`.""" - orderBy: [QuickbooksBillsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillsConnection! - - """Reads and enables pagination through a set of `BillPayment`.""" - billPayments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `Deposit`.""" - deposits( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositFilter - - """The method to use when ordering `Deposit`.""" - orderBy: [QuickbooksDepositsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositsConnection! - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksGlobalTaxCalculation { - TAX_EXCLUDED - TAX_INCLUSIVE - NOT_APPLICABLE -} - -"""""" -type QuickbooksBill implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - vendorId: String - - """""" - syncToken: String - - """""" - currencyCode: String - - """""" - docNumber: String - - """""" - privateNote: String - - """""" - totalAmount: String - - """""" - homeBalance: String - - """""" - globalTaxCalculation: QuickbooksGlobalTaxCalculation - - """""" - accountId: String - - """""" - departmentId: String - - """""" - transactionDate: String - - """""" - exchangeRate: String - - """""" - salesTermId: String - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """""" - balance: String - - """""" - dueDate: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """Reads a single `Vendor` that is related to this `Bill`.""" - vendor: QuickbooksVendor - - """Reads a single `Account` that is related to this `Bill`.""" - account: QuickbooksAccount - - """Reads a single `Department` that is related to this `Bill`.""" - department: QuickbooksDepartment - - """Reads a single `Term` that is related to this `Bill`.""" - salesTerm: QuickbooksTerm - - """Reads a single `Currency` that is related to this `Bill`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `BillLineItem`.""" - lineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillLineItemFilter - - """The method to use when ordering `BillLineItem`.""" - orderBy: [QuickbooksBillLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillLineItemsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Bill` values.""" -type QuickbooksBillsConnection { - """A list of `Bill` objects.""" - nodes: [QuickbooksBill]! - - """ - A list of edges which contains the `Bill` and cursor to aid in pagination. - """ - edges: [QuickbooksBillsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Bill` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksBillsConnectionAggregates -} - -""" -A filter to be used against TaxReportingBasis fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTaxReportingBasisFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksTaxReportingBasis - - """Greater than the specified value.""" - greaterThan: QuickbooksTaxReportingBasis - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksTaxReportingBasis - - """Less than the specified value.""" - lessThan: QuickbooksTaxReportingBasis - - """Not included in the specified list.""" - notIn: [QuickbooksTaxReportingBasis!] - - """Included in the specified list.""" - in: [QuickbooksTaxReportingBasis!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksTaxReportingBasis - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksTaxReportingBasis - - """Not equal to the specified value.""" - notEqualTo: QuickbooksTaxReportingBasis - - """Equal to the specified value.""" - equalTo: QuickbooksTaxReportingBasis - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Vendor` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksVendorFilter { - """Negates the expression.""" - not: QuickbooksVendorFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksVendorFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksVendorFilter!] - - """Filter by the object’s `billingAddressId` field.""" - billingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `printOnCheckName` field.""" - printOnCheckName: QuickbooksStringFilter - - """Filter by the object’s `gstRegistrationType` field.""" - gstRegistrationType: QuickbooksGstRegistrationTypeFilter - - """Filter by the object’s `accountNumber` field.""" - accountNumber: QuickbooksStringFilter - - """Filter by the object’s `taxIdentifier` field.""" - taxIdentifier: QuickbooksStringFilter - - """Filter by the object’s `companyName` field.""" - companyName: QuickbooksStringFilter - - """Filter by the object’s `balance` field.""" - balance: QuickbooksBigFloatFilter - - """Filter by the object’s `webAddress` field.""" - webAddress: QuickbooksStringFilter - - """Filter by the object’s `vendor1099` field.""" - vendor1099: QuickbooksBooleanFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `alternatePhoneNumber` field.""" - alternatePhoneNumber: QuickbooksStringFilter - - """Filter by the object’s `primaryPhoneNumber` field.""" - primaryPhoneNumber: QuickbooksStringFilter - - """Filter by the object’s `mobileNumber` field.""" - mobileNumber: QuickbooksStringFilter - - """Filter by the object’s `taxReportingBasis` field.""" - taxReportingBasis: QuickbooksTaxReportingBasisFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `businessNumber` field.""" - businessNumber: QuickbooksStringFilter - - """Filter by the object’s `faxNumber` field.""" - faxNumber: QuickbooksStringFilter - - """Filter by the object’s `gstin` field.""" - gstin: QuickbooksStringFilter - - """Filter by the object’s `termId` field.""" - termId: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `telephoneNumber` field.""" - telephoneNumber: QuickbooksStringFilter - - """Filter by the object’s `displayName` field.""" - displayName: QuickbooksStringFilter - - """Filter by the object’s `primaryEmailAddress` field.""" - primaryEmailAddress: QuickbooksStringFilter - - """Filter by the object’s `familyName` field.""" - familyName: QuickbooksStringFilter - - """Filter by the object’s `suffix` field.""" - suffix: QuickbooksStringFilter - - """Filter by the object’s `middleName` field.""" - middleName: QuickbooksStringFilter - - """Filter by the object’s `givenName` field.""" - givenName: QuickbooksStringFilter - - """Filter by the object’s `title` field.""" - title: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksVendorsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - TITLE_ASC - TITLE_DESC - GIVEN_NAME_ASC - GIVEN_NAME_DESC - MIDDLE_NAME_ASC - MIDDLE_NAME_DESC - SUFFIX_ASC - SUFFIX_DESC - FAMILY_NAME_ASC - FAMILY_NAME_DESC - PRIMARY_EMAIL_ADDRESS_ASC - PRIMARY_EMAIL_ADDRESS_DESC - DISPLAY_NAME_ASC - DISPLAY_NAME_DESC - TELEPHONE_NUMBER_ASC - TELEPHONE_NUMBER_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - TERM_ID_ASC - TERM_ID_DESC - GSTIN_ASC - GSTIN_DESC - FAX_NUMBER_ASC - FAX_NUMBER_DESC - BUSINESS_NUMBER_ASC - BUSINESS_NUMBER_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - TAX_REPORTING_BASIS_ASC - TAX_REPORTING_BASIS_DESC - MOBILE_NUMBER_ASC - MOBILE_NUMBER_DESC - PRIMARY_PHONE_NUMBER_ASC - PRIMARY_PHONE_NUMBER_DESC - ALTERNATE_PHONE_NUMBER_ASC - ALTERNATE_PHONE_NUMBER_DESC - ACTIVE_ASC - ACTIVE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - VENDOR1099_ASC - VENDOR1099_DESC - WEB_ADDRESS_ASC - WEB_ADDRESS_DESC - BALANCE_ASC - BALANCE_DESC - COMPANY_NAME_ASC - COMPANY_NAME_DESC - TAX_IDENTIFIER_ASC - TAX_IDENTIFIER_DESC - ACCOUNT_NUMBER_ASC - ACCOUNT_NUMBER_DESC - GST_REGISTRATION_TYPE_ASC - GST_REGISTRATION_TYPE_DESC - PRINT_ON_CHECK_NAME_ASC - PRINT_ON_CHECK_NAME_DESC - BILLING_ADDRESS_ID_ASC - BILLING_ADDRESS_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksVendorsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - accountId: Float - - """""" - termId: Float - - """""" - balance: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksVendorsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - accountId: Float - - """""" - termId: Float - - """""" - balance: Float - - """""" - billingAddressId: Float -} - -"""""" -type QuickbooksVendorsConnectionAggregates { - """""" - sum: QuickbooksVendorsConnectionSums - - """""" - avg: QuickbooksVendorsConnectionAverages -} - -"""A `Vendor` edge in the connection.""" -type QuickbooksVendorsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Vendor` at the end of the edge.""" - node: QuickbooksVendor -} - -"""A connection to a list of `Vendor` values.""" -type QuickbooksVendorsConnection { - """A list of `Vendor` objects.""" - nodes: [QuickbooksVendor]! - - """ - A list of edges which contains the `Vendor` and cursor to aid in pagination. - """ - edges: [QuickbooksVendorsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Vendor` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksVendorsConnectionAggregates -} - -enum QuickbooksTermType { - STANDARD - DATE_DRIVEN -} - -"""""" -type QuickbooksTerm implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - name: String - - """""" - syncToken: String - - """""" - discountPercent: String - - """""" - discountDays: Int - - """""" - active: Boolean - - """""" - type: QuickbooksTermType - - """""" - createTime: String - - """""" - lastUpdatedTime: String - - """""" - discountDayOfMonth: Int - - """""" - dueDays: Int - - """Reads and enables pagination through a set of `Vendor`.""" - vendors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksVendorFilter - - """The method to use when ordering `Vendor`.""" - orderBy: [QuickbooksVendorsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksVendorsConnection! - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Bill`.""" - bills( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillFilter - - """The method to use when ordering `Bill`.""" - orderBy: [QuickbooksBillsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillsConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoicesBySalesTerm( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksTaxReportingBasis { - CASH - ACCRUAL -} - -"""""" -type QuickbooksVendor implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - syncToken: String - - """""" - title: String - - """""" - givenName: String - - """""" - middleName: String - - """""" - suffix: String - - """""" - familyName: String - - """""" - primaryEmailAddress: String - - """""" - displayName: String - - """""" - telephoneNumber: String - - """""" - accountId: String - - """""" - termId: String - - """""" - gstin: String - - """""" - faxNumber: String - - """""" - businessNumber: String - - """""" - currencyCode: String - - """""" - taxReportingBasis: QuickbooksTaxReportingBasis - - """""" - mobileNumber: String - - """""" - primaryPhoneNumber: String - - """""" - alternatePhoneNumber: String - - """""" - active: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - vendor1099: Boolean - - """""" - webAddress: String - - """""" - balance: String - - """""" - companyName: String - - """""" - taxIdentifier: String - - """""" - accountNumber: String - - """""" - gstRegistrationType: QuickbooksGstRegistrationType - - """""" - printOnCheckName: String - - """""" - billingAddressId: String - - """Reads a single `Account` that is related to this `Vendor`.""" - account: QuickbooksAccount - - """Reads a single `Term` that is related to this `Vendor`.""" - term: QuickbooksTerm - - """Reads a single `PhysicalAddress` that is related to this `Vendor`.""" - billingAddress: QuickbooksPhysicalAddress - - """Reads a single `Currency` that is related to this `Vendor`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `Item`.""" - items( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `Bill`.""" - bills( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillFilter - - """The method to use when ordering `Bill`.""" - orderBy: [QuickbooksBillsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillsConnection! - - """Reads and enables pagination through a set of `BillPayment`.""" - billPayments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection! - - """Reads and enables pagination through a set of `DepositLineItem`.""" - depositLineItemsByRealmIdAndVendorId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositLineItemFilter - - """The method to use when ordering `DepositLineItem`.""" - orderBy: [QuickbooksDepositLineItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositLineItemsConnection! - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksItemServiceType { - ADVT - AIRPORTSERVICES - AIRTRANSPORT - AIRTRVLAGNT - ARCHITECT - ASSTMGMT - ATMMAINTENANCE - AUCTIONSERV - AUTHSERST - BANKANDFIN - BEAUTYPARLOR - BROADCAST - BUSINESSAUX - BUSINESSEXHIBITION - BUSINESSSUPPORTSERV - CA - CABLEOPTR - CARGOHAND - CLEANINGSERV - CLEARANDFORW - CLUBSANDASSSERVICE - COMMCOACHORTRAINING - CONSENG - CONSTRCOMMERCIALCOMPLEX - CONTAINERRAILTRANS - CONVSERV - COSTACC - COURIER - CREDITCARD - CREDITRATAGNCY - CRUISESHIPTOUR - CS - CUSHOUSEAG - DESIGNSERV - DEVELOPSUPPLYCONTENT - DREDGING - DRYCLEANING - ERECTIONCOMMORINSTALL - EVENTMGMT - FASHIONDES - FOREXBROKING - FORWARDCONTRACT - FRANCHISESERV - GENERALINSURANCE - GOODSTRANSPORT - HEALTHCLUBANDFITNESS - INFORMATIONSERV - INSURAUX - INTDEC - INTELLECTUALPROPERTY - INTERNATIONALAIRTRAVEL - INTERNETCAFE - INTERNETTELEPHONY - LIFEINS - MAILLISTCOMPILE - MANDAPKEEPER - MANPWRRECRUIT - MGMTCONSUL - MGMTMAINTREPAIR - MININGOIL - MKTRESAGNCY - ONLINEINFORMRETRIEVAL - OPINIONPOLL - OUTDOORCATERING - PACKAGINGSERV - PANDALSHAMIANA - PHOTOGRAPHY - PORT - PORTSER - PROCESSCLEARHOUSE - PUBLICRELATIONMGMT - RAILTRAVELAGNT - REALESTAGT - RECOVERYAGENTS - REGISTRARSERV - RENTACAB - RENTINGIMMOVABLEPROP - RESIDENTIALCOMPLEXCONST - SALEOFSPACEFORADVT - SCANDTECHCONSUL - SECAG - SERVICESPROVIDEDFORTRANSACTION - SHARETRANSFERSERV - SHIPMGMT - SITEPREP - SOUNDRECORD - SPONSORSHIP - STAG - STOCKBROKING - STOCKEXCHGSERV - STORANDWAREHOUSING - SUPPLYTANGIBLEGOODS - SURVEYANDMAPMAKING - SURVEYMINERALS - TECHINSPECTION - TECHTESTING - TELECOMMUNICATIONSERV - TELEVISIONANDRADIO - TOUROP - TRANSPORTPIPELINE - TRAVELAGENT - ULIPMANAGEMENT - UNDERWRITER - VIDEOTAPEPROD - WORKSCONTRACT -} - -enum QuickbooksItemType { - INVENTORY - SERVICE - NON_INVENTORY - GROUP -} - -enum QuickbooksItemCategoryType { - PRODUCT - SERVICE -} - -"""""" -type QuickbooksItem implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - name: String - - """""" - categoryType: QuickbooksItemCategoryType - - """""" - syncToken: String - - """""" - inventoryStartDate: String - - """""" - type: QuickbooksItemType - - """""" - quantityOnHand: String - - """""" - assetAccountId: String - - """""" - sku: String - - """""" - salesTaxIncluded: Boolean - - """""" - trackQuantityOnHand: Boolean - - """""" - salesTaxCodeId: String - - """""" - purchaseTaxIncluded: Boolean - - """""" - fullyQualifiedName: String - - """""" - description: String - - """""" - abatementRate: String - - """""" - reverseChargeRate: String - - """""" - subItem: Boolean - - """""" - taxable: Boolean - - """""" - uqcDisplayText: String - - """""" - purchaseDesc: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - preferredVendorId: String - - """""" - level: Int - - """""" - active: Boolean - - """""" - uqcId: Int - - """""" - taxClassificationId: String - - """""" - purchaseTaxCodeId: String - - """""" - serviceType: QuickbooksItemServiceType - - """""" - purchaseCost: String - - """""" - parentId: String - - """""" - unitPrice: String - - """""" - incomeAccountId: String - - """""" - expenseAccountId: String - - """Reads a single `Account` that is related to this `Item`.""" - assetAccount: QuickbooksAccount - - """Reads a single `TaxCode` that is related to this `Item`.""" - salesTaxCode: QuickbooksTaxCode - - """Reads a single `Vendor` that is related to this `Item`.""" - preferredVendor: QuickbooksVendor - - """Reads a single `TaxClassification` that is related to this `Item`.""" - taxClassification: QuickbooksTaxClassification - - """Reads a single `TaxCode` that is related to this `Item`.""" - purchaseTaxCode: QuickbooksTaxCode - - """Reads a single `Item` that is related to this `Item`.""" - parent: QuickbooksItem - - """Reads a single `Account` that is related to this `Item`.""" - incomeAccount: QuickbooksAccount - - """Reads a single `Account` that is related to this `Item`.""" - expenseAccount: QuickbooksAccount - - """Reads a single `Uqc` that is related to this `Item`.""" - uqc: QuickbooksUqc - - """Reads and enables pagination through a set of `Item`.""" - subItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Item` values.""" -type QuickbooksItemsConnection { - """A list of `Item` objects.""" - nodes: [QuickbooksItem]! - - """ - A list of edges which contains the `Item` and cursor to aid in pagination. - """ - edges: [QuickbooksItemsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Item` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksItemsConnectionAggregates -} - -""" -A filter to be used against GstRegistrationType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksGstRegistrationTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksGstRegistrationType - - """Greater than the specified value.""" - greaterThan: QuickbooksGstRegistrationType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksGstRegistrationType - - """Less than the specified value.""" - lessThan: QuickbooksGstRegistrationType - - """Not included in the specified list.""" - notIn: [QuickbooksGstRegistrationType!] - - """Included in the specified list.""" - in: [QuickbooksGstRegistrationType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksGstRegistrationType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksGstRegistrationType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksGstRegistrationType - - """Equal to the specified value.""" - equalTo: QuickbooksGstRegistrationType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against Int fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksIntFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: Int - - """Greater than the specified value.""" - greaterThan: Int - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: Int - - """Less than the specified value.""" - lessThan: Int - - """Not included in the specified list.""" - notIn: [Int!] - - """Included in the specified list.""" - in: [Int!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: Int - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: Int - - """Not equal to the specified value.""" - notEqualTo: Int - - """Equal to the specified value.""" - equalTo: Int - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against Date fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDateFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against CustomerPreferredDeliveryMethod fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksCustomerPreferredDeliveryMethodFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksCustomerPreferredDeliveryMethod - - """Greater than the specified value.""" - greaterThan: QuickbooksCustomerPreferredDeliveryMethod - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksCustomerPreferredDeliveryMethod - - """Less than the specified value.""" - lessThan: QuickbooksCustomerPreferredDeliveryMethod - - """Not included in the specified list.""" - notIn: [QuickbooksCustomerPreferredDeliveryMethod!] - - """Included in the specified list.""" - in: [QuickbooksCustomerPreferredDeliveryMethod!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksCustomerPreferredDeliveryMethod - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksCustomerPreferredDeliveryMethod - - """Not equal to the specified value.""" - notEqualTo: QuickbooksCustomerPreferredDeliveryMethod - - """Equal to the specified value.""" - equalTo: QuickbooksCustomerPreferredDeliveryMethod - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Customer` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksCustomerFilter { - """Negates the expression.""" - not: QuickbooksCustomerFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksCustomerFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksCustomerFilter!] - - """Filter by the object’s `taxExemptionReasonId` field.""" - taxExemptionReasonId: QuickbooksIntFilter - - """Filter by the object’s `billingAddressId` field.""" - billingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `printOnCheckName` field.""" - printOnCheckName: QuickbooksStringFilter - - """Filter by the object’s `gstRegistrationType` field.""" - gstRegistrationType: QuickbooksGstRegistrationTypeFilter - - """Filter by the object’s `companyName` field.""" - companyName: QuickbooksStringFilter - - """Filter by the object’s `isProject` field.""" - isProject: QuickbooksBooleanFilter - - """Filter by the object’s `paymentMethodId` field.""" - paymentMethodId: QuickbooksBigIntFilter - - """Filter by the object’s `shippingAddressId` field.""" - shippingAddressId: QuickbooksBigIntFilter - - """Filter by the object’s `balance` field.""" - balance: QuickbooksBigFloatFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `webAddress` field.""" - webAddress: QuickbooksStringFilter - - """Filter by the object’s `notes` field.""" - notes: QuickbooksStringFilter - - """Filter by the object’s `level` field.""" - level: QuickbooksIntFilter - - """Filter by the object’s `parentId` field.""" - parentId: QuickbooksBigIntFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `alternatePhoneNumber` field.""" - alternatePhoneNumber: QuickbooksStringFilter - - """Filter by the object’s `taxable` field.""" - taxable: QuickbooksBooleanFilter - - """Filter by the object’s `openBalanceDate` field.""" - openBalanceDate: QuickbooksDateFilter - - """Filter by the object’s `primaryPhoneNumber` field.""" - primaryPhoneNumber: QuickbooksStringFilter - - """Filter by the object’s `balanceWithJobs` field.""" - balanceWithJobs: QuickbooksBigFloatFilter - - """Filter by the object’s `isJob` field.""" - isJob: QuickbooksBooleanFilter - - """Filter by the object’s `mobileNumber` field.""" - mobileNumber: QuickbooksStringFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `billWithParent` field.""" - billWithParent: QuickbooksBooleanFilter - - """Filter by the object’s `businessNumber` field.""" - businessNumber: QuickbooksStringFilter - - """Filter by the object’s `faxNumber` field.""" - faxNumber: QuickbooksStringFilter - - """Filter by the object’s `fullyQualifiedName` field.""" - fullyQualifiedName: QuickbooksStringFilter - - """Filter by the object’s `salesTermId` field.""" - salesTermId: QuickbooksBigIntFilter - - """Filter by the object’s `gstin` field.""" - gstin: QuickbooksStringFilter - - """Filter by the object’s `preferredDeliveryMethod` field.""" - preferredDeliveryMethod: QuickbooksCustomerPreferredDeliveryMethodFilter - - """Filter by the object’s `defaultTaxCodeId` field.""" - defaultTaxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `accountId` field.""" - accountId: QuickbooksBigIntFilter - - """Filter by the object’s `resaleNumber` field.""" - resaleNumber: QuickbooksStringFilter - - """Filter by the object’s `primaryEmailAddress` field.""" - primaryEmailAddress: QuickbooksStringFilter - - """Filter by the object’s `familyName` field.""" - familyName: QuickbooksStringFilter - - """Filter by the object’s `suffix` field.""" - suffix: QuickbooksStringFilter - - """Filter by the object’s `middleName` field.""" - middleName: QuickbooksStringFilter - - """Filter by the object’s `givenName` field.""" - givenName: QuickbooksStringFilter - - """Filter by the object’s `title` field.""" - title: QuickbooksStringFilter - - """Filter by the object’s `displayName` field.""" - displayName: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksCustomersOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - DISPLAY_NAME_ASC - DISPLAY_NAME_DESC - TITLE_ASC - TITLE_DESC - GIVEN_NAME_ASC - GIVEN_NAME_DESC - MIDDLE_NAME_ASC - MIDDLE_NAME_DESC - SUFFIX_ASC - SUFFIX_DESC - FAMILY_NAME_ASC - FAMILY_NAME_DESC - PRIMARY_EMAIL_ADDRESS_ASC - PRIMARY_EMAIL_ADDRESS_DESC - RESALE_NUMBER_ASC - RESALE_NUMBER_DESC - ACCOUNT_ID_ASC - ACCOUNT_ID_DESC - DEFAULT_TAX_CODE_ID_ASC - DEFAULT_TAX_CODE_ID_DESC - PREFERRED_DELIVERY_METHOD_ASC - PREFERRED_DELIVERY_METHOD_DESC - GSTIN_ASC - GSTIN_DESC - SALES_TERM_ID_ASC - SALES_TERM_ID_DESC - FULLY_QUALIFIED_NAME_ASC - FULLY_QUALIFIED_NAME_DESC - FAX_NUMBER_ASC - FAX_NUMBER_DESC - BUSINESS_NUMBER_ASC - BUSINESS_NUMBER_DESC - BILL_WITH_PARENT_ASC - BILL_WITH_PARENT_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - MOBILE_NUMBER_ASC - MOBILE_NUMBER_DESC - IS_JOB_ASC - IS_JOB_DESC - BALANCE_WITH_JOBS_ASC - BALANCE_WITH_JOBS_DESC - PRIMARY_PHONE_NUMBER_ASC - PRIMARY_PHONE_NUMBER_DESC - OPEN_BALANCE_DATE_ASC - OPEN_BALANCE_DATE_DESC - TAXABLE_ASC - TAXABLE_DESC - ALTERNATE_PHONE_NUMBER_ASC - ALTERNATE_PHONE_NUMBER_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - PARENT_ID_ASC - PARENT_ID_DESC - LEVEL_ASC - LEVEL_DESC - NOTES_ASC - NOTES_DESC - WEB_ADDRESS_ASC - WEB_ADDRESS_DESC - ACTIVE_ASC - ACTIVE_DESC - BALANCE_ASC - BALANCE_DESC - SHIPPING_ADDRESS_ID_ASC - SHIPPING_ADDRESS_ID_DESC - PAYMENT_METHOD_ID_ASC - PAYMENT_METHOD_ID_DESC - IS_PROJECT_ASC - IS_PROJECT_DESC - COMPANY_NAME_ASC - COMPANY_NAME_DESC - GST_REGISTRATION_TYPE_ASC - GST_REGISTRATION_TYPE_DESC - PRINT_ON_CHECK_NAME_ASC - PRINT_ON_CHECK_NAME_DESC - BILLING_ADDRESS_ID_ASC - BILLING_ADDRESS_ID_DESC - TAX_EXEMPTION_REASON_ID_ASC - TAX_EXEMPTION_REASON_ID_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -""" -A filter to be used against AccountSubType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksAccountSubTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksAccountSubType - - """Greater than the specified value.""" - greaterThan: QuickbooksAccountSubType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksAccountSubType - - """Less than the specified value.""" - lessThan: QuickbooksAccountSubType - - """Not included in the specified list.""" - notIn: [QuickbooksAccountSubType!] - - """Included in the specified list.""" - in: [QuickbooksAccountSubType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksAccountSubType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksAccountSubType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksAccountSubType - - """Equal to the specified value.""" - equalTo: QuickbooksAccountSubType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against AccountType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksAccountTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksAccountType - - """Greater than the specified value.""" - greaterThan: QuickbooksAccountType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksAccountType - - """Less than the specified value.""" - lessThan: QuickbooksAccountType - - """Not included in the specified list.""" - notIn: [QuickbooksAccountType!] - - """Included in the specified list.""" - in: [QuickbooksAccountType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksAccountType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksAccountType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksAccountType - - """Equal to the specified value.""" - equalTo: QuickbooksAccountType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against TransactionLocationType fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksTransactionLocationTypeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksTransactionLocationType - - """Greater than the specified value.""" - greaterThan: QuickbooksTransactionLocationType - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksTransactionLocationType - - """Less than the specified value.""" - lessThan: QuickbooksTransactionLocationType - - """Not included in the specified list.""" - notIn: [QuickbooksTransactionLocationType!] - - """Included in the specified list.""" - in: [QuickbooksTransactionLocationType!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksTransactionLocationType - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksTransactionLocationType - - """Not equal to the specified value.""" - notEqualTo: QuickbooksTransactionLocationType - - """Equal to the specified value.""" - equalTo: QuickbooksTransactionLocationType - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksDatetimeFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against BigFloat fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBigFloatFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against AccountClassification fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksAccountClassificationFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: QuickbooksAccountClassification - - """Greater than the specified value.""" - greaterThan: QuickbooksAccountClassification - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: QuickbooksAccountClassification - - """Less than the specified value.""" - lessThan: QuickbooksAccountClassification - - """Not included in the specified list.""" - notIn: [QuickbooksAccountClassification!] - - """Included in the specified list.""" - in: [QuickbooksAccountClassification!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: QuickbooksAccountClassification - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: QuickbooksAccountClassification - - """Not equal to the specified value.""" - notEqualTo: QuickbooksAccountClassification - - """Equal to the specified value.""" - equalTo: QuickbooksAccountClassification - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against Boolean fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBooleanFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: Boolean - - """Greater than the specified value.""" - greaterThan: Boolean - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: Boolean - - """Less than the specified value.""" - lessThan: Boolean - - """Not included in the specified list.""" - notIn: [Boolean!] - - """Included in the specified list.""" - in: [Boolean!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: Boolean - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: Boolean - - """Not equal to the specified value.""" - notEqualTo: Boolean - - """Equal to the specified value.""" - equalTo: Boolean - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against String fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksStringFilter { - """ - Does not match the specified pattern using the SQL standard's definition of a regular expression. - """ - notSimilarTo: String - - """ - Matches the specified pattern using the SQL standard's definition of a regular expression. - """ - similarTo: String - - """ - Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - notLikeInsensitive: String - - """ - Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - likeInsensitive: String - - """ - Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - notLike: String - - """ - Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - like: String - - """Does not end with the specified string (case-insensitive).""" - notEndsWithInsensitive: String - - """Ends with the specified string (case-insensitive).""" - endsWithInsensitive: String - - """Does not end with the specified string (case-sensitive).""" - notEndsWith: String - - """Ends with the specified string (case-sensitive).""" - endsWith: String - - """Does not start with the specified string (case-insensitive).""" - notStartsWithInsensitive: String - - """Starts with the specified string (case-insensitive).""" - startsWithInsensitive: String - - """Does not start with the specified string (case-sensitive).""" - notStartsWith: String - - """Starts with the specified string (case-sensitive).""" - startsWith: String - - """Does not contain the specified string (case-insensitive).""" - notIncludesInsensitive: String - - """Contains the specified string (case-insensitive).""" - includesInsensitive: String - - """Does not contain the specified string (case-sensitive).""" - notIncludes: String - - """Contains the specified string (case-sensitive).""" - includes: String - - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against BigInt fields. All fields are combined with a logical ‘and.’ -""" -input QuickbooksBigIntFilter { - """Greater than or equal to the specified value.""" - greaterThanOrEqualTo: String - - """Greater than the specified value.""" - greaterThan: String - - """Less than or equal to the specified value.""" - lessThanOrEqualTo: String - - """Less than the specified value.""" - lessThan: String - - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Equal to the specified value, treating null like an ordinary value.""" - notDistinctFrom: String - - """ - Not equal to the specified value, treating null like an ordinary value. - """ - distinctFrom: String - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String - - """ - Is null (if `true` is specified) or is not null (if `false` is specified). - """ - isNull: Boolean -} - -""" -A filter to be used against `Account` object types. All fields are combined with a logical ‘and.’ -""" -input QuickbooksAccountFilter { - """Negates the expression.""" - not: QuickbooksAccountFilter - - """Checks for any expressions in this list.""" - or: [QuickbooksAccountFilter!] - - """Checks for all expressions in this list.""" - and: [QuickbooksAccountFilter!] - - """Filter by the object’s `accountSubType` field.""" - accountSubType: QuickbooksAccountSubTypeFilter - - """Filter by the object’s `taxCodeId` field.""" - taxCodeId: QuickbooksBigIntFilter - - """Filter by the object’s `alias` field.""" - alias: QuickbooksStringFilter - - """Filter by the object’s `accountType` field.""" - accountType: QuickbooksAccountTypeFilter - - """Filter by the object’s `transactionLocationType` field.""" - transactionLocationType: QuickbooksTransactionLocationTypeFilter - - """Filter by the object’s `lastUpdatedTime` field.""" - lastUpdatedTime: QuickbooksDatetimeFilter - - """Filter by the object’s `createTime` field.""" - createTime: QuickbooksDatetimeFilter - - """Filter by the object’s `active` field.""" - active: QuickbooksBooleanFilter - - """Filter by the object’s `description` field.""" - description: QuickbooksStringFilter - - """Filter by the object’s `currentBalance` field.""" - currentBalance: QuickbooksBigFloatFilter - - """Filter by the object’s `parentAccountId` field.""" - parentAccountId: QuickbooksBigIntFilter - - """Filter by the object’s `currentBalanceWithSubAccounts` field.""" - currentBalanceWithSubAccounts: QuickbooksBigFloatFilter - - """Filter by the object’s `currencyCode` field.""" - currencyCode: QuickbooksStringFilter - - """Filter by the object’s `fullyQualifiedName` field.""" - fullyQualifiedName: QuickbooksStringFilter - - """Filter by the object’s `classification` field.""" - classification: QuickbooksAccountClassificationFilter - - """Filter by the object’s `subAccount` field.""" - subAccount: QuickbooksBooleanFilter - - """Filter by the object’s `accountNumber` field.""" - accountNumber: QuickbooksStringFilter - - """Filter by the object’s `syncToken` field.""" - syncToken: QuickbooksBigIntFilter - - """Filter by the object’s `name` field.""" - name: QuickbooksStringFilter - - """Filter by the object’s `id` field.""" - id: QuickbooksBigIntFilter - - """Filter by the object’s `realmId` field.""" - realmId: QuickbooksBigIntFilter -} - -enum QuickbooksAccountsOrderBy { - NATURAL - REALM_ID_ASC - REALM_ID_DESC - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - SYNC_TOKEN_ASC - SYNC_TOKEN_DESC - ACCOUNT_NUMBER_ASC - ACCOUNT_NUMBER_DESC - SUB_ACCOUNT_ASC - SUB_ACCOUNT_DESC - CLASSIFICATION_ASC - CLASSIFICATION_DESC - FULLY_QUALIFIED_NAME_ASC - FULLY_QUALIFIED_NAME_DESC - CURRENCY_CODE_ASC - CURRENCY_CODE_DESC - CURRENT_BALANCE_WITH_SUB_ACCOUNTS_ASC - CURRENT_BALANCE_WITH_SUB_ACCOUNTS_DESC - PARENT_ACCOUNT_ID_ASC - PARENT_ACCOUNT_ID_DESC - CURRENT_BALANCE_ASC - CURRENT_BALANCE_DESC - DESCRIPTION_ASC - DESCRIPTION_DESC - ACTIVE_ASC - ACTIVE_DESC - CREATE_TIME_ASC - CREATE_TIME_DESC - LAST_UPDATED_TIME_ASC - LAST_UPDATED_TIME_DESC - TRANSACTION_LOCATION_TYPE_ASC - TRANSACTION_LOCATION_TYPE_DESC - ACCOUNT_TYPE_ASC - ACCOUNT_TYPE_DESC - ALIAS_ASC - ALIAS_DESC - TAX_CODE_ID_ASC - TAX_CODE_ID_DESC - ACCOUNT_SUB_TYPE_ASC - ACCOUNT_SUB_TYPE_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type QuickbooksAccountsConnectionAverages { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - currentBalanceWithSubAccounts: Float - - """""" - parentAccountId: Float - - """""" - currentBalance: Float - - """""" - taxCodeId: Float -} - -"""""" -type QuickbooksAccountsConnectionSums { - """""" - realmId: Float - - """""" - id: Float - - """""" - syncToken: Float - - """""" - currentBalanceWithSubAccounts: Float - - """""" - parentAccountId: Float - - """""" - currentBalance: Float - - """""" - taxCodeId: Float -} - -"""""" -type QuickbooksAccountsConnectionAggregates { - """""" - sum: QuickbooksAccountsConnectionSums - - """""" - avg: QuickbooksAccountsConnectionAverages -} - -"""Information about pagination in a connection.""" -type QuickbooksPageInfo { - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String - - """When paginating forwards, the cursor to continue.""" - endCursor: String -} - -"""A `Account` edge in the connection.""" -type QuickbooksAccountsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Account` at the end of the edge.""" - node: QuickbooksAccount -} - -"""A connection to a list of `Account` values.""" -type QuickbooksAccountsConnection { - """A list of `Account` objects.""" - nodes: [QuickbooksAccount]! - - """ - A list of edges which contains the `Account` and cursor to aid in pagination. - """ - edges: [QuickbooksAccountsEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Account` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksAccountsConnectionAggregates -} - -"""""" -type QuickbooksTaxCode implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - name: String! - - """""" - syncToken: String - - """""" - taxGroup: Boolean - - """""" - taxable: Boolean - - """""" - active: Boolean - - """""" - description: String - - """""" - hidden: Boolean - - """""" - createTime: String - - """""" - lastUpdatedTime: String - - """Reads and enables pagination through a set of `Account`.""" - accountsUsingTaxCodeAsDefault( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksAccountFilter - - """The method to use when ordering `Account`.""" - orderBy: [QuickbooksAccountsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksAccountsConnection! - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Item`.""" - itemsBySalesTaxCode( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `Item`.""" - itemsByPurchaseTaxCode( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoicesByTransactionTaxCode( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimatesByTransactionTaxCode( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `JournalEntry`.""" - journalEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksJournalEntryFilter - - """The method to use when ordering `JournalEntry`.""" - orderBy: [QuickbooksJournalEntriesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksJournalEntriesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksAccountSubType { - ACCOUNTS_PAYABLE - ACCOUNTS_RECEIVABLE - ACCUMULATED_ADJUSTMENT - ACCUMULATED_AMORTIZATION - ACCUMULATED_AMORTIZATION_OF_OTHER_ASSETS - ACCUMULATED_DEPLETION - ACCUMULATED_DEPRECIATION - ADVERTISING_PROMOTIONAL - ALLOWANCE_FOR_BAD_DEBTS - AMORTIZATION - AUTO - BAD_DEBTS - BANK_CHARGES - BUILDINGS - CASH_ON_HAND - CHARITABLE_CONTRIBUTIONS - CHECKING - COMMON_STOCK - COST_OF_LABOR - COST_OF_LABOR_COS - CREDIT_CARD - DEPLETABLE_ASSETS - DEPRECIATION - DEVELOPMENT_COSTS - DIRECT_DEPOSIT_PAYABLE - DISCOUNTS_REFUNDS_GIVEN - DIVIDEND_INCOME - DUES_SUBSCRIPTIONS - EMPLOYEE_CASH_ADVANCES - ENTERTAINMENT - ENTERTAINMENT_MEALS - EQUIPMENT_RENTAL - EQUIPMENT_RENTAL_COS - ESTIMATED_TAXES - EXCHANGE_GAIN_OR_LOSS - FEDERAL_INCOME_TAX_PAYABLE - FINANCE_COSTS - FIXED_ASSET_COMPUTERS - FIXED_ASSET_COPIERS - FIXED_ASSET_FURNITURE - FIXED_ASSET_PHONE - FIXED_ASSET_PHOTO_VIDEO - FIXED_ASSET_SOFTWARE - FIXED_ASSET_OTHER_TOOLS_EQUIPMENT - FURNITURE_AND_FIXTURES - GLOBAL_TAX_EXPENSE - GLOBAL_TAX_PAYABLE - GLOBAL_TAX_SUSPENSE - GAS_AND_FUEL - GOODWILL - GRATUITY - HEALTHCARE - HOME_OFFICE - HOMEOWNER_RENTAL_INSURANCE - INSURANCE - INSURANCE_PAYABLE - INTANGIBLE_ASSETS - INTEREST_EARNED - INTEREST_PAID - INVENTORY - INVESTMENT_MORTGAGE_REAL_ESTATE_LOANS - INVESTMENT_OTHER - INVESTMENT_TAX_EXEMPT_SECURITIES - INVESTMENT_USGOVERNMENT_OBLIGATIONS - LAND - LEASE_BUYOUT - LEASEHOLD_IMPROVEMENTS - LEGAL_PROFESSIONAL_FEES - LICENSES - LINE_OF_CREDIT - LOAN_PAYABLE - LOANS_TO_OFFICERS - LOANS_TO_OTHERS - LOANS_TO_STOCKHOLDERS - MACHINERY_AND_EQUIPMENT - MONEY_MARKET - MORTGAGE_INTEREST_HOME_OFFICE - NON_PROFIT_INCOME - NOTES_PAYABLE - OFFICE_GENERAL_ADMINISTRATIVE_EXPENSES - OPENING_BALANCE_EQUITY - ORGANIZATIONAL_COSTS - OTHER_BUSINESS_EXPENSES - OTHER_COSTS_OF_SERVICE_COS - OTHER_CURRENT_ASSETS - OTHER_CURRENT_LIABILITIES - OTHER_FIXED_ASSETS - OTHER_HOME_OFFICE_EXPENSES - OTHER_INVESTMENT_INCOME - OTHER_LONG_TERM_ASSETS - OTHER_LONG_TERM_LIABILITIES - OTHER_MISCELLANEOUS_EXPENSE - OTHER_MISCELLANEOUS_INCOME - OTHER_MISCELLANEOUS_SERVICE_COST - OTHER_PRIMARY_INCOME - OTHER_VEHICLE_EXPENSES - OWNERS_EQUITY - PAID_IN_CAPITAL_OR_SURPLUS - PARKING_AND_TOLLS - PARTNER_CONTRIBUTIONS - PARTNER_DISTRIBUTIONS - PARTNERS_EQUITY - PAYROLL_CLEARING - PAYROLL_EXPENSES - PAYROLL_TAX_PAYABLE - PENALTIES_SETTLEMENTS - PERSONAL_EXPENSE - PERSONAL_INCOME - PREFERRED_STOCK - PREPAID_EXPENSES - PREPAID_EXPENSES_PAYABLE - PROMOTIONAL_MEALS - RENT_AND_LEASE_HOME_OFFICE - RENT_OR_LEASE_OF_BUILDINGS - RENTS_HELD_IN_TRUST - RENTS_IN_TRUST_LIABILITY - REPAIRS_AND_MAINTAINCE_HOME_OFFICE - REPAIR_MAINTENANCE - RETAINAGE - RETAINED_EARNINGS - SALES_OF_PRODUCT_INCOME - SALES_TAX_PAYABLE - SAVINGS - SECURITY_DEPOSITS - SERVICE_FEE_INCOME - SHAREHOLDER_NOTES_PAYABLE - SHIPPING_FREIGHT_DELIVERY - SHIPPING_FREIGHT_DELIVERY_COS - STATE_LOCAL_INCOME_TAX_PAYABLE - SUPPLIES_MATERIALS - SUPPLIES_MATERIALS_COGS - TAXES_PAID - TAX_EXEMPT_INTEREST - TRAVEL - TRAVEL_MEALS - TREASURY_STOCK - TRUST_ACCOUNTS - TRUST_ACCOUNTS_LIABILITIES - UNAPPLIED_CASH_BILL_PAYMENT_EXPENSE - UNAPPLIED_CASH_PAYMENT_INCOME - UNDEPOSITED_FUNDS - UTILITIES - UTILITIES_HOME_OFFICE - VEHICLE - VEHICLE_INSURANCE - VEHICLE_LEASE - VEHICLE_LOAN - VEHICLE_LOAN_INTEREST - VEHICLE_REGISTRATION - VEHICLE_REPAIRS - VEHICLES - WASH_AND_ROAD_SERVICES - WITHHOLDING_TAX_SALES - WITHHOLDING_TAX_PURCHASES - WITHHOLDING_ASSET_AMOUNT - WITHHOLDING_LIABILITY_AMOUNT - WITHHOLDING_TAX_SUSPENSE - PROVISIONS_CURRENT_ASSETS - OTHER_CONSUMABLES - EXPENDITURE_AUTHORISATIONS_AND_LETTERS_OF_CREDIT - INTERNAL_TRANSFERS - PROVISIONS_FIXED_ASSETS - ASSETS_IN_COURSE_OF_CONSTRUCTION - PARTICIPATING_INTERESTS - CUMULATIVE_DEPRECIATION_ON_INTANGIBLE_ASSETS - PROVISIONS_NON_CURRENT_ASSETS - OUTSTANDING_DUES_MICRO_SMALL_ENTERPRISE - OUTSTANDING_DUES_OTHER_THAN_MICRO_SMALL_ENTERPRISE - GLOBAL_TAX_REFUND - GLOBAL_TAX_DEFERRED - PROVISIONS_CURRENT_LIABILITIES - STAFF_AND_RELATED_LIABILITY_ACCOUNTS - SOCIAL_SECURITY_AGENCIES - SUNDRY_DEBTORS_AND_CREDITORS - PROVISIONS_NON_CURRENT_LIABILITIES - DEBTS_RELATED_TO_PARTICIPATING_INTERESTS - STAFF_AND_RELATED_LONG_TERM_LIABILITY_ACCOUNTS - GOVERNMENT_AND_OTHER_PUBLIC_AUTHORITIES - GROUP_AND_ASSOCIATES - INVESTMENT_GRANTS - CASH_RECEIPT_INCOME - OWN_WORK_CAPITALIZED - OPERATING_GRANTS - OTHER_CURRENT_OPERATING_INCOME - COST_OF_SALES - CASH_EXPENDITURE_EXPENSE - EXTERNAL_SERVICES - OTHER_EXTERNAL_SERVICES - PURCHASES_REBATES - OTHER_RENTAL_COSTS - PROJECT_STUDIES_SURVEYS_ASSESSMENTS - SUNDRY - STAFF_COSTS - OTHER_CURRENT_OPERATING_CHARGES - EXTRAORDINARY_CHARGES - APPROPRIATIONS_TO_DEPRECIATION - ACCRUALS_AND_DEFERRED_INCOME - CURRENT_TAX_LIABILITY - DEFERRED_TAX - DISTRIBUTION_COSTS - INVESTMENTS - LONG_TERM_BORROWINGS - OTHER_INTANGIBLE_ASSETS - PREPAYMENTS_AND_ACCRUED_INCOME - SHORT_TERM_BORROWINGS - PROVISION_FOR_LIABILITIES - CALLED_UP_SHARE_CAPITAL - CALLED_UP_SHARE_CAPITAL_NOT_PAID - LAND_ASSET - AVAILABLE_FOR_SALE_FINANCIAL_ASSETS - PROVISION_FOR_WARRANTY_OBLIGATIONS - CURRENT_PORTION_EMPLOYEE_BENEFITS_OBLIGATIONS - LONG_TERM_EMPLOYEE_BENEFIT_OBLIGATIONS - OBLIGATIONS_UNDER_FINANCE_LEASES - BANK_LOANS - INTEREST_PAYABLES - GAIN_LOSS_ON_SALE_OF_INVESTMENTS - GAIN_LOSS_ON_SALE_OF_FIXED_ASSETS - SHARE_CAPITAL - CURRENT_PORTION_OF_OBLIGATIONS_UNDER_FINANCE_LEASES - ASSETS_HELD_FOR_SALE - ACCRUED_LIABILITIES - ACCRUED_LONG_LERM_LIABILITIES - ACCRUED_VACATION_PAYABLE - CASH_AND_CASH_EQUIVALENTS - COMMISSIONS_AND_FEES - AMORTIZATION_EXPENSE - LOSS_ON_DISCONTINUED_OPERATIONS_NET_OF_TAX - MANAGEMENT_COMPENSATION - OTHER_SELLING_EXPENSES - LIABILITIES_RELATED_TO_ASSETS_HELD_FOR_SALE - LONG_TERM_DEBIT - EQUITY_IN_EARNINGS_OF_SUBSIDUARIES - OTHER_OPERATING_INCOME - REVENUE_GENERAL - DIVIDEND_DISBURSED - FREIGHT_AND_DELIVERY_COS - SHIPPING_AND_DELIVERY_EXPENSE - TRAVEL_EXPENSES_GENERAL_AND_ADMIN_EXPENSES - TRAVEL_EXPENSES_SELLING_EXPENSE - UNREALISED_LOSS_ON_SECURITIES_NET_OF_TAX - SALES_RETAIL - SALES_WHOLESALE - ACCUMULATED_OTHER_COMPREHENSIVE_INCOME - ASSETS_AVAILABLE_FOR_SALE - LOSS_ON_DISPOSAL_OF_ASSETS - NON_CURRENT_ASSETS - INCOME_TAX_EXPENSE - LONG_TERM_INVESTMENTS - DIVIDENDS_PAYABLE - TRADE_AND_OTHER_RECEIVABLES - TRADE_AND_OTHER_PAYABLES - CURRENT_LIABILITIES - SAVINGS_BY_TAX_SCHEME - BORROWING_COST - DEPLETION - EXCEPTIONAL_ITEMS - PRIOR_PERIOD_ITEMS - EXTRAORDINARY_ITEMS - MAT_CREDIT - OTHER_FREE_RESERVES - CAPITAL_RESERVES - FUNDS - MONEY_RECEIVED_AGAINST_SHARE_WARRANTS - SHARE_APPLICATION_MONEY_PENDING_ALLOTMENT - DEFERRED_TAX_LIABILITIES - OTHER_LONG_TERM_PROVISIONS - CAPITAL_WIP - INTANGIBLE_ASSETS_UNDER_DEVELOPMENT - OTHER_LONG_TERM_INVESTMENTS - LONG_TERM_LOANS_AND_ADVANCES_TO_RELATED_PARTIES - OTHER_LONG_TERM_LOANS_AND_ADVANCES - SHORT_TERM_INVESTMENTS_IN_RELATED_PARTIES - OTHER_EARMARKED_BANK_ACCOUNTS - SHORT_TERM_LOANS_AND_ADVANCES_TO_RELATED_PARTIES - DEFERRED_TAX_EXPENSE - INCOME_TAX_OTHER_EXPENSE - DUTIES_AND_TAXES - BAL_WITH_GOVT_AUTHORITIES - TAX_ROUNDOFF_GAIN_OR_LOSS -} - -enum QuickbooksAccountType { - BANK - ACCOUNTS_RECEIVABLE - OTHER_CURRENT_ASSET - FIXED_ASSET - OTHER_ASSET - ACCOUNTS_PAYABLE - CREDIT_CARD - OTHER_CURRENT_LIABILITY - LONG_TERM_LIABILITY - EQUITY - INCOME - COST_OF_GOODS_SOLD - EXPENSE - OTHER_INCOME - OTHER_EXPENSE - NON_POSTING -} - -enum QuickbooksTransactionLocationType { - WITHIN_FRANCE - FRANCE_OVERSEAS - OUTSIDE_FRANCE_WITH_EU - OUTSIDE_EU -} - -enum QuickbooksAccountClassification { - ASSET - EQUITY - EXPENSE - LIABILITY - REVENUE -} - -""" -An Account object is a component of a Chart Of Accounts, and is part of a ledger. It is used to record a total monetary amount allocated against a specific use. Accounts are one of five basic types: asset, liability, revenue (income), expenses, or equity. Delete is achieved by setting the Active attribute to false in an object update request; thus, making it inactive. In this type of delete, the record is not permanently deleted, but is hidden for display purposes. References to inactive objects are left intact. -""" -type QuickbooksAccount implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """The unique realmID fro the company.""" - realmId: String! - - """Unique identifier for this object""" - id: String! - - """ - User recognizable name for the Account. Name must not contain double quotes (") or colon (:). - """ - name: String! - - """ - Version number of the object. It is used to lock an object for use by one app at a time. As soon as an application modifies an object, its SyncToken is incremented. Attempts to modify an object specifying an older SyncToken fails. Only the latest version of the object is maintained by QuickBooks Online. - """ - syncToken: String! - - """ - User-defined account number to help the user in identifying the account within the chart-of-accounts and in deciding what should be posted to the account. The Account.AcctNum attribute must not contain colon (:). For France locales: - Name must be unique. - Length must be between 6 and 15 characters - Must start with the account number from the master category list. - Name limited to alpha-numeric characters. - Required for France locales. - """ - accountNumber: String - - """ - Specifies whether this object represents a parent (false) or subaccount (true). - """ - subAccount: Boolean - - """The classification of an account.""" - classification: QuickbooksAccountClassification - - """The classification of an account.""" - fullyQualifiedName: String - - """Reference to the currency in which this account holds amounts.""" - currencyCode: String - - """ - Specifies the cumulative balance amount for the current Account and all its sub-accounts. - """ - currentBalanceWithSubAccounts: String - - """Specifies the Parent AccountId if this represents a SubAccount.""" - parentAccountId: String - - """ - Specifies the balance amount for the current Account. Valid for Balance Sheet accounts. - """ - currentBalance: String - - """ - User entered description for the account, which may include user entered information to guide bookkeepers/accountants in deciding what journal entries to post to the account. - """ - description: String - - """ - Whether or not active inactive accounts may be hidden from most display purposes and may not be posted to. - """ - active: Boolean - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - transactionLocationType: QuickbooksTransactionLocationType - - """ - A detailed account classification that specifies the use of this account. The type is based on the Classification. - """ - accountType: QuickbooksAccountType - - """ - A user friendly name for the account. It must be unique across all account categories. - - For France locales, only. - - For example, if an account is created under category 211 with `AccountAlias` of `Terrains`, then the system does not allow creation of an account with same `AccountAlias` of `Terrains` for any other category except 211. In other words, 211001 and 215001 accounts cannot have same `AccountAlias` because both belong to different account category. - """ - alias: String - - """Default tax code used by this account""" - taxCodeId: String - - """""" - accountSubType: QuickbooksAccountSubType - - """Reads a single `Account` that is related to this `Account`.""" - parentAccount: QuickbooksAccount - - """Reads a single `TaxCode` that is related to this `Account`.""" - taxCode: QuickbooksTaxCode - - """Reads a single `Currency` that is related to this `Account`.""" - currency: QuickbooksCurrency - - """Reads and enables pagination through a set of `Account`.""" - subAccounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksAccountFilter - - """The method to use when ordering `Account`.""" - orderBy: [QuickbooksAccountsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksAccountsConnection! - - """Reads and enables pagination through a set of `Vendor`.""" - vendors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksVendorFilter - - """The method to use when ordering `Vendor`.""" - orderBy: [QuickbooksVendorsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksVendorsConnection! - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Item`.""" - itemsByAssetAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `Item`.""" - itemsByIncomeAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `Item`.""" - itemsByExpenseAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksItemFilter - - """The method to use when ordering `Item`.""" - orderBy: [QuickbooksItemsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksItemsConnection! - - """Reads and enables pagination through a set of `Bill`.""" - bills( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillFilter - - """The method to use when ordering `Bill`.""" - orderBy: [QuickbooksBillsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillsConnection! - - """Reads and enables pagination through a set of `BillPayment`.""" - billPayments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection! - - """Reads and enables pagination through a set of `BillPayment`.""" - billPaymentsByCheckPaymentAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection! - - """Reads and enables pagination through a set of `BillPayment`.""" - billPaymentsByCreditCardPaymentAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksBillPaymentFilter - - """The method to use when ordering `BillPayment`.""" - orderBy: [QuickbooksBillPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksBillPaymentsConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoicesByDepositToAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Payment`.""" - paymentsByDepositToAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentFilter - - """The method to use when ordering `Payment`.""" - orderBy: [QuickbooksPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentsConnection! - - """Reads and enables pagination through a set of `Payment`.""" - paymentsByAccountsReceivableAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentFilter - - """The method to use when ordering `Payment`.""" - orderBy: [QuickbooksPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentsConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceiptsByDepositToAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceiptsByDepositToAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `Transfer`.""" - transfersByTransferToAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransferFilter - - """The method to use when ordering `Transfer`.""" - orderBy: [QuickbooksTransfersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransfersConnection! - - """Reads and enables pagination through a set of `Transfer`.""" - transfersByTransferfromAccount( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTransferFilter - - """The method to use when ordering `Transfer`.""" - orderBy: [QuickbooksTransfersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTransfersConnection! - - """Reads and enables pagination through a set of `Deposit`.""" - depositsByDepositTo( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositFilter - - """The method to use when ordering `Deposit`.""" - orderBy: [QuickbooksDepositsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositsConnection! - - """Reads and enables pagination through a set of `Deposit`.""" - depositsByCashBack( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksDepositFilter - - """The method to use when ordering `Deposit`.""" - orderBy: [QuickbooksDepositsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksDepositsConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum QuickbooksGstRegistrationType { - GST_REG_REG - GST_REG_COMP - GST_UNREG - CONSUMER - OVERSEAS - SEZ - DEEMED -} - -enum QuickbooksCustomerPreferredDeliveryMethod { - PRINT - EMAIL - NONE -} - -"""""" -type QuickbooksCustomer implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - realmId: String! - - """""" - id: String! - - """""" - syncToken: String - - """""" - displayName: String - - """""" - title: String - - """""" - givenName: String - - """""" - middleName: String - - """""" - suffix: String - - """""" - familyName: String - - """""" - primaryEmailAddress: String - - """""" - resaleNumber: String - - """""" - accountId: String - - """""" - defaultTaxCodeId: String - - """""" - preferredDeliveryMethod: QuickbooksCustomerPreferredDeliveryMethod - - """""" - gstin: String - - """""" - salesTermId: String - - """""" - fullyQualifiedName: String - - """""" - faxNumber: String - - """""" - businessNumber: String - - """""" - billWithParent: Boolean - - """""" - currencyCode: String - - """""" - mobileNumber: String - - """""" - isJob: Boolean - - """""" - balanceWithJobs: String - - """""" - primaryPhoneNumber: String - - """""" - openBalanceDate: String - - """""" - taxable: Boolean - - """""" - alternatePhoneNumber: String - - """""" - createTime: String! - - """""" - lastUpdatedTime: String! - - """""" - parentId: String - - """""" - level: Int - - """""" - notes: String - - """""" - webAddress: String - - """""" - active: Boolean - - """""" - balance: String - - """""" - shippingAddressId: String - - """""" - paymentMethodId: String - - """""" - isProject: Boolean - - """""" - companyName: String - - """""" - gstRegistrationType: QuickbooksGstRegistrationType - - """""" - printOnCheckName: String - - """""" - billingAddressId: String - - """""" - taxExemptionReasonId: Int - - """Reads a single `Account` that is related to this `Customer`.""" - account: QuickbooksAccount - - """Reads a single `TaxCode` that is related to this `Customer`.""" - defaultTaxCode: QuickbooksTaxCode - - """Reads a single `Term` that is related to this `Customer`.""" - salesTerm: QuickbooksTerm - - """Reads a single `Customer` that is related to this `Customer`.""" - parentCustomer: QuickbooksCustomer - - """Reads a single `PhysicalAddress` that is related to this `Customer`.""" - shippingAddress: QuickbooksPhysicalAddress - - """Reads a single `PaymentMethod` that is related to this `Customer`.""" - paymentMethod: QuickbooksPaymentMethod - - """Reads a single `PhysicalAddress` that is related to this `Customer`.""" - billingAddress: QuickbooksPhysicalAddress - - """Reads a single `Currency` that is related to this `Customer`.""" - currency: QuickbooksCurrency - - """ - Reads a single `TaxExemptionReason` that is related to this `Customer`. - """ - taxExemptionReason: QuickbooksTaxExemptionReason - - """Reads and enables pagination through a set of `Customer`.""" - subCustomers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - - """Reads and enables pagination through a set of `Invoice`.""" - invoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksInvoiceFilter - - """The method to use when ordering `Invoice`.""" - orderBy: [QuickbooksInvoicesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksInvoicesConnection! - - """Reads and enables pagination through a set of `Estimate`.""" - estimates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksEstimateFilter - - """The method to use when ordering `Estimate`.""" - orderBy: [QuickbooksEstimatesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksEstimatesConnection! - - """Reads and enables pagination through a set of `CreditMemo`.""" - creditMemos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCreditMemoFilter - - """The method to use when ordering `CreditMemo`.""" - orderBy: [QuickbooksCreditMemosOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCreditMemosConnection! - - """Reads and enables pagination through a set of `Payment`.""" - payments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPaymentFilter - - """The method to use when ordering `Payment`.""" - orderBy: [QuickbooksPaymentsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPaymentsConnection! - - """Reads and enables pagination through a set of `RefundReceipt`.""" - refundReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksRefundReceiptFilter - - """The method to use when ordering `RefundReceipt`.""" - orderBy: [QuickbooksRefundReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksRefundReceiptsConnection! - - """Reads and enables pagination through a set of `SalesReceipt`.""" - salesReceipts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksSalesReceiptFilter - - """The method to use when ordering `SalesReceipt`.""" - orderBy: [QuickbooksSalesReceiptsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksSalesReceiptsConnection! - - """Reads and enables pagination through a set of `TimeActivity`.""" - timeActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksTimeActivityFilter - - """The method to use when ordering `TimeActivity`.""" - orderBy: [QuickbooksTimeActivitiesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksTimeActivitiesConnection! - - """Reads and enables pagination through a set of `Purchase`.""" - purchases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksPurchaseFilter - - """The method to use when ordering `Purchase`.""" - orderBy: [QuickbooksPurchasesOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksPurchasesConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Customer` values.""" -type QuickbooksCustomersConnection { - """A list of `Customer` objects.""" - nodes: [QuickbooksCustomer]! - - """ - A list of edges which contains the `Customer` and cursor to aid in pagination. - """ - edges: [QuickbooksCustomersEdge!]! - - """Information to aid in pagination.""" - pageInfo: QuickbooksPageInfo! - - """The count of *all* `Customer` you could get from the connection.""" - totalCount: Int! - - """""" - aggregates: QuickbooksCustomersConnectionAggregates -} - -"""""" -type QuickbooksTaxExemptionReason implements OneGraphNode & QuickbooksNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: Int! - - """""" - reason: String - - """Reads and enables pagination through a set of `Customer`.""" - customers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: QuickbooksCustomerFilter - - """The method to use when ordering `Customer`.""" - orderBy: [QuickbooksCustomersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): QuickbooksCustomersConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against `Firm` object types. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphFirmFilter { - """Negates the expression.""" - not: ImmigrationGraphFirmFilter - - """Checks for any expressions in this list.""" - or: [ImmigrationGraphFirmFilter!] - - """Checks for all expressions in this list.""" - and: [ImmigrationGraphFirmFilter!] - - """Filter by the object’s `updatedAt` field.""" - updatedAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `name` field.""" - name: ImmigrationGraphStringFilter - - """Filter by the object’s `id` field.""" - id: ImmigrationGraphUUIDFilter -} - -""" -A condition to be used against `Firm` object types. All fields are tested for equality and combined with a logical ‘and.’ -""" -input ImmigrationGraphFirmCondition { - """Checks for equality with the object’s `updatedAt` field.""" - updatedAt: String - - """Checks for equality with the object’s `createdAt` field.""" - createdAt: String - - """Checks for equality with the object’s `name` field.""" - name: String - - """Checks for equality with the object’s `id` field.""" - id: String -} - -enum ImmigrationGraphFirmsOrderBy { - NATURAL - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `Firm` edge in the connection.""" -type ImmigrationGraphFirmsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Firm` at the end of the edge.""" - node: ImmigrationGraphFirm! -} - -"""A connection to a list of `Firm` values.""" -type ImmigrationGraphFirmsConnection { - """A list of `Firm` objects.""" - nodes: [ImmigrationGraphFirm!]! - - """ - A list of edges which contains the `Firm` and cursor to aid in pagination. - """ - edges: [ImmigrationGraphFirmsEdge!]! - - """Information to aid in pagination.""" - pageInfo: ImmigrationGraphPageInfo! - - """The count of *all* `Firm` you could get from the connection.""" - totalCount: Int -} - -""" -A filter to be used against `EmployerPoc` object types. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphEmployerPocFilter { - """Negates the expression.""" - not: ImmigrationGraphEmployerPocFilter - - """Checks for any expressions in this list.""" - or: [ImmigrationGraphEmployerPocFilter!] - - """Checks for all expressions in this list.""" - and: [ImmigrationGraphEmployerPocFilter!] - - """Filter by the object’s `jobTitle` field.""" - jobTitle: ImmigrationGraphStringFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `email` field.""" - email: ImmigrationGraphStringFilter - - """Filter by the object’s `telephoneExtension` field.""" - telephoneExtension: ImmigrationGraphStringFilter - - """Filter by the object’s `telephone` field.""" - telephone: ImmigrationGraphStringFilter - - """Filter by the object’s `addressProvince` field.""" - addressProvince: ImmigrationGraphStringFilter - - """Filter by the object’s `addressCountry` field.""" - addressCountry: ImmigrationGraphStringFilter - - """Filter by the object’s `addressPostalCode` field.""" - addressPostalCode: ImmigrationGraphStringFilter - - """Filter by the object’s `addressState` field.""" - addressState: ImmigrationGraphStringFilter - - """Filter by the object’s `addressCity` field.""" - addressCity: ImmigrationGraphStringFilter - - """Filter by the object’s `addressLine2` field.""" - addressLine2: ImmigrationGraphStringFilter - - """Filter by the object’s `addressLine1` field.""" - addressLine1: ImmigrationGraphStringFilter - - """Filter by the object’s `firstName` field.""" - firstName: ImmigrationGraphStringFilter - - """Filter by the object’s `lastName` field.""" - lastName: ImmigrationGraphStringFilter - - """Filter by the object’s `id` field.""" - id: ImmigrationGraphUUIDFilter -} - -""" -A condition to be used against `EmployerPoc` object types. All fields are tested for equality and combined with a logical ‘and.’ -""" -input ImmigrationGraphEmployerPocCondition { - """Checks for equality with the object’s `jobTitle` field.""" - jobTitle: String - - """Checks for equality with the object’s `updatedAt` field.""" - updatedAt: String - - """Checks for equality with the object’s `createdAt` field.""" - createdAt: String - - """Checks for equality with the object’s `email` field.""" - email: String - - """Checks for equality with the object’s `telephoneExtension` field.""" - telephoneExtension: String - - """Checks for equality with the object’s `telephone` field.""" - telephone: String - - """Checks for equality with the object’s `addressProvince` field.""" - addressProvince: String - - """Checks for equality with the object’s `addressCountry` field.""" - addressCountry: String - - """Checks for equality with the object’s `addressPostalCode` field.""" - addressPostalCode: String - - """Checks for equality with the object’s `addressState` field.""" - addressState: String - - """Checks for equality with the object’s `addressCity` field.""" - addressCity: String - - """Checks for equality with the object’s `addressLine2` field.""" - addressLine2: String - - """Checks for equality with the object’s `addressLine1` field.""" - addressLine1: String - - """Checks for equality with the object’s `firstName` field.""" - firstName: String - - """Checks for equality with the object’s `lastName` field.""" - lastName: String - - """Checks for equality with the object’s `id` field.""" - id: String -} - -enum ImmigrationGraphEmployerPocsOrderBy { - NATURAL - ID_ASC - ID_DESC - LAST_NAME_ASC - LAST_NAME_DESC - FIRST_NAME_ASC - FIRST_NAME_DESC - ADDRESS_LINE_1_ASC - ADDRESS_LINE_1_DESC - ADDRESS_LINE_2_ASC - ADDRESS_LINE_2_DESC - ADDRESS_CITY_ASC - ADDRESS_CITY_DESC - ADDRESS_STATE_ASC - ADDRESS_STATE_DESC - ADDRESS_POSTAL_CODE_ASC - ADDRESS_POSTAL_CODE_DESC - ADDRESS_COUNTRY_ASC - ADDRESS_COUNTRY_DESC - ADDRESS_PROVINCE_ASC - ADDRESS_PROVINCE_DESC - TELEPHONE_ASC - TELEPHONE_DESC - TELEPHONE_EXTENSION_ASC - TELEPHONE_EXTENSION_DESC - EMAIL_ASC - EMAIL_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - JOB_TITLE_ASC - JOB_TITLE_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `EmployerPoc` edge in the connection.""" -type ImmigrationGraphEmployerPocsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `EmployerPoc` at the end of the edge.""" - node: ImmigrationGraphEmployerPoc! -} - -"""A connection to a list of `EmployerPoc` values.""" -type ImmigrationGraphEmployerPocsConnection { - """A list of `EmployerPoc` objects.""" - nodes: [ImmigrationGraphEmployerPoc!]! - - """ - A list of edges which contains the `EmployerPoc` and cursor to aid in pagination. - """ - edges: [ImmigrationGraphEmployerPocsEdge!]! - - """Information to aid in pagination.""" - pageInfo: ImmigrationGraphPageInfo! - - """The count of *all* `EmployerPoc` you could get from the connection.""" - totalCount: Int -} - -""" -A filter to be used against `Employer` object types. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphEmployerFilter { - """Negates the expression.""" - not: ImmigrationGraphEmployerFilter - - """Checks for any expressions in this list.""" - or: [ImmigrationGraphEmployerFilter!] - - """Checks for all expressions in this list.""" - and: [ImmigrationGraphEmployerFilter!] - - """Filter by the object’s `updatedAt` field.""" - updatedAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `naicsCode` field.""" - naicsCode: ImmigrationGraphStringFilter - - """Filter by the object’s `telephoneExtension` field.""" - telephoneExtension: ImmigrationGraphStringFilter - - """Filter by the object’s `telephone` field.""" - telephone: ImmigrationGraphStringFilter - - """Filter by the object’s `addressProvince` field.""" - addressProvince: ImmigrationGraphStringFilter - - """Filter by the object’s `addressCountry` field.""" - addressCountry: ImmigrationGraphStringFilter - - """Filter by the object’s `addressPostalCode` field.""" - addressPostalCode: ImmigrationGraphStringFilter - - """Filter by the object’s `addressState` field.""" - addressState: ImmigrationGraphStringFilter - - """Filter by the object’s `addressCity` field.""" - addressCity: ImmigrationGraphStringFilter - - """Filter by the object’s `addressLine2` field.""" - addressLine2: ImmigrationGraphStringFilter - - """Filter by the object’s `addressLine1` field.""" - addressLine1: ImmigrationGraphStringFilter - - """Filter by the object’s `trade` field.""" - trade: ImmigrationGraphStringFilter - - """Filter by the object’s `name` field.""" - name: ImmigrationGraphStringFilter - - """Filter by the object’s `id` field.""" - id: ImmigrationGraphUUIDFilter -} - -""" -A condition to be used against `Employer` object types. All fields are tested for equality and combined with a logical ‘and.’ -""" -input ImmigrationGraphEmployerCondition { - """Checks for equality with the object’s `updatedAt` field.""" - updatedAt: String - - """Checks for equality with the object’s `createdAt` field.""" - createdAt: String - - """Checks for equality with the object’s `naicsCode` field.""" - naicsCode: String - - """Checks for equality with the object’s `telephoneExtension` field.""" - telephoneExtension: String - - """Checks for equality with the object’s `telephone` field.""" - telephone: String - - """Checks for equality with the object’s `addressProvince` field.""" - addressProvince: String - - """Checks for equality with the object’s `addressCountry` field.""" - addressCountry: String - - """Checks for equality with the object’s `addressPostalCode` field.""" - addressPostalCode: String - - """Checks for equality with the object’s `addressState` field.""" - addressState: String - - """Checks for equality with the object’s `addressCity` field.""" - addressCity: String - - """Checks for equality with the object’s `addressLine2` field.""" - addressLine2: String - - """Checks for equality with the object’s `addressLine1` field.""" - addressLine1: String - - """Checks for equality with the object’s `trade` field.""" - trade: String - - """Checks for equality with the object’s `name` field.""" - name: String - - """Checks for equality with the object’s `id` field.""" - id: String -} - -enum ImmigrationGraphEmployersOrderBy { - NATURAL - ID_ASC - ID_DESC - NAME_ASC - NAME_DESC - TRADE_ASC - TRADE_DESC - ADDRESS_LINE_1_ASC - ADDRESS_LINE_1_DESC - ADDRESS_LINE_2_ASC - ADDRESS_LINE_2_DESC - ADDRESS_CITY_ASC - ADDRESS_CITY_DESC - ADDRESS_STATE_ASC - ADDRESS_STATE_DESC - ADDRESS_POSTAL_CODE_ASC - ADDRESS_POSTAL_CODE_DESC - ADDRESS_COUNTRY_ASC - ADDRESS_COUNTRY_DESC - ADDRESS_PROVINCE_ASC - ADDRESS_PROVINCE_DESC - TELEPHONE_ASC - TELEPHONE_DESC - TELEPHONE_EXTENSION_ASC - TELEPHONE_EXTENSION_DESC - NAICS_CODE_ASC - NAICS_CODE_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `Employer` edge in the connection.""" -type ImmigrationGraphEmployersEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Employer` at the end of the edge.""" - node: ImmigrationGraphEmployer! -} - -"""A connection to a list of `Employer` values.""" -type ImmigrationGraphEmployersConnection { - """A list of `Employer` objects.""" - nodes: [ImmigrationGraphEmployer!]! - - """ - A list of edges which contains the `Employer` and cursor to aid in pagination. - """ - edges: [ImmigrationGraphEmployersEdge!]! - - """Information to aid in pagination.""" - pageInfo: ImmigrationGraphPageInfo! - - """The count of *all* `Employer` you could get from the connection.""" - totalCount: Int -} - -"""The root query type which gives access points into the data universe.""" -type ImmigrationGraphQuery implements OneGraphNode & ImmigrationGraphNode { - """ - Exposes the root query type nested one level down. This is helpful for Relay 1 which can only query top level fields if they are in a particular form. - """ - query: ImmigrationGraphQuery! - - """ - The root query type must be a `Node` to work well with Relay 1 mutations. This just resolves to `query`. - """ - nodeId: ID! - - """Fetches an object given its globally unique `ID`.""" - node( - """The globally unique `ID`.""" - nodeId: ID! - ): ImmigrationGraphNode - - """Reads and enables pagination through a set of `Attorney`.""" - allAttorneys( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphAttorneyFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphAttorneyCondition - - """The method to use when ordering `Attorney`.""" - orderBy: [ImmigrationGraphAttorneysOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphAttorneysConnection - - """Reads and enables pagination through a set of `Employer`.""" - allEmployers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphEmployerFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphEmployerCondition - - """The method to use when ordering `Employer`.""" - orderBy: [ImmigrationGraphEmployersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphEmployersConnection - - """Reads and enables pagination through a set of `EmployerPoc`.""" - allEmployerPocs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphEmployerPocFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphEmployerPocCondition - - """The method to use when ordering `EmployerPoc`.""" - orderBy: [ImmigrationGraphEmployerPocsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphEmployerPocsConnection - - """Reads and enables pagination through a set of `Firm`.""" - allFirms( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphFirmFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphFirmCondition - - """The method to use when ordering `Firm`.""" - orderBy: [ImmigrationGraphFirmsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphFirmsConnection - - """Reads and enables pagination through a set of `H1BApplication`.""" - allH1BApplications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphH1BApplicationFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphH1BApplicationCondition - - """The method to use when ordering `H1BApplication`.""" - orderBy: [ImmigrationGraphH1BApplicationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphH1BApplicationsConnection - - """Reads and enables pagination through a set of `Preparer`.""" - allPreparers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphPreparerFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphPreparerCondition - - """The method to use when ordering `Preparer`.""" - orderBy: [ImmigrationGraphPreparersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphPreparersConnection - - """""" - attorneyById(id: String!): ImmigrationGraphAttorney - - """""" - attorneyByEmail(email: String!): ImmigrationGraphAttorney - - """""" - employerById(id: String!): ImmigrationGraphEmployer - - """""" - employerByName(name: String!): ImmigrationGraphEmployer - - """""" - employerPocById(id: String!): ImmigrationGraphEmployerPoc - - """""" - employerPocByEmail(email: String!): ImmigrationGraphEmployerPoc - - """""" - firmById(id: String!): ImmigrationGraphFirm - - """""" - firmByName(name: String!): ImmigrationGraphFirm - - """""" - h1BApplicationById(id: String!): ImmigrationGraphH1BApplication - - """""" - h1BApplicationByCaseNumber(caseNumber: String!): ImmigrationGraphH1BApplication - - """""" - h1BApplicationByIcertId(icertId: Int!): ImmigrationGraphH1BApplication - - """""" - preparerById(id: String!): ImmigrationGraphPreparer - - """""" - preparerByEmail(email: String!): ImmigrationGraphPreparer - - """Reads a single `Attorney` using its globally unique `ID`.""" - attorney( - """The globally unique `ID` to be used in selecting a single `Attorney`.""" - nodeId: ID! - ): ImmigrationGraphAttorney - - """Reads a single `Employer` using its globally unique `ID`.""" - employer( - """The globally unique `ID` to be used in selecting a single `Employer`.""" - nodeId: ID! - ): ImmigrationGraphEmployer - - """Reads a single `EmployerPoc` using its globally unique `ID`.""" - employerPoc( - """ - The globally unique `ID` to be used in selecting a single `EmployerPoc`. - """ - nodeId: ID! - ): ImmigrationGraphEmployerPoc - - """Reads a single `Firm` using its globally unique `ID`.""" - firm( - """The globally unique `ID` to be used in selecting a single `Firm`.""" - nodeId: ID! - ): ImmigrationGraphFirm - - """Reads a single `H1BApplication` using its globally unique `ID`.""" - h1BApplication( - """ - The globally unique `ID` to be used in selecting a single `H1BApplication`. - """ - nodeId: ID! - ): ImmigrationGraphH1BApplication - - """Reads a single `Preparer` using its globally unique `ID`.""" - preparer( - """The globally unique `ID` to be used in selecting a single `Preparer`.""" - nodeId: ID! - ): ImmigrationGraphPreparer - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A `H1BApplication` edge in the connection.""" -type ImmigrationGraphH1BApplicationsEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `H1BApplication` at the end of the edge.""" - node: ImmigrationGraphH1BApplication! -} - -"""""" -type ImmigrationGraphEmployer implements OneGraphNode & ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - name: String! - - """""" - trade: String - - """""" - addressLine1: String - - """""" - addressLine2: String - - """""" - addressCity: String - - """""" - addressState: String - - """""" - addressPostalCode: String - - """""" - addressCountry: String - - """""" - addressProvince: String - - """""" - telephone: String - - """""" - telephoneExtension: String - - """""" - naicsCode: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """Reads and enables pagination through a set of `H1BApplication`.""" - h1BApplicationsByEmployerId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphH1BApplicationFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphH1BApplicationCondition - - """The method to use when ordering `H1BApplication`.""" - orderBy: [ImmigrationGraphH1BApplicationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphH1BApplicationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against `Preparer` object types. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphPreparerFilter { - """Negates the expression.""" - not: ImmigrationGraphPreparerFilter - - """Checks for any expressions in this list.""" - or: [ImmigrationGraphPreparerFilter!] - - """Checks for all expressions in this list.""" - and: [ImmigrationGraphPreparerFilter!] - - """Filter by the object’s `updatedAt` field.""" - updatedAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `email` field.""" - email: ImmigrationGraphStringFilter - - """Filter by the object’s `firmId` field.""" - firmId: ImmigrationGraphUUIDFilter - - """Filter by the object’s `firstName` field.""" - firstName: ImmigrationGraphStringFilter - - """Filter by the object’s `lastName` field.""" - lastName: ImmigrationGraphStringFilter - - """Filter by the object’s `id` field.""" - id: ImmigrationGraphUUIDFilter -} - -""" -A condition to be used against `Preparer` object types. All fields are tested for equality and combined with a logical ‘and.’ -""" -input ImmigrationGraphPreparerCondition { - """Checks for equality with the object’s `updatedAt` field.""" - updatedAt: String - - """Checks for equality with the object’s `createdAt` field.""" - createdAt: String - - """Checks for equality with the object’s `email` field.""" - email: String - - """Checks for equality with the object’s `firmId` field.""" - firmId: String - - """Checks for equality with the object’s `firstName` field.""" - firstName: String - - """Checks for equality with the object’s `lastName` field.""" - lastName: String - - """Checks for equality with the object’s `id` field.""" - id: String -} - -enum ImmigrationGraphPreparersOrderBy { - NATURAL - ID_ASC - ID_DESC - LAST_NAME_ASC - LAST_NAME_DESC - FIRST_NAME_ASC - FIRST_NAME_DESC - FIRM_ID_ASC - FIRM_ID_DESC - EMAIL_ASC - EMAIL_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""A `Preparer` edge in the connection.""" -type ImmigrationGraphPreparersEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Preparer` at the end of the edge.""" - node: ImmigrationGraphPreparer! -} - -""" -A filter to be used against WageRangeUnitOfPayEnum fields. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphWageRangeUnitOfPayEnumFilter { - """Checks for values not in this list.""" - notIn: [ImmigrationGraphWageRangeUnitOfPayEnum!] - - """Checks for values in this list.""" - in: [ImmigrationGraphWageRangeUnitOfPayEnum!] - - """ - Checks for values equal to this value, treating null like an ordinary value. - """ - notDistinctFrom: ImmigrationGraphWageRangeUnitOfPayEnum - - """ - Checks for values not equal to this value, treating null like an ordinary value. - """ - distinctFrom: ImmigrationGraphWageRangeUnitOfPayEnum - - """Checks for values not equal to this value.""" - notEqualTo: ImmigrationGraphWageRangeUnitOfPayEnum - - """Checks for values equal to this value.""" - equalTo: ImmigrationGraphWageRangeUnitOfPayEnum - - """ - If set to true, checks for null values. If set to false, checks for non-null values. - """ - isNull: Boolean -} - -""" -A filter to be used against Float fields. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphFloatFilter { - """Checks for values not in this list.""" - notIn: [Float!] - - """Checks for values in this list.""" - in: [Float!] - - """Checks for values greater than or equal to this value.""" - greaterThanOrEqualTo: Float - - """Checks for values greater than this value.""" - greaterThan: Float - - """Checks for values less than or equal to this value.""" - lessThanOrEqualTo: Float - - """Checks for values less than this value.""" - lessThan: Float - - """ - Checks for values equal to this value, treating null like an ordinary value. - """ - notDistinctFrom: Float - - """ - Checks for values not equal to this value, treating null like an ordinary value. - """ - distinctFrom: Float - - """Checks for values not equal to this value.""" - notEqualTo: Float - - """Checks for values equal to this value.""" - equalTo: Float - - """ - If set to true, checks for null values. If set to false, checks for non-null values. - """ - isNull: Boolean -} - -""" -A filter to be used against H1BApplicationCaseStatus fields. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphH1BApplicationCaseStatusFilter { - """Checks for values not in this list.""" - notIn: [ImmigrationGraphH1BApplicationCaseStatus!] - - """Checks for values in this list.""" - in: [ImmigrationGraphH1BApplicationCaseStatus!] - - """ - Checks for values equal to this value, treating null like an ordinary value. - """ - notDistinctFrom: ImmigrationGraphH1BApplicationCaseStatus - - """ - Checks for values not equal to this value, treating null like an ordinary value. - """ - distinctFrom: ImmigrationGraphH1BApplicationCaseStatus - - """Checks for values not equal to this value.""" - notEqualTo: ImmigrationGraphH1BApplicationCaseStatus - - """Checks for values equal to this value.""" - equalTo: ImmigrationGraphH1BApplicationCaseStatus - - """ - If set to true, checks for null values. If set to false, checks for non-null values. - """ - isNull: Boolean -} - -""" -A filter to be used against Int fields. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphIntFilter { - """Checks for values not in this list.""" - notIn: [Int!] - - """Checks for values in this list.""" - in: [Int!] - - """Checks for values greater than or equal to this value.""" - greaterThanOrEqualTo: Int - - """Checks for values greater than this value.""" - greaterThan: Int - - """Checks for values less than or equal to this value.""" - lessThanOrEqualTo: Int - - """Checks for values less than this value.""" - lessThan: Int - - """ - Checks for values equal to this value, treating null like an ordinary value. - """ - notDistinctFrom: Int - - """ - Checks for values not equal to this value, treating null like an ordinary value. - """ - distinctFrom: Int - - """Checks for values not equal to this value.""" - notEqualTo: Int - - """Checks for values equal to this value.""" - equalTo: Int - - """ - If set to true, checks for null values. If set to false, checks for non-null values. - """ - isNull: Boolean -} - -""" -A filter to be used against `H1BApplication` object types. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphH1BApplicationFilter { - """Negates the expression.""" - not: ImmigrationGraphH1BApplicationFilter - - """Checks for any expressions in this list.""" - or: [ImmigrationGraphH1BApplicationFilter!] - - """Checks for all expressions in this list.""" - and: [ImmigrationGraphH1BApplicationFilter!] - - """Filter by the object’s `wageLevel` field.""" - wageLevel: ImmigrationGraphIntFilter - - """Filter by the object’s `updatedAt` field.""" - updatedAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `preparerId` field.""" - preparerId: ImmigrationGraphUUIDFilter - - """Filter by the object’s `employerPocId` field.""" - employerPocId: ImmigrationGraphUUIDFilter - - """Filter by the object’s `employerId` field.""" - employerId: ImmigrationGraphUUIDFilter - - """Filter by the object’s `attorneyId` field.""" - attorneyId: ImmigrationGraphUUIDFilter - - """Filter by the object’s `employmentEndDate` field.""" - employmentEndDate: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `employmentStartDate` field.""" - employmentStartDate: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `wageRangePeriod` field.""" - wageRangePeriod: ImmigrationGraphWageRangeUnitOfPayEnumFilter - - """Filter by the object’s `wageRangeMax` field.""" - wageRangeMax: ImmigrationGraphFloatFilter - - """Filter by the object’s `wageRangeMin` field.""" - wageRangeMin: ImmigrationGraphFloatFilter - - """Filter by the object’s `occupationTitle` field.""" - occupationTitle: ImmigrationGraphStringFilter - - """Filter by the object’s `socCode` field.""" - socCode: ImmigrationGraphStringFilter - - """Filter by the object’s `jobTitle` field.""" - jobTitle: ImmigrationGraphStringFilter - - """Filter by the object’s `status` field.""" - status: ImmigrationGraphH1BApplicationCaseStatusFilter - - """Filter by the object’s `icertId` field.""" - icertId: ImmigrationGraphIntFilter - - """Filter by the object’s `caseNumber` field.""" - caseNumber: ImmigrationGraphStringFilter - - """Filter by the object’s `id` field.""" - id: ImmigrationGraphUUIDFilter -} - -""" -A condition to be used against `H1BApplication` object types. All fields are tested for equality and combined with a logical ‘and.’ -""" -input ImmigrationGraphH1BApplicationCondition { - """Checks for equality with the object’s `wageLevel` field.""" - wageLevel: Int - - """Checks for equality with the object’s `updatedAt` field.""" - updatedAt: String - - """Checks for equality with the object’s `createdAt` field.""" - createdAt: String - - """Checks for equality with the object’s `preparerId` field.""" - preparerId: String - - """Checks for equality with the object’s `employerPocId` field.""" - employerPocId: String - - """Checks for equality with the object’s `employerId` field.""" - employerId: String - - """Checks for equality with the object’s `attorneyId` field.""" - attorneyId: String - - """Checks for equality with the object’s `employmentEndDate` field.""" - employmentEndDate: String - - """Checks for equality with the object’s `employmentStartDate` field.""" - employmentStartDate: String - - """Checks for equality with the object’s `wageRangePeriod` field.""" - wageRangePeriod: ImmigrationGraphWageRangeUnitOfPayEnum - - """Checks for equality with the object’s `wageRangeMax` field.""" - wageRangeMax: Float - - """Checks for equality with the object’s `wageRangeMin` field.""" - wageRangeMin: Float - - """Checks for equality with the object’s `occupationTitle` field.""" - occupationTitle: String - - """Checks for equality with the object’s `socCode` field.""" - socCode: String - - """Checks for equality with the object’s `jobTitle` field.""" - jobTitle: String - - """Checks for equality with the object’s `status` field.""" - status: ImmigrationGraphH1BApplicationCaseStatus - - """Checks for equality with the object’s `icertId` field.""" - icertId: Int - - """Checks for equality with the object’s `caseNumber` field.""" - caseNumber: String - - """Checks for equality with the object’s `id` field.""" - id: String -} - -enum ImmigrationGraphH1BApplicationsOrderBy { - NATURAL - ID_ASC - ID_DESC - CASE_NUMBER_ASC - CASE_NUMBER_DESC - ICERT_ID_ASC - ICERT_ID_DESC - STATUS_ASC - STATUS_DESC - JOB_TITLE_ASC - JOB_TITLE_DESC - SOC_CODE_ASC - SOC_CODE_DESC - OCCUPATION_TITLE_ASC - OCCUPATION_TITLE_DESC - WAGE_RANGE_MIN_ASC - WAGE_RANGE_MIN_DESC - WAGE_RANGE_MAX_ASC - WAGE_RANGE_MAX_DESC - WAGE_RANGE_PERIOD_ASC - WAGE_RANGE_PERIOD_DESC - EMPLOYMENT_START_DATE_ASC - EMPLOYMENT_START_DATE_DESC - EMPLOYMENT_END_DATE_ASC - EMPLOYMENT_END_DATE_DESC - ATTORNEY_ID_ASC - ATTORNEY_ID_DESC - EMPLOYER_ID_ASC - EMPLOYER_ID_DESC - EMPLOYER_POC_ID_ASC - EMPLOYER_POC_ID_DESC - PREPARER_ID_ASC - PREPARER_ID_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - WAGE_LEVEL_ASC - WAGE_LEVEL_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""""" -type ImmigrationGraphPreparer implements OneGraphNode & ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - lastName: String - - """""" - firstName: String - - """""" - firmId: String - - """""" - email: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """Reads a single `Firm` that is related to this `Preparer`.""" - firmByFirmId: ImmigrationGraphFirm - - """Reads and enables pagination through a set of `H1BApplication`.""" - h1BApplicationsByPreparerId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphH1BApplicationFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphH1BApplicationCondition - - """The method to use when ordering `H1BApplication`.""" - orderBy: [ImmigrationGraphH1BApplicationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphH1BApplicationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `Preparer` values.""" -type ImmigrationGraphPreparersConnection { - """A list of `Preparer` objects.""" - nodes: [ImmigrationGraphPreparer!]! - - """ - A list of edges which contains the `Preparer` and cursor to aid in pagination. - """ - edges: [ImmigrationGraphPreparersEdge!]! - - """Information to aid in pagination.""" - pageInfo: ImmigrationGraphPageInfo! - - """The count of *all* `Preparer` you could get from the connection.""" - totalCount: Int -} - -""" -A filter to be used against Datetime fields. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphDatetimeFilter { - """Checks for values not in this list.""" - notIn: [String!] - - """Checks for values in this list.""" - in: [String!] - - """Checks for values greater than or equal to this value.""" - greaterThanOrEqualTo: String - - """Checks for values greater than this value.""" - greaterThan: String - - """Checks for values less than or equal to this value.""" - lessThanOrEqualTo: String - - """Checks for values less than this value.""" - lessThan: String - - """ - Checks for values equal to this value, treating null like an ordinary value. - """ - notDistinctFrom: String - - """ - Checks for values not equal to this value, treating null like an ordinary value. - """ - distinctFrom: String - - """Checks for values not equal to this value.""" - notEqualTo: String - - """Checks for values equal to this value.""" - equalTo: String - - """ - If set to true, checks for null values. If set to false, checks for non-null values. - """ - isNull: Boolean -} - -""" -A filter to be used against String fields. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphStringFilter { - """Raw SQL 'not similar to', wildcards are not escaped""" - notSimilarTo: String - - """Raw SQL 'similar to', wildcards are not escaped""" - similarTo: String - - """Raw SQL 'not ilike', wildcards must be present and are not escaped""" - notLikeInsensitive: String - - """Raw SQL 'ilike', wildcards must be present and are not escaped""" - likeInsensitive: String - - """Raw SQL 'not like', wildcards must be present and are not escaped""" - notLike: String - - """Raw SQL 'like', wildcards must be present and are not escaped""" - like: String - - """Checks for strings that do not end with this value. Case insensitive.""" - notEndsWithInsensitive: String - - """Checks for strings ending with this value. Case insensitive.""" - endsWithInsensitive: String - - """Checks for strings that do not end with this value. Case sensitive.""" - notEndsWith: String - - """Checks for strings ending with this value. Case sensitive.""" - endsWith: String - - """ - Checks for strings that do not start with this value. Case insensitive. - """ - notStartsWithInsensitive: String - - """Checks for strings starting with this value. Case insensitive.""" - startsWithInsensitive: String - - """Checks for strings that do not start with this value. Case sensitive.""" - notStartsWith: String - - """Checks for strings starting with this value. Case sensitive.""" - startsWith: String - - """ - Checks for strings that do not not include this value. Case insensitive. - """ - notIncludesInsensitive: String - - """Checks for strings that include this value. Case insensitive.""" - includesInsensitive: String - - """Checks for strings that do not include this value. Case sensitive.""" - notIncludes: String - - """Checks for strings that include this value. Case sensitive.""" - includes: String - - """Checks for values not in this list.""" - notIn: [String!] - - """Checks for values in this list.""" - in: [String!] - - """Checks for values greater than or equal to this value.""" - greaterThanOrEqualTo: String - - """Checks for values greater than this value.""" - greaterThan: String - - """Checks for values less than or equal to this value.""" - lessThanOrEqualTo: String - - """Checks for values less than this value.""" - lessThan: String - - """ - Checks for values equal to this value, treating null like an ordinary value. - """ - notDistinctFrom: String - - """ - Checks for values not equal to this value, treating null like an ordinary value. - """ - distinctFrom: String - - """Checks for values not equal to this value.""" - notEqualTo: String - - """Checks for values equal to this value.""" - equalTo: String - - """ - If set to true, checks for null values. If set to false, checks for non-null values. - """ - isNull: Boolean -} - -""" -A filter to be used against UUID fields. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphUUIDFilter { - """Checks for values not in this list.""" - notIn: [String!] - - """Checks for values in this list.""" - in: [String!] - - """ - Checks for values equal to this value, treating null like an ordinary value. - """ - notDistinctFrom: String - - """ - Checks for values not equal to this value, treating null like an ordinary value. - """ - distinctFrom: String - - """Checks for values not equal to this value.""" - notEqualTo: String - - """Checks for values equal to this value.""" - equalTo: String - - """ - If set to true, checks for null values. If set to false, checks for non-null values. - """ - isNull: Boolean -} - -""" -A filter to be used against `Attorney` object types. All fields are combined with a logical ‘and.’ -""" -input ImmigrationGraphAttorneyFilter { - """Negates the expression.""" - not: ImmigrationGraphAttorneyFilter - - """Checks for any expressions in this list.""" - or: [ImmigrationGraphAttorneyFilter!] - - """Checks for all expressions in this list.""" - and: [ImmigrationGraphAttorneyFilter!] - - """Filter by the object’s `updatedAt` field.""" - updatedAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `createdAt` field.""" - createdAt: ImmigrationGraphDatetimeFilter - - """Filter by the object’s `courtOfHighestGoodStanding` field.""" - courtOfHighestGoodStanding: ImmigrationGraphStringFilter - - """Filter by the object’s `stateOfHighestGoodStanding` field.""" - stateOfHighestGoodStanding: ImmigrationGraphStringFilter - - """Filter by the object’s `stateBarNumber` field.""" - stateBarNumber: ImmigrationGraphStringFilter - - """Filter by the object’s `firmId` field.""" - firmId: ImmigrationGraphUUIDFilter - - """Filter by the object’s `email` field.""" - email: ImmigrationGraphStringFilter - - """Filter by the object’s `telephoneExtension` field.""" - telephoneExtension: ImmigrationGraphStringFilter - - """Filter by the object’s `telephone` field.""" - telephone: ImmigrationGraphStringFilter - - """Filter by the object’s `addressProvince` field.""" - addressProvince: ImmigrationGraphStringFilter - - """Filter by the object’s `addressCountry` field.""" - addressCountry: ImmigrationGraphStringFilter - - """Filter by the object’s `addressPostalCode` field.""" - addressPostalCode: ImmigrationGraphStringFilter - - """Filter by the object’s `addressState` field.""" - addressState: ImmigrationGraphStringFilter - - """Filter by the object’s `addressCity` field.""" - addressCity: ImmigrationGraphStringFilter - - """Filter by the object’s `addressLine2` field.""" - addressLine2: ImmigrationGraphStringFilter - - """Filter by the object’s `addressLine1` field.""" - addressLine1: ImmigrationGraphStringFilter - - """Filter by the object’s `firstName` field.""" - firstName: ImmigrationGraphStringFilter - - """Filter by the object’s `lastName` field.""" - lastName: ImmigrationGraphStringFilter - - """Filter by the object’s `id` field.""" - id: ImmigrationGraphUUIDFilter -} - -""" -A condition to be used against `Attorney` object types. All fields are tested for equality and combined with a logical ‘and.’ -""" -input ImmigrationGraphAttorneyCondition { - """Checks for equality with the object’s `updatedAt` field.""" - updatedAt: String - - """Checks for equality with the object’s `createdAt` field.""" - createdAt: String - - """ - Checks for equality with the object’s `courtOfHighestGoodStanding` field. - """ - courtOfHighestGoodStanding: String - - """ - Checks for equality with the object’s `stateOfHighestGoodStanding` field. - """ - stateOfHighestGoodStanding: String - - """Checks for equality with the object’s `stateBarNumber` field.""" - stateBarNumber: String - - """Checks for equality with the object’s `firmId` field.""" - firmId: String - - """Checks for equality with the object’s `email` field.""" - email: String - - """Checks for equality with the object’s `telephoneExtension` field.""" - telephoneExtension: String - - """Checks for equality with the object’s `telephone` field.""" - telephone: String - - """Checks for equality with the object’s `addressProvince` field.""" - addressProvince: String - - """Checks for equality with the object’s `addressCountry` field.""" - addressCountry: String - - """Checks for equality with the object’s `addressPostalCode` field.""" - addressPostalCode: String - - """Checks for equality with the object’s `addressState` field.""" - addressState: String - - """Checks for equality with the object’s `addressCity` field.""" - addressCity: String - - """Checks for equality with the object’s `addressLine2` field.""" - addressLine2: String - - """Checks for equality with the object’s `addressLine1` field.""" - addressLine1: String - - """Checks for equality with the object’s `firstName` field.""" - firstName: String - - """Checks for equality with the object’s `lastName` field.""" - lastName: String - - """Checks for equality with the object’s `id` field.""" - id: String -} - -enum ImmigrationGraphAttorneysOrderBy { - NATURAL - ID_ASC - ID_DESC - LAST_NAME_ASC - LAST_NAME_DESC - FIRST_NAME_ASC - FIRST_NAME_DESC - ADDRESS_LINE_1_ASC - ADDRESS_LINE_1_DESC - ADDRESS_LINE_2_ASC - ADDRESS_LINE_2_DESC - ADDRESS_CITY_ASC - ADDRESS_CITY_DESC - ADDRESS_STATE_ASC - ADDRESS_STATE_DESC - ADDRESS_POSTAL_CODE_ASC - ADDRESS_POSTAL_CODE_DESC - ADDRESS_COUNTRY_ASC - ADDRESS_COUNTRY_DESC - ADDRESS_PROVINCE_ASC - ADDRESS_PROVINCE_DESC - TELEPHONE_ASC - TELEPHONE_DESC - TELEPHONE_EXTENSION_ASC - TELEPHONE_EXTENSION_DESC - EMAIL_ASC - EMAIL_DESC - FIRM_ID_ASC - FIRM_ID_DESC - STATE_BAR_NUMBER_ASC - STATE_BAR_NUMBER_DESC - STATE_OF_HIGHEST_GOOD_STANDING_ASC - STATE_OF_HIGHEST_GOOD_STANDING_DESC - COURT_OF_HIGHEST_GOOD_STANDING_ASC - COURT_OF_HIGHEST_GOOD_STANDING_DESC - CREATED_AT_ASC - CREATED_AT_DESC - UPDATED_AT_ASC - UPDATED_AT_DESC - PRIMARY_KEY_ASC - PRIMARY_KEY_DESC -} - -"""Information about pagination in a connection.""" -type ImmigrationGraphPageInfo { - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String - - """When paginating forwards, the cursor to continue.""" - endCursor: String -} - -"""A `Attorney` edge in the connection.""" -type ImmigrationGraphAttorneysEdge { - """A cursor for use in pagination.""" - cursor: String - - """The `Attorney` at the end of the edge.""" - node: ImmigrationGraphAttorney! -} - -"""A connection to a list of `Attorney` values.""" -type ImmigrationGraphAttorneysConnection { - """A list of `Attorney` objects.""" - nodes: [ImmigrationGraphAttorney!]! - - """ - A list of edges which contains the `Attorney` and cursor to aid in pagination. - """ - edges: [ImmigrationGraphAttorneysEdge!]! - - """Information to aid in pagination.""" - pageInfo: ImmigrationGraphPageInfo! - - """The count of *all* `Attorney` you could get from the connection.""" - totalCount: Int -} - -"""""" -type ImmigrationGraphFirm implements OneGraphNode & ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - name: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """Reads and enables pagination through a set of `Attorney`.""" - attorneysByFirmId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphAttorneyFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphAttorneyCondition - - """The method to use when ordering `Attorney`.""" - orderBy: [ImmigrationGraphAttorneysOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphAttorneysConnection! - - """Reads and enables pagination through a set of `Preparer`.""" - preparersByFirmId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphPreparerFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphPreparerCondition - - """The method to use when ordering `Preparer`.""" - orderBy: [ImmigrationGraphPreparersOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphPreparersConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type ImmigrationGraphAttorney implements OneGraphNode & ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - lastName: String - - """""" - firstName: String - - """""" - addressLine1: String - - """""" - addressLine2: String - - """""" - addressCity: String - - """""" - addressState: String - - """""" - addressPostalCode: String - - """""" - addressCountry: String - - """""" - addressProvince: String - - """""" - telephone: String - - """""" - telephoneExtension: String - - """""" - email: String - - """""" - firmId: String - - """""" - stateBarNumber: String - - """""" - stateOfHighestGoodStanding: String - - """""" - courtOfHighestGoodStanding: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """Reads a single `Firm` that is related to this `Attorney`.""" - firmByFirmId: ImmigrationGraphFirm - - """Reads and enables pagination through a set of `H1BApplication`.""" - h1BApplicationsByAttorneyId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphH1BApplicationFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphH1BApplicationCondition - - """The method to use when ordering `H1BApplication`.""" - orderBy: [ImmigrationGraphH1BApplicationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphH1BApplicationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum ImmigrationGraphWageRangeUnitOfPayEnum { - YEAR - HOUR - MONTH - BI_WEEKLY - WEEK - WEEKLY -} - -enum ImmigrationGraphH1BApplicationCaseStatus { - CERTIFIED_WITHDRAWN - WITHDRAWN - CERTIFIED - DENIED - PENDING - VOIDED - IN_PROCESS - REJECTED - CERTIFIED_MAIL_NOT_SENT - ANALYST_REVIEW_ASSIGNED - PENDING_CO_DECISION_UNASSIGNED - PENDING_QUALITY_AND_COMPLIANCE_REVIEW_UNASSIGNED - ANALYST_REVIEW_UNASSIGNED - CO_DECISION_ISSUED_PENDING_ANALYST_DENIAL -} - -"""""" -type ImmigrationGraphH1BApplication implements OneGraphNode & ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - caseNumber: String - - """""" - icertId: Int - - """""" - status: ImmigrationGraphH1BApplicationCaseStatus - - """""" - jobTitle: String - - """""" - socCode: String - - """""" - occupationTitle: String - - """""" - wageRangeMin: Float - - """""" - wageRangeMax: Float - - """""" - wageRangePeriod: ImmigrationGraphWageRangeUnitOfPayEnum - - """""" - employmentStartDate: String - - """""" - employmentEndDate: String - - """""" - attorneyId: String - - """""" - employerId: String - - """""" - employerPocId: String - - """""" - preparerId: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - wageLevel: Int - - """Reads a single `Attorney` that is related to this `H1BApplication`.""" - attorneyByAttorneyId: ImmigrationGraphAttorney - - """Reads a single `Employer` that is related to this `H1BApplication`.""" - employerByEmployerId: ImmigrationGraphEmployer - - """Reads a single `EmployerPoc` that is related to this `H1BApplication`.""" - employerPocByEmployerPocId: ImmigrationGraphEmployerPoc - - """Reads a single `Preparer` that is related to this `H1BApplication`.""" - preparerByPreparerId: ImmigrationGraphPreparer - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A connection to a list of `H1BApplication` values.""" -type ImmigrationGraphH1BApplicationsConnection { - """A list of `H1BApplication` objects.""" - nodes: [ImmigrationGraphH1BApplication!]! - - """ - A list of edges which contains the `H1BApplication` and cursor to aid in pagination. - """ - edges: [ImmigrationGraphH1BApplicationsEdge!]! - - """Information to aid in pagination.""" - pageInfo: ImmigrationGraphPageInfo! - - """The count of *all* `H1BApplication` you could get from the connection.""" - totalCount: Int -} - -"""""" -type ImmigrationGraphEmployerPoc implements OneGraphNode & ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - id: String! - - """""" - lastName: String - - """""" - firstName: String - - """""" - addressLine1: String - - """""" - addressLine2: String - - """""" - addressCity: String - - """""" - addressState: String - - """""" - addressPostalCode: String - - """""" - addressCountry: String - - """""" - addressProvince: String - - """""" - telephone: String - - """""" - telephoneExtension: String - - """""" - email: String - - """""" - createdAt: String - - """""" - updatedAt: String - - """""" - jobTitle: String - - """Reads and enables pagination through a set of `H1BApplication`.""" - h1BApplicationsByEmployerPocId( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: ImmigrationGraphH1BApplicationFilter - - """ - A condition to be used in determining which values should be returned by the collection. - """ - condition: ImmigrationGraphH1BApplicationCondition - - """The method to use when ordering `H1BApplication`.""" - orderBy: [ImmigrationGraphH1BApplicationsOrderBy!] - - """Read all values in the set after (below) this cursor.""" - after: String - - """Read all values in the set before (above) this cursor.""" - before: String - - """ - Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. - """ - offset: Int - - """Only read the last `n` values of the set.""" - last: Int - - """Only read the first `n` values of the set.""" - first: Int - ): ImmigrationGraphH1BApplicationsConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object with a globally unique `ID`.""" -interface ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! -} - -enum ImmigrationGraphScrapingStatusMigrateStatus { - NOT_MIGRATED - MIGRATING - MIGRATED -} - -enum ImmigrationGraphParsingStatusEnum { - PARSED - NOT_PARSED - PARSING -} - -enum ImmigrationGraphFetchingStatusEnum { - NOT_FETCHED - FETCHING - FETCHED -} - -"""""" -type ImmigrationGraphScrapingStatus implements OneGraphNode & ImmigrationGraphNode { - """ - A globally unique identifier. Can be used in various places throughout the system to identify this single value. - """ - nodeId: ID! - - """""" - icertId: Int! - - """""" - fetchingStatus: ImmigrationGraphFetchingStatusEnum! - - """""" - createdAt: String! - - """""" - updatedAt: String! - - """""" - lastFetchTime: String - - """""" - scraperVersion: Int - - """""" - caseNumber: String - - """""" - caseStatus: String - - """""" - jobTitle: String - - """""" - socCode: String - - """""" - occupationTitle: String - - """""" - employmentBeginDate: String - - """""" - employmentEndDate: String - - """""" - employerBusinessName: String - - """""" - employerTradeName: String - - """""" - employerAddressOne: String - - """""" - employerAddressTwo: String - - """""" - employerCity: String - - """""" - employerState: String - - """""" - employerPostalCode: String - - """""" - employerCountry: String - - """""" - employerProvince: String - - """""" - employerTelephoneNumber: String - - """""" - employerTelephoneExtension: String - - """""" - employerNaicsCode: String - - """""" - employerPocFamilyName: String - - """""" - employerPocGivenName: String - - """""" - employerPocMiddleName: String - - """""" - employerPocAddressOne: String - - """""" - employerPocAddressTwo: String - - """""" - employerPocCity: String - - """""" - employerPocState: String - - """""" - employerPocPostalCode: String - - """""" - employerPocCountry: String - - """""" - employerPocProvince: String - - """""" - employerPocTelephoneNumber: String - - """""" - employerPocTelephoneExtension: String - - """""" - employerPocEmail: String - - """""" - attorneyFamilyName: String - - """""" - attorneyGivenName: String - - """""" - attorneyMiddleName: String - - """""" - attorneyAddressOne: String - - """""" - attorneyAddressTwo: String - - """""" - attorneyCity: String - - """""" - attorneyState: String - - """""" - attorneyPostalCode: String - - """""" - attorneyCountry: String - - """""" - attorneyProvince: String - - """""" - attorneyTelephoneNumber: String - - """""" - attorneyTelephoneExtension: String - - """""" - attorneyEmail: String - - """""" - attorneyFirmName: String - - """""" - attorneyStateBarNumber: String - - """""" - attorneyStateOfHighestGoodStanding: String - - """""" - attorneyCourtOfHighestGoodStanding: String - - """""" - wageRangePeriod: String - - """""" - preparerFamilyName: String - - """""" - preparerGivenName: String - - """""" - preparerMiddleInitial: String - - """""" - preparerFirm: String - - """""" - preparerEmail: String - - """""" - wageRangeFrom: String - - """""" - wageRangeTo: String - - """""" - parsingStatus: ImmigrationGraphParsingStatusEnum - - """""" - migrateStatus: ImmigrationGraphScrapingStatusMigrateStatus! - - """""" - migrateVersion: Int - - """""" - migratedAt: String - - """""" - employerPocJobTitle: String - - """""" - lastParseTime: String - - """""" - needsParse: Boolean - - """""" - needsMigrationToApplication: Boolean - - """""" - wageLevel: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubEnterpriseUserAccountEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubEnterpriseUserAccount -} - -"""The connection type for EnterpriseUserAccount.""" -type GitHubEnterpriseUserAccountConnection { - """A list of edges.""" - edges: [GitHubEnterpriseUserAccountEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseUserAccount] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubEnterpriseEnabledSettingValue { - """The setting is enabled for organizations in the enterprise.""" - ENABLED - - """There is no policy set for organizations in the enterprise.""" - NO_POLICY -} - -enum GitHubIdentityProviderConfigurationState { - """Authentication with an identity provider is configured and enforced.""" - ENFORCED - - """ - Authentication with an identity provider is configured but not enforced. - """ - CONFIGURED - - """Authentication with an identity provider is not configured.""" - UNCONFIGURED -} - -enum GitHubSamlSignatureAlgorithm { - """RSA-SHA1""" - RSA_SHA1 - - """RSA-SHA256""" - RSA_SHA256 - - """RSA-SHA384""" - RSA_SHA384 - - """RSA-SHA512""" - RSA_SHA512 -} - -enum GitHubSamlDigestAlgorithm { - """SHA1""" - SHA1 - - """SHA256""" - SHA256 - - """SHA384""" - SHA384 - - """SHA512""" - SHA512 -} - -""" -An identity provider configured to provision identities for an enterprise. -""" -type GitHubEnterpriseIdentityProvider implements OneGraphNode & GitHubNode { - """ - The digest algorithm used to sign SAML requests for the identity provider. - """ - digestMethod: GitHubSamlDigestAlgorithm - - """The enterprise this identity provider belongs to.""" - enterprise: GitHubEnterprise - - """ExternalIdentities provisioned by this identity provider.""" - externalIdentities( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubExternalIdentityConnection! - - """""" - id: ID! - - """ - The x509 certificate used by the identity provider to sign assertions and responses. - """ - idpCertificate: String - - """The Issuer Entity ID for the SAML identity provider.""" - issuer: String - - """ - Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable. - """ - recoveryCodes: [String!] - - """ - The signature algorithm used to sign SAML requests for the identity provider. - """ - signatureMethod: GitHubSamlSignatureAlgorithm - - """The URL endpoint for the identity provider's SAML SSO.""" - ssoUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An invitation to be a member in an enterprise organization.""" -type GitHubEnterprisePendingMemberInvitationEdge { - """A cursor for use in pagination.""" - cursor: String! - - """Whether the invitation has a license for the enterprise.""" - isUnlicensed: Boolean! - - """The item at the end of the edge.""" - node: GitHubOrganizationInvitation -} - -"""The connection type for OrganizationInvitation.""" -type GitHubEnterprisePendingMemberInvitationConnection { - """A list of edges.""" - edges: [GitHubEnterprisePendingMemberInvitationEdge] - - """A list of nodes.""" - nodes: [GitHubOrganizationInvitation] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! - - """Identifies the total count of unique users in the connection.""" - totalUniqueUserCount: Int! -} - -enum GitHubRepositoryInvitationOrderField { - """Order repository invitations by creation time""" - CREATED_AT - - """Order repository invitations by invitee login""" - INVITEE_LOGIN -} - -"""Ordering options for repository invitation connections.""" -input GitHubRepositoryInvitationOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order repository invitations by.""" - field: GitHubRepositoryInvitationOrderField! -} - -""" -A user with an invitation to be a collaborator on a repository owned by an organization in an enterprise. -""" -type GitHubEnterprisePendingCollaboratorEdge { - """A cursor for use in pagination.""" - cursor: String! - - """ - Whether the invited collaborator does not have a license for the enterprise. - """ - isUnlicensed: Boolean! - - """The item at the end of the edge.""" - node: GitHubUser - - """The enterprise organization repositories this user is a member of.""" - repositories( - """Ordering options for repositories.""" - orderBy: GitHubRepositoryOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubEnterpriseRepositoryInfoConnection! -} - -"""The connection type for User.""" -type GitHubEnterprisePendingCollaboratorConnection { - """A list of edges.""" - edges: [GitHubEnterprisePendingCollaboratorEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubEnterpriseAdministratorInvitationOrderField { - """Order enterprise administrator member invitations by creation time""" - CREATED_AT -} - -"""Ordering options for enterprise administrator invitation connections""" -input GitHubEnterpriseAdministratorInvitationOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order enterprise administrator invitations by.""" - field: GitHubEnterpriseAdministratorInvitationOrderField! -} - -""" -An invitation for a user to become an owner or billing manager of an enterprise. -""" -type GitHubEnterpriseAdministratorInvitation implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The email of the person who was invited to the enterprise.""" - email: String - - """The enterprise the invitation is for.""" - enterprise: GitHubEnterprise! - - """""" - id: ID! - - """The user who was invited to the enterprise.""" - invitee: GitHubUser - - """The user who created the invitation.""" - inviter: GitHubUser - - """ - The invitee's pending role in the enterprise (owner or billing_manager). - """ - role: GitHubEnterpriseAdministratorRole! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubEnterpriseAdministratorInvitationEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubEnterpriseAdministratorInvitation -} - -"""The connection type for EnterpriseAdministratorInvitation.""" -type GitHubEnterpriseAdministratorInvitationConnection { - """A list of edges.""" - edges: [GitHubEnterpriseAdministratorInvitationEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseAdministratorInvitation] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubRepositoryVisibility { - """The repository is visible only to those with explicit access.""" - PRIVATE - - """The repository is visible to everyone.""" - PUBLIC - - """The repository is visible only to users in the same business.""" - INTERNAL -} - -"""A subset of repository information queryable from an enterprise.""" -type GitHubEnterpriseRepositoryInfo implements OneGraphNode & GitHubNode { - """""" - id: ID! - - """Identifies if the repository is private.""" - isPrivate: Boolean! - - """The repository's name.""" - name: String! - - """The repository's name with owner.""" - nameWithOwner: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubEnterpriseRepositoryInfoEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubEnterpriseRepositoryInfo -} - -"""The connection type for EnterpriseRepositoryInfo.""" -type GitHubEnterpriseRepositoryInfoConnection { - """A list of edges.""" - edges: [GitHubEnterpriseRepositoryInfoEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseRepositoryInfo] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -A User who is an outside collaborator of an enterprise through one or more organizations. -""" -type GitHubEnterpriseOutsideCollaboratorEdge { - """A cursor for use in pagination.""" - cursor: String! - - """ - Whether the outside collaborator does not have a license for the enterprise. - """ - isUnlicensed: Boolean! - - """The item at the end of the edge.""" - node: GitHubUser - - """The enterprise organization repositories this user is a member of.""" - repositories( - """Ordering options for repositories.""" - orderBy: GitHubRepositoryOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubEnterpriseRepositoryInfoConnection! -} - -"""The connection type for User.""" -type GitHubEnterpriseOutsideCollaboratorConnection { - """A list of edges.""" - edges: [GitHubEnterpriseOutsideCollaboratorEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubEnterpriseMembersCanMakePurchasesSettingValue { - """The setting is enabled for organizations in the enterprise.""" - ENABLED - - """The setting is disabled for organizations in the enterprise.""" - DISABLED -} - -enum GitHubOrganizationMembersCanCreateRepositoriesSettingValue { - """Members will be able to create public and private repositories.""" - ALL - - """Members will be able to create only private repositories.""" - PRIVATE - - """Members will not be able to create public or private repositories.""" - DISABLED -} - -enum GitHubEnterpriseMembersCanCreateRepositoriesSettingValue { - """ - Organization administrators choose whether to allow members to create repositories. - """ - NO_POLICY - - """Members will be able to create public and private repositories.""" - ALL - - """Members will be able to create only public repositories.""" - PUBLIC - - """Members will be able to create only private repositories.""" - PRIVATE - - """Members will not be able to create public or private repositories.""" - DISABLED -} - -enum GitHubIpAllowListEntryOrderField { - """Order IP allow list entries by creation time.""" - CREATED_AT - - """Order IP allow list entries by the allow list value.""" - ALLOW_LIST_VALUE -} - -"""Ordering options for IP allow list entry connections.""" -input GitHubIpAllowListEntryOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order IP allow list entries by.""" - field: GitHubIpAllowListEntryOrderField! -} - -"""An edge in a connection.""" -type GitHubIpAllowListEntryEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubIpAllowListEntry -} - -"""The connection type for IpAllowListEntry.""" -type GitHubIpAllowListEntryConnection { - """A list of edges.""" - edges: [GitHubIpAllowListEntryEdge] - - """A list of nodes.""" - nodes: [GitHubIpAllowListEntry] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubIpAllowListEnabledSettingValue { - """The setting is enabled for the owner.""" - ENABLED - - """The setting is disabled for the owner.""" - DISABLED -} - -enum GitHubEnterpriseServerInstallationOrderField { - """Order Enterprise Server installations by host name""" - HOST_NAME - - """Order Enterprise Server installations by customer name""" - CUSTOMER_NAME - - """Order Enterprise Server installations by creation time""" - CREATED_AT -} - -"""Ordering options for Enterprise Server installation connections.""" -input GitHubEnterpriseServerInstallationOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order Enterprise Server installations by.""" - field: GitHubEnterpriseServerInstallationOrderField! -} - -enum GitHubEnterpriseServerUserAccountsUploadOrderField { - """Order user accounts uploads by creation time""" - CREATED_AT -} - -""" -Ordering options for Enterprise Server user accounts upload connections. -""" -input GitHubEnterpriseServerUserAccountsUploadOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order user accounts uploads by.""" - field: GitHubEnterpriseServerUserAccountsUploadOrderField! -} - -enum GitHubEnterpriseServerUserAccountsUploadSyncState { - """The synchronization of the upload is pending.""" - PENDING - - """The synchronization of the upload succeeded.""" - SUCCESS - - """The synchronization of the upload failed.""" - FAILURE -} - -"""A user accounts upload from an Enterprise Server installation.""" -type GitHubEnterpriseServerUserAccountsUpload implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The enterprise to which this upload belongs.""" - enterprise: GitHubEnterprise! - - """ - The Enterprise Server installation for which this upload was generated. - """ - enterpriseServerInstallation: GitHubEnterpriseServerInstallation! - - """""" - id: ID! - - """The name of the file uploaded.""" - name: String! - - """The synchronization state of the upload""" - syncState: GitHubEnterpriseServerUserAccountsUploadSyncState! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubEnterpriseServerUserAccountsUploadEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubEnterpriseServerUserAccountsUpload -} - -"""The connection type for EnterpriseServerUserAccountsUpload.""" -type GitHubEnterpriseServerUserAccountsUploadConnection { - """A list of edges.""" - edges: [GitHubEnterpriseServerUserAccountsUploadEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseServerUserAccountsUpload] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubEnterpriseServerUserAccountOrderField { - """Order user accounts by login""" - LOGIN - - """ - Order user accounts by creation time on the Enterprise Server installation - """ - REMOTE_CREATED_AT -} - -"""Ordering options for Enterprise Server user account connections.""" -input GitHubEnterpriseServerUserAccountOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order user accounts by.""" - field: GitHubEnterpriseServerUserAccountOrderField! -} - -enum GitHubEnterpriseServerUserAccountEmailOrderField { - """Order emails by email""" - EMAIL -} - -"""Ordering options for Enterprise Server user account email connections.""" -input GitHubEnterpriseServerUserAccountEmailOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order emails by.""" - field: GitHubEnterpriseServerUserAccountEmailOrderField! -} - -""" -An email belonging to a user account on an Enterprise Server installation. -""" -type GitHubEnterpriseServerUserAccountEmail implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The email address.""" - email: String! - - """""" - id: ID! - - """ - Indicates whether this is the primary email of the associated user account. - """ - isPrimary: Boolean! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The user account to which the email belongs.""" - userAccount: GitHubEnterpriseServerUserAccount! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubEnterpriseServerUserAccountEmailEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubEnterpriseServerUserAccountEmail -} - -"""The connection type for EnterpriseServerUserAccountEmail.""" -type GitHubEnterpriseServerUserAccountEmailConnection { - """A list of edges.""" - edges: [GitHubEnterpriseServerUserAccountEmailEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseServerUserAccountEmail] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A user account on an Enterprise Server installation.""" -type GitHubEnterpriseServerUserAccount implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """User emails belonging to this user account.""" - emails( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - Ordering options for Enterprise Server user account emails returned from the connection. - """ - orderBy: GitHubEnterpriseServerUserAccountEmailOrder - ): GitHubEnterpriseServerUserAccountEmailConnection! - - """The Enterprise Server installation on which this user account exists.""" - enterpriseServerInstallation: GitHubEnterpriseServerInstallation! - - """""" - id: ID! - - """ - Whether the user account is a site administrator on the Enterprise Server installation. - """ - isSiteAdmin: Boolean! - - """The login of the user account on the Enterprise Server installation.""" - login: String! - - """ - The profile name of the user account on the Enterprise Server installation. - """ - profileName: String - - """ - The date and time when the user account was created on the Enterprise Server installation. - """ - remoteCreatedAt: String! - - """The ID of the user account on the Enterprise Server installation.""" - remoteUserId: Int! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubEnterpriseServerUserAccountEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubEnterpriseServerUserAccount -} - -"""The connection type for EnterpriseServerUserAccount.""" -type GitHubEnterpriseServerUserAccountConnection { - """A list of edges.""" - edges: [GitHubEnterpriseServerUserAccountEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseServerUserAccount] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An Enterprise Server installation.""" -type GitHubEnterpriseServerInstallation implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The customer name to which the Enterprise Server installation belongs.""" - customerName: String! - - """The host name of the Enterprise Server installation.""" - hostName: String! - - """""" - id: ID! - - """ - Whether or not the installation is connected to an Enterprise Server installation via GitHub Connect. - """ - isConnected: Boolean! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """User accounts on this Enterprise Server installation.""" - userAccounts( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - Ordering options for Enterprise Server user accounts returned from the connection. - """ - orderBy: GitHubEnterpriseServerUserAccountOrder - ): GitHubEnterpriseServerUserAccountConnection! - - """User accounts uploads for the Enterprise Server installation.""" - userAccountsUploads( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - Ordering options for Enterprise Server user accounts uploads returned from the connection. - """ - orderBy: GitHubEnterpriseServerUserAccountsUploadOrder - ): GitHubEnterpriseServerUserAccountsUploadConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubEnterpriseServerInstallationEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubEnterpriseServerInstallation -} - -"""The connection type for EnterpriseServerInstallation.""" -type GitHubEnterpriseServerInstallationConnection { - """A list of edges.""" - edges: [GitHubEnterpriseServerInstallationEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseServerInstallation] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubEnterpriseDefaultRepositoryPermissionSettingValue { - """ - Organizations in the enterprise choose default repository permissions for their members. - """ - NO_POLICY - - """ - Organization members will be able to clone, pull, push, and add new collaborators to all organization repositories. - """ - ADMIN - - """ - Organization members will be able to clone, pull, and push all organization repositories. - """ - WRITE - - """ - Organization members will be able to clone and pull all organization repositories. - """ - READ - - """ - Organization members will only be able to clone and pull public repositories. - """ - NONE -} - -enum GitHubEnterpriseEnabledDisabledSettingValue { - """The setting is enabled for organizations in the enterprise.""" - ENABLED - - """The setting is disabled for organizations in the enterprise.""" - DISABLED - - """There is no policy set for organizations in the enterprise.""" - NO_POLICY -} - -enum GitHubEnterpriseAdministratorRole { - """Represents an owner of the enterprise account.""" - OWNER - - """Represents a billing manager of the enterprise account.""" - BILLING_MANAGER -} - -"""A User who is an administrator of an enterprise.""" -type GitHubEnterpriseAdministratorEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubUser - - """The role of the administrator.""" - role: GitHubEnterpriseAdministratorRole! -} - -"""The connection type for User.""" -type GitHubEnterpriseAdministratorConnection { - """A list of edges.""" - edges: [GitHubEnterpriseAdministratorEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Enterprise information only visible to enterprise owners.""" -type GitHubEnterpriseOwnerInfo { - """ - A list of enterprise organizations configured with the provided action execution capabilities setting value. - """ - actionExecutionCapabilitySettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """A list of all of the administrators for this enterprise.""" - admins( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for administrators returned from the connection.""" - orderBy: GitHubEnterpriseMemberOrder - - """The role to filter by.""" - role: GitHubEnterpriseAdministratorRole - - """The search string to look for.""" - query: String - ): GitHubEnterpriseAdministratorConnection! - - """ - A list of users in the enterprise who currently have two-factor authentication disabled. - """ - affiliatedUsersWithTwoFactorDisabled( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! - - """ - Whether or not affiliated users with two-factor authentication disabled exist in the enterprise. - """ - affiliatedUsersWithTwoFactorDisabledExist: Boolean! - - """ - The setting value for whether private repository forking is enabled for repositories in organizations in this enterprise. - """ - allowPrivateRepositoryForkingSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided private repository forking setting value. - """ - allowPrivateRepositoryForkingSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for base repository permissions for organizations in this enterprise. - """ - defaultRepositoryPermissionSetting: GitHubEnterpriseDefaultRepositoryPermissionSettingValue! - - """ - A list of enterprise organizations configured with the provided default repository permission. - """ - defaultRepositoryPermissionSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The permission to find organizations for.""" - value: GitHubDefaultRepositoryPermissionField! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """Enterprise Server installations owned by the enterprise.""" - enterpriseServerInstallations( - """Ordering options for Enterprise Server installations returned.""" - orderBy: GitHubEnterpriseServerInstallationOrder - - """ - Whether or not to only return installations discovered via GitHub Connect. - """ - connectedOnly: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubEnterpriseServerInstallationConnection! - - """ - The setting value for whether the enterprise has an IP allow list enabled. - """ - ipAllowListEnabledSetting: GitHubIpAllowListEnabledSettingValue! - - """ - The IP addresses that are allowed to access resources owned by the enterprise. - """ - ipAllowListEntries( - """Ordering options for IP allow list entries returned.""" - orderBy: GitHubIpAllowListEntryOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubIpAllowListEntryConnection! - - """ - Whether or not the default repository permission is currently being updated. - """ - isUpdatingDefaultRepositoryPermission: Boolean! - - """ - Whether the two-factor authentication requirement is currently being enforced. - """ - isUpdatingTwoFactorRequirement: Boolean! - - """ - The setting value for whether organization members with admin permissions on a repository can change repository visibility. - """ - membersCanChangeRepositoryVisibilitySetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided can change repository visibility setting value. - """ - membersCanChangeRepositoryVisibilitySettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for whether members of organizations in the enterprise can create internal repositories. - """ - membersCanCreateInternalRepositoriesSetting: Boolean - - """ - The setting value for whether members of organizations in the enterprise can create private repositories. - """ - membersCanCreatePrivateRepositoriesSetting: Boolean - - """ - The setting value for whether members of organizations in the enterprise can create public repositories. - """ - membersCanCreatePublicRepositoriesSetting: Boolean - - """ - The setting value for whether members of organizations in the enterprise can create repositories. - """ - membersCanCreateRepositoriesSetting: GitHubEnterpriseMembersCanCreateRepositoriesSettingValue - - """ - A list of enterprise organizations configured with the provided repository creation setting value. - """ - membersCanCreateRepositoriesSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting to find organizations for.""" - value: GitHubOrganizationMembersCanCreateRepositoriesSettingValue! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for whether members with admin permissions for repositories can delete issues. - """ - membersCanDeleteIssuesSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided members can delete issues setting value. - """ - membersCanDeleteIssuesSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for whether members with admin permissions for repositories can delete or transfer repositories. - """ - membersCanDeleteRepositoriesSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided members can delete repositories setting value. - """ - membersCanDeleteRepositoriesSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for whether members of organizations in the enterprise can invite outside collaborators. - """ - membersCanInviteCollaboratorsSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided members can invite collaborators setting value. - """ - membersCanInviteCollaboratorsSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - Indicates whether members of this enterprise's organizations can purchase additional services for those organizations. - """ - membersCanMakePurchasesSetting: GitHubEnterpriseMembersCanMakePurchasesSettingValue! - - """ - The setting value for whether members with admin permissions for repositories can update protected branches. - """ - membersCanUpdateProtectedBranchesSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided members can update protected branches setting value. - """ - membersCanUpdateProtectedBranchesSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """The setting value for whether members can view dependency insights.""" - membersCanViewDependencyInsightsSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided members can view dependency insights setting value. - """ - membersCanViewDependencyInsightsSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for whether organization projects are enabled for organizations in this enterprise. - """ - organizationProjectsSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided organization projects setting value. - """ - organizationProjectsSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - A list of outside collaborators across the repositories in the enterprise. - """ - outsideCollaborators( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - Only return outside collaborators on repositories with this visibility. - """ - visibility: GitHubRepositoryVisibility - - """ - Ordering options for outside collaborators returned from the connection. - """ - orderBy: GitHubEnterpriseMemberOrder - - """The search string to look for.""" - query: String - - """The login of one specific outside collaborator.""" - login: String - ): GitHubEnterpriseOutsideCollaboratorConnection! - - """A list of pending administrator invitations for the enterprise.""" - pendingAdminInvitations( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """The role to filter by.""" - role: GitHubEnterpriseAdministratorRole - - """ - Ordering options for pending enterprise administrator invitations returned from the connection. - """ - orderBy: GitHubEnterpriseAdministratorInvitationOrder - - """The search string to look for.""" - query: String - ): GitHubEnterpriseAdministratorInvitationConnection! - - """ - A list of pending collaborators across the repositories in the enterprise. - """ - pendingCollaborators( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - Ordering options for pending repository collaborator invitations returned from the connection. - """ - orderBy: GitHubRepositoryInvitationOrder - - """The search string to look for.""" - query: String - ): GitHubEnterprisePendingCollaboratorConnection! - - """ - A list of pending member invitations for organizations in the enterprise. - """ - pendingMemberInvitations( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """The search string to look for.""" - query: String - ): GitHubEnterprisePendingMemberInvitationConnection! - - """ - The setting value for whether repository projects are enabled in this enterprise. - """ - repositoryProjectsSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided repository projects setting value. - """ - repositoryProjectsSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """The SAML Identity Provider for the enterprise.""" - samlIdentityProvider: GitHubEnterpriseIdentityProvider - - """ - A list of enterprise organizations configured with the SAML single sign-on setting value. - """ - samlIdentityProviderSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: GitHubIdentityProviderConfigurationState! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for whether team discussions are enabled for organizations in this enterprise. - """ - teamDiscussionsSetting: GitHubEnterpriseEnabledDisabledSettingValue! - - """ - A list of enterprise organizations configured with the provided team discussions setting value. - """ - teamDiscussionsSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - The setting value for whether the enterprise requires two-factor authentication for its organizations and users. - """ - twoFactorRequiredSetting: GitHubEnterpriseEnabledSettingValue! - - """ - A list of enterprise organizations configured with the two-factor authentication setting value. - """ - twoFactorRequiredSettingOrganizations( - """Ordering options for organizations with this setting.""" - orderBy: GitHubOrganizationOrder - - """The setting value to find organizations for.""" - value: Boolean! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! -} - -enum GitHubEnterpriseUserDeployment { - """The user is part of a GitHub Enterprise Cloud deployment.""" - CLOUD - - """The user is part of a GitHub Enterprise Server deployment.""" - SERVER -} - -enum GitHubEnterpriseMemberOrderField { - """Order enterprise members by login""" - LOGIN - - """Order enterprise members by creation time""" - CREATED_AT -} - -"""Ordering options for enterprise member connections.""" -input GitHubEnterpriseMemberOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order enterprise members by.""" - field: GitHubEnterpriseMemberOrderField! -} - -enum GitHubOrganizationOrderField { - """Order organizations by creation time""" - CREATED_AT - - """Order organizations by login""" - LOGIN -} - -"""Ordering options for organization connections.""" -input GitHubOrganizationOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order organizations by.""" - field: GitHubOrganizationOrderField! -} - -enum GitHubEnterpriseUserAccountMembershipRole { - """The user is a member of the enterprise membership.""" - MEMBER - - """The user is an owner of the enterprise membership.""" - OWNER -} - -"""An enterprise organization that a user is a member of.""" -type GitHubEnterpriseOrganizationMembershipEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubOrganization - - """The role of the user in the enterprise membership.""" - role: GitHubEnterpriseUserAccountMembershipRole! -} - -"""The connection type for Organization.""" -type GitHubEnterpriseOrganizationMembershipConnection { - """A list of edges.""" - edges: [GitHubEnterpriseOrganizationMembershipEdge] - - """A list of nodes.""" - nodes: [GitHubOrganization] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -An account for a user who is an admin of an enterprise or a member of an enterprise through one or more organizations. -""" -type GitHubEnterpriseUserAccount implements OneGraphNode & GitHubNode & GitHubActor { - """A URL pointing to the enterprise user account's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The enterprise in which this user account exists.""" - enterprise: GitHubEnterprise! - - """""" - id: ID! - - """ - An identifier for the enterprise user account, a login or email address - """ - login: String! - - """The name of the enterprise user account""" - name: String - - """A list of enterprise organizations this user is a member of.""" - organizations( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """The role of the user in the enterprise organization.""" - role: GitHubEnterpriseUserAccountMembershipRole - - """Ordering options for organizations returned from the connection.""" - orderBy: GitHubOrganizationOrder - - """The search string to look for.""" - query: String - ): GitHubEnterpriseOrganizationMembershipConnection! - - """The HTTP path for this user.""" - resourcePath: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this user.""" - url: String! - - """The user within the enterprise.""" - user: GitHubUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object that is a member of an enterprise.""" -union GitHubEnterpriseMember = GitHubUser | GitHubEnterpriseUserAccount - -""" -A User who is a member of an enterprise through one or more organizations. -""" -type GitHubEnterpriseMemberEdge { - """A cursor for use in pagination.""" - cursor: String! - - """Whether the user does not have a license for the enterprise.""" - isUnlicensed: Boolean! - - """The item at the end of the edge.""" - node: GitHubEnterpriseMember -} - -"""The connection type for EnterpriseMember.""" -type GitHubEnterpriseMemberConnection { - """A list of edges.""" - edges: [GitHubEnterpriseMemberEdge] - - """A list of nodes.""" - nodes: [GitHubEnterpriseMember] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -Enterprise billing information visible to enterprise billing managers and owners. -""" -type GitHubEnterpriseBillingInfo { - """The number of licenseable users/emails across the enterprise.""" - allLicensableUsersCount: Int! - - """ - The number of data packs used by all organizations owned by the enterprise. - """ - assetPacks: Int! - - """ - The number of available seats across all owned organizations based on the unique number of billable users. - """ - availableSeats: Int! @deprecated(reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalAvailableLicenses instead. Removal on 2020-01-01 UTC.") - - """ - The bandwidth quota in GB for all organizations owned by the enterprise. - """ - bandwidthQuota: Float! - - """ - The bandwidth usage in GB for all organizations owned by the enterprise. - """ - bandwidthUsage: Float! - - """The bandwidth usage as a percentage of the bandwidth quota.""" - bandwidthUsagePercentage: Int! - - """The total seats across all organizations owned by the enterprise.""" - seats: Int! @deprecated(reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalLicenses instead. Removal on 2020-01-01 UTC.") - - """The storage quota in GB for all organizations owned by the enterprise.""" - storageQuota: Float! - - """The storage usage in GB for all organizations owned by the enterprise.""" - storageUsage: Float! - - """The storage usage as a percentage of the storage quota.""" - storageUsagePercentage: Int! - - """ - The number of available licenses across all owned organizations based on the unique number of billable users. - """ - totalAvailableLicenses: Int! - - """The total number of licenses allocated.""" - totalLicenses: Int! -} - -""" -An account to manage multiple organizations with consolidated policy and billing. -""" -type GitHubEnterprise implements OneGraphNode & GitHubNode { - """A URL pointing to the enterprise's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """Enterprise billing information visible to enterprise billing managers.""" - billingInfo: GitHubEnterpriseBillingInfo - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The description of the enterprise.""" - description: String - - """The description of the enterprise as HTML.""" - descriptionHTML: String! - - """""" - id: ID! - - """The location of the enterprise.""" - location: String - - """A list of users who are members of this enterprise.""" - members( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Only return members within the selected GitHub Enterprise deployment""" - deployment: GitHubEnterpriseUserDeployment - - """The role of the user in the enterprise organization or server.""" - role: GitHubEnterpriseUserAccountMembershipRole - - """Ordering options for members returned from the connection.""" - orderBy: GitHubEnterpriseMemberOrder - - """The search string to look for.""" - query: String - - """Only return members within the organizations with these logins""" - organizationLogins: [String!] - ): GitHubEnterpriseMemberConnection! - - """The name of the enterprise.""" - name: String! - - """A list of organizations that belong to this enterprise.""" - organizations( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for organizations returned from the connection.""" - orderBy: GitHubOrganizationOrder - - """The search string to look for.""" - query: String - ): GitHubOrganizationConnection! - - """Enterprise information only visible to enterprise owners.""" - ownerInfo: GitHubEnterpriseOwnerInfo - - """The HTTP path for this enterprise.""" - resourcePath: String! - - """The URL-friendly identifier for the enterprise.""" - slug: String! - - """The HTTP URL for this enterprise.""" - url: String! - - """A list of user accounts on this enterprise.""" - userAccounts( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubEnterpriseUserAccountConnection! - - """Is the current viewer an admin of this enterprise?""" - viewerIsAdmin: Boolean! - - """The URL of the enterprise website.""" - websiteUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Types that can own an IP allow list.""" -union GitHubIpAllowListOwner = GitHubOrganization | GitHubEnterprise - -""" -An IP address or range of addresses that is allowed to access an owner's resources. -""" -type GitHubIpAllowListEntry implements OneGraphNode & GitHubNode { - """A single IP address or range of IP addresses in CIDR notation.""" - allowListValue: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Whether the entry is currently active.""" - isActive: Boolean! - - """The name of the IP allow list entry.""" - name: String - - """The owner of the IP allow list entry.""" - owner: GitHubIpAllowListOwner! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""SCIM attributes for the External Identity""" -type GitHubExternalIdentityScimAttributes { - """The userName of the SCIM identity""" - username: String -} - -"""SAML attributes for the External Identity""" -type GitHubExternalIdentitySamlAttributes { - """The NameID of the SAML identity""" - nameId: String -} - -"""An external identity provisioned by SAML SSO or SCIM.""" -type GitHubExternalIdentity implements OneGraphNode & GitHubNode { - """The GUID for this identity""" - guid: String! - - """""" - id: ID! - - """Organization invitation for this SCIM-provisioned external identity""" - organizationInvitation: GitHubOrganizationInvitation - - """SAML Identity attributes""" - samlIdentity: GitHubExternalIdentitySamlAttributes - - """SCIM Identity attributes""" - scimIdentity: GitHubExternalIdentityScimAttributes - - """ - User linked to this external identity. Will be NULL if this identity has not been claimed by an organization member. - """ - user: GitHubUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubExternalIdentityEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubExternalIdentity -} - -"""The connection type for ExternalIdentity.""" -type GitHubExternalIdentityConnection { - """A list of edges.""" - edges: [GitHubExternalIdentityEdge] - - """A list of nodes.""" - nodes: [GitHubExternalIdentity] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -An Identity Provider configured to provision SAML and SCIM identities for Organizations -""" -type GitHubOrganizationIdentityProvider implements OneGraphNode & GitHubNode { - """ - The digest algorithm used to sign SAML requests for the Identity Provider. - """ - digestMethod: String - - """External Identities provisioned by this Identity Provider""" - externalIdentities( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubExternalIdentityConnection! - - """""" - id: ID! - - """ - The x509 certificate used by the Identity Provder to sign assertions and responses. - """ - idpCertificate: String - - """The Issuer Entity ID for the SAML Identity Provider""" - issuer: String - - """Organization this Identity Provider belongs to""" - organization: GitHubOrganization - - """ - The signature algorithm used to sign SAML requests for the Identity Provider. - """ - signatureMethod: String - - """The URL endpoint for the Identity Provider's SAML SSO.""" - ssoUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A user's public key.""" -type GitHubPublicKey implements OneGraphNode & GitHubNode { - """ - The last time this authorization was used to perform an action. Values will be null for keys not owned by the user. - """ - accessedAt: String - - """ - Identifies the date and time when the key was created. Keys created before March 5th, 2014 have inaccurate values. Values will be null for keys not owned by the user. - """ - createdAt: String - - """The fingerprint for this PublicKey.""" - fingerprint: String! - - """""" - id: ID! - - """ - Whether this PublicKey is read-only or not. Values will be null for keys not owned by the user. - """ - isReadOnly: Boolean - - """The public key string.""" - key: String! - - """ - Identifies the date and time when the key was updated. Keys created before March 5th, 2014 may have inaccurate values. Values will be null for keys not owned by the user. - """ - updatedAt: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An invitation for a user to be added to a repository.""" -type GitHubRepositoryInvitation implements OneGraphNode & GitHubNode { - """""" - id: ID! - - """The user who received the invitation.""" - invitee: GitHubUser! - - """The user who created the invitation.""" - inviter: GitHubUser! - - """The permission granted on this repository by this invitation.""" - permission: GitHubRepositoryPermission! - - """The Repository the user is invited to.""" - repository: GitHubRepositoryInfo - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A Saved Reply is text a user can use to reply quickly.""" -type GitHubSavedReply implements OneGraphNode & GitHubNode { - """The body of the saved reply.""" - body: String! - - """The saved reply body rendered to HTML.""" - bodyHTML: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """The title of the saved reply.""" - title: String! - - """The user that saved this reply.""" - user: GitHubActor - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubSponsorsTierOrderField { - """Order tiers by creation time.""" - CREATED_AT - - """Order tiers by their monthly price in cents""" - MONTHLY_PRICE_IN_CENTS -} - -"""Ordering options for Sponsors tiers connections.""" -input GitHubSponsorsTierOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order tiers by.""" - field: GitHubSponsorsTierOrderField! -} - -"""An edge in a connection.""" -type GitHubSponsorsTierEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubSponsorsTier -} - -"""The connection type for SponsorsTier.""" -type GitHubSponsorsTierConnection { - """A list of edges.""" - edges: [GitHubSponsorsTierEdge] - - """A list of nodes.""" - nodes: [GitHubSponsorsTier] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A GitHub Sponsors listing.""" -type GitHubSponsorsListing implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The full description of the listing.""" - fullDescription: String! - - """The full description of the listing rendered to HTML.""" - fullDescriptionHTML: String! - - """""" - id: ID! - - """The listing's full name.""" - name: String! - - """The short description of the listing.""" - shortDescription: String! - - """The short name of the listing.""" - slug: String! - - """The published tiers for this GitHub Sponsors listing.""" - tiers( - """Ordering options for Sponsors tiers returned from the connection.""" - orderBy: GitHubSponsorsTierOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorsTierConnection - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubSponsorshipOrderField { - """Order sponsorship by creation time.""" - CREATED_AT -} - -"""Ordering options for sponsorship connections.""" -input GitHubSponsorshipOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order sponsorship by.""" - field: GitHubSponsorshipOrderField! -} - -"""An edge in a connection.""" -type GitHubSponsorshipEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubSponsorship -} - -"""The connection type for Sponsorship.""" -type GitHubSponsorshipConnection { - """A list of edges.""" - edges: [GitHubSponsorshipEdge] - - """A list of nodes.""" - nodes: [GitHubSponsorship] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -SponsorsTier information only visible to users that can administer the associated Sponsors listing. -""" -type GitHubSponsorsTierAdminInfo { - """The sponsorships associated with this tier.""" - sponsorships( - """ - Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer. - """ - orderBy: GitHubSponsorshipOrder - - """Whether or not to include private sponsorships in the result set""" - includePrivate: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorshipConnection! -} - -"""A GitHub Sponsors tier associated with a GitHub Sponsors listing.""" -type GitHubSponsorsTier implements OneGraphNode & GitHubNode { - """ - SponsorsTier information only visible to users that can administer the associated Sponsors listing. - """ - adminInfo: GitHubSponsorsTierAdminInfo - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The description of the tier.""" - description: String! - - """The tier description rendered to HTML""" - descriptionHTML: String! - - """""" - id: ID! - - """How much this tier costs per month in cents.""" - monthlyPriceInCents: Int! - - """How much this tier costs per month in dollars.""" - monthlyPriceInDollars: Int! - - """The name of the tier.""" - name: String! - - """The sponsors listing that this tier belongs to.""" - sponsorsListing: GitHubSponsorsListing! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Entities that can be sponsored through GitHub Sponsors""" -interface GitHubSponsorable { - """The GitHub Sponsors listing for this user.""" - sponsorsListing: GitHubSponsorsListing - - """This object's sponsorships as the maintainer.""" - sponsorshipsAsMaintainer( - """ - Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer. - """ - orderBy: GitHubSponsorshipOrder - - """Whether or not to include private sponsorships in the result set""" - includePrivate: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorshipConnection! - - """This object's sponsorships as the sponsor.""" - sponsorshipsAsSponsor( - """ - Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer. - """ - orderBy: GitHubSponsorshipOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorshipConnection! -} - -enum GitHubSponsorshipPrivacy { - """Public""" - PUBLIC - - """Private""" - PRIVATE -} - -"""A sponsorship relationship between a sponsor and a maintainer""" -type GitHubSponsorship implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """The entity that is being sponsored""" - maintainer: GitHubUser! @deprecated(reason: "`Sponsorship.maintainer` will be removed. Use `Sponsorship.sponsorable` instead. Removal on 2020-04-01 UTC.") - - """The privacy level for this sponsorship.""" - privacyLevel: GitHubSponsorshipPrivacy! - - """ - The entity that is sponsoring. Returns null if the sponsorship is private - """ - sponsor: GitHubUser - - """The entity that is being sponsored""" - sponsorable: GitHubSponsorable! - - """The associated sponsorship tier""" - tier: GitHubSponsorsTier - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.add_billing_manager""" -type GitHubOrgAddBillingManagerAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """ - The email address used to invite a billing manager for the organization. - """ - invitationEmail: String - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgAddMemberAuditEntryPermission { - """Can read and clone repositories.""" - READ - - """Can read, clone, push, and add collaborators to repositories.""" - ADMIN -} - -"""Audit log entry for a org.add_member""" -type GitHubOrgAddMemberAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The permission level of the member added to the organization.""" - permission: GitHubOrgAddMemberAuditEntryPermission - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.block_user""" -type GitHubOrgBlockUserAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The blocked user.""" - blockedUser: GitHubUser - - """The username of the blocked user.""" - blockedUserName: String - - """The HTTP path for the blocked user.""" - blockedUserResourcePath: String - - """The HTTP URL for the blocked user.""" - blockedUserUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.config.disable_collaborators_only event.""" -type GitHubOrgConfigDisableCollaboratorsOnlyAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.config.enable_collaborators_only event.""" -type GitHubOrgConfigEnableCollaboratorsOnlyAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgCreateAuditEntryBillingPlan { - """Free Plan""" - FREE - - """Team Plan""" - BUSINESS - - """Enterprise Cloud Plan""" - BUSINESS_PLUS - - """Legacy Unlimited Plan""" - UNLIMITED - - """Tiered Per Seat Plan""" - TIERED_PER_SEAT -} - -"""Audit log entry for a org.create event.""" -type GitHubOrgCreateAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The billing plan for the Organization.""" - billingPlan: GitHubOrgCreateAuditEntryBillingPlan - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.disable_oauth_app_restrictions event.""" -type GitHubOrgDisableOauthAppRestrictionsAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.disable_saml event.""" -type GitHubOrgDisableSamlAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The SAML provider's digest algorithm URL.""" - digestMethodUrl: String - - """""" - id: ID! - - """The SAML provider's issuer URL.""" - issuerUrl: String - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The SAML provider's signature algorithm URL.""" - signatureMethodUrl: String - - """The SAML provider's single sign-on URL.""" - singleSignOnUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.disable_two_factor_requirement event.""" -type GitHubOrgDisableTwoFactorRequirementAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.enable_oauth_app_restrictions event.""" -type GitHubOrgEnableOauthAppRestrictionsAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.enable_saml event.""" -type GitHubOrgEnableSamlAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The SAML provider's digest algorithm URL.""" - digestMethodUrl: String - - """""" - id: ID! - - """The SAML provider's issuer URL.""" - issuerUrl: String - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The SAML provider's signature algorithm URL.""" - signatureMethodUrl: String - - """The SAML provider's single sign-on URL.""" - singleSignOnUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.enable_two_factor_requirement event.""" -type GitHubOrgEnableTwoFactorRequirementAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.invite_member event.""" -type GitHubOrgInviteMemberAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The email address of the organization invitation.""" - email: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The organization invitation.""" - organizationInvitation: GitHubOrganizationInvitation - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOauthApplicationCreateAuditEntryState { - """The OAuth Application was active and allowed to have OAuth Accesses.""" - ACTIVE - - """ - The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns. - """ - SUSPENDED - - """The OAuth Application was in the process of being deleted.""" - PENDING_DELETION -} - -"""Audit log entry for a oauth_application.create event.""" -type GitHubOauthApplicationCreateAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubOauthApplicationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The application URL of the OAuth Application.""" - applicationUrl: String - - """The callback URL of the OAuth Application.""" - callbackUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The name of the OAuth Application.""" - oauthApplicationName: String - - """The HTTP path for the OAuth Application""" - oauthApplicationResourcePath: String - - """The HTTP URL for the OAuth Application""" - oauthApplicationUrl: String - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The rate limit of the OAuth Application.""" - rateLimit: Int - - """The state of the OAuth Application.""" - state: GitHubOauthApplicationCreateAuditEntryState - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.oauth_app_access_approved event.""" -type GitHubOrgOauthAppAccessApprovedAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubOauthApplicationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The name of the OAuth Application.""" - oauthApplicationName: String - - """The HTTP path for the OAuth Application""" - oauthApplicationResourcePath: String - - """The HTTP URL for the OAuth Application""" - oauthApplicationUrl: String - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.oauth_app_access_denied event.""" -type GitHubOrgOauthAppAccessDeniedAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubOauthApplicationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The name of the OAuth Application.""" - oauthApplicationName: String - - """The HTTP path for the OAuth Application""" - oauthApplicationResourcePath: String - - """The HTTP URL for the OAuth Application""" - oauthApplicationUrl: String - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Metadata for an audit entry with action oauth_application.*""" -interface GitHubOauthApplicationAuditEntryData { - """The name of the OAuth Application.""" - oauthApplicationName: String - - """The HTTP path for the OAuth Application""" - oauthApplicationResourcePath: String - - """The HTTP URL for the OAuth Application""" - oauthApplicationUrl: String -} - -"""Audit log entry for a org.oauth_app_access_requested event.""" -type GitHubOrgOauthAppAccessRequestedAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubOauthApplicationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The name of the OAuth Application.""" - oauthApplicationName: String - - """The HTTP path for the OAuth Application""" - oauthApplicationResourcePath: String - - """The HTTP URL for the OAuth Application""" - oauthApplicationUrl: String - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgRemoveBillingManagerAuditEntryReason { - """ - The organization required 2FA of its billing managers and this user did not have 2FA enabled. - """ - TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE - - """SAML external identity missing""" - SAML_EXTERNAL_IDENTITY_MISSING - - """SAML SSO enforcement requires an external identity""" - SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY -} - -"""Audit log entry for a org.remove_billing_manager event.""" -type GitHubOrgRemoveBillingManagerAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The reason for the billing manager being removed.""" - reason: GitHubOrgRemoveBillingManagerAuditEntryReason - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgRemoveMemberAuditEntryReason { - """ - The organization required 2FA of its billing managers and this user did not have 2FA enabled. - """ - TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE - - """SAML external identity missing""" - SAML_EXTERNAL_IDENTITY_MISSING - - """SAML SSO enforcement requires an external identity""" - SAML_SSO_ENFORCEMENT_REQUIRES_EXTERNAL_IDENTITY -} - -enum GitHubOrgRemoveMemberAuditEntryMembershipType { - """A direct member is a user that is a member of the Organization.""" - DIRECT_MEMBER - - """ - Organization administrators have full access and can change several settings, including the names of repositories that belong to the Organization and Owners team membership. In addition, organization admins can delete the organization and all of its repositories. - """ - ADMIN - - """ - A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. - """ - BILLING_MANAGER - - """ - An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the Organization. - """ - UNAFFILIATED - - """ - An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization. - """ - OUTSIDE_COLLABORATOR -} - -"""Audit log entry for a org.remove_member event.""" -type GitHubOrgRemoveMemberAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The types of membership the member has with the organization.""" - membershipTypes: [GitHubOrgRemoveMemberAuditEntryMembershipType!] - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The reason for the member being removed.""" - reason: GitHubOrgRemoveMemberAuditEntryReason - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgRemoveOutsideCollaboratorAuditEntryReason { - """ - The organization required 2FA of its billing managers and this user did not have 2FA enabled. - """ - TWO_FACTOR_REQUIREMENT_NON_COMPLIANCE - - """SAML external identity missing""" - SAML_EXTERNAL_IDENTITY_MISSING -} - -enum GitHubOrgRemoveOutsideCollaboratorAuditEntryMembershipType { - """ - An outside collaborator is a person who isn't explicitly a member of the Organization, but who has Read, Write, or Admin permissions to one or more repositories in the organization. - """ - OUTSIDE_COLLABORATOR - - """ - An unaffiliated collaborator is a person who is not a member of the Organization and does not have access to any repositories in the organization. - """ - UNAFFILIATED - - """ - A billing manager is a user who manages the billing settings for the Organization, such as updating payment information. - """ - BILLING_MANAGER -} - -"""Audit log entry for a org.remove_outside_collaborator event.""" -type GitHubOrgRemoveOutsideCollaboratorAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """ - The types of membership the outside collaborator has with the organization. - """ - membershipTypes: [GitHubOrgRemoveOutsideCollaboratorAuditEntryMembershipType!] - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """ - The reason for the outside collaborator being removed from the Organization. - """ - reason: GitHubOrgRemoveOutsideCollaboratorAuditEntryReason - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Metadata for an organization membership for org.restore_member actions""" -type GitHubOrgRestoreMemberMembershipOrganizationAuditEntryData implements GitHubOrganizationAuditEntryData { - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String -} - -"""Metadata for a repository membership for org.restore_member actions""" -type GitHubOrgRestoreMemberMembershipRepositoryAuditEntryData implements GitHubRepositoryAuditEntryData { - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String -} - -"""Metadata for a team membership for org.restore_member actions""" -type GitHubOrgRestoreMemberMembershipTeamAuditEntryData implements GitHubTeamAuditEntryData { - """The team associated with the action""" - team: GitHubTeam - - """The name of the team""" - teamName: String - - """The HTTP path for this team""" - teamResourcePath: String - - """The HTTP URL for this team""" - teamUrl: String -} - -"""Types of memberships that can be restored for an Organization member.""" -union GitHubOrgRestoreMemberAuditEntryMembership = GitHubOrgRestoreMemberMembershipTeamAuditEntryData | GitHubOrgRestoreMemberMembershipRepositoryAuditEntryData | GitHubOrgRestoreMemberMembershipOrganizationAuditEntryData - -"""Audit log entry for a org.restore_member event.""" -type GitHubOrgRestoreMemberAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The number of custom email routings for the restored member.""" - restoredCustomEmailRoutingsCount: Int - - """The number of issue assignemnts for the restored member.""" - restoredIssueAssignmentsCount: Int - - """Restored organization membership objects.""" - restoredMemberships: [GitHubOrgRestoreMemberAuditEntryMembership!] - - """The number of restored memberships.""" - restoredMembershipsCount: Int - - """The number of repositories of the restored member.""" - restoredRepositoriesCount: Int - - """The number of starred repositories for the restored member.""" - restoredRepositoryStarsCount: Int - - """The number of watched repositories for the restored member.""" - restoredRepositoryWatchesCount: Int - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.unblock_user""" -type GitHubOrgUnblockUserAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The user being unblocked by the organization.""" - blockedUser: GitHubUser - - """The username of the blocked user.""" - blockedUserName: String - - """The HTTP path for the blocked user.""" - blockedUserResourcePath: String - - """The HTTP URL for the blocked user.""" - blockedUserUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgUpdateDefaultRepositoryPermissionAuditEntryPermission { - """Can read and clone repositories.""" - READ - - """Can read, clone and push to repositories.""" - WRITE - - """Can read, clone, push, and add collaborators to repositories.""" - ADMIN - - """No default permission value.""" - NONE -} - -"""Audit log entry for a org.update_default_repository_permission""" -type GitHubOrgUpdateDefaultRepositoryPermissionAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The new default repository permission level for the organization.""" - permission: GitHubOrgUpdateDefaultRepositoryPermissionAuditEntryPermission - - """The former default repository permission level for the organization.""" - permissionWas: GitHubOrgUpdateDefaultRepositoryPermissionAuditEntryPermission - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgUpdateMemberAuditEntryPermission { - """Can read and clone repositories.""" - READ - - """Can read, clone, push, and add collaborators to repositories.""" - ADMIN -} - -"""Audit log entry for a org.update_member event.""" -type GitHubOrgUpdateMemberAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The new member permission level for the organization.""" - permission: GitHubOrgUpdateMemberAuditEntryPermission - - """The former member permission level for the organization.""" - permissionWas: GitHubOrgUpdateMemberAuditEntryPermission - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility { - """ - All organization members are restricted from creating any repositories. - """ - ALL - - """ - All organization members are restricted from creating public repositories. - """ - PUBLIC -} - -""" -Audit log entry for a org.update_member_repository_creation_permission event. -""" -type GitHubOrgUpdateMemberRepositoryCreationPermissionAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """Can members create repositories in the organization.""" - canCreateRepositories: Boolean - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - - """ - The permission for visibility level of repositories for this organization. - """ - visibility: GitHubOrgUpdateMemberRepositoryCreationPermissionAuditEntryVisibility - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Audit log entry for a org.update_member_repository_invitation_permission event. -""" -type GitHubOrgUpdateMemberRepositoryInvitationPermissionAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """ - Can outside collaborators be invited to repositories in the organization. - """ - canInviteOutsideCollaboratorsToRepositories: Boolean - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRepoAccessAuditEntryVisibility { - """The repository is visible only to users in the same business.""" - INTERNAL - - """The repository is visible only to those with explicit access.""" - PRIVATE - - """The repository is visible to everyone.""" - PUBLIC -} - -"""Audit log entry for a repo.access event.""" -type GitHubRepoAccessAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - - """The visibility of the repository""" - visibility: GitHubRepoAccessAuditEntryVisibility - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRepoAddMemberAuditEntryVisibility { - """The repository is visible only to users in the same business.""" - INTERNAL - - """The repository is visible only to those with explicit access.""" - PRIVATE - - """The repository is visible to everyone.""" - PUBLIC -} - -"""Audit log entry for a repo.add_member event.""" -type GitHubRepoAddMemberAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - - """The visibility of the repository""" - visibility: GitHubRepoAddMemberAuditEntryVisibility - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRepoArchivedAuditEntryVisibility { - """The repository is visible only to users in the same business.""" - INTERNAL - - """The repository is visible only to those with explicit access.""" - PRIVATE - - """The repository is visible to everyone.""" - PUBLIC -} - -"""Audit log entry for a repo.archived event.""" -type GitHubRepoArchivedAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - - """The visibility of the repository""" - visibility: GitHubRepoArchivedAuditEntryVisibility - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRepoChangeMergeSettingAuditEntryMergeType { - """The pull request is added to the base branch in a merge commit.""" - MERGE - - """ - Commits from the pull request are added onto the base branch individually without a merge commit. - """ - REBASE - - """ - The pull request's commits are squashed into a single commit before they are merged to the base branch. - """ - SQUASH -} - -"""Audit log entry for a repo.change_merge_setting event.""" -type GitHubRepoChangeMergeSettingAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """ - Whether the change was to enable (true) or disable (false) the merge type - """ - isEnabled: Boolean - - """The merge method affected by the change""" - mergeType: GitHubRepoChangeMergeSettingAuditEntryMergeType - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.disable_anonymous_git_access event.""" -type GitHubRepoConfigDisableAnonymousGitAccessAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.disable_collaborators_only event.""" -type GitHubRepoConfigDisableCollaboratorsOnlyAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.disable_contributors_only event.""" -type GitHubRepoConfigDisableContributorsOnlyAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.disable_sockpuppet_disallowed event.""" -type GitHubRepoConfigDisableSockpuppetDisallowedAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.enable_anonymous_git_access event.""" -type GitHubRepoConfigEnableAnonymousGitAccessAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.enable_collaborators_only event.""" -type GitHubRepoConfigEnableCollaboratorsOnlyAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.enable_contributors_only event.""" -type GitHubRepoConfigEnableContributorsOnlyAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.enable_sockpuppet_disallowed event.""" -type GitHubRepoConfigEnableSockpuppetDisallowedAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.lock_anonymous_git_access event.""" -type GitHubRepoConfigLockAnonymousGitAccessAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repo.config.unlock_anonymous_git_access event.""" -type GitHubRepoConfigUnlockAnonymousGitAccessAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRepoCreateAuditEntryVisibility { - """The repository is visible only to users in the same business.""" - INTERNAL - - """The repository is visible only to those with explicit access.""" - PRIVATE - - """The repository is visible to everyone.""" - PUBLIC -} - -"""Audit log entry for a repo.create event.""" -type GitHubRepoCreateAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The name of the parent repository for this forked repository.""" - forkParentName: String - - """The name of the root repository for this netork.""" - forkSourceName: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - - """The visibility of the repository""" - visibility: GitHubRepoCreateAuditEntryVisibility - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRepoDestroyAuditEntryVisibility { - """The repository is visible only to users in the same business.""" - INTERNAL - - """The repository is visible only to those with explicit access.""" - PRIVATE - - """The repository is visible to everyone.""" - PUBLIC -} - -"""Audit log entry for a repo.destroy event.""" -type GitHubRepoDestroyAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - - """The visibility of the repository""" - visibility: GitHubRepoDestroyAuditEntryVisibility - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRepoRemoveMemberAuditEntryVisibility { - """The repository is visible only to users in the same business.""" - INTERNAL - - """The repository is visible only to those with explicit access.""" - PRIVATE - - """The repository is visible to everyone.""" - PUBLIC -} - -"""Audit log entry for a repo.remove_member event.""" -type GitHubRepoRemoveMemberAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - - """The visibility of the repository""" - visibility: GitHubRepoRemoveMemberAuditEntryVisibility - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a members_can_delete_repos.clear event.""" -type GitHubMembersCanDeleteReposClearAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a members_can_delete_repos.disable event.""" -type GitHubMembersCanDeleteReposDisableAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a members_can_delete_repos.enable event.""" -type GitHubMembersCanDeleteReposEnableAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a org.invite_to_business event.""" -type GitHubOrgInviteToBusinessAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a private_repository_forking.disable event.""" -type GitHubPrivateRepositoryForkingDisableAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a private_repository_forking.enable event.""" -type GitHubPrivateRepositoryForkingEnableAuditEntry implements OneGraphNode & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a repository_visibility_change.disable event.""" -type GitHubRepositoryVisibilityChangeDisableAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Metadata for an audit entry containing enterprise account information.""" -interface GitHubEnterpriseAuditEntryData { - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String -} - -"""Audit log entry for a repository_visibility_change.enable event.""" -type GitHubRepositoryVisibilityChangeEnableAuditEntry implements OneGraphNode & GitHubOrganizationAuditEntryData & GitHubNode & GitHubEnterpriseAuditEntryData & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The HTTP path for this enterprise.""" - enterpriseResourcePath: String - - """The slug of the enterprise.""" - enterpriseSlug: String - - """The HTTP URL for this enterprise.""" - enterpriseUrl: String - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Audit log entry for a team.add_member event.""" -type GitHubTeamAddMemberAuditEntry implements OneGraphNode & GitHubTeamAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """Whether the team was mapped to an LDAP Group.""" - isLdapMapped: Boolean - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The team associated with the action""" - team: GitHubTeam - - """The name of the team""" - teamName: String - - """The HTTP path for this team""" - teamResourcePath: String - - """The HTTP URL for this team""" - teamUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An entry in the audit log.""" -interface GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String -} - -"""Audit log entry for a repo.add_topic event.""" -type GitHubRepoAddTopicAuditEntry implements OneGraphNode & GitHubTopicAuditEntryData & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The name of the topic added to the repository""" - topic: GitHubTopic - - """The name of the topic added to the repository""" - topicName: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Metadata for an audit entry with a topic.""" -interface GitHubTopicAuditEntryData { - """The name of the topic added to the repository""" - topic: GitHubTopic - - """The name of the topic added to the repository""" - topicName: String -} - -"""Audit log entry for a repo.remove_topic event.""" -type GitHubRepoRemoveTopicAuditEntry implements OneGraphNode & GitHubTopicAuditEntryData & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The name of the topic added to the repository""" - topic: GitHubTopic - - """The name of the topic added to the repository""" - topicName: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Metadata for an audit entry with action repo.*""" -interface GitHubRepositoryAuditEntryData { - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String -} - -"""Audit log entry for a team.add_repository event.""" -type GitHubTeamAddRepositoryAuditEntry implements OneGraphNode & GitHubTeamAuditEntryData & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """Whether the team was mapped to an LDAP Group.""" - isLdapMapped: Boolean - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The team associated with the action""" - team: GitHubTeam - - """The name of the team""" - teamName: String - - """The HTTP path for this team""" - teamResourcePath: String - - """The HTTP URL for this team""" - teamUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Metadata for an audit entry with action org.*""" -interface GitHubOrganizationAuditEntryData { - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String -} - -"""Audit log entry for a team.change_parent_team event.""" -type GitHubTeamChangeParentTeamAuditEntry implements OneGraphNode & GitHubTeamAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """Whether the team was mapped to an LDAP Group.""" - isLdapMapped: Boolean - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The new parent team.""" - parentTeam: GitHubTeam - - """The name of the new parent team""" - parentTeamName: String - - """The name of the former parent team""" - parentTeamNameWas: String - - """The HTTP path for the parent team""" - parentTeamResourcePath: String - - """The HTTP URL for the parent team""" - parentTeamUrl: String - - """The former parent team.""" - parentTeamWas: GitHubTeam - - """The HTTP path for the previous parent team""" - parentTeamWasResourcePath: String - - """The HTTP URL for the previous parent team""" - parentTeamWasUrl: String - - """The team associated with the action""" - team: GitHubTeam - - """The name of the team""" - teamName: String - - """The HTTP path for this team""" - teamResourcePath: String - - """The HTTP URL for this team""" - teamUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Metadata for an audit entry with action team.*""" -interface GitHubTeamAuditEntryData { - """The team associated with the action""" - team: GitHubTeam - - """The name of the team""" - teamName: String - - """The HTTP path for this team""" - teamResourcePath: String - - """The HTTP URL for this team""" - teamUrl: String -} - -enum GitHubOperationType { - """An existing resource was accessed""" - ACCESS - - """A resource performed an authentication event""" - AUTHENTICATION - - """A new resource was created""" - CREATE - - """An existing resource was modified""" - MODIFY - - """An existing resource was removed""" - REMOVE - - """An existing resource was restored""" - RESTORE - - """An existing resource was transferred between multiple resources""" - TRANSFER -} - -"""Location information for an actor""" -type GitHubActorLocation { - """City""" - city: String - - """Country name""" - country: String - - """Country code""" - countryCode: String - - """Region name""" - region: String - - """Region or state code""" - regionCode: String -} - -"""Audit log entry for a team.remove_member event.""" -type GitHubTeamRemoveMemberAuditEntry implements OneGraphNode & GitHubTeamAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """Whether the team was mapped to an LDAP Group.""" - isLdapMapped: Boolean - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The team associated with the action""" - team: GitHubTeam - - """The name of the team""" - teamName: String - - """The HTTP path for this team""" - teamResourcePath: String - - """The HTTP URL for this team""" - teamUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents a 'base_ref_changed' event on a given issue or pull request. -""" -type GitHubBaseRefChangedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits. -""" -type GitHubPullRequestRevisionMarker { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The last commit the viewer has seen.""" - lastSeenCommit: GitHubCommit! - - """The pull request to which the marker belongs.""" - pullRequest: GitHubPullRequest! -} - -enum GitHubTeamDiscussionCommentOrderField { - """ - Allows sequential ordering of team discussion comments (which is equivalent to chronological ordering). - """ - NUMBER -} - -"""Ways in which team discussion comment connections can be ordered.""" -input GitHubTeamDiscussionCommentOrder { - """The direction in which to order nodes.""" - direction: GitHubOrderDirection! - - """The field by which to order nodes.""" - field: GitHubTeamDiscussionCommentOrderField! -} - -"""Represents a user that's made a reaction.""" -type GitHubReactingUserEdge { - """A cursor for use in pagination.""" - cursor: String! - - """""" - node: GitHubUser! - - """The moment when the user made the reaction.""" - reactedAt: String! -} - -"""The connection type for User.""" -type GitHubReactingUserConnection { - """A list of edges.""" - edges: [GitHubReactingUserEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubPullRequestReviewCommentState { - """A comment that is part of a pending review""" - PENDING - - """A comment that is part of a submitted review""" - SUBMITTED -} - -"""An edge in a connection.""" -type GitHubStatusCheckRollupContextEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubStatusCheckRollupContext -} - -"""The connection type for StatusCheckRollupContext.""" -type GitHubStatusCheckRollupContextConnection { - """A list of edges.""" - edges: [GitHubStatusCheckRollupContextEdge] - - """A list of nodes.""" - nodes: [GitHubStatusCheckRollupContext] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents the rollup for both the check runs and status for a commit.""" -type GitHubStatusCheckRollup implements OneGraphNode & GitHubNode { - """The commit the status and check runs are attached to.""" - commit: GitHubCommit - - """A list of status contexts and check runs for this commit.""" - contexts( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubStatusCheckRollupContextConnection! - - """""" - id: ID! - - """The combined status for the commit.""" - state: GitHubStatusState! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Types that can be inside a StatusCheckRollup context.""" -union GitHubStatusCheckRollupContext = GitHubStatusContext - -enum GitHubStatusState { - """Status is expected.""" - EXPECTED - - """Status is errored.""" - ERROR - - """Status is failing.""" - FAILURE - - """Status is pending.""" - PENDING - - """Status is successful.""" - SUCCESS -} - -"""Represents an individual commit status context""" -type GitHubStatusContext implements OneGraphNode & GitHubNode { - """ - The avatar of the OAuth application or the user that created the status - """ - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String - - """This commit this status context is attached to.""" - commit: GitHubCommit - - """The name of this status context.""" - context: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The actor who created this status context.""" - creator: GitHubActor - - """The description for this status context.""" - description: String - - """""" - id: ID! - - """The state of this status context.""" - state: GitHubStatusState! - - """The URL for this status context.""" - targetUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a commit status.""" -type GitHubStatus implements OneGraphNode & GitHubNode { - """The commit this status is attached to.""" - commit: GitHubCommit - - """Looks up an individual status context by context name.""" - context( - """The context name.""" - name: String! - ): GitHubStatusContext - - """The individual status contexts for this commit.""" - contexts: [GitHubStatusContext!]! - - """""" - id: ID! - - """The combined commit status.""" - state: GitHubStatusState! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a GPG signature on a Commit or Tag.""" -type GitHubGpgSignature implements GitHubGitSignature { - """Email used to sign this object.""" - email: String! - - """True if the signature is valid and verified by GitHub.""" - isValid: Boolean! - - """Hex-encoded ID of the key that signed this object.""" - keyId: String - - """ - Payload for GPG signing object. Raw ODB object without the signature header. - """ - payload: String! - - """ASCII-armored signature header from object.""" - signature: String! - - """GitHub user corresponding to the email signing this commit.""" - signer: GitHubUser - - """ - The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid. - """ - state: GitHubGitSignatureState! - - """True if the signature was made with GitHub's signing key.""" - wasSignedByGitHub: Boolean! -} - -"""Represents an S/MIME signature on a Commit or Tag.""" -type GitHubSmimeSignature implements GitHubGitSignature { - """Email used to sign this object.""" - email: String! - - """True if the signature is valid and verified by GitHub.""" - isValid: Boolean! - - """ - Payload for GPG signing object. Raw ODB object without the signature header. - """ - payload: String! - - """ASCII-armored signature header from object.""" - signature: String! - - """GitHub user corresponding to the email signing this commit.""" - signer: GitHubUser - - """ - The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid. - """ - state: GitHubGitSignatureState! - - """True if the signature was made with GitHub's signing key.""" - wasSignedByGitHub: Boolean! -} - -enum GitHubGitSignatureState { - """Valid signature and verified by GitHub""" - VALID - - """Invalid signature""" - INVALID - - """Malformed signature""" - MALFORMED_SIG - - """Key used for signing not known to GitHub""" - UNKNOWN_KEY - - """Invalid email used for signing""" - BAD_EMAIL - - """Email used for signing unverified on GitHub""" - UNVERIFIED_EMAIL - - """Email used for signing not known to GitHub""" - NO_USER - - """Unknown signature type""" - UNKNOWN_SIG_TYPE - - """Unsigned""" - UNSIGNED - - """ - Internal error - the GPG verification service is unavailable at the moment - """ - GPGVERIFY_UNAVAILABLE - - """Internal error - the GPG verification service misbehaved""" - GPGVERIFY_ERROR - - """The usage flags for the key that signed this don't allow signing""" - NOT_SIGNING_KEY - - """Signing key expired""" - EXPIRED_KEY - - """Valid signature, pending certificate revocation checking""" - OCSP_PENDING - - """Valid siganture, though certificate revocation check failed""" - OCSP_ERROR - - """The signing certificate or its chain could not be verified""" - BAD_CERT - - """One or more certificates in chain has been revoked""" - OCSP_REVOKED -} - -"""Represents an unknown signature on a Commit or Tag.""" -type GitHubUnknownSignature implements GitHubGitSignature { - """Email used to sign this object.""" - email: String! - - """True if the signature is valid and verified by GitHub.""" - isValid: Boolean! - - """ - Payload for GPG signing object. Raw ODB object without the signature header. - """ - payload: String! - - """ASCII-armored signature header from object.""" - signature: String! - - """GitHub user corresponding to the email signing this commit.""" - signer: GitHubUser - - """ - The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid. - """ - state: GitHubGitSignatureState! - - """True if the signature was made with GitHub's signing key.""" - wasSignedByGitHub: Boolean! -} - -"""Information about a signature (GPG or S/MIME) on a Commit or Tag.""" -interface GitHubGitSignature { - """Email used to sign this object.""" - email: String! - - """True if the signature is valid and verified by GitHub.""" - isValid: Boolean! - - """ - Payload for GPG signing object. Raw ODB object without the signature header. - """ - payload: String! - - """ASCII-armored signature header from object.""" - signature: String! - - """GitHub user corresponding to the email signing this commit.""" - signer: GitHubUser - - """ - The state of this signature. `VALID` if signature is valid and verified by GitHub, otherwise represents reason why signature is considered invalid. - """ - state: GitHubGitSignatureState! - - """True if the signature was made with GitHub's signing key.""" - wasSignedByGitHub: Boolean! -} - -"""The connection type for Commit.""" -type GitHubCommitConnection { - """A list of edges.""" - edges: [GitHubCommitEdge] - - """A list of nodes.""" - nodes: [GitHubCommit] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Specifies an author for filtering Git commits.""" -input GitHubCommitAuthor { - """ - Email addresses to filter by. Commits authored by any of the specified email addresses will be returned. - """ - emails: [String!] - - """ - ID of a User to filter by. If non-null, only commits authored by this user will be returned. This field takes precedence over emails. - """ - id: ID -} - -"""An edge in a connection.""" -type GitHubCommitEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubCommit -} - -"""The connection type for Commit.""" -type GitHubCommitHistoryConnection { - """A list of edges.""" - edges: [GitHubCommitEdge] - - """A list of nodes.""" - nodes: [GitHubCommit] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents a range of information from a Git blame.""" -type GitHubBlameRange { - """ - Identifies the recency of the change, from 1 (new) to 10 (old). This is calculated as a 2-quantile and determines the length of distance between the median age of all the changes in the file and the recency of the current range's change. - """ - age: Int! - - """Identifies the line author""" - commit: GitHubCommit! - - """The ending line for the range""" - endingLine: Int! - - """The starting line for the range""" - startingLine: Int! -} - -"""Represents a Git blame.""" -type GitHubBlame { - """The list of ranges from a Git blame.""" - ranges: [GitHubBlameRange!]! -} - -enum GitHubPullRequestOrderField { - """Order pull_requests by creation time""" - CREATED_AT - - """Order pull_requests by update time""" - UPDATED_AT -} - -"""Ways in which lists of issues can be ordered upon return.""" -input GitHubPullRequestOrder { - """The direction in which to order pull requests by the specified field.""" - direction: GitHubOrderDirection! - - """The field in which to order pull requests by.""" - field: GitHubPullRequestOrderField! -} - -enum GitHubPullRequestTimelineItemsItemType { - """Represents a Git commit part of a pull request.""" - PULL_REQUEST_COMMIT - - """Represents a commit comment thread part of a pull request.""" - PULL_REQUEST_COMMIT_COMMENT_THREAD - - """A review object for a given pull request.""" - PULL_REQUEST_REVIEW - - """A threaded list of comments for a given pull request.""" - PULL_REQUEST_REVIEW_THREAD - - """ - Represents the latest point in the pull request timeline for which the viewer has seen the pull request's commits. - """ - PULL_REQUEST_REVISION_MARKER - - """ - Represents a 'base_ref_changed' event on a given issue or pull request. - """ - BASE_REF_CHANGED_EVENT - - """Represents a 'base_ref_force_pushed' event on a given pull request.""" - BASE_REF_FORCE_PUSHED_EVENT - - """Represents a 'deployed' event on a given pull request.""" - DEPLOYED_EVENT - - """ - Represents a 'deployment_environment_changed' event on a given pull request. - """ - DEPLOYMENT_ENVIRONMENT_CHANGED_EVENT - - """Represents a 'head_ref_deleted' event on a given pull request.""" - HEAD_REF_DELETED_EVENT - - """Represents a 'head_ref_force_pushed' event on a given pull request.""" - HEAD_REF_FORCE_PUSHED_EVENT - - """Represents a 'head_ref_restored' event on a given pull request.""" - HEAD_REF_RESTORED_EVENT - - """Represents a 'merged' event on a given pull request.""" - MERGED_EVENT - - """ - Represents a 'review_dismissed' event on a given issue or pull request. - """ - REVIEW_DISMISSED_EVENT - - """Represents an 'review_requested' event on a given pull request.""" - REVIEW_REQUESTED_EVENT - - """Represents an 'review_request_removed' event on a given pull request.""" - REVIEW_REQUEST_REMOVED_EVENT - - """Represents a 'ready_for_review' event on a given pull request.""" - READY_FOR_REVIEW_EVENT - - """Represents a comment on an Issue.""" - ISSUE_COMMENT - - """Represents a mention made by one issue or pull request to another.""" - CROSS_REFERENCED_EVENT - - """ - Represents a 'added_to_project' event on a given issue or pull request. - """ - ADDED_TO_PROJECT_EVENT - - """Represents an 'assigned' event on any assignable object.""" - ASSIGNED_EVENT - - """Represents a 'closed' event on any `Closable`.""" - CLOSED_EVENT - - """Represents a 'comment_deleted' event on a given issue or pull request.""" - COMMENT_DELETED_EVENT - - """Represents a 'connected' event on a given issue or pull request.""" - CONNECTED_EVENT - - """ - Represents a 'converted_note_to_issue' event on a given issue or pull request. - """ - CONVERTED_NOTE_TO_ISSUE_EVENT - - """Represents a 'demilestoned' event on a given issue or pull request.""" - DEMILESTONED_EVENT - - """Represents a 'disconnected' event on a given issue or pull request.""" - DISCONNECTED_EVENT - - """Represents a 'labeled' event on a given issue or pull request.""" - LABELED_EVENT - - """Represents a 'locked' event on a given issue or pull request.""" - LOCKED_EVENT - - """ - Represents a 'marked_as_duplicate' event on a given issue or pull request. - """ - MARKED_AS_DUPLICATE_EVENT - - """Represents a 'mentioned' event on a given issue or pull request.""" - MENTIONED_EVENT - - """Represents a 'milestoned' event on a given issue or pull request.""" - MILESTONED_EVENT - - """ - Represents a 'moved_columns_in_project' event on a given issue or pull request. - """ - MOVED_COLUMNS_IN_PROJECT_EVENT - - """Represents a 'pinned' event on a given issue or pull request.""" - PINNED_EVENT - - """Represents a 'referenced' event on a given `ReferencedSubject`.""" - REFERENCED_EVENT - - """ - Represents a 'removed_from_project' event on a given issue or pull request. - """ - REMOVED_FROM_PROJECT_EVENT - - """Represents a 'renamed' event on a given issue or pull request""" - RENAMED_TITLE_EVENT - - """Represents a 'reopened' event on any `Closable`.""" - REOPENED_EVENT - - """Represents a 'subscribed' event on a given `Subscribable`.""" - SUBSCRIBED_EVENT - - """Represents a 'transferred' event on a given issue or pull request.""" - TRANSFERRED_EVENT - - """Represents an 'unassigned' event on any assignable object.""" - UNASSIGNED_EVENT - - """Represents an 'unlabeled' event on a given issue or pull request.""" - UNLABELED_EVENT - - """Represents an 'unlocked' event on a given issue or pull request.""" - UNLOCKED_EVENT - - """Represents a 'user_blocked' event on a given user.""" - USER_BLOCKED_EVENT - - """ - Represents an 'unmarked_as_duplicate' event on a given issue or pull request. - """ - UNMARKED_AS_DUPLICATE_EVENT - - """Represents an 'unpinned' event on a given issue or pull request.""" - UNPINNED_EVENT - - """Represents an 'unsubscribed' event on a given `Subscribable`.""" - UNSUBSCRIBED_EVENT -} - -"""An edge in a connection.""" -type GitHubPullRequestTimelineItemsEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequestTimelineItems -} - -"""The connection type for PullRequestTimelineItems.""" -type GitHubPullRequestTimelineItemsConnection { - """A list of edges.""" - edges: [GitHubPullRequestTimelineItemsEdge] - - """ - Identifies the count of items after applying `before` and `after` filters. - """ - filteredCount: Int! - - """A list of nodes.""" - nodes: [GitHubPullRequestTimelineItems] - - """ - Identifies the count of items after applying `before`/`after` filters and `first`/`last`/`skip` slicing. - """ - pageCount: Int! - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! - - """Identifies the date and time when the timeline was last updated.""" - updatedAt: String! -} - -"""An edge in a connection.""" -type GitHubPullRequestTimelineItemEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequestTimelineItem -} - -"""The connection type for PullRequestTimelineItem.""" -type GitHubPullRequestTimelineConnection { - """A list of edges.""" - edges: [GitHubPullRequestTimelineItemEdge] - - """A list of nodes.""" - nodes: [GitHubPullRequestTimelineItem] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -A suggestion to review a pull request based on a user's commit history and review comments. -""" -type GitHubSuggestedReviewer { - """Is this suggestion based on past commits?""" - isAuthor: Boolean! - - """Is this suggestion based on past review comments?""" - isCommenter: Boolean! - - """Identifies the user suggested to review the pull request.""" - reviewer: GitHubUser! -} - -"""An edge in a connection.""" -type GitHubPullRequestReviewEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequestReview -} - -"""The connection type for PullRequestReview.""" -type GitHubPullRequestReviewConnection { - """A list of edges.""" - edges: [GitHubPullRequestReviewEdge] - - """A list of nodes.""" - nodes: [GitHubPullRequestReview] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An edge in a connection.""" -type GitHubPullRequestReviewThreadEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequestReviewThread -} - -"""Review comment threads for a pull request review.""" -type GitHubPullRequestReviewThreadConnection { - """A list of edges.""" - edges: [GitHubPullRequestReviewThreadEdge] - - """A list of nodes.""" - nodes: [GitHubPullRequestReviewThread] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A request for a user to review a pull request.""" -type GitHubReviewRequest implements OneGraphNode & GitHubNode { - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """Identifies the pull request associated with this review request.""" - pullRequest: GitHubPullRequest! - - """The reviewer that is requested.""" - requestedReviewer: GitHubRequestedReviewer - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubReviewRequestEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubReviewRequest -} - -"""The connection type for ReviewRequest.""" -type GitHubReviewRequestConnection { - """A list of edges.""" - edges: [GitHubReviewRequestEdge] - - """A list of nodes.""" - nodes: [GitHubReviewRequest] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubMergeableState { - """The pull request can be merged.""" - MERGEABLE - - """The pull request cannot be merged due to merge conflicts.""" - CONFLICTING - - """The mergeability of the pull request is still being calculated.""" - UNKNOWN -} - -"""A file changed in a pull request.""" -type GitHubPullRequestChangedFile { - """The number of additions to the file.""" - additions: Int! - - """The number of deletions to the file.""" - deletions: Int! - - """The path of the file.""" - path: String! -} - -"""An edge in a connection.""" -type GitHubPullRequestChangedFileEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequestChangedFile -} - -"""The connection type for PullRequestChangedFile.""" -type GitHubPullRequestChangedFileConnection { - """A list of edges.""" - edges: [GitHubPullRequestChangedFileEdge] - - """A list of nodes.""" - nodes: [GitHubPullRequestChangedFile] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An edge in a connection.""" -type GitHubPullRequestCommitEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequestCommit -} - -"""The connection type for PullRequestCommit.""" -type GitHubPullRequestCommitConnection { - """A list of edges.""" - edges: [GitHubPullRequestCommitEdge] - - """A list of nodes.""" - nodes: [GitHubPullRequestCommit] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents an owner of a registry package.""" -interface GitHubRegistryPackageOwner { - """""" - id: ID! - - """A list of registry packages under the owner.""" - registryPackages( - """Filter registry package by whether it is publicly visible""" - publicOnly: Boolean - - """Filter registry package by type (string).""" - registryPackageType: String - - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry packages in a repository.""" - repositoryId: ID - - """Find registry packages by their names.""" - names: [String] - - """Find registry package by name.""" - name: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageOwner` object instead. Removal on 2020-04-01 UTC.") -} - -"""Represents an interface to search packages on an object.""" -interface GitHubRegistryPackageSearch { - """""" - id: ID! - - """A list of registry packages for a particular search query.""" - registryPackagesForQuery( - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry package by search query.""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageSearch` object instead. Removal on 2020-04-01 UTC.") -} - -"""A subset of repository info.""" -interface GitHubRepositoryInfo { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The description of the repository.""" - description: String - - """The description of the repository rendered to HTML.""" - descriptionHTML: String! - - """ - Returns how many forks there are of this repository in the whole network. - """ - forkCount: Int! - - """Indicates if the repository has issues feature enabled.""" - hasIssuesEnabled: Boolean! - - """Indicates if the repository has the Projects feature enabled.""" - hasProjectsEnabled: Boolean! - - """Indicates if the repository has wiki feature enabled.""" - hasWikiEnabled: Boolean! - - """The repository's URL.""" - homepageUrl: String - - """Indicates if the repository is unmaintained.""" - isArchived: Boolean! - - """Identifies if the repository is a fork.""" - isFork: Boolean! - - """Indicates if the repository has been locked or not.""" - isLocked: Boolean! - - """Identifies if the repository is a mirror.""" - isMirror: Boolean! - - """Identifies if the repository is private.""" - isPrivate: Boolean! - - """ - Identifies if the repository is a template that can be used to generate new repositories. - """ - isTemplate: Boolean! - - """The license associated with the repository""" - licenseInfo: GitHubLicense - - """The reason the repository has been locked.""" - lockReason: GitHubRepositoryLockReason - - """The repository's original mirror URL.""" - mirrorUrl: String - - """The name of the repository.""" - name: String! - - """The repository's name with owner.""" - nameWithOwner: String! - - """The image used to represent this repository in Open Graph data.""" - openGraphImageUrl: String! - - """The User owner of the repository.""" - owner: GitHubRepositoryOwner! - - """Identifies when the repository was last pushed to.""" - pushedAt: String - - """The HTTP path for this repository""" - resourcePath: String! - - """ - A description of the repository, rendered to HTML without any links in it. - """ - shortDescriptionHTML( - """How many characters to return.""" - limit: Int - ): String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this repository""" - url: String! - - """ - Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. - """ - usesCustomOpenGraphImage: Boolean! -} - -union NpmPackageSourceRepository = GitHubRepository - -union NetlifySiteSourceRepository = GitHubRepository - -type GitHubRepositoryContributorOneGraph { - """The GitHub id of this contributor.""" - id: String! - login: String! - avatarUrl: String - siteAdmin: Boolean! - contributionCount: Int! - user: GitHubUser -} - -type GitHubRepositoryContributorConnection { - """A list of contributors to a repository.""" - nodes: [GitHubRepositoryContributorOneGraph!]! - - """Pagination information for the result""" - pageInfo: PageInfo! -} - -"""An edge in a connection.""" -type GitHubRepositoryVulnerabilityAlertEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRepositoryVulnerabilityAlert -} - -"""The connection type for RepositoryVulnerabilityAlert.""" -type GitHubRepositoryVulnerabilityAlertConnection { - """A list of edges.""" - edges: [GitHubRepositoryVulnerabilityAlertEdge] - - """A list of nodes.""" - nodes: [GitHubRepositoryVulnerabilityAlert] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An edge in a connection.""" -type GitHubSubmoduleEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubSubmodule -} - -"""The connection type for Submodule.""" -type GitHubSubmoduleConnection { - """A list of edges.""" - edges: [GitHubSubmoduleEdge] - - """A list of nodes.""" - nodes: [GitHubSubmodule] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An edge in a connection.""" -type GitHubRepositoryTopicEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRepositoryTopic -} - -"""The connection type for RepositoryTopic.""" -type GitHubRepositoryTopicConnection { - """A list of edges.""" - edges: [GitHubRepositoryTopicEdge] - - """A list of nodes.""" - nodes: [GitHubRepositoryTopic] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubReleaseOrderField { - """Order releases by creation time""" - CREATED_AT - - """Order releases alphabetically by name""" - NAME -} - -"""Ways in which lists of releases can be ordered upon return.""" -input GitHubReleaseOrder { - """The direction in which to order releases by the specified field.""" - direction: GitHubOrderDirection! - - """The field in which to order releases by.""" - field: GitHubReleaseOrderField! -} - -"""An edge in a connection.""" -type GitHubReleaseEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRelease -} - -"""The connection type for Release.""" -type GitHubReleaseConnection { - """A list of edges.""" - edges: [GitHubReleaseEdge] - - """A list of nodes.""" - nodes: [GitHubRelease] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents a single registry metadatum""" -input GitHubRegistryPackageMetadatum { - """True, if the metadatum can be updated if it already exists""" - update: Boolean - - """Value of the metadatum.""" - value: String! - - """Name of the metadatum.""" - name: String! -} - -"""An edge in a connection.""" -type GitHubTopicEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubTopic -} - -"""The connection type for Topic.""" -type GitHubTopicConnection { - """A list of edges.""" - edges: [GitHubTopicEdge] - - """A list of nodes.""" - nodes: [GitHubTopic] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A version tag contains the mapping between a tag name and a version.""" -type GitHubRegistryPackageTag implements OneGraphNode & GitHubNode { - """""" - id: ID! - - """Identifies the tag name of the version.""" - name: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageTag` object instead. Removal on 2020-04-01 UTC.") - - """version that the tag is associated with""" - version: GitHubRegistryPackageVersion @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageTag` object instead. Removal on 2020-04-01 UTC.") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubRegistryPackageTagEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRegistryPackageTag -} - -"""The connection type for RegistryPackageTag.""" -type GitHubRegistryPackageTagConnection { - """A list of edges.""" - edges: [GitHubRegistryPackageTagEdge] - - """A list of nodes.""" - nodes: [GitHubRegistryPackageTag] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -Represents a object that contains package activity statistics such as downloads. -""" -type GitHubRegistryPackageStatistics { - """Number of times the package was downloaded this month.""" - downloadsThisMonth: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded this week.""" - downloadsThisWeek: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded this year.""" - downloadsThisYear: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded today.""" - downloadsToday: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded since it was created.""" - downloadsTotalCount: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageStatistics` object instead. Removal on 2020-04-01 UTC.") -} - -"""An edge in a connection.""" -type GitHubRegistryPackageVersionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRegistryPackageVersion -} - -"""The connection type for RegistryPackageVersion.""" -type GitHubRegistryPackageVersionConnection { - """A list of edges.""" - edges: [GitHubRegistryPackageVersionEdge] - - """A list of nodes.""" - nodes: [GitHubRegistryPackageVersion] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubRegistryPackageType { - """An npm registry package.""" - NPM - - """A rubygems registry package.""" - RUBYGEMS - - """A maven registry package.""" - MAVEN - - """A docker image.""" - DOCKER - - """A debian package.""" - DEBIAN - - """A nuget package.""" - NUGET - - """A python package.""" - PYTHON -} - -""" -Represents a object that contains package version activity statistics such as downloads. -""" -type GitHubRegistryPackageVersionStatistics { - """Number of times the package was downloaded this month.""" - downloadsThisMonth: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersionStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded this week.""" - downloadsThisWeek: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersionStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded this year.""" - downloadsThisYear: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersionStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded today.""" - downloadsToday: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersionStatistics` object instead. Removal on 2020-04-01 UTC.") - - """Number of times the package was downloaded since it was created.""" - downloadsTotalCount: Int! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersionStatistics` object instead. Removal on 2020-04-01 UTC.") -} - -"""An edge in a connection.""" -type GitHubRegistryPackageFileEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRegistryPackageFile -} - -"""The connection type for RegistryPackageFile.""" -type GitHubRegistryPackageFileConnection { - """A list of edges.""" - edges: [GitHubRegistryPackageFileEdge] - - """A list of nodes.""" - nodes: [GitHubRegistryPackageFile] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A file in a specific registry package version.""" -type GitHubRegistryPackageFile implements OneGraphNode & GitHubNode { - """A unique identifier for this file.""" - guid: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """""" - id: ID! - - """Identifies the md5.""" - md5: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """URL to download the asset metadata.""" - metadataUrl: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """Name of the file""" - name: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """The package version this file belongs to.""" - packageVersion: GitHubRegistryPackageVersion! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the sha1.""" - sha1: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the sha256.""" - sha256: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the size.""" - size: Int @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """URL to download the asset.""" - url: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageFile` object instead. Removal on 2020-04-01 UTC.") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubRegistryPackageDependencyType { - """A default registry package dependency type.""" - DEFAULT - - """A dev registry package dependency type.""" - DEV - - """A test registry package dependency type.""" - TEST - - """A peer registry package dependency type.""" - PEER - - """An optional registry package dependency type.""" - OPTIONAL - - """An optional registry package dependency type.""" - BUNDLED -} - -""" -A package dependency contains the information needed to satisfy a dependency. -""" -type GitHubRegistryPackageDependency implements OneGraphNode & GitHubNode { - """Identifies the type of dependency.""" - dependencyType: GitHubRegistryPackageDependencyType! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageDependency` object instead. Removal on 2020-04-01 UTC.") - - """""" - id: ID! - - """Identifies the name of the dependency.""" - name: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageDependency` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the version of the dependency.""" - version: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageDependency` object instead. Removal on 2020-04-01 UTC.") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubRegistryPackageDependencyEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRegistryPackageDependency -} - -"""The connection type for RegistryPackageDependency.""" -type GitHubRegistryPackageDependencyConnection { - """A list of edges.""" - edges: [GitHubRegistryPackageDependencyEdge] - - """A list of nodes.""" - nodes: [GitHubRegistryPackageDependency] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -A package version contains the information about a specific package version. -""" -type GitHubRegistryPackageVersion implements OneGraphNode & GitHubNode { - """list of dependencies for this package""" - dependencies( - """Find dependencies by type.""" - type: GitHubRegistryPackageDependencyType - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageDependencyConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """A file associated with this registry package version""" - fileByName( - """A specific file to find.""" - filename: String! - ): GitHubRegistryPackageFile @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """List of files associated with this registry package version""" - files( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageFileConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """""" - id: ID! - - """A single line of text to install this package version.""" - installationCommand: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the package manifest for this package version.""" - manifest: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the platform this version was built for.""" - platform: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Indicates whether this version is a pre-release.""" - preRelease: Boolean! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """The README of this package version""" - readme: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """The HTML README of this package version""" - readmeHtml: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Registry package associated with this version.""" - registryPackage: GitHubRegistryPackage @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Release associated with this package.""" - release: GitHubRelease @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the sha256.""" - sha256: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the size.""" - size: Int @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Statistics about package activity.""" - statistics: GitHubRegistryPackageVersionStatistics @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the package version summary.""" - summary: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """ - Time at which the most recent file upload for this package version finished - """ - updatedAt: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the version number.""" - version: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - - """Can the current viewer edit this Package version.""" - viewerCanEdit: Boolean! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageVersion` object instead. Removal on 2020-04-01 UTC.") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A registry package contains the content for an uploaded package.""" -type GitHubRegistryPackage implements OneGraphNode & GitHubNode { - """The package type color""" - color: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """""" - id: ID! - - """Find the latest version for the package.""" - latestVersion: GitHubRegistryPackageVersion @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the title of the package.""" - name: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """Identifies the title of the package, with the owner prefixed.""" - nameWithOwner: String! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """Find the package file identified by the guid.""" - packageFileByGuid( - """The unique identifier of the package_file""" - guid: String! - ): GitHubRegistryPackageFile @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object. Removal on 2020-04-01 UTC.") - - """Find the package file identified by the sha256.""" - packageFileBySha256( - """The SHA256 of the package_file""" - sha256: String! - ): GitHubRegistryPackageFile @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object. Removal on 2020-04-01 UTC.") - - """Identifies the type of the package.""" - packageType: GitHubRegistryPackageType! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """List the prerelease versions for this package.""" - preReleaseVersions( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageVersionConnection @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """The type of the package.""" - registryPackageType: String @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """repository that the release is associated with""" - repository: GitHubRepository @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """Statistics about package activity.""" - statistics: GitHubRegistryPackageStatistics @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """list of tags for this package""" - tags( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageTagConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object. Removal on 2020-04-01 UTC.") - - """List the topics for this package.""" - topics( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTopicConnection @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object. Removal on 2020-04-01 UTC.") - - """Find package version by version string.""" - version( - """The package version.""" - version: String! - ): GitHubRegistryPackageVersion @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """Find package version by version string.""" - versionByPlatform( - """Find a registry package for a specific platform.""" - platform: String! - - """The package version.""" - version: String! - ): GitHubRegistryPackageVersion @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """Find package version by manifest SHA256.""" - versionBySha256( - """The package SHA256 digest.""" - sha256: String! - ): GitHubRegistryPackageVersion @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """list of versions for this package""" - versions( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageVersionConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - - """List package versions with a specific metadatum.""" - versionsByMetadatum( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter on a specific metadatum.""" - metadatum: GitHubRegistryPackageMetadatum! - ): GitHubRegistryPackageVersionConnection @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `Package` object instead. Removal on 2020-04-01 UTC.") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubRegistryPackageEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRegistryPackage -} - -"""The connection type for RegistryPackage.""" -type GitHubRegistryPackageConnection { - """A list of edges.""" - edges: [GitHubRegistryPackageEdge] - - """A list of nodes.""" - nodes: [GitHubRegistryPackage] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubRefOrderField { - """Order refs by underlying commit date if the ref prefix is refs/tags/""" - TAG_COMMIT_DATE - - """Order refs by their alphanumeric name""" - ALPHABETICAL -} - -"""Ways in which lists of git refs can be ordered upon return.""" -input GitHubRefOrder { - """The direction in which to order refs by the specified field.""" - direction: GitHubOrderDirection! - - """The field in which to order refs by.""" - field: GitHubRefOrderField! -} - -enum GitHubProjectOrderField { - """Order projects by creation time""" - CREATED_AT - - """Order projects by update time""" - UPDATED_AT - - """Order projects by name""" - NAME -} - -"""Ways in which lists of projects can be ordered upon return.""" -input GitHubProjectOrder { - """The direction in which to order projects by the specified field.""" - direction: GitHubOrderDirection! - - """The field in which to order projects by.""" - field: GitHubProjectOrderField! -} - -"""An edge in a connection.""" -type GitHubProjectEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubProject -} - -"""A list of projects associated with the owner.""" -type GitHubProjectConnection { - """A list of edges.""" - edges: [GitHubProjectEdge] - - """A list of nodes.""" - nodes: [GitHubProject] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents a Git blob.""" -type GitHubBlob implements OneGraphNode & GitHubNode & GitHubGitObject { - """An abbreviated version of the Git object ID""" - abbreviatedOid: String! - - """Byte size of Blob object""" - byteSize: Int! - - """The HTTP path for this Git object""" - commitResourcePath: String! - - """The HTTP URL for this Git object""" - commitUrl: String! - - """""" - id: ID! - - """Indicates whether the Blob is binary or text""" - isBinary: Boolean! - - """Indicates whether the contents is truncated""" - isTruncated: Boolean! - - """The Git object ID""" - oid: String! - - """The Repository the Git object belongs to""" - repository: GitHubRepository! - - """UTF8 text data or null if the Blob is binary""" - text: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents an actor in a Git commit (ie. an author or committer).""" -type GitHubGitActor { - """A URL pointing to the author's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """The timestamp of the Git action (authoring or committing).""" - date: String - - """The email in the Git commit.""" - email: String - - """The name in the Git commit.""" - name: String - - """ - The GitHub user corresponding to the email field. Null if no such user exists. - """ - user: GitHubUser -} - -"""Represents a Git tag.""" -type GitHubTag implements OneGraphNode & GitHubNode & GitHubGitObject { - """An abbreviated version of the Git object ID""" - abbreviatedOid: String! - - """The HTTP path for this Git object""" - commitResourcePath: String! - - """The HTTP URL for this Git object""" - commitUrl: String! - - """""" - id: ID! - - """The Git tag message.""" - message: String - - """The Git tag name.""" - name: String! - - """The Git object ID""" - oid: String! - - """The Repository the Git object belongs to""" - repository: GitHubRepository! - - """Details about the tag author.""" - tagger: GitHubGitActor - - """The Git object the tag points to.""" - target: GitHubGitObject! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A pointer to a repository at a specific revision embedded inside another repository. -""" -type GitHubSubmodule { - """The branch of the upstream submodule for tracking updates""" - branch: String - - """The git URL of the submodule repository""" - gitUrl: String! - - """The name of the submodule in .gitmodules""" - name: String! - - """The path in the superproject that this submodule is located in""" - path: String! - - """ - The commit revision of the subproject repository being tracked by the submodule - """ - subprojectCommitOid: String -} - -"""Represents a Git tree entry.""" -type GitHubTreeEntry { - """Entry file mode.""" - mode: Int! - - """Entry file name.""" - name: String! - - """Entry file object.""" - object: GitHubGitObject - - """Entry file Git object ID.""" - oid: String! - - """The Repository the tree entry belongs to""" - repository: GitHubRepository! - - """ - If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule - """ - submodule: GitHubSubmodule - - """Entry file type.""" - type: String! -} - -"""Represents a Git tree.""" -type GitHubTree implements OneGraphNode & GitHubNode & GitHubGitObject { - """An abbreviated version of the Git object ID""" - abbreviatedOid: String! - - """The HTTP path for this Git object""" - commitResourcePath: String! - - """The HTTP URL for this Git object""" - commitUrl: String! - - """A list of tree entries.""" - entries: [GitHubTreeEntry!] - - """""" - id: ID! - - """The Git object ID""" - oid: String! - - """The Repository the Git object belongs to""" - repository: GitHubRepository! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a Git object.""" -interface GitHubGitObject { - """An abbreviated version of the Git object ID""" - abbreviatedOid: String! - - """The HTTP path for this Git object""" - commitResourcePath: String! - - """The HTTP URL for this Git object""" - commitUrl: String! - - """""" - id: ID! - - """The Git object ID""" - oid: String! - - """The Repository the Git object belongs to""" - repository: GitHubRepository! -} - -enum GitHubMilestoneOrderField { - """Order milestones by when they are due.""" - DUE_DATE - - """Order milestones by when they were created.""" - CREATED_AT - - """Order milestones by when they were last updated.""" - UPDATED_AT - - """Order milestones by their number.""" - NUMBER -} - -"""Ordering options for milestone connections.""" -input GitHubMilestoneOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order milestones by.""" - field: GitHubMilestoneOrderField! -} - -"""An edge in a connection.""" -type GitHubMilestoneEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubMilestone -} - -"""The connection type for Milestone.""" -type GitHubMilestoneConnection { - """A list of edges.""" - edges: [GitHubMilestoneEdge] - - """A list of nodes.""" - nodes: [GitHubMilestone] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubRepositoryLockReason { - """The repository is locked due to a move.""" - MOVING - - """The repository is locked due to a billing related reason.""" - BILLING - - """The repository is locked due to a rename.""" - RENAME - - """The repository is locked due to a migration.""" - MIGRATING -} - -"""Describes a License's conditions, permissions, and limitations""" -type GitHubLicenseRule { - """A description of the rule""" - description: String! - - """The machine-readable rule key""" - key: String! - - """The human-readable rule label""" - label: String! -} - -"""A repository's open source license""" -type GitHubLicense implements OneGraphNode & GitHubNode { - """The full text of the license""" - body: String! - - """The conditions set by the license""" - conditions: [GitHubLicenseRule]! - - """A human-readable description of the license""" - description: String - - """Whether the license should be featured""" - featured: Boolean! - - """Whether the license should be displayed in license pickers""" - hidden: Boolean! - - """""" - id: ID! - - """Instructions on how to implement the license""" - implementation: String - - """The lowercased SPDX ID of the license""" - key: String! - - """The limitations set by the license""" - limitations: [GitHubLicenseRule]! - - """The license full name specified by <https://spdx.org/licenses>""" - name: String! - - """Customary short name if applicable (e.g, GPLv3)""" - nickname: String - - """The permissions set by the license""" - permissions: [GitHubLicenseRule]! - - """ - Whether the license is a pseudo-license placeholder (e.g., other, no-license) - """ - pseudoLicense: Boolean! - - """Short identifier specified by <https://spdx.org/licenses>""" - spdxId: String - - """URL to the license on <https://choosealicense.com>""" - url: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubLanguageOrderField { - """Order languages by the size of all files containing the language""" - SIZE -} - -"""Ordering options for language connections.""" -input GitHubLanguageOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order languages by.""" - field: GitHubLanguageOrderField! -} - -"""Represents the language of a repository.""" -type GitHubLanguageEdge { - """""" - cursor: String! - - """""" - node: GitHubLanguage! - - """The number of bytes of code written in the language.""" - size: Int! -} - -"""A list of languages associated with the parent.""" -type GitHubLanguageConnection { - """A list of edges.""" - edges: [GitHubLanguageEdge] - - """A list of nodes.""" - nodes: [GitHubLanguage] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! - - """The total size in bytes of files written in that language.""" - totalSize: Int! -} - -enum GitHubFundingPlatform { - """GitHub funding platform.""" - GITHUB - - """Patreon funding platform.""" - PATREON - - """Open Collective funding platform.""" - OPEN_COLLECTIVE - - """Ko-fi funding platform.""" - KO_FI - - """Tidelift funding platform.""" - TIDELIFT - - """Community Bridge funding platform.""" - COMMUNITY_BRIDGE - - """Liberapay funding platform.""" - LIBERAPAY - - """IssueHunt funding platform.""" - ISSUEHUNT - - """Otechie funding platform.""" - OTECHIE - - """Custom funding platform.""" - CUSTOM -} - -"""A funding platform link for a repository.""" -type GitHubFundingLink { - """The funding platform this link is for.""" - platform: GitHubFundingPlatform! - - """The configured URL for this funding link.""" - url: String! -} - -enum GitHubRepositoryAffiliation { - """Repositories that are owned by the authenticated user.""" - OWNER - - """Repositories that the user has been added to as a collaborator.""" - COLLABORATOR - - """ - Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on. - """ - ORGANIZATION_MEMBER -} - -enum GitHubRepositoryOrderField { - """Order repositories by creation time""" - CREATED_AT - - """Order repositories by update time""" - UPDATED_AT - - """Order repositories by push time""" - PUSHED_AT - - """Order repositories by name""" - NAME - - """Order repositories by number of stargazers""" - STARGAZERS -} - -"""Ordering options for repository connections""" -input GitHubRepositoryOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order repositories by.""" - field: GitHubRepositoryOrderField! -} - -enum GitHubRepositoryPrivacy { - """Public""" - PUBLIC - - """Private""" - PRIVATE -} - -"""An edge in a connection.""" -type GitHubRepositoryEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRepository -} - -"""A list of repositories owned by the subject.""" -type GitHubRepositoryConnection { - """A list of edges.""" - edges: [GitHubRepositoryEdge] - - """A list of nodes.""" - nodes: [GitHubRepository] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! - - """The total size in kilobytes of all repositories in the connection.""" - totalDiskUsage: Int! -} - -enum GitHubDeploymentOrderField { - """Order collection by creation time""" - CREATED_AT -} - -"""Ordering options for deployment connections""" -input GitHubDeploymentOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order deployments by.""" - field: GitHubDeploymentOrderField! -} - -"""An edge in a connection.""" -type GitHubDeploymentEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubDeployment -} - -"""The connection type for Deployment.""" -type GitHubDeploymentConnection { - """A list of edges.""" - edges: [GitHubDeploymentEdge] - - """A list of nodes.""" - nodes: [GitHubDeployment] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A repository deploy key.""" -type GitHubDeployKey implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """The deploy key.""" - key: String! - - """Whether or not the deploy key is read only.""" - readOnly: Boolean! - - """The deploy key title.""" - title: String! - - """Whether or not the deploy key has been verified.""" - verified: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubDeployKeyEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubDeployKey -} - -"""The connection type for DeployKey.""" -type GitHubDeployKeyConnection { - """A list of edges.""" - edges: [GitHubDeployKeyEdge] - - """A list of nodes.""" - nodes: [GitHubDeployKey] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubCollaboratorAffiliation { - """All outside collaborators of an organization-owned subject.""" - OUTSIDE - - """ - All collaborators with permissions to an organization-owned subject, regardless of organization membership status. - """ - DIRECT - - """All collaborators the authenticated user can see.""" - ALL -} - -enum GitHubDefaultRepositoryPermissionField { - """No access""" - NONE - - """Can read repos by default""" - READ - - """Can read and write repos by default""" - WRITE - - """Can read, write, and administrate repos by default""" - ADMIN -} - -"""A level of permission and source for a user's access to a repository.""" -type GitHubPermissionSource { - """The organization the repository belongs to.""" - organization: GitHubOrganization! - - """The level of access this source has granted to the user.""" - permission: GitHubDefaultRepositoryPermissionField! - - """The source of this permission.""" - source: GitHubPermissionGranter! -} - -"""Represents a user who is a collaborator of a repository.""" -type GitHubRepositoryCollaboratorEdge { - """A cursor for use in pagination.""" - cursor: String! - - """""" - node: GitHubUser! - - """The permission the user has on the repository.""" - permission: GitHubRepositoryPermission! - - """A list of sources for the user's access to the repository.""" - permissionSources: [GitHubPermissionSource!] -} - -"""The connection type for User.""" -type GitHubRepositoryCollaboratorConnection { - """A list of edges.""" - edges: [GitHubRepositoryCollaboratorEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""The Code of Conduct for a repository""" -type GitHubCodeOfConduct implements OneGraphNode & GitHubNode { - """The body of the Code of Conduct""" - body: String - - """""" - id: ID! - - """The key for the Code of Conduct""" - key: String! - - """The formal name of the Code of Conduct""" - name: String! - - """The HTTP path for this Code of Conduct""" - resourcePath: String - - """The HTTP URL for this Code of Conduct""" - url: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A team or user who has the ability to dismiss a review on a protected branch. -""" -type GitHubReviewDismissalAllowance implements OneGraphNode & GitHubNode { - """The actor that can dismiss.""" - actor: GitHubReviewDismissalAllowanceActor - - """ - Identifies the branch protection rule associated with the allowed user or team. - """ - branchProtectionRule: GitHubBranchProtectionRule - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubReviewDismissalAllowanceEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubReviewDismissalAllowance -} - -"""The connection type for ReviewDismissalAllowance.""" -type GitHubReviewDismissalAllowanceConnection { - """A list of edges.""" - edges: [GitHubReviewDismissalAllowanceEdge] - - """A list of nodes.""" - nodes: [GitHubReviewDismissalAllowance] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Entities that have members who can set status messages.""" -interface GitHubMemberStatusable { - """ - Get the status messages members of this entity have set that are either public or visible only to the organization. - """ - memberStatuses( - """Ordering options for user statuses returned from the connection.""" - orderBy: GitHubUserStatusOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserStatusConnection! -} - -"""Types that can grant permissions on a repository to a user""" -union GitHubPermissionGranter = GitHubTeam | GitHubRepository | GitHubOrganization - -"""Represents a 'ready_for_review' event on a given pull request.""" -type GitHubReadyForReviewEvent implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """The HTTP path for this ready for review event.""" - resourcePath: String! - - """The HTTP URL for this ready for review event.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A release asset contains the content for a release asset.""" -type GitHubReleaseAsset implements OneGraphNode & GitHubNode { - """The asset's content-type""" - contentType: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The number of times this asset was downloaded""" - downloadCount: Int! - - """ - Identifies the URL where you can download the release asset via the browser. - """ - downloadUrl: String! - - """""" - id: ID! - - """Identifies the title of the release asset.""" - name: String! - - """Release that the asset is associated with""" - release: GitHubRelease - - """The size (in bytes) of the asset""" - size: Int! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The user that performed the upload""" - uploadedBy: GitHubUser! - - """Identifies the URL of the release asset.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubReleaseAssetEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubReleaseAsset -} - -"""The connection type for ReleaseAsset.""" -type GitHubReleaseAssetConnection { - """A list of edges.""" - edges: [GitHubReleaseAssetEdge] - - """A list of nodes.""" - nodes: [GitHubReleaseAsset] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A release contains the content for a release.""" -type GitHubRelease implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """The author of the release""" - author: GitHubUser - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The description of the release.""" - description: String - - """The description of this release rendered to HTML.""" - descriptionHTML: String - - """""" - id: ID! - - """Whether or not the release is a draft""" - isDraft: Boolean! - - """Whether or not the release is a prerelease""" - isPrerelease: Boolean! - - """The title of the release.""" - name: String - - """Identifies the date and time when the release was created.""" - publishedAt: String - - """List of releases assets which are dependent on this release.""" - releaseAssets( - """A list of names to filter the assets by.""" - name: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReleaseAssetConnection! - - """The HTTP path for this issue""" - resourcePath: String! - - """ - A description of the release, rendered to HTML without any links in it. - """ - shortDescriptionHTML( - """How many characters to return.""" - limit: Int - ): String - - """The Git tag the release points to""" - tag: GitHubRef - - """The name of the release's Git tag""" - tagName: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this issue""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A repository-topic connects a repository to a topic.""" -type GitHubRepositoryTopic implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """""" - id: ID! - - """The HTTP path for this repository-topic.""" - resourcePath: String! - - """The topic.""" - topic: GitHubTopic! - - """The HTTP URL for this repository-topic.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Used for return value of Repository.issueOrPullRequest.""" -union GitHubIssueOrPullRequest = GitHubPullRequest | GitHubIssue - -"""A public description of a Marketplace category.""" -type GitHubMarketplaceCategory implements OneGraphNode & GitHubNode { - """The category's description.""" - description: String - - """ - The technical description of how apps listed in this category work with GitHub. - """ - howItWorks: String - - """""" - id: ID! - - """The category's name.""" - name: String! - - """How many Marketplace listings have this as their primary category.""" - primaryListingCount: Int! - - """The HTTP path for this Marketplace category.""" - resourcePath: String! - - """How many Marketplace listings have this as their secondary category.""" - secondaryListingCount: Int! - - """The short name of the category used in its URL.""" - slug: String! - - """The HTTP URL for this Marketplace category.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A GitHub App.""" -type GitHubApp implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The description of the app.""" - description: String - - """""" - id: ID! - - """The hex color code, without the leading '#', for the logo background.""" - logoBackgroundColor: String! - - """A URL pointing to the app's logo.""" - logoUrl( - """The size of the resulting image.""" - size: Int - ): String! - - """The name of the app.""" - name: String! - - """A slug based on the name of the app for use in URLs.""" - slug: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The URL to the app's homepage.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A listing in the GitHub integration marketplace.""" -type GitHubMarketplaceListing implements OneGraphNode & GitHubNode { - """The GitHub App this listing represents.""" - app: GitHubApp - - """URL to the listing owner's company site.""" - companyUrl: String - - """ - The HTTP path for configuring access to the listing's integration or OAuth app - """ - configurationResourcePath: String! - - """ - The HTTP URL for configuring access to the listing's integration or OAuth app - """ - configurationUrl: String! - - """URL to the listing's documentation.""" - documentationUrl: String - - """The listing's detailed description.""" - extendedDescription: String - - """The listing's detailed description rendered to HTML.""" - extendedDescriptionHTML: String! - - """The listing's introductory description.""" - fullDescription: String! - - """The listing's introductory description rendered to HTML.""" - fullDescriptionHTML: String! - - """ - Whether this listing has been submitted for review from GitHub for approval to be displayed in the Marketplace. - """ - hasApprovalBeenRequested: Boolean! @deprecated(reason: "`hasApprovalBeenRequested` will be removed. Use `isVerificationPendingFromDraft` instead. Removal on 2019-10-01 UTC.") - - """Does this listing have any plans with a free trial?""" - hasPublishedFreeTrialPlans: Boolean! - - """Does this listing have a terms of service link?""" - hasTermsOfService: Boolean! - - """A technical description of how this app works with GitHub.""" - howItWorks: String - - """The listing's technical description rendered to HTML.""" - howItWorksHTML: String! - - """""" - id: ID! - - """URL to install the product to the viewer's account or organization.""" - installationUrl: String - - """Whether this listing's app has been installed for the current viewer""" - installedForViewer: Boolean! - - """Whether this listing has been approved for display in the Marketplace.""" - isApproved: Boolean! @deprecated(reason: "`isApproved` will be removed. Use `isPublic` instead. Removal on 2019-10-01 UTC.") - - """Whether this listing has been removed from the Marketplace.""" - isArchived: Boolean! - - """Whether this listing has been removed from the Marketplace.""" - isDelisted: Boolean! @deprecated(reason: "`isDelisted` will be removed. Use `isArchived` instead. Removal on 2019-10-01 UTC.") - - """ - Whether this listing is still an editable draft that has not been submitted for review and is not publicly visible in the Marketplace. - """ - isDraft: Boolean! - - """ - Whether the product this listing represents is available as part of a paid plan. - """ - isPaid: Boolean! - - """Whether this listing has been approved for display in the Marketplace.""" - isPublic: Boolean! - - """ - Whether this listing has been rejected by GitHub for display in the Marketplace. - """ - isRejected: Boolean! - - """ - Whether this listing has been approved for unverified display in the Marketplace. - """ - isUnverified: Boolean! - - """ - Whether this draft listing has been submitted for review for approval to be unverified in the Marketplace. - """ - isUnverifiedPending: Boolean! - - """ - Whether this draft listing has been submitted for review from GitHub for approval to be verified in the Marketplace. - """ - isVerificationPendingFromDraft: Boolean! - - """ - Whether this unverified listing has been submitted for review from GitHub for approval to be verified in the Marketplace. - """ - isVerificationPendingFromUnverified: Boolean! - - """ - Whether this listing has been approved for verified display in the Marketplace. - """ - isVerified: Boolean! - - """The hex color code, without the leading '#', for the logo background.""" - logoBackgroundColor: String! - - """URL for the listing's logo image.""" - logoUrl( - """The size in pixels of the resulting square image.""" - size: Int - ): String - - """The listing's full name.""" - name: String! - - """ - The listing's very short description without a trailing period or ampersands. - """ - normalizedShortDescription: String! - - """URL to the listing's detailed pricing.""" - pricingUrl: String - - """The category that best describes the listing.""" - primaryCategory: GitHubMarketplaceCategory! - - """ - URL to the listing's privacy policy, may return an empty string for listings that do not require a privacy policy URL. - """ - privacyPolicyUrl: String! - - """The HTTP path for the Marketplace listing.""" - resourcePath: String! - - """The URLs for the listing's screenshots.""" - screenshotUrls: [String]! - - """An alternate category that describes the listing.""" - secondaryCategory: GitHubMarketplaceCategory - - """The listing's very short description.""" - shortDescription: String! - - """The short name of the listing used in its URL.""" - slug: String! - - """URL to the listing's status page.""" - statusUrl: String - - """An email address for support for this listing's app.""" - supportEmail: String - - """ - Either a URL or an email address for support for this listing's app, may return an empty string for listings that do not require a support URL. - """ - supportUrl: String! - - """URL to the listing's terms of service.""" - termsOfServiceUrl: String - - """The HTTP URL for the Marketplace listing.""" - url: String! - - """Can the current viewer add plans for this Marketplace listing.""" - viewerCanAddPlans: Boolean! - - """Can the current viewer approve this Marketplace listing.""" - viewerCanApprove: Boolean! - - """Can the current viewer delist this Marketplace listing.""" - viewerCanDelist: Boolean! - - """Can the current viewer edit this Marketplace listing.""" - viewerCanEdit: Boolean! - - """ - Can the current viewer edit the primary and secondary category of this - Marketplace listing. - - """ - viewerCanEditCategories: Boolean! - - """Can the current viewer edit the plans for this Marketplace listing.""" - viewerCanEditPlans: Boolean! - - """ - Can the current viewer return this Marketplace listing to draft state - so it becomes editable again. - - """ - viewerCanRedraft: Boolean! - - """ - Can the current viewer reject this Marketplace listing by returning it to - an editable draft state or rejecting it entirely. - - """ - viewerCanReject: Boolean! - - """ - Can the current viewer request this listing be reviewed for display in - the Marketplace as verified. - - """ - viewerCanRequestApproval: Boolean! - - """ - Indicates whether the current user has an active subscription to this Marketplace listing. - - """ - viewerHasPurchased: Boolean! - - """ - Indicates if the current user has purchased a subscription to this Marketplace listing - for all of the organizations the user owns. - - """ - viewerHasPurchasedForAllOrganizations: Boolean! - - """ - Does the current viewer role allow them to administer this Marketplace listing. - - """ - viewerIsListingAdmin: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""The results of a search.""" -union GitHubSearchResultItem = GitHubUser | GitHubRepository | GitHubPullRequest | GitHubOrganization | GitHubMarketplaceListing | GitHubIssue | GitHubApp - -union StripeTransferReversalSourceRefundUnion = StripeRefund - -union StripeOrderReturnRefundUnion = StripeRefund - -union StripeCreditNoteRefundUnion = StripeRefund - -union StripeTransferReversalDestinationPaymentRefundUnion = StripeRefund - -union StripePayoutBalanceTransactionUnion = StripeBalanceTransaction - -union StripeRefundFailureBalanceTransactionUnion = StripeBalanceTransaction - -union StripeTransferReversalBalanceTransactionUnion = StripeBalanceTransaction - -union StripeTopupBalanceTransactionUnion = StripeBalanceTransaction - -union StripeIssuingTransactionBalanceTransactionUnion = StripeBalanceTransaction - -union StripeFeeRefundBalanceTransactionUnion = StripeBalanceTransaction - -union StripeApplicationFeeBalanceTransactionUnion = StripeBalanceTransaction - -union StripePayoutFailureBalanceTransactionUnion = StripeBalanceTransaction - -union StripeTransferBalanceTransactionUnion = StripeBalanceTransaction - -union StripeRefundBalanceTransactionUnion = StripeBalanceTransaction - -union StripeChargeBalanceTransactionUnion = StripeBalanceTransaction - -"""""" -type StripeFee { - """Amount of the fee, in cents.""" - amount: Int! - - """""" - application: String - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String - - """Type of the fee, one of: `application_fee`, `stripe_fee` or `tax`.""" - type: String! -} - -enum StripeBalanceTransactionTypeEnum { - adjustment - advance - advance_funding - application_fee - application_fee_refund - charge - connect_collection_transfer - issuing_authorization_hold - issuing_authorization_release - issuing_transaction - payment - payment_failure_refund - payment_refund - payout - payout_cancel - payout_failure - refund - refund_failure - reserve_transaction - reserved_funds - stripe_fee - stripe_fx_fee - tax_fee - topup - topup_reversal - transfer - transfer_cancel - transfer_failure - transfer_refund -} - -enum StripeConnectCollectionTransferObjectEnum { - connect_collection_transfer -} - -"""""" -type StripeConnectCollectionTransfer { - """Amount transferred, in %s.""" - amount: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ID of the account that funds are being collected for.""" - destination: StripeAccount! - - """Unique identifier for the object.""" - id: String! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeConnectCollectionTransferObjectEnum! -} - -union StripeIssuingDisputeDisputedTransactionUnion = StripeIssuingTransaction - -union StripeIssuingTransactionAuthorizationUnion = StripeIssuingAuthorization - -"""""" -type StripeIssuingAuthorizationMerchantData { - """ - A categorization of the seller's type of business. See our [merchant categories guide](https://stripe.com/docs/issuing/merchant-categories) for a list of possible values. - """ - category: String! - - """City where the seller is located""" - city: String - - """Country where the seller is located""" - country: String - - """Name of the seller""" - name: String - - """Identifier assigned to the seller by the card brand""" - networkId: String! - - """Postal code where the seller is located""" - postalCode: String - - """State where the seller is located""" - state: String - - """The url an online purchase was made from""" - url: String -} - -"""""" -type StripeIssuingAuthorizationRequest { - """Whether this request was approved.""" - approved: Boolean! - - """The amount that was authorized at the time of this request""" - authorizedAmount: Int! - - """ - The currency that was presented to the cardholder for the authorization. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - authorizedCurrency: String! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - The amount Stripe held from your account to fund the authorization, if the request was approved - """ - heldAmount: Int! - - """ - The currency of the [held amount](https://stripe.com/docs/api#issuing_authorization_object-held_amount) - """ - heldCurrency: String! - - """ - One of `authentication_failed`, `authorization_controls`, `card_active`, `card_inactive`, `insufficient_funds`, `account_compliance_disabled`, `account_inactive`, `suspected_fraud`, `webhook_approved`, `webhook_declined`, or `webhook_timeout`. - """ - reason: String! -} - -union StripeIssuingTransactionCardUnion = StripeIssuingCard - -union StripeIssuingCardReplacementForUnion = StripeIssuingCard - -"""""" -type StripeIssuingCardShipping { - """""" - address: StripeAddress! - - """ - The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. - """ - carrier: String - - """ - A unix timestamp representing a best estimate of when the card will be delivered. - """ - eta: Int - - """Recipient name.""" - name: String! - - """ - The delivery status of the card. One of `pending`, `shipped`, `delivered`, `returned`, `failure`, or `canceled`. - """ - status: String - - """A tracking number for a card shipment.""" - trackingNumber: String - - """ - A link to the shipping carrier's site where you can view detailed information about a card shipment. - """ - trackingUrl: String - - """ - One of `bulk` or `individual`. Bulk shipments will be grouped and mailed together, while individual ones will not. - """ - type: String! -} - -enum StripeIssuingCardSpendingLimitIntervalEnum { - all_time - daily - monthly - per_authorization - weekly - yearly -} - -"""""" -type StripeIssuingCardSpendingLimit { - """Maximum amount allowed to spend per time interval.""" - amount: Int! - - """ - Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) on which to apply the spending limit. Leave this blank to limit all charges. - """ - categories: [String!] - - """ - The time interval with which to apply this spending limit towards. Allowed values are `per_authorization`, `daily`, `weekly`, `monthly`, `yearly`, or `all_time`. - """ - interval: StripeIssuingCardSpendingLimitIntervalEnum! -} - -"""""" -type StripeIssuingCardAuthorizationControls { - """ - Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations permitted on this card. - """ - allowedCategories: [String!] - - """ - Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to always decline on this card. - """ - blockedCategories: [String!] - - """ - The currency of the card. See [max_amount](https://stripe.com/docs/api#issuing_card_object-authorization_controls-max_amount) - """ - currency: String - - """ - Maximum amount allowed per authorization on this card, in the currency of the card. Authorization amounts in a different currency will be converted to the card's currency when evaluating this control. - """ - maxAmount: Int - - """ - Maximum count of approved authorizations on this card. Counts all authorizations retroactively. - """ - maxApprovals: Int - - """Limit the spending with rules based on time intervals and categories.""" - spendingLimits: [StripeIssuingCardSpendingLimit!] - - """ - Currency for the amounts within spending_limits. Locked to the currency of the card. - """ - spendingLimitsCurrency: String -} - -enum StripeIssuingCardReplacementReasonEnum { - damage - expiration - loss - theft -} - -enum StripeIssuingCardStatusEnum { - active - canceled - inactive - lost - pending - stolen -} - -enum StripeIssuingCardObjectEnum { - issuing_card -} - -"""""" -type StripeIssuingCard { - """The expiration year of the card.""" - expYear: Int! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeIssuingCardObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """The last 4 digits of the card number.""" - last4: String! - - """The brand of the card.""" - brand: String! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """The name of the cardholder, printed on the card.""" - name: String! - - """The card this card replaces, if any.""" - replacementFor: StripeIssuingCard - - """One of `active`, `inactive`, `canceled`, `lost`, or `stolen`.""" - status: StripeIssuingCardStatusEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Why the card that this card replaces (if any) needed to be replaced. One of `damage`, `expiration`, `loss`, or `theft`. - """ - replacementReason: StripeIssuingCardReplacementReasonEnum - - """""" - authorizationControls: StripeIssuingCardAuthorizationControls! - - """ - The [Cardholder](https://stripe.com/docs/api#issuing_cardholder_object) object to which the card belongs. - """ - cardholder: StripeIssuingCardholder - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """One of `virtual` or `physical`.""" - type: String! - - """Where and how the card will be shipped.""" - shipping: StripeIssuingCardShipping - - """The expiration month of the card.""" - expMonth: Int! -} - -"""""" -type StripeIssuingAuthorizationVerificationData { - """One of `match`, `mismatch`, or `not_provided`.""" - addressLine1Check: String! - - """One of `match`, `mismatch`, or `not_provided`.""" - addressZipCheck: String! - - """One of `success`, `failure`, `exempt`, or `none`.""" - authentication: String! - - """One of `match`, `mismatch`, or `not_provided`.""" - cvcCheck: String! -} - -enum StripeIssuingAuthorizationObjectEnum { - issuing_authorization -} - -"""""" -type StripeIssuingAuthorization { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeIssuingAuthorizationObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """""" - balanceTransactions: [StripeBalanceTransaction!]! - - """""" - isHeldAmountControllable: Boolean! - - """Whether the authorization has been approved.""" - approved: Boolean! - - """ - The amount the user is requesting to be authorized. This field will only be non-zero during an `issuing.authorization.request` webhook. - """ - pendingAuthorizedAmount: Int! - - """Unique identifier for the object.""" - id: String! - - """ - The additional amount Stripe will hold if the authorization is approved. This field will only be non-zero during an `issuing.authorization.request` webhook. - """ - pendingHeldAmount: Int! - - """ - How the card details were provided. One of `chip`, `contactless`, `keyed_in`, `online`, or `swipe`. - """ - authorizationMethod: String! - - """""" - verificationData: StripeIssuingAuthorizationVerificationData! - - """ - The currency that was presented to the cardholder for the authorization. Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - authorizedCurrency: String! - - """One of `pending`, `reversed`, or `closed`.""" - status: String! - - """ - The currency of the [held amount](https://stripe.com/docs/api#issuing_authorization_object-held_amount). This will always be the card currency. - """ - heldCurrency: String! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """The cardholder to whom this authorization belongs.""" - cardholder: StripeIssuingCardholder - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """""" - card: StripeIssuingCard! - - """""" - transactions: [StripeIssuingTransaction!]! - - """ - The amount that has been authorized. This will be `0` when the object is created, and increase after it has been approved. - """ - authorizedAmount: Int! - - """ - The amount the authorization is expected to be in `held_currency`. When Stripe holds funds from you, this is the amount reserved for the authorization. This will be `0` when the object is created, and increase after it has been approved. For multi-currency transactions, `held_amount` can be used to determine the expected exchange rate. - """ - heldAmount: Int! - - """""" - requestHistory: [StripeIssuingAuthorizationRequest!]! - - """""" - merchantData: StripeIssuingAuthorizationMerchantData! - - """ - What, if any, digital wallet was used for this authorization. One of `apple_pay`, `google_pay`, or `samsung_pay`. - """ - walletProvider: String -} - -union StripeIssuingTransactionCardholderUnion = StripeIssuingCardholder - -union StripeIssuingAuthorizationCardholderUnion = StripeIssuingCardholder - -enum StripeIssuingCardholderTypeEnum { - business_entity - individual -} - -enum StripeIssuingCardholderSpendingLimitIntervalEnum { - all_time - daily - monthly - per_authorization - weekly - yearly -} - -"""""" -type StripeIssuingCardholderSpendingLimit { - """Maximum amount allowed to spend per time interval.""" - amount: Int! - - """ - Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) on which to apply the spending limit. Leave this blank to limit all charges. - """ - categories: [String!] - - """ - The time interval with which to apply this spending limit towards. Allowed values are `per_authorization`, `daily`, `weekly`, `monthly`, `yearly`, or `all_time`. - """ - interval: StripeIssuingCardholderSpendingLimitIntervalEnum! -} - -"""""" -type StripeIssuingCardholderAuthorizationControls { - """ - Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations permitted on this card. - """ - allowedCategories: [String!] - - """ - Array of strings containing [categories](https://stripe.com/docs/api#issuing_authorization_object-merchant_data-category) of authorizations to always decline on this card. - """ - blockedCategories: [String!] - - """Limit the spending with rules based on time intervals and categories.""" - spendingLimits: [StripeIssuingCardholderSpendingLimit!] - - """Currency for the amounts within spending_limits.""" - spendingLimitsCurrency: String -} - -enum StripeIssuingCardholderStatusEnum { - active - blocked - inactive - pending -} - -"""""" -type StripeIssuingCardholderAddress { - """""" - address: StripeAddress! - - """""" - name: String -} - -enum StripeIssuingCardholderRequirementsDisabledReasonEnum { - listed - rejected_listed - under_review -} - -"""""" -type StripeIssuingCardholderRequirements { - """ - If the cardholder is disabled, this string describes why. Can be one of `listed`, `rejected.listed`, or `under_review`. - """ - disabledReason: StripeIssuingCardholderRequirementsDisabledReasonEnum - - """ - If not empty, this field contains the list of fields that need to be collected in order to verify and re-enabled the cardholder. - """ - pastDue: [String!] -} - -enum StripeIssuingCardholderObjectEnum { - issuing_cardholder -} - -"""""" -type StripeIssuingCardholder { - """Whether or not this cardholder is the default cardholder.""" - isDefault: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeIssuingCardholderObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """""" - requirements: StripeIssuingCardholderRequirements! - - """The cardholder's phone number.""" - phoneNumber: String - - """""" - billing: StripeIssuingCardholderAddress! - - """Unique identifier for the object.""" - id: String! - - """The cardholder's email address.""" - email: String - - """The cardholder's name. This will be printed on cards issued to them.""" - name: String! - - """One of `active`, `inactive`, or `blocked`.""" - status: StripeIssuingCardholderStatusEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """""" - authorizationControls: StripeIssuingCardholderAuthorizationControls - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """One of `individual` or `business_entity`.""" - type: StripeIssuingCardholderTypeEnum! -} - -union StripeIssuingTransactionDisputeUnion = StripeIssuingDispute - -"""""" -type StripeIssuingDisputeOtherEvidence { - """Brief freeform text explaining why you are disputing this transaction.""" - disputeExplanation: String! - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional file evidence supporting your dispute. - """ - uncategorizedFile: StripeFile -} - -"""""" -type StripeIssuingDisputeFraudulentEvidence { - """Brief freeform text explaining why you are disputing this transaction.""" - disputeExplanation: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional file evidence supporting your dispute. - """ - uncategorizedFile: StripeFile -} - -"""""" -type StripeIssuingDisputeEvidence { - """ - Evidence to support a fraudulent dispute. This will only be present if your dispute's `reason` is `fraudulent`. - """ - fraudulent: StripeIssuingDisputeFraudulentEvidence - - """ - Evidence to support an uncategorized dispute. This will only be present if your dispute's `reason` is `other`. - """ - other: StripeIssuingDisputeOtherEvidence -} - -enum StripeIssuingDisputeStatusEnum { - lost - under_review - unsubmitted - won -} - -enum StripeIssuingDisputeObjectEnum { - issuing_dispute -} - -"""""" -type StripeIssuingDispute { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeIssuingDisputeObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """The currency the `disputed_transaction` was made in.""" - currency: String! - - """Unique identifier for the object.""" - id: String! - - """The transaction being disputed.""" - disputedTransaction: StripeIssuingTransaction! - - """ - Current status of dispute. One of `lost`, `under_review`, `unsubmitted`, or `won`. - """ - status: StripeIssuingDisputeStatusEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`. - """ - metadata: String! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - Disputed amount. Usually the amount of the `disputed_transaction`, but can differ (usually because of currency fluctuation or because only part of the order is disputed). - """ - amount: Int! - - """Reason for this dispute. One of `other` or `fraudulent`.""" - reason: String! - - """""" - evidence: StripeIssuingDisputeEvidence! -} - -enum StripeIssuingTransactionObjectEnum { - issuing_transaction -} - -"""""" -type StripeIssuingTransaction { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeIssuingTransactionObjectEnum! - - """""" - balanceTransaction: StripeBalanceTransaction - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """""" - merchantCurrency: String! - - """""" - dispute: StripeIssuingDispute - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """The cardholder to whom this transaction belongs.""" - cardholder: StripeIssuingCardholder - - """The `Authorization` object that led to this transaction.""" - authorization: StripeIssuingAuthorization - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - One of `capture`, `refund`, `cash_withdrawal`, `refund_reversal`, `dispute`, or `dispute_loss`. - """ - type: String! - - """""" - amount: Int! - - """The card used to make this transaction.""" - card: StripeIssuingCard! - - """""" - merchantAmount: Int! - - """""" - merchantData: StripeIssuingAuthorizationMerchantData! -} - -enum StripePayoutTypeEnum { - bank_account - card -} - -enum StripePayoutObjectEnum { - payout -} - -"""""" -type StripePayout { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripePayoutObjectEnum! - - """ - ID of the balance transaction that describes the impact of this payout on your account balance. - """ - balanceTransaction: StripeBalanceTransaction - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ID of the bank account or card the payout was sent to.""" - destination: StripePayoutDestinationUnion - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - The source balance this payout came from. One of `card` or `bank_account`. - """ - sourceType: String! - - """ - Date the payout is expected to arrive in the bank. This factors in delays like weekends or bank holidays. - """ - arrivalDate: Int! - - """ - The method used to send this payout, which can be `standard` or `instant`. `instant` is only supported for payouts to debit cards. (See [Instant payouts for marketplaces](/blog/instant-payouts-for-marketplaces) for more information.) - """ - method: String! - - """ - Error code explaining reason for payout failure if available. See [Types of payout failures](https://stripe.com/docs/api#payout_failures) for a list of failure codes. - """ - failureCode: String - - """Unique identifier for the object.""" - id: String! - - """ - Message to user further explaining reason for payout failure if available. - """ - failureMessage: String - - """ - Current status of the payout (`paid`, `pending`, `in_transit`, `canceled` or `failed`). A payout will be `pending` until it is submitted to the bank, at which point it becomes `in_transit`. It will then change to `paid` if the transaction goes through. If it does not go through successfully, its status will change to `failed` or `canceled`. - """ - status: String! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Extra information about a payout to be displayed on the user's bank statement. - """ - statementDescriptor: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """Can be `bank_account` or `card`.""" - type: StripePayoutTypeEnum! - - """Amount (in %s) to be transferred to your bank account or debit card.""" - amount: Int! - - """ - Returns `true` if the payout was created by an [automated payout schedule](https://stripe.com/docs/payouts#payout-schedule), and `false` if it was [requested manually](https://stripe.com/docs/payouts#manual-payouts). - """ - automatic: Boolean! - - """ - If the payout failed or was canceled, this will be the ID of the balance transaction that reversed the initial balance transaction, and puts the funds from the failed payout back in your balance. - """ - failureBalanceTransaction: StripeBalanceTransaction - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String -} - -enum StripePlatformTaxFeeObjectEnum { - platform_tax_fee -} - -"""""" -type StripePlatformTaxFee { - """The Connected account that incurred this charge.""" - account: String! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripePlatformTaxFeeObjectEnum! - - """The payment object that caused this tax to be inflicted.""" - sourceTransaction: String! - - """The type of tax (VAT).""" - type: String! -} - -enum StripeReserveTransactionObjectEnum { - reserve_transaction -} - -"""""" -type StripeReserveTransaction { - """""" - amount: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeReserveTransactionObjectEnum! -} - -enum StripeTaxDeductedAtSourceObjectEnum { - tax_deducted_at_source -} - -"""""" -type StripeTaxDeductedAtSource { - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeTaxDeductedAtSourceObjectEnum! - - """ - The end of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period. - """ - periodEnd: Int! - - """ - The start of the invoicing period. This TDS applies to Stripe fees collected during this invoicing period. - """ - periodStart: Int! - - """The TAN that was supplied to Stripe when TDS was assessed""" - taxDeductionAccountNumber: String! -} - -enum StripeTopupStatusEnum { - canceled - failed - pending - reversed - succeeded -} - -enum StripeTopupObjectEnum { - topup -} - -"""""" -type StripeTopup { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeTopupObjectEnum! - - """ - ID of the balance transaction that describes the impact of this top-up on your account balance. May not be specified depending on status of top-up. - """ - balanceTransaction: StripeBalanceTransaction - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """A string that identifies this top-up as part of a group.""" - transferGroup: String - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - Error code explaining reason for top-up failure if available (see [the errors section](https://stripe.com/docs/api#errors) for a list of codes). - """ - failureCode: String - - """Unique identifier for the object.""" - id: String! - - """ - Message to user further explaining reason for top-up failure if available. - """ - failureMessage: String - - """ - The status of the top-up is either `canceled`, `failed`, `pending`, `reversed`, or `succeeded`. - """ - status: StripeTopupStatusEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Extra information about a top-up. This will appear on your source's bank statement. It must contain at least one letter. - """ - statementDescriptor: String - - """""" - source: StripeSource! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """Amount transferred.""" - amount: Int! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String - - """ - Date the funds are expected to arrive in your Stripe account for payouts. This factors in delays like weekends or bank holidays. May not be specified depending on status of top-up. - """ - expectedAvailabilityDate: Int -} - -union StripeRefundSourceTransferReversalUnion = StripeTransferReversal - -union StripeRefundTransferReversalUnion = StripeTransferReversal - -union StripeChargeTransferUnion = StripeTransfer - -union StripeChargeSourceTransferUnion = StripeTransfer - -union StripeTransferReversalTransferUnion = StripeTransfer - -union StripeInvoiceChargeUnion = StripeCharge - -union StripeIssuerFraudRecordChargeUnion = StripeCharge - -union StripeOrderChargeUnion = StripeCharge - -union StripeReviewChargeUnion = StripeCharge - -union StripeRadarEarlyFraudWarningChargeUnion = StripeCharge - -union StripeDisputeChargeUnion = StripeCharge - -union StripeTransferSourceTransactionUnion = StripeCharge - -union StripeRefundChargeUnion = StripeCharge - -union StripeTransferDestinationPaymentUnion = StripeCharge - -union StripeApplicationFeeChargeUnion = StripeCharge - -union StripeApplicationFeeOriginatingTransactionUnion = StripeCharge - -"""""" -type StripeRefundsEdge { - """node""" - node: StripeRefund! - - """cursor""" - cursor: String! -} - -"""""" -type StripeRefundsConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeRefund!]! - - """edges""" - edges: [StripeRefundsEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -union StripeChargeOutcomeRuleUnion = StripeRule - -"""""" -type StripeRule { - """The action taken on the payment.""" - action: String! - - """Unique identifier for the object.""" - id: String! - - """The predicate to evaluate the payment against.""" - predicate: String! -} - -"""""" -type StripeChargeOutcome { - """ - Possible values are `approved_by_network`, `declined_by_network`, `not_sent_to_network`, and `reversed_after_approval`. The value `reversed_after_approval` indicates the payment was [blocked by Stripe](https://stripe.com/docs/declines#blocked-payments) after bank authorization, and may temporarily appear as "pending" on a cardholder's statement. - """ - networkStatus: String - - """ - An enumerated value providing a more detailed explanation of the outcome's `type`. Charges blocked by Radar's default block rule have the value `highest_risk_level`. Charges placed in review by Radar's default review rule have the value `elevated_risk_level`. Charges authorized, blocked, or placed in review by custom rules have the value `rule`. See [understanding declines](https://stripe.com/docs/declines) for more details. - """ - reason: String - - """ - Stripe's evaluation of the riskiness of the payment. Possible values for evaluated payments are `normal`, `elevated`, `highest`. For non-card payments, and card-based payments predating the public assignment of risk levels, this field will have the value `not_assessed`. In the event of an error in the evaluation, this field will have the value `unknown`. - """ - riskLevel: String - - """ - Stripe's evaluation of the riskiness of the payment. Possible values for evaluated payments are between 0 and 100. For non-card payments, card-based payments predating the public assignment of risk scores, or in the event of an error during evaluation, this field will not be present. This field is only available with Radar for Fraud Teams. - """ - riskScore: Int - - """The ID of the Radar rule that matched the payment, if applicable.""" - rule: StripeRule - - """ - A human-readable description of the outcome type and reason, designed for you (the recipient of the payment), not your customer. - """ - sellerMessage: String - - """ - Possible values are `authorized`, `manual_review`, `issuer_declined`, `blocked`, and `invalid`. See [understanding declines](https://stripe.com/docs/declines) and [Radar reviews](radar/review) for details. - """ - type: String! -} - -union StripeOrderReturnOrderUnion = StripeOrder - -union StripeChargeOrderUnion = StripeOrder - -"""""" -type StripeDeliveryEstimate { - """ - If `type` is `"exact"`, `date` will be the expected delivery date in the format YYYY-MM-DD. - """ - date: String - - """ - If `type` is `"range"`, `earliest` will be be the earliest delivery date in the format YYYY-MM-DD. - """ - earliest: String - - """ - If `type` is `"range"`, `latest` will be the latest delivery date in the format YYYY-MM-DD. - """ - latest: String - - """The type of estimate. Must be either `"range"` or `"exact"`.""" - type: String! -} - -"""""" -type StripeShippingMethod { - """ - A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the line item. - """ - amount: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - The estimated delivery date for the given shipping method. Can be either a specific date or a range. - """ - deliveryEstimate: StripeDeliveryEstimate - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String! - - """Unique identifier for the object.""" - id: String! -} - -"""""" -type StripeStatusTransitions { - """""" - canceled: Int - - """""" - fulfiled: Int - - """""" - paid: Int - - """""" - returned: Int -} - -enum StripeOrderReturnsObjectEnum { - list -} - -union StripeOrderItemParentUnion = StripeSku - -"""""" -type StripeInventory { - """ - The count of inventory available. Will be present if and only if `type` is `finite`. - """ - quantity: Int - - """ - Inventory type. Possible values are `finite`, `bucket` (not quantified), and `infinite`. - """ - type: String! - - """ - An indicator of the inventory available. Possible values are `in_stock`, `limited`, and `out_of_stock`. Will be present if and only if `type` is `bucket`. - """ - value: String -} - -enum StripeSkuObjectEnum { - sku -} - -"""""" -type StripeSku { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeSkuObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - The URL of an image for this SKU, meant to be displayable to the customer. - """ - image: String - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """The dimensions of this SKU for shipping purposes.""" - packageDimensions: StripePackageDimensions - - """Unique identifier for the object.""" - id: String! - - """ - The ID of the product this SKU is associated with. The product must be currently active. - """ - product: StripeProduct! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """""" - inventory: StripeInventory! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """""" - updated: Int! - - """Whether the SKU is available for purchase.""" - active: Boolean! - - """ - The cost of the item as a positive integer in the smallest currency unit (that is, 100 cents to charge $1.00, or 100 to charge ¥100, Japanese Yen being a zero-decimal currency). - """ - price: Int! -} - -enum StripeOrderItemObjectEnum { - order_item -} - -"""""" -type StripeOrderItem { - """ - A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the line item. - """ - amount: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - Description of the line item, meant to be displayable to the user (e.g., `"Express shipping"`). - """ - description: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeOrderItemObjectEnum! - - """ - The ID of the associated object for this line item. Expandable if not null (e.g., expandable to a SKU). - """ - parent: StripeSku - - """ - A positive integer representing the number of instances of `parent` that are included in this order item. Applicable/present only if `type` is `sku`. - """ - quantity: Int - - """The type of line item. One of `sku`, `tax`, `shipping`, or `discount`.""" - type: String! -} - -enum StripeOrderReturnObjectEnum { - order_return -} - -"""""" -type StripeOrderReturn { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeOrderReturnObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """The ID of the refund issued for this return.""" - refund: StripeRefund - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """The items included in this order return.""" - items: [StripeOrderItem!]! - - """The order that this return includes items from.""" - order: StripeOrder - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the returned line item. - """ - amount: Int! -} - -"""""" -type StripeOrderReturns { - """""" - data: [StripeOrderReturn!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeOrderReturnsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -enum StripeOrderObjectEnum { - order -} - -"""""" -type StripeOrder { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeOrderObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """""" - returns: StripeOrderReturns - - """""" - externalCouponCode: String - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """The timestamps at which the order status was updated.""" - statusTransitions: StripeStatusTransitions - - """ - A list of supported shipping methods for this order. The desired shipping method can be specified either by updating the order, or when paying it. - """ - shippingMethods: [StripeShippingMethod!] - - """Unique identifier for the object.""" - id: String! - - """The email address of the customer placing the order.""" - email: String - - """ - The ID of the payment used to pay for the order. Present if the order status is `paid`, `fulfilled`, or `refunded`. - """ - charge: StripeCharge - - """""" - applicationFee: Int - - """ - List of items constituting the order. An order can have up to 25 items. - """ - items: [StripeOrderItem!]! - - """The user's order ID if it is different from the Stripe order ID.""" - upstreamId: String - - """ID of the Connect Application that created the order.""" - application: String - - """ - Current order status. One of `created`, `paid`, `canceled`, `fulfilled`, or `returned`. More details in the [Orders Guide](https://stripe.com/docs/orders/guide#understanding-order-statuses). - """ - status: String! - - """ - The shipping method that is currently selected for this order, if any. If present, it is equal to one of the `id`s of shipping methods in the `shipping_methods` array. At order creation time, if there are multiple shipping methods, Stripe will automatically selected the first method. - """ - selectedShippingMethod: String - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """""" - amountReturned: Int - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the order. - """ - amount: Int! - - """ - The shipping address for the order. Present if the order is for goods to be shipped. - """ - shipping: StripeShipping - - """""" - updated: Int - - """The customer used for the order.""" - customer: StripeOrderCustomerUnion -} - -union StripeChargeDisputeUnion = StripeDispute - -union StripeDisputeEvidenceReceiptUnion = StripeFile - -union StripeIssuingDisputeOtherEvidenceUncategorizedFileUnion = StripeFile - -union StripeLegalEntityPersonVerificationDocumentBackUnion = StripeFile - -union StripeLegalEntityPersonVerificationDocumentFrontUnion = StripeFile - -union StripeDisputeEvidenceRefundPolicyUnion = StripeFile - -union StripeDisputeEvidenceShippingDocumentationUnion = StripeFile - -union StripeDisputeEvidenceUncategorizedFileUnion = StripeFile - -union StripeDisputeEvidenceCancellationPolicyUnion = StripeFile - -union StripeDisputeEvidenceCustomerSignatureUnion = StripeFile - -union StripeDisputeEvidenceCustomerCommunicationUnion = StripeFile - -union StripeFileLinkFileUnion = StripeFile - -union StripeIssuingDisputeFraudulentEvidenceUncategorizedFileUnion = StripeFile - -union StripeAccountBrandingSettingsLogoUnion = StripeFile - -union StripeDisputeEvidenceServiceDocumentationUnion = StripeFile - -union StripeLegalEntityCompanyVerificationDocumentFrontUnion = StripeFile - -union StripeDisputeEvidenceDuplicateChargeDocumentationUnion = StripeFile - -union StripeAccountBrandingSettingsIconUnion = StripeFile - -union StripeLegalEntityCompanyVerificationDocumentBackUnion = StripeFile - -enum StripeFileLinksObjectEnum { - list -} - -enum StripeFileLinkObjectEnum { - file_link -} - -"""""" -type StripeFileLink { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeFileLinkObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """The publicly accessible URL to download the file.""" - url: String - - """Whether this link is already expired.""" - expired: Boolean! - - """Unique identifier for the object.""" - id: String! - - """Time at which the link expires.""" - expiresAt: Int - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """The file object this link points to.""" - file: StripeFile! -} - -"""""" -type StripeFileLinks { - """""" - data: [StripeFileLink!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeFileLinksObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -enum StripeFileObjectEnum { - file -} - -"""""" -type StripeFile { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeFileObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - The URL from which the file can be downloaded using your live secret API key. - """ - url: String - - """Unique identifier for the object.""" - id: String! - - """""" - links: StripeFileLinks - - """A user friendly title for the document.""" - title: String - - """The type of the file returned (e.g., `csv`, `pdf`, `jpg`, or `png`).""" - type: String - - """The size in bytes of the file object.""" - size: Int! - - """A filename for the file, suitable for saving to a filesystem.""" - filename: String - - """ - The purpose of the file. Possible values are `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `finance_report_run`, `identity_document`, `pci_document`, `sigma_scheduled_query`, or `tax_document_user_upload`. - """ - purpose: String! -} - -"""""" -type StripeDisputeEvidence { - """The billing address provided by the customer.""" - billingAddress: String - - """The IP address that the customer used when making the purchase.""" - customerPurchaseIp: String - - """ - The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas. - """ - shippingTrackingNumber: String - - """ - An explanation of how and when the customer was shown your refund policy prior to purchase. - """ - cancellationPolicyDisclosure: String - - """A description of the product or service that was sold.""" - productDescription: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any receipt or message sent to the customer notifying them of the charge. - """ - receipt: StripeFile - - """ - An explanation of the difference between the disputed charge versus the prior charge that appears to be a duplicate. - """ - duplicateChargeExplanation: String - - """ - The date on which the customer received or began receiving the purchased service, in a clear human-readable format. - """ - serviceDate: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof that a service was provided to the customer. This could include a copy of a signed contract, work order, or other form of written agreement. - """ - serviceDocumentation: StripeFile - - """ - The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. If multiple carriers were used for this purchase, please separate them with commas. - """ - shippingCarrier: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation showing proof that a product was shipped to the customer at the same address the customer provided to you. This could include a copy of the shipment receipt, shipping label, etc. It should show the customer's full shipping address, if possible. - """ - shippingDocumentation: StripeFile - - """ - The date on which a physical product began its route to the shipping address, in a clear human-readable format. - """ - shippingDate: String - - """ - Documentation demonstrating that the customer was shown your refund policy prior to purchase. - """ - refundPolicyDisclosure: String - - """A justification for why the customer is not entitled to a refund.""" - refundRefusalExplanation: String - - """A justification for why the customer's subscription was not canceled.""" - cancellationRebuttal: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) A relevant document or contract showing the customer's signature. - """ - customerSignature: StripeFile - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your refund policy, as shown to the customer. - """ - refundPolicy: StripeFile - - """ - Any server or activity logs showing proof that the customer accessed or downloaded the purchased digital product. This information should include IP addresses, corresponding timestamps, and any detailed recorded activity. - """ - accessActivityLog: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Documentation for the prior charge that can uniquely identify the charge, such as a receipt, shipping label, work order, etc. This document should be paired with a similar document from the disputed payment that proves the two payments are separate. - """ - duplicateChargeDocumentation: StripeFile - - """The name of the customer.""" - customerName: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any communication with the customer that you feel is relevant to your case. Examples include emails proving that the customer received the product or service, or demonstrating their use of or satisfaction with the product or service. - """ - customerCommunication: StripeFile - - """The email address of the customer.""" - customerEmailAddress: String - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Your subscription cancellation policy, as shown to the customer. - """ - cancellationPolicy: StripeFile - - """ - (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Any additional evidence or statements. - """ - uncategorizedFile: StripeFile - - """Any additional evidence or statements.""" - uncategorizedText: String - - """ - The address to which a physical product was shipped. You should try to include as complete address information as possible. - """ - shippingAddress: String - - """ - The Stripe ID for the prior charge which appears to be a duplicate of the disputed charge. - """ - duplicateChargeId: String -} - -enum StripeDisputeStatusEnum { - charge_refunded - lost - needs_response - under_review - warning_closed - warning_needs_response - warning_under_review - won -} - -"""""" -type StripeDisputeEvidenceDetails { - """ - Date by which evidence must be submitted in order to successfully challenge dispute. Will be null if the customer's bank or credit card company doesn't allow a response for this particular dispute. - """ - dueBy: Int - - """Whether evidence has been staged for this dispute.""" - hasEvidence: Boolean! - - """ - Whether the last evidence submission was submitted past the due date. Defaults to `false` if no evidence submissions have occurred. If `true`, then delivery of the latest evidence is *not* guaranteed. - """ - pastDue: Boolean! - - """ - The number of times evidence has been submitted. Typically, you may only submit evidence once. - """ - submissionCount: Int! -} - -enum StripeDisputeObjectEnum { - dispute -} - -"""""" -type StripeDispute { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDisputeObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - List of zero, one, or two balance transactions that show funds withdrawn and reinstated to your Stripe account as a result of this dispute. - """ - balanceTransactions: [StripeBalanceTransaction!]! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """ID of the charge that was disputed.""" - charge: StripeCharge! - - """""" - evidenceDetails: StripeDisputeEvidenceDetails! - - """ - Current status of dispute. Possible values are `warning_needs_response`, `warning_under_review`, `warning_closed`, `needs_response`, `under_review`, `charge_refunded`, `won`, or `lost`. - """ - status: StripeDisputeStatusEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - Disputed amount. Usually the amount of the charge, but can differ (usually because of currency fluctuation or because only part of the order is disputed). - """ - amount: Int! - - """ - If true, it is still possible to refund the disputed payment. Once the payment has been fully refunded, no further funds will be withdrawn from your Stripe account as a result of this dispute. - """ - isChargeRefundable: Boolean! - - """ - Reason given by cardholder for dispute. Possible values are `bank_cannot_process`, `check_returned`, `credit_not_processed`, `customer_initiated`, `debit_not_authorized`, `duplicate`, `fraudulent`, `general`, `incorrect_account_details`, `insufficient_funds`, `product_not_received`, `product_unacceptable`, `subscription_canceled`, or `unrecognized`. Read more about [dispute reasons](https://stripe.com/docs/disputes/categories). - """ - reason: String! - - """""" - evidence: StripeDisputeEvidence! -} - -union StripeFeeRefundFeeUnion = StripeApplicationFee - -union StripeChargeApplicationFeeUnion = StripeApplicationFee - -enum StripeApplicationFeeRefundsObjectEnum { - list -} - -enum StripeFeeRefundObjectEnum { - fee_refund -} - -"""""" -type StripeFeeRefund { - """Amount, in %s.""" - amount: Int! - - """Balance transaction that describes the impact on your account balance.""" - balanceTransaction: StripeBalanceTransaction - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ID of the application fee that was refunded.""" - fee: StripeApplicationFee! - - """Unique identifier for the object.""" - id: String! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeFeeRefundObjectEnum! -} - -"""""" -type StripeApplicationFeeRefunds { - """""" - data: [StripeFeeRefund!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeApplicationFeeRefundsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -enum StripeApplicationFeeObjectEnum { - application_fee -} - -"""""" -type StripeApplicationFee { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeApplicationFeeObjectEnum! - - """ - Balance transaction that describes the impact of this collected application fee on your account balance (not including refunds). - """ - balanceTransaction: StripeBalanceTransaction - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """ID of the charge that the application fee was taken from.""" - charge: StripeCharge! - - """ID of the Connect application that earned the fee.""" - application: StripeApplication! - - """ - ID of the corresponding charge on the platform account, if this fee was the result of a charge using the `destination` parameter. - """ - originatingTransaction: StripeCharge - - """A list of refunds that have been applied to the fee.""" - refunds: StripeApplicationFeeRefunds! - - """ID of the Stripe account this fee was taken from.""" - account: StripeAccount! - - """ - Whether the fee has been fully refunded. If the fee is only partially refunded, this attribute will still be false. - """ - refunded: Boolean! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """Amount earned, in %s.""" - amount: Int! - - """ - Amount in %s refunded (can be less than the amount attribute on the fee if a partial refund was issued) - """ - amountRefunded: Int! -} - -union StripeChargeReviewUnion = StripeReview - -union StripePaymentIntentReviewUnion = StripeReview - -"""""" -type StripeRadarReviewResourceSession { - """The browser used in this browser session (e.g., `Chrome`).""" - browser: String - - """ - Information about the device used for the browser session (e.g., `Samsung SM-G930T`). - """ - device: String - - """The platform for the browser session (e.g., `Macintosh`).""" - platform: String - - """The version for the browser session (e.g., `61.0.3163.100`).""" - version: String -} - -"""""" -type StripeRadarReviewResourceLocation { - """The city where the payment originated.""" - city: String - - """ - Two-letter ISO code representing the country where the payment originated. - """ - country: String - - """The geographic latitude where the payment originated.""" - latitude: Float - - """The geographic longitude where the payment originated.""" - longitude: Float - - """The state/county/province/region where the payment originated.""" - region: String -} - -enum StripeReviewOpenedReasonEnum { - manual - rule -} - -union StripeInvoicePaymentIntentUnion = StripePaymentIntent - -union StripeReviewPaymentIntentUnion = StripePaymentIntent - -union StripeCheckoutSessionPaymentIntentUnion = StripePaymentIntent - -enum StripePaymentIntentCancellationReasonEnum { - abandoned - automatic - duplicate - failed_invoice - fraudulent - requested_by_customer - void_invoice -} - -enum StripePaymentIntentCaptureMethodEnum { - automatic - manual -} - -enum StripePaymentIntentStatusEnum { - canceled - processing - requires_action - requires_capture - requires_confirmation - requires_payment_method - succeeded -} - -enum StripePaymentIntentConfirmationMethodEnum { - automatic - manual -} - -enum StripePaymentIntentChargesObjectEnum { - list -} - -"""""" -type StripePaymentIntentCharges { - """ - This list only contains the latest charge, even if there were previously multiple unsuccessful charges. To view all previous charges for a PaymentIntent, you can filter the charges list using the `payment_intent` [parameter](https://stripe.com/docs/api/charges/list#list_charges-payment_intent). - """ - data: [StripeCharge!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripePaymentIntentChargesObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -union StripeChargeInvoiceUnion = StripeInvoice - -union StripeCustomerBalanceTransactionInvoiceUnion = StripeInvoice - -union StripePaymentIntentInvoiceUnion = StripeInvoice - -union StripeCreditNoteInvoiceUnion = StripeInvoice - -union StripeSubscriptionLatestInvoiceUnion = StripeInvoice - -union StripeInvoiceitemInvoiceUnion = StripeInvoice - -union StripeInvoiceItemInvoiceUnion = StripeInvoice - -enum StripeInvoiceCustomerTaxExemptEnum { - exempt - none - reverse -} - -enum StripeInvoiceCollectionMethodEnum { - charge_automatically - send_invoice -} - -enum StripeInvoiceStatusEnum { - deleted - draft - open - paid - uncollectible - void -} - -enum StripeInvoicesResourceInvoiceTaxIdTypeEnum { - au_abn - ch_vat - eu_vat - in_gst - no_vat - nz_gst - unknown - za_vat -} - -"""""" -type StripeInvoicesResourceInvoiceTaxId { - """ - The type of the tax ID, one of `au_abn`, `ch_vat`, `eu_vat`, `in_gst`, `no_vat`, `nz_gst`, `unknown`, or `za_vat` - """ - type: StripeInvoicesResourceInvoiceTaxIdTypeEnum! - - """The value of the tax ID.""" - value: String -} - -"""""" -type StripeInvoicesStatusTransitions { - """The time that the invoice draft was finalized.""" - finalizedAt: Int - - """The time that the invoice was marked uncollectible.""" - markedUncollectibleAt: Int - - """The time that the invoice was paid.""" - paidAt: Int - - """The time that the invoice was voided.""" - voidedAt: Int -} - -enum StripeInvoiceLinesObjectEnum { - list -} - -"""""" -type StripeInvoiceLineItemPeriod { - """End of the line item's billing period""" - end: Int! - - """Start of the line item's billing period""" - start: Int! -} - -enum StripeLineItemTypeEnum { - invoiceitem - subscription -} - -"""""" -type StripeInvoiceTaxAmount { - """The amount, in %s, of the tax.""" - amount: Int! - - """Whether this tax amount is inclusive or exclusive.""" - inclusive: Boolean! - - """The tax rate that was applied to get this tax amount.""" - taxRate: StripeTaxRate! -} - -enum StripeLineItemObjectEnum { - line_item -} - -"""""" -type StripeLineItem { - """ - For prorations this indicates whether Stripe automatically grouped multiple related debit and credit line items into a single combined line item. - """ - unifiedProration: Boolean - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeLineItemObjectEnum! - - """""" - invoiceItem: String - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - If true, discounts will apply to this line item. Always false for prorations. - """ - discountable: Boolean! - - """Unique identifier for the object.""" - id: String! - - """The tax rates which apply to the line item.""" - taxRates: [StripeTaxRate!] - - """ - The quantity of the subscription, if the line item is a subscription or a proration. - """ - quantity: Int - - """The subscription that the invoice item pertains to, if any.""" - subscription: String - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Note that for line items with `type=subscription` this will reflect the metadata of the subscription that caused the line item to be created. - """ - metadata: String! - - """Whether this is a proration.""" - proration: Boolean! - - """ - The subscription item that generated this invoice item. Left empty if the line item is not an explicit result of a subscription. - """ - subscriptionItem: String - - """The amount of tax calculated per tax rate for this line item""" - taxAmounts: [StripeInvoiceTaxAmount!] - - """Whether this is a test line item.""" - livemode: Boolean! - - """ - A string identifying the type of the source of this line item, either an `invoiceitem` or a `subscription`. - """ - type: StripeLineItemTypeEnum! - - """The amount, in %s.""" - amount: Int! - - """ - The plan of the subscription, if the line item is a subscription or a proration. - """ - plan: StripePlan - - """""" - period: StripeInvoiceLineItemPeriod! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String -} - -"""""" -type StripeInvoiceLines { - """""" - data: [StripeLineItem!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeInvoiceLinesObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -union StripeSubscriptionSchedulePhaseConfigurationDefaultPaymentMethodUnion = StripePaymentMethod - -union StripeInvoiceSettingCustomerSettingDefaultPaymentMethodUnion = StripePaymentMethod - -union StripeSubscriptionScheduleDefaultPaymentMethodUnion = StripePaymentMethod - -union StripeSubscriptionDefaultPaymentMethodUnion = StripePaymentMethod - -union StripePaymentIntentPaymentMethodUnion = StripePaymentMethod - -union StripeSetupIntentPaymentMethodUnion = StripePaymentMethod - -union StripeInvoiceDefaultPaymentMethodUnion = StripePaymentMethod - -"""""" -type StripeBillingDetails { - """Billing address.""" - address: StripeAddress - - """Email address.""" - email: String - - """Full name.""" - name: String - - """Billing phone number (including extension).""" - phone: String -} - -union StripePaymentMethodCustomerUnion = StripeCustomer - -union StripeCheckoutSessionCustomerUnion = StripeCustomer - -union StripeTaxIdCustomerUnion = StripeCustomer - -union StripeCreditNoteCustomerUnion = StripeCustomer - -union StripeCustomerBalanceTransactionCustomerUnion = StripeCustomer - -"""""" -type StripePaymentIntentsEdge { - """node""" - node: StripePaymentIntent! - - """cursor""" - cursor: String! -} - -"""""" -type StripePaymentIntentsConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripePaymentIntent!]! - - """edges""" - edges: [StripePaymentIntentsEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -"""""" -type StripeInvoicesEdge { - """node""" - node: StripeInvoice! - - """cursor""" - cursor: String -} - -"""""" -type StripeInvoicesConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeInvoice!]! - - """edges""" - edges: [StripeInvoicesEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -"""""" -type StripeChargesEdge { - """node""" - node: StripeCharge! - - """cursor""" - cursor: String! -} - -"""""" -type StripeChargesConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeCharge!]! - - """edges""" - edges: [StripeChargesEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -enum StripeCustomerSubscriptionsObjectEnum { - list -} - -union StripeCheckoutSessionSubscriptionUnion = StripeSubscription - -union StripeInvoiceSubscriptionUnion = StripeSubscription - -union StripeInvoiceitemSubscriptionUnion = StripeSubscription - -union StripeSubscriptionScheduleSubscriptionUnion = StripeSubscription - -union StripeInvoiceItemSubscriptionUnion = StripeSubscription - -enum StripeSubscriptionCollectionMethodEnum { - charge_automatically - send_invoice -} - -enum StripeSubscriptionItemsObjectEnum { - list -} - -enum StripeSubscriptionItemObjectEnum { - subscription_item -} - -"""""" -type StripeSubscriptionItem { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeSubscriptionItemObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """Unique identifier for the object.""" - id: String! - - """ - The tax rates which apply to this `subscription_item`. When set, the `default_tax_rates` on the subscription do not apply to this `subscription_item`. - """ - taxRates: [StripeTaxRate!] - - """ - The [quantity](https://stripe.com/docs/subscriptions/quantities) of the plan to which the customer should be subscribed. - """ - quantity: Int - - """The `subscription` this `subscription_item` belongs to.""" - subscription: String! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """""" - plan: StripePlan! - - """ - Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period - """ - billingThresholds: StripeSubscriptionItemBillingThresholds -} - -"""""" -type StripeSubscriptionItems { - """""" - data: [StripeSubscriptionItem!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeSubscriptionItemsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -union StripeSubscriptionScheduleUnion = StripeSubscriptionSchedule - -enum StripeSubscriptionStatusEnum { - active - canceled - incomplete - incomplete_expired - past_due - trialing - unpaid -} - -"""""" -type StripeSubscriptionsEdge { - """node""" - node: StripeSubscription! - - """cursor""" - cursor: String! -} - -"""""" -type StripeSubscriptionsConnection { - """cursor""" - cursor: String - - """nodes""" - nodes: [StripeSubscription!]! - - """edges""" - edges: [StripeSubscriptionsEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -enum StripeTransformUsageRoundEnum { - down - up -} - -"""""" -type StripeTransformUsage { - """Divide usage by this number.""" - divideBy: Int! - - """After division, either round the result `up` or `down`.""" - round: StripeTransformUsageRoundEnum! -} - -"""""" -type StripePlanTier { - """Price for the entire tier.""" - flatAmount: Int - - """ - Same as `flat_amount`, but contains a decimal value with at most 12 decimal places. - """ - flatAmountDecimal: String - - """Per unit price for units relevant to the tier.""" - unitAmount: Int - - """ - Same as `unit_amount`, but contains a decimal value with at most 12 decimal places. - """ - unitAmountDecimal: String - - """Up to and including to this quantity will be contained in the tier.""" - upTo: Int -} - -enum StripePlanBillingSchemeEnum { - per_unit - tiered -} - -enum StripePlanAggregateUsageEnum { - last_during_period - last_ever - max - sum -} - -enum StripePlanIntervalEnum { - day - month - week - year -} - -union StripeSkuProductUnion = StripeProduct - -enum StripeProductTypeEnum { - good - service -} - -"""""" -type StripePackageDimensions { - """Height, in inches.""" - height: Float! - - """Length, in inches.""" - length: Float! - - """Weight, in ounces.""" - weight: Float! - - """Width, in inches.""" - width: Float! -} - -enum StripeProductObjectEnum { - product -} - -"""""" -type StripeProduct { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeProductObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - A URL of a publicly-accessible webpage for this product. Only applicable to products of `type=good`. - """ - url: String - - """ - Whether this product is a shipped good. Only applicable to products of `type=good`. - """ - shippable: Boolean - - """ - The dimensions of this product for shipping purposes. A SKU associated with this product can override this value by having its own `package_dimensions`. Only applicable to products of `type=good`. - """ - packageDimensions: StripePackageDimensions - - """ - A label that represents units of this product, such as seat(s), in Stripe and on customers’ receipts and invoices. Only available on products of type=`service`. - """ - unitLabel: String - - """Unique identifier for the object.""" - id: String! - - """ - The product's name, meant to be displayable to the customer. Applicable to both `service` and `good` types. - """ - name: String! - - """ - An array of connect application identifiers that cannot purchase this product. Only applicable to products of `type=good`. - """ - deactivateOn: [String!] - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - A list of up to 5 attributes that each SKU can provide values for (e.g., `["color", "size"]`). Only applicable to products of `type=good`. - """ - attributes: [String!] - - """ - Extra information about a product which will appear on your customer's credit card statement. In the case that multiple products are billed at once, the first statement descriptor will be used. Only available on products of type=`service`. - """ - statementDescriptor: String - - """ - A list of up to 8 URLs of images for this product, meant to be displayable to the customer. Only applicable to products of `type=good`. - """ - images: [String!]! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - The type of the product. The product is either of type `good`, which is eligible for use with Orders and SKUs, or `service`, which is eligible for use with Subscriptions and Plans. - """ - type: StripeProductTypeEnum! - - """""" - updated: Int! - - """Whether the product is currently available for purchase.""" - active: Boolean - - """ - A short one-line description of the product, meant to be displayable to the customer. Only applicable to products of `type=good`. - """ - caption: String - - """ - The product's description, meant to be displayable to the customer. Only applicable to products of `type=good`. - """ - description: String -} - -enum StripeDeletedProductObjectEnum { - product -} - -"""""" -type StripeDeletedProduct { - """Always true for a deleted object""" - deleted: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDeletedProductObjectEnum! -} - -union StripePlanProductUnion = StripeDeletedProduct | StripeProduct - -enum StripePlanUsageTypeEnum { - licensed - metered -} - -enum StripePlanTiersModeEnum { - graduated - volume -} - -enum StripePlanObjectEnum { - plan -} - -"""""" -type StripePlan { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripePlanObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """A brief description of the plan, hidden from customers.""" - nickname: String - - """ - Default number of trial days when subscribing a customer to this plan using [`trial_from_plan=true`](https://stripe.com/docs/api#create_subscription-trial_from_plan). - """ - trialPeriodDays: Int - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - Defines if the tiering price should be `graduated` or `volume` based. In `volume`-based tiering, the maximum quantity within a period determines the per unit price, in `graduated` tiering pricing can successively change as the quantity grows. - """ - tiersMode: StripePlanTiersModeEnum - - """Unique identifier for the object.""" - id: String! - - """ - Configures how the quantity per period should be determined, can be either `metered` or `licensed`. `licensed` will automatically bill the `quantity` set for a plan when adding it to a subscription, `metered` will aggregate the total usage based on usage records. Defaults to `licensed`. - """ - usageType: StripePlanUsageTypeEnum! - - """The product whose pricing this plan determines.""" - product: StripePlanProductUnion - - """ - One of `day`, `week`, `month` or `year`. The frequency with which a subscription should be billed. - """ - interval: StripePlanIntervalEnum! - - """ - The number of intervals (specified in the `interval` property) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months. - """ - intervalCount: Int! - - """ - Same as `amount`, but contains a decimal value with at most 12 decimal places. - """ - amountDecimal: String - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Specifies a usage aggregation strategy for plans of `usage_type=metered`. Allowed values are `sum` for summing up all usage during a period, `last_during_period` for picking the last usage record reported within a period, `last_ever` for picking the last usage record ever (across period bounds) or `max` which picks the usage record with the maximum reported usage during a period. Defaults to `sum`. - """ - aggregateUsage: StripePlanAggregateUsageEnum - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """The amount in %s to be charged on the interval specified.""" - amount: Int - - """ - Describes how to compute the price per period. Either `per_unit` or `tiered`. `per_unit` indicates that the fixed amount (specified in `amount`) will be charged per unit in `quantity` (for plans with `usage_type=licensed`), or per unit of total usage (for plans with `usage_type=metered`). `tiered` indicates that the unit pricing will be computed using a tiering strategy as defined using the `tiers` and `tiers_mode` attributes. - """ - billingScheme: StripePlanBillingSchemeEnum - - """ - Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`. - """ - tiers: [StripePlanTier!] - - """Whether the plan is currently available for new subscriptions.""" - active: Boolean! - - """ - Apply a transformation to the reported usage or set quantity before computing the billed price. Cannot be combined with `tiers`. - """ - transformUsage: StripeTransformUsage - subscriptions(status: StripeSubscriptionStatusEnum, after: String, before: String, first: Int): StripeSubscriptionsConnection -} - -enum StripeDeletedPlanObjectEnum { - plan -} - -"""""" -type StripeDeletedPlan { - """Always true for a deleted object""" - deleted: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDeletedPlanObjectEnum! -} - -union StripeSubscriptionScheduleConfigurationItemPlanUnion = StripeDeletedPlan | StripePlan - -"""""" -type StripeSubscriptionItemBillingThresholds { - """Usage threshold that triggers the subscription to create an invoice""" - usageGte: Int -} - -"""""" -type StripeSubscriptionScheduleConfigurationItem { - """ - Define thresholds at which an invoice will be sent, and the related subscription advanced to a new billing period - """ - billingThresholds: StripeSubscriptionItemBillingThresholds - - """ID of the plan to which the customer should be subscribed.""" - plan: StripeSubscriptionScheduleConfigurationItemPlanUnion! - - """Quantity of the plan to which the customer should be subscribed.""" - quantity: Int - - """ - The tax rates which apply to this `phase_item`. When set, the `default_tax_rates` on the phase do not apply to this `phase_item`. - """ - taxRates: [StripeTaxRate!] -} - -union StripeInvoiceTaxAmountTaxRateUnion = StripeTaxRate - -enum StripeTaxRateObjectEnum { - tax_rate -} - -"""""" -type StripeTaxRate { - """This represents the tax rate percent out of 100.""" - percentage: Float! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeTaxRateObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """This specifies if the tax rate is inclusive or exclusive.""" - inclusive: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - The display name of the tax rates as it will appear to your customer on their receipt email, PDF, and the hosted invoice page. - """ - displayName: String! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """The jurisdiction for the tax rate.""" - jurisdiction: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - Defaults to `true`. When set to `false`, this tax rate cannot be applied to objects in the API, but will still be applied to subscriptions and invoices that already have it set. - """ - active: Boolean! - - """ - An arbitrary string attached to the tax rate for your internal use only. It will not be visible to your customers. - """ - description: String -} - -enum StripeSubscriptionSchedulePhaseConfigurationCollectionMethodEnum { - charge_automatically - send_invoice -} - -"""""" -type StripeSubscriptionSchedulePhaseConfiguration { - """ - ID of the coupon to use during this phase of the subscription schedule. - """ - coupon: StripeCoupon - - """ - ID of the default payment method for the subscription schedule. It must belong to the customer associated with the subscription schedule. If not set, invoices will use the default payment method in the customer's invoice settings. - """ - defaultPaymentMethod: StripePaymentMethod - - """The end of this phase of the subscription schedule.""" - endDate: Int! - - """When the trial ends within the phase.""" - trialEnd: Int - - """ - Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. - """ - collectionMethod: StripeSubscriptionSchedulePhaseConfigurationCollectionMethodEnum - - """ - A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account during this phase of the schedule. - """ - applicationFeePercent: Float - - """""" - defaultTaxRates: [StripeTaxRate!] - - """The start of this phase of the subscription schedule.""" - startDate: Int! - - """Plans to subscribe during this phase of the subscription schedule.""" - plans: [StripeSubscriptionScheduleConfigurationItem!]! - - """The subscription schedule's default invoice settings.""" - invoiceSettings: StripeInvoiceSettingSubscriptionScheduleSetting - - """ - If provided, each invoice created during this phase of the subscription schedule will apply the tax rate, increasing the amount billed to the customer. - """ - taxPercent: Float - - """ - Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period - """ - billingThresholds: StripeSubscriptionBillingThresholds -} - -"""""" -type StripeSubscriptionScheduleCurrentPhase { - """""" - endDate: Int! - - """""" - startDate: Int! -} - -"""""" -type StripeSubscriptionBillingThresholds { - """Monetary threshold that triggers the subscription to create an invoice""" - amountGte: Int - - """ - Indicates if the `billing_cycle_anchor` should be reset when a threshold is reached. If true, `billing_cycle_anchor` will be updated to the date/time the threshold was last reached; otherwise, the value will remain unchanged. This value may not be `true` if the subscription contains items with plans that have `aggregate_usage=last_ever`. - """ - resetBillingCycleAnchor: Boolean -} - -"""""" -type StripeInvoiceSettingSubscriptionScheduleSetting { - """ - Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be `null` for subscription schedules where `billing=charge_automatically`. - """ - daysUntilDue: Int -} - -enum StripeSubscriptionScheduleEndBehaviorEnum { - cancel - none - release - renew -} - -enum StripeSubscriptionScheduleCollectionMethodEnum { - charge_automatically - send_invoice -} - -enum StripeSubscriptionScheduleStatusEnum { - active - canceled - completed - not_started - released -} - -enum StripeSubscriptionScheduleObjectEnum { - subscription_schedule -} - -"""""" -type StripeSubscriptionSchedule { - """ - Time at which the subscription schedule was released. Measured in seconds since the Unix epoch. - """ - releasedAt: Int - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeSubscriptionScheduleObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - ID of the default payment method for the subscription schedule. It must belong to the customer associated with the subscription schedule. If not set, invoices will use the default payment method in the customer's invoice settings. - """ - defaultPaymentMethod: StripePaymentMethod - - """ - ID of the subscription once managed by the subscription schedule (if it is released). - """ - releasedSubscription: String - - """Unique identifier for the object.""" - id: String! - - """ - Possible values are `not_started`, `active`, `completed`, `released`, and `canceled`. - """ - status: StripeSubscriptionScheduleStatusEnum! - - """ID of the subscription managed by the subscription schedule.""" - subscription: StripeSubscription - - """ - Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. - """ - collectionMethod: StripeSubscriptionScheduleCollectionMethodEnum - - """ - Behavior of the subscription schedule and underlying subscription when it ends. - """ - endBehavior: StripeSubscriptionScheduleEndBehaviorEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ID of the customer who owns the subscription schedule.""" - customer: StripeSubscriptionScheduleCustomerUnion! - - """The subscription schedule's default invoice settings.""" - invoiceSettings: StripeInvoiceSettingSubscriptionScheduleSetting - - """ - Time at which the subscription schedule was completed. Measured in seconds since the Unix epoch. - """ - completedAt: Int - - """ - Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period - """ - billingThresholds: StripeSubscriptionBillingThresholds - - """ - Object representing the start and end dates for the current phase of the subscription schedule, if it is `active`. - """ - currentPhase: StripeSubscriptionScheduleCurrentPhase - - """Configuration for the subscription schedule's phases.""" - phases: [StripeSubscriptionSchedulePhaseConfiguration!]! - - """ - Time at which the subscription schedule was canceled. Measured in seconds since the Unix epoch. - """ - canceledAt: Int -} - -union StripeCheckoutSessionSetupIntentUnion = StripeSetupIntent - -union StripeSubscriptionPendingSetupIntentUnion = StripeSetupIntent - -enum StripeSetupIntentCancellationReasonEnum { - abandoned - duplicate - requested_by_customer -} - -enum StripeSetupIntentStatusEnum { - canceled - processing - requires_action - requires_confirmation - requires_payment_method - succeeded -} - -union StripePaymentIntentApplicationUnion = StripeApplication - -union StripeChargeApplicationUnion = StripeApplication - -union StripeSetupIntentApplicationUnion = StripeApplication - -union StripeApplicationFeeApplicationUnion = StripeApplication - -enum StripeApplicationObjectEnum { - application -} - -"""""" -type StripeApplication { - """Unique identifier for the object.""" - id: String! - - """The name of the application.""" - name: String - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeApplicationObjectEnum! -} - -enum StripeApiErrorsTypeEnum { - api_connection_error - api_error - authentication_error - card_error - idempotency_error - invalid_request_error - rate_limit_error -} - -"""""" -type StripeApiErrors { - """ - A human-readable message providing more details about the error. For card errors, these messages can be shown to your users. - """ - message: String - - """""" - paymentIntent: StripePaymentIntent - - """ - A URL to more information about the [error code](https://stripe.com/docs/error-codes) reported. - """ - docUrl: String - - """""" - paymentMethod: StripePaymentMethod - - """For card errors, the ID of the failed charge.""" - charge: String - - """ - If the error is parameter-specific, the parameter related to the error. For example, you can use this to display a message near the correct form field. - """ - param: String - - """ - For card errors resulting from a card issuer decline, a short string indicating the [card issuer's reason for the decline](https://stripe.com/docs/declines#issuer-declines) if they provide one. - """ - declineCode: String - - """The source object for errors returned on a request involving a source.""" - source: StripeApiErrorsSourceUnion - - """ - The type of error returned. One of `api_connection_error`, `api_error`, `authentication_error`, `card_error`, `idempotency_error`, `invalid_request_error`, or `rate_limit_error` - """ - type: StripeApiErrorsTypeEnum! - - """""" - setupIntent: StripeSetupIntent - - """ - For some errors that could be handled programmatically, a short string indicating the [error code](https://stripe.com/docs/error-codes) reported. - """ - code: String -} - -enum StripeSetupIntentPaymentMethodOptionsCardRequestThreeDSecureEnum { - any - automatic - challenge_only -} - -"""""" -type StripeSetupIntentPaymentMethodOptionsCard { - """ - We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Permitted values include: `automatic` or `any`. If not provided, defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine. - """ - requestThreeDSecure: StripeSetupIntentPaymentMethodOptionsCardRequestThreeDSecureEnum -} - -"""""" -type StripeSetupIntentPaymentMethodOptions { - """""" - card: StripeSetupIntentPaymentMethodOptionsCard -} - -enum StripeSetupIntentObjectEnum { - setup_intent -} - -"""""" -type StripeSetupIntent { - """The account (if any) for which the setup is intended.""" - onBehalfOf: StripeAccount - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeSetupIntentObjectEnum! - - """ - Indicates how the payment method is intended to be used in the future. - - Use `on_session` if you intend to only reuse the payment method when the customer is in your checkout flow. Use `off_session` if your customer may or may not be in your checkout flow. If not provided, this value defaults to `off_session`. - """ - usage: String! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """Payment-method-specific configuration for this SetupIntent.""" - paymentMethodOptions: StripeSetupIntentPaymentMethodOptions - - """ID of the payment method used with this SetupIntent.""" - paymentMethod: StripePaymentMethod - - """Unique identifier for the object.""" - id: String! - - """ - The list of payment method types (e.g. card) that this SetupIntent is allowed to set up. - """ - paymentMethodTypes: [String!]! - - """The error encountered in the previous SetupIntent confirmation.""" - lastSetupError: StripeApiErrors - - """ID of the Connect application that created the SetupIntent.""" - application: StripeApplication - - """ - [Status](https://stripe.com/docs/payments/intents#intent-statuses) of this SetupIntent, one of `requires_payment_method`, `requires_confirmation`, `requires_action`, `processing`, `canceled`, or `succeeded`. - """ - status: StripeSetupIntentStatusEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String - - """ - Reason for cancellation of this SetupIntent, one of `abandoned`, `requested_by_customer`, or `duplicate`. - """ - cancellationReason: StripeSetupIntentCancellationReasonEnum - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - ID of the Customer this SetupIntent belongs to, if one exists. - - If present, payment methods used with this SetupIntent can only be attached to this Customer, and payment methods attached to other Customers cannot be used with this SetupIntent. - """ - customer: StripeSetupIntentCustomerUnion - - """ - The client secret of this SetupIntent. Used for client-side retrieval using a publishable key. - - The client secret can be used to complete payment setup from your frontend. It should not be stored, logged, embedded in URLs, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret. - """ - clientSecret: String - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String -} - -enum StripeSubscriptionObjectEnum { - subscription -} - -"""""" -type StripeSubscription { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeSubscriptionObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - ID of the default payment method for the subscription. It must belong to the customer associated with the subscription. If not set, invoices will use the default payment method in the customer's invoice settings. - """ - defaultPaymentMethod: StripePaymentMethod - - """ - Number of days a customer has to pay invoices generated by this subscription. This value will be `null` for subscriptions where `collection_method=charge_automatically`. - """ - daysUntilDue: Int - - """ - Describes the current discount applied to this subscription, if there is one. When billing, a discount applied to a subscription overrides a discount applied on a customer-wide basis. - """ - discount: StripeDiscount - - """ - If the subscription has been canceled with the `at_period_end` flag set to `true`, `cancel_at_period_end` on the subscription will be true. You can use this attribute to determine whether a subscription that has a status of active is scheduled to be canceled at the end of the current period. - """ - cancelAtPeriodEnd: Boolean! - - """If the subscription has a trial, the end of that trial.""" - trialEnd: Int - - """If the subscription has a trial, the beginning of that trial.""" - trialStart: Int - - """ - You can use this [SetupIntent](https://stripe.com/docs/api/setup_intents) to collect user authentication when creating a subscription without immediate payment or updating a subscription's payment method, allowing you to optimize for off-session payments. Learn more in the [SCA Migration Guide](https://stripe.com/docs/billing/migration/strong-customer-authentication#scenario-2). - """ - pendingSetupIntent: StripeSetupIntent - - """Unique identifier for the object.""" - id: String! - - """ - ID of the default payment source for the subscription. It must belong to the customer associated with the subscription and be in a chargeable state. If not set, defaults to the customer's default source. - """ - defaultSource: StripeSubscriptionDefaultSourceUnion - - """If the subscription has ended, the date the subscription ended.""" - endedAt: Int - - """The schedule attached to the subscription""" - schedule: StripeSubscriptionSchedule - - """ - The quantity of the plan to which the customer is subscribed. For example, if your plan is $10/user/month, and your customer has 5 users, you could pass 5 as the quantity to have the customer charged $50 (5 x $10) monthly. Only set if the subscription contains a single plan. - """ - quantity: Int - - """List of subscription items, each with an attached plan.""" - items: StripeSubscriptionItems! - - """ - Possible values are `incomplete`, `incomplete_expired`, `trialing`, `active`, `past_due`, `canceled`, or `unpaid`. - - For `collection_method=charge_automatically` a subscription moves into `incomplete` if the initial payment attempt fails. A subscription in this state can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an `active` state. If the first invoice is not paid within 23 hours, the subscription transitions to `incomplete_expired`. This is a terminal state, the open invoice will be voided and no further invoices will be generated. - - A subscription that is currently in a trial period is `trialing` and moves to `active` when the trial period is over. - - If subscription `collection_method=charge_automatically` it becomes `past_due` when payment to renew it fails and `canceled` or `unpaid` (depending on your subscriptions settings) when Stripe has exhausted all payment retry attempts. - - If subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices. - """ - status: StripeSubscriptionStatusEnum! - - """ - Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. - """ - collectionMethod: StripeSubscriptionCollectionMethodEnum - - """ - Start of the current period that the subscription has been invoiced for. - """ - currentPeriodStart: Int! - - """The most recent invoice this subscription has generated.""" - latestInvoice: StripeInvoice - - """ - A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. - """ - applicationFeePercent: Float - - """ - The tax rates that will apply to any subscription item that does not have `tax_rates` set. Invoices created will have their `default_tax_rates` populated from the subscription. - """ - defaultTaxRates: [StripeTaxRate!] - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Determines the date of the first full invoice, and, for plans with `month` or `year` intervals, the day of the month for subsequent invoices. - """ - billingCycleAnchor: Int! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - A date in the future at which the subscription will automatically get canceled - """ - cancelAt: Int - - """ - Date when the subscription was first created. The date might differ from the `created` date due to backdating. - """ - startDate: Int! - - """ - Hash describing the plan the customer is subscribed to. Only set if the subscription contains a single plan. - """ - plan: StripePlan - - """ID of the customer who owns the subscription.""" - customer: StripeSubscriptionCustomerUnion! - - """ - End of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created. - """ - currentPeriodEnd: Int! - - """ - If provided, each invoice created by this subscription will apply the tax rate, increasing the amount billed to the customer. - """ - taxPercent: Float - - """ - Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period - """ - billingThresholds: StripeSubscriptionBillingThresholds - - """ - If the subscription has been canceled, the date of that cancellation. If the subscription was canceled with `cancel_at_period_end`, `canceled_at` will still reflect the date of the initial cancellation request, not the end of the subscription period when the subscription is automatically moved to a canceled state. - """ - canceledAt: Int -} - -"""""" -type StripeCustomerSubscriptions { - """""" - data: [StripeSubscription!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeCustomerSubscriptionsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -"""""" -type StripeInvoiceSettingCustomField { - """The name of the custom field.""" - name: String! - - """The value of the custom field.""" - value: String! -} - -"""""" -type StripeInvoiceSettingCustomerSetting { - """Default custom fields to be displayed on invoices for this customer.""" - customFields: [StripeInvoiceSettingCustomField!] - - """ - ID of the default payment method used for subscriptions and invoices for the customer. - """ - defaultPaymentMethod: StripePaymentMethod - - """Default footer to be displayed on invoices for this customer.""" - footer: String -} - -enum StripeCustomerTaxExemptEnum { - exempt - none - reverse -} - -"""""" -type StripeTaxInfo { - """The customer's tax ID number.""" - taxId: String - - """The type of ID number.""" - type: String! -} - -"""""" -type StripeTaxInfoVerification { - """ - The state of verification for this customer. Possible values are `unverified`, `pending`, or `verified`. - """ - status: String - - """ - The official name associated with the tax ID returned from the external provider. - """ - verifiedName: String -} - -enum StripeCustomerTaxIdsObjectEnum { - list -} - -enum StripeTaxIdTypeEnum { - au_abn - ch_vat - eu_vat - in_gst - no_vat - nz_gst - unknown - za_vat -} - -enum StripeTaxIdVerificationStatusEnum { - pending - unavailable - unverified - verified -} - -"""""" -type StripeTaxIdVerification { - """ - Verification status, one of `pending`, `unavailable`, `unverified`, or `verified`. - """ - status: StripeTaxIdVerificationStatusEnum! - - """Verified address.""" - verifiedAddress: String - - """Verified name.""" - verifiedName: String -} - -enum StripeTaxIdObjectEnum { - tax_id -} - -"""""" -type StripeTaxId { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeTaxIdObjectEnum! - - """""" - verification: StripeTaxIdVerification! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """Two-letter ISO code representing the country of the tax ID.""" - country: String - - """Unique identifier for the object.""" - id: String! - - """Value of the tax ID.""" - value: String! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - Type of the tax ID, one of `au_abn`, `ch_vat`, `eu_vat`, `in_gst`, `no_vat`, `nz_gst`, `unknown`, or `za_vat` - """ - type: StripeTaxIdTypeEnum! - - """ID of the customer.""" - customer: StripeCustomer! -} - -"""""" -type StripeCustomerTaxIds { - """""" - data: [StripeTaxId!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeCustomerTaxIdsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -enum StripeDiscountObjectEnum { - discount -} - -union StripeSubscriptionSchedulePhaseConfigurationCouponUnion = StripeCoupon - -enum StripeCouponDurationEnum { - forever - once - repeating -} - -enum StripeCouponObjectEnum { - coupon -} - -"""""" -type StripeCoupon { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeCouponObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - If `amount_off` has been set, the three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the amount to take off. - """ - currency: String - - """Unique identifier for the object.""" - id: String! - - """Date after which the coupon can no longer be redeemed.""" - redeemBy: Int - - """ - If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`. - """ - durationInMonths: Int - - """ - Name of the coupon displayed to customers on for instance invoices or receipts. - """ - name: String - - """ - Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon. For example, a coupon with percent_off of 50 will make a %s100 invoice %s50 instead. - """ - percentOff: Float - - """ - Taking account of the above properties, whether this coupon can still be applied to a customer. - """ - valid: Boolean! - - """Number of times this coupon has been applied to a customer.""" - timesRedeemed: Int! - - """ - Maximum number of times this coupon can be redeemed, in total, across all customers, before it is no longer valid. - """ - maxRedemptions: Int - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - One of `forever`, `once`, and `repeating`. Describes how long a customer who applies this coupon will get the discount. - """ - duration: StripeCouponDurationEnum! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - Amount (in the `currency` specified) that will be taken off the subtotal of any invoices for this customer. - """ - amountOff: Int -} - -"""""" -type StripeDiscount { - """""" - coupon: StripeCoupon! - - """""" - customer: StripeDiscountCustomerUnion - - """ - If the coupon has a duration of `repeating`, the date that this discount will end. If the coupon has a duration of `once` or `forever`, this attribute will be null. - """ - end: Int - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDiscountObjectEnum! - - """Date that the coupon was applied.""" - start: Int! - - """ - The subscription that this coupon is applied to, if it is applied to a particular subscription. - """ - subscription: String -} - -enum StripeCustomerObjectEnum { - customer -} - -enum StripeCustomerSourcesObjectEnum { - list -} - -union StripeRecipientDefaultCardUnion = StripeCard - -union StripeCardRecipientUnion = StripeRecipient - -enum StripeRecipientCardsObjectEnum { - list -} - -"""""" -type StripeRecipientCards { - """""" - data: [StripeCard!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeRecipientCardsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -union StripeExternalAccountUnion = StripeBankAccount | StripeCard - -union StripeAccountExternalAccountsDataUnion = StripeCard | StripeBankAccount - -union StripeCustomerDefaultSourceUnion = StripeSource | StripeCard | StripeBitcoinReceiver | StripeBankAccount | StripeAlipayAccount - -union StripeInvoiceDefaultSourceUnion = StripeSource | StripeCard | StripeBitcoinReceiver | StripeBankAccount | StripeAlipayAccount - -enum StripeAlipayAccountObjectEnum { - alipay_account -} - -"""""" -type StripeAlipayAccount { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeAlipayAccountObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - If the Alipay account object is not reusable, the exact currency that you can create a charge for. - """ - paymentCurrency: String - - """ - Uniquely identifies the account and will be the same across all Alipay account objects that are linked to the same Alipay account. - """ - fingerprint: String! - - """The username for the Alipay account.""" - username: String! - - """ - True if you can create multiple payments using this account. If the account is reusable, then you can freely choose the amount of each payment. - """ - reusable: Boolean! - - """Unique identifier for the object.""" - id: String! - - """Whether this Alipay account object has ever been used for a payment.""" - used: Boolean! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """""" - customer: StripeAlipayAccountCustomerUnion - - """ - If the Alipay account object is not reusable, the exact amount that you can create a charge for. - """ - paymentAmount: Int -} - -union StripePaymentSourceUnion = StripeBankAccount | StripeAlipayAccount | StripeSource | StripeCard | StripeAccount | StripeBitcoinReceiver - -enum StripeBitcoinReceiverTransactionsObjectEnum { - list -} - -enum StripeBitcoinTransactionObjectEnum { - bitcoin_transaction -} - -"""""" -type StripeBitcoinTransaction { - """ - The amount of `currency` that the transaction was converted to in real-time. - """ - amount: Int! - - """The amount of bitcoin contained in the transaction.""" - bitcoinAmount: Int! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) to which this transaction was converted. - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeBitcoinTransactionObjectEnum! - - """The receiver to which this transaction was sent.""" - receiver: String! -} - -"""""" -type StripeBitcoinReceiverTransactions { - """""" - data: [StripeBitcoinTransaction!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeBitcoinReceiverTransactionsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -enum StripeBitcoinReceiverObjectEnum { - bitcoin_receiver -} - -"""""" -type StripeBitcoinReceiver { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeBitcoinReceiverObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - The amount of bitcoin that the customer should send to fill the receiver. The `bitcoin_amount` is denominated in Satoshi: there are 10^8 Satoshi in one bitcoin. - """ - bitcoinAmount: Int! - - """""" - usedForPayment: Boolean - - """ - Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) to which the bitcoin will be converted. - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """ - The customer's email address, set by the API call that creates the receiver. - """ - email: String - - """ - This receiver contains uncaptured funds that can be used for a payment or refunded. - """ - uncapturedFunds: Boolean! - - """ - A bitcoin address that is specific to this receiver. The customer can send bitcoin to this address to fill the receiver. - """ - inboundAddress: String! - - """ - This URI can be displayed to the customer as a clickable link (to activate their bitcoin client) or as a QR code (for mobile wallets). - """ - bitcoinUri: String! - - """ - The amount of bitcoin that has been sent by the customer to this receiver. - """ - bitcoinAmountReceived: Int! - - """ - This flag is initially false and updates to true when the customer sends the `bitcoin_amount` to this receiver. - """ - filled: Boolean! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """""" - refundAddress: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """The amount of `currency` that you are collecting as payment.""" - amount: Int! - - """ - A list with one entry for each time that the customer sent bitcoin to the receiver. Hidden when viewing the receiver with a publishable key. - """ - transactions: StripeBitcoinReceiverTransactions - - """""" - customer: String - - """ - True when this bitcoin receiver has received a non-zero amount of bitcoin. - """ - active: Boolean! - - """ - The amount of `currency` to which `bitcoin_amount_received` has been converted. - """ - amountReceived: Int! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String - - """ - The ID of the payment created from the receiver, if any. Hidden when viewing the receiver with a publishable key. - """ - payment: String -} - -union StripeSubscriptionDefaultSourceUnion = StripeSource | StripeCard | StripeBitcoinReceiver | StripeBankAccount | StripeAlipayAccount - -enum StripeDeletedBitcoinReceiverObjectEnum { - bitcoin_receiver -} - -"""""" -type StripeDeletedBitcoinReceiver { - """Always true for a deleted object""" - deleted: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDeletedBitcoinReceiverObjectEnum! -} - -enum StripeDeletedAlipayAccountObjectEnum { - alipay_account -} - -"""""" -type StripeDeletedAlipayAccount { - """Always true for a deleted object""" - deleted: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDeletedAlipayAccountObjectEnum! -} - -union StripeDeletedPaymentSourceUnion = StripeDeletedAlipayAccount | StripeDeletedCard | StripeDeletedBitcoinReceiver | StripeDeletedBankAccount - -enum StripeDeletedBankAccountObjectEnum { - bank_account -} - -"""""" -type StripeDeletedBankAccount { - """ - Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account. - """ - currency: String - - """Always true for a deleted object""" - deleted: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDeletedBankAccountObjectEnum! -} - -union StripeDeletedExternalAccountUnion = StripeDeletedCard | StripeDeletedBankAccount - -enum StripeDeletedCardObjectEnum { - card -} - -"""""" -type StripeDeletedCard { - """ - Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account. - """ - currency: String - - """Always true for a deleted object""" - deleted: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDeletedCardObjectEnum! -} - -union StripePayoutDestinationUnion = StripeDeletedCard | StripeDeletedBankAccount | StripeCard | StripeBankAccount - -union StripeChargeCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeOrderCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeInvoiceCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeCardCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeAlipayAccountCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeSubscriptionScheduleCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeDiscountCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeInvoiceItemCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripePaymentIntentCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeSetupIntentCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeSubscriptionCustomerUnion = StripeDeletedCustomer | StripeCustomer - -union StripeInvoiceitemCustomerUnion = StripeDeletedCustomer | StripeCustomer - -enum StripeDeletedCustomerObjectEnum { - customer -} - -"""""" -type StripeDeletedCustomer { - """Always true for a deleted object""" - deleted: Boolean! - - """Unique identifier for the object.""" - id: String! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeDeletedCustomerObjectEnum! -} - -union StripeBankAccountCustomerUnion = StripeDeletedCustomer | StripeCustomer - -enum StripeBankAccountObjectEnum { - bank_account -} - -"""""" -type StripeBankAccount { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeBankAccountObjectEnum! - - """""" - last4: String! - - """ - Two-letter ISO code representing the country the bank account is located in. - """ - country: String! - - """ - Whether this bank account is the default external account for its currency. - """ - defaultForCurrency: Boolean - - """ - Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. - """ - fingerprint: String - - """ - Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account. - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """ - Name of the bank associated with the routing number (e.g., `WELLS FARGO`). - """ - bankName: String - - """ - The type of entity that holds the account. This can be either `individual` or `company`. - """ - accountHolderType: String - - """ - For bank accounts, possible values are `new`, `validated`, `verified`, `verification_failed`, or `errored`. A bank account that hasn't had any activity or validation performed is `new`. If Stripe can determine that the bank account exists, its status will be `validated`. Note that there often isn’t enough information to know (e.g., for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be `verified`. If the verification failed for any reason, such as microdeposit failure, the status will be `verification_failed`. If a transfer sent to this bank account fails, we'll set the status to `errored` and will not continue to send transfers until the bank details are updated. - - For external accounts, possible values are `new` and `errored`. Validations aren't run against external accounts because they're only used for payouts. This means the other statuses don't apply. If a transfer fails, the status is set to `errored` and transfers are stopped until account details are updated. - """ - status: String! - - """""" - account: StripeAccount - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String - - """The routing transit number for the bank account.""" - routingNumber: String - - """""" - customer: StripeBankAccountCustomerUnion - - """The name of the person or business that owns the bank account.""" - accountHolderName: String -} - -enum StripeRecipientObjectEnum { - recipient -} - -"""""" -type StripeRecipient { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeRecipientObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """Unique identifier for the object.""" - id: String! - - """""" - email: String - - """The default card to use for creating transfers to this recipient.""" - defaultCard: StripeCard - - """Full, legal name of the recipient.""" - name: String - - """ - The ID of the [Custom account](https://stripe.com/docs/connect/custom-accounts) this recipient was migrated to. If set, the recipient can no longer be updated, nor can transfers be made to it: use the Custom account instead. - """ - migratedTo: StripeAccount - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """""" - rolledBackFrom: StripeAccount - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """Type of the recipient, one of `individual` or `corporation`.""" - type: String! - - """Hash describing the current account on the recipient, if there is one.""" - activeAccount: StripeBankAccount - - """""" - cards: StripeRecipientCards - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String -} - -enum StripeCardObjectEnum { - card -} - -"""""" -type StripeCard { - """Four-digit number representing the card's expiration year.""" - expYear: Int! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeCardObjectEnum! - - """The last four digits of the card.""" - last4: String! - - """ - Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected. - """ - country: String - - """ - (For tokenized numbers only.) The last four digits of the device account number. - """ - dynamicLast4: String - - """ - Card brand. Can be `American Express`, `Diners Club`, `Discover`, `JCB`, `MasterCard`, `UnionPay`, `Visa`, or `Unknown`. - """ - brand: String! - - """Whether this card is the default external account for its currency.""" - defaultForCurrency: Boolean - - """ - Uniquely identifies this particular card number. You can use this attribute to check whether two customers who've signed up with you are using the same card number, for example. - """ - fingerprint: String - - """""" - currency: String - - """ - The recipient that this card belongs to. This attribute will not be in the card object if the card belongs to a customer or account instead. - """ - recipient: StripeRecipient - - """Unique identifier for the object.""" - id: String! - - """Address line 1 (Street address/PO Box/Company name).""" - addressLine1: String - - """ - If the card number is tokenized, this is the method that was used. Can be `apple_pay` or `google_pay`. - """ - tokenizationMethod: String - - """Cardholder name.""" - name: String - - """ - A set of available payout methods for this card. Will be either `["standard"]` or `["standard", "instant"]`. Only values from this set should be passed as the `method` when creating a transfer. - """ - availablePayoutMethods: [String!] - - """Billing address country, if provided when creating card.""" - addressCountry: String - - """ - If `address_zip` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`. - """ - addressZipCheck: String - - """Address line 2 (Apartment/Suite/Unit/Building).""" - addressLine2: String - - """ - If a CVC was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`. - """ - cvcCheck: String - - """ - The account this card belongs to. This attribute will not be in the card object if the card belongs to a customer or recipient instead. - """ - account: StripeAccount - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """State/County/Province/Region.""" - addressState: String - - """ZIP or postal code.""" - addressZip: String - - """Two-digit number representing the card's expiration month.""" - expMonth: Int! - - """ - The customer that this card belongs to. This attribute will not be in the card object if the card belongs to an account or recipient instead. - """ - customer: StripeCardCustomerUnion - - """Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.""" - funding: String! - - """City/District/Suburb/Town/Village.""" - addressCity: String - - """ - If `address_line1` was provided, results of the check: `pass`, `fail`, `unavailable`, or `unchecked`. - """ - addressLine1Check: String -} - -union StripeApiErrorsSourceUnion = StripeSource | StripeCard | StripeBankAccount - -"""""" -type StripeSourceTypeCardPresent { - """""" - expYear: Int - - """""" - applicationPreferredName: String - - """""" - last4: String - - """""" - readMethod: String - - """""" - country: String - - """""" - dataType: String - - """""" - brand: String - - """""" - reader: String - - """""" - posDeviceId: String - - """""" - fingerprint: String - - """""" - evidenceCustomerSignature: String - - """""" - emvAuthData: String - - """""" - authorizationCode: String - - """""" - transactionStatusInformation: String - - """""" - dedicatedFileName: String - - """""" - authorizationResponseCode: String - - """""" - expMonth: Int - - """""" - cvmType: String - - """""" - funding: String - - """""" - terminalVerificationResults: String - - """""" - evidenceTransactionCertificate: String - - """""" - posEntryMode: String - - """""" - applicationCryptogram: String -} - -"""""" -type StripeSourceTypeP24 { - """""" - reference: String -} - -"""""" -type StripeSourceTypeMultibanco { - """""" - refundAccountHolderAddressCountry: String - - """""" - refundAccountHolderAddressCity: String - - """""" - refundAccountHolderName: String - - """""" - refundAccountHolderAddressState: String - - """""" - refundIban: String - - """""" - refundAccountHolderAddressLine2: String - - """""" - reference: String - - """""" - refundAccountHolderAddressPostalCode: String - - """""" - entity: String - - """""" - refundAccountHolderAddressLine1: String -} - -"""""" -type StripeSourceTypeBancontact { - """""" - bankCode: String - - """""" - bankName: String - - """""" - bic: String - - """""" - ibanLast4: String - - """""" - preferredLanguage: String - - """""" - statementDescriptor: String -} - -"""""" -type StripeSourceCodeVerificationFlow { - """ - The number of attempts remaining to authenticate the source object with a verification code. - """ - attemptsRemaining: Int! - - """ - The status of the code verification, either `pending` (awaiting verification, `attempts_remaining` should be greater than 0), `succeeded` (successful verification) or `failed` (failed verification, cannot be verified anymore as `attempts_remaining` should be 0). - """ - status: String! -} - -"""""" -type StripeSourceTypeCard { - """""" - expYear: Int - - """""" - threeDSecure: String - - """""" - last4: String - - """""" - country: String - - """""" - dynamicLast4: String - - """""" - brand: String - - """""" - fingerprint: String - - """""" - tokenizationMethod: String - - """""" - name: String - - """""" - addressZipCheck: String - - """""" - cvcCheck: String - - """""" - expMonth: Int - - """""" - funding: String - - """""" - addressLine1Check: String -} - -"""""" -type StripeSourceTypeWechat { - """""" - prepayId: String - - """""" - qrCodeUrl: String - - """""" - statementDescriptor: String -} - -enum StripeSourceTypeEnum { - ach_credit_transfer - ach_debit - alipay - bancontact - card - card_present - eps - giropay - ideal - klarna - multibanco - p24 - sepa_debit - sofort - three_d_secure - wechat -} - -"""""" -type StripeSourceReceiverFlow { - """ - The address of the receiver source. This is the value that should be communicated to the customer to send their funds to. - """ - address: String - - """ - The total amount that was charged by you. The amount charged is expressed in the source's currency. - """ - amountCharged: Int! - - """ - The total amount received by the receiver source. `amount_received = amount_returned + amount_charged` is true at all time. The amount received is expressed in the source's currency. - """ - amountReceived: Int! - - """ - The total amount that was returned to the customer. The amount returned is expressed in the source's currency. - """ - amountReturned: Int! - - """Type of refund attribute method, one of `email`, `manual`, or `none`.""" - refundAttributesMethod: String! - - """ - Type of refund attribute status, one of `missing`, `requested`, or `available`. - """ - refundAttributesStatus: String! -} - -"""""" -type StripeSourceTypeAchCreditTransfer { - """""" - accountNumber: String - - """""" - bankName: String - - """""" - fingerprint: String - - """""" - refundAccountHolderName: String - - """""" - refundAccountHolderType: String - - """""" - refundRoutingNumber: String - - """""" - routingNumber: String - - """""" - swiftCode: String -} - -"""""" -type StripeSourceTypeAchDebit { - """""" - bankName: String - - """""" - country: String - - """""" - fingerprint: String - - """""" - last4: String - - """""" - routingNumber: String - - """""" - type: String -} - -"""""" -type StripeSourceTypeSofort { - """""" - bankCode: String - - """""" - bankName: String - - """""" - bic: String - - """""" - country: String - - """""" - ibanLast4: String - - """""" - preferredLanguage: String - - """""" - statementDescriptor: String -} - -"""""" -type StripeSourceTypeSepaDebit { - """""" - bankCode: String - - """""" - branchCode: String - - """""" - country: String - - """""" - fingerprint: String - - """""" - last4: String - - """""" - mandateReference: String - - """""" - mandateUrl: String -} - -"""""" -type StripeSourceTypeEps { - """""" - reference: String - - """""" - statementDescriptor: String -} - -"""""" -type StripeSourceRedirectFlow { - """ - The failure reason for the redirect, either `user_abort` (the customer aborted or dropped out of the redirect flow), `declined` (the authentication failed or the transaction was declined), or `processing_error` (the redirect failed due to a technical error). Present only if the redirect status is `failed`. - """ - failureReason: String - - """ - The URL you provide to redirect the customer to after they authenticated their payment. - """ - returnUrl: String! - - """ - The status of the redirect, either `pending` (ready to be used by your customer to authenticate the transaction), `succeeded` (succesful authentication, cannot be reused) or `not_required` (redirect should not be used) or `failed` (failed authentication, cannot be reused). - """ - status: String! - - """ - The URL provided to you to redirect a customer to as part of a `redirect` authentication flow. - """ - url: String! -} - -"""""" -type StripeSourceTypeGiropay { - """""" - bankCode: String - - """""" - bankName: String - - """""" - bic: String - - """""" - statementDescriptor: String -} - -"""""" -type StripeSourceTypeThreeDSecure { - """""" - expYear: Int - - """""" - threeDSecure: String - - """""" - last4: String - - """""" - country: String - - """""" - dynamicLast4: String - - """""" - brand: String - - """""" - fingerprint: String - - """""" - tokenizationMethod: String - - """""" - name: String - - """""" - addressZipCheck: String - - """""" - cvcCheck: String - - """""" - card: String - - """""" - expMonth: Int - - """""" - customer: String - - """""" - funding: String - - """""" - addressLine1Check: String - - """""" - authenticated: Boolean -} - -"""""" -type StripeSourceTypeIdeal { - """""" - bank: String - - """""" - bic: String - - """""" - ibanLast4: String - - """""" - statementDescriptor: String -} - -"""""" -type StripeSourceOrderItem { - """The amount (price) for this order item.""" - amount: Int - - """This currency of this order item. Required when `amount` is present.""" - currency: String - - """Human-readable description for this order item.""" - description: String - - """ - The quantity of this order item. When type is `sku`, this is the number of instances of the SKU to be ordered. - """ - quantity: Int - - """The type of this order item. Must be `sku`, `tax`, or `shipping`.""" - type: String -} - -"""""" -type StripeSourceOrder { - """ - A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the order. - """ - amount: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """The email address of the customer placing the order.""" - email: String - - """List of items constituting the order.""" - items: [StripeSourceOrderItem!] - - """""" - shipping: StripeShipping -} - -"""""" -type StripeSourceTypeAlipay { - """""" - dataString: String - - """""" - nativeUrl: String - - """""" - statementDescriptor: String -} - -"""""" -type StripeSourceTypeKlarna { - """""" - payNowAssetUrlsStandard: String - - """""" - shippingFirstName: String - - """""" - clientToken: String - - """""" - payLaterAssetUrlsStandard: String - - """""" - purchaseCountry: String - - """""" - redirectUrl: String - - """""" - payOverTimeAssetUrlsDescriptive: String - - """""" - payLaterName: String - - """""" - payOverTimeName: String - - """""" - payNowName: String - - """""" - payLaterRedirectUrl: String - - """""" - pageTitle: String - - """""" - payOverTimeRedirectUrl: String - - """""" - locale: String - - """""" - purchaseType: String - - """""" - shippingLastName: String - - """""" - backgroundImageUrl: String - - """""" - lastName: String - - """""" - firstName: String - - """""" - paymentMethodCategories: String - - """""" - payLaterAssetUrlsDescriptive: String - - """""" - logoUrl: String - - """""" - payOverTimeAssetUrlsStandard: String - - """""" - payNowAssetUrlsDescriptive: String - - """""" - payNowRedirectUrl: String -} - -"""""" -type StripeSourceOwner { - """Owner's address.""" - address: StripeAddress - - """Owner's email address.""" - email: String - - """Owner's full name.""" - name: String - - """Owner's phone number (including extension).""" - phone: String - - """ - Verified owner's address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedAddress: StripeAddress - - """ - Verified owner's email address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedEmail: String - - """ - Verified owner's full name. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedName: String - - """ - Verified owner's phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedPhone: String -} - -enum StripeSourceObjectEnum { - source -} - -"""""" -type StripeSource { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeSourceObjectEnum! - - """ - Either `reusable` or `single_use`. Whether this source should be reusable or not. Some source types may or may not be reusable by construction, while others may leave the option at creation. If an incompatible value is passed, an error will be returned. - """ - usage: String - - """ - Information about the owner of the payment instrument that may be used or required by particular source types. - """ - owner: StripeSourceOwner - - """""" - klarna: StripeSourceTypeKlarna - - """""" - alipay: StripeSourceTypeAlipay - - """""" - sourceOrder: StripeSourceOrder - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """""" - ideal: StripeSourceTypeIdeal - - """""" - threeDSecure: StripeSourceTypeThreeDSecure - - """""" - giropay: StripeSourceTypeGiropay - - """ - Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) associated with the source. This is the currency for which the source will be chargeable once ready. Required for `single_use` sources. - """ - currency: String - - """""" - redirect: StripeSourceRedirectFlow - - """Unique identifier for the object.""" - id: String! - - """""" - eps: StripeSourceTypeEps - - """""" - sepaDebit: StripeSourceTypeSepaDebit - - """""" - sofort: StripeSourceTypeSofort - - """""" - achDebit: StripeSourceTypeAchDebit - - """ - The status of the source, one of `canceled`, `chargeable`, `consumed`, `failed`, or `pending`. Only `chargeable` sources can be used to create a charge. - """ - status: String! - - """""" - achCreditTransfer: StripeSourceTypeAchCreditTransfer - - """""" - receiver: StripeSourceReceiverFlow - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String - - """ - Extra information about a source. This will appear on your customer's statement every time you charge the source. - """ - statementDescriptor: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - The `type` of the source. The `type` is a payment method, one of `ach_credit_transfer`, `ach_debit`, `alipay`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `multibanco`, `klarna`, `p24`, `sepa_debit`, `sofort`, `three_d_secure`, or `wechat`. An additional hash is included on the source with a name matching this value. It contains additional information specific to the [payment method](https://stripe.com/docs/sources) used. - """ - type: StripeSourceTypeEnum! - - """ - A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount associated with the source. This is the amount for which the source will be chargeable once ready. Required for `single_use` sources. - """ - amount: Int - - """""" - wechat: StripeSourceTypeWechat - - """""" - card: StripeSourceTypeCard - - """""" - codeVerification: StripeSourceCodeVerificationFlow - - """""" - bancontact: StripeSourceTypeBancontact - - """ - The ID of the customer to which this source is attached. This will not be present when the source has not been attached to a customer. - """ - customer: String - - """ - The client secret of the source. Used for client-side retrieval using a publishable key. - """ - clientSecret: String! - - """""" - multibanco: StripeSourceTypeMultibanco - - """""" - p24: StripeSourceTypeP24 - - """ - The authentication `flow` of the source. `flow` is one of `redirect`, `receiver`, `code_verification`, `none`. - """ - flow: String! - - """""" - cardPresent: StripeSourceTypeCardPresent -} - -union StripeCustomerSourcesDataUnion = StripeSource | StripeCard | StripeBitcoinReceiver | StripeBankAccount | StripeAlipayAccount - -"""""" -type StripeCustomerSources { - """ - The list contains all payment sources that have been attached to the customer. - """ - data: [StripeCustomerSourcesDataUnion!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeCustomerSourcesObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -""" -A conversation rating contains information relating to a customer's satisfaction with their interaction with your team. For more info on conversation ratings please see [here](https://docs.intercom.com/support-and-retain-customers/see-your-team-s-progress/measure-customer-satisfaction-with-conversation-ratings) -""" -type IntercomConversationRating { - """The rating, between 1 and 5, for the conversation""" - rating: Int - - """An optional field to add a remark to correspond to the number rating""" - remark: String - - """The time the conversation that is being rated was created""" - createdAt: Int - - """ - An object containing the ID and type of the customer (e.g. it could be a user or lead) - """ - customer: IntercomUser - - """ - An object containing the ID and type of the Intercom teammate associated with the conversation when it was rated - """ - teammate: IntercomAdmin -} - -"""A conversation part describes an element of the conversation.""" -type IntercomConversationPart { - """The value is 'conversation_part'""" - type: String - - """The id representing the conversation part""" - id: String - - """The type of conversation part""" - partType: String - - """The html encoded body of the comment""" - body: String - - """The time the conversation part was created""" - createdAt: Int - - """The last time the conversation part was updated""" - updatedAt: Int - - """The time the user was notified with the conversation part""" - notifiedAt: Int - - """ - The admin that the conversation is assigned to (not null only when part_type: assignment). - """ - assignedTo: IntercomAdmin - - """The user or admin that created the part""" - author: IntercomAuthor - - """A list of attachments for the part""" - attachments: [IntercomAttachment!] -} - -""" -A conversation rating contains information relating to a customer's satisfaction with their interaction with your team. For more info on conversation ratings please see [here](https://docs.intercom.com/support-and-retain-customers/see-your-team-s-progress/measure-customer-satisfaction-with-conversation-ratings) -""" -type IntercomAttachment { - """The name for the attachment, e.g. "signature".""" - name: String - - """The url for the attachment, e.g. "http://example.org/signature.jpg".""" - url: String -} - -"""Lead object""" -type IntercomLead implements IntercomAuthor { - """value is 'contact'""" - type: String - - """The Intercom defined id representing the Lead""" - id: String - - """The time the Lead was added to Intercom""" - createdAt: Int - - """The last time the Lead was updated""" - updatedAt: Int - - """Automatically generated identifier for the Lead""" - userId: String - - """The email you have defined for the Lead""" - email: String - - """The phone number you have defined for the lead""" - phone: String - - """The name of the Lead""" - name: String - - """The custom attributes you have set on the Lead""" - customAttributes: JSON - - """The time the Lead last recorded making a request""" - lastRequestAt: Int - - """An avatar object for the Lead""" - avatar: IntercomAvatar - - """Whether the Lead is unsubscribed from emails""" - unsubscribedFromEmails: Boolean - - """A Location Object relating to the Lead""" - locationData: IntercomLocation - - """A list of companies for the Lead""" - companies: [IntercomCompany!] - - """A list of social profiles associated with the Lead""" - socialProfiles: [IntercomSocialProfile!] - - """A list of segments the Lead.""" - segments: [IntercomSegment!] - - """A list of tags associated with the Lead.""" - tags: [IntercomTag!] - - """The URL of the page the lead was last on""" - referrer: String - - """Identifies which site sent the traffic""" - utmSource: String - - """Identifies what type of link was used""" - utmMedium: String - - """Identifies a specific product promotion or strategic campaign""" - utmCampaign: String - - """Identifies search terms""" - utmTerm: String - - """Identifies what specifically was clicked to bring the user to the site""" - utmContent: String -} - -"""Bot object""" -type IntercomBot implements IntercomAuthor { - """Value is `bot`.""" - type: String - - """""" - id: String -} - -interface IntercomAuthor { - id: String - type: String -} - -"""What field to sort the results by""" -enum IntercomConversationSortByField { - CREATED_AT - UPDATED_AT - WAITING_SINCE -} - -"""An admin on Intercom""" -type IntercomAdmin implements IntercomAuthor { - """value is 'admin'""" - type: String - - """The id of the admin""" - id: String - - """The name of the admin""" - name: String - - """The email address of the admin""" - email: String - - """ - This field will indicate whether the Intercom user has verified their email or not - """ - emailVerified: Boolean - - """value is 'app'""" - appType: String - - """The id of the app""" - appIdCode: String - - """The name of the app""" - appName: String - - """When the app was created""" - appCreatedAt: Int - - """Whether or not the app uses identity verification""" - appIdentityVerification: Boolean - - """ - Conversations for this admin. - - Conversation are how you can communicate with users in Intercom. - """ - conversations( - """ - When true, retrieves conversation messages in plain text. Defaults to false. - """ - displayAsPlaintext: Boolean - - """ - Defaults to true. When true, fetches just open conversations. When false, fetches just closed conversations. - """ - open: Boolean - - """What field to sort the results by. Defaults to UPDATED_AT.""" - sortByField: IntercomConversationSortByField - - """ - Return the conversations in ascending or descending order. Defaults to DESC. - """ - orderBy: IntercomSortOrderBy - ): IntercomConversationsConnection -} - -"""Message object""" -type IntercomMessage { - """_value is 'conversation_message'_""" - type: String - - """The id representing the message""" - id: String - - """Optional. The message subject""" - subject: String - - """The message body, which may contain HTML""" - body: String - - """The Admin that created the message""" - author: IntercomAdmin - - """A list of attachments for the part""" - attachments: [IntercomAttachment!] - - """The URL the User started a conversation on""" - url: String -} - -"""Conversation are how you can communicate with users in Intercom.""" -type IntercomConversation { - """value is 'conversation'""" - type: String - - """The id representing the conversation""" - id: String - - """The time the conversation was created""" - createdAt: Int - - """The last time the conversation was updated""" - updatedAt: Int - - """ - The last time a customer responded to an admin. - In other words, the time a customer started waiting for a response. - """ - waitingSince: Int - - """ - If set this is the time in the future when this conversation will be marked as open. - i.e. it will be in a snoozed state until this time - """ - snoozedUntil: Int - - """The message that started the conversation rendered for presentation.""" - conversationMessage: IntercomMessage - - """The user the conversation concerns""" - user: IntercomUser - - """ - The list of customers (users or leads) involved in this conversation. - This will only contain one customer unless more were added via the group conversation feature - """ - customers: [IntercomUser!] - - """ - The admin the conversation is currently assigned to. - Note nobody_admin indicates the conversation is assigned to Nobody. - """ - assignee: IntercomAdmin - - """A conversation part object with a list of conversation parts""" - conversationParts: [IntercomConversationPart!] - - """Indicates whether a conversation is open (true) or closed (false)""" - open: Boolean - - """Can be set to "open", "closed" or "snoozed".""" - state: String - - """Indicates whether a conversation has been read""" - read: Boolean - - """A list of tags associated with the conversation.""" - tags: [IntercomTag!] - - """The number of conversation parts in this conversation.""" - totalCount: Int - - """ - A conversation rating object which contains information on the rating and/or remark added by a customer and the admin assigned to the conversation - """ - conversationRating: IntercomConversationRating -} - -"""Conversations on Intercom""" -type IntercomConversationsConnection { - """Conversations""" - nodes: [IntercomConversation!]! -} - -""" -Events are how you can submit user activity to Intercom. Once you're sending Intercom event data, you can filter your user base with those events and create Auto Messages to send whenever an event occurs. Every event is associated with an event name, the time it happened, the user that caused the event, and optionally some extra metadata. Events record the count, first and last occurrence of an event. -""" -type IntercomEvent { - """Unique id for the event.""" - id: String - - """ - The name of the event that occurred. This is presented to your App's admins when filtering and creating segments - a good event name is typically a past tense 'verb-noun' combination, to improve readability, for example updated-plan. - """ - eventName: String - - """The time the event occurred as a UTC Unix timestamp""" - createdAt: Int - - """Your identifier for the user.""" - userId: String - - """Intercom's identifier for the user.""" - intercomUserId: String - - """ - An email address for your user. An email should only be used where your application uses email to uniquely identify users - """ - email: String - - """optional metadata about the event.""" - metadata: JSON -} - -"""Events on Intercom, with pagination.""" -type IntercomEventssConnection { - """List of events.""" - nodes: [IntercomEvent!]! - - """Page info""" - pageInfo: PageInfo! -} - -"""Counts of the different events for a user""" -type IntercomEventSummary { - """ - The name of the event that occurred. This is presented to your App's admins when filtering and creating segments - a good event name is typically a past tense 'verb-noun' combination, to improve readability, for example updated-plan. - """ - name: String - - """The date of the first time the event was recorded, in rfc3339 format.""" - first: String - - """The date of the last time the event was recorded, in rfc3339 format.""" - last: String - - """The number of times the event has occured for the user.""" - count: Int - - """Description of the event""" - description: String -} - -"""Defaults to `ASC`""" -enum ZendeskSearchSortOrder { - DESC - ASC -} - -"""Field to sort tickets by""" -enum ZendeskTicketsSortBy { - ASSIGNEE - ASSIGNEE_NAME - CREATED_AT - GROUP - ID - LOCALE - REQUESTER - REQUESTER_NAME - STATUS - SUBJECT - UPDATED_AT -} - -union ZendeskSearchResult = ZendeskUser | ZendeskTicket - -""" -Tickets are the means through which your end users (customers) communicate with agents in Zendesk Support. Tickets can originate from a number of channels, including email, Help Center, chat, phone call, Twitter, Facebook, or the API. All tickets have a core set of properties. -""" -type ZendeskTicket { - """""" - id: Int - - """""" - url: String - - """""" - externalId: String - - """""" - type: String - - """""" - subject: String - - """""" - rawSubject: String - - """""" - description: String - - """""" - priority: String - - """""" - status: String - - """""" - recipient: String - - """""" - requesterId: Int! - - """""" - submitterId: Int - - """""" - assigneeId: Int - - """""" - organizationId: Int - - """""" - groupId: Int - - """""" - forumTopicId: Int - - """""" - problemId: Int - - """""" - hasIncidents: Boolean - - """""" - dueAt: String - - """""" - viaFollowupSourceId: Int - - """""" - ticketFormId: Int - - """""" - brandId: Int - - """""" - allowChannelback: Boolean - - """""" - isPublic: Boolean - - """""" - createdAt: String - - """""" - updatedAt: String - assignee: ZendeskUser - requester: ZendeskUser - submitter: ZendeskUser -} - -"""""" -type ZendeskTicketsEdge { - """node""" - node: ZendeskTicket! - - """cursor""" - cursor: String! -} - -"""""" -type ZendeskTicketsConnection { - """Total number of tickets""" - totalResults: Int! - - """edges""" - edges: [ZendeskTicketsEdge!]! - - """pageInfo""" - pageInfo: PageInfo! -} - -union SalesforceOpenActivityWhoUnion = SalesforceLead | SalesforceContact - -union SalesforceEmailStatusWhoUnion = SalesforceLead | SalesforceContact - -union SalesforceLookedUpFromActivityWhoUnion = SalesforceLead | SalesforceContact - -union SalesforceActivityHistoryWhoUnion = SalesforceLead | SalesforceContact - -union SalesforceOutgoingEmailRelationRelationUnion = SalesforceUser | SalesforceLead | SalesforceContact - -""" -A filter to be used against WaveCompatibilityCheckItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceWaveCompatibilityCheckItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the WaveCompatibilityCheckItem's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the WaveCompatibilityCheckItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the WaveCompatibilityCheckItem's id field""" - id: SalesforceIdFilter - - """Filter by the WaveCompatibilityCheckItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the WaveCompatibilityCheckItem's name field""" - name: SalesforceStringFilter - - """Filter by the WaveCompatibilityCheckItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the WaveCompatibilityCheckItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the WaveCompatibilityCheckItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the WaveCompatibilityCheckItem's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the WaveCompatibilityCheckItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the WaveCompatibilityCheckItem's taskName field""" - taskName: SalesforceStringFilter - - """Filter by the WaveCompatibilityCheckItem's taskResult field""" - taskResult: SalesforceStringFilter - - """Filter by the WaveCompatibilityCheckItem's templateApiName field""" - templateApiName: SalesforceStringFilter - - """Filter by the WaveCompatibilityCheckItem's templateVersion field""" - templateVersion: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceWaveCompatibilityCheckItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceWaveCompatibilityCheckItemConnectionFilter!] -} - -"""Field that Wave Compatibility Check Items can be sorted by""" -enum SalesforceWaveCompatibilityCheckItemSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - TASK_NAME - TASK_RESULT - TEMPLATE_API_NAME - TEMPLATE_VERSION -} - -"""An edge in a connection.""" -type SalesforceWaveCompatibilityCheckItemEdge { - """The item at the end of the edge.""" - node: SalesforceWaveCompatibilityCheckItem! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Wave Compatibility Check Items connection, for use in pagination. -""" -type SalesforceWaveCompatibilityCheckItemsConnection { - """ - The count of all Wave Compatibility Check Item you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Wave Compatibility Check Items""" - nodes: [SalesforceWaveCompatibilityCheckItem!]! - - """List of Wave Compatibility Check Item edges""" - edges: [SalesforceWaveCompatibilityCheckItemEdge!]! -} - -""" -A filter to be used against UserProvMockTarget object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserProvMockTargetConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserProvMockTarget's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserProvMockTarget's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserProvMockTarget's id field""" - id: SalesforceIdFilter - - """Filter by the UserProvMockTarget's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserProvMockTarget's name field""" - name: SalesforceStringFilter - - """Filter by the UserProvMockTarget's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserProvMockTarget's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserProvMockTarget's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserProvMockTarget's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserProvMockTarget's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserProvMockTarget's externalUserId field""" - externalUserId: SalesforceStringFilter - - """Filter by the UserProvMockTarget's externalUsername field""" - externalUsername: SalesforceStringFilter - - """Filter by the UserProvMockTarget's externalEmail field""" - externalEmail: SalesforceStringFilter - - """Filter by the UserProvMockTarget's externalFirstName field""" - externalFirstName: SalesforceStringFilter - - """Filter by the UserProvMockTarget's externalLastName field""" - externalLastName: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserProvMockTargetConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserProvMockTargetConnectionFilter!] -} - -"""Field that User Provisioning Mock Targets can be sorted by""" -enum SalesforceUserProvMockTargetSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - EXTERNAL_USER_ID - EXTERNAL_USERNAME - EXTERNAL_EMAIL - EXTERNAL_FIRST_NAME - EXTERNAL_LAST_NAME -} - -"""An edge in a connection.""" -type SalesforceUserProvMockTargetEdge { - """The item at the end of the edge.""" - node: SalesforceUserProvMockTarget! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce User Provisioning Mock Targets connection, for use in pagination. -""" -type SalesforceUserProvMockTargetsConnection { - """ - The count of all User Provisioning Mock Target you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Provisioning Mock Targets""" - nodes: [SalesforceUserProvMockTarget!]! - - """List of User Provisioning Mock Target edges""" - edges: [SalesforceUserProvMockTargetEdge!]! -} - -""" -A filter to be used against UserPreference object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserPreferenceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserPreference's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the UserPreference's id field""" - id: SalesforceIdFilter - - """Filter by the UserPreference's userId field""" - userId: SalesforceIdFilter - - """Filter by the UserPreference's preference field""" - preference: SalesforceStringFilter - - """Filter by the UserPreference's value field""" - value: SalesforceStringFilter - - """Filter by the UserPreference's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserPreferenceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserPreferenceConnectionFilter!] -} - -"""Field that User Preferences can be sorted by""" -enum SalesforceUserPreferenceSortByFieldEnum { - ID - USER_ID - PREFERENCE - VALUE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceUserPreferenceEdge { - """The item at the end of the edge.""" - node: SalesforceUserPreference! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce User Preferences connection, for use in pagination.""" -type SalesforceUserPreferencesConnection { - """The count of all User Preference you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Preferences""" - nodes: [SalesforceUserPreference!]! - - """List of User Preference edges""" - edges: [SalesforceUserPreferenceEdge!]! -} - -""" -A filter to be used against UserLogin object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserLoginConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserLogin's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserLogin's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the UserLogin's id field""" - id: SalesforceIdFilter - - """Filter by the UserLogin's userId field""" - userId: SalesforceIdFilter - - """Filter by the UserLogin's isFrozen field""" - isFrozen: SalesforceBooleanFilter - - """Filter by the UserLogin's isPasswordLocked field""" - isPasswordLocked: SalesforceBooleanFilter - - """Filter by the UserLogin's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserLogin's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserLoginConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserLoginConnectionFilter!] -} - -"""Field that User Logins can be sorted by""" -enum SalesforceUserLoginSortByFieldEnum { - ID - USER_ID - IS_FROZEN - IS_PASSWORD_LOCKED - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceUserLoginEdge { - """The item at the end of the edge.""" - node: SalesforceUserLogin! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce User Logins connection, for use in pagination.""" -type SalesforceUserLoginsConnection { - """The count of all User Login you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Logins""" - nodes: [SalesforceUserLogin!]! - - """List of User Login edges""" - edges: [SalesforceUserLoginEdge!]! -} - -""" -A filter to be used against UserAppInfo object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserAppInfoConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserAppInfo's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the UserAppInfo's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserAppInfo's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserAppInfo's id field""" - id: SalesforceIdFilter - - """Filter by the UserAppInfo's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserAppInfo's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserAppInfo's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserAppInfo's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserAppInfo's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserAppInfo's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserAppInfo's userId field""" - userId: SalesforceIdFilter - - """Filter by the UserAppInfo's formFactor field""" - formFactor: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserAppInfoConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserAppInfoConnectionFilter!] -} - -"""Field that Last Used Apps can be sorted by""" -enum SalesforceUserAppInfoSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - USER_ID - FORM_FACTOR -} - -"""An edge in a connection.""" -type SalesforceUserAppInfoEdge { - """The item at the end of the edge.""" - node: SalesforceUserAppInfo! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Last Used Apps connection, for use in pagination.""" -type SalesforceUserAppInfosConnection { - """The count of all Last Used App you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Last Used Apps""" - nodes: [SalesforceUserAppInfo!]! - - """List of Last Used App edges""" - edges: [SalesforceUserAppInfoEdge!]! -} - -"""Field that Topics can be sorted by""" -enum SalesforceTopicSortByFieldEnum { - ID - NAME - DESCRIPTION - CREATED_DATE - CREATED_BY_ID - TALKING_ABOUT - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceTopicEdge { - """The item at the end of the edge.""" - node: SalesforceTopic! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Topics connection, for use in pagination.""" -type SalesforceTopicsConnection { - """The count of all Topic you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Topics""" - nodes: [SalesforceTopic!]! - - """List of Topic edges""" - edges: [SalesforceTopicEdge!]! -} - -"""Field that Goals can be sorted by""" -enum SalesforceTodayGoalSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - VALUE - USER_ID -} - -"""An edge in a connection.""" -type SalesforceTodayGoalEdge { - """The item at the end of the edge.""" - node: SalesforceTodayGoal! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Goals connection, for use in pagination.""" -type SalesforceTodayGoalsConnection { - """The count of all Goal you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Goals""" - nodes: [SalesforceTodayGoal!]! - - """List of Goal edges""" - edges: [SalesforceTodayGoalEdge!]! -} - -""" -A filter to be used against TenantUsageEntitlement object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTenantUsageEntitlementConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TenantUsageEntitlement's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the TenantUsageEntitlement's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TenantUsageEntitlement's id field""" - id: SalesforceIdFilter - - """Filter by the TenantUsageEntitlement's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the TenantUsageEntitlement's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TenantUsageEntitlement's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TenantUsageEntitlement's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TenantUsageEntitlement's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the TenantUsageEntitlement's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the TenantUsageEntitlement's resourceGroupKey field""" - resourceGroupKey: SalesforceStringFilter - - """Filter by the TenantUsageEntitlement's setting field""" - setting: SalesforceStringFilter - - """Filter by the TenantUsageEntitlement's startDate field""" - startDate: SalesforceDateFilter - - """Filter by the TenantUsageEntitlement's endDate field""" - endDate: SalesforceDateFilter - - """Filter by the TenantUsageEntitlement's currentAmountAllowed field""" - currentAmountAllowed: SalesforceFloatFilter - - """Filter by the TenantUsageEntitlement's frequency field""" - frequency: SalesforceStringFilter - - """Filter by the TenantUsageEntitlement's isPersistentResource field""" - isPersistentResource: SalesforceBooleanFilter - - """Filter by the TenantUsageEntitlement's hasRollover field""" - hasRollover: SalesforceBooleanFilter - - """Filter by the TenantUsageEntitlement's overageGrace field""" - overageGrace: SalesforceFloatFilter - - """Filter by the TenantUsageEntitlement's amountUsed field""" - amountUsed: SalesforceFloatFilter - - """Filter by the TenantUsageEntitlement's usageDate field""" - usageDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTenantUsageEntitlementConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTenantUsageEntitlementConnectionFilter!] -} - -"""Field that Tenant Usage Entitlements can be sorted by""" -enum SalesforceTenantUsageEntitlementSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - RESOURCE_GROUP_KEY - SETTING - START_DATE - END_DATE - CURRENT_AMOUNT_ALLOWED - FREQUENCY - IS_PERSISTENT_RESOURCE - HAS_ROLLOVER - OVERAGE_GRACE - AMOUNT_USED - USAGE_DATE -} - -"""An edge in a connection.""" -type SalesforceTenantUsageEntitlementEdge { - """The item at the end of the edge.""" - node: SalesforceTenantUsageEntitlement! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Tenant Usage Entitlements connection, for use in pagination. -""" -type SalesforceTenantUsageEntitlementsConnection { - """ - The count of all Tenant Usage Entitlement you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Tenant Usage Entitlements""" - nodes: [SalesforceTenantUsageEntitlement!]! - - """List of Tenant Usage Entitlement edges""" - edges: [SalesforceTenantUsageEntitlementEdge!]! -} - -""" -A filter to be used against TaskStatus object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTaskStatusConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TaskStatus's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the TaskStatus's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TaskStatus's id field""" - id: SalesforceIdFilter - - """Filter by the TaskStatus's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the TaskStatus's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the TaskStatus's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the TaskStatus's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the TaskStatus's isClosed field""" - isClosed: SalesforceBooleanFilter - - """Filter by the TaskStatus's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TaskStatus's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TaskStatus's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the TaskStatus's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TaskStatus's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTaskStatusConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTaskStatusConnectionFilter!] -} - -"""Field that Task Status Values can be sorted by""" -enum SalesforceTaskStatusSortByFieldEnum { - ID - MASTER_LABEL - API_NAME - SORT_ORDER - IS_DEFAULT - IS_CLOSED - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceTaskStatusEdge { - """The item at the end of the edge.""" - node: SalesforceTaskStatus! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Task Status Values connection, for use in pagination.""" -type SalesforceTaskStatussConnection { - """The count of all Task Status Value you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Task Status Values""" - nodes: [SalesforceTaskStatus!]! - - """List of Task Status Value edges""" - edges: [SalesforceTaskStatusEdge!]! -} - -""" -A filter to be used against TaskPriority object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTaskPriorityConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TaskPriority's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the TaskPriority's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TaskPriority's id field""" - id: SalesforceIdFilter - - """Filter by the TaskPriority's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the TaskPriority's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the TaskPriority's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the TaskPriority's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the TaskPriority's isHighPriority field""" - isHighPriority: SalesforceBooleanFilter - - """Filter by the TaskPriority's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TaskPriority's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TaskPriority's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the TaskPriority's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TaskPriority's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTaskPriorityConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTaskPriorityConnectionFilter!] -} - -"""Field that Task Priority Values can be sorted by""" -enum SalesforceTaskPrioritySortByFieldEnum { - ID - MASTER_LABEL - API_NAME - SORT_ORDER - IS_DEFAULT - IS_HIGH_PRIORITY - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceTaskPriorityEdge { - """The item at the end of the edge.""" - node: SalesforceTaskPriority! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Task Priority Values connection, for use in pagination.""" -type SalesforceTaskPrioritysConnection { - """ - The count of all Task Priority Value you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Task Priority Values""" - nodes: [SalesforceTaskPriority!]! - - """List of Task Priority Value edges""" - edges: [SalesforceTaskPriorityEdge!]! -} - -"""Field that Streaming Channels can be sorted by""" -enum SalesforceStreamingChannelSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - IS_DYNAMIC - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceStreamingChannelEdge { - """The item at the end of the edge.""" - node: SalesforceStreamingChannel! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Streaming Channels connection, for use in pagination.""" -type SalesforceStreamingChannelsConnection { - """The count of all Streaming Channel you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Streaming Channels""" - nodes: [SalesforceStreamingChannel!]! - - """List of Streaming Channel edges""" - edges: [SalesforceStreamingChannelEdge!]! -} - -"""Field that Static Resources can be sorted by""" -enum SalesforceStaticResourceSortByFieldEnum { - ID - NAMESPACE_PREFIX - NAME - CONTENT_TYPE - BODY_LENGTH - DESCRIPTION - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CACHE_CONTROL -} - -"""An edge in a connection.""" -type SalesforceStaticResourceEdge { - """The item at the end of the edge.""" - node: SalesforceStaticResource! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Static Resources connection, for use in pagination.""" -type SalesforceStaticResourcesConnection { - """The count of all Static Resource you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Static Resources""" - nodes: [SalesforceStaticResource!]! - - """List of Static Resource edges""" - edges: [SalesforceStaticResourceEdge!]! -} - -""" -A filter to be used against SolutionStatus object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSolutionStatusConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SolutionStatus's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SolutionStatus's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SolutionStatus's id field""" - id: SalesforceIdFilter - - """Filter by the SolutionStatus's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the SolutionStatus's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the SolutionStatus's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the SolutionStatus's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the SolutionStatus's isReviewed field""" - isReviewed: SalesforceBooleanFilter - - """Filter by the SolutionStatus's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SolutionStatus's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SolutionStatus's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SolutionStatus's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SolutionStatus's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSolutionStatusConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSolutionStatusConnectionFilter!] -} - -"""Field that Solution Status Values can be sorted by""" -enum SalesforceSolutionStatusSortByFieldEnum { - ID - MASTER_LABEL - API_NAME - SORT_ORDER - IS_DEFAULT - IS_REVIEWED - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceSolutionStatusEdge { - """The item at the end of the edge.""" - node: SalesforceSolutionStatus! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Solution Status Values connection, for use in pagination.""" -type SalesforceSolutionStatussConnection { - """ - The count of all Solution Status Value you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Solution Status Values""" - nodes: [SalesforceSolutionStatus!]! - - """List of Solution Status Value edges""" - edges: [SalesforceSolutionStatusEdge!]! -} - -"""Field that Solutions can be sorted by""" -enum SalesforceSolutionSortByFieldEnum { - ID - IS_DELETED - SOLUTION_NUMBER - SOLUTION_NAME - IS_PUBLISHED - IS_PUBLISHED_IN_PUBLIC_KB - STATUS - IS_REVIEWED - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - TIMES_USED - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - IS_HTML -} - -"""An edge in a connection.""" -type SalesforceSolutionEdge { - """The item at the end of the edge.""" - node: SalesforceSolution! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Solutions connection, for use in pagination.""" -type SalesforceSolutionsConnection { - """The count of all Solution you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Solutions""" - nodes: [SalesforceSolution!]! - - """List of Solution edges""" - edges: [SalesforceSolutionEdge!]! -} - -"""Field that Sites can be sorted by""" -enum SalesforceSiteSortByFieldEnum { - ID - NAME - SUBDOMAIN - URL_PATH_PREFIX - GUEST_USER_ID - STATUS - ADMIN_ID - DESCRIPTION - MASTER_LABEL - ANALYTICS_TRACKING_CODE - SITE_TYPE - CLICKJACK_PROTECTION_LEVEL - DAILY_BANDWIDTH_LIMIT - DAILY_BANDWIDTH_USED - DAILY_REQUEST_TIME_LIMIT - DAILY_REQUEST_TIME_USED - MONTHLY_PAGE_VIEWS_ENTITLEMENT - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceSiteEdge { - """The item at the end of the edge.""" - node: SalesforceSite! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Sites connection, for use in pagination.""" -type SalesforceSitesConnection { - """The count of all Site you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Sites""" - nodes: [SalesforceSite!]! - - """List of Site edges""" - edges: [SalesforceSiteEdge!]! -} - -""" -A filter to be used against SetupAuditTrail object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSetupAuditTrailConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SetupAuditTrail's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SetupAuditTrail's id field""" - id: SalesforceIdFilter - - """Filter by the SetupAuditTrail's action field""" - action: SalesforceStringFilter - - """Filter by the SetupAuditTrail's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SetupAuditTrail's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SetupAuditTrail's delegateUser field""" - delegateUser: SalesforceStringFilter - - """Filter by the SetupAuditTrail's responsibleNamespacePrefix field""" - responsibleNamespacePrefix: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSetupAuditTrailConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSetupAuditTrailConnectionFilter!] -} - -"""Field that Setup Audit Trail Entries can be sorted by""" -enum SalesforceSetupAuditTrailSortByFieldEnum { - ID - ACTION - SECTION - CREATED_DATE - CREATED_BY_ID - DISPLAY - DELEGATE_USER - RESPONSIBLE_NAMESPACE_PREFIX -} - -"""An edge in a connection.""" -type SalesforceSetupAuditTrailEdge { - """The item at the end of the edge.""" - node: SalesforceSetupAuditTrail! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Setup Audit Trail Entries connection, for use in pagination. -""" -type SalesforceSetupAuditTrailsConnection { - """ - The count of all Setup Audit Trail Entry you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Setup Audit Trail Entries""" - nodes: [SalesforceSetupAuditTrail!]! - - """List of Setup Audit Trail Entry edges""" - edges: [SalesforceSetupAuditTrailEdge!]! -} - -""" -A filter to be used against SecurityCustomBaseline object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSecurityCustomBaselineConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SecurityCustomBaseline's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SecurityCustomBaseline's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SecurityCustomBaseline's id field""" - id: SalesforceIdFilter - - """Filter by the SecurityCustomBaseline's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SecurityCustomBaseline's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the SecurityCustomBaseline's language field""" - language: SalesforceStringFilter - - """Filter by the SecurityCustomBaseline's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the SecurityCustomBaseline's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the SecurityCustomBaseline's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SecurityCustomBaseline's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SecurityCustomBaseline's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SecurityCustomBaseline's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SecurityCustomBaseline's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SecurityCustomBaseline's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSecurityCustomBaselineConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSecurityCustomBaselineConnectionFilter!] -} - -"""Field that Security Custom Baselines can be sorted by""" -enum SalesforceSecurityCustomBaselineSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DEFAULT -} - -"""An edge in a connection.""" -type SalesforceSecurityCustomBaselineEdge { - """The item at the end of the edge.""" - node: SalesforceSecurityCustomBaseline! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Security Custom Baselines connection, for use in pagination. -""" -type SalesforceSecurityCustomBaselinesConnection { - """ - The count of all Security Custom Baseline you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Security Custom Baselines""" - nodes: [SalesforceSecurityCustomBaseline!]! - - """List of Security Custom Baseline edges""" - edges: [SalesforceSecurityCustomBaselineEdge!]! -} - -"""Field that Secure Agent Clusters can be sorted by""" -enum SalesforceSecureAgentsClusterSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceSecureAgentsClusterEdge { - """The item at the end of the edge.""" - node: SalesforceSecureAgentsCluster! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Secure Agent Clusters connection, for use in pagination.""" -type SalesforceSecureAgentsClustersConnection { - """ - The count of all Secure Agent Cluster you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Secure Agent Clusters""" - nodes: [SalesforceSecureAgentsCluster!]! - - """List of Secure Agent Cluster edges""" - edges: [SalesforceSecureAgentsClusterEdge!]! -} - -""" -A filter to be used against SearchPromotionRule object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSearchPromotionRuleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SearchPromotionRule's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SearchPromotionRule's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SearchPromotionRule's id field""" - id: SalesforceIdFilter - - """Filter by the SearchPromotionRule's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SearchPromotionRule's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SearchPromotionRule's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SearchPromotionRule's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SearchPromotionRule's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SearchPromotionRule's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SearchPromotionRule's query field""" - query: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSearchPromotionRuleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSearchPromotionRuleConnectionFilter!] -} - -"""Field that Promoted Search Terms can be sorted by""" -enum SalesforceSearchPromotionRuleSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - QUERY -} - -"""An edge in a connection.""" -type SalesforceSearchPromotionRuleEdge { - """The item at the end of the edge.""" - node: SalesforceSearchPromotionRule! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Promoted Search Terms connection, for use in pagination.""" -type SalesforceSearchPromotionRulesConnection { - """ - The count of all Promoted Search Term you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Promoted Search Terms""" - nodes: [SalesforceSearchPromotionRule!]! - - """List of Promoted Search Term edges""" - edges: [SalesforceSearchPromotionRuleEdge!]! -} - -""" -A filter to be used against SearchActivity object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSearchActivityConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SearchActivity's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SearchActivity's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SearchActivity's id field""" - id: SalesforceIdFilter - - """Filter by the SearchActivity's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SearchActivity's name field""" - name: SalesforceStringFilter - - """Filter by the SearchActivity's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SearchActivity's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SearchActivity's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SearchActivity's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SearchActivity's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SearchActivity's searchTerm field""" - searchTerm: SalesforceStringFilter - - """Filter by the SearchActivity's queryDate field""" - queryDate: SalesforceDateFilter - - """Filter by the SearchActivity's countQueries field""" - countQueries: SalesforceIntFilter - - """Filter by the SearchActivity's countUsers field""" - countUsers: SalesforceIntFilter - - """Filter by the SearchActivity's avgNumResults field""" - avgNumResults: SalesforceFloatFilter - - """Filter by the SearchActivity's kbChannel field""" - kbChannel: SalesforceStringFilter - - """Filter by the SearchActivity's period field""" - period: SalesforceStringFilter - - """Filter by the SearchActivity's clickRank field""" - clickRank: SalesforceFloatFilter - - """Filter by the SearchActivity's queryLanguage field""" - queryLanguage: SalesforceStringFilter - - """Filter by the SearchActivity's clickedRecordName field""" - clickedRecordName: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSearchActivityConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSearchActivityConnectionFilter!] -} - -"""Field that SearchActivities can be sorted by""" -enum SalesforceSearchActivitySortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SEARCH_TERM - QUERY_DATE - COUNT_QUERIES - COUNT_USERS - AVG_NUM_RESULTS - KB_CHANNEL - PERIOD - CLICK_RANK - QUERY_LANGUAGE - CLICKED_RECORD_NAME -} - -"""An edge in a connection.""" -type SalesforceSearchActivityEdge { - """The item at the end of the edge.""" - node: SalesforceSearchActivity! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce SearchActivities connection, for use in pagination.""" -type SalesforceSearchActivitysConnection { - """The count of all SearchActivity you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce SearchActivities""" - nodes: [SalesforceSearchActivity!]! - - """List of SearchActivity edges""" - edges: [SalesforceSearchActivityEdge!]! -} - -""" -A filter to be used against Scontrol object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceScontrolConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Scontrol's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Scontrol's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Scontrol's id field""" - id: SalesforceIdFilter - - """Filter by the Scontrol's name field""" - name: SalesforceStringFilter - - """Filter by the Scontrol's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the Scontrol's description field""" - description: SalesforceStringFilter - - """Filter by the Scontrol's encodingKey field""" - encodingKey: SalesforceStringFilter - - """Filter by the Scontrol's filename field""" - filename: SalesforceStringFilter - - """Filter by the Scontrol's bodyLength field""" - bodyLength: SalesforceIntFilter - - """Filter by the Scontrol's contentSource field""" - contentSource: SalesforceStringFilter - - """Filter by the Scontrol's supportsCaching field""" - supportsCaching: SalesforceBooleanFilter - - """Filter by the Scontrol's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the Scontrol's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Scontrol's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Scontrol's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Scontrol's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Scontrol's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Scontrol's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceScontrolConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceScontrolConnectionFilter!] -} - -"""Field that Custom S-Controls can be sorted by""" -enum SalesforceScontrolSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - DESCRIPTION - ENCODING_KEY - FILENAME - BODY_LENGTH - CONTENT_SOURCE - SUPPORTS_CACHING - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceScontrolEdge { - """The item at the end of the edge.""" - node: SalesforceScontrol! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Custom S-Controls connection, for use in pagination.""" -type SalesforceScontrolsConnection { - """The count of all Custom S-Control you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom S-Controls""" - nodes: [SalesforceScontrol!]! - - """List of Custom S-Control edges""" - edges: [SalesforceScontrolEdge!]! -} - -"""Field that Quick Texts can be sorted by""" -enum SalesforceQuickTextSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - CATEGORY -} - -"""An edge in a connection.""" -type SalesforceQuickTextEdge { - """The item at the end of the edge.""" - node: SalesforceQuickText! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Quick Texts connection, for use in pagination.""" -type SalesforceQuickTextsConnection { - """The count of all Quick Text you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Quick Texts""" - nodes: [SalesforceQuickText!]! - - """List of Quick Text edges""" - edges: [SalesforceQuickTextEdge!]! -} - -""" -A filter to be used against PushTopic object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePushTopicConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PushTopic's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PushTopic's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PushTopic's id field""" - id: SalesforceIdFilter - - """Filter by the PushTopic's name field""" - name: SalesforceStringFilter - - """Filter by the PushTopic's query field""" - query: SalesforceStringFilter - - """Filter by the PushTopic's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the PushTopic's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the PushTopic's notifyForFields field""" - notifyForFields: SalesforceStringFilter - - """Filter by the PushTopic's notifyForOperations field""" - notifyForOperations: SalesforceStringFilter - - """Filter by the PushTopic's description field""" - description: SalesforceStringFilter - - """Filter by the PushTopic's notifyForOperationCreate field""" - notifyForOperationCreate: SalesforceBooleanFilter - - """Filter by the PushTopic's notifyForOperationUpdate field""" - notifyForOperationUpdate: SalesforceBooleanFilter - - """Filter by the PushTopic's notifyForOperationDelete field""" - notifyForOperationDelete: SalesforceBooleanFilter - - """Filter by the PushTopic's notifyForOperationUndelete field""" - notifyForOperationUndelete: SalesforceBooleanFilter - - """Filter by the PushTopic's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the PushTopic's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PushTopic's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PushTopic's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PushTopic's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PushTopic's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePushTopicConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePushTopicConnectionFilter!] -} - -"""Field that Push Topics can be sorted by""" -enum SalesforcePushTopicSortByFieldEnum { - ID - NAME - QUERY - API_VERSION - IS_ACTIVE - NOTIFY_FOR_FIELDS - NOTIFY_FOR_OPERATIONS - DESCRIPTION - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforcePushTopicEdge { - """The item at the end of the edge.""" - node: SalesforcePushTopic! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Push Topics connection, for use in pagination.""" -type SalesforcePushTopicsConnection { - """The count of all Push Topic you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Push Topics""" - nodes: [SalesforcePushTopic!]! - - """List of Push Topic edges""" - edges: [SalesforcePushTopicEdge!]! -} - -"""Field that Process Definitions can be sorted by""" -enum SalesforceProcessDefinitionSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - TYPE - DESCRIPTION - TABLE_ENUM_OR_ID - LOCK_TYPE - STATE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceProcessDefinitionEdge { - """The item at the end of the edge.""" - node: SalesforceProcessDefinition! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Process Definitions connection, for use in pagination.""" -type SalesforceProcessDefinitionsConnection { - """The count of all Process Definition you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Process Definitions""" - nodes: [SalesforceProcessDefinition!]! - - """List of Process Definition edges""" - edges: [SalesforceProcessDefinitionEdge!]! -} - -"""Field that Price Books can be sorted by""" -enum SalesforcePricebook2SortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - IS_ACTIVE - IS_ARCHIVED - DESCRIPTION - IS_STANDARD -} - -"""An edge in a connection.""" -type SalesforcePricebook2Edge { - """The item at the end of the edge.""" - node: SalesforcePricebook2! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Price Books connection, for use in pagination.""" -type SalesforcePricebook2sConnection { - """The count of all Price Book you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Price Books""" - nodes: [SalesforcePricebook2!]! - - """List of Price Book edges""" - edges: [SalesforcePricebook2Edge!]! -} - -"""Field that Platform Cache Partitions can be sorted by""" -enum SalesforcePlatformCachePartitionSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DEFAULT_PARTITION -} - -"""An edge in a connection.""" -type SalesforcePlatformCachePartitionEdge { - """The item at the end of the edge.""" - node: SalesforcePlatformCachePartition! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Platform Cache Partitions connection, for use in pagination. -""" -type SalesforcePlatformCachePartitionsConnection { - """ - The count of all Platform Cache Partition you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Platform Cache Partitions""" - nodes: [SalesforcePlatformCachePartition!]! - - """List of Platform Cache Partition edges""" - edges: [SalesforcePlatformCachePartitionEdge!]! -} - -"""Field that Permission Set Licenses can be sorted by""" -enum SalesforcePermissionSetLicenseSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PERMISSION_SET_LICENSE_KEY - TOTAL_LICENSES - STATUS - EXPIRATION_DATE - USED_LICENSES -} - -"""An edge in a connection.""" -type SalesforcePermissionSetLicenseEdge { - """The item at the end of the edge.""" - node: SalesforcePermissionSetLicense! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Permission Set Licenses connection, for use in pagination.""" -type SalesforcePermissionSetLicensesConnection { - """ - The count of all Permission Set License you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Permission Set Licenses""" - nodes: [SalesforcePermissionSetLicense!]! - - """List of Permission Set License edges""" - edges: [SalesforcePermissionSetLicenseEdge!]! -} - -""" -A filter to be used against PartnerRole object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePartnerRoleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PartnerRole's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PartnerRole's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PartnerRole's id field""" - id: SalesforceIdFilter - - """Filter by the PartnerRole's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the PartnerRole's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the PartnerRole's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the PartnerRole's reverseRole field""" - reverseRole: SalesforceStringFilter - - """Filter by the PartnerRole's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PartnerRole's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PartnerRole's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PartnerRole's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PartnerRole's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePartnerRoleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePartnerRoleConnectionFilter!] -} - -"""Field that Partner Role Values can be sorted by""" -enum SalesforcePartnerRoleSortByFieldEnum { - ID - MASTER_LABEL - API_NAME - SORT_ORDER - REVERSE_ROLE - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforcePartnerRoleEdge { - """The item at the end of the edge.""" - node: SalesforcePartnerRole! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Partner Role Values connection, for use in pagination.""" -type SalesforcePartnerRolesConnection { - """The count of all Partner Role Value you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Partner Role Values""" - nodes: [SalesforcePartnerRole!]! - - """List of Partner Role Value edges""" - edges: [SalesforcePartnerRoleEdge!]! -} - -"""Field that Organizations can be sorted by""" -enum SalesforceOrganizationSortByFieldEnum { - ID - NAME - DIVISION - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - LATITUDE - LONGITUDE - GEOCODE_ACCURACY - PHONE - FAX - PRIMARY_CONTACT - DEFAULT_LOCALE_SID_KEY - LANGUAGE_LOCALE_KEY - RECEIVES_INFO_EMAILS - RECEIVES_ADMIN_INFO_EMAILS - FISCAL_YEAR_START_MONTH - USES_START_DATE_AS_FISCAL_YEAR_NAME - DEFAULT_ACCOUNT_ACCESS - DEFAULT_CONTACT_ACCESS - DEFAULT_OPPORTUNITY_ACCESS - DEFAULT_LEAD_ACCESS - DEFAULT_CASE_ACCESS - DEFAULT_CALENDAR_ACCESS - DEFAULT_PRICEBOOK_ACCESS - DEFAULT_CAMPAIGN_ACCESS - SYSTEM_MODSTAMP - COMPLIANCE_BCC_EMAIL - UI_SKIN - SIGNUP_COUNTRY_ISO_CODE - TRIAL_EXPIRATION_DATE - NUM_KNOWLEDGE_SERVICE - ORGANIZATION_TYPE - NAMESPACE_PREFIX - INSTANCE_NAME - IS_SANDBOX - WEB_TO_CASE_DEFAULT_ORIGIN - MONTHLY_PAGE_VIEWS_USED - MONTHLY_PAGE_VIEWS_ENTITLEMENT - IS_READ_ONLY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceOrganizationEdge { - """The item at the end of the edge.""" - node: SalesforceOrganization! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Organizations connection, for use in pagination.""" -type SalesforceOrganizationsConnection { - """The count of all Organization you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Organizations""" - nodes: [SalesforceOrganization!]! - - """List of Organization edges""" - edges: [SalesforceOrganizationEdge!]! -} - -""" -A filter to be used against OrgWideEmailAddress object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrgWideEmailAddressConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrgWideEmailAddress's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OrgWideEmailAddress's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OrgWideEmailAddress's id field""" - id: SalesforceIdFilter - - """Filter by the OrgWideEmailAddress's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OrgWideEmailAddress's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OrgWideEmailAddress's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OrgWideEmailAddress's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OrgWideEmailAddress's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OrgWideEmailAddress's address field""" - address: SalesforceStringFilter - - """Filter by the OrgWideEmailAddress's displayName field""" - displayName: SalesforceStringFilter - - """Filter by the OrgWideEmailAddress's isAllowAllProfiles field""" - isAllowAllProfiles: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrgWideEmailAddressConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrgWideEmailAddressConnectionFilter!] -} - -"""Field that Organization-wide From Email Addresses can be sorted by""" -enum SalesforceOrgWideEmailAddressSortByFieldEnum { - ID - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - ADDRESS - DISPLAY_NAME - IS_ALLOW_ALL_PROFILES -} - -"""An edge in a connection.""" -type SalesforceOrgWideEmailAddressEdge { - """The item at the end of the edge.""" - node: SalesforceOrgWideEmailAddress! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Organization-wide From Email Addresses connection, for use in pagination. -""" -type SalesforceOrgWideEmailAddresssConnection { - """ - The count of all Organization-wide From Email Address you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Organization-wide From Email Addresses""" - nodes: [SalesforceOrgWideEmailAddress!]! - - """List of Organization-wide From Email Address edges""" - edges: [SalesforceOrgWideEmailAddressEdge!]! -} - -"""Field that Org Delete Requests can be sorted by""" -enum SalesforceOrgDeleteRequestSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - REQUEST_TYPE -} - -"""An edge in a connection.""" -type SalesforceOrgDeleteRequestEdge { - """The item at the end of the edge.""" - node: SalesforceOrgDeleteRequest! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Org Delete Requests connection, for use in pagination.""" -type SalesforceOrgDeleteRequestsConnection { - """The count of all Org Delete Request you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Org Delete Requests""" - nodes: [SalesforceOrgDeleteRequest!]! - - """List of Org Delete Request edges""" - edges: [SalesforceOrgDeleteRequestEdge!]! -} - -""" -A filter to be used against OpportunityStage object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityStageConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityStage's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityStage's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityStage's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityStage's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the OpportunityStage's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the OpportunityStage's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the OpportunityStage's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the OpportunityStage's isClosed field""" - isClosed: SalesforceBooleanFilter - - """Filter by the OpportunityStage's isWon field""" - isWon: SalesforceBooleanFilter - - """Filter by the OpportunityStage's forecastCategory field""" - forecastCategory: SalesforceStringFilter - - """Filter by the OpportunityStage's forecastCategoryName field""" - forecastCategoryName: SalesforceStringFilter - - """Filter by the OpportunityStage's defaultProbability field""" - defaultProbability: SalesforceFloatFilter - - """Filter by the OpportunityStage's description field""" - description: SalesforceStringFilter - - """Filter by the OpportunityStage's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityStage's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityStage's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OpportunityStage's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OpportunityStage's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityStageConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityStageConnectionFilter!] -} - -"""Field that Opportunity Stages can be sorted by""" -enum SalesforceOpportunityStageSortByFieldEnum { - ID - MASTER_LABEL - API_NAME - IS_ACTIVE - SORT_ORDER - IS_CLOSED - IS_WON - FORECAST_CATEGORY - FORECAST_CATEGORY_NAME - DEFAULT_PROBABILITY - DESCRIPTION - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceOpportunityStageEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityStage! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Opportunity Stages connection, for use in pagination.""" -type SalesforceOpportunityStagesConnection { - """The count of all Opportunity Stage you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Stages""" - nodes: [SalesforceOpportunityStage!]! - - """List of Opportunity Stage edges""" - edges: [SalesforceOpportunityStageEdge!]! -} - -"""Field that Matching Rules can be sorted by""" -enum SalesforceMatchingRuleSortByFieldEnum { - ID - IS_DELETED - SOBJECT_TYPE - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - MATCH_ENGINE - BOOLEAN_FILTER - DESCRIPTION - RULE_STATUS - SOBJECT_SUBTYPE -} - -"""An edge in a connection.""" -type SalesforceMatchingRuleEdge { - """The item at the end of the edge.""" - node: SalesforceMatchingRule! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Matching Rules connection, for use in pagination.""" -type SalesforceMatchingRulesConnection { - """The count of all Matching Rule you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Matching Rules""" - nodes: [SalesforceMatchingRule!]! - - """List of Matching Rule edges""" - edges: [SalesforceMatchingRuleEdge!]! -} - -""" -A filter to be used against MailmergeTemplate object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceMailmergeTemplateConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the MailmergeTemplate's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the MailmergeTemplate's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the MailmergeTemplate's id field""" - id: SalesforceIdFilter - - """Filter by the MailmergeTemplate's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the MailmergeTemplate's name field""" - name: SalesforceStringFilter - - """Filter by the MailmergeTemplate's description field""" - description: SalesforceStringFilter - - """Filter by the MailmergeTemplate's filename field""" - filename: SalesforceStringFilter - - """Filter by the MailmergeTemplate's bodyLength field""" - bodyLength: SalesforceIntFilter - - """Filter by the MailmergeTemplate's lastUsedDate field""" - lastUsedDate: SalesforceDateTimeFilter - - """Filter by the MailmergeTemplate's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the MailmergeTemplate's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the MailmergeTemplate's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the MailmergeTemplate's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the MailmergeTemplate's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """ - Filter by the MailmergeTemplate's securityOptionsAttachmentScannedForXss field - """ - securityOptionsAttachmentScannedForXss: SalesforceBooleanFilter - - """ - Filter by the MailmergeTemplate's securityOptionsAttachmentHasXssThreat field - """ - securityOptionsAttachmentHasXssThreat: SalesforceBooleanFilter - - """ - Filter by the MailmergeTemplate's securityOptionsAttachmentScannedforFlash field - """ - securityOptionsAttachmentScannedforFlash: SalesforceBooleanFilter - - """ - Filter by the MailmergeTemplate's securityOptionsAttachmentHasFlash field - """ - securityOptionsAttachmentHasFlash: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceMailmergeTemplateConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceMailmergeTemplateConnectionFilter!] -} - -"""Field that Mail Merge Templates can be sorted by""" -enum SalesforceMailmergeTemplateSortByFieldEnum { - ID - IS_DELETED - NAME - DESCRIPTION - FILENAME - BODY_LENGTH - LAST_USED_DATE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceMailmergeTemplateEdge { - """The item at the end of the edge.""" - node: SalesforceMailmergeTemplate! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Mail Merge Templates connection, for use in pagination.""" -type SalesforceMailmergeTemplatesConnection { - """ - The count of all Mail Merge Template you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Mail Merge Templates""" - nodes: [SalesforceMailmergeTemplate!]! - - """List of Mail Merge Template edges""" - edges: [SalesforceMailmergeTemplateEdge!]! -} - -"""Field that Macros can be sorted by""" -enum SalesforceMacroSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - STARTING_CONTEXT -} - -"""An edge in a connection.""" -type SalesforceMacroEdge { - """The item at the end of the edge.""" - node: SalesforceMacro! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Macros connection, for use in pagination.""" -type SalesforceMacrosConnection { - """The count of all Macro you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Macros""" - nodes: [SalesforceMacro!]! - - """List of Macro edges""" - edges: [SalesforceMacroEdge!]! -} - -""" -A filter to be used against LoginIp object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLoginIpConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LoginIp's users relation.""" - users: SalesforceUserConnectionFilter - - """Filter by the LoginIp's id field""" - id: SalesforceIdFilter - - """Filter by the LoginIp's usersId field""" - usersId: SalesforceIdFilter - - """Filter by the LoginIp's sourceIp field""" - sourceIp: SalesforceStringFilter - - """Filter by the LoginIp's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LoginIp's isAuthenticated field""" - isAuthenticated: SalesforceBooleanFilter - - """Filter by the LoginIp's challengeSentDate field""" - challengeSentDate: SalesforceDateTimeFilter - - """Filter by the LoginIp's challengeMethod field""" - challengeMethod: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLoginIpConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLoginIpConnectionFilter!] -} - -"""Field that Login IPs can be sorted by""" -enum SalesforceLoginIpSortByFieldEnum { - ID - USERS_ID - SOURCE_IP - CREATED_DATE - IS_AUTHENTICATED - CHALLENGE_SENT_DATE - CHALLENGE_METHOD -} - -"""An edge in a connection.""" -type SalesforceLoginIpEdge { - """The item at the end of the edge.""" - node: SalesforceLoginIp! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Login IPs connection, for use in pagination.""" -type SalesforceLoginIpsConnection { - """The count of all Login IP you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Login IPs""" - nodes: [SalesforceLoginIp!]! - - """List of Login IP edges""" - edges: [SalesforceLoginIpEdge!]! -} - -"""Field that Login Geo Datas can be sorted by""" -enum SalesforceLoginGeoSortByFieldEnum { - ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - IS_DELETED - SYSTEM_MODSTAMP - LOGIN_TIME - COUNTRY_ISO - COUNTRY - LATITUDE - LONGITUDE - CITY - POSTAL_CODE - SUBDIVISION -} - -"""An edge in a connection.""" -type SalesforceLoginGeoEdge { - """The item at the end of the edge.""" - node: SalesforceLoginGeo! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Login Geo Datas connection, for use in pagination.""" -type SalesforceLoginGeosConnection { - """The count of all Login Geo Data you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Login Geo Datas""" - nodes: [SalesforceLoginGeo!]! - - """List of Login Geo Data edges""" - edges: [SalesforceLoginGeoEdge!]! -} - -""" -A filter to be used against ListViewChart object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceListViewChartConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ListViewChart's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the ListViewChart's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ListViewChart's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ListViewChart's id field""" - id: SalesforceIdFilter - - """Filter by the ListViewChart's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ListViewChart's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the ListViewChart's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ListViewChart's language field""" - language: SalesforceStringFilter - - """Filter by the ListViewChart's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ListViewChart's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ListViewChart's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ListViewChart's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ListViewChart's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ListViewChart's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ListViewChart's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the ListViewChart's chartType field""" - chartType: SalesforceStringFilter - - """Filter by the ListViewChart's groupingField field""" - groupingField: SalesforceStringFilter - - """Filter by the ListViewChart's aggregateField field""" - aggregateField: SalesforceStringFilter - - """Filter by the ListViewChart's aggregateType field""" - aggregateType: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceListViewChartConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceListViewChartConnectionFilter!] -} - -"""Field that List View Charts can be sorted by""" -enum SalesforceListViewChartSortByFieldEnum { - ID - IS_DELETED - SOBJECT_TYPE - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - OWNER_ID - CHART_TYPE - GROUPING_FIELD - AGGREGATE_FIELD - AGGREGATE_TYPE -} - -"""An edge in a connection.""" -type SalesforceListViewChartEdge { - """The item at the end of the edge.""" - node: SalesforceListViewChart! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce List View Charts connection, for use in pagination.""" -type SalesforceListViewChartsConnection { - """The count of all List View Chart you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce List View Charts""" - nodes: [SalesforceListViewChart!]! - - """List of List View Chart edges""" - edges: [SalesforceListViewChartEdge!]! -} - -"""Field that List Views can be sorted by""" -enum SalesforceListViewSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - NAMESPACE_PREFIX - SOBJECT_TYPE - IS_SOQL_COMPATIBLE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceListViewEdge { - """The item at the end of the edge.""" - node: SalesforceListView! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce List Views connection, for use in pagination.""" -type SalesforceListViewsConnection { - """The count of all List View you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce List Views""" - nodes: [SalesforceListView!]! - - """List of List View edges""" - edges: [SalesforceListViewEdge!]! -} - -"""Field that List Emails can be sorted by""" -enum SalesforceListEmailSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - FROM_NAME - STATUS - HAS_ATTACHMENT - SCHEDULED_DATE - TOTAL_SENT -} - -"""An edge in a connection.""" -type SalesforceListEmailEdge { - """The item at the end of the edge.""" - node: SalesforceListEmail! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce List Emails connection, for use in pagination.""" -type SalesforceListEmailsConnection { - """The count of all List Email you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce List Emails""" - nodes: [SalesforceListEmail!]! - - """List of List Email edges""" - edges: [SalesforceListEmailEdge!]! -} - -"""Field that LightningComponentBundles can be sorted by""" -enum SalesforceLightningComponentBundleSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - API_VERSION - MIN_VERSION - IS_EXPOSED - AVAILABLE_FOR -} - -"""An edge in a connection.""" -type SalesforceLightningComponentBundleEdge { - """The item at the end of the edge.""" - node: SalesforceLightningComponentBundle! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce LightningComponentBundles connection, for use in pagination. -""" -type SalesforceLightningComponentBundlesConnection { - """ - The count of all LightningComponentBundle you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce LightningComponentBundles""" - nodes: [SalesforceLightningComponentBundle!]! - - """List of LightningComponentBundle edges""" - edges: [SalesforceLightningComponentBundleEdge!]! -} - -""" -A filter to be used against LeadStatus object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLeadStatusConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LeadStatus's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the LeadStatus's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the LeadStatus's id field""" - id: SalesforceIdFilter - - """Filter by the LeadStatus's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the LeadStatus's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the LeadStatus's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the LeadStatus's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the LeadStatus's isConverted field""" - isConverted: SalesforceBooleanFilter - - """Filter by the LeadStatus's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the LeadStatus's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LeadStatus's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the LeadStatus's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the LeadStatus's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLeadStatusConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLeadStatusConnectionFilter!] -} - -"""Field that Lead Status Values can be sorted by""" -enum SalesforceLeadStatusSortByFieldEnum { - ID - MASTER_LABEL - API_NAME - SORT_ORDER - IS_DEFAULT - IS_CONVERTED - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceLeadStatusEdge { - """The item at the end of the edge.""" - node: SalesforceLeadStatus! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Lead Status Values connection, for use in pagination.""" -type SalesforceLeadStatussConnection { - """The count of all Lead Status Value you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Lead Status Values""" - nodes: [SalesforceLeadStatus!]! - - """List of Lead Status Value edges""" - edges: [SalesforceLeadStatusEdge!]! -} - -""" -A filter to be used against LeadHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLeadHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LeadHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the LeadHistory's lead relation.""" - lead: SalesforceLeadConnectionFilter - - """Filter by the LeadHistory's id field""" - id: SalesforceIdFilter - - """Filter by the LeadHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the LeadHistory's leadId field""" - leadId: SalesforceIdFilter - - """Filter by the LeadHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the LeadHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LeadHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLeadHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLeadHistoryConnectionFilter!] -} - -"""Field that Lead Histories can be sorted by""" -enum SalesforceLeadHistorySortByFieldEnum { - ID - IS_DELETED - LEAD_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceLeadHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceLeadHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Lead Histories connection, for use in pagination.""" -type SalesforceLeadHistorysConnection { - """The count of all Lead History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Lead Histories""" - nodes: [SalesforceLeadHistory!]! - - """List of Lead History edges""" - edges: [SalesforceLeadHistoryEdge!]! -} - -""" -A filter to be used against LeadCleanInfo object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLeadCleanInfoConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LeadCleanInfo's lastStatusChangedBy relation.""" - lastStatusChangedBy: SalesforceUserConnectionFilter - - """Filter by the LeadCleanInfo's lead relation.""" - lead: SalesforceLeadConnectionFilter - - """Filter by the LeadCleanInfo's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the LeadCleanInfo's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the LeadCleanInfo's id field""" - id: SalesforceIdFilter - - """Filter by the LeadCleanInfo's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's name field""" - name: SalesforceStringFilter - - """Filter by the LeadCleanInfo's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LeadCleanInfo's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the LeadCleanInfo's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the LeadCleanInfo's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the LeadCleanInfo's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the LeadCleanInfo's leadId field""" - leadId: SalesforceIdFilter - - """Filter by the LeadCleanInfo's lastMatchedDate field""" - lastMatchedDate: SalesforceDateTimeFilter - - """Filter by the LeadCleanInfo's lastStatusChangedDate field""" - lastStatusChangedDate: SalesforceDateTimeFilter - - """Filter by the LeadCleanInfo's lastStatusChangedById field""" - lastStatusChangedById: SalesforceIdFilter - - """Filter by the LeadCleanInfo's isInactive field""" - isInactive: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's firstName field""" - firstName: SalesforceStringFilter - - """Filter by the LeadCleanInfo's lastName field""" - lastName: SalesforceStringFilter - - """Filter by the LeadCleanInfo's email field""" - email: SalesforceStringFilter - - """Filter by the LeadCleanInfo's phone field""" - phone: SalesforceStringFilter - - """Filter by the LeadCleanInfo's street field""" - street: SalesforceStringFilter - - """Filter by the LeadCleanInfo's city field""" - city: SalesforceStringFilter - - """Filter by the LeadCleanInfo's state field""" - state: SalesforceStringFilter - - """Filter by the LeadCleanInfo's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the LeadCleanInfo's country field""" - country: SalesforceStringFilter - - """Filter by the LeadCleanInfo's latitude field""" - latitude: SalesforceFloatFilter - - """Filter by the LeadCleanInfo's longitude field""" - longitude: SalesforceFloatFilter - - """Filter by the LeadCleanInfo's geocodeAccuracy field""" - geocodeAccuracy: SalesforceStringFilter - - """Filter by the LeadCleanInfo's title field""" - title: SalesforceStringFilter - - """Filter by the LeadCleanInfo's annualRevenue field""" - annualRevenue: SalesforceFloatFilter - - """Filter by the LeadCleanInfo's numberOfEmployees field""" - numberOfEmployees: SalesforceIntFilter - - """Filter by the LeadCleanInfo's industry field""" - industry: SalesforceStringFilter - - """Filter by the LeadCleanInfo's companyName field""" - companyName: SalesforceStringFilter - - """Filter by the LeadCleanInfo's companyDunsNumber field""" - companyDunsNumber: SalesforceStringFilter - - """Filter by the LeadCleanInfo's contactStatusDataDotCom field""" - contactStatusDataDotCom: SalesforceStringFilter - - """Filter by the LeadCleanInfo's isReviewedName field""" - isReviewedName: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedEmail field""" - isReviewedEmail: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedPhone field""" - isReviewedPhone: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedAddress field""" - isReviewedAddress: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedTitle field""" - isReviewedTitle: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedAnnualRevenue field""" - isReviewedAnnualRevenue: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedNumberOfEmployees field""" - isReviewedNumberOfEmployees: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedIndustry field""" - isReviewedIndustry: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedCompanyName field""" - isReviewedCompanyName: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedCompanyDunsNumber field""" - isReviewedCompanyDunsNumber: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isReviewedDandBCompanyDunsNumber field""" - isReviewedDandBCompanyDunsNumber: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentFirstName field""" - isDifferentFirstName: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentLastName field""" - isDifferentLastName: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentEmail field""" - isDifferentEmail: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentPhone field""" - isDifferentPhone: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentStreet field""" - isDifferentStreet: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentCity field""" - isDifferentCity: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentState field""" - isDifferentState: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentPostalCode field""" - isDifferentPostalCode: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentCountry field""" - isDifferentCountry: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentTitle field""" - isDifferentTitle: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentAnnualRevenue field""" - isDifferentAnnualRevenue: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentNumberOfEmployees field""" - isDifferentNumberOfEmployees: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentIndustry field""" - isDifferentIndustry: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentCompanyName field""" - isDifferentCompanyName: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentCompanyDunsNumber field""" - isDifferentCompanyDunsNumber: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentDandBCompanyDunsNumber field""" - isDifferentDandBCompanyDunsNumber: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentStateCode field""" - isDifferentStateCode: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isDifferentCountryCode field""" - isDifferentCountryCode: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's cleanedByJob field""" - cleanedByJob: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's cleanedByUser field""" - cleanedByUser: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's dandBCompanyDunsNumber field""" - dandBCompanyDunsNumber: SalesforceStringFilter - - """Filter by the LeadCleanInfo's dataDotComCompanyId field""" - dataDotComCompanyId: SalesforceStringFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongName field""" - isFlaggedWrongName: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongEmail field""" - isFlaggedWrongEmail: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongPhone field""" - isFlaggedWrongPhone: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongAddress field""" - isFlaggedWrongAddress: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongTitle field""" - isFlaggedWrongTitle: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongAnnualRevenue field""" - isFlaggedWrongAnnualRevenue: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongNumberOfEmployees field""" - isFlaggedWrongNumberOfEmployees: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongIndustry field""" - isFlaggedWrongIndustry: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongCompanyName field""" - isFlaggedWrongCompanyName: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's isFlaggedWrongCompanyDunsNumber field""" - isFlaggedWrongCompanyDunsNumber: SalesforceBooleanFilter - - """Filter by the LeadCleanInfo's dataDotComId field""" - dataDotComId: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLeadCleanInfoConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLeadCleanInfoConnectionFilter!] -} - -"""Field that Lead Clean Infos can be sorted by""" -enum SalesforceLeadCleanInfoSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LEAD_ID - LAST_MATCHED_DATE - LAST_STATUS_CHANGED_DATE - LAST_STATUS_CHANGED_BY_ID - IS_INACTIVE - FIRST_NAME - LAST_NAME - EMAIL - PHONE - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - LATITUDE - LONGITUDE - GEOCODE_ACCURACY - TITLE - ANNUAL_REVENUE - NUMBER_OF_EMPLOYEES - INDUSTRY - COMPANY_NAME - COMPANY_DUNS_NUMBER - CONTACT_STATUS_DATA_DOT_COM - DAND_B_COMPANY_DUNS_NUMBER - DATA_DOT_COM_COMPANY_ID - DATA_DOT_COM_ID -} - -"""An edge in a connection.""" -type SalesforceLeadCleanInfoEdge { - """The item at the end of the edge.""" - node: SalesforceLeadCleanInfo! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Lead Clean Infos connection, for use in pagination.""" -type SalesforceLeadCleanInfosConnection { - """The count of all Lead Clean Info you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Lead Clean Infos""" - nodes: [SalesforceLeadCleanInfo!]! - - """List of Lead Clean Info edges""" - edges: [SalesforceLeadCleanInfoEdge!]! -} - -""" -A filter to be used against Holiday object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceHolidayConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Holiday's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Holiday's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Holiday's id field""" - id: SalesforceIdFilter - - """Filter by the Holiday's name field""" - name: SalesforceStringFilter - - """Filter by the Holiday's description field""" - description: SalesforceStringFilter - - """Filter by the Holiday's isAllDay field""" - isAllDay: SalesforceBooleanFilter - - """Filter by the Holiday's activityDate field""" - activityDate: SalesforceDateFilter - - """Filter by the Holiday's startTimeInMinutes field""" - startTimeInMinutes: SalesforceIntFilter - - """Filter by the Holiday's endTimeInMinutes field""" - endTimeInMinutes: SalesforceIntFilter - - """Filter by the Holiday's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Holiday's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Holiday's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Holiday's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Holiday's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Holiday's isRecurrence field""" - isRecurrence: SalesforceBooleanFilter - - """Filter by the Holiday's recurrenceStartDate field""" - recurrenceStartDate: SalesforceDateFilter - - """Filter by the Holiday's recurrenceEndDateOnly field""" - recurrenceEndDateOnly: SalesforceDateFilter - - """Filter by the Holiday's recurrenceType field""" - recurrenceType: SalesforceStringFilter - - """Filter by the Holiday's recurrenceInterval field""" - recurrenceInterval: SalesforceIntFilter - - """Filter by the Holiday's recurrenceDayOfWeekMask field""" - recurrenceDayOfWeekMask: SalesforceIntFilter - - """Filter by the Holiday's recurrenceDayOfMonth field""" - recurrenceDayOfMonth: SalesforceIntFilter - - """Filter by the Holiday's recurrenceInstance field""" - recurrenceInstance: SalesforceStringFilter - - """Filter by the Holiday's recurrenceMonthOfYear field""" - recurrenceMonthOfYear: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceHolidayConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceHolidayConnectionFilter!] -} - -"""Field that Holidays can be sorted by""" -enum SalesforceHolidaySortByFieldEnum { - ID - NAME - DESCRIPTION - IS_ALL_DAY - ACTIVITY_DATE - START_TIME_IN_MINUTES - END_TIME_IN_MINUTES - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_RECURRENCE - RECURRENCE_START_DATE - RECURRENCE_END_DATE_ONLY - RECURRENCE_TYPE - RECURRENCE_INTERVAL - RECURRENCE_DAY_OF_WEEK_MASK - RECURRENCE_DAY_OF_MONTH - RECURRENCE_INSTANCE - RECURRENCE_MONTH_OF_YEAR -} - -"""An edge in a connection.""" -type SalesforceHolidayEdge { - """The item at the end of the edge.""" - node: SalesforceHoliday! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Holidays connection, for use in pagination.""" -type SalesforceHolidaysConnection { - """The count of all Holiday you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Holidays""" - nodes: [SalesforceHoliday!]! - - """List of Holiday edges""" - edges: [SalesforceHolidayEdge!]! -} - -""" -A filter to be used against Folder object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFolderConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Folder's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Folder's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Folder's id field""" - id: SalesforceIdFilter - - """Filter by the Folder's name field""" - name: SalesforceStringFilter - - """Filter by the Folder's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the Folder's accessType field""" - accessType: SalesforceStringFilter - - """Filter by the Folder's isReadonly field""" - isReadonly: SalesforceBooleanFilter - - """Filter by the Folder's type field""" - type: SalesforceStringFilter - - """Filter by the Folder's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the Folder's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Folder's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Folder's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Folder's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Folder's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFolderConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFolderConnectionFilter!] -} - -"""Field that Folders can be sorted by""" -enum SalesforceFolderSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - ACCESS_TYPE - IS_READONLY - TYPE - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceFolderEdge { - """The item at the end of the edge.""" - node: SalesforceFolder! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Folders connection, for use in pagination.""" -type SalesforceFoldersConnection { - """The count of all Folder you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Folders""" - nodes: [SalesforceFolder!]! - - """List of Folder edges""" - edges: [SalesforceFolderEdge!]! -} - -"""Field that Flow Interviews can be sorted by""" -enum SalesforceFlowInterviewSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CURRENT_ELEMENT - INTERVIEW_LABEL - PAUSE_LABEL - GUID -} - -"""An edge in a connection.""" -type SalesforceFlowInterviewEdge { - """The item at the end of the edge.""" - node: SalesforceFlowInterview! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Flow Interviews connection, for use in pagination.""" -type SalesforceFlowInterviewsConnection { - """The count of all Flow Interview you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Flow Interviews""" - nodes: [SalesforceFlowInterview!]! - - """List of Flow Interview edges""" - edges: [SalesforceFlowInterviewEdge!]! -} - -""" -A filter to be used against FileSearchActivity object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFileSearchActivityConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FileSearchActivity's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the FileSearchActivity's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FileSearchActivity's id field""" - id: SalesforceIdFilter - - """Filter by the FileSearchActivity's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the FileSearchActivity's name field""" - name: SalesforceStringFilter - - """Filter by the FileSearchActivity's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FileSearchActivity's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FileSearchActivity's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the FileSearchActivity's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the FileSearchActivity's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the FileSearchActivity's searchTerm field""" - searchTerm: SalesforceStringFilter - - """Filter by the FileSearchActivity's queryDate field""" - queryDate: SalesforceDateFilter - - """Filter by the FileSearchActivity's countQueries field""" - countQueries: SalesforceIntFilter - - """Filter by the FileSearchActivity's countUsers field""" - countUsers: SalesforceIntFilter - - """Filter by the FileSearchActivity's avgNumResults field""" - avgNumResults: SalesforceFloatFilter - - """Filter by the FileSearchActivity's period field""" - period: SalesforceStringFilter - - """Filter by the FileSearchActivity's queryLanguage field""" - queryLanguage: SalesforceStringFilter - - """Filter by the FileSearchActivity's clickRank field""" - clickRank: SalesforceFloatFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFileSearchActivityConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFileSearchActivityConnectionFilter!] -} - -"""Field that FileSearchActivities can be sorted by""" -enum SalesforceFileSearchActivitySortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SEARCH_TERM - QUERY_DATE - COUNT_QUERIES - COUNT_USERS - AVG_NUM_RESULTS - PERIOD - QUERY_LANGUAGE - CLICK_RANK -} - -"""An edge in a connection.""" -type SalesforceFileSearchActivityEdge { - """The item at the end of the edge.""" - node: SalesforceFileSearchActivity! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce FileSearchActivities connection, for use in pagination.""" -type SalesforceFileSearchActivitysConnection { - """The count of all FileSearchActivity you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce FileSearchActivities""" - nodes: [SalesforceFileSearchActivity!]! - - """List of FileSearchActivity edges""" - edges: [SalesforceFileSearchActivityEdge!]! -} - -""" -A filter to be used against EventLogFile object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEventLogFileConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EventLogFile's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EventLogFile's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EventLogFile's id field""" - id: SalesforceIdFilter - - """Filter by the EventLogFile's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the EventLogFile's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EventLogFile's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EventLogFile's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EventLogFile's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EventLogFile's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EventLogFile's eventType field""" - eventType: SalesforceStringFilter - - """Filter by the EventLogFile's logDate field""" - logDate: SalesforceDateTimeFilter - - """Filter by the EventLogFile's logFileLength field""" - logFileLength: SalesforceFloatFilter - - """Filter by the EventLogFile's logFileContentType field""" - logFileContentType: SalesforceStringFilter - - """Filter by the EventLogFile's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the EventLogFile's sequence field""" - sequence: SalesforceIntFilter - - """Filter by the EventLogFile's interval field""" - interval: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEventLogFileConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEventLogFileConnectionFilter!] -} - -"""Field that Event Log Files can be sorted by""" -enum SalesforceEventLogFileSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - EVENT_TYPE - LOG_DATE - LOG_FILE_LENGTH - LOG_FILE_CONTENT_TYPE - API_VERSION - SEQUENCE - INTERVAL -} - -"""An edge in a connection.""" -type SalesforceEventLogFileEdge { - """The item at the end of the edge.""" - node: SalesforceEventLogFile! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Event Log Files connection, for use in pagination.""" -type SalesforceEventLogFilesConnection { - """The count of all Event Log File you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Event Log Files""" - nodes: [SalesforceEventLogFile!]! - - """List of Event Log File edges""" - edges: [SalesforceEventLogFileEdge!]! -} - -""" -A filter to be used against EmailDomainKey object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEmailDomainKeyConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EmailDomainKey's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EmailDomainKey's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EmailDomainKey's id field""" - id: SalesforceIdFilter - - """Filter by the EmailDomainKey's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the EmailDomainKey's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EmailDomainKey's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EmailDomainKey's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EmailDomainKey's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EmailDomainKey's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EmailDomainKey's selector field""" - selector: SalesforceStringFilter - - """Filter by the EmailDomainKey's domain field""" - domain: SalesforceStringFilter - - """Filter by the EmailDomainKey's domainMatch field""" - domainMatch: SalesforceStringFilter - - """Filter by the EmailDomainKey's isActive field""" - isActive: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEmailDomainKeyConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEmailDomainKeyConnectionFilter!] -} - -"""Field that Email Domain Keys can be sorted by""" -enum SalesforceEmailDomainKeySortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SELECTOR - DOMAIN - DOMAIN_MATCH - IS_ACTIVE -} - -"""An edge in a connection.""" -type SalesforceEmailDomainKeyEdge { - """The item at the end of the edge.""" - node: SalesforceEmailDomainKey! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Email Domain Keys connection, for use in pagination.""" -type SalesforceEmailDomainKeysConnection { - """The count of all Email Domain Key you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Email Domain Keys""" - nodes: [SalesforceEmailDomainKey!]! - - """List of Email Domain Key edges""" - edges: [SalesforceEmailDomainKeyEdge!]! -} - -""" -A filter to be used against EmailCapture object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEmailCaptureConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EmailCapture's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EmailCapture's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EmailCapture's id field""" - id: SalesforceIdFilter - - """Filter by the EmailCapture's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the EmailCapture's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EmailCapture's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EmailCapture's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EmailCapture's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EmailCapture's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EmailCapture's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the EmailCapture's toPattern field""" - toPattern: SalesforceStringFilter - - """Filter by the EmailCapture's fromPattern field""" - fromPattern: SalesforceStringFilter - - """Filter by the EmailCapture's sender field""" - sender: SalesforceStringFilter - - """Filter by the EmailCapture's recipient field""" - recipient: SalesforceStringFilter - - """Filter by the EmailCapture's captureDate field""" - captureDate: SalesforceDateTimeFilter - - """Filter by the EmailCapture's rawMessageLength field""" - rawMessageLength: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEmailCaptureConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEmailCaptureConnectionFilter!] -} - -"""Field that EmailCaptures can be sorted by""" -enum SalesforceEmailCaptureSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_ACTIVE - TO_PATTERN - FROM_PATTERN - SENDER - RECIPIENT - CAPTURE_DATE - RAW_MESSAGE_LENGTH -} - -"""An edge in a connection.""" -type SalesforceEmailCaptureEdge { - """The item at the end of the edge.""" - node: SalesforceEmailCapture! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce EmailCaptures connection, for use in pagination.""" -type SalesforceEmailCapturesConnection { - """The count of all EmailCapture you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce EmailCaptures""" - nodes: [SalesforceEmailCapture!]! - - """List of EmailCapture edges""" - edges: [SalesforceEmailCaptureEdge!]! -} - -"""Field that Duplicate Rules can be sorted by""" -enum SalesforceDuplicateRuleSortByFieldEnum { - ID - IS_DELETED - SOBJECT_TYPE - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_ACTIVE - SOBJECT_SUBTYPE - LAST_VIEWED_DATE -} - -"""An edge in a connection.""" -type SalesforceDuplicateRuleEdge { - """The item at the end of the edge.""" - node: SalesforceDuplicateRule! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Duplicate Rules connection, for use in pagination.""" -type SalesforceDuplicateRulesConnection { - """The count of all Duplicate Rule you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Duplicate Rules""" - nodes: [SalesforceDuplicateRule!]! - - """List of Duplicate Rule edges""" - edges: [SalesforceDuplicateRuleEdge!]! -} - -"""Field that Domains can be sorted by""" -enum SalesforceDomainSortByFieldEnum { - ID - DOMAIN_TYPE - DOMAIN - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceDomainEdge { - """The item at the end of the edge.""" - node: SalesforceDomain! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Domains connection, for use in pagination.""" -type SalesforceDomainsConnection { - """The count of all Domain you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Domains""" - nodes: [SalesforceDomain!]! - - """List of Domain edges""" - edges: [SalesforceDomainEdge!]! -} - -"""Field that Data.com Usages can be sorted by""" -enum SalesforceDatacloudPurchaseUsageSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - USER_ID - USER_TYPE - PURCHASE_TYPE - DATACLOUD_ENTITY_TYPE - USAGE - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceDatacloudPurchaseUsageEdge { - """The item at the end of the edge.""" - node: SalesforceDatacloudPurchaseUsage! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Data.com Usages connection, for use in pagination.""" -type SalesforceDatacloudPurchaseUsagesConnection { - """The count of all Data.com Usage you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Data.com Usages""" - nodes: [SalesforceDatacloudPurchaseUsage!]! - - """List of Data.com Usage edges""" - edges: [SalesforceDatacloudPurchaseUsageEdge!]! -} - -"""Field that Data Assessment Metrics can be sorted by""" -enum SalesforceDataAssessmentMetricSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - NUM_TOTAL - NUM_PROCESSED - NUM_MATCHED - NUM_MATCHED_DIFFERENT - NUM_UNMATCHED - NUM_DUPLICATES -} - -"""An edge in a connection.""" -type SalesforceDataAssessmentMetricEdge { - """The item at the end of the edge.""" - node: SalesforceDataAssessmentMetric! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Data Assessment Metrics connection, for use in pagination.""" -type SalesforceDataAssessmentMetricsConnection { - """ - The count of all Data Assessment Metric you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Data Assessment Metrics""" - nodes: [SalesforceDataAssessmentMetric!]! - - """List of Data Assessment Metric edges""" - edges: [SalesforceDataAssessmentMetricEdge!]! -} - -"""Field that D&B Companies can be sorted by""" -enum SalesforceDandBCompanySortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - DUNS_NUMBER - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - GEOCODE_ACCURACY_STANDARD - PHONE - FAX - COUNTRY_ACCESS_CODE - PUBLIC_INDICATOR - STOCK_SYMBOL - STOCK_EXCHANGE - SALES_VOLUME - URL - OUT_OF_BUSINESS - EMPLOYEES_TOTAL - FIPS_MSA_CODE - FIPS_MSA_DESC - TRADE_STYLE_1 - YEAR_STARTED - MAILING_STREET - MAILING_CITY - MAILING_STATE - MAILING_POSTAL_CODE - MAILING_COUNTRY - MAILING_GEOCODE_ACCURACY - LATITUDE - LONGITUDE - PRIMARY_SIC - PRIMARY_SIC_DESC - SECOND_SIC - SECOND_SIC_DESC - THIRD_SIC - THIRD_SIC_DESC - FOURTH_SIC - FOURTH_SIC_DESC - FIFTH_SIC - FIFTH_SIC_DESC - SIXTH_SIC - SIXTH_SIC_DESC - PRIMARY_NAICS - PRIMARY_NAICS_DESC - SECOND_NAICS - SECOND_NAICS_DESC - THIRD_NAICS - THIRD_NAICS_DESC - FOURTH_NAICS - FOURTH_NAICS_DESC - FIFTH_NAICS - FIFTH_NAICS_DESC - SIXTH_NAICS - SIXTH_NAICS_DESC - OWN_OR_RENT - EMPLOYEES_HERE - EMPLOYEES_HERE_RELIABILITY - SALES_VOLUME_RELIABILITY - CURRENCY_CODE - LEGAL_STATUS - GLOBAL_ULTIMATE_TOTAL_EMPLOYEES - EMPLOYEES_TOTAL_RELIABILITY - MINORITY_OWNED - WOMEN_OWNED - SMALL_BUSINESS - MARKETING_SEGMENTATION_CLUSTER - IMPORT_EXPORT_AGENT - SUBSIDIARY - TRADE_STYLE_2 - TRADE_STYLE_3 - TRADE_STYLE_4 - TRADE_STYLE_5 - NATIONAL_ID - NATIONAL_ID_TYPE - US_TAX_ID - GEO_CODE_ACCURACY - FAMILY_MEMBERS - MARKETING_PRE_SCREEN - GLOBAL_ULTIMATE_DUNS_NUMBER - GLOBAL_ULTIMATE_BUSINESS_NAME - PARENT_OR_HQ_DUNS_NUMBER - PARENT_OR_HQ_BUSINESS_NAME - DOMESTIC_ULTIMATE_DUNS_NUMBER - DOMESTIC_ULTIMATE_BUSINESS_NAME - LOCATION_STATUS - COMPANY_CURRENCY_ISO_CODE - FORTUNE_RANK - INCLUDED_IN_SN_P_500 - PREMISES_MEASURE - PREMISES_MEASURE_RELIABILITY - PREMISES_MEASURE_UNIT - EMPLOYEE_QUANTITY_GROWTH_RATE - SALES_TURNOVER_GROWTH_RATE - PRIMARY_SIC_8 - PRIMARY_SIC_8_DESC - SECOND_SIC_8 - SECOND_SIC_8_DESC - THIRD_SIC_8 - THIRD_SIC_8_DESC - FOURTH_SIC_8 - FOURTH_SIC_8_DESC - FIFTH_SIC_8 - FIFTH_SIC_8_DESC - SIXTH_SIC_8 - SIXTH_SIC_8_DESC - PRIOR_YEAR_EMPLOYEES - PRIOR_YEAR_REVENUE -} - -"""An edge in a connection.""" -type SalesforceDandBCompanyEdge { - """The item at the end of the edge.""" - node: SalesforceDandBCompany! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce D&B Companies connection, for use in pagination.""" -type SalesforceDandBCompanysConnection { - """The count of all D&B Company you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce D&B Companies""" - nodes: [SalesforceDandBCompany!]! - - """List of D&B Company edges""" - edges: [SalesforceDandBCompanyEdge!]! -} - -"""Field that Custom Permissions can be sorted by""" -enum SalesforceCustomPermissionSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - IS_PROTECTED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceCustomPermissionEdge { - """The item at the end of the edge.""" - node: SalesforceCustomPermission! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Custom Permissions connection, for use in pagination.""" -type SalesforceCustomPermissionsConnection { - """The count of all Custom Permission you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom Permissions""" - nodes: [SalesforceCustomPermission!]! - - """List of Custom Permission edges""" - edges: [SalesforceCustomPermissionEdge!]! -} - -""" -A filter to be used against CspTrustedSite object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCspTrustedSiteConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CspTrustedSite's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CspTrustedSite's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CspTrustedSite's id field""" - id: SalesforceIdFilter - - """Filter by the CspTrustedSite's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CspTrustedSite's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the CspTrustedSite's language field""" - language: SalesforceStringFilter - - """Filter by the CspTrustedSite's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the CspTrustedSite's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the CspTrustedSite's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CspTrustedSite's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CspTrustedSite's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CspTrustedSite's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CspTrustedSite's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CspTrustedSite's endpointUrl field""" - endpointUrl: SalesforceStringFilter - - """Filter by the CspTrustedSite's description field""" - description: SalesforceStringFilter - - """Filter by the CspTrustedSite's isActive field""" - isActive: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCspTrustedSiteConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCspTrustedSiteConnectionFilter!] -} - -"""Field that Content Security Policy Trusted Sites can be sorted by""" -enum SalesforceCspTrustedSiteSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - ENDPOINT_URL - DESCRIPTION - IS_ACTIVE -} - -"""An edge in a connection.""" -type SalesforceCspTrustedSiteEdge { - """The item at the end of the edge.""" - node: SalesforceCspTrustedSite! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Content Security Policy Trusted Sites connection, for use in pagination. -""" -type SalesforceCspTrustedSitesConnection { - """ - The count of all Content Security Policy Trusted Site you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Security Policy Trusted Sites""" - nodes: [SalesforceCspTrustedSite!]! - - """List of Content Security Policy Trusted Site edges""" - edges: [SalesforceCspTrustedSiteEdge!]! -} - -""" -A filter to be used against CorsWhitelistEntry object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCorsWhitelistEntryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CorsWhitelistEntry's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CorsWhitelistEntry's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CorsWhitelistEntry's id field""" - id: SalesforceIdFilter - - """Filter by the CorsWhitelistEntry's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CorsWhitelistEntry's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the CorsWhitelistEntry's language field""" - language: SalesforceStringFilter - - """Filter by the CorsWhitelistEntry's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the CorsWhitelistEntry's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the CorsWhitelistEntry's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CorsWhitelistEntry's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CorsWhitelistEntry's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CorsWhitelistEntry's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CorsWhitelistEntry's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CorsWhitelistEntry's urlPattern field""" - urlPattern: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCorsWhitelistEntryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCorsWhitelistEntryConnectionFilter!] -} - -"""Field that CORS Whitelist Origins can be sorted by""" -enum SalesforceCorsWhitelistEntrySortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - URL_PATTERN -} - -"""An edge in a connection.""" -type SalesforceCorsWhitelistEntryEdge { - """The item at the end of the edge.""" - node: SalesforceCorsWhitelistEntry! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce CORS Whitelist Origins connection, for use in pagination.""" -type SalesforceCorsWhitelistEntrysConnection { - """ - The count of all CORS Whitelist Origin you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce CORS Whitelist Origins""" - nodes: [SalesforceCorsWhitelistEntry!]! - - """List of CORS Whitelist Origin edges""" - edges: [SalesforceCorsWhitelistEntryEdge!]! -} - -""" -A filter to be used against ContractStatus object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContractStatusConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContractStatus's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContractStatus's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContractStatus's id field""" - id: SalesforceIdFilter - - """Filter by the ContractStatus's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ContractStatus's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the ContractStatus's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the ContractStatus's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the ContractStatus's statusCode field""" - statusCode: SalesforceStringFilter - - """Filter by the ContractStatus's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContractStatus's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContractStatus's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContractStatus's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContractStatus's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContractStatusConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContractStatusConnectionFilter!] -} - -"""Field that Contract Status Values can be sorted by""" -enum SalesforceContractStatusSortByFieldEnum { - ID - MASTER_LABEL - API_NAME - SORT_ORDER - IS_DEFAULT - STATUS_CODE - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceContractStatusEdge { - """The item at the end of the edge.""" - node: SalesforceContractStatus! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contract Status Values connection, for use in pagination.""" -type SalesforceContractStatussConnection { - """ - The count of all Contract Status Value you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contract Status Values""" - nodes: [SalesforceContractStatus!]! - - """List of Contract Status Value edges""" - edges: [SalesforceContractStatusEdge!]! -} - -"""Field that Library Permissions can be sorted by""" -enum SalesforceContentWorkspacePermissionSortByFieldEnum { - ID - NAME - TYPE - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - LAST_MODIFIED_BY_ID - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceContentWorkspacePermissionEdge { - """The item at the end of the edge.""" - node: SalesforceContentWorkspacePermission! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Library Permissions connection, for use in pagination.""" -type SalesforceContentWorkspacePermissionsConnection { - """The count of all Library Permission you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Library Permissions""" - nodes: [SalesforceContentWorkspacePermission!]! - - """List of Library Permission edges""" - edges: [SalesforceContentWorkspacePermissionEdge!]! -} - -""" -A filter to be used against ContentUserSubscription object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentUserSubscriptionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentUserSubscription's subscribedToUser relation.""" - subscribedToUser: SalesforceUserConnectionFilter - - """Filter by the ContentUserSubscription's subscriberUser relation.""" - subscriberUser: SalesforceUserConnectionFilter - - """Filter by the ContentUserSubscription's id field""" - id: SalesforceIdFilter - - """Filter by the ContentUserSubscription's subscriberUserId field""" - subscriberUserId: SalesforceIdFilter - - """Filter by the ContentUserSubscription's subscribedToUserId field""" - subscribedToUserId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentUserSubscriptionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentUserSubscriptionConnectionFilter!] -} - -"""Field that Content User Subscriptions can be sorted by""" -enum SalesforceContentUserSubscriptionSortByFieldEnum { - ID - SUBSCRIBER_USER_ID - SUBSCRIBED_TO_USER_ID -} - -"""An edge in a connection.""" -type SalesforceContentUserSubscriptionEdge { - """The item at the end of the edge.""" - node: SalesforceContentUserSubscription! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Content User Subscriptions connection, for use in pagination. -""" -type SalesforceContentUserSubscriptionsConnection { - """ - The count of all Content User Subscription you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content User Subscriptions""" - nodes: [SalesforceContentUserSubscription!]! - - """List of Content User Subscription edges""" - edges: [SalesforceContentUserSubscriptionEdge!]! -} - -""" -A filter to be used against ContentTagSubscription object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentTagSubscriptionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentTagSubscription's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the ContentTagSubscription's id field""" - id: SalesforceIdFilter - - """Filter by the ContentTagSubscription's userId field""" - userId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentTagSubscriptionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentTagSubscriptionConnectionFilter!] -} - -"""Field that Content Tag Subscriptions can be sorted by""" -enum SalesforceContentTagSubscriptionSortByFieldEnum { - ID - USER_ID -} - -"""An edge in a connection.""" -type SalesforceContentTagSubscriptionEdge { - """The item at the end of the edge.""" - node: SalesforceContentTagSubscription! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Content Tag Subscriptions connection, for use in pagination. -""" -type SalesforceContentTagSubscriptionsConnection { - """ - The count of all Content Tag Subscription you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Tag Subscriptions""" - nodes: [SalesforceContentTagSubscription!]! - - """List of Content Tag Subscription edges""" - edges: [SalesforceContentTagSubscriptionEdge!]! -} - -""" -A filter to be used against ContactHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContactHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContactHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContactHistory's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the ContactHistory's id field""" - id: SalesforceIdFilter - - """Filter by the ContactHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContactHistory's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the ContactHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContactHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContactHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContactHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContactHistoryConnectionFilter!] -} - -"""Field that Contact Histories can be sorted by""" -enum SalesforceContactHistorySortByFieldEnum { - ID - IS_DELETED - CONTACT_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceContactHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceContactHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contact Histories connection, for use in pagination.""" -type SalesforceContactHistorysConnection { - """The count of all Contact History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contact Histories""" - nodes: [SalesforceContactHistory!]! - - """List of Contact History edges""" - edges: [SalesforceContactHistoryEdge!]! -} - -""" -A filter to be used against ContactCleanInfo object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContactCleanInfoConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContactCleanInfo's lastStatusChangedBy relation.""" - lastStatusChangedBy: SalesforceUserConnectionFilter - - """Filter by the ContactCleanInfo's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the ContactCleanInfo's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContactCleanInfo's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContactCleanInfo's id field""" - id: SalesforceIdFilter - - """Filter by the ContactCleanInfo's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's name field""" - name: SalesforceStringFilter - - """Filter by the ContactCleanInfo's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContactCleanInfo's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContactCleanInfo's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContactCleanInfo's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContactCleanInfo's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContactCleanInfo's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the ContactCleanInfo's lastMatchedDate field""" - lastMatchedDate: SalesforceDateTimeFilter - - """Filter by the ContactCleanInfo's lastStatusChangedDate field""" - lastStatusChangedDate: SalesforceDateTimeFilter - - """Filter by the ContactCleanInfo's lastStatusChangedById field""" - lastStatusChangedById: SalesforceIdFilter - - """Filter by the ContactCleanInfo's isInactive field""" - isInactive: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's firstName field""" - firstName: SalesforceStringFilter - - """Filter by the ContactCleanInfo's lastName field""" - lastName: SalesforceStringFilter - - """Filter by the ContactCleanInfo's email field""" - email: SalesforceStringFilter - - """Filter by the ContactCleanInfo's phone field""" - phone: SalesforceStringFilter - - """Filter by the ContactCleanInfo's street field""" - street: SalesforceStringFilter - - """Filter by the ContactCleanInfo's city field""" - city: SalesforceStringFilter - - """Filter by the ContactCleanInfo's state field""" - state: SalesforceStringFilter - - """Filter by the ContactCleanInfo's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the ContactCleanInfo's country field""" - country: SalesforceStringFilter - - """Filter by the ContactCleanInfo's latitude field""" - latitude: SalesforceFloatFilter - - """Filter by the ContactCleanInfo's longitude field""" - longitude: SalesforceFloatFilter - - """Filter by the ContactCleanInfo's geocodeAccuracy field""" - geocodeAccuracy: SalesforceStringFilter - - """Filter by the ContactCleanInfo's title field""" - title: SalesforceStringFilter - - """Filter by the ContactCleanInfo's contactStatusDataDotCom field""" - contactStatusDataDotCom: SalesforceStringFilter - - """Filter by the ContactCleanInfo's isReviewedName field""" - isReviewedName: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isReviewedEmail field""" - isReviewedEmail: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isReviewedPhone field""" - isReviewedPhone: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isReviewedAddress field""" - isReviewedAddress: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isReviewedTitle field""" - isReviewedTitle: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentFirstName field""" - isDifferentFirstName: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentLastName field""" - isDifferentLastName: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentEmail field""" - isDifferentEmail: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentPhone field""" - isDifferentPhone: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentStreet field""" - isDifferentStreet: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentCity field""" - isDifferentCity: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentState field""" - isDifferentState: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentPostalCode field""" - isDifferentPostalCode: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentCountry field""" - isDifferentCountry: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentTitle field""" - isDifferentTitle: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentStateCode field""" - isDifferentStateCode: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isDifferentCountryCode field""" - isDifferentCountryCode: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's cleanedByJob field""" - cleanedByJob: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's cleanedByUser field""" - cleanedByUser: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isFlaggedWrongName field""" - isFlaggedWrongName: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isFlaggedWrongEmail field""" - isFlaggedWrongEmail: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isFlaggedWrongPhone field""" - isFlaggedWrongPhone: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isFlaggedWrongAddress field""" - isFlaggedWrongAddress: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's isFlaggedWrongTitle field""" - isFlaggedWrongTitle: SalesforceBooleanFilter - - """Filter by the ContactCleanInfo's dataDotComId field""" - dataDotComId: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContactCleanInfoConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContactCleanInfoConnectionFilter!] -} - -"""Field that Contact Clean Infos can be sorted by""" -enum SalesforceContactCleanInfoSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CONTACT_ID - LAST_MATCHED_DATE - LAST_STATUS_CHANGED_DATE - LAST_STATUS_CHANGED_BY_ID - IS_INACTIVE - FIRST_NAME - LAST_NAME - EMAIL - PHONE - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - LATITUDE - LONGITUDE - GEOCODE_ACCURACY - TITLE - CONTACT_STATUS_DATA_DOT_COM - DATA_DOT_COM_ID -} - -"""An edge in a connection.""" -type SalesforceContactCleanInfoEdge { - """The item at the end of the edge.""" - node: SalesforceContactCleanInfo! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contact Clean Infos connection, for use in pagination.""" -type SalesforceContactCleanInfosConnection { - """The count of all Contact Clean Info you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contact Clean Infos""" - nodes: [SalesforceContactCleanInfo!]! - - """List of Contact Clean Info edges""" - edges: [SalesforceContactCleanInfoEdge!]! -} - -"""Field that Contacts can be sorted by""" -enum SalesforceContactSortByFieldEnum { - ID - IS_DELETED - MASTER_RECORD_ID - ACCOUNT_ID - LAST_NAME - FIRST_NAME - SALUTATION - NAME - OTHER_STREET - OTHER_CITY - OTHER_STATE - OTHER_POSTAL_CODE - OTHER_COUNTRY - OTHER_LATITUDE - OTHER_LONGITUDE - OTHER_GEOCODE_ACCURACY - MAILING_STREET - MAILING_CITY - MAILING_STATE - MAILING_POSTAL_CODE - MAILING_COUNTRY - MAILING_LATITUDE - MAILING_LONGITUDE - MAILING_GEOCODE_ACCURACY - PHONE - FAX - MOBILE_PHONE - HOME_PHONE - OTHER_PHONE - ASSISTANT_PHONE - REPORTS_TO_ID - EMAIL - TITLE - DEPARTMENT - ASSISTANT_NAME - LEAD_SOURCE - BIRTHDATE - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_ACTIVITY_DATE - LAST_CU_REQUEST_DATE - LAST_CU_UPDATE_DATE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - EMAIL_BOUNCED_REASON - EMAIL_BOUNCED_DATE - IS_EMAIL_BOUNCED - PHOTO_URL - JIGSAW - JIGSAW_CONTACT_ID - CLEAN_STATUS -} - -"""An edge in a connection.""" -type SalesforceContactEdge { - """The item at the end of the edge.""" - node: SalesforceContact! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contacts connection, for use in pagination.""" -type SalesforceContactsConnection { - """The count of all Contact you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contacts""" - nodes: [SalesforceContact!]! - - """List of Contact edges""" - edges: [SalesforceContactEdge!]! -} - -"""Field that Connected Apps can be sorted by""" -enum SalesforceConnectedApplicationSortByFieldEnum { - ID - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - MOBILE_SESSION_TIMEOUT - PIN_LENGTH - START_URL - MOBILE_START_URL - REFRESH_TOKEN_VALIDITY_PERIOD -} - -"""An edge in a connection.""" -type SalesforceConnectedApplicationEdge { - """The item at the end of the edge.""" - node: SalesforceConnectedApplication! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Connected Apps connection, for use in pagination.""" -type SalesforceConnectedApplicationsConnection { - """The count of all Connected App you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Connected Apps""" - nodes: [SalesforceConnectedApplication!]! - - """List of Connected App edges""" - edges: [SalesforceConnectedApplicationEdge!]! -} - -"""Field that Zones can be sorted by""" -enum SalesforceCommunitySortByFieldEnum { - ID - SYSTEM_MODSTAMP - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - NAME - DESCRIPTION - IS_ACTIVE - IS_PUBLISHED -} - -"""An edge in a connection.""" -type SalesforceCommunityEdge { - """The item at the end of the edge.""" - node: SalesforceCommunity! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Zones connection, for use in pagination.""" -type SalesforceCommunitysConnection { - """The count of all Zone you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Zones""" - nodes: [SalesforceCommunity!]! - - """List of Zone edges""" - edges: [SalesforceCommunityEdge!]! -} - -""" -A filter to be used against ClientBrowser object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceClientBrowserConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ClientBrowser's users relation.""" - users: SalesforceUserConnectionFilter - - """Filter by the ClientBrowser's id field""" - id: SalesforceIdFilter - - """Filter by the ClientBrowser's usersId field""" - usersId: SalesforceIdFilter - - """Filter by the ClientBrowser's fullUserAgent field""" - fullUserAgent: SalesforceStringFilter - - """Filter by the ClientBrowser's proxyInfo field""" - proxyInfo: SalesforceStringFilter - - """Filter by the ClientBrowser's lastUpdate field""" - lastUpdate: SalesforceDateTimeFilter - - """Filter by the ClientBrowser's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceClientBrowserConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceClientBrowserConnectionFilter!] -} - -"""Field that Client Browsers can be sorted by""" -enum SalesforceClientBrowserSortByFieldEnum { - ID - USERS_ID - FULL_USER_AGENT - PROXY_INFO - LAST_UPDATE - CREATED_DATE -} - -"""An edge in a connection.""" -type SalesforceClientBrowserEdge { - """The item at the end of the edge.""" - node: SalesforceClientBrowser! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Client Browsers connection, for use in pagination.""" -type SalesforceClientBrowsersConnection { - """The count of all Client Browser you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Client Browsers""" - nodes: [SalesforceClientBrowser!]! - - """List of Client Browser edges""" - edges: [SalesforceClientBrowserEdge!]! -} - -""" -A filter to be used against ChatterActivity object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceChatterActivityConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ChatterActivity's parent relation.""" - parent: SalesforceUserConnectionFilter - - """Filter by the ChatterActivity's id field""" - id: SalesforceIdFilter - - """Filter by the ChatterActivity's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ChatterActivity's postCount field""" - postCount: SalesforceIntFilter - - """Filter by the ChatterActivity's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the ChatterActivity's commentReceivedCount field""" - commentReceivedCount: SalesforceIntFilter - - """Filter by the ChatterActivity's likeReceivedCount field""" - likeReceivedCount: SalesforceIntFilter - - """Filter by the ChatterActivity's influenceRawRank field""" - influenceRawRank: SalesforceIntFilter - - """Filter by the ChatterActivity's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceChatterActivityConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceChatterActivityConnectionFilter!] -} - -"""Field that Chatter Activities can be sorted by""" -enum SalesforceChatterActivitySortByFieldEnum { - ID - PARENT_ID - POST_COUNT - COMMENT_COUNT - COMMENT_RECEIVED_COUNT - LIKE_RECEIVED_COUNT - INFLUENCE_RAW_RANK - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceChatterActivityEdge { - """The item at the end of the edge.""" - node: SalesforceChatterActivity! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Chatter Activities connection, for use in pagination.""" -type SalesforceChatterActivitysConnection { - """The count of all Chatter Activity you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Chatter Activities""" - nodes: [SalesforceChatterActivity!]! - - """List of Chatter Activity edges""" - edges: [SalesforceChatterActivityEdge!]! -} - -""" -A filter to be used against CaseTeamTemplateRecord object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseTeamTemplateRecordConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseTeamTemplateRecord's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamTemplateRecord's teamTemplate relation.""" - teamTemplate: SalesforceCaseTeamTemplateConnectionFilter - - """Filter by the CaseTeamTemplateRecord's parent relation.""" - parent: SalesforceCaseConnectionFilter - - """Filter by the CaseTeamTemplateRecord's id field""" - id: SalesforceIdFilter - - """Filter by the CaseTeamTemplateRecord's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CaseTeamTemplateRecord's teamTemplateId field""" - teamTemplateId: SalesforceIdFilter - - """Filter by the CaseTeamTemplateRecord's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamTemplateRecord's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseTeamTemplateRecord's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseTeamTemplateRecordConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseTeamTemplateRecordConnectionFilter!] -} - -"""Field that Predefined Case Team Records can be sorted by""" -enum SalesforceCaseTeamTemplateRecordSortByFieldEnum { - ID - PARENT_ID - TEAM_TEMPLATE_ID - CREATED_DATE - CREATED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCaseTeamTemplateRecordEdge { - """The item at the end of the edge.""" - node: SalesforceCaseTeamTemplateRecord! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Predefined Case Team Records connection, for use in pagination. -""" -type SalesforceCaseTeamTemplateRecordsConnection { - """ - The count of all Predefined Case Team Record you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Predefined Case Team Records""" - nodes: [SalesforceCaseTeamTemplateRecord!]! - - """List of Predefined Case Team Record edges""" - edges: [SalesforceCaseTeamTemplateRecordEdge!]! -} - -"""Field that Predefined Case Team Members can be sorted by""" -enum SalesforceCaseTeamTemplateMemberSortByFieldEnum { - ID - TEAM_TEMPLATE_ID - MEMBER_ID - TEAM_ROLE_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCaseTeamTemplateMemberEdge { - """The item at the end of the edge.""" - node: SalesforceCaseTeamTemplateMember! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Predefined Case Team Members connection, for use in pagination. -""" -type SalesforceCaseTeamTemplateMembersConnection { - """ - The count of all Predefined Case Team Member you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Predefined Case Team Members""" - nodes: [SalesforceCaseTeamTemplateMember!]! - - """List of Predefined Case Team Member edges""" - edges: [SalesforceCaseTeamTemplateMemberEdge!]! -} - -"""Field that Predefined Case Teams can be sorted by""" -enum SalesforceCaseTeamTemplateSortByFieldEnum { - ID - NAME - DESCRIPTION - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCaseTeamTemplateEdge { - """The item at the end of the edge.""" - node: SalesforceCaseTeamTemplate! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Predefined Case Teams connection, for use in pagination.""" -type SalesforceCaseTeamTemplatesConnection { - """ - The count of all Predefined Case Team you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Predefined Case Teams""" - nodes: [SalesforceCaseTeamTemplate!]! - - """List of Predefined Case Team edges""" - edges: [SalesforceCaseTeamTemplateEdge!]! -} - -"""Field that Case Team Member Roles can be sorted by""" -enum SalesforceCaseTeamRoleSortByFieldEnum { - ID - NAME - ACCESS_LEVEL - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCaseTeamRoleEdge { - """The item at the end of the edge.""" - node: SalesforceCaseTeamRole! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Team Member Roles connection, for use in pagination.""" -type SalesforceCaseTeamRolesConnection { - """ - The count of all Case Team Member Role you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Team Member Roles""" - nodes: [SalesforceCaseTeamRole!]! - - """List of Case Team Member Role edges""" - edges: [SalesforceCaseTeamRoleEdge!]! -} - -""" -A filter to be used against CaseTeamRole object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseTeamRoleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseTeamRole's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamRole's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamRole's id field""" - id: SalesforceIdFilter - - """Filter by the CaseTeamRole's name field""" - name: SalesforceStringFilter - - """Filter by the CaseTeamRole's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the CaseTeamRole's preferencesVisibleInCsp field""" - preferencesVisibleInCsp: SalesforceBooleanFilter - - """Filter by the CaseTeamRole's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamRole's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseTeamRole's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamRole's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseTeamRole's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseTeamRoleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseTeamRoleConnectionFilter!] -} - -""" -A filter to be used against CaseTeamTemplate object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseTeamTemplateConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseTeamTemplate's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamTemplate's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamTemplate's id field""" - id: SalesforceIdFilter - - """Filter by the CaseTeamTemplate's name field""" - name: SalesforceStringFilter - - """Filter by the CaseTeamTemplate's description field""" - description: SalesforceStringFilter - - """Filter by the CaseTeamTemplate's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamTemplate's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseTeamTemplate's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamTemplate's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseTeamTemplate's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseTeamTemplateConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseTeamTemplateConnectionFilter!] -} - -""" -A filter to be used against CaseTeamTemplateMember object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseTeamTemplateMemberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseTeamTemplateMember's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamTemplateMember's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamTemplateMember's teamRole relation.""" - teamRole: SalesforceCaseTeamRoleConnectionFilter - - """Filter by the CaseTeamTemplateMember's teamTemplate relation.""" - teamTemplate: SalesforceCaseTeamTemplateConnectionFilter - - """Filter by the CaseTeamTemplateMember's id field""" - id: SalesforceIdFilter - - """Filter by the CaseTeamTemplateMember's teamTemplateId field""" - teamTemplateId: SalesforceIdFilter - - """Filter by the CaseTeamTemplateMember's memberId field""" - memberId: SalesforceIdFilter - - """Filter by the CaseTeamTemplateMember's teamRoleId field""" - teamRoleId: SalesforceIdFilter - - """Filter by the CaseTeamTemplateMember's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamTemplateMember's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseTeamTemplateMember's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamTemplateMember's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseTeamTemplateMember's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseTeamTemplateMemberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseTeamTemplateMemberConnectionFilter!] -} - -""" -A filter to be used against CaseTeamMember object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseTeamMemberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseTeamMember's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamMember's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseTeamMember's teamRole relation.""" - teamRole: SalesforceCaseTeamRoleConnectionFilter - - """Filter by the CaseTeamMember's teamTemplateMember relation.""" - teamTemplateMember: SalesforceCaseTeamTemplateMemberConnectionFilter - - """Filter by the CaseTeamMember's parent relation.""" - parent: SalesforceCaseConnectionFilter - - """Filter by the CaseTeamMember's id field""" - id: SalesforceIdFilter - - """Filter by the CaseTeamMember's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CaseTeamMember's memberId field""" - memberId: SalesforceIdFilter - - """Filter by the CaseTeamMember's teamTemplateMemberId field""" - teamTemplateMemberId: SalesforceIdFilter - - """Filter by the CaseTeamMember's teamRoleId field""" - teamRoleId: SalesforceIdFilter - - """Filter by the CaseTeamMember's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamMember's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseTeamMember's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseTeamMember's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseTeamMember's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseTeamMemberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseTeamMemberConnectionFilter!] -} - -"""Field that Case Team Members can be sorted by""" -enum SalesforceCaseTeamMemberSortByFieldEnum { - ID - PARENT_ID - MEMBER_ID - TEAM_TEMPLATE_MEMBER_ID - TEAM_ROLE_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCaseTeamMemberEdge { - """The item at the end of the edge.""" - node: SalesforceCaseTeamMember! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Team Members connection, for use in pagination.""" -type SalesforceCaseTeamMembersConnection { - """The count of all Case Team Member you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Team Members""" - nodes: [SalesforceCaseTeamMember!]! - - """List of Case Team Member edges""" - edges: [SalesforceCaseTeamMemberEdge!]! -} - -""" -A filter to be used against CaseStatus object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseStatusConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseStatus's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseStatus's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseStatus's id field""" - id: SalesforceIdFilter - - """Filter by the CaseStatus's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the CaseStatus's apiName field""" - apiName: SalesforceStringFilter - - """Filter by the CaseStatus's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the CaseStatus's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the CaseStatus's isClosed field""" - isClosed: SalesforceBooleanFilter - - """Filter by the CaseStatus's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseStatus's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseStatus's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseStatus's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseStatus's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseStatusConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseStatusConnectionFilter!] -} - -"""Field that Case Status Values can be sorted by""" -enum SalesforceCaseStatusSortByFieldEnum { - ID - MASTER_LABEL - API_NAME - SORT_ORDER - IS_DEFAULT - IS_CLOSED - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCaseStatusEdge { - """The item at the end of the edge.""" - node: SalesforceCaseStatus! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Status Values connection, for use in pagination.""" -type SalesforceCaseStatussConnection { - """The count of all Case Status Value you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Status Values""" - nodes: [SalesforceCaseStatus!]! - - """List of Case Status Value edges""" - edges: [SalesforceCaseStatusEdge!]! -} - -""" -A filter to be used against CaseHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseHistory's case relation.""" - case: SalesforceCaseConnectionFilter - - """Filter by the CaseHistory's id field""" - id: SalesforceIdFilter - - """Filter by the CaseHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CaseHistory's caseId field""" - caseId: SalesforceIdFilter - - """Filter by the CaseHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseHistoryConnectionFilter!] -} - -"""Field that Case Histories can be sorted by""" -enum SalesforceCaseHistorySortByFieldEnum { - ID - IS_DELETED - CASE_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceCaseHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceCaseHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Histories connection, for use in pagination.""" -type SalesforceCaseHistorysConnection { - """The count of all Case History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Histories""" - nodes: [SalesforceCaseHistory!]! - - """List of Case History edges""" - edges: [SalesforceCaseHistoryEdge!]! -} - -""" -A filter to be used against CaseContactRole object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseContactRoleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseContactRole's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseContactRole's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseContactRole's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the CaseContactRole's cases relation.""" - cases: SalesforceCaseConnectionFilter - - """Filter by the CaseContactRole's id field""" - id: SalesforceIdFilter - - """Filter by the CaseContactRole's casesId field""" - casesId: SalesforceIdFilter - - """Filter by the CaseContactRole's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the CaseContactRole's role field""" - role: SalesforceStringFilter - - """Filter by the CaseContactRole's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseContactRole's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseContactRole's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseContactRole's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseContactRole's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CaseContactRole's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseContactRoleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseContactRoleConnectionFilter!] -} - -"""Field that Case Contact Roles can be sorted by""" -enum SalesforceCaseContactRoleSortByFieldEnum { - ID - CASES_ID - CONTACT_ID - ROLE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceCaseContactRoleEdge { - """The item at the end of the edge.""" - node: SalesforceCaseContactRole! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Contact Roles connection, for use in pagination.""" -type SalesforceCaseContactRolesConnection { - """The count of all Case Contact Role you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Contact Roles""" - nodes: [SalesforceCaseContactRole!]! - - """List of Case Contact Role edges""" - edges: [SalesforceCaseContactRoleEdge!]! -} - -""" -A filter to be used against CaseComment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseCommentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseComment's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseComment's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseComment's parent relation.""" - parent: SalesforceCaseConnectionFilter - - """Filter by the CaseComment's id field""" - id: SalesforceIdFilter - - """Filter by the CaseComment's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CaseComment's isPublished field""" - isPublished: SalesforceBooleanFilter - - """Filter by the CaseComment's commentBody field""" - commentBody: SalesforceStringFilter - - """Filter by the CaseComment's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseComment's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseComment's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CaseComment's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseComment's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseComment's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseCommentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseCommentConnectionFilter!] -} - -"""Field that Case Comments can be sorted by""" -enum SalesforceCaseCommentSortByFieldEnum { - ID - PARENT_ID - IS_PUBLISHED - COMMENT_BODY - CREATED_BY_ID - CREATED_DATE - SYSTEM_MODSTAMP - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceCaseCommentEdge { - """The item at the end of the edge.""" - node: SalesforceCaseComment! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Comments connection, for use in pagination.""" -type SalesforceCaseCommentsConnection { - """The count of all Case Comment you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Comments""" - nodes: [SalesforceCaseComment!]! - - """List of Case Comment edges""" - edges: [SalesforceCaseCommentEdge!]! -} - -"""Field that Call Centers can be sorted by""" -enum SalesforceCallCenterSortByFieldEnum { - ID - NAME - INTERNAL_NAME - VERSION - ADAPTER_URL - CUSTOM_SETTINGS - SYSTEM_MODSTAMP - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceCallCenterEdge { - """The item at the end of the edge.""" - node: SalesforceCallCenter! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Call Centers connection, for use in pagination.""" -type SalesforceCallCentersConnection { - """The count of all Call Center you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Call Centers""" - nodes: [SalesforceCallCenter!]! - - """List of Call Center edges""" - edges: [SalesforceCallCenterEdge!]! -} - -"""Field that Business Processes can be sorted by""" -enum SalesforceBusinessProcessSortByFieldEnum { - ID - NAME - NAMESPACE_PREFIX - DESCRIPTION - TABLE_ENUM_OR_ID - IS_ACTIVE - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceBusinessProcessEdge { - """The item at the end of the edge.""" - node: SalesforceBusinessProcess! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Business Processes connection, for use in pagination.""" -type SalesforceBusinessProcesssConnection { - """The count of all Business Process you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Business Processes""" - nodes: [SalesforceBusinessProcess!]! - - """List of Business Process edges""" - edges: [SalesforceBusinessProcessEdge!]! -} - -""" -A filter to be used against BusinessHours object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceBusinessHoursConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the BusinessHours's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the BusinessHours's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the BusinessHours's id field""" - id: SalesforceIdFilter - - """Filter by the BusinessHours's name field""" - name: SalesforceStringFilter - - """Filter by the BusinessHours's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the BusinessHours's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the BusinessHours's timeZoneSidKey field""" - timeZoneSidKey: SalesforceStringFilter - - """Filter by the BusinessHours's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the BusinessHours's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the BusinessHours's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the BusinessHours's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the BusinessHours's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the BusinessHours's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceBusinessHoursConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceBusinessHoursConnectionFilter!] -} - -"""Field that Business Hours can be sorted by""" -enum SalesforceBusinessHoursSortByFieldEnum { - ID - NAME - IS_ACTIVE - IS_DEFAULT - SUNDAY_START_TIME - SUNDAY_END_TIME - MONDAY_START_TIME - MONDAY_END_TIME - TUESDAY_START_TIME - TUESDAY_END_TIME - WEDNESDAY_START_TIME - WEDNESDAY_END_TIME - THURSDAY_START_TIME - THURSDAY_END_TIME - FRIDAY_START_TIME - FRIDAY_END_TIME - SATURDAY_START_TIME - SATURDAY_END_TIME - TIME_ZONE_SID_KEY - SYSTEM_MODSTAMP - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - LAST_VIEWED_DATE -} - -"""An edge in a connection.""" -type SalesforceBusinessHoursEdge { - """The item at the end of the edge.""" - node: SalesforceBusinessHours! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Business Hours connection, for use in pagination.""" -type SalesforceBusinessHourssConnection { - """The count of all Business Hours you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Business Hours""" - nodes: [SalesforceBusinessHours!]! - - """List of Business Hours edges""" - edges: [SalesforceBusinessHoursEdge!]! -} - -"""Field that Letterheads can be sorted by""" -enum SalesforceBrandTemplateSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - IS_ACTIVE - DESCRIPTION - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceBrandTemplateEdge { - """The item at the end of the edge.""" - node: SalesforceBrandTemplate! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Letterheads connection, for use in pagination.""" -type SalesforceBrandTemplatesConnection { - """The count of all Letterhead you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Letterheads""" - nodes: [SalesforceBrandTemplate!]! - - """List of Letterhead edges""" - edges: [SalesforceBrandTemplateEdge!]! -} - -"""Field that Authentication Configurations can be sorted by""" -enum SalesforceAuthConfigSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - URL - IS_ACTIVE - TYPE -} - -"""An edge in a connection.""" -type SalesforceAuthConfigEdge { - """The item at the end of the edge.""" - node: SalesforceAuthConfig! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Authentication Configurations connection, for use in pagination. -""" -type SalesforceAuthConfigsConnection { - """ - The count of all Authentication Configuration you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Authentication Configurations""" - nodes: [SalesforceAuthConfig!]! - - """List of Authentication Configuration edges""" - edges: [SalesforceAuthConfigEdge!]! -} - -"""Field that Lightning Component Bundles can be sorted by""" -enum SalesforceAuraDefinitionBundleSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - API_VERSION - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceAuraDefinitionBundleEdge { - """The item at the end of the edge.""" - node: SalesforceAuraDefinitionBundle! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Lightning Component Bundles connection, for use in pagination. -""" -type SalesforceAuraDefinitionBundlesConnection { - """ - The count of all Lightning Component Bundle you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Lightning Component Bundles""" - nodes: [SalesforceAuraDefinitionBundle!]! - - """List of Lightning Component Bundle edges""" - edges: [SalesforceAuraDefinitionBundleEdge!]! -} - -""" -A filter to be used against AssignmentRule object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssignmentRuleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AssignmentRule's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AssignmentRule's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AssignmentRule's id field""" - id: SalesforceIdFilter - - """Filter by the AssignmentRule's name field""" - name: SalesforceStringFilter - - """Filter by the AssignmentRule's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the AssignmentRule's active field""" - active: SalesforceBooleanFilter - - """Filter by the AssignmentRule's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AssignmentRule's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AssignmentRule's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AssignmentRule's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AssignmentRule's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssignmentRuleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssignmentRuleConnectionFilter!] -} - -"""Field that Assignment Rules can be sorted by""" -enum SalesforceAssignmentRuleSortByFieldEnum { - ID - NAME - SOBJECT_TYPE - ACTIVE - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceAssignmentRuleEdge { - """The item at the end of the edge.""" - node: SalesforceAssignmentRule! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Assignment Rules connection, for use in pagination.""" -type SalesforceAssignmentRulesConnection { - """The count of all Assignment Rule you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Assignment Rules""" - nodes: [SalesforceAssignmentRule!]! - - """List of Assignment Rule edges""" - edges: [SalesforceAssignmentRuleEdge!]! -} - -""" -A filter to be used against AppMenuItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAppMenuItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AppMenuItem's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AppMenuItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AppMenuItem's id field""" - id: SalesforceIdFilter - - """Filter by the AppMenuItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AppMenuItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AppMenuItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AppMenuItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AppMenuItem's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AppMenuItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AppMenuItem's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the AppMenuItem's name field""" - name: SalesforceStringFilter - - """Filter by the AppMenuItem's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the AppMenuItem's label field""" - label: SalesforceStringFilter - - """Filter by the AppMenuItem's description field""" - description: SalesforceStringFilter - - """Filter by the AppMenuItem's startUrl field""" - startUrl: SalesforceStringFilter - - """Filter by the AppMenuItem's mobileStartUrl field""" - mobileStartUrl: SalesforceStringFilter - - """Filter by the AppMenuItem's logoUrl field""" - logoUrl: SalesforceStringFilter - - """Filter by the AppMenuItem's iconUrl field""" - iconUrl: SalesforceStringFilter - - """Filter by the AppMenuItem's infoUrl field""" - infoUrl: SalesforceStringFilter - - """Filter by the AppMenuItem's isUsingAdminAuthorization field""" - isUsingAdminAuthorization: SalesforceBooleanFilter - - """Filter by the AppMenuItem's mobilePlatform field""" - mobilePlatform: SalesforceStringFilter - - """Filter by the AppMenuItem's mobileMinOsVer field""" - mobileMinOsVer: SalesforceStringFilter - - """Filter by the AppMenuItem's mobileDeviceType field""" - mobileDeviceType: SalesforceStringFilter - - """Filter by the AppMenuItem's isRegisteredDeviceOnly field""" - isRegisteredDeviceOnly: SalesforceBooleanFilter - - """Filter by the AppMenuItem's mobileAppVer field""" - mobileAppVer: SalesforceStringFilter - - """Filter by the AppMenuItem's mobileAppInstalledDate field""" - mobileAppInstalledDate: SalesforceDateTimeFilter - - """Filter by the AppMenuItem's mobileAppInstalledVersion field""" - mobileAppInstalledVersion: SalesforceStringFilter - - """Filter by the AppMenuItem's mobileAppBinaryId field""" - mobileAppBinaryId: SalesforceStringFilter - - """Filter by the AppMenuItem's mobileAppInstallUrl field""" - mobileAppInstallUrl: SalesforceStringFilter - - """Filter by the AppMenuItem's canvasEnabled field""" - canvasEnabled: SalesforceBooleanFilter - - """Filter by the AppMenuItem's canvasReferenceId field""" - canvasReferenceId: SalesforceStringFilter - - """Filter by the AppMenuItem's canvasUrl field""" - canvasUrl: SalesforceStringFilter - - """Filter by the AppMenuItem's canvasAccessMethod field""" - canvasAccessMethod: SalesforceStringFilter - - """Filter by the AppMenuItem's canvasSelectedLocations field""" - canvasSelectedLocations: SalesforceStringFilter - - """Filter by the AppMenuItem's canvasOptions field""" - canvasOptions: SalesforceStringFilter - - """Filter by the AppMenuItem's type field""" - type: SalesforceStringFilter - - """Filter by the AppMenuItem's applicationId field""" - applicationId: SalesforceIdFilter - - """Filter by the AppMenuItem's userSortOrder field""" - userSortOrder: SalesforceIntFilter - - """Filter by the AppMenuItem's isVisible field""" - isVisible: SalesforceBooleanFilter - - """Filter by the AppMenuItem's isAccessible field""" - isAccessible: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAppMenuItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAppMenuItemConnectionFilter!] -} - -"""Field that AppMenuItems can be sorted by""" -enum SalesforceAppMenuItemSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SORT_ORDER - NAME - NAMESPACE_PREFIX - LABEL - DESCRIPTION - START_URL - MOBILE_START_URL - LOGO_URL - ICON_URL - INFO_URL - IS_USING_ADMIN_AUTHORIZATION - MOBILE_PLATFORM - MOBILE_MIN_OS_VER - MOBILE_DEVICE_TYPE - IS_REGISTERED_DEVICE_ONLY - MOBILE_APP_VER - MOBILE_APP_INSTALLED_DATE - MOBILE_APP_INSTALLED_VERSION - MOBILE_APP_BINARY_ID - MOBILE_APP_INSTALL_URL - CANVAS_ENABLED - CANVAS_REFERENCE_ID - CANVAS_URL - CANVAS_ACCESS_METHOD - CANVAS_SELECTED_LOCATIONS - CANVAS_OPTIONS - TYPE - APPLICATION_ID - USER_SORT_ORDER - IS_VISIBLE - IS_ACCESSIBLE -} - -"""An edge in a connection.""" -type SalesforceAppMenuItemEdge { - """The item at the end of the edge.""" - node: SalesforceAppMenuItem! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce AppMenuItems connection, for use in pagination.""" -type SalesforceAppMenuItemsConnection { - """The count of all AppMenuItem you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce AppMenuItems""" - nodes: [SalesforceAppMenuItem!]! - - """List of AppMenuItem edges""" - edges: [SalesforceAppMenuItemEdge!]! -} - -""" -A filter to be used against ApexTrigger object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexTriggerConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexTrigger's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexTrigger's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexTrigger's id field""" - id: SalesforceIdFilter - - """Filter by the ApexTrigger's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ApexTrigger's name field""" - name: SalesforceStringFilter - - """Filter by the ApexTrigger's tableEnumOrId field""" - tableEnumOrId: SalesforceStringFilter - - """Filter by the ApexTrigger's usageBeforeInsert field""" - usageBeforeInsert: SalesforceBooleanFilter - - """Filter by the ApexTrigger's usageAfterInsert field""" - usageAfterInsert: SalesforceBooleanFilter - - """Filter by the ApexTrigger's usageBeforeUpdate field""" - usageBeforeUpdate: SalesforceBooleanFilter - - """Filter by the ApexTrigger's usageAfterUpdate field""" - usageAfterUpdate: SalesforceBooleanFilter - - """Filter by the ApexTrigger's usageBeforeDelete field""" - usageBeforeDelete: SalesforceBooleanFilter - - """Filter by the ApexTrigger's usageAfterDelete field""" - usageAfterDelete: SalesforceBooleanFilter - - """Filter by the ApexTrigger's usageIsBulk field""" - usageIsBulk: SalesforceBooleanFilter - - """Filter by the ApexTrigger's usageAfterUndelete field""" - usageAfterUndelete: SalesforceBooleanFilter - - """Filter by the ApexTrigger's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the ApexTrigger's status field""" - status: SalesforceStringFilter - - """Filter by the ApexTrigger's isValid field""" - isValid: SalesforceBooleanFilter - - """Filter by the ApexTrigger's bodyCrc field""" - bodyCrc: SalesforceFloatFilter - - """Filter by the ApexTrigger's lengthWithoutComments field""" - lengthWithoutComments: SalesforceIntFilter - - """Filter by the ApexTrigger's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexTrigger's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexTrigger's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexTrigger's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexTrigger's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexTriggerConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexTriggerConnectionFilter!] -} - -"""Field that Apex Triggers can be sorted by""" -enum SalesforceApexTriggerSortByFieldEnum { - ID - NAMESPACE_PREFIX - NAME - TABLE_ENUM_OR_ID - API_VERSION - STATUS - IS_VALID - BODY_CRC - LENGTH_WITHOUT_COMMENTS - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceApexTriggerEdge { - """The item at the end of the edge.""" - node: SalesforceApexTrigger! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Apex Triggers connection, for use in pagination.""" -type SalesforceApexTriggersConnection { - """The count of all Apex Trigger you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Triggers""" - nodes: [SalesforceApexTrigger!]! - - """List of Apex Trigger edges""" - edges: [SalesforceApexTriggerEdge!]! -} - -"""Field that Apex Test Suites can be sorted by""" -enum SalesforceApexTestSuiteSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - TEST_SUITE_NAME -} - -"""An edge in a connection.""" -type SalesforceApexTestSuiteEdge { - """The item at the end of the edge.""" - node: SalesforceApexTestSuite! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Apex Test Suites connection, for use in pagination.""" -type SalesforceApexTestSuitesConnection { - """The count of all Apex Test Suite you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Test Suites""" - nodes: [SalesforceApexTestSuite!]! - - """List of Apex Test Suite edges""" - edges: [SalesforceApexTestSuiteEdge!]! -} - -"""Field that Visualforce Pages can be sorted by""" -enum SalesforceApexPageSortByFieldEnum { - ID - NAMESPACE_PREFIX - NAME - API_VERSION - MASTER_LABEL - DESCRIPTION - CONTROLLER_TYPE - CONTROLLER_KEY - IS_AVAILABLE_IN_TOUCH - IS_CONFIRMATION_TOKEN_REQUIRED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceApexPageEdge { - """The item at the end of the edge.""" - node: SalesforceApexPage! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Visualforce Pages connection, for use in pagination.""" -type SalesforceApexPagesConnection { - """The count of all Visualforce Page you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Visualforce Pages""" - nodes: [SalesforceApexPage!]! - - """List of Visualforce Page edges""" - edges: [SalesforceApexPageEdge!]! -} - -"""Field that Apex Debug Logs can be sorted by""" -enum SalesforceApexLogSortByFieldEnum { - ID - LOG_USER_ID - LOG_LENGTH - LAST_MODIFIED_DATE - REQUEST - OPERATION - APPLICATION - STATUS - DURATION_MILLISECONDS - SYSTEM_MODSTAMP - START_TIME - LOCATION -} - -"""An edge in a connection.""" -type SalesforceApexLogEdge { - """The item at the end of the edge.""" - node: SalesforceApexLog! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Apex Debug Logs connection, for use in pagination.""" -type SalesforceApexLogsConnection { - """The count of all Apex Debug Log you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Debug Logs""" - nodes: [SalesforceApexLog!]! - - """List of Apex Debug Log edges""" - edges: [SalesforceApexLogEdge!]! -} - -""" -A filter to be used against ApexEmailNotification object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexEmailNotificationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexEmailNotification's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the ApexEmailNotification's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexEmailNotification's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexEmailNotification's id field""" - id: SalesforceIdFilter - - """Filter by the ApexEmailNotification's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ApexEmailNotification's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexEmailNotification's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexEmailNotification's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexEmailNotification's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexEmailNotification's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ApexEmailNotification's userId field""" - userId: SalesforceIdFilter - - """Filter by the ApexEmailNotification's email field""" - email: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexEmailNotificationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexEmailNotificationConnectionFilter!] -} - -"""Field that Apex Email Notifications can be sorted by""" -enum SalesforceApexEmailNotificationSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - USER_ID - EMAIL -} - -"""An edge in a connection.""" -type SalesforceApexEmailNotificationEdge { - """The item at the end of the edge.""" - node: SalesforceApexEmailNotification! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Apex Email Notifications connection, for use in pagination.""" -type SalesforceApexEmailNotificationsConnection { - """ - The count of all Apex Email Notification you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Email Notifications""" - nodes: [SalesforceApexEmailNotification!]! - - """List of Apex Email Notification edges""" - edges: [SalesforceApexEmailNotificationEdge!]! -} - -""" -A filter to be used against ApexComponent object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexComponentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexComponent's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexComponent's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexComponent's id field""" - id: SalesforceIdFilter - - """Filter by the ApexComponent's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ApexComponent's name field""" - name: SalesforceStringFilter - - """Filter by the ApexComponent's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the ApexComponent's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ApexComponent's description field""" - description: SalesforceStringFilter - - """Filter by the ApexComponent's controllerType field""" - controllerType: SalesforceStringFilter - - """Filter by the ApexComponent's controllerKey field""" - controllerKey: SalesforceStringFilter - - """Filter by the ApexComponent's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexComponent's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexComponent's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexComponent's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexComponent's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexComponentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexComponentConnectionFilter!] -} - -"""Field that Visualforce Components can be sorted by""" -enum SalesforceApexComponentSortByFieldEnum { - ID - NAMESPACE_PREFIX - NAME - API_VERSION - MASTER_LABEL - DESCRIPTION - CONTROLLER_TYPE - CONTROLLER_KEY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceApexComponentEdge { - """The item at the end of the edge.""" - node: SalesforceApexComponent! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Visualforce Components connection, for use in pagination.""" -type SalesforceApexComponentsConnection { - """ - The count of all Visualforce Component you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Visualforce Components""" - nodes: [SalesforceApexComponent!]! - - """List of Visualforce Component edges""" - edges: [SalesforceApexComponentEdge!]! -} - -"""Field that Apex Classes can be sorted by""" -enum SalesforceApexClassSortByFieldEnum { - ID - NAMESPACE_PREFIX - NAME - API_VERSION - STATUS - IS_VALID - BODY_CRC - LENGTH_WITHOUT_COMMENTS - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceApexClassEdge { - """The item at the end of the edge.""" - node: SalesforceApexClass! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Apex Classes connection, for use in pagination.""" -type SalesforceApexClasssConnection { - """The count of all Apex Class you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Classes""" - nodes: [SalesforceApexClass!]! - - """List of Apex Class edges""" - edges: [SalesforceApexClassEdge!]! -} - -"""Field that Action Link Group Templates can be sorted by""" -enum SalesforceActionLinkGroupTemplateSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - EXECUTIONS_ALLOWED - HOURS_UNTIL_EXPIRATION - CATEGORY - IS_PUBLISHED -} - -"""An edge in a connection.""" -type SalesforceActionLinkGroupTemplateEdge { - """The item at the end of the edge.""" - node: SalesforceActionLinkGroupTemplate! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Action Link Group Templates connection, for use in pagination. -""" -type SalesforceActionLinkGroupTemplatesConnection { - """ - The count of all Action Link Group Template you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Action Link Group Templates""" - nodes: [SalesforceActionLinkGroupTemplate!]! - - """List of Action Link Group Template edges""" - edges: [SalesforceActionLinkGroupTemplateEdge!]! -} - -""" -A filter to be used against AccountHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAccountHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AccountHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AccountHistory's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the AccountHistory's id field""" - id: SalesforceIdFilter - - """Filter by the AccountHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AccountHistory's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the AccountHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AccountHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AccountHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAccountHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAccountHistoryConnectionFilter!] -} - -"""Field that Account Histories can be sorted by""" -enum SalesforceAccountHistorySortByFieldEnum { - ID - IS_DELETED - ACCOUNT_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceAccountHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceAccountHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Account Histories connection, for use in pagination.""" -type SalesforceAccountHistorysConnection { - """The count of all Account History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Account Histories""" - nodes: [SalesforceAccountHistory!]! - - """List of Account History edges""" - edges: [SalesforceAccountHistoryEdge!]! -} - -""" -A filter to be used against AccountContactRole object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAccountContactRoleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AccountContactRole's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the AccountContactRole's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the AccountContactRole's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AccountContactRole's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AccountContactRole's id field""" - id: SalesforceIdFilter - - """Filter by the AccountContactRole's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AccountContactRole's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AccountContactRole's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AccountContactRole's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AccountContactRole's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AccountContactRole's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AccountContactRole's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the AccountContactRole's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the AccountContactRole's role field""" - role: SalesforceStringFilter - - """Filter by the AccountContactRole's isPrimary field""" - isPrimary: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAccountContactRoleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAccountContactRoleConnectionFilter!] -} - -"""Field that Account Contact Roles can be sorted by""" -enum SalesforceAccountContactRoleSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - ACCOUNT_ID - CONTACT_ID - ROLE - IS_PRIMARY -} - -"""An edge in a connection.""" -type SalesforceAccountContactRoleEdge { - """The item at the end of the edge.""" - node: SalesforceAccountContactRole! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Account Contact Roles connection, for use in pagination.""" -type SalesforceAccountContactRolesConnection { - """ - The count of all Account Contact Role you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Account Contact Roles""" - nodes: [SalesforceAccountContactRole!]! - - """List of Account Contact Role edges""" - edges: [SalesforceAccountContactRoleEdge!]! -} - -""" -A filter to be used against AccountCleanInfo object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAccountCleanInfoConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AccountCleanInfo's lastStatusChangedBy relation.""" - lastStatusChangedBy: SalesforceUserConnectionFilter - - """Filter by the AccountCleanInfo's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the AccountCleanInfo's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AccountCleanInfo's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AccountCleanInfo's id field""" - id: SalesforceIdFilter - - """Filter by the AccountCleanInfo's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's name field""" - name: SalesforceStringFilter - - """Filter by the AccountCleanInfo's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AccountCleanInfo's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AccountCleanInfo's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AccountCleanInfo's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AccountCleanInfo's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AccountCleanInfo's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the AccountCleanInfo's lastMatchedDate field""" - lastMatchedDate: SalesforceDateTimeFilter - - """Filter by the AccountCleanInfo's lastStatusChangedDate field""" - lastStatusChangedDate: SalesforceDateTimeFilter - - """Filter by the AccountCleanInfo's lastStatusChangedById field""" - lastStatusChangedById: SalesforceIdFilter - - """Filter by the AccountCleanInfo's isInactive field""" - isInactive: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's companyName field""" - companyName: SalesforceStringFilter - - """Filter by the AccountCleanInfo's phone field""" - phone: SalesforceStringFilter - - """Filter by the AccountCleanInfo's street field""" - street: SalesforceStringFilter - - """Filter by the AccountCleanInfo's city field""" - city: SalesforceStringFilter - - """Filter by the AccountCleanInfo's state field""" - state: SalesforceStringFilter - - """Filter by the AccountCleanInfo's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the AccountCleanInfo's country field""" - country: SalesforceStringFilter - - """Filter by the AccountCleanInfo's latitude field""" - latitude: SalesforceFloatFilter - - """Filter by the AccountCleanInfo's longitude field""" - longitude: SalesforceFloatFilter - - """Filter by the AccountCleanInfo's geocodeAccuracy field""" - geocodeAccuracy: SalesforceStringFilter - - """Filter by the AccountCleanInfo's website field""" - website: SalesforceStringFilter - - """Filter by the AccountCleanInfo's tickerSymbol field""" - tickerSymbol: SalesforceStringFilter - - """Filter by the AccountCleanInfo's annualRevenue field""" - annualRevenue: SalesforceFloatFilter - - """Filter by the AccountCleanInfo's numberOfEmployees field""" - numberOfEmployees: SalesforceIntFilter - - """Filter by the AccountCleanInfo's industry field""" - industry: SalesforceStringFilter - - """Filter by the AccountCleanInfo's ownership field""" - ownership: SalesforceStringFilter - - """Filter by the AccountCleanInfo's dunsNumber field""" - dunsNumber: SalesforceStringFilter - - """Filter by the AccountCleanInfo's sic field""" - sic: SalesforceStringFilter - - """Filter by the AccountCleanInfo's sicDescription field""" - sicDescription: SalesforceStringFilter - - """Filter by the AccountCleanInfo's naicsCode field""" - naicsCode: SalesforceStringFilter - - """Filter by the AccountCleanInfo's naicsDescription field""" - naicsDescription: SalesforceStringFilter - - """Filter by the AccountCleanInfo's yearStarted field""" - yearStarted: SalesforceStringFilter - - """Filter by the AccountCleanInfo's fax field""" - fax: SalesforceStringFilter - - """Filter by the AccountCleanInfo's accountSite field""" - accountSite: SalesforceStringFilter - - """Filter by the AccountCleanInfo's tradestyle field""" - tradestyle: SalesforceStringFilter - - """Filter by the AccountCleanInfo's dandBCompanyDunsNumber field""" - dandBCompanyDunsNumber: SalesforceStringFilter - - """Filter by the AccountCleanInfo's dunsRightMatchGrade field""" - dunsRightMatchGrade: SalesforceStringFilter - - """Filter by the AccountCleanInfo's dunsRightMatchConfidence field""" - dunsRightMatchConfidence: SalesforceIntFilter - - """Filter by the AccountCleanInfo's companyStatusDataDotCom field""" - companyStatusDataDotCom: SalesforceStringFilter - - """Filter by the AccountCleanInfo's isReviewedCompanyName field""" - isReviewedCompanyName: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedPhone field""" - isReviewedPhone: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedAddress field""" - isReviewedAddress: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedWebsite field""" - isReviewedWebsite: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedTickerSymbol field""" - isReviewedTickerSymbol: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedAnnualRevenue field""" - isReviewedAnnualRevenue: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedNumberOfEmployees field""" - isReviewedNumberOfEmployees: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedIndustry field""" - isReviewedIndustry: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedOwnership field""" - isReviewedOwnership: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedDunsNumber field""" - isReviewedDunsNumber: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedSic field""" - isReviewedSic: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedSicDescription field""" - isReviewedSicDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedNaicsCode field""" - isReviewedNaicsCode: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedNaicsDescription field""" - isReviewedNaicsDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedYearStarted field""" - isReviewedYearStarted: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedFax field""" - isReviewedFax: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedAccountSite field""" - isReviewedAccountSite: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedDescription field""" - isReviewedDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isReviewedTradestyle field""" - isReviewedTradestyle: SalesforceBooleanFilter - - """ - Filter by the AccountCleanInfo's isReviewedDandBCompanyDunsNumber field - """ - isReviewedDandBCompanyDunsNumber: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentCompanyName field""" - isDifferentCompanyName: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentPhone field""" - isDifferentPhone: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentStreet field""" - isDifferentStreet: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentCity field""" - isDifferentCity: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentState field""" - isDifferentState: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentPostalCode field""" - isDifferentPostalCode: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentCountry field""" - isDifferentCountry: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentWebsite field""" - isDifferentWebsite: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentTickerSymbol field""" - isDifferentTickerSymbol: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentAnnualRevenue field""" - isDifferentAnnualRevenue: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentNumberOfEmployees field""" - isDifferentNumberOfEmployees: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentIndustry field""" - isDifferentIndustry: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentOwnership field""" - isDifferentOwnership: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentDunsNumber field""" - isDifferentDunsNumber: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentSic field""" - isDifferentSic: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentSicDescription field""" - isDifferentSicDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentNaicsCode field""" - isDifferentNaicsCode: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentNaicsDescription field""" - isDifferentNaicsDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentYearStarted field""" - isDifferentYearStarted: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentFax field""" - isDifferentFax: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentAccountSite field""" - isDifferentAccountSite: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentDescription field""" - isDifferentDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentTradestyle field""" - isDifferentTradestyle: SalesforceBooleanFilter - - """ - Filter by the AccountCleanInfo's isDifferentDandBCompanyDunsNumber field - """ - isDifferentDandBCompanyDunsNumber: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentStateCode field""" - isDifferentStateCode: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isDifferentCountryCode field""" - isDifferentCountryCode: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's cleanedByJob field""" - cleanedByJob: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's cleanedByUser field""" - cleanedByUser: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongCompanyName field""" - isFlaggedWrongCompanyName: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongPhone field""" - isFlaggedWrongPhone: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongAddress field""" - isFlaggedWrongAddress: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongWebsite field""" - isFlaggedWrongWebsite: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongTickerSymbol field""" - isFlaggedWrongTickerSymbol: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongAnnualRevenue field""" - isFlaggedWrongAnnualRevenue: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongNumberOfEmployees field""" - isFlaggedWrongNumberOfEmployees: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongIndustry field""" - isFlaggedWrongIndustry: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongOwnership field""" - isFlaggedWrongOwnership: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongDunsNumber field""" - isFlaggedWrongDunsNumber: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongSic field""" - isFlaggedWrongSic: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongSicDescription field""" - isFlaggedWrongSicDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongNaicsCode field""" - isFlaggedWrongNaicsCode: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongNaicsDescription field""" - isFlaggedWrongNaicsDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongYearStarted field""" - isFlaggedWrongYearStarted: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongFax field""" - isFlaggedWrongFax: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongAccountSite field""" - isFlaggedWrongAccountSite: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongDescription field""" - isFlaggedWrongDescription: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's isFlaggedWrongTradestyle field""" - isFlaggedWrongTradestyle: SalesforceBooleanFilter - - """Filter by the AccountCleanInfo's dataDotComId field""" - dataDotComId: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAccountCleanInfoConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAccountCleanInfoConnectionFilter!] -} - -"""Field that Account Clean Infos can be sorted by""" -enum SalesforceAccountCleanInfoSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - ACCOUNT_ID - LAST_MATCHED_DATE - LAST_STATUS_CHANGED_DATE - LAST_STATUS_CHANGED_BY_ID - IS_INACTIVE - COMPANY_NAME - PHONE - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - LATITUDE - LONGITUDE - GEOCODE_ACCURACY - WEBSITE - TICKER_SYMBOL - ANNUAL_REVENUE - NUMBER_OF_EMPLOYEES - INDUSTRY - OWNERSHIP - DUNS_NUMBER - SIC - SIC_DESCRIPTION - NAICS_CODE - NAICS_DESCRIPTION - YEAR_STARTED - FAX - ACCOUNT_SITE - TRADESTYLE - DAND_B_COMPANY_DUNS_NUMBER - DUNS_RIGHT_MATCH_GRADE - DUNS_RIGHT_MATCH_CONFIDENCE - COMPANY_STATUS_DATA_DOT_COM - DATA_DOT_COM_ID -} - -"""An edge in a connection.""" -type SalesforceAccountCleanInfoEdge { - """The item at the end of the edge.""" - node: SalesforceAccountCleanInfo! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Account Clean Infos connection, for use in pagination.""" -type SalesforceAccountCleanInfosConnection { - """The count of all Account Clean Info you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Account Clean Infos""" - nodes: [SalesforceAccountCleanInfo!]! - - """List of Account Clean Info edges""" - edges: [SalesforceAccountCleanInfoEdge!]! -} - -"""Field that Roles can be sorted by""" -enum SalesforceUserRoleSortByFieldEnum { - ID - NAME - PARENT_ROLE_ID - ROLLUP_DESCRIPTION - OPPORTUNITY_ACCESS_FOR_ACCOUNT_OWNER - CASE_ACCESS_FOR_ACCOUNT_OWNER - CONTACT_ACCESS_FOR_ACCOUNT_OWNER - FORECAST_USER_ID - MAY_FORECAST_MANAGER_SHARE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DEVELOPER_NAME - PORTAL_ACCOUNT_ID - PORTAL_TYPE - PORTAL_ACCOUNT_OWNER_ID -} - -"""An edge in a connection.""" -type SalesforceUserRoleEdge { - """The item at the end of the edge.""" - node: SalesforceUserRole! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Roles connection, for use in pagination.""" -type SalesforceUserRolesConnection { - """The count of all Role you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Roles""" - nodes: [SalesforceUserRole!]! - - """List of Role edges""" - edges: [SalesforceUserRoleEdge!]! -} - -"""An edge in a connection.""" -type SalesforceForecastShareEdge { - """The item at the end of the edge.""" - node: SalesforceForecastShare! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceCaseOwnerUnion = SalesforceUser | SalesforceGroup - -union SalesforceFieldDefinitionBusinessOwnerUnion = SalesforceUser | SalesforceGroup - -union SalesforceUserDelegatedApproverUnion = SalesforceUser | SalesforceGroup - -union SalesforceEntityDefinitionDataStewardUnion = SalesforceUser | SalesforceGroup - -union SalesforceLeadOwnerUnion = SalesforceUser | SalesforceGroup - -union SalesforceProcessInstanceHistoryOriginalActorUnion = SalesforceUser | SalesforceGroup - -union SalesforceProcessInstanceHistoryActorUnion = SalesforceUser | SalesforceGroup - -""" -A filter to be used against UserShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserShare's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the UserShare's id field""" - id: SalesforceIdFilter - - """Filter by the UserShare's userId field""" - userId: SalesforceIdFilter - - """Filter by the UserShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the UserShare's userAccessLevel field""" - userAccessLevel: SalesforceStringFilter - - """Filter by the UserShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the UserShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserShare's isActive field""" - isActive: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserShareConnectionFilter!] -} - -"""Field that User Shares can be sorted by""" -enum SalesforceUserShareSortByFieldEnum { - ID - USER_ID - USER_OR_GROUP_ID - USER_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_ACTIVE -} - -"""An edge in a connection.""" -type SalesforceUserShareEdge { - """The item at the end of the edge.""" - node: SalesforceUserShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce User Shares connection, for use in pagination.""" -type SalesforceUserSharesConnection { - """The count of all User Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Shares""" - nodes: [SalesforceUserShare!]! - - """List of User Share edges""" - edges: [SalesforceUserShareEdge!]! -} - -""" -A filter to be used against UserProvisioningRequestShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserProvisioningRequestShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserProvisioningRequestShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningRequestShare's parent relation.""" - parent: SalesforceUserProvisioningRequestConnectionFilter - - """Filter by the UserProvisioningRequestShare's id field""" - id: SalesforceIdFilter - - """Filter by the UserProvisioningRequestShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the UserProvisioningRequestShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the UserProvisioningRequestShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the UserProvisioningRequestShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the UserProvisioningRequestShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningRequestShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserProvisioningRequestShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserProvisioningRequestShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserProvisioningRequestShareConnectionFilter!] -} - -"""Field that User Provisioning Request Shares can be sorted by""" -enum SalesforceUserProvisioningRequestShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceUserProvisioningRequestShareEdge { - """The item at the end of the edge.""" - node: SalesforceUserProvisioningRequestShare! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce User Provisioning Request Shares connection, for use in pagination. -""" -type SalesforceUserProvisioningRequestSharesConnection { - """ - The count of all User Provisioning Request Share you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Provisioning Request Shares""" - nodes: [SalesforceUserProvisioningRequestShare!]! - - """List of User Provisioning Request Share edges""" - edges: [SalesforceUserProvisioningRequestShareEdge!]! -} - -""" -A filter to be used against UserAppMenuCustomizationShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserAppMenuCustomizationShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserAppMenuCustomizationShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserAppMenuCustomizationShare's parent relation.""" - parent: SalesforceUserAppMenuCustomizationConnectionFilter - - """Filter by the UserAppMenuCustomizationShare's id field""" - id: SalesforceIdFilter - - """Filter by the UserAppMenuCustomizationShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the UserAppMenuCustomizationShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the UserAppMenuCustomizationShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the UserAppMenuCustomizationShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the UserAppMenuCustomizationShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserAppMenuCustomizationShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserAppMenuCustomizationShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserAppMenuCustomizationShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserAppMenuCustomizationShareConnectionFilter!] -} - -"""Field that UserAppMenuCustomization Shares can be sorted by""" -enum SalesforceUserAppMenuCustomizationShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceUserAppMenuCustomizationShareEdge { - """The item at the end of the edge.""" - node: SalesforceUserAppMenuCustomizationShare! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce UserAppMenuCustomization Shares connection, for use in pagination. -""" -type SalesforceUserAppMenuCustomizationSharesConnection { - """ - The count of all UserAppMenuCustomization Share you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce UserAppMenuCustomization Shares""" - nodes: [SalesforceUserAppMenuCustomizationShare!]! - - """List of UserAppMenuCustomization Share edges""" - edges: [SalesforceUserAppMenuCustomizationShareEdge!]! -} - -""" -A filter to be used against TodayGoal object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTodayGoalConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TodayGoal's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the TodayGoal's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the TodayGoal's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TodayGoal's id field""" - id: SalesforceIdFilter - - """Filter by the TodayGoal's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the TodayGoal's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the TodayGoal's name field""" - name: SalesforceStringFilter - - """Filter by the TodayGoal's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TodayGoal's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TodayGoal's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TodayGoal's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the TodayGoal's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the TodayGoal's value field""" - value: SalesforceFloatFilter - - """Filter by the TodayGoal's userId field""" - userId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTodayGoalConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTodayGoalConnectionFilter!] -} - -""" -A filter to be used against TodayGoalShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTodayGoalShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TodayGoalShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the TodayGoalShare's parent relation.""" - parent: SalesforceTodayGoalConnectionFilter - - """Filter by the TodayGoalShare's id field""" - id: SalesforceIdFilter - - """Filter by the TodayGoalShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the TodayGoalShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the TodayGoalShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the TodayGoalShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the TodayGoalShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TodayGoalShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the TodayGoalShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTodayGoalShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTodayGoalShareConnectionFilter!] -} - -"""Field that Goal Shares can be sorted by""" -enum SalesforceTodayGoalShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceTodayGoalShareEdge { - """The item at the end of the edge.""" - node: SalesforceTodayGoalShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Goal Shares connection, for use in pagination.""" -type SalesforceTodayGoalSharesConnection { - """The count of all Goal Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Goal Shares""" - nodes: [SalesforceTodayGoalShare!]! - - """List of Goal Share edges""" - edges: [SalesforceTodayGoalShareEdge!]! -} - -""" -A filter to be used against StreamingChannel object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceStreamingChannelConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the StreamingChannel's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the StreamingChannel's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the StreamingChannel's id field""" - id: SalesforceIdFilter - - """Filter by the StreamingChannel's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the StreamingChannel's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the StreamingChannel's name field""" - name: SalesforceStringFilter - - """Filter by the StreamingChannel's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the StreamingChannel's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the StreamingChannel's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the StreamingChannel's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the StreamingChannel's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the StreamingChannel's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the StreamingChannel's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the StreamingChannel's isDynamic field""" - isDynamic: SalesforceBooleanFilter - - """Filter by the StreamingChannel's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceStreamingChannelConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceStreamingChannelConnectionFilter!] -} - -""" -A filter to be used against StreamingChannelShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceStreamingChannelShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the StreamingChannelShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the StreamingChannelShare's parent relation.""" - parent: SalesforceStreamingChannelConnectionFilter - - """Filter by the StreamingChannelShare's id field""" - id: SalesforceIdFilter - - """Filter by the StreamingChannelShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the StreamingChannelShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the StreamingChannelShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the StreamingChannelShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the StreamingChannelShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the StreamingChannelShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the StreamingChannelShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceStreamingChannelShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceStreamingChannelShareConnectionFilter!] -} - -"""Field that Streaming Channel Shares can be sorted by""" -enum SalesforceStreamingChannelShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceStreamingChannelShareEdge { - """The item at the end of the edge.""" - node: SalesforceStreamingChannelShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Streaming Channel Shares connection, for use in pagination.""" -type SalesforceStreamingChannelSharesConnection { - """ - The count of all Streaming Channel Share you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Streaming Channel Shares""" - nodes: [SalesforceStreamingChannelShare!]! - - """List of Streaming Channel Share edges""" - edges: [SalesforceStreamingChannelShareEdge!]! -} - -""" -A filter to be used against QuickTextShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceQuickTextShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the QuickTextShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the QuickTextShare's parent relation.""" - parent: SalesforceQuickTextConnectionFilter - - """Filter by the QuickTextShare's id field""" - id: SalesforceIdFilter - - """Filter by the QuickTextShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the QuickTextShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the QuickTextShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the QuickTextShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the QuickTextShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the QuickTextShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the QuickTextShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceQuickTextShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceQuickTextShareConnectionFilter!] -} - -"""Field that Quick Text Shares can be sorted by""" -enum SalesforceQuickTextShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceQuickTextShareEdge { - """The item at the end of the edge.""" - node: SalesforceQuickTextShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Quick Text Shares connection, for use in pagination.""" -type SalesforceQuickTextSharesConnection { - """The count of all Quick Text Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Quick Text Shares""" - nodes: [SalesforceQuickTextShare!]! - - """List of Quick Text Share edges""" - edges: [SalesforceQuickTextShareEdge!]! -} - -""" -A filter to be used against QueueSobject object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceQueueSobjectConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the QueueSobject's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the QueueSobject's queue relation.""" - queue: SalesforceGroupConnectionFilter - - """Filter by the QueueSobject's id field""" - id: SalesforceIdFilter - - """Filter by the QueueSobject's queueId field""" - queueId: SalesforceIdFilter - - """Filter by the QueueSobject's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the QueueSobject's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the QueueSobject's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceQueueSobjectConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceQueueSobjectConnectionFilter!] -} - -"""Field that Queue Sobjects can be sorted by""" -enum SalesforceQueueSobjectSortByFieldEnum { - ID - QUEUE_ID - SOBJECT_TYPE - CREATED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceQueueSobjectEdge { - """The item at the end of the edge.""" - node: SalesforceQueueSobject! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Queue Sobjects connection, for use in pagination.""" -type SalesforceQueueSobjectsConnection { - """The count of all Queue Sobject you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Queue Sobjects""" - nodes: [SalesforceQueueSobject!]! - - """List of Queue Sobject edges""" - edges: [SalesforceQueueSobjectEdge!]! -} - -""" -A filter to be used against OrgDeleteRequest object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrgDeleteRequestConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrgDeleteRequest's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OrgDeleteRequest's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OrgDeleteRequest's id field""" - id: SalesforceIdFilter - - """Filter by the OrgDeleteRequest's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the OrgDeleteRequest's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OrgDeleteRequest's name field""" - name: SalesforceStringFilter - - """Filter by the OrgDeleteRequest's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OrgDeleteRequest's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OrgDeleteRequest's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OrgDeleteRequest's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OrgDeleteRequest's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OrgDeleteRequest's requestType field""" - requestType: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrgDeleteRequestConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrgDeleteRequestConnectionFilter!] -} - -""" -A filter to be used against OrgDeleteRequestShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrgDeleteRequestShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrgDeleteRequestShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OrgDeleteRequestShare's parent relation.""" - parent: SalesforceOrgDeleteRequestConnectionFilter - - """Filter by the OrgDeleteRequestShare's id field""" - id: SalesforceIdFilter - - """Filter by the OrgDeleteRequestShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the OrgDeleteRequestShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the OrgDeleteRequestShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the OrgDeleteRequestShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the OrgDeleteRequestShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OrgDeleteRequestShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OrgDeleteRequestShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrgDeleteRequestShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrgDeleteRequestShareConnectionFilter!] -} - -"""Field that Org Delete Request Shares can be sorted by""" -enum SalesforceOrgDeleteRequestShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceOrgDeleteRequestShareEdge { - """The item at the end of the edge.""" - node: SalesforceOrgDeleteRequestShare! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Org Delete Request Shares connection, for use in pagination. -""" -type SalesforceOrgDeleteRequestSharesConnection { - """ - The count of all Org Delete Request Share you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Org Delete Request Shares""" - nodes: [SalesforceOrgDeleteRequestShare!]! - - """List of Org Delete Request Share edges""" - edges: [SalesforceOrgDeleteRequestShareEdge!]! -} - -""" -A filter to be used against MacroShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceMacroShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the MacroShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the MacroShare's parent relation.""" - parent: SalesforceMacroConnectionFilter - - """Filter by the MacroShare's id field""" - id: SalesforceIdFilter - - """Filter by the MacroShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the MacroShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the MacroShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the MacroShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the MacroShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the MacroShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the MacroShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceMacroShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceMacroShareConnectionFilter!] -} - -"""Field that Macro Shares can be sorted by""" -enum SalesforceMacroShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceMacroShareEdge { - """The item at the end of the edge.""" - node: SalesforceMacroShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Macro Shares connection, for use in pagination.""" -type SalesforceMacroSharesConnection { - """The count of all Macro Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Macro Shares""" - nodes: [SalesforceMacroShare!]! - - """List of Macro Share edges""" - edges: [SalesforceMacroShareEdge!]! -} - -""" -A filter to be used against ListEmailShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceListEmailShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ListEmailShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ListEmailShare's parent relation.""" - parent: SalesforceListEmailConnectionFilter - - """Filter by the ListEmailShare's id field""" - id: SalesforceIdFilter - - """Filter by the ListEmailShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ListEmailShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the ListEmailShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the ListEmailShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the ListEmailShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ListEmailShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ListEmailShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceListEmailShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceListEmailShareConnectionFilter!] -} - -"""Field that List Email Shares can be sorted by""" -enum SalesforceListEmailShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceListEmailShareEdge { - """The item at the end of the edge.""" - node: SalesforceListEmailShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce List Email Shares connection, for use in pagination.""" -type SalesforceListEmailSharesConnection { - """The count of all List Email Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce List Email Shares""" - nodes: [SalesforceListEmailShare!]! - - """List of List Email Share edges""" - edges: [SalesforceListEmailShareEdge!]! -} - -""" -A filter to be used against LeadShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLeadShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LeadShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the LeadShare's lead relation.""" - lead: SalesforceLeadConnectionFilter - - """Filter by the LeadShare's id field""" - id: SalesforceIdFilter - - """Filter by the LeadShare's leadId field""" - leadId: SalesforceIdFilter - - """Filter by the LeadShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the LeadShare's leadAccessLevel field""" - leadAccessLevel: SalesforceStringFilter - - """Filter by the LeadShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the LeadShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the LeadShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the LeadShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLeadShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLeadShareConnectionFilter!] -} - -"""Field that Lead Shares can be sorted by""" -enum SalesforceLeadShareSortByFieldEnum { - ID - LEAD_ID - USER_OR_GROUP_ID - LEAD_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceLeadShareEdge { - """The item at the end of the edge.""" - node: SalesforceLeadShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Lead Shares connection, for use in pagination.""" -type SalesforceLeadSharesConnection { - """The count of all Lead Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Lead Shares""" - nodes: [SalesforceLeadShare!]! - - """List of Lead Share edges""" - edges: [SalesforceLeadShareEdge!]! -} - -""" -A filter to be used against GroupMember object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceGroupMemberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the GroupMember's group relation.""" - group: SalesforceGroupConnectionFilter - - """Filter by the GroupMember's id field""" - id: SalesforceIdFilter - - """Filter by the GroupMember's groupId field""" - groupId: SalesforceIdFilter - - """Filter by the GroupMember's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the GroupMember's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceGroupMemberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceGroupMemberConnectionFilter!] -} - -"""Field that Group Members can be sorted by""" -enum SalesforceGroupMemberSortByFieldEnum { - ID - GROUP_ID - USER_OR_GROUP_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceGroupMemberEdge { - """The item at the end of the edge.""" - node: SalesforceGroupMember! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Group Members connection, for use in pagination.""" -type SalesforceGroupMembersConnection { - """The count of all Group Member you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Group Members""" - nodes: [SalesforceGroupMember!]! - - """List of Group Member edges""" - edges: [SalesforceGroupMemberEdge!]! -} - -""" -A filter to be used against ForecastShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceForecastShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ForecastShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ForecastShare's userRole relation.""" - userRole: SalesforceUserRoleConnectionFilter - - """Filter by the ForecastShare's id field""" - id: SalesforceIdFilter - - """Filter by the ForecastShare's userRoleId field""" - userRoleId: SalesforceIdFilter - - """Filter by the ForecastShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the ForecastShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the ForecastShare's canSubmit field""" - canSubmit: SalesforceBooleanFilter - - """Filter by the ForecastShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the ForecastShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ForecastShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceForecastShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceForecastShareConnectionFilter!] -} - -"""Field that Forecast Shares can be sorted by""" -enum SalesforceForecastShareSortByFieldEnum { - ID - USER_ROLE_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - CAN_SUBMIT - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID -} - -""" -A filter to be used against FlowInterviewShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFlowInterviewShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FlowInterviewShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the FlowInterviewShare's parent relation.""" - parent: SalesforceFlowInterviewConnectionFilter - - """Filter by the FlowInterviewShare's id field""" - id: SalesforceIdFilter - - """Filter by the FlowInterviewShare's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the FlowInterviewShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the FlowInterviewShare's accessLevel field""" - accessLevel: SalesforceStringFilter - - """Filter by the FlowInterviewShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the FlowInterviewShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the FlowInterviewShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the FlowInterviewShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFlowInterviewShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFlowInterviewShareConnectionFilter!] -} - -"""Field that Flow Interview Shares can be sorted by""" -enum SalesforceFlowInterviewShareSortByFieldEnum { - ID - PARENT_ID - USER_OR_GROUP_ID - ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceFlowInterviewShareEdge { - """The item at the end of the edge.""" - node: SalesforceFlowInterviewShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Flow Interview Shares connection, for use in pagination.""" -type SalesforceFlowInterviewSharesConnection { - """ - The count of all Flow Interview Share you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Flow Interview Shares""" - nodes: [SalesforceFlowInterviewShare!]! - - """List of Flow Interview Share edges""" - edges: [SalesforceFlowInterviewShareEdge!]! -} - -""" -A filter to be used against ContactShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContactShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContactShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContactShare's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the ContactShare's id field""" - id: SalesforceIdFilter - - """Filter by the ContactShare's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the ContactShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the ContactShare's contactAccessLevel field""" - contactAccessLevel: SalesforceStringFilter - - """Filter by the ContactShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the ContactShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContactShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContactShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContactShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContactShareConnectionFilter!] -} - -"""Field that Contact Shares can be sorted by""" -enum SalesforceContactShareSortByFieldEnum { - ID - CONTACT_ID - USER_OR_GROUP_ID - CONTACT_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceContactShareEdge { - """The item at the end of the edge.""" - node: SalesforceContactShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contact Shares connection, for use in pagination.""" -type SalesforceContactSharesConnection { - """The count of all Contact Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contact Shares""" - nodes: [SalesforceContactShare!]! - - """List of Contact Share edges""" - edges: [SalesforceContactShareEdge!]! -} - -""" -A filter to be used against CaseShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CaseShare's case relation.""" - case: SalesforceCaseConnectionFilter - - """Filter by the CaseShare's id field""" - id: SalesforceIdFilter - - """Filter by the CaseShare's caseId field""" - caseId: SalesforceIdFilter - - """Filter by the CaseShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the CaseShare's caseAccessLevel field""" - caseAccessLevel: SalesforceStringFilter - - """Filter by the CaseShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the CaseShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CaseShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseShareConnectionFilter!] -} - -"""Field that Case Shares can be sorted by""" -enum SalesforceCaseShareSortByFieldEnum { - ID - CASE_ID - USER_OR_GROUP_ID - CASE_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceCaseShareEdge { - """The item at the end of the edge.""" - node: SalesforceCaseShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Shares connection, for use in pagination.""" -type SalesforceCaseSharesConnection { - """The count of all Case Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Shares""" - nodes: [SalesforceCaseShare!]! - - """List of Case Share edges""" - edges: [SalesforceCaseShareEdge!]! -} - -""" -A filter to be used against AccountShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAccountShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AccountShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AccountShare's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the AccountShare's id field""" - id: SalesforceIdFilter - - """Filter by the AccountShare's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the AccountShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the AccountShare's accountAccessLevel field""" - accountAccessLevel: SalesforceStringFilter - - """Filter by the AccountShare's opportunityAccessLevel field""" - opportunityAccessLevel: SalesforceStringFilter - - """Filter by the AccountShare's caseAccessLevel field""" - caseAccessLevel: SalesforceStringFilter - - """Filter by the AccountShare's contactAccessLevel field""" - contactAccessLevel: SalesforceStringFilter - - """Filter by the AccountShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the AccountShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AccountShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AccountShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAccountShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAccountShareConnectionFilter!] -} - -"""Field that Account Shares can be sorted by""" -enum SalesforceAccountShareSortByFieldEnum { - ID - ACCOUNT_ID - USER_OR_GROUP_ID - ACCOUNT_ACCESS_LEVEL - OPPORTUNITY_ACCESS_LEVEL - CASE_ACCESS_LEVEL - CONTACT_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceAccountShareEdge { - """The item at the end of the edge.""" - node: SalesforceAccountShare! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Account Shares connection, for use in pagination.""" -type SalesforceAccountSharesConnection { - """The count of all Account Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Account Shares""" - nodes: [SalesforceAccountShare!]! - - """List of Account Share edges""" - edges: [SalesforceAccountShareEdge!]! -} - -"""Field that Stamps can be sorted by""" -enum SalesforceStampSortByFieldEnum { - ID - IS_DELETED - PARENT_ID - MASTER_LABEL - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceStampEdge { - """The item at the end of the edge.""" - node: SalesforceStamp! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Stamps connection, for use in pagination.""" -type SalesforceStampsConnection { - """The count of all Stamp you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Stamps""" - nodes: [SalesforceStamp!]! - - """List of Stamp edges""" - edges: [SalesforceStampEdge!]! -} - -""" -A filter to be used against Group object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceGroupConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Group's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Group's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Group's id field""" - id: SalesforceIdFilter - - """Filter by the Group's name field""" - name: SalesforceStringFilter - - """Filter by the Group's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the Group's relatedId field""" - relatedId: SalesforceIdFilter - - """Filter by the Group's type field""" - type: SalesforceStringFilter - - """Filter by the Group's email field""" - email: SalesforceStringFilter - - """Filter by the Group's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Group's doesSendEmailToMembers field""" - doesSendEmailToMembers: SalesforceBooleanFilter - - """Filter by the Group's doesIncludeBosses field""" - doesIncludeBosses: SalesforceBooleanFilter - - """Filter by the Group's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Group's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Group's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Group's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Group's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceGroupConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceGroupConnectionFilter!] -} - -"""Field that Groups can be sorted by""" -enum SalesforceGroupSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - RELATED_ID - TYPE - EMAIL - OWNER_ID - DOES_SEND_EMAIL_TO_MEMBERS - DOES_INCLUDE_BOSSES - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceGroupEdge { - """The item at the end of the edge.""" - node: SalesforceGroup! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Groups connection, for use in pagination.""" -type SalesforceGroupsConnection { - """The count of all Group you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Groups""" - nodes: [SalesforceGroup!]! - - """List of Group edges""" - edges: [SalesforceGroupEdge!]! -} - -"""An edge in a connection.""" -type SalesforceContentDocumentLinkEdge { - """The item at the end of the edge.""" - node: SalesforceContentDocumentLink! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against TopicUserEvent object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTopicUserEventConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TopicUserEvent's topic relation.""" - topic: SalesforceTopicConnectionFilter - - """Filter by the TopicUserEvent's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the TopicUserEvent's id field""" - id: SalesforceIdFilter - - """Filter by the TopicUserEvent's userId field""" - userId: SalesforceIdFilter - - """Filter by the TopicUserEvent's topicId field""" - topicId: SalesforceIdFilter - - """Filter by the TopicUserEvent's actionEnum field""" - actionEnum: SalesforceStringFilter - - """Filter by the TopicUserEvent's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTopicUserEventConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTopicUserEventConnectionFilter!] -} - -"""Field that Topic User Events can be sorted by""" -enum SalesforceTopicUserEventSortByFieldEnum { - ID - USER_ID - TOPIC_ID - ACTION_ENUM - CREATED_DATE -} - -"""An edge in a connection.""" -type SalesforceTopicUserEventEdge { - """The item at the end of the edge.""" - node: SalesforceTopicUserEvent! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Topic User Events connection, for use in pagination.""" -type SalesforceTopicUserEventsConnection { - """The count of all Topic User Event you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Topic User Events""" - nodes: [SalesforceTopicUserEvent!]! - - """List of Topic User Event edges""" - edges: [SalesforceTopicUserEventEdge!]! -} - -""" -A filter to be used against KnowledgeableUser object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceKnowledgeableUserConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the KnowledgeableUser's topic relation.""" - topic: SalesforceTopicConnectionFilter - - """Filter by the KnowledgeableUser's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the KnowledgeableUser's id field""" - id: SalesforceIdFilter - - """Filter by the KnowledgeableUser's userId field""" - userId: SalesforceIdFilter - - """Filter by the KnowledgeableUser's topicId field""" - topicId: SalesforceIdFilter - - """Filter by the KnowledgeableUser's rawRank field""" - rawRank: SalesforceIntFilter - - """Filter by the KnowledgeableUser's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceKnowledgeableUserConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceKnowledgeableUserConnectionFilter!] -} - -"""Field that Knowledgeable Users can be sorted by""" -enum SalesforceKnowledgeableUserSortByFieldEnum { - ID - USER_ID - TOPIC_ID - RAW_RANK - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceKnowledgeableUserEdge { - """The item at the end of the edge.""" - node: SalesforceKnowledgeableUser! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Knowledgeable Users connection, for use in pagination.""" -type SalesforceKnowledgeableUsersConnection { - """The count of all Knowledgeable User you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Knowledgeable Users""" - nodes: [SalesforceKnowledgeableUser!]! - - """List of Knowledgeable User edges""" - edges: [SalesforceKnowledgeableUserEdge!]! -} - -"""An edge in a connection.""" -type SalesforceContentVersionEdge { - """The item at the end of the edge.""" - node: SalesforceContentVersion! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against UserFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the UserFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the UserFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserFeed's parent relation.""" - parent: SalesforceUserConnectionFilter - - """Filter by the UserFeed's id field""" - id: SalesforceIdFilter - - """Filter by the UserFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the UserFeed's type field""" - type: SalesforceStringFilter - - """Filter by the UserFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the UserFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the UserFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserFeedConnectionFilter!] -} - -"""Field that User Feeds can be sorted by""" -enum SalesforceUserFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceUserFeedEdge { - """The item at the end of the edge.""" - node: SalesforceUserFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce User Feeds connection, for use in pagination.""" -type SalesforceUserFeedsConnection { - """The count of all User Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Feeds""" - nodes: [SalesforceUserFeed!]! - - """List of User Feed edges""" - edges: [SalesforceUserFeedEdge!]! -} - -""" -A filter to be used against TopicFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTopicFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TopicFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the TopicFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the TopicFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TopicFeed's parent relation.""" - parent: SalesforceTopicConnectionFilter - - """Filter by the TopicFeed's id field""" - id: SalesforceIdFilter - - """Filter by the TopicFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the TopicFeed's type field""" - type: SalesforceStringFilter - - """Filter by the TopicFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TopicFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TopicFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the TopicFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TopicFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the TopicFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the TopicFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the TopicFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTopicFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTopicFeedConnectionFilter!] -} - -"""Field that Topic Feeds can be sorted by""" -enum SalesforceTopicFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceTopicFeedEdge { - """The item at the end of the edge.""" - node: SalesforceTopicFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Topic Feeds connection, for use in pagination.""" -type SalesforceTopicFeedsConnection { - """The count of all Topic Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Topic Feeds""" - nodes: [SalesforceTopicFeed!]! - - """List of Topic Feed edges""" - edges: [SalesforceTopicFeedEdge!]! -} - -""" -A filter to be used against LeadFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLeadFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LeadFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the LeadFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the LeadFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the LeadFeed's parent relation.""" - parent: SalesforceLeadConnectionFilter - - """Filter by the LeadFeed's id field""" - id: SalesforceIdFilter - - """Filter by the LeadFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the LeadFeed's type field""" - type: SalesforceStringFilter - - """Filter by the LeadFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the LeadFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LeadFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the LeadFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the LeadFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the LeadFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the LeadFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the LeadFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLeadFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLeadFeedConnectionFilter!] -} - -"""Field that Lead Feeds can be sorted by""" -enum SalesforceLeadFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceLeadFeedEdge { - """The item at the end of the edge.""" - node: SalesforceLeadFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Lead Feeds connection, for use in pagination.""" -type SalesforceLeadFeedsConnection { - """The count of all Lead Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Lead Feeds""" - nodes: [SalesforceLeadFeed!]! - - """List of Lead Feed edges""" - edges: [SalesforceLeadFeedEdge!]! -} - -""" -A filter to be used against ContentVersionRating object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentVersionRatingConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentVersionRating's contentVersion relation.""" - contentVersion: SalesforceContentVersionConnectionFilter - - """Filter by the ContentVersionRating's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the ContentVersionRating's id field""" - id: SalesforceIdFilter - - """Filter by the ContentVersionRating's userId field""" - userId: SalesforceIdFilter - - """Filter by the ContentVersionRating's contentVersionId field""" - contentVersionId: SalesforceIdFilter - - """Filter by the ContentVersionRating's rating field""" - rating: SalesforceIntFilter - - """Filter by the ContentVersionRating's userComment field""" - userComment: SalesforceStringFilter - - """Filter by the ContentVersionRating's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentVersionRatingConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentVersionRatingConnectionFilter!] -} - -"""Field that Content Version Ratings can be sorted by""" -enum SalesforceContentVersionRatingSortByFieldEnum { - ID - USER_ID - CONTENT_VERSION_ID - RATING - USER_COMMENT - LAST_MODIFIED_DATE -} - -"""An edge in a connection.""" -type SalesforceContentVersionRatingEdge { - """The item at the end of the edge.""" - node: SalesforceContentVersionRating! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Content Version Ratings connection, for use in pagination.""" -type SalesforceContentVersionRatingsConnection { - """ - The count of all Content Version Rating you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Version Ratings""" - nodes: [SalesforceContentVersionRating!]! - - """List of Content Version Rating edges""" - edges: [SalesforceContentVersionRatingEdge!]! -} - -""" -A filter to be used against ContentVersionHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentVersionHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentVersionHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentVersionHistory's contentVersion relation.""" - contentVersion: SalesforceContentVersionConnectionFilter - - """Filter by the ContentVersionHistory's id field""" - id: SalesforceIdFilter - - """Filter by the ContentVersionHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentVersionHistory's contentVersionId field""" - contentVersionId: SalesforceIdFilter - - """Filter by the ContentVersionHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentVersionHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentVersionHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentVersionHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentVersionHistoryConnectionFilter!] -} - -"""Field that Content Version Histories can be sorted by""" -enum SalesforceContentVersionHistorySortByFieldEnum { - ID - IS_DELETED - CONTENT_VERSION_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceContentVersionHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceContentVersionHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Content Version Histories connection, for use in pagination. -""" -type SalesforceContentVersionHistorysConnection { - """ - The count of all Content Version History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Version Histories""" - nodes: [SalesforceContentVersionHistory!]! - - """List of Content Version History edges""" - edges: [SalesforceContentVersionHistoryEdge!]! -} - -""" -A filter to be used against ContactFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContactFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContactFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the ContactFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the ContactFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContactFeed's parent relation.""" - parent: SalesforceContactConnectionFilter - - """Filter by the ContactFeed's id field""" - id: SalesforceIdFilter - - """Filter by the ContactFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ContactFeed's type field""" - type: SalesforceStringFilter - - """Filter by the ContactFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContactFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContactFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContactFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContactFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContactFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the ContactFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the ContactFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContactFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContactFeedConnectionFilter!] -} - -"""Field that Contact Feeds can be sorted by""" -enum SalesforceContactFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceContactFeedEdge { - """The item at the end of the edge.""" - node: SalesforceContactFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contact Feeds connection, for use in pagination.""" -type SalesforceContactFeedsConnection { - """The count of all Contact Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contact Feeds""" - nodes: [SalesforceContactFeed!]! - - """List of Contact Feed edges""" - edges: [SalesforceContactFeedEdge!]! -} - -""" -A filter to be used against CaseFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the CaseFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the CaseFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseFeed's parent relation.""" - parent: SalesforceCaseConnectionFilter - - """Filter by the CaseFeed's id field""" - id: SalesforceIdFilter - - """Filter by the CaseFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CaseFeed's type field""" - type: SalesforceStringFilter - - """Filter by the CaseFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CaseFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CaseFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CaseFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the CaseFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the CaseFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseFeedConnectionFilter!] -} - -"""Field that Case Feeds can be sorted by""" -enum SalesforceCaseFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceCaseFeedEdge { - """The item at the end of the edge.""" - node: SalesforceCaseFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Feeds connection, for use in pagination.""" -type SalesforceCaseFeedsConnection { - """The count of all Case Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Feeds""" - nodes: [SalesforceCaseFeed!]! - - """List of Case Feed edges""" - edges: [SalesforceCaseFeedEdge!]! -} - -""" -A filter to be used against AccountFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAccountFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AccountFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the AccountFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the AccountFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AccountFeed's parent relation.""" - parent: SalesforceAccountConnectionFilter - - """Filter by the AccountFeed's id field""" - id: SalesforceIdFilter - - """Filter by the AccountFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the AccountFeed's type field""" - type: SalesforceStringFilter - - """Filter by the AccountFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AccountFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AccountFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AccountFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AccountFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AccountFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the AccountFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the AccountFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAccountFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAccountFeedConnectionFilter!] -} - -"""Field that Account Feeds can be sorted by""" -enum SalesforceAccountFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceAccountFeedEdge { - """The item at the end of the edge.""" - node: SalesforceAccountFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Account Feeds connection, for use in pagination.""" -type SalesforceAccountFeedsConnection { - """The count of all Account Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Account Feeds""" - nodes: [SalesforceAccountFeed!]! - - """List of Account Feed edges""" - edges: [SalesforceAccountFeedEdge!]! -} - -"""Content Body""" -type SalesforceContentBody { - """Content Body ID""" - id: String! - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -""" -A filter to be used against ContentVersionComment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentVersionCommentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentVersionComment's contentVersion relation.""" - contentVersion: SalesforceContentVersionConnectionFilter - - """Filter by the ContentVersionComment's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentVersionComment's id field""" - id: SalesforceIdFilter - - """Filter by the ContentVersionComment's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentVersionComment's contentVersionId field""" - contentVersionId: SalesforceIdFilter - - """Filter by the ContentVersionComment's userComment field""" - userComment: SalesforceStringFilter - - """Filter by the ContentVersionComment's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentVersionCommentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentVersionCommentConnectionFilter!] -} - -"""Field that Content Version Comments can be sorted by""" -enum SalesforceContentVersionCommentSortByFieldEnum { - ID - CONTENT_DOCUMENT_ID - CONTENT_VERSION_ID - USER_COMMENT - CREATED_DATE -} - -"""An edge in a connection.""" -type SalesforceContentVersionCommentEdge { - """The item at the end of the edge.""" - node: SalesforceContentVersionComment! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Content Version Comments connection, for use in pagination.""" -type SalesforceContentVersionCommentsConnection { - """ - The count of all Content Version Comment you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Version Comments""" - nodes: [SalesforceContentVersionComment!]! - - """List of Content Version Comment edges""" - edges: [SalesforceContentVersionCommentEdge!]! -} - -""" -A filter to be used against ContentDocumentSubscription object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentDocumentSubscriptionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentDocumentSubscription's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentDocumentSubscription's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the ContentDocumentSubscription's id field""" - id: SalesforceIdFilter - - """Filter by the ContentDocumentSubscription's userId field""" - userId: SalesforceIdFilter - - """Filter by the ContentDocumentSubscription's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentDocumentSubscription's isCommentSub field""" - isCommentSub: SalesforceBooleanFilter - - """Filter by the ContentDocumentSubscription's isDocumentSub field""" - isDocumentSub: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentDocumentSubscriptionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentDocumentSubscriptionConnectionFilter!] -} - -"""Field that Content Document Subscriptions can be sorted by""" -enum SalesforceContentDocumentSubscriptionSortByFieldEnum { - ID - USER_ID - CONTENT_DOCUMENT_ID - IS_COMMENT_SUB - IS_DOCUMENT_SUB -} - -"""An edge in a connection.""" -type SalesforceContentDocumentSubscriptionEdge { - """The item at the end of the edge.""" - node: SalesforceContentDocumentSubscription! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Content Document Subscriptions connection, for use in pagination. -""" -type SalesforceContentDocumentSubscriptionsConnection { - """ - The count of all Content Document Subscription you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Document Subscriptions""" - nodes: [SalesforceContentDocumentSubscription!]! - - """List of Content Document Subscription edges""" - edges: [SalesforceContentDocumentSubscriptionEdge!]! -} - -""" -A filter to be used against ContentDocumentHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentDocumentHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentDocumentHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentDocumentHistory's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentDocumentHistory's id field""" - id: SalesforceIdFilter - - """Filter by the ContentDocumentHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentDocumentHistory's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentDocumentHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentDocumentHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentDocumentHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentDocumentHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentDocumentHistoryConnectionFilter!] -} - -"""Field that Content Document Histories can be sorted by""" -enum SalesforceContentDocumentHistorySortByFieldEnum { - ID - IS_DELETED - CONTENT_DOCUMENT_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceContentDocumentHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceContentDocumentHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Content Document Histories connection, for use in pagination. -""" -type SalesforceContentDocumentHistorysConnection { - """ - The count of all Content Document History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Document Histories""" - nodes: [SalesforceContentDocumentHistory!]! - - """List of Content Document History edges""" - edges: [SalesforceContentDocumentHistoryEdge!]! -} - -""" -A filter to be used against ContentDocumentFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentDocumentFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentDocumentFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the ContentDocumentFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the ContentDocumentFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentDocumentFeed's parent relation.""" - parent: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentDocumentFeed's id field""" - id: SalesforceIdFilter - - """Filter by the ContentDocumentFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ContentDocumentFeed's type field""" - type: SalesforceStringFilter - - """Filter by the ContentDocumentFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentDocumentFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentDocumentFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentDocumentFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentDocumentFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentDocumentFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the ContentDocumentFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the ContentDocumentFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentDocumentFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentDocumentFeedConnectionFilter!] -} - -"""Field that ContentDocument Feeds can be sorted by""" -enum SalesforceContentDocumentFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceContentDocumentFeedEdge { - """The item at the end of the edge.""" - node: SalesforceContentDocumentFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce ContentDocument Feeds connection, for use in pagination.""" -type SalesforceContentDocumentFeedsConnection { - """ - The count of all ContentDocument Feed you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce ContentDocument Feeds""" - nodes: [SalesforceContentDocumentFeed!]! - - """List of ContentDocument Feed edges""" - edges: [SalesforceContentDocumentFeedEdge!]! -} - -"""Field that Asset Files can be sorted by""" -enum SalesforceContentAssetSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CONTENT_DOCUMENT_ID - IS_VISIBLE_BY_EXTERNAL_USERS -} - -"""An edge in a connection.""" -type SalesforceContentAssetEdge { - """The item at the end of the edge.""" - node: SalesforceContentAsset! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Asset Files connection, for use in pagination.""" -type SalesforceContentAssetsConnection { - """The count of all Asset File you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Asset Files""" - nodes: [SalesforceContentAsset!]! - - """List of Asset File edges""" - edges: [SalesforceContentAssetEdge!]! -} - -""" -A filter to be used against ContentWorkspaceSubscription object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentWorkspaceSubscriptionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """ - Filter by the ContentWorkspaceSubscription's contentWorkspace relation. - """ - contentWorkspace: SalesforceContentWorkspaceConnectionFilter - - """Filter by the ContentWorkspaceSubscription's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the ContentWorkspaceSubscription's id field""" - id: SalesforceIdFilter - - """Filter by the ContentWorkspaceSubscription's userId field""" - userId: SalesforceIdFilter - - """Filter by the ContentWorkspaceSubscription's contentWorkspaceId field""" - contentWorkspaceId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentWorkspaceSubscriptionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentWorkspaceSubscriptionConnectionFilter!] -} - -"""Field that Content Workspace Subscriptions can be sorted by""" -enum SalesforceContentWorkspaceSubscriptionSortByFieldEnum { - ID - USER_ID - CONTENT_WORKSPACE_ID -} - -"""An edge in a connection.""" -type SalesforceContentWorkspaceSubscriptionEdge { - """The item at the end of the edge.""" - node: SalesforceContentWorkspaceSubscription! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Content Workspace Subscriptions connection, for use in pagination. -""" -type SalesforceContentWorkspaceSubscriptionsConnection { - """ - The count of all Content Workspace Subscription you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Workspace Subscriptions""" - nodes: [SalesforceContentWorkspaceSubscription!]! - - """List of Content Workspace Subscription edges""" - edges: [SalesforceContentWorkspaceSubscriptionEdge!]! -} - -""" -A filter to be used against ContentWorkspaceDoc object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentWorkspaceDocConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentWorkspaceDoc's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentWorkspaceDoc's contentWorkspace relation.""" - contentWorkspace: SalesforceContentWorkspaceConnectionFilter - - """Filter by the ContentWorkspaceDoc's id field""" - id: SalesforceIdFilter - - """Filter by the ContentWorkspaceDoc's contentWorkspaceId field""" - contentWorkspaceId: SalesforceIdFilter - - """Filter by the ContentWorkspaceDoc's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentWorkspaceDoc's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentWorkspaceDoc's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentWorkspaceDoc's isOwner field""" - isOwner: SalesforceBooleanFilter - - """Filter by the ContentWorkspaceDoc's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentWorkspaceDocConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentWorkspaceDocConnectionFilter!] -} - -"""Field that Library Documents can be sorted by""" -enum SalesforceContentWorkspaceDocSortByFieldEnum { - ID - CONTENT_WORKSPACE_ID - CONTENT_DOCUMENT_ID - CREATED_DATE - SYSTEM_MODSTAMP - IS_OWNER - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceContentWorkspaceDocEdge { - """The item at the end of the edge.""" - node: SalesforceContentWorkspaceDoc! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Library Documents connection, for use in pagination.""" -type SalesforceContentWorkspaceDocsConnection { - """The count of all Library Document you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Library Documents""" - nodes: [SalesforceContentWorkspaceDoc!]! - - """List of Library Document edges""" - edges: [SalesforceContentWorkspaceDocEdge!]! -} - -union SalesforceStreamingChannelShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Streaming Channel Share""" -type SalesforceStreamingChannelShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceStreamingChannel! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceStreamingChannelShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Case Comment""" -type SalesforceCaseComment implements OneGraphNode { - """Linked Github IssueComment""" - gitHubIssueComment: GitHubIssueComment - - """Case Comment ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceCase! - - """Published""" - isPublished: Boolean! - - """Body""" - commentBody: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content User Subscription""" -type SalesforceContentUserSubscription implements OneGraphNode { - """ContentUserSubscription ID""" - id: String! - - """User ID""" - subscriberUserId: String! - - """User ID""" - subscriberUser: SalesforceUser! - - """User ID""" - subscribedToUserId: String! - - """User ID""" - subscribedToUser: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Visualforce Component""" -type SalesforceApexComponent implements OneGraphNode { - """Component ID""" - id: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Name""" - name: String! - - """Api Version""" - apiVersion: Float! - - """Label""" - masterLabel: String! - - """Description""" - description: String - - """Controller Type""" - controllerType: String! - - """Controller Key""" - controllerKey: String - - """Markup""" - markup: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceMacroShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Macro Share""" -type SalesforceMacroShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceMacro! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceMacroShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""User Login""" -type SalesforceUserLogin implements OneGraphNode { - """User Login ID""" - id: String! - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """Is Frozen""" - isFrozen: Boolean! - - """Is Password Locked""" - isPasswordLocked: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Apex Trigger""" -type SalesforceApexTrigger implements OneGraphNode { - """Trigger ID""" - id: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Name""" - name: String! - - """Custom Object Definition ID""" - tableEnumOrId: String - - """BeforeInsert""" - usageBeforeInsert: Boolean! - - """AfterInsert""" - usageAfterInsert: Boolean! - - """BeforeUpdate""" - usageBeforeUpdate: Boolean! - - """AfterUpdate""" - usageAfterUpdate: Boolean! - - """BeforeDelete""" - usageBeforeDelete: Boolean! - - """AfterDelete""" - usageAfterDelete: Boolean! - - """IsBulk""" - usageIsBulk: Boolean! - - """AfterUndelete""" - usageAfterUndelete: Boolean! - - """Api Version""" - apiVersion: Float! - - """Status""" - status: String! - - """Is Valid""" - isValid: Boolean! - - """Body CRC""" - bodyCrc: Float - - """Body""" - body: String - - """Size Without Comments""" - lengthWithoutComments: Int! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceAccountShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Account Share""" -type SalesforceAccountShare implements OneGraphNode { - """Account Share ID""" - id: String! - - """Account ID""" - accountId: String! - - """Account ID""" - account: SalesforceAccount! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceAccountShareUserOrGroupUnion! - - """Account Access""" - accountAccessLevel: String! - - """Opportunity Access""" - opportunityAccessLevel: String! - - """Case Access""" - caseAccessLevel: String! - - """Contact Access""" - contactAccessLevel: String - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceUserAppMenuCustomizationShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""UserAppMenuCustomization Share""" -type SalesforceUserAppMenuCustomizationShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceUserAppMenuCustomization! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceUserAppMenuCustomizationShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""AppMenuItem""" -type SalesforceAppMenuItem implements OneGraphNode { - """AppMenuItem ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Sort Order""" - sortOrder: Int! - - """Developer Name""" - name: String - - """Namespace Prefix""" - namespacePrefix: String - - """Label""" - label: String - - """Description""" - description: String - - """Start Url""" - startUrl: String - - """Mobile Start Url""" - mobileStartUrl: String - - """Logo Image URL""" - logoUrl: String - - """Icon Url""" - iconUrl: String - - """Info URL""" - infoUrl: String - - """IsUsingAdminAuthorization""" - isUsingAdminAuthorization: Boolean! - - """Mobile device OS platform""" - mobilePlatform: String - - """Minimum required mobile device OS version""" - mobileMinOsVer: String - - """Type of mobile device""" - mobileDeviceType: String - - """App requires a registered mobile device""" - isRegisteredDeviceOnly: Boolean! - - """Version of the mobile app""" - mobileAppVer: String - - """Date the mobile app was most recently installed""" - mobileAppInstalledDate: String - - """Most recently installed version of the mobile app""" - mobileAppInstalledVersion: String - - """ID for the related mobile app binary""" - mobileAppBinaryId: String - - """URL to install the mobile app""" - mobileAppInstallUrl: String - - """Is this a canvas-enabled application""" - canvasEnabled: Boolean! - - """The identifier used to render the canvas application.""" - canvasReferenceId: String - - """The canvas url for the canvas application""" - canvasUrl: String - - """The configured access method for the canvas application""" - canvasAccessMethod: String - - """The selected/supported locations of the canvas application""" - canvasSelectedLocations: String - - """The options to hide publisher header or publisher share button""" - canvasOptions: String - - """App Type""" - type: String - - """Application ID""" - applicationId: String - - """User Sort Order""" - userSortOrder: Int - - """Is Visible""" - isVisible: Boolean! - - """Is Accessible""" - isAccessible: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceUserProvisioningRequestShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""User Provisioning Request Share""" -type SalesforceUserProvisioningRequestShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceUserProvisioningRequest! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceUserProvisioningRequestShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Apex Email Notification""" -type SalesforceApexEmailNotification implements OneGraphNode { - """ApexEmailNotification ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """email""" - email: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Contact History""" -type SalesforceContactHistory implements OneGraphNode { - """Contact History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Contact ID""" - contactId: String! - - """Contact ID""" - contact: SalesforceContact! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Version History""" -type SalesforceContentVersionHistory implements OneGraphNode { - """Content Version ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """ContentVersion ID""" - contentVersionId: String! - - """ContentVersion ID""" - contentVersion: SalesforceContentVersion! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Assignment Rule""" -type SalesforceAssignmentRule implements OneGraphNode { - """Rule ID""" - id: String! - - """Name""" - name: String - - """SObject Type""" - sobjectType: String - - """Active""" - active: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFlowInterviewShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Flow Interview Share""" -type SalesforceFlowInterviewShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceFlowInterview! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceFlowInterviewShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceOrgDeleteRequestShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Org Delete Request Share""" -type SalesforceOrgDeleteRequestShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceOrgDeleteRequest! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceOrgDeleteRequestShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceQuickTextShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Quick Text Share""" -type SalesforceQuickTextShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceQuickText! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceQuickTextShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Lead Status Value""" -type SalesforceLeadStatus implements OneGraphNode { - """Lead Status Value ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean! - - """Is Converted""" - isConverted: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Organization-wide From Email Address""" -type SalesforceOrgWideEmailAddress implements OneGraphNode { - """Organization-wide From Email Address ID""" - id: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Email Address""" - address: String! - - """Display Name""" - displayName: String! - - """Allow All Profiles""" - isAllowAllProfiles: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Knowledgeable User""" -type SalesforceKnowledgeableUser implements OneGraphNode { - """Knowledgeable User ID""" - id: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Topic ID""" - topicId: String! - - """Topic ID""" - topic: SalesforceTopic! - - """Rank""" - rawRank: Int - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Setup Audit Trail Entry""" -type SalesforceSetupAuditTrail implements OneGraphNode { - """Setup Audit Trail ID""" - id: String! - - """Action""" - action: String! - - """Section""" - section: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Display""" - display: String - - """Delegate User""" - delegateUser: String - - """Source Namespace Prefix""" - responsibleNamespacePrefix: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Security Policy Trusted Site""" -type SalesforceCspTrustedSite implements OneGraphNode { - """Trusted Site ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Trusted Site Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Trusted Site URL""" - endpointUrl: String! - - """Description""" - description: String - - """Active""" - isActive: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Tag Subscription""" -type SalesforceContentTagSubscription implements OneGraphNode { - """ContentTagSubscription ID""" - id: String! - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Business Hours""" -type SalesforceBusinessHours implements OneGraphNode { - """Business Hours ID""" - id: String! - - """Business Hours Name""" - name: String! - - """Active""" - isActive: Boolean! - - """Default Business Hours""" - isDefault: Boolean! - - """Sunday Start""" - sundayStartTime: String - - """Sunday End""" - sundayEndTime: String - - """Monday Start""" - mondayStartTime: String - - """Monday End""" - mondayEndTime: String - - """Tuesday Start""" - tuesdayStartTime: String - - """Tuesday End""" - tuesdayEndTime: String - - """Wednesday Start""" - wednesdayStartTime: String - - """Wednesday End""" - wednesdayEndTime: String - - """Thursday Start""" - thursdayStartTime: String - - """Thursday End""" - thursdayEndTime: String - - """Friday Start""" - fridayStartTime: String - - """Friday End""" - fridayEndTime: String - - """Saturday Start""" - saturdayStartTime: String - - """Saturday End""" - saturdayEndTime: String - - """Time Zone""" - timeZoneSidKey: String! - - """System Modstamp""" - systemModstamp: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Viewed Date""" - lastViewedDate: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Topic User Event""" -type SalesforceTopicUserEvent implements OneGraphNode { - """Event ID""" - id: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Topic ID""" - topicId: String! - - """Topic ID""" - topic: SalesforceTopic! - - """Action""" - actionEnum: String! - - """Create Date""" - createdDate: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Security Custom Baseline""" -type SalesforceSecurityCustomBaseline implements OneGraphNode { - """Security Custom Baseline ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Baseline""" - baseline: String - - """Is Default Baseline""" - isDefault: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Lead History""" -type SalesforceLeadHistory implements OneGraphNode { - """Lead History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Lead ID""" - leadId: String! - - """Lead ID""" - lead: SalesforceLead! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Task Priority Value""" -type SalesforceTaskPriority implements OneGraphNode { - """Task Priority Value ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean! - - """Is High Priority""" - isHighPriority: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Queue Sobject""" -type SalesforceQueueSobject implements OneGraphNode { - """Queue Sobject ID""" - id: String! - - """Group ID""" - queueId: String! - - """Group ID""" - queue: SalesforceGroup! - - """Sobject Type""" - sobjectType: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against AdditionalNumber object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAdditionalNumberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AdditionalNumber's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AdditionalNumber's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AdditionalNumber's callCenter relation.""" - callCenter: SalesforceCallCenterConnectionFilter - - """Filter by the AdditionalNumber's id field""" - id: SalesforceIdFilter - - """Filter by the AdditionalNumber's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AdditionalNumber's callCenterId field""" - callCenterId: SalesforceIdFilter - - """Filter by the AdditionalNumber's name field""" - name: SalesforceStringFilter - - """Filter by the AdditionalNumber's description field""" - description: SalesforceStringFilter - - """Filter by the AdditionalNumber's phone field""" - phone: SalesforceStringFilter - - """Filter by the AdditionalNumber's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AdditionalNumber's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AdditionalNumber's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AdditionalNumber's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AdditionalNumber's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAdditionalNumberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAdditionalNumberConnectionFilter!] -} - -"""Field that Additional Directory Numbers can be sorted by""" -enum SalesforceAdditionalNumberSortByFieldEnum { - ID - IS_DELETED - CALL_CENTER_ID - NAME - DESCRIPTION - PHONE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceAdditionalNumberEdge { - """The item at the end of the edge.""" - node: SalesforceAdditionalNumber! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Additional Directory Number""" -type SalesforceAdditionalNumber implements OneGraphNode { - """Additional Directory Number ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Call Center ID""" - callCenterId: String - - """Call Center ID""" - callCenter: SalesforceCallCenter - - """Name""" - name: String! - - """Description""" - description: String - - """Phone""" - phone: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Additional Directory Numbers connection, for use in pagination. -""" -type SalesforceAdditionalNumbersConnection { - """ - The count of all Additional Directory Number you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Additional Directory Numbers""" - nodes: [SalesforceAdditionalNumber!]! - - """List of Additional Directory Number edges""" - edges: [SalesforceAdditionalNumberEdge!]! -} - -"""Call Center""" -type SalesforceCallCenter implements OneGraphNode { - """Call Center ID""" - id: String! - - """Name""" - name: String! - - """Internal Name""" - internalName: String! - - """Version""" - version: Float - - """CTI Adapter URL""" - adapterUrl: String - - """Custom Settings""" - customSettings: String - - """System Modstamp""" - systemModstamp: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Collection of Salesforce AdditionalNumber""" - additionalNumbers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAdditionalNumberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAdditionalNumberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAdditionalNumberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AdditionalNumbers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAdditionalNumbersConnection - - """Collection of Salesforce User""" - users( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceCaseTeamMemberMemberUnion = SalesforceUser | SalesforceContact - -"""Case Team Member""" -type SalesforceCaseTeamMember implements OneGraphNode { - """Team Member Id""" - id: String! - - """Case ID""" - parentId: String! - - """Case ID""" - parent: SalesforceCase! - - """Member ID""" - memberId: String! - - """Member ID""" - member: SalesforceCaseTeamMemberMemberUnion! - - """Team Template Member ID""" - teamTemplateMemberId: String - - """Team Template Member ID""" - teamTemplateMember: SalesforceCaseTeamTemplateMember - - """Team Role ID""" - teamRoleId: String! - - """Team Role ID""" - teamRole: SalesforceCaseTeamRole! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Mail Merge Template""" -type SalesforceMailmergeTemplate implements OneGraphNode { - """Mail Merge Template ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Description""" - description: String - - """File""" - filename: String! - - """Body Length""" - bodyLength: Int - - """Body""" - body: String! - - """Last Used Date""" - lastUsedDate: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Attachment has been scanned for XSS""" - securityOptionsAttachmentScannedForXss: Boolean! - - """XSS threat was detected in the attachment""" - securityOptionsAttachmentHasXssThreat: Boolean! - - """Attachment has been scanned for Flash Injection""" - securityOptionsAttachmentScannedforFlash: Boolean! - - """Flash Injection was detected in the attachment""" - securityOptionsAttachmentHasFlash: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""User Preference""" -type SalesforceUserPreference implements OneGraphNode { - """User Preference ID""" - id: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Preference""" - preference: String! - - """Value""" - value: String - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Account History""" -type SalesforceAccountHistory implements OneGraphNode { - """Account History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Account ID""" - accountId: String! - - """Account ID""" - account: SalesforceAccount! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Event Log File""" -type SalesforceEventLogFile implements OneGraphNode { - """Event Log File ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Event Type""" - eventType: String! - - """Log Date""" - logDate: String! - - """Log File Length""" - logFileLength: Float! - - """Log File Content Type""" - logFileContentType: String! - - """API Version""" - apiVersion: Float! - - """Sequence""" - sequence: Int! - - """Interval""" - interval: String - - """Log File Field Names""" - logFileFieldNames: String - - """Log File Field Types""" - logFileFieldTypes: String - - """Log File""" - logFile: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""EmailCapture""" -type SalesforceEmailCapture implements OneGraphNode { - """Email Capture ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Active""" - isActive: Boolean! - - """To""" - toPattern: String! - - """From""" - fromPattern: String - - """Sender""" - sender: String - - """Recipient""" - recipient: String - - """Capture Date""" - captureDate: String - - """Raw Message Length""" - rawMessageLength: Int - - """Raw Message""" - rawMessage: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Opportunity Stage""" -type SalesforceOpportunityStage implements OneGraphNode { - """Opportunity Stage ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Is Active""" - isActive: Boolean! - - """Sort Order""" - sortOrder: Int - - """Closed""" - isClosed: Boolean! - - """Won""" - isWon: Boolean! - - """Forecast Category""" - forecastCategory: String! - - """Forecast Category Name""" - forecastCategoryName: String! - - """Probability (%)""" - defaultProbability: Float - - """Description""" - description: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against ActionLinkGroupTemplate object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceActionLinkGroupTemplateConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ActionLinkGroupTemplate's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ActionLinkGroupTemplate's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ActionLinkGroupTemplate's id field""" - id: SalesforceIdFilter - - """Filter by the ActionLinkGroupTemplate's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ActionLinkGroupTemplate's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ActionLinkGroupTemplate's language field""" - language: SalesforceStringFilter - - """Filter by the ActionLinkGroupTemplate's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ActionLinkGroupTemplate's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ActionLinkGroupTemplate's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ActionLinkGroupTemplate's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ActionLinkGroupTemplate's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ActionLinkGroupTemplate's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ActionLinkGroupTemplate's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ActionLinkGroupTemplate's executionsAllowed field""" - executionsAllowed: SalesforceStringFilter - - """Filter by the ActionLinkGroupTemplate's hoursUntilExpiration field""" - hoursUntilExpiration: SalesforceIntFilter - - """Filter by the ActionLinkGroupTemplate's category field""" - category: SalesforceStringFilter - - """Filter by the ActionLinkGroupTemplate's isPublished field""" - isPublished: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceActionLinkGroupTemplateConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceActionLinkGroupTemplateConnectionFilter!] -} - -""" -A filter to be used against ActionLinkTemplate object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceActionLinkTemplateConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ActionLinkTemplate's actionLinkGroupTemplate relation.""" - actionLinkGroupTemplate: SalesforceActionLinkGroupTemplateConnectionFilter - - """Filter by the ActionLinkTemplate's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ActionLinkTemplate's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ActionLinkTemplate's id field""" - id: SalesforceIdFilter - - """Filter by the ActionLinkTemplate's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ActionLinkTemplate's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ActionLinkTemplate's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ActionLinkTemplate's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ActionLinkTemplate's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ActionLinkTemplate's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ActionLinkTemplate's actionLinkGroupTemplateId field""" - actionLinkGroupTemplateId: SalesforceIdFilter - - """Filter by the ActionLinkTemplate's labelKey field""" - labelKey: SalesforceStringFilter - - """Filter by the ActionLinkTemplate's method field""" - method: SalesforceStringFilter - - """Filter by the ActionLinkTemplate's linkType field""" - linkType: SalesforceStringFilter - - """Filter by the ActionLinkTemplate's position field""" - position: SalesforceIntFilter - - """Filter by the ActionLinkTemplate's isConfirmationRequired field""" - isConfirmationRequired: SalesforceBooleanFilter - - """Filter by the ActionLinkTemplate's isGroupDefault field""" - isGroupDefault: SalesforceBooleanFilter - - """Filter by the ActionLinkTemplate's userVisibility field""" - userVisibility: SalesforceStringFilter - - """Filter by the ActionLinkTemplate's userAlias field""" - userAlias: SalesforceStringFilter - - """Filter by the ActionLinkTemplate's label field""" - label: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceActionLinkTemplateConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceActionLinkTemplateConnectionFilter!] -} - -"""Field that Action Link Templates can be sorted by""" -enum SalesforceActionLinkTemplateSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - ACTION_LINK_GROUP_TEMPLATE_ID - LABEL_KEY - METHOD - LINK_TYPE - POSITION - IS_CONFIRMATION_REQUIRED - IS_GROUP_DEFAULT - USER_VISIBILITY - USER_ALIAS - LABEL -} - -"""An edge in a connection.""" -type SalesforceActionLinkTemplateEdge { - """The item at the end of the edge.""" - node: SalesforceActionLinkTemplate! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Action Link Templates connection, for use in pagination.""" -type SalesforceActionLinkTemplatesConnection { - """ - The count of all Action Link Template you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Action Link Templates""" - nodes: [SalesforceActionLinkTemplate!]! - - """List of Action Link Template edges""" - edges: [SalesforceActionLinkTemplateEdge!]! -} - -"""Action Link Group Template""" -type SalesforceActionLinkGroupTemplate implements OneGraphNode { - """Action Link Group Template ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Developer Name""" - developerName: String! - - """Master Language""" - language: String - - """Name""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Executions Allowed""" - executionsAllowed: String! - - """Hours until Expiration""" - hoursUntilExpiration: Int - - """Category""" - category: String! - - """Published""" - isPublished: Boolean! - - """Collection of Salesforce ActionLinkTemplate""" - actionLinkTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceActionLinkTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceActionLinkTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceActionLinkTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ActionLinkTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceActionLinkTemplatesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Action Link Template""" -type SalesforceActionLinkTemplate implements OneGraphNode { - """Action Link Template ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Action Link Group Template ID""" - actionLinkGroupTemplateId: String! - - """Action Link Group Template ID""" - actionLinkGroupTemplate: SalesforceActionLinkGroupTemplate! - - """Label Key""" - labelKey: String! - - """HTTP Method""" - method: String! - - """Action Type""" - linkType: String! - - """Position""" - position: Int! - - """Confirmation Required""" - isConfirmationRequired: Boolean! - - """Default Link in Group""" - isGroupDefault: Boolean! - - """User Visibility""" - userVisibility: String! - - """Custom User Alias""" - userAlias: String - - """Label""" - label: String - - """Action URL""" - actionUrl: String! - - """HTTP Request Body""" - requestBody: String - - """HTTP Headers""" - headers: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceContactShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Contact Share""" -type SalesforceContactShare implements OneGraphNode { - """Contact Share ID""" - id: String! - - """Contact ID""" - contactId: String! - - """Contact ID""" - contact: SalesforceContact! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceContactShareUserOrGroupUnion! - - """Contact Access""" - contactAccessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceUserShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""User Share""" -type SalesforceUserShare implements OneGraphNode { - """User Share ID""" - id: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceUserShareUserOrGroupUnion! - - """User Access Level""" - userAccessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Active""" - isActive: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against PackageLicense object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePackageLicenseConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PackageLicense's id field""" - id: SalesforceIdFilter - - """Filter by the PackageLicense's status field""" - status: SalesforceStringFilter - - """Filter by the PackageLicense's isProvisioned field""" - isProvisioned: SalesforceBooleanFilter - - """Filter by the PackageLicense's allowedLicenses field""" - allowedLicenses: SalesforceIntFilter - - """Filter by the PackageLicense's usedLicenses field""" - usedLicenses: SalesforceIntFilter - - """Filter by the PackageLicense's expirationDate field""" - expirationDate: SalesforceDateTimeFilter - - """Filter by the PackageLicense's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PackageLicense's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PackageLicense's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the PackageLicense's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePackageLicenseConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePackageLicenseConnectionFilter!] -} - -""" -A filter to be used against UserPackageLicense object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserPackageLicenseConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserPackageLicense's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserPackageLicense's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserPackageLicense's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the UserPackageLicense's packageLicense relation.""" - packageLicense: SalesforcePackageLicenseConnectionFilter - - """Filter by the UserPackageLicense's id field""" - id: SalesforceIdFilter - - """Filter by the UserPackageLicense's packageLicenseId field""" - packageLicenseId: SalesforceIdFilter - - """Filter by the UserPackageLicense's userId field""" - userId: SalesforceIdFilter - - """Filter by the UserPackageLicense's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserPackageLicense's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserPackageLicense's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserPackageLicense's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserPackageLicense's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserPackageLicenseConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserPackageLicenseConnectionFilter!] -} - -"""Field that User Package Licenses can be sorted by""" -enum SalesforceUserPackageLicenseSortByFieldEnum { - ID - PACKAGE_LICENSE_ID - USER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceUserPackageLicenseEdge { - """The item at the end of the edge.""" - node: SalesforceUserPackageLicense! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce User Package Licenses connection, for use in pagination.""" -type SalesforceUserPackageLicensesConnection { - """ - The count of all User Package License you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Package Licenses""" - nodes: [SalesforceUserPackageLicense!]! - - """List of User Package License edges""" - edges: [SalesforceUserPackageLicenseEdge!]! -} - -"""Package License""" -type SalesforcePackageLicense implements OneGraphNode { - """Package License ID""" - id: String! - - """Status""" - status: String! - - """Is Provisioned""" - isProvisioned: Boolean! - - """Allowed Licenses""" - allowedLicenses: Int! - - """Used Licenses""" - usedLicenses: Int! - - """Expiration Date""" - expirationDate: String - - """Created Date""" - createdDate: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Namespace Prefix""" - namespacePrefix: String! - - """Collection of Salesforce UserPackageLicense""" - userPackageLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserPackageLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserPackageLicenseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserPackageLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserPackageLicenses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserPackageLicensesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""User Package License""" -type SalesforceUserPackageLicense implements OneGraphNode { - """User Package License ID""" - id: String! - - """Package License ID""" - packageLicenseId: String! - - """Package License ID""" - packageLicense: SalesforcePackageLicense! - - """Assigned User ID""" - userId: String! - - """Assigned User ID""" - user: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Partner Role Value""" -type SalesforcePartnerRole implements OneGraphNode { - """Partner Role Value ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Sort Order""" - sortOrder: Int - - """Reverse Role""" - reverseRole: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Client Browser""" -type SalesforceClientBrowser implements OneGraphNode { - """Client Browser ID""" - id: String! - - """User ID""" - usersId: String! - - """User ID""" - users: SalesforceUser! - - """Full User Agent""" - fullUserAgent: String - - """Proxy Info""" - proxyInfo: String - - """Last Update""" - lastUpdate: String - - """Created Date""" - createdDate: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Workspace Subscription""" -type SalesforceContentWorkspaceSubscription implements OneGraphNode { - """ContentWorkspaceSubscription ID""" - id: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Workspace ID""" - contentWorkspaceId: String! - - """Workspace ID""" - contentWorkspace: SalesforceContentWorkspace! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Tenant Usage Entitlement""" -type SalesforceTenantUsageEntitlement implements OneGraphNode { - """Tenant Usage Entitlement ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Resource Group Key""" - resourceGroupKey: String! - - """Setting""" - setting: String! - - """Start Date""" - startDate: String! - - """End Date""" - endDate: String - - """Current Amount Allowed""" - currentAmountAllowed: Float! - - """Frequency""" - frequency: String - - """Is Persistent Resource""" - isPersistentResource: Boolean! - - """Has Rollover""" - hasRollover: Boolean! - - """Overage Grace""" - overageGrace: Float - - """Amount Used""" - amountUsed: Float - - """Usage Date""" - usageDate: String - - """Setting Label""" - masterLabel: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Document History""" -type SalesforceContentDocumentHistory implements OneGraphNode { - """Content Document ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """ContentDocument ID""" - contentDocumentId: String! - - """ContentDocument ID""" - contentDocument: SalesforceContentDocument! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceListEmailShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""List Email Share""" -type SalesforceListEmailShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceListEmail! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceListEmailShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Field that Periods can be sorted by""" -enum SalesforcePeriodSortByFieldEnum { - ID - FISCAL_YEAR_SETTINGS_ID - TYPE - START_DATE - END_DATE - SYSTEM_MODSTAMP - IS_FORECAST_PERIOD - QUARTER_LABEL - PERIOD_LABEL - NUMBER -} - -"""An edge in a connection.""" -type SalesforcePeriodEdge { - """The item at the end of the edge.""" - node: SalesforcePeriod! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Periods connection, for use in pagination.""" -type SalesforcePeriodsConnection { - """The count of all Period you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Periods""" - nodes: [SalesforcePeriod!]! - - """List of Period edges""" - edges: [SalesforcePeriodEdge!]! -} - -""" -A filter to be used against Period object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePeriodConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Period's fiscalYearSettings relation.""" - fiscalYearSettings: SalesforceFiscalYearSettingsConnectionFilter - - """Filter by the Period's id field""" - id: SalesforceIdFilter - - """Filter by the Period's fiscalYearSettingsId field""" - fiscalYearSettingsId: SalesforceIdFilter - - """Filter by the Period's type field""" - type: SalesforceStringFilter - - """Filter by the Period's startDate field""" - startDate: SalesforceDateFilter - - """Filter by the Period's endDate field""" - endDate: SalesforceDateFilter - - """Filter by the Period's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Period's isForecastPeriod field""" - isForecastPeriod: SalesforceBooleanFilter - - """Filter by the Period's quarterLabel field""" - quarterLabel: SalesforceStringFilter - - """Filter by the Period's periodLabel field""" - periodLabel: SalesforceStringFilter - - """Filter by the Period's number field""" - number: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePeriodConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePeriodConnectionFilter!] -} - -""" -A filter to be used against FiscalYearSettings object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFiscalYearSettingsConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FiscalYearSettings's period relation.""" - period: SalesforcePeriodConnectionFilter - - """Filter by the FiscalYearSettings's id field""" - id: SalesforceIdFilter - - """Filter by the FiscalYearSettings's periodId field""" - periodId: SalesforceIdFilter - - """Filter by the FiscalYearSettings's startDate field""" - startDate: SalesforceDateFilter - - """Filter by the FiscalYearSettings's endDate field""" - endDate: SalesforceDateFilter - - """Filter by the FiscalYearSettings's name field""" - name: SalesforceStringFilter - - """Filter by the FiscalYearSettings's isStandardYear field""" - isStandardYear: SalesforceBooleanFilter - - """Filter by the FiscalYearSettings's yearType field""" - yearType: SalesforceStringFilter - - """Filter by the FiscalYearSettings's quarterLabelScheme field""" - quarterLabelScheme: SalesforceStringFilter - - """Filter by the FiscalYearSettings's periodLabelScheme field""" - periodLabelScheme: SalesforceStringFilter - - """Filter by the FiscalYearSettings's weekLabelScheme field""" - weekLabelScheme: SalesforceStringFilter - - """Filter by the FiscalYearSettings's quarterPrefix field""" - quarterPrefix: SalesforceStringFilter - - """Filter by the FiscalYearSettings's periodPrefix field""" - periodPrefix: SalesforceStringFilter - - """Filter by the FiscalYearSettings's weekStartDay field""" - weekStartDay: SalesforceIntFilter - - """Filter by the FiscalYearSettings's description field""" - description: SalesforceStringFilter - - """Filter by the FiscalYearSettings's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFiscalYearSettingsConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFiscalYearSettingsConnectionFilter!] -} - -"""Field that Fiscal Year Settings can be sorted by""" -enum SalesforceFiscalYearSettingsSortByFieldEnum { - ID - PERIOD_ID - START_DATE - END_DATE - NAME - IS_STANDARD_YEAR - YEAR_TYPE - QUARTER_LABEL_SCHEME - PERIOD_LABEL_SCHEME - WEEK_LABEL_SCHEME - QUARTER_PREFIX - PERIOD_PREFIX - WEEK_START_DAY - DESCRIPTION - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceFiscalYearSettingsEdge { - """The item at the end of the edge.""" - node: SalesforceFiscalYearSettings! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Fiscal Year Settings connection, for use in pagination.""" -type SalesforceFiscalYearSettingssConnection { - """ - The count of all Fiscal Year Settings you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Fiscal Year Settings""" - nodes: [SalesforceFiscalYearSettings!]! - - """List of Fiscal Year Settings edges""" - edges: [SalesforceFiscalYearSettingsEdge!]! -} - -"""Period""" -type SalesforcePeriod implements OneGraphNode { - """Period ID""" - id: String! - - """Fiscal Year Settings ID""" - fiscalYearSettingsId: String - - """Fiscal Year Settings ID""" - fiscalYearSettings: SalesforceFiscalYearSettings - - """Type""" - type: String - - """Start Date""" - startDate: String! - - """End Date""" - endDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Is Forecast Period""" - isForecastPeriod: Boolean! - - """Quarter Name""" - quarterLabel: String - - """Period Name""" - periodLabel: String - - """Number""" - number: Int - - """Fully Qualified Label""" - fullyQualifiedLabel: String - - """Collection of Salesforce FiscalYearSettings""" - fiscalYearSettingsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFiscalYearSettingsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFiscalYearSettingsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFiscalYearSettingsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FiscalYearSettings to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFiscalYearSettingssConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Fiscal Year Settings""" -type SalesforceFiscalYearSettings implements OneGraphNode { - """Fiscal Year Settings ID""" - id: String! - - """Period ID""" - periodId: String - - """Period ID""" - period: SalesforcePeriod - - """Start Date""" - startDate: String - - """End Date""" - endDate: String - - """Name""" - name: String! - - """Is Standard Year""" - isStandardYear: Boolean! - - """Year Type""" - yearType: String - - """Quarter Name Scheme""" - quarterLabelScheme: String - - """Period Name Scheme""" - periodLabelScheme: String - - """Week Name Scheme""" - weekLabelScheme: String - - """Quarter Prefix""" - quarterPrefix: String - - """Period Prefix""" - periodPrefix: String - - """Week Start Day""" - weekStartDay: Int - - """Description""" - description: String - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce Period""" - periods( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePeriodConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePeriodSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePeriodSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Periods to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePeriodsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceTodayGoalShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Goal Share""" -type SalesforceTodayGoalShare implements OneGraphNode { - """Custom Object Share ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceTodayGoal! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceTodayGoalShareUserOrGroupUnion! - - """Custom Object Access""" - accessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Solution Status Value""" -type SalesforceSolutionStatus implements OneGraphNode { - """Solution Status Value ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean! - - """Is Reviewed""" - isReviewed: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against CronJobDetail object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCronJobDetailConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CronJobDetail's id field""" - id: SalesforceIdFilter - - """Filter by the CronJobDetail's name field""" - name: SalesforceStringFilter - - """Filter by the CronJobDetail's jobType field""" - jobType: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCronJobDetailConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCronJobDetailConnectionFilter!] -} - -""" -A filter to be used against CronTrigger object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCronTriggerConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CronTrigger's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CronTrigger's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CronTrigger's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the CronTrigger's cronJobDetail relation.""" - cronJobDetail: SalesforceCronJobDetailConnectionFilter - - """Filter by the CronTrigger's id field""" - id: SalesforceIdFilter - - """Filter by the CronTrigger's cronJobDetailId field""" - cronJobDetailId: SalesforceIdFilter - - """Filter by the CronTrigger's nextFireTime field""" - nextFireTime: SalesforceDateTimeFilter - - """Filter by the CronTrigger's previousFireTime field""" - previousFireTime: SalesforceDateTimeFilter - - """Filter by the CronTrigger's state field""" - state: SalesforceStringFilter - - """Filter by the CronTrigger's startTime field""" - startTime: SalesforceDateTimeFilter - - """Filter by the CronTrigger's endTime field""" - endTime: SalesforceDateTimeFilter - - """Filter by the CronTrigger's cronExpression field""" - cronExpression: SalesforceStringFilter - - """Filter by the CronTrigger's timeZoneSidKey field""" - timeZoneSidKey: SalesforceStringFilter - - """Filter by the CronTrigger's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the CronTrigger's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CronTrigger's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CronTrigger's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CronTrigger's timesTriggered field""" - timesTriggered: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCronTriggerConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCronTriggerConnectionFilter!] -} - -"""Field that Scheduled Jobs can be sorted by""" -enum SalesforceCronTriggerSortByFieldEnum { - ID - CRON_JOB_DETAIL_ID - NEXT_FIRE_TIME - PREVIOUS_FIRE_TIME - STATE - START_TIME - END_TIME - CRON_EXPRESSION - TIME_ZONE_SID_KEY - OWNER_ID - LAST_MODIFIED_BY_ID - CREATED_BY_ID - CREATED_DATE - TIMES_TRIGGERED -} - -"""An edge in a connection.""" -type SalesforceCronTriggerEdge { - """The item at the end of the edge.""" - node: SalesforceCronTrigger! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Scheduled Jobs""" -type SalesforceCronTrigger implements OneGraphNode { - """Scheduled Job ID""" - id: String! - - """Job ID""" - cronJobDetailId: String - - """Job ID""" - cronJobDetail: SalesforceCronJobDetail - - """Next Run Time""" - nextFireTime: String - - """Previous Run Time""" - previousFireTime: String - - """Job State""" - state: String - - """Start Time""" - startTime: String - - """End Time""" - endTime: String - - """Cron Expression""" - cronExpression: String - - """Java Time Zone Id""" - timeZoneSidKey: String - - """User ID""" - ownerId: String - - """User ID""" - owner: SalesforceUser - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Job Fired Count""" - timesTriggered: Int - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Scheduled Jobs connection, for use in pagination.""" -type SalesforceCronTriggersConnection { - """The count of all Scheduled Jobs you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Scheduled Jobs""" - nodes: [SalesforceCronTrigger!]! - - """List of Scheduled Jobs edges""" - edges: [SalesforceCronTriggerEdge!]! -} - -"""Cron Job""" -type SalesforceCronJobDetail implements OneGraphNode { - """Job ID""" - id: String! - - """Job Name""" - name: String! - - """Type""" - jobType: String - - """Collection of Salesforce CronTrigger""" - cronTriggers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCronTriggerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCronTriggerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCronTriggerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CronTriggers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCronTriggersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceCaseShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Case Share""" -type SalesforceCaseShare implements OneGraphNode { - """Case Share ID""" - id: String! - - """Case ID""" - caseId: String! - - """Case ID""" - case: SalesforceCase! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceCaseShareUserOrGroupUnion! - - """Case Access""" - caseAccessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Login IP""" -type SalesforceLoginIp implements OneGraphNode { - """Login IP ID""" - id: String! - - """User ID""" - usersId: String! - - """User ID""" - users: SalesforceUser! - - """Source IP""" - sourceIp: String - - """Created Date""" - createdDate: String! - - """IsAuthenticated""" - isAuthenticated: Boolean! - - """Challenge SentDate""" - challengeSentDate: String - - """Challenge Method""" - challengeMethod: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Email Domain Key""" -type SalesforceEmailDomainKey implements OneGraphNode { - """Email Domain Key ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Selector""" - selector: String! - - """Domain""" - domain: String! - - """Domain Match""" - domainMatch: String! - - """Active""" - isActive: Boolean! - - """Public Key""" - publicKey: String - - """Private Key""" - privateKey: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Chatter Activity""" -type SalesforceChatterActivity implements OneGraphNode { - """Chatter Activity ID""" - id: String! - - """Parent ID""" - parentId: String - - """Parent ID""" - parent: SalesforceUser - - """Post Count""" - postCount: Int! - - """Comment Count""" - commentCount: Int! - - """Comment Received Count""" - commentReceivedCount: Int! - - """Like Received Count""" - likeReceivedCount: Int! - - """Influence Raw Rank""" - influenceRawRank: Int! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Case History""" -type SalesforceCaseHistory implements OneGraphNode { - """Case History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Case ID""" - caseId: String! - - """Case ID""" - case: SalesforceCase! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""List View Chart""" -type SalesforceListViewChart implements OneGraphNode { - """List View Chart ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Custom Object Definition ID""" - sobjectType: String! - - """API Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User ID""" - ownerId: String! - - """User ID""" - owner: SalesforceUser! - - """Chart Type""" - chartType: String! - - """Custom Field Definition ID""" - groupingField: String - - """Custom Field Definition ID""" - aggregateField: String - - """Aggregate Type""" - aggregateType: String! - - """Collection of Salesforce UserListView""" - userListViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserListViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserListViewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserListViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserListViews to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserListViewsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Case Team Member Role""" -type SalesforceCaseTeamRole implements OneGraphNode { - """Team Role Id""" - id: String! - - """Name""" - name: String! - - """Access Level""" - accessLevel: String! - - """Visible in Customer Portal""" - preferencesVisibleInCsp: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceCaseTeamTemplateMemberMemberUnion = SalesforceUser | SalesforceContact - -"""Predefined Case Team Member""" -type SalesforceCaseTeamTemplateMember implements OneGraphNode { - """Team Template Member Id""" - id: String! - - """Team Template ID""" - teamTemplateId: String! - - """Team Template ID""" - teamTemplate: SalesforceCaseTeamTemplate! - - """Member ID""" - memberId: String! - - """Member ID""" - member: SalesforceCaseTeamTemplateMemberMemberUnion! - - """Team Role ID""" - teamRoleId: String - - """Team Role ID""" - teamRole: SalesforceCaseTeamRole - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceGroupMemberUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Group Member""" -type SalesforceGroupMember implements OneGraphNode { - """Group Member ID""" - id: String! - - """Group ID""" - groupId: String! - - """Group ID""" - group: SalesforceGroup! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceGroupMemberUserOrGroupUnion! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Predefined Case Team""" -type SalesforceCaseTeamTemplate implements OneGraphNode { - """Team Template Id""" - id: String! - - """Name""" - name: String! - - """Description""" - description: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Predefined Case Team Record""" -type SalesforceCaseTeamTemplateRecord implements OneGraphNode { - """Predefined Team Record Id""" - id: String! - - """Case ID""" - parentId: String! - - """Case ID""" - parent: SalesforceCase! - - """Team Template ID""" - teamTemplateId: String! - - """Team Template ID""" - teamTemplate: SalesforceCaseTeamTemplate! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""CORS Whitelist Origin""" -type SalesforceCorsWhitelistEntry implements OneGraphNode { - """CORS Whitelist Origin ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Origin URL Pattern""" - urlPattern: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceLeadShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Lead Share""" -type SalesforceLeadShare implements OneGraphNode { - """Lead Share ID""" - id: String! - - """Lead ID""" - leadId: String! - - """Lead ID""" - lead: SalesforceLead! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceLeadShareUserOrGroupUnion! - - """Lead Access""" - leadAccessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against PlatformCachePartition object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePlatformCachePartitionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PlatformCachePartition's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PlatformCachePartition's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PlatformCachePartition's id field""" - id: SalesforceIdFilter - - """Filter by the PlatformCachePartition's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the PlatformCachePartition's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the PlatformCachePartition's language field""" - language: SalesforceStringFilter - - """Filter by the PlatformCachePartition's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the PlatformCachePartition's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the PlatformCachePartition's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PlatformCachePartition's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PlatformCachePartition's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PlatformCachePartition's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PlatformCachePartition's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the PlatformCachePartition's isDefaultPartition field""" - isDefaultPartition: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePlatformCachePartitionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePlatformCachePartitionConnectionFilter!] -} - -""" -A filter to be used against PlatformCachePartitionType object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePlatformCachePartitionTypeConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """ - Filter by the PlatformCachePartitionType's platformCachePartition relation. - """ - platformCachePartition: SalesforcePlatformCachePartitionConnectionFilter - - """Filter by the PlatformCachePartitionType's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PlatformCachePartitionType's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PlatformCachePartitionType's id field""" - id: SalesforceIdFilter - - """Filter by the PlatformCachePartitionType's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the PlatformCachePartitionType's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PlatformCachePartitionType's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PlatformCachePartitionType's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PlatformCachePartitionType's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PlatformCachePartitionType's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """ - Filter by the PlatformCachePartitionType's platformCachePartitionId field - """ - platformCachePartitionId: SalesforceIdFilter - - """Filter by the PlatformCachePartitionType's cacheType field""" - cacheType: SalesforceStringFilter - - """Filter by the PlatformCachePartitionType's allocatedCapacity field""" - allocatedCapacity: SalesforceIntFilter - - """ - Filter by the PlatformCachePartitionType's allocatedPurchasedCapacity field - """ - allocatedPurchasedCapacity: SalesforceIntFilter - - """ - Filter by the PlatformCachePartitionType's allocatedTrialCapacity field - """ - allocatedTrialCapacity: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePlatformCachePartitionTypeConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePlatformCachePartitionTypeConnectionFilter!] -} - -"""Field that Platform Cache Partition Types can be sorted by""" -enum SalesforcePlatformCachePartitionTypeSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PLATFORM_CACHE_PARTITION_ID - CACHE_TYPE - ALLOCATED_CAPACITY - ALLOCATED_PURCHASED_CAPACITY - ALLOCATED_TRIAL_CAPACITY -} - -"""An edge in a connection.""" -type SalesforcePlatformCachePartitionTypeEdge { - """The item at the end of the edge.""" - node: SalesforcePlatformCachePartitionType! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Platform Cache Partition Types connection, for use in pagination. -""" -type SalesforcePlatformCachePartitionTypesConnection { - """ - The count of all Platform Cache Partition Type you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Platform Cache Partition Types""" - nodes: [SalesforcePlatformCachePartitionType!]! - - """List of Platform Cache Partition Type edges""" - edges: [SalesforcePlatformCachePartitionTypeEdge!]! -} - -"""Platform Cache Partition""" -type SalesforcePlatformCachePartition implements OneGraphNode { - """Platform Cache Partition ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Description""" - description: String - - """Default Partition""" - isDefaultPartition: Boolean! - - """Collection of Salesforce PlatformCachePartitionType""" - platforCachePartitionTypes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePlatformCachePartitionTypeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePlatformCachePartitionTypeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePlatformCachePartitionTypeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PlatformCachePartitionTypes to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePlatformCachePartitionTypesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Platform Cache Partition Type""" -type SalesforcePlatformCachePartitionType implements OneGraphNode { - """Platform Cache Partition Type ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Platform Cache Partition ID""" - platformCachePartitionId: String! - - """Platform Cache Partition ID""" - platformCachePartition: SalesforcePlatformCachePartition! - - """Cache Type""" - cacheType: String! - - """Allocated Capacity""" - allocatedCapacity: Int - - """Allocated Namespaced Purchased Capacity""" - allocatedPurchasedCapacity: Int - - """Allocated Trial Capacity""" - allocatedTrialCapacity: Int - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Contract Status Value""" -type SalesforceContractStatus implements OneGraphNode { - """Contract Status Value ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean! - - """Status Code""" - statusCode: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Case Status Value""" -type SalesforceCaseStatus implements OneGraphNode { - """Case Status Value ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean! - - """Is Closed""" - isClosed: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Holiday""" -type SalesforceHoliday implements OneGraphNode { - """Holiday ID""" - id: String! - - """Holiday Name""" - name: String! - - """Description""" - description: String - - """All Day""" - isAllDay: Boolean! - - """Holiday Date""" - activityDate: String - - """Start Time In Minutes From Midnight""" - startTimeInMinutes: Int - - """End Time In Minutes From Midnight""" - endTimeInMinutes: Int - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Recurring Holiday""" - isRecurrence: Boolean! - - """Recurrence Start""" - recurrenceStartDate: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against MatchingRule object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceMatchingRuleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the MatchingRule's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the MatchingRule's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the MatchingRule's id field""" - id: SalesforceIdFilter - - """Filter by the MatchingRule's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the MatchingRule's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the MatchingRule's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the MatchingRule's language field""" - language: SalesforceStringFilter - - """Filter by the MatchingRule's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the MatchingRule's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the MatchingRule's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the MatchingRule's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the MatchingRule's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the MatchingRule's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the MatchingRule's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the MatchingRule's matchEngine field""" - matchEngine: SalesforceStringFilter - - """Filter by the MatchingRule's booleanFilter field""" - booleanFilter: SalesforceStringFilter - - """Filter by the MatchingRule's description field""" - description: SalesforceStringFilter - - """Filter by the MatchingRule's ruleStatus field""" - ruleStatus: SalesforceStringFilter - - """Filter by the MatchingRule's sobjectSubtype field""" - sobjectSubtype: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceMatchingRuleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceMatchingRuleConnectionFilter!] -} - -""" -A filter to be used against MatchingRuleItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceMatchingRuleItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the MatchingRuleItem's matchingRule relation.""" - matchingRule: SalesforceMatchingRuleConnectionFilter - - """Filter by the MatchingRuleItem's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the MatchingRuleItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the MatchingRuleItem's id field""" - id: SalesforceIdFilter - - """Filter by the MatchingRuleItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the MatchingRuleItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the MatchingRuleItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the MatchingRuleItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the MatchingRuleItem's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the MatchingRuleItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the MatchingRuleItem's matchingRuleId field""" - matchingRuleId: SalesforceIdFilter - - """Filter by the MatchingRuleItem's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the MatchingRuleItem's field field""" - field: SalesforceStringFilter - - """Filter by the MatchingRuleItem's matchingMethod field""" - matchingMethod: SalesforceStringFilter - - """Filter by the MatchingRuleItem's blankValueBehavior field""" - blankValueBehavior: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceMatchingRuleItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceMatchingRuleItemConnectionFilter!] -} - -"""Field that Matching Rule Items can be sorted by""" -enum SalesforceMatchingRuleItemSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - MATCHING_RULE_ID - SORT_ORDER - FIELD - MATCHING_METHOD - BLANK_VALUE_BEHAVIOR -} - -"""An edge in a connection.""" -type SalesforceMatchingRuleItemEdge { - """The item at the end of the edge.""" - node: SalesforceMatchingRuleItem! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Matching Rule Items connection, for use in pagination.""" -type SalesforceMatchingRuleItemsConnection { - """The count of all Matching Rule Item you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Matching Rule Items""" - nodes: [SalesforceMatchingRuleItem!]! - - """List of Matching Rule Item edges""" - edges: [SalesforceMatchingRuleItemEdge!]! -} - -"""Matching Rule""" -type SalesforceMatchingRule implements OneGraphNode { - """Matching Rule ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Custom Object Definition ID""" - sobjectType: String! - - """Unique Name""" - developerName: String! - - """Master Language""" - language: String! - - """Rule Name""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Custom Object Definition ID""" - matchEngine: String - - """Advanced Logic""" - booleanFilter: String - - """Description""" - description: String - - """Status""" - ruleStatus: String! - - """Object Subtype""" - sobjectSubtype: String - - """Collection of Salesforce MatchingRuleItem""" - matchingRuleItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMatchingRuleItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMatchingRuleItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMatchingRuleItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MatchingRuleItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMatchingRuleItemsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Matching Rule Item""" -type SalesforceMatchingRuleItem implements OneGraphNode { - """Matching Rule Item ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Matching Rule ID""" - matchingRuleId: String! - - """Matching Rule ID""" - matchingRule: SalesforceMatchingRule! - - """Sort Order""" - sortOrder: Int! - - """Field""" - field: String - - """Custom Object Definition ID""" - matchingMethod: String - - """Blank Value Behavior""" - blankValueBehavior: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Task Status Value""" -type SalesforceTaskStatus implements OneGraphNode { - """Task Status Value ID""" - id: String! - - """Master Label""" - masterLabel: String - - """Api Name""" - apiName: String! - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean! - - """Is Closed""" - isClosed: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against SecureAgentPluginProperty object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSecureAgentPluginPropertyConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SecureAgentPluginProperty's secureAgentPlugin relation.""" - secureAgentPlugin: SalesforceSecureAgentPluginConnectionFilter - - """Filter by the SecureAgentPluginProperty's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgentPluginProperty's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgentPluginProperty's id field""" - id: SalesforceIdFilter - - """Filter by the SecureAgentPluginProperty's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SecureAgentPluginProperty's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SecureAgentPluginProperty's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SecureAgentPluginProperty's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SecureAgentPluginProperty's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SecureAgentPluginProperty's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SecureAgentPluginProperty's secureAgentPluginId field""" - secureAgentPluginId: SalesforceIdFilter - - """Filter by the SecureAgentPluginProperty's propertyName field""" - propertyName: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSecureAgentPluginPropertyConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSecureAgentPluginPropertyConnectionFilter!] -} - -"""Field that Secure Agent Plug-in Properties can be sorted by""" -enum SalesforceSecureAgentPluginPropertySortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SECURE_AGENT_PLUGIN_ID - PROPERTY_NAME -} - -"""An edge in a connection.""" -type SalesforceSecureAgentPluginPropertyEdge { - """The item at the end of the edge.""" - node: SalesforceSecureAgentPluginProperty! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Secure Agent Plug-in Property""" -type SalesforceSecureAgentPluginProperty implements OneGraphNode { - """Secure Agent Plug-in Property ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Secure Agent Plug-in ID""" - secureAgentPluginId: String! - - """Secure Agent Plug-in ID""" - secureAgentPlugin: SalesforceSecureAgentPlugin! - - """Property Name""" - propertyName: String - - """Property Value""" - propertyValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Secure Agent Plug-in Properties connection, for use in pagination. -""" -type SalesforceSecureAgentPluginPropertysConnection { - """ - The count of all Secure Agent Plug-in Property you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Secure Agent Plug-in Properties""" - nodes: [SalesforceSecureAgentPluginProperty!]! - - """List of Secure Agent Plug-in Property edges""" - edges: [SalesforceSecureAgentPluginPropertyEdge!]! -} - -""" -A filter to be used against SecureAgentPlugin object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSecureAgentPluginConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SecureAgentPlugin's secureAgent relation.""" - secureAgent: SalesforceSecureAgentConnectionFilter - - """Filter by the SecureAgentPlugin's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgentPlugin's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgentPlugin's id field""" - id: SalesforceIdFilter - - """Filter by the SecureAgentPlugin's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SecureAgentPlugin's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SecureAgentPlugin's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SecureAgentPlugin's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SecureAgentPlugin's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SecureAgentPlugin's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SecureAgentPlugin's secureAgentId field""" - secureAgentId: SalesforceIdFilter - - """Filter by the SecureAgentPlugin's pluginName field""" - pluginName: SalesforceStringFilter - - """Filter by the SecureAgentPlugin's pluginType field""" - pluginType: SalesforceStringFilter - - """Filter by the SecureAgentPlugin's requestedVersion field""" - requestedVersion: SalesforceStringFilter - - """Filter by the SecureAgentPlugin's updateWindowStart field""" - updateWindowStart: SalesforceDateTimeFilter - - """Filter by the SecureAgentPlugin's updateWindowEnd field""" - updateWindowEnd: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSecureAgentPluginConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSecureAgentPluginConnectionFilter!] -} - -"""Field that Secure Agent Plug-ins can be sorted by""" -enum SalesforceSecureAgentPluginSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SECURE_AGENT_ID - PLUGIN_NAME - PLUGIN_TYPE - REQUESTED_VERSION - UPDATE_WINDOW_START - UPDATE_WINDOW_END -} - -"""An edge in a connection.""" -type SalesforceSecureAgentPluginEdge { - """The item at the end of the edge.""" - node: SalesforceSecureAgentPlugin! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Secure Agent Plug-ins connection, for use in pagination.""" -type SalesforceSecureAgentPluginsConnection { - """ - The count of all Secure Agent Plug-in you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Secure Agent Plug-ins""" - nodes: [SalesforceSecureAgentPlugin!]! - - """List of Secure Agent Plug-in edges""" - edges: [SalesforceSecureAgentPluginEdge!]! -} - -""" -A filter to be used against SecureAgentsCluster object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSecureAgentsClusterConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SecureAgentsCluster's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgentsCluster's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgentsCluster's id field""" - id: SalesforceIdFilter - - """Filter by the SecureAgentsCluster's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SecureAgentsCluster's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the SecureAgentsCluster's language field""" - language: SalesforceStringFilter - - """Filter by the SecureAgentsCluster's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the SecureAgentsCluster's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SecureAgentsCluster's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SecureAgentsCluster's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SecureAgentsCluster's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SecureAgentsCluster's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SecureAgentsCluster's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSecureAgentsClusterConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSecureAgentsClusterConnectionFilter!] -} - -""" -A filter to be used against SecureAgent object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSecureAgentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SecureAgent's secureAgentsCluster relation.""" - secureAgentsCluster: SalesforceSecureAgentsClusterConnectionFilter - - """Filter by the SecureAgent's proxyUser relation.""" - proxyUser: SalesforceUserConnectionFilter - - """Filter by the SecureAgent's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgent's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SecureAgent's id field""" - id: SalesforceIdFilter - - """Filter by the SecureAgent's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SecureAgent's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the SecureAgent's language field""" - language: SalesforceStringFilter - - """Filter by the SecureAgent's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the SecureAgent's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SecureAgent's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SecureAgent's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SecureAgent's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SecureAgent's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SecureAgent's agentKey field""" - agentKey: SalesforceStringFilter - - """Filter by the SecureAgent's proxyUserId field""" - proxyUserId: SalesforceIdFilter - - """Filter by the SecureAgent's secureAgentsClusterId field""" - secureAgentsClusterId: SalesforceIdFilter - - """Filter by the SecureAgent's priority field""" - priority: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSecureAgentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSecureAgentConnectionFilter!] -} - -"""Field that Secure Agents can be sorted by""" -enum SalesforceSecureAgentSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - AGENT_KEY - PROXY_USER_ID - SECURE_AGENTS_CLUSTER_ID - PRIORITY -} - -"""An edge in a connection.""" -type SalesforceSecureAgentEdge { - """The item at the end of the edge.""" - node: SalesforceSecureAgent! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Secure Agents connection, for use in pagination.""" -type SalesforceSecureAgentsConnection { - """The count of all Secure Agent you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Secure Agents""" - nodes: [SalesforceSecureAgent!]! - - """List of Secure Agent edges""" - edges: [SalesforceSecureAgentEdge!]! -} - -"""Secure Agent Cluster""" -type SalesforceSecureAgentsCluster implements OneGraphNode { - """Secure Agent Cluster ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String! - - """Label""" - masterLabel: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Description""" - description: String - - """Collection of Salesforce SecureAgent""" - secureAgents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecureAgentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SecureAgents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSecureAgentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Secure Agent""" -type SalesforceSecureAgent implements OneGraphNode { - """Secure Agent ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String! - - """Label""" - masterLabel: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Agent Key""" - agentKey: String - - """User ID""" - proxyUserId: String - - """User ID""" - proxyUser: SalesforceUser - - """Secure Agent Cluster ID""" - secureAgentsClusterId: String - - """Secure Agent Cluster ID""" - secureAgentsCluster: SalesforceSecureAgentsCluster - - """Priority""" - priority: Int - - """Collection of Salesforce SecureAgentPlugin""" - secureAgentPlugins( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentPluginConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecureAgentPluginSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentPluginSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SecureAgentPlugins to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSecureAgentPluginsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Secure Agent Plug-in""" -type SalesforceSecureAgentPlugin implements OneGraphNode { - """Secure Agent Plug-in ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Secure Agent ID""" - secureAgentId: String! - - """Secure Agent ID""" - secureAgent: SalesforceSecureAgent! - - """Name""" - pluginName: String - - """Type""" - pluginType: String - - """Requested Version""" - requestedVersion: String - - """Update Window Start""" - updateWindowStart: String - - """Update Window End""" - updateWindowEnd: String - - """Collection of Salesforce SecureAgentPluginProperty""" - secureAgentPluginProperties( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentPluginPropertyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecureAgentPluginPropertySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentPluginPropertySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SecureAgentPluginProperties to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecureAgentPluginPropertysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against LightningComponentBundle object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLightningComponentBundleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LightningComponentBundle's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the LightningComponentBundle's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the LightningComponentBundle's id field""" - id: SalesforceIdFilter - - """Filter by the LightningComponentBundle's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the LightningComponentBundle's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the LightningComponentBundle's language field""" - language: SalesforceStringFilter - - """Filter by the LightningComponentBundle's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the LightningComponentBundle's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the LightningComponentBundle's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LightningComponentBundle's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the LightningComponentBundle's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the LightningComponentBundle's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the LightningComponentBundle's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the LightningComponentBundle's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the LightningComponentBundle's minVersion field""" - minVersion: SalesforceFloatFilter - - """Filter by the LightningComponentBundle's isExposed field""" - isExposed: SalesforceBooleanFilter - - """Filter by the LightningComponentBundle's availableFor field""" - availableFor: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLightningComponentBundleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLightningComponentBundleConnectionFilter!] -} - -""" -A filter to be used against LightningComponentResource object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLightningComponentResourceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """ - Filter by the LightningComponentResource's lightningComponentBundle relation. - """ - lightningComponentBundle: SalesforceLightningComponentBundleConnectionFilter - - """Filter by the LightningComponentResource's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the LightningComponentResource's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the LightningComponentResource's id field""" - id: SalesforceIdFilter - - """Filter by the LightningComponentResource's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the LightningComponentResource's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LightningComponentResource's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the LightningComponentResource's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the LightningComponentResource's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the LightningComponentResource's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """ - Filter by the LightningComponentResource's lightningComponentBundleId field - """ - lightningComponentBundleId: SalesforceIdFilter - - """Filter by the LightningComponentResource's filePath field""" - filePath: SalesforceStringFilter - - """Filter by the LightningComponentResource's format field""" - format: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLightningComponentResourceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLightningComponentResourceConnectionFilter!] -} - -"""Field that LightningComponentResources can be sorted by""" -enum SalesforceLightningComponentResourceSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LIGHTNING_COMPONENT_BUNDLE_ID - FILE_PATH - FORMAT -} - -"""An edge in a connection.""" -type SalesforceLightningComponentResourceEdge { - """The item at the end of the edge.""" - node: SalesforceLightningComponentResource! - - """A cursor for use in pagination""" - cursor: String! -} - -"""LightningComponentResource""" -type SalesforceLightningComponentResource implements OneGraphNode { - """Lightning Component Resource ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Lightning Component Bundle ID""" - lightningComponentBundleId: String! - - """Lightning Component Bundle ID""" - lightningComponentBundle: SalesforceLightningComponentBundle! - - """File Path""" - filePath: String! - - """Format""" - format: String! - - """Source""" - source: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce LightningComponentResources connection, for use in pagination. -""" -type SalesforceLightningComponentResourcesConnection { - """ - The count of all LightningComponentResource you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce LightningComponentResources""" - nodes: [SalesforceLightningComponentResource!]! - - """List of LightningComponentResource edges""" - edges: [SalesforceLightningComponentResourceEdge!]! -} - -"""LightningComponentBundle""" -type SalesforceLightningComponentBundle implements OneGraphNode { - """Lightning Component Bundle ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Api Version""" - apiVersion: Float - - """Minimum Version""" - minVersion: Float - - """IsExposed""" - isExposed: Boolean! - - """Available For""" - availableFor: String - - """Collection of Salesforce LightningComponentResource""" - lightningComponentResources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLightningComponentResourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLightningComponentResourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLightningComponentResourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of LightningComponentResources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceLightningComponentResourcesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type SalesforceChatterExtensionEdge { - """The item at the end of the edge.""" - node: SalesforceChatterExtension! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against ChatterExtensionConfig object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceChatterExtensionConfigConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ChatterExtensionConfig's chatterExtension relation.""" - chatterExtension: SalesforceChatterExtensionConnectionFilter - - """Filter by the ChatterExtensionConfig's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ChatterExtensionConfig's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ChatterExtensionConfig's id field""" - id: SalesforceIdFilter - - """Filter by the ChatterExtensionConfig's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ChatterExtensionConfig's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ChatterExtensionConfig's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ChatterExtensionConfig's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ChatterExtensionConfig's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ChatterExtensionConfig's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ChatterExtensionConfig's chatterExtensionId field""" - chatterExtensionId: SalesforceIdFilter - - """Filter by the ChatterExtensionConfig's canCreate field""" - canCreate: SalesforceBooleanFilter - - """Filter by the ChatterExtensionConfig's canRead field""" - canRead: SalesforceBooleanFilter - - """Filter by the ChatterExtensionConfig's position field""" - position: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceChatterExtensionConfigConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceChatterExtensionConfigConnectionFilter!] -} - -"""Field that Chatter Extension Configurations can be sorted by""" -enum SalesforceChatterExtensionConfigSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CHATTER_EXTENSION_ID - CAN_CREATE - CAN_READ - POSITION -} - -"""An edge in a connection.""" -type SalesforceChatterExtensionConfigEdge { - """The item at the end of the edge.""" - node: SalesforceChatterExtensionConfig! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Chatter Extension Configuration""" -type SalesforceChatterExtensionConfig implements OneGraphNode { - """Chatter Extension Configuration ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Chatter Extension ID""" - chatterExtensionId: String - - """Chatter Extension ID""" - chatterExtension: SalesforceChatterExtension - - """Can Create""" - canCreate: Boolean! - - """Can Read""" - canRead: Boolean! - - """Position""" - position: Int - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Chatter Extension Configurations connection, for use in pagination. -""" -type SalesforceChatterExtensionConfigsConnection { - """ - The count of all Chatter Extension Configuration you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Chatter Extension Configurations""" - nodes: [SalesforceChatterExtensionConfig!]! - - """List of Chatter Extension Configuration edges""" - edges: [SalesforceChatterExtensionConfigEdge!]! -} - -"""An edge in a connection.""" -type SalesforceCustomBrandAssetEdge { - """The item at the end of the edge.""" - node: SalesforceCustomBrandAsset! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Field that Reports can be sorted by""" -enum SalesforceReportSortByFieldEnum { - ID - OWNER_ID - FOLDER_NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED - NAME - DESCRIPTION - DEVELOPER_NAME - NAMESPACE_PREFIX - LAST_RUN_DATE - SYSTEM_MODSTAMP - FORMAT - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceReportEdge { - """The item at the end of the edge.""" - node: SalesforceReport! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Reports connection, for use in pagination.""" -type SalesforceReportsConnection { - """The count of all Report you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Reports""" - nodes: [SalesforceReport!]! - - """List of Report edges""" - edges: [SalesforceReportEdge!]! -} - -"""Field that Documents can be sorted by""" -enum SalesforceDocumentSortByFieldEnum { - ID - FOLDER_ID - IS_DELETED - NAME - DEVELOPER_NAME - NAMESPACE_PREFIX - CONTENT_TYPE - TYPE - IS_PUBLIC - BODY_LENGTH - URL - DESCRIPTION - KEYWORDS - IS_INTERNAL_USE_ONLY - AUTHOR_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_BODY_SEARCHABLE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceDocumentEdge { - """The item at the end of the edge.""" - node: SalesforceDocument! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Documents connection, for use in pagination.""" -type SalesforceDocumentsConnection { - """The count of all Document you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Documents""" - nodes: [SalesforceDocument!]! - - """List of Document edges""" - edges: [SalesforceDocumentEdge!]! -} - -"""Field that Dashboards can be sorted by""" -enum SalesforceDashboardSortByFieldEnum { - ID - IS_DELETED - FOLDER_ID - FOLDER_NAME - TITLE - DEVELOPER_NAME - NAMESPACE_PREFIX - DESCRIPTION - LEFT_SIZE - MIDDLE_SIZE - RIGHT_SIZE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - RUNNING_USER_ID - TITLE_COLOR - TITLE_SIZE - TEXT_COLOR - BACKGROUND_START - BACKGROUND_END - BACKGROUND_DIRECTION - TYPE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - COLOR_PALETTE - CHART_THEME -} - -"""An edge in a connection.""" -type SalesforceDashboardEdge { - """The item at the end of the edge.""" - node: SalesforceDashboard! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against DashboardFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDashboardFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DashboardFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the DashboardFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the DashboardFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DashboardFeed's parent relation.""" - parent: SalesforceDashboardConnectionFilter - - """Filter by the DashboardFeed's id field""" - id: SalesforceIdFilter - - """Filter by the DashboardFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the DashboardFeed's type field""" - type: SalesforceStringFilter - - """Filter by the DashboardFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DashboardFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DashboardFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DashboardFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DashboardFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DashboardFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the DashboardFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the DashboardFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDashboardFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDashboardFeedConnectionFilter!] -} - -"""Field that Dashboard Feeds can be sorted by""" -enum SalesforceDashboardFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceDashboardFeedEdge { - """The item at the end of the edge.""" - node: SalesforceDashboardFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Dashboard Feeds connection, for use in pagination.""" -type SalesforceDashboardFeedsConnection { - """The count of all Dashboard Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Dashboard Feeds""" - nodes: [SalesforceDashboardFeed!]! - - """List of Dashboard Feed edges""" - edges: [SalesforceDashboardFeedEdge!]! -} - -"""An edge in a connection.""" -type SalesforceDashboardComponentEdge { - """The item at the end of the edge.""" - node: SalesforceDashboardComponent! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against DashboardComponentFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDashboardComponentFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DashboardComponentFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the DashboardComponentFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the DashboardComponentFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DashboardComponentFeed's parent relation.""" - parent: SalesforceDashboardComponentConnectionFilter - - """Filter by the DashboardComponentFeed's id field""" - id: SalesforceIdFilter - - """Filter by the DashboardComponentFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the DashboardComponentFeed's type field""" - type: SalesforceStringFilter - - """Filter by the DashboardComponentFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DashboardComponentFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DashboardComponentFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DashboardComponentFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DashboardComponentFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DashboardComponentFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the DashboardComponentFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the DashboardComponentFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDashboardComponentFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDashboardComponentFeedConnectionFilter!] -} - -"""Field that Dashboard Component Feeds can be sorted by""" -enum SalesforceDashboardComponentFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceDashboardComponentFeedEdge { - """The item at the end of the edge.""" - node: SalesforceDashboardComponentFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Dashboard Component Feeds connection, for use in pagination. -""" -type SalesforceDashboardComponentFeedsConnection { - """ - The count of all Dashboard Component Feed you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Dashboard Component Feeds""" - nodes: [SalesforceDashboardComponentFeed!]! - - """List of Dashboard Component Feed edges""" - edges: [SalesforceDashboardComponentFeedEdge!]! -} - -""" -A filter to be used against ReportFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceReportFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ReportFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the ReportFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the ReportFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ReportFeed's parent relation.""" - parent: SalesforceReportConnectionFilter - - """Filter by the ReportFeed's id field""" - id: SalesforceIdFilter - - """Filter by the ReportFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ReportFeed's type field""" - type: SalesforceStringFilter - - """Filter by the ReportFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ReportFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ReportFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ReportFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ReportFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ReportFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the ReportFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the ReportFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceReportFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceReportFeedConnectionFilter!] -} - -"""Field that Report Feeds can be sorted by""" -enum SalesforceReportFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceReportFeedEdge { - """The item at the end of the edge.""" - node: SalesforceReportFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Report Feeds connection, for use in pagination.""" -type SalesforceReportFeedsConnection { - """The count of all Report Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Report Feeds""" - nodes: [SalesforceReportFeed!]! - - """List of Report Feed edges""" - edges: [SalesforceReportFeedEdge!]! -} - -"""An edge in a connection.""" -type SalesforceEntitySubscriptionEdge { - """The item at the end of the edge.""" - node: SalesforceEntitySubscription! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against TaskFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTaskFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TaskFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the TaskFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the TaskFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TaskFeed's parent relation.""" - parent: SalesforceTaskConnectionFilter - - """Filter by the TaskFeed's id field""" - id: SalesforceIdFilter - - """Filter by the TaskFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the TaskFeed's type field""" - type: SalesforceStringFilter - - """Filter by the TaskFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TaskFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TaskFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the TaskFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TaskFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the TaskFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the TaskFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the TaskFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTaskFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTaskFeedConnectionFilter!] -} - -"""Field that Task Feeds can be sorted by""" -enum SalesforceTaskFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceTaskFeedEdge { - """The item at the end of the edge.""" - node: SalesforceTaskFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Task Feeds connection, for use in pagination.""" -type SalesforceTaskFeedsConnection { - """The count of all Task Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Task Feeds""" - nodes: [SalesforceTaskFeed!]! - - """List of Task Feed edges""" - edges: [SalesforceTaskFeedEdge!]! -} - -""" -A filter to be used against SolutionHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSolutionHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SolutionHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SolutionHistory's solution relation.""" - solution: SalesforceSolutionConnectionFilter - - """Filter by the SolutionHistory's id field""" - id: SalesforceIdFilter - - """Filter by the SolutionHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SolutionHistory's solutionId field""" - solutionId: SalesforceIdFilter - - """Filter by the SolutionHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SolutionHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SolutionHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSolutionHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSolutionHistoryConnectionFilter!] -} - -"""Field that Solution Histories can be sorted by""" -enum SalesforceSolutionHistorySortByFieldEnum { - ID - IS_DELETED - SOLUTION_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceSolutionHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceSolutionHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Solution History""" -type SalesforceSolutionHistory implements OneGraphNode { - """Solution History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Solution ID""" - solutionId: String! - - """Solution ID""" - solution: SalesforceSolution! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Solution Histories connection, for use in pagination.""" -type SalesforceSolutionHistorysConnection { - """The count of all Solution History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Solution Histories""" - nodes: [SalesforceSolutionHistory!]! - - """List of Solution History edges""" - edges: [SalesforceSolutionHistoryEdge!]! -} - -""" -A filter to be used against SolutionFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSolutionFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SolutionFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the SolutionFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the SolutionFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SolutionFeed's parent relation.""" - parent: SalesforceSolutionConnectionFilter - - """Filter by the SolutionFeed's id field""" - id: SalesforceIdFilter - - """Filter by the SolutionFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the SolutionFeed's type field""" - type: SalesforceStringFilter - - """Filter by the SolutionFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SolutionFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SolutionFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SolutionFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SolutionFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SolutionFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the SolutionFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the SolutionFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSolutionFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSolutionFeedConnectionFilter!] -} - -"""Field that Solution Feeds can be sorted by""" -enum SalesforceSolutionFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceSolutionFeedEdge { - """The item at the end of the edge.""" - node: SalesforceSolutionFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Solution Feeds connection, for use in pagination.""" -type SalesforceSolutionFeedsConnection { - """The count of all Solution Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Solution Feeds""" - nodes: [SalesforceSolutionFeed!]! - - """List of Solution Feed edges""" - edges: [SalesforceSolutionFeedEdge!]! -} - -"""An edge in a connection.""" -type SalesforceCategoryDataEdge { - """The item at the end of the edge.""" - node: SalesforceCategoryData! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Field that Category Nodes can be sorted by""" -enum SalesforceCategoryNodeSortByFieldEnum { - ID - PARENT_ID - MASTER_LABEL - SORT_ORDER - SORT_STYLE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCategoryNodeEdge { - """The item at the end of the edge.""" - node: SalesforceCategoryNode! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Category Nodes connection, for use in pagination.""" -type SalesforceCategoryNodesConnection { - """The count of all Category Node you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Category Nodes""" - nodes: [SalesforceCategoryNode!]! - - """List of Category Node edges""" - edges: [SalesforceCategoryNodeEdge!]! -} - -""" -A filter to be used against CategoryNode object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCategoryNodeConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CategoryNode's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CategoryNode's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CategoryNode's parent relation.""" - parent: SalesforceCategoryNodeConnectionFilter - - """Filter by the CategoryNode's id field""" - id: SalesforceIdFilter - - """Filter by the CategoryNode's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CategoryNode's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the CategoryNode's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the CategoryNode's sortStyle field""" - sortStyle: SalesforceStringFilter - - """Filter by the CategoryNode's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CategoryNode's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CategoryNode's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CategoryNode's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CategoryNode's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCategoryNodeConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCategoryNodeConnectionFilter!] -} - -""" -A filter to be used against CategoryData object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCategoryDataConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CategoryData's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CategoryData's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CategoryData's relatedSobject relation.""" - relatedSobject: SalesforceSolutionConnectionFilter - - """Filter by the CategoryData's categoryNode relation.""" - categoryNode: SalesforceCategoryNodeConnectionFilter - - """Filter by the CategoryData's id field""" - id: SalesforceIdFilter - - """Filter by the CategoryData's categoryNodeId field""" - categoryNodeId: SalesforceIdFilter - - """Filter by the CategoryData's relatedSobjectId field""" - relatedSobjectId: SalesforceIdFilter - - """Filter by the CategoryData's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CategoryData's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CategoryData's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CategoryData's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CategoryData's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CategoryData's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCategoryDataConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCategoryDataConnectionFilter!] -} - -"""Field that Category Datas can be sorted by""" -enum SalesforceCategoryDataSortByFieldEnum { - ID - CATEGORY_NODE_ID - RELATED_SOBJECT_ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""Category Node""" -type SalesforceCategoryNode implements OneGraphNode { - """Category Node ID""" - id: String! - - """Parent Category Node ID""" - parentId: String - - """Parent Category Node ID""" - parent: SalesforceCategoryNode - - """Name""" - masterLabel: String! - - """Sort Order""" - sortOrder: Int - - """Subcategory Sort Style""" - sortStyle: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce CategoryData""" - categoryDatas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCategoryDataConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCategoryDataSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCategoryDataSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CategoryDatas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCategoryDatasConnection - - """Collection of Salesforce CategoryNode""" - categoryNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCategoryNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCategoryNodeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCategoryNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CategoryNodes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCategoryNodesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Category Data""" -type SalesforceCategoryData implements OneGraphNode { - """Category Data ID""" - id: String! - - """Category Node ID""" - categoryNodeId: String! - - """Category Node ID""" - categoryNode: SalesforceCategoryNode! - - """SObject ID""" - relatedSobjectId: String! - - """SObject ID""" - relatedSobject: SalesforceSolution! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Category Datas connection, for use in pagination.""" -type SalesforceCategoryDatasConnection { - """The count of all Category Data you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Category Datas""" - nodes: [SalesforceCategoryData!]! - - """List of Category Data edges""" - edges: [SalesforceCategoryDataEdge!]! -} - -""" -A filter to be used against Solution object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSolutionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Solution's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Solution's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Solution's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Solution's id field""" - id: SalesforceIdFilter - - """Filter by the Solution's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Solution's solutionNumber field""" - solutionNumber: SalesforceStringFilter - - """Filter by the Solution's solutionName field""" - solutionName: SalesforceStringFilter - - """Filter by the Solution's isPublished field""" - isPublished: SalesforceBooleanFilter - - """Filter by the Solution's isPublishedInPublicKb field""" - isPublishedInPublicKb: SalesforceBooleanFilter - - """Filter by the Solution's status field""" - status: SalesforceStringFilter - - """Filter by the Solution's isReviewed field""" - isReviewed: SalesforceBooleanFilter - - """Filter by the Solution's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Solution's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Solution's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Solution's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Solution's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Solution's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Solution's timesUsed field""" - timesUsed: SalesforceIntFilter - - """Filter by the Solution's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Solution's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Solution's isHtml field""" - isHtml: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSolutionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSolutionConnectionFilter!] -} - -""" -A filter to be used against CaseSolution object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseSolutionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CaseSolution's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CaseSolution's solution relation.""" - solution: SalesforceSolutionConnectionFilter - - """Filter by the CaseSolution's case relation.""" - case: SalesforceCaseConnectionFilter - - """Filter by the CaseSolution's id field""" - id: SalesforceIdFilter - - """Filter by the CaseSolution's caseId field""" - caseId: SalesforceIdFilter - - """Filter by the CaseSolution's solutionId field""" - solutionId: SalesforceIdFilter - - """Filter by the CaseSolution's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CaseSolution's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CaseSolution's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CaseSolution's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseSolutionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseSolutionConnectionFilter!] -} - -"""Field that Case Solutions can be sorted by""" -enum SalesforceCaseSolutionSortByFieldEnum { - ID - CASE_ID - SOLUTION_ID - CREATED_BY_ID - CREATED_DATE - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceCaseSolutionEdge { - """The item at the end of the edge.""" - node: SalesforceCaseSolution! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Case Solutions connection, for use in pagination.""" -type SalesforceCaseSolutionsConnection { - """The count of all Case Solution you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Case Solutions""" - nodes: [SalesforceCaseSolution!]! - - """List of Case Solution edges""" - edges: [SalesforceCaseSolutionEdge!]! -} - -"""An edge in a connection.""" -type SalesforceAttachmentEdge { - """The item at the end of the edge.""" - node: SalesforceAttachment! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against Product2History object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProduct2HistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Product2History's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Product2History's product2 relation.""" - product2: SalesforceProduct2ConnectionFilter - - """Filter by the Product2History's id field""" - id: SalesforceIdFilter - - """Filter by the Product2History's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Product2History's product2Id field""" - product2Id: SalesforceIdFilter - - """Filter by the Product2History's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Product2History's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Product2History's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProduct2HistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProduct2HistoryConnectionFilter!] -} - -"""Field that Product Histories can be sorted by""" -enum SalesforceProduct2HistorySortByFieldEnum { - ID - IS_DELETED - PRODUCT_2_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceProduct2HistoryEdge { - """The item at the end of the edge.""" - node: SalesforceProduct2History! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Product History""" -type SalesforceProduct2History implements OneGraphNode { - """Product Stage ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Product ID""" - product2Id: String! - - """Product ID""" - product2: SalesforceProduct2! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Product Histories connection, for use in pagination.""" -type SalesforceProduct2HistorysConnection { - """The count of all Product History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Product Histories""" - nodes: [SalesforceProduct2History!]! - - """List of Product History edges""" - edges: [SalesforceProduct2HistoryEdge!]! -} - -""" -A filter to be used against Product2Feed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProduct2FeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Product2Feed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the Product2Feed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the Product2Feed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Product2Feed's parent relation.""" - parent: SalesforceProduct2ConnectionFilter - - """Filter by the Product2Feed's id field""" - id: SalesforceIdFilter - - """Filter by the Product2Feed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Product2Feed's type field""" - type: SalesforceStringFilter - - """Filter by the Product2Feed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Product2Feed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Product2Feed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Product2Feed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Product2Feed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Product2Feed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the Product2Feed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the Product2Feed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProduct2FeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProduct2FeedConnectionFilter!] -} - -"""Field that Product Feeds can be sorted by""" -enum SalesforceProduct2FeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceProduct2FeedEdge { - """The item at the end of the edge.""" - node: SalesforceProduct2Feed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Product Feeds connection, for use in pagination.""" -type SalesforceProduct2FeedsConnection { - """The count of all Product Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Product Feeds""" - nodes: [SalesforceProduct2Feed!]! - - """List of Product Feed edges""" - edges: [SalesforceProduct2FeedEdge!]! -} - -"""Field that Products can be sorted by""" -enum SalesforceProduct2SortByFieldEnum { - ID - NAME - PRODUCT_CODE - DESCRIPTION - IS_ACTIVE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - FAMILY - EXTERNAL_DATA_SOURCE_ID - EXTERNAL_ID - DISPLAY_URL - QUANTITY_UNIT_OF_MEASURE - IS_DELETED - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - STOCK_KEEPING_UNIT -} - -"""An edge in a connection.""" -type SalesforceProduct2Edge { - """The item at the end of the edge.""" - node: SalesforceProduct2! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Products connection, for use in pagination.""" -type SalesforceProduct2sConnection { - """The count of all Product you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Products""" - nodes: [SalesforceProduct2!]! - - """List of Product edges""" - edges: [SalesforceProduct2Edge!]! -} - -"""Static Resource""" -type SalesforceStaticResource implements OneGraphNode { - """Static Resource ID""" - id: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Name""" - name: String! - - """MIME Type""" - contentType: String! - - """Size""" - bodyLength: Int! - - """Body""" - body: String - - """Description""" - description: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Cache Control""" - cacheControl: String! - - """Collection of Salesforce ExternalDataSource""" - externalDataSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataSourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ExternalDataSources to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceExternalDataSourcesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Field that Named Credentials can be sorted by""" -enum SalesforceNamedCredentialSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PRINCIPAL_TYPE - AUTH_PROVIDER_ID -} - -"""An edge in a connection.""" -type SalesforceNamedCredentialEdge { - """The item at the end of the edge.""" - node: SalesforceNamedCredential! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Named Credentials connection, for use in pagination.""" -type SalesforceNamedCredentialsConnection { - """The count of all Named Credential you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Named Credentials""" - nodes: [SalesforceNamedCredential!]! - - """List of Named Credential edges""" - edges: [SalesforceNamedCredentialEdge!]! -} - -""" -A filter to be used against TransactionSecurityPolicy object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTransactionSecurityPolicyConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TransactionSecurityPolicy's executionUser relation.""" - executionUser: SalesforceUserConnectionFilter - - """Filter by the TransactionSecurityPolicy's apexPolicy relation.""" - apexPolicy: SalesforceApexClassConnectionFilter - - """Filter by the TransactionSecurityPolicy's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the TransactionSecurityPolicy's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TransactionSecurityPolicy's id field""" - id: SalesforceIdFilter - - """Filter by the TransactionSecurityPolicy's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the TransactionSecurityPolicy's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's language field""" - language: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TransactionSecurityPolicy's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TransactionSecurityPolicy's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TransactionSecurityPolicy's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the TransactionSecurityPolicy's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the TransactionSecurityPolicy's type field""" - type: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's state field""" - state: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's apexPolicyId field""" - apexPolicyId: SalesforceIdFilter - - """Filter by the TransactionSecurityPolicy's eventType field""" - eventType: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's resourceName field""" - resourceName: SalesforceStringFilter - - """Filter by the TransactionSecurityPolicy's executionUserId field""" - executionUserId: SalesforceIdFilter - - """Filter by the TransactionSecurityPolicy's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTransactionSecurityPolicyConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTransactionSecurityPolicyConnectionFilter!] -} - -"""Field that Transaction Security Policies can be sorted by""" -enum SalesforceTransactionSecurityPolicySortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - TYPE - STATE - APEX_POLICY_ID - EVENT_TYPE - RESOURCE_NAME - EXECUTION_USER_ID - DESCRIPTION -} - -"""An edge in a connection.""" -type SalesforceTransactionSecurityPolicyEdge { - """The item at the end of the edge.""" - node: SalesforceTransactionSecurityPolicy! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Transaction Security Policy""" -type SalesforceTransactionSecurityPolicy implements OneGraphNode { - """Transaction Security Policy ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Policy type""" - type: String! - - """State""" - state: String! - - """Action Configuration""" - actionConfig: String! - - """Class ID""" - apexPolicyId: String - - """Class ID""" - apexPolicy: SalesforceApexClass - - """Event Type""" - eventType: String - - """Resource Name""" - resourceName: String - - """User ID""" - executionUserId: String - - """User ID""" - executionUser: SalesforceUser - - """Description""" - description: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Transaction Security Policies connection, for use in pagination. -""" -type SalesforceTransactionSecurityPolicysConnection { - """ - The count of all Transaction Security Policy you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Transaction Security Policies""" - nodes: [SalesforceTransactionSecurityPolicy!]! - - """List of Transaction Security Policy edges""" - edges: [SalesforceTransactionSecurityPolicyEdge!]! -} - -"""An edge in a connection.""" -type SalesforceTestSuiteMembershipEdge { - """The item at the end of the edge.""" - node: SalesforceTestSuiteMembership! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against ApexTestSuite object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexTestSuiteConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexTestSuite's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexTestSuite's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexTestSuite's id field""" - id: SalesforceIdFilter - - """Filter by the ApexTestSuite's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ApexTestSuite's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexTestSuite's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexTestSuite's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexTestSuite's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexTestSuite's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ApexTestSuite's testSuiteName field""" - testSuiteName: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexTestSuiteConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexTestSuiteConnectionFilter!] -} - -""" -A filter to be used against TestSuiteMembership object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTestSuiteMembershipConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TestSuiteMembership's apexClass relation.""" - apexClass: SalesforceApexClassConnectionFilter - - """Filter by the TestSuiteMembership's apexTestSuite relation.""" - apexTestSuite: SalesforceApexTestSuiteConnectionFilter - - """Filter by the TestSuiteMembership's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the TestSuiteMembership's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TestSuiteMembership's id field""" - id: SalesforceIdFilter - - """Filter by the TestSuiteMembership's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the TestSuiteMembership's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TestSuiteMembership's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TestSuiteMembership's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the TestSuiteMembership's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the TestSuiteMembership's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the TestSuiteMembership's apexTestSuiteId field""" - apexTestSuiteId: SalesforceIdFilter - - """Filter by the TestSuiteMembership's apexClassId field""" - apexClassId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTestSuiteMembershipConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTestSuiteMembershipConnectionFilter!] -} - -"""Field that Test Suite Memberships can be sorted by""" -enum SalesforceTestSuiteMembershipSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - APEX_TEST_SUITE_ID - APEX_CLASS_ID -} - -"""Apex Test Suite""" -type SalesforceApexTestSuite implements OneGraphNode { - """Test Suite ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Test Suite Name""" - testSuiteName: String! - - """Collection of Salesforce TestSuiteMembership""" - apexClassJunctions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTestSuiteMembershipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTestSuiteMembershipSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTestSuiteMembershipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of TestSuiteMemberships to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTestSuiteMembershipsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Test Suite Membership""" -type SalesforceTestSuiteMembership implements OneGraphNode { - """Test Suite Membership ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Test Suite ID""" - apexTestSuiteId: String! - - """Test Suite ID""" - apexTestSuite: SalesforceApexTestSuite! - - """Class ID""" - apexClassId: String! - - """Class ID""" - apexClass: SalesforceApexClass! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Test Suite Memberships connection, for use in pagination.""" -type SalesforceTestSuiteMembershipsConnection { - """ - The count of all Test Suite Membership you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Test Suite Memberships""" - nodes: [SalesforceTestSuiteMembership!]! - - """List of Test Suite Membership edges""" - edges: [SalesforceTestSuiteMembershipEdge!]! -} - -""" -A filter to be used against SamlSsoConfig object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSamlSsoConfigConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SamlSsoConfig's executionUser relation.""" - executionUser: SalesforceUserConnectionFilter - - """Filter by the SamlSsoConfig's samlJitHandler relation.""" - samlJitHandler: SalesforceApexClassConnectionFilter - - """Filter by the SamlSsoConfig's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SamlSsoConfig's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SamlSsoConfig's id field""" - id: SalesforceIdFilter - - """Filter by the SamlSsoConfig's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SamlSsoConfig's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the SamlSsoConfig's language field""" - language: SalesforceStringFilter - - """Filter by the SamlSsoConfig's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the SamlSsoConfig's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the SamlSsoConfig's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SamlSsoConfig's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SamlSsoConfig's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SamlSsoConfig's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SamlSsoConfig's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SamlSsoConfig's version field""" - version: SalesforceStringFilter - - """Filter by the SamlSsoConfig's issuer field""" - issuer: SalesforceStringFilter - - """Filter by the SamlSsoConfig's optionsSpInitBinding field""" - optionsSpInitBinding: SalesforceBooleanFilter - - """Filter by the SamlSsoConfig's optionsUserProvisioning field""" - optionsUserProvisioning: SalesforceBooleanFilter - - """Filter by the SamlSsoConfig's attributeFormat field""" - attributeFormat: SalesforceStringFilter - - """Filter by the SamlSsoConfig's attributeName field""" - attributeName: SalesforceStringFilter - - """Filter by the SamlSsoConfig's audience field""" - audience: SalesforceStringFilter - - """Filter by the SamlSsoConfig's identityMapping field""" - identityMapping: SalesforceStringFilter - - """Filter by the SamlSsoConfig's identityLocation field""" - identityLocation: SalesforceStringFilter - - """Filter by the SamlSsoConfig's samlJitHandlerId field""" - samlJitHandlerId: SalesforceIdFilter - - """Filter by the SamlSsoConfig's executionUserId field""" - executionUserId: SalesforceIdFilter - - """Filter by the SamlSsoConfig's loginUrl field""" - loginUrl: SalesforceStringFilter - - """Filter by the SamlSsoConfig's logoutUrl field""" - logoutUrl: SalesforceStringFilter - - """Filter by the SamlSsoConfig's errorUrl field""" - errorUrl: SalesforceStringFilter - - """Filter by the SamlSsoConfig's validationCert field""" - validationCert: SalesforceStringFilter - - """Filter by the SamlSsoConfig's requestSignatureMethod field""" - requestSignatureMethod: SalesforceStringFilter - - """Filter by the SamlSsoConfig's singleLogoutUrl field""" - singleLogoutUrl: SalesforceStringFilter - - """Filter by the SamlSsoConfig's singleLogoutBinding field""" - singleLogoutBinding: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSamlSsoConfigConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSamlSsoConfigConnectionFilter!] -} - -"""Field that SAML Single Sign-On Settings can be sorted by""" -enum SalesforceSamlSsoConfigSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - VERSION - ISSUER - ATTRIBUTE_FORMAT - ATTRIBUTE_NAME - AUDIENCE - IDENTITY_MAPPING - IDENTITY_LOCATION - SAML_JIT_HANDLER_ID - EXECUTION_USER_ID - LOGIN_URL - LOGOUT_URL - ERROR_URL - VALIDATION_CERT - REQUEST_SIGNATURE_METHOD - SINGLE_LOGOUT_URL - SINGLE_LOGOUT_BINDING -} - -"""An edge in a connection.""" -type SalesforceSamlSsoConfigEdge { - """The item at the end of the edge.""" - node: SalesforceSamlSsoConfig! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce SAML Single Sign-On Settings connection, for use in pagination. -""" -type SalesforceSamlSsoConfigsConnection { - """ - The count of all SAML Single Sign-On Setting you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce SAML Single Sign-On Settings""" - nodes: [SalesforceSamlSsoConfig!]! - - """List of SAML Single Sign-On Setting edges""" - edges: [SalesforceSamlSsoConfigEdge!]! -} - -"""Field that External Data Sources can be sorted by""" -enum SalesforceExternalDataSourceSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - TYPE - REPOSITORY - IS_WRITABLE - PRINCIPAL_TYPE - PROTOCOL - AUTH_PROVIDER_ID - LARGE_ICON_ID - SMALL_ICON_ID -} - -"""An edge in a connection.""" -type SalesforceExternalDataSourceEdge { - """The item at the end of the edge.""" - node: SalesforceExternalDataSource! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce External Data Sources connection, for use in pagination.""" -type SalesforceExternalDataSourcesConnection { - """ - The count of all External Data Source you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce External Data Sources""" - nodes: [SalesforceExternalDataSource!]! - - """List of External Data Source edges""" - edges: [SalesforceExternalDataSourceEdge!]! -} - -"""Field that Email Services can be sorted by""" -enum SalesforceEmailServicesFunctionSortByFieldEnum { - ID - IS_ACTIVE - FUNCTION_NAME - AUTHORIZED_SENDERS - IS_AUTHENTICATION_REQUIRED - IS_TLS_REQUIRED - ATTACHMENT_OPTION - APEX_CLASS_ID - OVER_LIMIT_ACTION - FUNCTION_INACTIVE_ACTION - ADDRESS_INACTIVE_ACTION - AUTHENTICATION_FAILURE_ACTION - AUTHORIZATION_FAILURE_ACTION - IS_ERROR_ROUTING_ENABLED - ERROR_ROUTING_ADDRESS - IS_TEXT_ATTACHMENTS_AS_BINARY - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceEmailServicesFunctionEdge { - """The item at the end of the edge.""" - node: SalesforceEmailServicesFunction! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against EmailServicesFunction object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEmailServicesFunctionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EmailServicesFunction's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EmailServicesFunction's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EmailServicesFunction's apexClass relation.""" - apexClass: SalesforceApexClassConnectionFilter - - """Filter by the EmailServicesFunction's id field""" - id: SalesforceIdFilter - - """Filter by the EmailServicesFunction's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the EmailServicesFunction's functionName field""" - functionName: SalesforceStringFilter - - """Filter by the EmailServicesFunction's authorizedSenders field""" - authorizedSenders: SalesforceStringFilter - - """Filter by the EmailServicesFunction's isAuthenticationRequired field""" - isAuthenticationRequired: SalesforceBooleanFilter - - """Filter by the EmailServicesFunction's isTlsRequired field""" - isTlsRequired: SalesforceBooleanFilter - - """Filter by the EmailServicesFunction's attachmentOption field""" - attachmentOption: SalesforceStringFilter - - """Filter by the EmailServicesFunction's apexClassId field""" - apexClassId: SalesforceIdFilter - - """Filter by the EmailServicesFunction's overLimitAction field""" - overLimitAction: SalesforceStringFilter - - """Filter by the EmailServicesFunction's functionInactiveAction field""" - functionInactiveAction: SalesforceStringFilter - - """Filter by the EmailServicesFunction's addressInactiveAction field""" - addressInactiveAction: SalesforceStringFilter - - """ - Filter by the EmailServicesFunction's authenticationFailureAction field - """ - authenticationFailureAction: SalesforceStringFilter - - """Filter by the EmailServicesFunction's authorizationFailureAction field""" - authorizationFailureAction: SalesforceStringFilter - - """Filter by the EmailServicesFunction's isErrorRoutingEnabled field""" - isErrorRoutingEnabled: SalesforceBooleanFilter - - """Filter by the EmailServicesFunction's errorRoutingAddress field""" - errorRoutingAddress: SalesforceStringFilter - - """Filter by the EmailServicesFunction's isTextAttachmentsAsBinary field""" - isTextAttachmentsAsBinary: SalesforceBooleanFilter - - """Filter by the EmailServicesFunction's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EmailServicesFunction's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EmailServicesFunction's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EmailServicesFunction's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EmailServicesFunction's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEmailServicesFunctionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEmailServicesFunctionConnectionFilter!] -} - -""" -A filter to be used against EmailServicesAddress object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEmailServicesAddressConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EmailServicesAddress's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EmailServicesAddress's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EmailServicesAddress's function relation.""" - function: SalesforceEmailServicesFunctionConnectionFilter - - """Filter by the EmailServicesAddress's runAsUser relation.""" - runAsUser: SalesforceUserConnectionFilter - - """Filter by the EmailServicesAddress's id field""" - id: SalesforceIdFilter - - """Filter by the EmailServicesAddress's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the EmailServicesAddress's localPart field""" - localPart: SalesforceStringFilter - - """Filter by the EmailServicesAddress's emailDomainName field""" - emailDomainName: SalesforceStringFilter - - """Filter by the EmailServicesAddress's authorizedSenders field""" - authorizedSenders: SalesforceStringFilter - - """Filter by the EmailServicesAddress's runAsUserId field""" - runAsUserId: SalesforceIdFilter - - """Filter by the EmailServicesAddress's functionId field""" - functionId: SalesforceIdFilter - - """Filter by the EmailServicesAddress's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the EmailServicesAddress's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EmailServicesAddress's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EmailServicesAddress's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EmailServicesAddress's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EmailServicesAddress's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEmailServicesAddressConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEmailServicesAddressConnectionFilter!] -} - -"""Field that Email Services Addresses can be sorted by""" -enum SalesforceEmailServicesAddressSortByFieldEnum { - ID - IS_ACTIVE - LOCAL_PART - EMAIL_DOMAIN_NAME - AUTHORIZED_SENDERS - RUN_AS_USER_ID - FUNCTION_ID - DEVELOPER_NAME - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceEmailServicesAddressEdge { - """The item at the end of the edge.""" - node: SalesforceEmailServicesAddress! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Email Services Address""" -type SalesforceEmailServicesAddress implements OneGraphNode { - """Address ID""" - id: String! - - """Active""" - isActive: Boolean! - - """Email address""" - localPart: String! - - """Email address domain""" - emailDomainName: String - - """Accept Email From""" - authorizedSenders: String - - """User ID""" - runAsUserId: String! - - """User ID""" - runAsUser: SalesforceUser! - - """Service ID""" - functionId: String! - - """Service ID""" - function: SalesforceEmailServicesFunction! - - """Email Address Name""" - developerName: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Email Services Addresses connection, for use in pagination.""" -type SalesforceEmailServicesAddresssConnection { - """ - The count of all Email Services Address you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Email Services Addresses""" - nodes: [SalesforceEmailServicesAddress!]! - - """List of Email Services Address edges""" - edges: [SalesforceEmailServicesAddressEdge!]! -} - -"""Email Service""" -type SalesforceEmailServicesFunction implements OneGraphNode { - """Service ID""" - id: String! - - """Active""" - isActive: Boolean! - - """Email Service Name""" - functionName: String! - - """Accept Email From""" - authorizedSenders: String - - """Advanced Email Security Settings""" - isAuthenticationRequired: Boolean! - - """TLS Required""" - isTlsRequired: Boolean! - - """Accept Attachments""" - attachmentOption: String! - - """Class ID""" - apexClassId: String - - """Class ID""" - apexClass: SalesforceApexClass - - """Over Email Rate Limit Action""" - overLimitAction: String - - """Deactivated Email Service Action""" - functionInactiveAction: String - - """Deactivated Email Address Action""" - addressInactiveAction: String - - """Unauthenticated Sender Action""" - authenticationFailureAction: String - - """Unauthorized Sender Action""" - authorizationFailureAction: String - - """Enable Error Routing""" - isErrorRoutingEnabled: Boolean! - - """Route Error Emails to This Email Address""" - errorRoutingAddress: String - - """Convert Text Attachments to Binary Attachments""" - isTextAttachmentsAsBinary: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce EmailServicesAddress""" - addresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailServicesAddressConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailServicesAddressSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailServicesAddressSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailServicesAddresses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailServicesAddresssConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Email Services connection, for use in pagination.""" -type SalesforceEmailServicesFunctionsConnection { - """The count of all Email Service you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Email Services""" - nodes: [SalesforceEmailServicesFunction!]! - - """List of Email Service edges""" - edges: [SalesforceEmailServicesFunctionEdge!]! -} - -"""Field that Auth. Providers can be sorted by""" -enum SalesforceAuthProviderSortByFieldEnum { - ID - CREATED_DATE - PROVIDER_TYPE - FRIENDLY_NAME - DEVELOPER_NAME - REGISTRATION_HANDLER_ID - EXECUTION_USER_ID - CONSUMER_KEY - ERROR_URL - AUTHORIZE_URL - TOKEN_URL - USER_INFO_URL - DEFAULT_SCOPES - ID_TOKEN_ISSUER - ICON_URL - LOGOUT_URL - PLUGIN_ID - CUSTOM_METADATA_TYPE_RECORD -} - -"""An edge in a connection.""" -type SalesforceAuthProviderEdge { - """The item at the end of the edge.""" - node: SalesforceAuthProvider! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Auth. Providers connection, for use in pagination.""" -type SalesforceAuthProvidersConnection { - """The count of all Auth. Provider you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Auth. Providers""" - nodes: [SalesforceAuthProvider!]! - - """List of Auth. Provider edges""" - edges: [SalesforceAuthProviderEdge!]! -} - -"""An edge in a connection.""" -type SalesforceApexTestQueueItemEdge { - """The item at the end of the edge.""" - node: SalesforceApexTestQueueItem! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceFlowRecordRelationEdge { - """The item at the end of the edge.""" - node: SalesforceFlowRecordRelation! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Account Clean Info""" -type SalesforceAccountCleanInfo implements OneGraphNode { - """Account Clean Info ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Account Clean Info Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Account ID""" - accountId: String! - - """Account ID""" - account: SalesforceAccount! - - """Last Matched Date""" - lastMatchedDate: String! - - """Last Status Changed Date""" - lastStatusChangedDate: String - - """User ID""" - lastStatusChangedById: String - - """User ID""" - lastStatusChangedBy: SalesforceUser - - """Company Status in Salesforce""" - isInactive: Boolean! - - """Company Name""" - companyName: String - - """Phone""" - phone: String - - """Street""" - street: String - - """City""" - city: String - - """State""" - state: String - - """Zip""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Address""" - address: SalesforceAddress - - """Website""" - website: String - - """Ticker Symbol""" - tickerSymbol: String - - """Annual Revenue""" - annualRevenue: Float - - """Number of Employees""" - numberOfEmployees: Int - - """Industry""" - industry: String - - """Ownership""" - ownership: String - - """D-U-N-S Number""" - dunsNumber: String - - """SIC Code""" - sic: String - - """SIC Description""" - sicDescription: String - - """NAICS Code""" - naicsCode: String - - """NAICS Description""" - naicsDescription: String - - """Year Started""" - yearStarted: String - - """Fax""" - fax: String - - """Account Site""" - accountSite: String - - """Description""" - description: String - - """Tradestyle""" - tradestyle: String - - """D&B Company D-U-N-S Number""" - dandBCompanyDunsNumber: String - - """DUNSRight™ Match Grade""" - dunsRightMatchGrade: String - - """DUNSRight™ Match Confidence""" - dunsRightMatchConfidence: Int - - """Company Status per Data.com""" - companyStatusDataDotCom: String - - """Company Name is Reviewed""" - isReviewedCompanyName: Boolean! - - """Phone is Reviewed""" - isReviewedPhone: Boolean! - - """Address is Reviewed""" - isReviewedAddress: Boolean! - - """Website is Reviewed""" - isReviewedWebsite: Boolean! - - """Ticker Symbol is Reviewed""" - isReviewedTickerSymbol: Boolean! - - """Annual Revenue is Reviewed""" - isReviewedAnnualRevenue: Boolean! - - """Number of Employees is Reviewed""" - isReviewedNumberOfEmployees: Boolean! - - """Industry is Reviewed""" - isReviewedIndustry: Boolean! - - """Ownership is Reviewed""" - isReviewedOwnership: Boolean! - - """D-U-N-S Number is Reviewed""" - isReviewedDunsNumber: Boolean! - - """SIC Code is Reviewed""" - isReviewedSic: Boolean! - - """SIC Description is Reviewed""" - isReviewedSicDescription: Boolean! - - """NAICS Code is Reviewed""" - isReviewedNaicsCode: Boolean! - - """NAICS Description is Reviewed""" - isReviewedNaicsDescription: Boolean! - - """Year Started is Reviewed""" - isReviewedYearStarted: Boolean! - - """Fax is Reviewed""" - isReviewedFax: Boolean! - - """Account Site is Reviewed""" - isReviewedAccountSite: Boolean! - - """Description is Reviewed""" - isReviewedDescription: Boolean! - - """Tradestyle is Reviewed""" - isReviewedTradestyle: Boolean! - - """D&B Company D-U-N-S Number is Reviewed""" - isReviewedDandBCompanyDunsNumber: Boolean! - - """Company Name is Different""" - isDifferentCompanyName: Boolean! - - """Phone is Different""" - isDifferentPhone: Boolean! - - """Street is Different""" - isDifferentStreet: Boolean! - - """City is Different""" - isDifferentCity: Boolean! - - """State is Different""" - isDifferentState: Boolean! - - """ZIP is Different""" - isDifferentPostalCode: Boolean! - - """Country is Different""" - isDifferentCountry: Boolean! - - """Website is Different""" - isDifferentWebsite: Boolean! - - """Ticker Symbol is Different""" - isDifferentTickerSymbol: Boolean! - - """Annual Revenue is Different""" - isDifferentAnnualRevenue: Boolean! - - """Number of Employees is Different""" - isDifferentNumberOfEmployees: Boolean! - - """Industry is Different""" - isDifferentIndustry: Boolean! - - """Ownership is Different""" - isDifferentOwnership: Boolean! - - """D-U-N-S Number is Different""" - isDifferentDunsNumber: Boolean! - - """SIC Code is Different""" - isDifferentSic: Boolean! - - """SIC Description is Different""" - isDifferentSicDescription: Boolean! - - """NAICS Code is Different""" - isDifferentNaicsCode: Boolean! - - """NAICS Description is Different""" - isDifferentNaicsDescription: Boolean! - - """Year Started is Different""" - isDifferentYearStarted: Boolean! - - """Fax is Different""" - isDifferentFax: Boolean! - - """Account Site is Different""" - isDifferentAccountSite: Boolean! - - """Description is Different""" - isDifferentDescription: Boolean! - - """Tradestyle is Different""" - isDifferentTradestyle: Boolean! - - """D&B Company D-U-N-S Number is Different""" - isDifferentDandBCompanyDunsNumber: Boolean! - - """State Code is Different""" - isDifferentStateCode: Boolean! - - """Country Code is Different""" - isDifferentCountryCode: Boolean! - - """Cleaned by Job""" - cleanedByJob: Boolean! - - """Cleaned by User""" - cleanedByUser: Boolean! - - """Company Name is Flagged Wrong""" - isFlaggedWrongCompanyName: Boolean! - - """Phone is Flagged Wrong""" - isFlaggedWrongPhone: Boolean! - - """Address is Flagged Wrong""" - isFlaggedWrongAddress: Boolean! - - """Website is Flagged Wrong""" - isFlaggedWrongWebsite: Boolean! - - """Ticker Symbol is Flagged Wrong""" - isFlaggedWrongTickerSymbol: Boolean! - - """Annual Revenue is Flagged Wrong""" - isFlaggedWrongAnnualRevenue: Boolean! - - """Number of Employees is Flagged Wrong""" - isFlaggedWrongNumberOfEmployees: Boolean! - - """Industry is Flagged Wrong""" - isFlaggedWrongIndustry: Boolean! - - """Ownership is Flagged Wrong""" - isFlaggedWrongOwnership: Boolean! - - """D-U-N-S Number is Flagged Wrong""" - isFlaggedWrongDunsNumber: Boolean! - - """SIC Code is Flagged Wrong""" - isFlaggedWrongSic: Boolean! - - """SIC Description is Flagged Wrong""" - isFlaggedWrongSicDescription: Boolean! - - """NAICS Code is Flagged Wrong""" - isFlaggedWrongNaicsCode: Boolean! - - """NAICS Description is Flagged Wrong""" - isFlaggedWrongNaicsDescription: Boolean! - - """Year Started is Flagged Wrong""" - isFlaggedWrongYearStarted: Boolean! - - """Fax is Flagged Wrong""" - isFlaggedWrongFax: Boolean! - - """Account Site is Flagged Wrong""" - isFlaggedWrongAccountSite: Boolean! - - """Description is Flagged Wrong""" - isFlaggedWrongDescription: Boolean! - - """Tradestyle is Flagged Wrong""" - isFlaggedWrongTradestyle: Boolean! - - """Data.com ID""" - dataDotComId: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Account Contact Role""" -type SalesforceAccountContactRole implements OneGraphNode { - """Contact Role ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Account ID""" - accountId: String! - - """Account ID""" - account: SalesforceAccount! - - """Contact ID""" - contactId: String! - - """Contact ID""" - contact: SalesforceContact! - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against BackgroundOperation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceBackgroundOperationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the BackgroundOperation's groupLeader relation.""" - groupLeader: SalesforceBackgroundOperationConnectionFilter - - """Filter by the BackgroundOperation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the BackgroundOperation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the BackgroundOperation's id field""" - id: SalesforceIdFilter - - """Filter by the BackgroundOperation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the BackgroundOperation's name field""" - name: SalesforceStringFilter - - """Filter by the BackgroundOperation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the BackgroundOperation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the BackgroundOperation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's submittedAt field""" - submittedAt: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's status field""" - status: SalesforceStringFilter - - """Filter by the BackgroundOperation's executionGroup field""" - executionGroup: SalesforceStringFilter - - """Filter by the BackgroundOperation's sequenceGroup field""" - sequenceGroup: SalesforceStringFilter - - """Filter by the BackgroundOperation's sequenceNumber field""" - sequenceNumber: SalesforceIntFilter - - """Filter by the BackgroundOperation's groupLeaderId field""" - groupLeaderId: SalesforceIdFilter - - """Filter by the BackgroundOperation's startedAt field""" - startedAt: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's finishedAt field""" - finishedAt: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's workerUri field""" - workerUri: SalesforceStringFilter - - """Filter by the BackgroundOperation's timeout field""" - timeout: SalesforceIntFilter - - """Filter by the BackgroundOperation's expiresAt field""" - expiresAt: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's numFollowers field""" - numFollowers: SalesforceIntFilter - - """Filter by the BackgroundOperation's processAfter field""" - processAfter: SalesforceDateTimeFilter - - """Filter by the BackgroundOperation's parentKey field""" - parentKey: SalesforceStringFilter - - """Filter by the BackgroundOperation's retryLimit field""" - retryLimit: SalesforceIntFilter - - """Filter by the BackgroundOperation's retryCount field""" - retryCount: SalesforceIntFilter - - """Filter by the BackgroundOperation's retryBackoff field""" - retryBackoff: SalesforceIntFilter - - """Filter by the BackgroundOperation's error field""" - error: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceBackgroundOperationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceBackgroundOperationConnectionFilter!] -} - -"""Field that Background Operations can be sorted by""" -enum SalesforceBackgroundOperationSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SUBMITTED_AT - STATUS - EXECUTION_GROUP - SEQUENCE_GROUP - SEQUENCE_NUMBER - GROUP_LEADER_ID - STARTED_AT - FINISHED_AT - WORKER_URI - TIMEOUT - EXPIRES_AT - NUM_FOLLOWERS - PROCESS_AFTER - PARENT_KEY - RETRY_LIMIT - RETRY_COUNT - RETRY_BACKOFF - ERROR -} - -"""An edge in a connection.""" -type SalesforceBackgroundOperationEdge { - """The item at the end of the edge.""" - node: SalesforceBackgroundOperation! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Background Operations connection, for use in pagination.""" -type SalesforceBackgroundOperationsConnection { - """ - The count of all Background Operation you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Background Operations""" - nodes: [SalesforceBackgroundOperation!]! - - """List of Background Operation edges""" - edges: [SalesforceBackgroundOperationEdge!]! -} - -"""Background Operation""" -type SalesforceBackgroundOperation implements OneGraphNode { - """Background Operation ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Background Operation Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Submitted""" - submittedAt: String - - """Status""" - status: String - - """Execution Group""" - executionGroup: String - - """Sequence Group""" - sequenceGroup: String - - """Sequence Number""" - sequenceNumber: Int - - """Background Operation ID""" - groupLeaderId: String - - """Background Operation ID""" - groupLeader: SalesforceBackgroundOperation - - """Started""" - startedAt: String - - """Finished""" - finishedAt: String - - """Worker URI""" - workerUri: String - - """Timeout""" - timeout: Int - - """ExpiresAt""" - expiresAt: String - - """NumFollowers""" - numFollowers: Int - - """ProcessAfter""" - processAfter: String - - """ParentKey""" - parentKey: String - - """RetryLimit""" - retryLimit: Int - - """RetryCount""" - retryCount: Int - - """RetryBackoff""" - retryBackoff: Int - - """Error""" - error: String - - """Collection of Salesforce BackgroundOperation""" - mergedOperations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBackgroundOperationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceBackgroundOperationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBackgroundOperationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of BackgroundOperations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceBackgroundOperationsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Case Contact Role""" -type SalesforceCaseContactRole implements OneGraphNode { - """Contact Role ID""" - id: String! - - """Case ID""" - casesId: String! - - """Case ID""" - cases: SalesforceCase! - - """Contact ID""" - contactId: String! - - """Contact ID""" - contact: SalesforceContact! - - """Role""" - role: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Case Solution""" -type SalesforceCaseSolution implements OneGraphNode { - """Case Solution ID""" - id: String! - - """Case ID""" - caseId: String! - - """Case ID""" - case: SalesforceCase! - - """Solution ID""" - solutionId: String! - - """Solution ID""" - solution: SalesforceSolution! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Contact Clean Info""" -type SalesforceContactCleanInfo implements OneGraphNode { - """Contact Clean Info ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Contact Clean Info Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Contact ID""" - contactId: String! - - """Contact ID""" - contact: SalesforceContact! - - """Last Matched Date""" - lastMatchedDate: String! - - """Last Status Changed Date""" - lastStatusChangedDate: String - - """User ID""" - lastStatusChangedById: String - - """User ID""" - lastStatusChangedBy: SalesforceUser - - """Contact Status in Salesforce""" - isInactive: Boolean! - - """First Name""" - firstName: String - - """Last Name""" - lastName: String - - """Email""" - email: String - - """Phone""" - phone: String - - """Street""" - street: String - - """City""" - city: String - - """State""" - state: String - - """Zip""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Address""" - address: SalesforceAddress - - """Title""" - title: String - - """Contact Status per Data.com""" - contactStatusDataDotCom: String - - """Name is Reviewed""" - isReviewedName: Boolean! - - """Email is Reviewed""" - isReviewedEmail: Boolean! - - """Phone is Reviewed""" - isReviewedPhone: Boolean! - - """Address is Reviewed""" - isReviewedAddress: Boolean! - - """Title is Reviewed""" - isReviewedTitle: Boolean! - - """First Name is Different""" - isDifferentFirstName: Boolean! - - """Last Name is Different""" - isDifferentLastName: Boolean! - - """Email is Different""" - isDifferentEmail: Boolean! - - """Phone is Different""" - isDifferentPhone: Boolean! - - """Street is Different""" - isDifferentStreet: Boolean! - - """City is Different""" - isDifferentCity: Boolean! - - """State is Different""" - isDifferentState: Boolean! - - """ZIP is Different""" - isDifferentPostalCode: Boolean! - - """Country is Different""" - isDifferentCountry: Boolean! - - """Title is Different""" - isDifferentTitle: Boolean! - - """State Code is Different""" - isDifferentStateCode: Boolean! - - """Country Code is Different""" - isDifferentCountryCode: Boolean! - - """Cleaned by Job""" - cleanedByJob: Boolean! - - """Cleaned by User""" - cleanedByUser: Boolean! - - """Name is Flagged Wrong""" - isFlaggedWrongName: Boolean! - - """Email is Flagged Wrong""" - isFlaggedWrongEmail: Boolean! - - """Phone is Flagged Wrong""" - isFlaggedWrongPhone: Boolean! - - """Address is Flagged Wrong""" - isFlaggedWrongAddress: Boolean! - - """Title is Flagged Wrong""" - isFlaggedWrongTitle: Boolean! - - """Data.com ID""" - dataDotComId: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Document Subscription""" -type SalesforceContentDocumentSubscription implements OneGraphNode { - """ContentDocumentSubscription ID""" - id: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Document ID""" - contentDocumentId: String! - - """Document ID""" - contentDocument: SalesforceContentDocument! - - """Is Comment Subscription""" - isCommentSub: Boolean! - - """Is Document Subscription""" - isDocumentSub: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Field that Libraries can be sorted by""" -enum SalesforceContentWorkspaceSortByFieldEnum { - ID - NAME - DESCRIPTION - TAG_MODEL - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_MODIFIED_DATE - DEFAULT_RECORD_TYPE_ID - IS_RESTRICT_CONTENT_TYPES - IS_RESTRICT_LINKED_CONTENT_TYPES - WORKSPACE_TYPE - LAST_WORKSPACE_ACTIVITY_DATE - ROOT_CONTENT_FOLDER_ID - NAMESPACE_PREFIX - DEVELOPER_NAME -} - -"""An edge in a connection.""" -type SalesforceContentWorkspaceEdge { - """The item at the end of the edge.""" - node: SalesforceContentWorkspace! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Libraries connection, for use in pagination.""" -type SalesforceContentWorkspacesConnection { - """The count of all Library you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Libraries""" - nodes: [SalesforceContentWorkspace!]! - - """List of Library edges""" - edges: [SalesforceContentWorkspaceEdge!]! -} - -""" -A filter to be used against ContentFolderMember object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentFolderMemberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentFolderMember's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentFolderMember's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentFolderMember's childRecord relation.""" - childRecord: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentFolderMember's parentContentFolder relation.""" - parentContentFolder: SalesforceContentFolderConnectionFilter - - """Filter by the ContentFolderMember's id field""" - id: SalesforceIdFilter - - """Filter by the ContentFolderMember's parentContentFolderId field""" - parentContentFolderId: SalesforceIdFilter - - """Filter by the ContentFolderMember's childRecordId field""" - childRecordId: SalesforceIdFilter - - """Filter by the ContentFolderMember's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentFolderMember's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentFolderMember's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentFolderMember's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentFolderMember's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentFolderMember's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentFolderMemberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentFolderMemberConnectionFilter!] -} - -"""Field that Content Folder Members can be sorted by""" -enum SalesforceContentFolderMemberSortByFieldEnum { - ID - PARENT_CONTENT_FOLDER_ID - CHILD_RECORD_ID - IS_DELETED - SYSTEM_MODSTAMP - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE -} - -"""An edge in a connection.""" -type SalesforceContentFolderMemberEdge { - """The item at the end of the edge.""" - node: SalesforceContentFolderMember! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Content Folder Members connection, for use in pagination.""" -type SalesforceContentFolderMembersConnection { - """ - The count of all Content Folder Member you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Folder Members""" - nodes: [SalesforceContentFolderMember!]! - - """List of Content Folder Member edges""" - edges: [SalesforceContentFolderMemberEdge!]! -} - -""" -A filter to be used against ContentFolderLink object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentFolderLinkConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentFolderLink's contentFolder relation.""" - contentFolder: SalesforceContentFolderConnectionFilter - - """Filter by the ContentFolderLink's parentEntity relation.""" - parentEntity: SalesforceContentWorkspaceConnectionFilter - - """Filter by the ContentFolderLink's id field""" - id: SalesforceIdFilter - - """Filter by the ContentFolderLink's parentEntityId field""" - parentEntityId: SalesforceIdFilter - - """Filter by the ContentFolderLink's contentFolderId field""" - contentFolderId: SalesforceIdFilter - - """Filter by the ContentFolderLink's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentFolderLink's enableFolderStatus field""" - enableFolderStatus: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentFolderLinkConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentFolderLinkConnectionFilter!] -} - -"""Field that Content Folder Links can be sorted by""" -enum SalesforceContentFolderLinkSortByFieldEnum { - ID - PARENT_ENTITY_ID - CONTENT_FOLDER_ID - IS_DELETED - ENABLE_FOLDER_STATUS -} - -"""An edge in a connection.""" -type SalesforceContentFolderLinkEdge { - """The item at the end of the edge.""" - node: SalesforceContentFolderLink! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Content Folder Link""" -type SalesforceContentFolderLink implements OneGraphNode { - """Content Folder Link ID""" - id: String! - - """Parent Entity ID""" - parentEntityId: String! - - """Parent Entity ID""" - parentEntity: SalesforceContentWorkspace! - - """Content Folder ID""" - contentFolderId: String! - - """Content Folder ID""" - contentFolder: SalesforceContentFolder! - - """Is Deleted""" - isDeleted: Boolean! - - """Enable Folder Status""" - enableFolderStatus: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Content Folder Links connection, for use in pagination.""" -type SalesforceContentFolderLinksConnection { - """ - The count of all Content Folder Link you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Folder Links""" - nodes: [SalesforceContentFolderLink!]! - - """List of Content Folder Link edges""" - edges: [SalesforceContentFolderLinkEdge!]! -} - -""" -A filter to be used against ContentFolderItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentFolderItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentFolderItem's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentFolderItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentFolderItem's parentContentFolder relation.""" - parentContentFolder: SalesforceContentFolderConnectionFilter - - """Filter by the ContentFolderItem's id field""" - id: SalesforceIdFilter - - """Filter by the ContentFolderItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentFolderItem's isFolder field""" - isFolder: SalesforceBooleanFilter - - """Filter by the ContentFolderItem's parentContentFolderId field""" - parentContentFolderId: SalesforceIdFilter - - """Filter by the ContentFolderItem's title field""" - title: SalesforceStringFilter - - """Filter by the ContentFolderItem's fileType field""" - fileType: SalesforceStringFilter - - """Filter by the ContentFolderItem's contentSize field""" - contentSize: SalesforceIntFilter - - """Filter by the ContentFolderItem's fileExtension field""" - fileExtension: SalesforceStringFilter - - """Filter by the ContentFolderItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentFolderItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentFolderItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentFolderItem's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentFolderItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentFolderItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentFolderItemConnectionFilter!] -} - -"""Field that Content Folder Items can be sorted by""" -enum SalesforceContentFolderItemSortByFieldEnum { - ID - IS_DELETED - IS_FOLDER - PARENT_CONTENT_FOLDER_ID - TITLE - FILE_TYPE - CONTENT_SIZE - FILE_EXTENSION - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceContentFolderItemEdge { - """The item at the end of the edge.""" - node: SalesforceContentFolderItem! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Content Folder Item""" -type SalesforceContentFolderItem implements OneGraphNode { - """Content Folder Item ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Is Folder""" - isFolder: Boolean! - - """Parent Content Folder ID""" - parentContentFolderId: String - - """Parent Content Folder ID""" - parentContentFolder: SalesforceContentFolder - - """Title""" - title: String! - - """File Type""" - fileType: String - - """Size""" - contentSize: Int - - """File Extension""" - fileExtension: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Content Folder Items connection, for use in pagination.""" -type SalesforceContentFolderItemsConnection { - """ - The count of all Content Folder Item you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Folder Items""" - nodes: [SalesforceContentFolderItem!]! - - """List of Content Folder Item edges""" - edges: [SalesforceContentFolderItemEdge!]! -} - -"""Field that Content Folders can be sorted by""" -enum SalesforceContentFolderSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PARENT_CONTENT_FOLDER_ID -} - -"""An edge in a connection.""" -type SalesforceContentFolderEdge { - """The item at the end of the edge.""" - node: SalesforceContentFolder! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Content Folders connection, for use in pagination.""" -type SalesforceContentFoldersConnection { - """The count of all Content Folder you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Folders""" - nodes: [SalesforceContentFolder!]! - - """List of Content Folder edges""" - edges: [SalesforceContentFolderEdge!]! -} - -"""Content Folder""" -type SalesforceContentFolder implements OneGraphNode { - """Content Folder ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Parent Content Folder ID""" - parentContentFolderId: String - - """Parent Content Folder ID""" - parentContentFolder: SalesforceContentFolder - - """Collection of Salesforce ContentFolder""" - contentFolders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentFolders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentFoldersConnection - - """Collection of Salesforce ContentFolderItem""" - contentFolderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentFolderItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentFolderItemsConnection - - """Collection of Salesforce ContentFolderLink""" - contentFolderLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentFolderLinks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentFolderLinksConnection - - """Collection of Salesforce ContentFolderMember""" - contentFolderMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentFolderMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentFolderMembersConnection - - """Collection of Salesforce ContentWorkspace""" - contentWorkspaces( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentWorkspaces to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentWorkspacesConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Folder Member""" -type SalesforceContentFolderMember implements OneGraphNode { - """Content Folder Member ID""" - id: String! - - """Parent Content Folder ID""" - parentContentFolderId: String! - - """Parent Content Folder ID""" - parentContentFolder: SalesforceContentFolder! - - """Child Record ID""" - childRecordId: String! - - """Child Record ID""" - childRecord: SalesforceContentDocument! - - """Deleted""" - isDeleted: Boolean! - - """System Modstamp""" - systemModstamp: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against ContentWorkspacePermission object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentWorkspacePermissionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentWorkspacePermission's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentWorkspacePermission's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentWorkspacePermission's id field""" - id: SalesforceIdFilter - - """Filter by the ContentWorkspacePermission's name field""" - name: SalesforceStringFilter - - """Filter by the ContentWorkspacePermission's type field""" - type: SalesforceStringFilter - - """ - Filter by the ContentWorkspacePermission's permissionsManageWorkspace field - """ - permissionsManageWorkspace: SalesforceBooleanFilter - - """Filter by the ContentWorkspacePermission's permissionsAddContent field""" - permissionsAddContent: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsAddContentObo field - """ - permissionsAddContentObo: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsArchiveContent field - """ - permissionsArchiveContent: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsDeleteContent field - """ - permissionsDeleteContent: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsFeatureContent field - """ - permissionsFeatureContent: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsViewComments field - """ - permissionsViewComments: SalesforceBooleanFilter - - """Filter by the ContentWorkspacePermission's permissionsAddComment field""" - permissionsAddComment: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsModifyComments field - """ - permissionsModifyComments: SalesforceBooleanFilter - - """Filter by the ContentWorkspacePermission's permissionsTagContent field""" - permissionsTagContent: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsDeliverContent field - """ - permissionsDeliverContent: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsChatterSharing field - """ - permissionsChatterSharing: SalesforceBooleanFilter - - """ - Filter by the ContentWorkspacePermission's permissionsOrganizeFileAndFolder field - """ - permissionsOrganizeFileAndFolder: SalesforceBooleanFilter - - """Filter by the ContentWorkspacePermission's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentWorkspacePermission's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentWorkspacePermission's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentWorkspacePermission's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentWorkspacePermission's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentWorkspacePermission's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentWorkspacePermissionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentWorkspacePermissionConnectionFilter!] -} - -""" -A filter to be used against ContentWorkspaceMember object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentWorkspaceMemberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentWorkspaceMember's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """ - Filter by the ContentWorkspaceMember's contentWorkspacePermission relation. - """ - contentWorkspacePermission: SalesforceContentWorkspacePermissionConnectionFilter - - """Filter by the ContentWorkspaceMember's contentWorkspace relation.""" - contentWorkspace: SalesforceContentWorkspaceConnectionFilter - - """Filter by the ContentWorkspaceMember's id field""" - id: SalesforceIdFilter - - """Filter by the ContentWorkspaceMember's contentWorkspaceId field""" - contentWorkspaceId: SalesforceIdFilter - - """ - Filter by the ContentWorkspaceMember's contentWorkspacePermissionId field - """ - contentWorkspacePermissionId: SalesforceIdFilter - - """Filter by the ContentWorkspaceMember's memberId field""" - memberId: SalesforceIdFilter - - """Filter by the ContentWorkspaceMember's memberType field""" - memberType: SalesforceStringFilter - - """Filter by the ContentWorkspaceMember's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentWorkspaceMember's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentWorkspaceMemberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentWorkspaceMemberConnectionFilter!] -} - -"""Field that Library Members can be sorted by""" -enum SalesforceContentWorkspaceMemberSortByFieldEnum { - ID - CONTENT_WORKSPACE_ID - CONTENT_WORKSPACE_PERMISSION_ID - MEMBER_ID - MEMBER_TYPE - CREATED_BY_ID - CREATED_DATE -} - -"""An edge in a connection.""" -type SalesforceContentWorkspaceMemberEdge { - """The item at the end of the edge.""" - node: SalesforceContentWorkspaceMember! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceContentWorkspaceMemberMemberUnion = SalesforceUser | SalesforceGroup - -"""Library Member""" -type SalesforceContentWorkspaceMember implements OneGraphNode { - """Library Member ID""" - id: String! - - """Library ID""" - contentWorkspaceId: String! - - """Library ID""" - contentWorkspace: SalesforceContentWorkspace! - - """Library Permission ID""" - contentWorkspacePermissionId: String - - """Library Permission ID""" - contentWorkspacePermission: SalesforceContentWorkspacePermission - - """Member ID""" - memberId: String! - - """Member ID""" - member: SalesforceContentWorkspaceMemberMemberUnion! - - """Member Type""" - memberType: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Library Members connection, for use in pagination.""" -type SalesforceContentWorkspaceMembersConnection { - """The count of all Library Member you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Library Members""" - nodes: [SalesforceContentWorkspaceMember!]! - - """List of Library Member edges""" - edges: [SalesforceContentWorkspaceMemberEdge!]! -} - -""" -A filter to be used against ContentNotification object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentNotificationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentNotification's users relation.""" - users: SalesforceUserConnectionFilter - - """Filter by the ContentNotification's id field""" - id: SalesforceIdFilter - - """Filter by the ContentNotification's nature field""" - nature: SalesforceStringFilter - - """Filter by the ContentNotification's usersId field""" - usersId: SalesforceIdFilter - - """Filter by the ContentNotification's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentNotification's entityType field""" - entityType: SalesforceStringFilter - - """Filter by the ContentNotification's entityIdentifierId field""" - entityIdentifierId: SalesforceIdFilter - - """Filter by the ContentNotification's subject field""" - subject: SalesforceStringFilter - - """Filter by the ContentNotification's text field""" - text: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentNotificationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentNotificationConnectionFilter!] -} - -"""Field that Content Notifications can be sorted by""" -enum SalesforceContentNotificationSortByFieldEnum { - ID - NATURE - USERS_ID - CREATED_DATE - ENTITY_TYPE - ENTITY_IDENTIFIER_ID - SUBJECT - TEXT -} - -"""An edge in a connection.""" -type SalesforceContentNotificationEdge { - """The item at the end of the edge.""" - node: SalesforceContentNotification! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Content Notifications connection, for use in pagination.""" -type SalesforceContentNotificationsConnection { - """ - The count of all Content Notification you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Notifications""" - nodes: [SalesforceContentNotification!]! - - """List of Content Notification edges""" - edges: [SalesforceContentNotificationEdge!]! -} - -"""Library Permission""" -type SalesforceContentWorkspacePermission implements OneGraphNode { - """Library Permission ID""" - id: String! - - """Name""" - name: String! - - """Type""" - type: String - - """Manage Library""" - permissionsManageWorkspace: Boolean! - - """Add Content""" - permissionsAddContent: Boolean! - - """Add Content on Behalf of Others""" - permissionsAddContentObo: Boolean! - - """Archive Content""" - permissionsArchiveContent: Boolean! - - """Delete Content""" - permissionsDeleteContent: Boolean! - - """Feature Content""" - permissionsFeatureContent: Boolean! - - """View Comment""" - permissionsViewComments: Boolean! - - """Add Comment""" - permissionsAddComment: Boolean! - - """Modify Comments""" - permissionsModifyComments: Boolean! - - """Tag Content""" - permissionsTagContent: Boolean! - - """Deliver Content""" - permissionsDeliverContent: Boolean! - - """Attach or Share Content""" - permissionsChatterSharing: Boolean! - - """Organize File and Content Folder""" - permissionsOrganizeFileAndFolder: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Description""" - description: String - - """Collection of Salesforce ContentNotification""" - contentNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentNotificationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentNotifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentNotificationsConnection - - """Collection of Salesforce ContentWorkspaceMember""" - contentWorkspaceMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceMembersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceContentNotificationEntityIdentifierUnion = SalesforceUser | SalesforceContentWorkspacePermission | SalesforceContentWorkspace | SalesforceContentVersion | SalesforceContentDocument - -"""Content Notification""" -type SalesforceContentNotification implements OneGraphNode { - """ContentNotification ID""" - id: String! - - """Nature""" - nature: String - - """User ID""" - usersId: String! - - """User ID""" - users: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Entity Type""" - entityType: String - - """Entity ID""" - entityIdentifierId: String - - """Entity ID""" - entityIdentifier: SalesforceContentNotificationEntityIdentifierUnion - - """Subject""" - subject: String - - """Text""" - text: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Version Comment""" -type SalesforceContentVersionComment implements OneGraphNode { - """ContentVersionComment ID""" - id: String! - - """ContentDocument ID""" - contentDocumentId: String! - - """ContentDocument ID""" - contentDocument: SalesforceContentDocument! - - """ContentVersion ID""" - contentVersionId: String! - - """ContentVersion ID""" - contentVersion: SalesforceContentVersion! - - """Version Comment""" - userComment: String - - """Created Date""" - createdDate: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Version Rating""" -type SalesforceContentVersionRating implements OneGraphNode { - """ContentVersionRating ID""" - id: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Version ID""" - contentVersionId: String! - - """Version ID""" - contentVersion: SalesforceContentVersion! - - """Rating""" - rating: Int - - """User Comment""" - userComment: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Library Document""" -type SalesforceContentWorkspaceDoc implements OneGraphNode { - """Library Document ID""" - id: String! - - """Library ID""" - contentWorkspaceId: String! - - """Library ID""" - contentWorkspace: SalesforceContentWorkspace! - - """ContentDocument ID""" - contentDocumentId: String! - - """ContentDocument ID""" - contentDocument: SalesforceContentDocument! - - """Created Date""" - createdDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Is Owning Library""" - isOwner: Boolean! - - """Is Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Field that Accounts can be sorted by""" -enum SalesforceAccountSortByFieldEnum { - ID - IS_DELETED - MASTER_RECORD_ID - NAME - TYPE - PARENT_ID - BILLING_STREET - BILLING_CITY - BILLING_STATE - BILLING_POSTAL_CODE - BILLING_COUNTRY - BILLING_LATITUDE - BILLING_LONGITUDE - BILLING_GEOCODE_ACCURACY - SHIPPING_STREET - SHIPPING_CITY - SHIPPING_STATE - SHIPPING_POSTAL_CODE - SHIPPING_COUNTRY - SHIPPING_LATITUDE - SHIPPING_LONGITUDE - SHIPPING_GEOCODE_ACCURACY - PHONE - FAX - ACCOUNT_NUMBER - WEBSITE - PHOTO_URL - SIC - INDUSTRY - ANNUAL_REVENUE - NUMBER_OF_EMPLOYEES - OWNERSHIP - TICKER_SYMBOL - RATING - SITE - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_ACTIVITY_DATE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - JIGSAW - JIGSAW_COMPANY_ID - CLEAN_STATUS - ACCOUNT_SOURCE - DUNS_NUMBER - TRADESTYLE - NAICS_CODE - NAICS_DESC - YEAR_STARTED - SIC_DESC - DANDB_COMPANY_ID -} - -"""An edge in a connection.""" -type SalesforceAccountEdge { - """The item at the end of the edge.""" - node: SalesforceAccount! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Accounts connection, for use in pagination.""" -type SalesforceAccountsConnection { - """The count of all Account you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Accounts""" - nodes: [SalesforceAccount!]! - - """List of Account edges""" - edges: [SalesforceAccountEdge!]! -} - -"""D&B Company""" -type SalesforceDandBCompany implements OneGraphNode { - """D&B Company ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Primary Business Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """D-U-N-S Number""" - dunsNumber: String! - - """Street Address""" - street: String - - """City""" - city: String - - """State""" - state: String - - """Postal Code""" - postalCode: String - - """Country""" - country: String - - """Geocode Accuracy""" - geocodeAccuracyStandard: String - - """Primary Address""" - address: SalesforceAddress - - """Telephone Number""" - phone: String - - """Facsimile Number""" - fax: String - - """International Dialing Code""" - countryAccessCode: String - - """Ownership Type Indicator""" - publicIndicator: String - - """Ticker Symbol""" - stockSymbol: String - - """Stock Exchange""" - stockExchange: String - - """Annual Sales Volume""" - salesVolume: Float - - """URL""" - url: String - - """Out Of Business Indicator""" - outOfBusiness: String - - """Number of Employees - Total""" - employeesTotal: Float - - """FIPS MSA Code""" - fipsMsaCode: String - - """FIPS MSA Code Description""" - fipsMsaDesc: String - - """Primary Tradestyle""" - tradeStyle1: String - - """Year Started""" - yearStarted: String - - """Mailing Street Address""" - mailingStreet: String - - """Mailing City""" - mailingCity: String - - """Mailing State""" - mailingState: String - - """Mailing Postal Code""" - mailingPostalCode: String - - """Mailing Country""" - mailingCountry: String - - """Mailing Geocode Accuracy""" - mailingGeocodeAccuracy: String - - """Mailing Address""" - mailingAddress: SalesforceAddress - - """Latitude""" - latitude: String - - """Longitude""" - longitude: String - - """Primary SIC Code""" - primarySic: String - - """Primary SIC Description""" - primarySicDesc: String - - """Second SIC Code""" - secondSic: String - - """Second SIC Description""" - secondSicDesc: String - - """Third SIC Code""" - thirdSic: String - - """Third SIC Description""" - thirdSicDesc: String - - """Fourth SIC Code""" - fourthSic: String - - """Fourth SIC Description""" - fourthSicDesc: String - - """Fifth SIC Code""" - fifthSic: String - - """Fifth SIC Description""" - fifthSicDesc: String - - """Sixth SIC Code""" - sixthSic: String - - """Sixth SIC Description""" - sixthSicDesc: String - - """Primary NAICS Code""" - primaryNaics: String - - """Primary NAICS Description""" - primaryNaicsDesc: String - - """Second NAICS Code""" - secondNaics: String - - """Second NAICS Description""" - secondNaicsDesc: String - - """Third NAICS Code""" - thirdNaics: String - - """Third NAICS Description""" - thirdNaicsDesc: String - - """Fourth NAICS Code""" - fourthNaics: String - - """Fourth NAICS Description""" - fourthNaicsDesc: String - - """Fifth NAICS Code""" - fifthNaics: String - - """Fifth NAICS Description""" - fifthNaicsDesc: String - - """Sixth NAICS Code""" - sixthNaics: String - - """Sixth NAICS Description""" - sixthNaicsDesc: String - - """Location Ownership Indicator""" - ownOrRent: String - - """Number of Employees - Location""" - employeesHere: Float - - """Number of Employees - Location Indicator""" - employeesHereReliability: String - - """Annual Sales Volume Indicator""" - salesVolumeReliability: String - - """Local Currency Code""" - currencyCode: String - - """Legal Structure""" - legalStatus: String - - """Number of Employees - Global""" - globalUltimateTotalEmployees: Float - - """Number of Employees - Total Indicator""" - employeesTotalReliability: String - - """Minority-Owned Indicator""" - minorityOwned: String - - """Woman-Owned Indicator""" - womenOwned: String - - """Small Business Indicator""" - smallBusiness: String - - """Marketing Segmentation Cluster""" - marketingSegmentationCluster: String - - """Import/Export""" - importExportAgent: String - - """Subsidiary Indicator""" - subsidiary: String - - """Second Tradestyle""" - tradeStyle2: String - - """Third Tradestyle""" - tradeStyle3: String - - """Fourth Tradestyle""" - tradeStyle4: String - - """Fifth Tradestyle""" - tradeStyle5: String - - """National Identification Number""" - nationalId: String - - """National Identification System""" - nationalIdType: String - - """US Tax ID Number""" - usTaxId: String - - """Geocode Accuracy""" - geoCodeAccuracy: String - - """Number of Business Family Members""" - familyMembers: Int - - """Delinquency Risk""" - marketingPreScreen: String - - """Global Ultimate D-U-N-S Number""" - globalUltimateDunsNumber: String - - """Global Ultimate Business Name""" - globalUltimateBusinessName: String - - """Parent Company D-U-N-S Number""" - parentOrHqDunsNumber: String - - """Parent Company Business Name""" - parentOrHqBusinessName: String - - """Domestic Ultimate D-U-N-S Number""" - domesticUltimateDunsNumber: String - - """Domestic Ultimate Business Name""" - domesticUltimateBusinessName: String - - """Location Type""" - locationStatus: String - - """Local Currency ISO Code""" - companyCurrencyIsoCode: String - - """Company Description""" - description: String - - """Fortune 1000 Rank""" - fortuneRank: Int - - """S&P 500""" - includedInSnP500: String - - """Location Size""" - premisesMeasure: Int - - """Location Size Accuracy""" - premisesMeasureReliability: String - - """Location Size Unit of Measure""" - premisesMeasureUnit: String - - """Employee Growth""" - employeeQuantityGrowthRate: Float - - """Annual Revenue Growth""" - salesTurnoverGrowthRate: Float - - """Primary SIC8 Code""" - primarySic8: String - - """Primary SIC8 Description""" - primarySic8Desc: String - - """Second SIC8 Code""" - secondSic8: String - - """Second SIC8 Description """ - secondSic8Desc: String - - """Third SIC8 Code""" - thirdSic8: String - - """Third SIC8 Description""" - thirdSic8Desc: String - - """Fourth SIC8 Code""" - fourthSic8: String - - """Fourth SIC8 Description""" - fourthSic8Desc: String - - """Fifth SIC8 Code""" - fifthSic8: String - - """Fifth SIC8 Description""" - fifthSic8Desc: String - - """Sixth SIC8 Code""" - sixthSic8: String - - """Sixth SIC8 Description""" - sixthSic8Desc: String - - """Prior Year Number of Employees - Total""" - priorYearEmployees: Int - - """Prior Year Revenue""" - priorYearRevenue: Float - - """Collection of Salesforce Account""" - accounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Accounts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Lead""" - leads( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Leads to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against DataAssessmentValueMetric object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDataAssessmentValueMetricConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """ - Filter by the DataAssessmentValueMetric's dataAssessmentFieldMetric relation. - """ - dataAssessmentFieldMetric: SalesforceDataAssessmentFieldMetricConnectionFilter - - """Filter by the DataAssessmentValueMetric's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DataAssessmentValueMetric's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DataAssessmentValueMetric's id field""" - id: SalesforceIdFilter - - """Filter by the DataAssessmentValueMetric's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DataAssessmentValueMetric's name field""" - name: SalesforceStringFilter - - """Filter by the DataAssessmentValueMetric's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DataAssessmentValueMetric's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DataAssessmentValueMetric's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DataAssessmentValueMetric's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DataAssessmentValueMetric's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """ - Filter by the DataAssessmentValueMetric's dataAssessmentFieldMetricId field - """ - dataAssessmentFieldMetricId: SalesforceIdFilter - - """Filter by the DataAssessmentValueMetric's fieldValue field""" - fieldValue: SalesforceStringFilter - - """Filter by the DataAssessmentValueMetric's valueCount field""" - valueCount: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDataAssessmentValueMetricConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDataAssessmentValueMetricConnectionFilter!] -} - -"""Field that Data Assessment Field Value Metrics can be sorted by""" -enum SalesforceDataAssessmentValueMetricSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DATA_ASSESSMENT_FIELD_METRIC_ID - FIELD_VALUE - VALUE_COUNT -} - -"""An edge in a connection.""" -type SalesforceDataAssessmentValueMetricEdge { - """The item at the end of the edge.""" - node: SalesforceDataAssessmentValueMetric! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Data Assessment Field Value Metrics connection, for use in pagination. -""" -type SalesforceDataAssessmentValueMetricsConnection { - """ - The count of all Data Assessment Field Value Metric you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Data Assessment Field Value Metrics""" - nodes: [SalesforceDataAssessmentValueMetric!]! - - """List of Data Assessment Field Value Metric edges""" - edges: [SalesforceDataAssessmentValueMetricEdge!]! -} - -""" -A filter to be used against DataAssessmentMetric object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDataAssessmentMetricConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DataAssessmentMetric's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DataAssessmentMetric's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DataAssessmentMetric's id field""" - id: SalesforceIdFilter - - """Filter by the DataAssessmentMetric's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DataAssessmentMetric's name field""" - name: SalesforceStringFilter - - """Filter by the DataAssessmentMetric's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DataAssessmentMetric's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DataAssessmentMetric's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DataAssessmentMetric's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DataAssessmentMetric's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DataAssessmentMetric's numTotal field""" - numTotal: SalesforceIntFilter - - """Filter by the DataAssessmentMetric's numProcessed field""" - numProcessed: SalesforceIntFilter - - """Filter by the DataAssessmentMetric's numMatched field""" - numMatched: SalesforceIntFilter - - """Filter by the DataAssessmentMetric's numMatchedDifferent field""" - numMatchedDifferent: SalesforceIntFilter - - """Filter by the DataAssessmentMetric's numUnmatched field""" - numUnmatched: SalesforceIntFilter - - """Filter by the DataAssessmentMetric's numDuplicates field""" - numDuplicates: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDataAssessmentMetricConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDataAssessmentMetricConnectionFilter!] -} - -""" -A filter to be used against DataAssessmentFieldMetric object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDataAssessmentFieldMetricConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """ - Filter by the DataAssessmentFieldMetric's dataAssessmentMetric relation. - """ - dataAssessmentMetric: SalesforceDataAssessmentMetricConnectionFilter - - """Filter by the DataAssessmentFieldMetric's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DataAssessmentFieldMetric's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DataAssessmentFieldMetric's id field""" - id: SalesforceIdFilter - - """Filter by the DataAssessmentFieldMetric's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DataAssessmentFieldMetric's name field""" - name: SalesforceStringFilter - - """Filter by the DataAssessmentFieldMetric's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DataAssessmentFieldMetric's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DataAssessmentFieldMetric's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DataAssessmentFieldMetric's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DataAssessmentFieldMetric's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DataAssessmentFieldMetric's dataAssessmentMetricId field""" - dataAssessmentMetricId: SalesforceIdFilter - - """Filter by the DataAssessmentFieldMetric's fieldName field""" - fieldName: SalesforceStringFilter - - """Filter by the DataAssessmentFieldMetric's numMatchedInSync field""" - numMatchedInSync: SalesforceIntFilter - - """Filter by the DataAssessmentFieldMetric's numMatchedDifferent field""" - numMatchedDifferent: SalesforceIntFilter - - """Filter by the DataAssessmentFieldMetric's numMatchedBlanks field""" - numMatchedBlanks: SalesforceIntFilter - - """Filter by the DataAssessmentFieldMetric's numUnmatchedBlanks field""" - numUnmatchedBlanks: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDataAssessmentFieldMetricConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDataAssessmentFieldMetricConnectionFilter!] -} - -"""Field that Data Assessment Field Metrics can be sorted by""" -enum SalesforceDataAssessmentFieldMetricSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DATA_ASSESSMENT_METRIC_ID - FIELD_NAME - NUM_MATCHED_IN_SYNC - NUM_MATCHED_DIFFERENT - NUM_MATCHED_BLANKS - NUM_UNMATCHED_BLANKS -} - -"""An edge in a connection.""" -type SalesforceDataAssessmentFieldMetricEdge { - """The item at the end of the edge.""" - node: SalesforceDataAssessmentFieldMetric! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce Data Assessment Field Metrics connection, for use in pagination. -""" -type SalesforceDataAssessmentFieldMetricsConnection { - """ - The count of all Data Assessment Field Metric you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Data Assessment Field Metrics""" - nodes: [SalesforceDataAssessmentFieldMetric!]! - - """List of Data Assessment Field Metric edges""" - edges: [SalesforceDataAssessmentFieldMetricEdge!]! -} - -"""Data Assessment Metric""" -type SalesforceDataAssessmentMetric implements OneGraphNode { - """Data Assessment Metric ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Data Assessment Metric""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Total Number of Records to access""" - numTotal: Int - - """Number of Processed Records""" - numProcessed: Int - - """Number of Matched Records""" - numMatched: Int - - """Number of Matched Records with different field values""" - numMatchedDifferent: Int - - """Number of Unmatched Records""" - numUnmatched: Int - - """Number of Duplicates""" - numDuplicates: Int - - """Collection of Salesforce DataAssessmentFieldMetric""" - dataAssessmentMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentFieldMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDataAssessmentFieldMetricSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentFieldMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DataAssessmentFieldMetrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentFieldMetricsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Data Assessment Field Metric""" -type SalesforceDataAssessmentFieldMetric implements OneGraphNode { - """Data Assessment Field Metric ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Data Assessment Field Metric""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Data Assessment Metric ID""" - dataAssessmentMetricId: String! - - """Data Assessment Metric ID""" - dataAssessmentMetric: SalesforceDataAssessmentMetric! - - """Field Name""" - fieldName: String - - """ - Number of Matched Records that have the same value for this field as Data.com - """ - numMatchedInSync: Int - - """ - Number of Matched Records that have different value for this field than Data.com - """ - numMatchedDifferent: Int - - """Number of Matched Records that have blanks for this field""" - numMatchedBlanks: Int - - """Number of Unmatched Records that have blanks for this field""" - numUnmatchedBlanks: Int - - """Collection of Salesforce DataAssessmentValueMetric""" - dataAssessmentValueMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentValueMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDataAssessmentValueMetricSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentValueMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DataAssessmentValueMetrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentValueMetricsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Data Assessment Field Value Metric""" -type SalesforceDataAssessmentValueMetric implements OneGraphNode { - """Data Assessment Field Value Metric ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Data Assessment Field Value Metric""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Data Assessment Field Metric ID""" - dataAssessmentFieldMetricId: String! - - """Data Assessment Field Metric ID""" - dataAssessmentFieldMetric: SalesforceDataAssessmentFieldMetric! - - """Field Value""" - fieldValue: String - - """Number of times this value appears in this field""" - valueCount: Int - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against DatacloudPurchaseUsage object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDatacloudPurchaseUsageConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DatacloudPurchaseUsage's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the DatacloudPurchaseUsage's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DatacloudPurchaseUsage's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DatacloudPurchaseUsage's id field""" - id: SalesforceIdFilter - - """Filter by the DatacloudPurchaseUsage's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DatacloudPurchaseUsage's name field""" - name: SalesforceStringFilter - - """Filter by the DatacloudPurchaseUsage's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DatacloudPurchaseUsage's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DatacloudPurchaseUsage's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DatacloudPurchaseUsage's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DatacloudPurchaseUsage's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DatacloudPurchaseUsage's userId field""" - userId: SalesforceIdFilter - - """Filter by the DatacloudPurchaseUsage's userType field""" - userType: SalesforceStringFilter - - """Filter by the DatacloudPurchaseUsage's purchaseType field""" - purchaseType: SalesforceStringFilter - - """Filter by the DatacloudPurchaseUsage's datacloudEntityType field""" - datacloudEntityType: SalesforceStringFilter - - """Filter by the DatacloudPurchaseUsage's usage field""" - usage: SalesforceFloatFilter - - """Filter by the DatacloudPurchaseUsage's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDatacloudPurchaseUsageConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDatacloudPurchaseUsageConnectionFilter!] -} - -""" -A filter to be used against DatacloudOwnedEntity object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDatacloudOwnedEntityConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DatacloudOwnedEntity's purchaseUsage relation.""" - purchaseUsage: SalesforceDatacloudPurchaseUsageConnectionFilter - - """Filter by the DatacloudOwnedEntity's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the DatacloudOwnedEntity's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DatacloudOwnedEntity's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DatacloudOwnedEntity's id field""" - id: SalesforceIdFilter - - """Filter by the DatacloudOwnedEntity's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DatacloudOwnedEntity's name field""" - name: SalesforceStringFilter - - """Filter by the DatacloudOwnedEntity's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DatacloudOwnedEntity's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DatacloudOwnedEntity's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DatacloudOwnedEntity's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DatacloudOwnedEntity's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DatacloudOwnedEntity's dataDotComKey field""" - dataDotComKey: SalesforceStringFilter - - """Filter by the DatacloudOwnedEntity's datacloudEntityType field""" - datacloudEntityType: SalesforceStringFilter - - """Filter by the DatacloudOwnedEntity's userId field""" - userId: SalesforceIdFilter - - """Filter by the DatacloudOwnedEntity's purchaseUsageId field""" - purchaseUsageId: SalesforceIdFilter - - """Filter by the DatacloudOwnedEntity's purchaseType field""" - purchaseType: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDatacloudOwnedEntityConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDatacloudOwnedEntityConnectionFilter!] -} - -"""Field that Data.com Owned Entities can be sorted by""" -enum SalesforceDatacloudOwnedEntitySortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DATA_DOT_COM_KEY - DATACLOUD_ENTITY_TYPE - USER_ID - PURCHASE_USAGE_ID - PURCHASE_TYPE -} - -"""An edge in a connection.""" -type SalesforceDatacloudOwnedEntityEdge { - """The item at the end of the edge.""" - node: SalesforceDatacloudOwnedEntity! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Data.com Owned Entity""" -type SalesforceDatacloudOwnedEntity implements OneGraphNode { - """Data.com Owned Entity ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Description""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Data.com key""" - dataDotComKey: String! - - """Data.com Object Type""" - datacloudEntityType: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Data.com Usage ID""" - purchaseUsageId: String - - """Data.com Usage ID""" - purchaseUsage: SalesforceDatacloudPurchaseUsage - - """Data.com Purchase Type""" - purchaseType: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Data.com Owned Entities connection, for use in pagination.""" -type SalesforceDatacloudOwnedEntitysConnection { - """ - The count of all Data.com Owned Entity you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Data.com Owned Entities""" - nodes: [SalesforceDatacloudOwnedEntity!]! - - """List of Data.com Owned Entity edges""" - edges: [SalesforceDatacloudOwnedEntityEdge!]! -} - -"""Data.com Usage""" -type SalesforceDatacloudPurchaseUsage implements OneGraphNode { - """Data.com Usage ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Sequence ID""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Data.com Usage Type""" - userType: String! - - """Data.com Purchase Type""" - purchaseType: String! - - """Data.com Object Type""" - datacloudEntityType: String! - - """Purchase Count""" - usage: Float! - - """Description""" - description: String - - """Collection of Salesforce DatacloudOwnedEntity""" - datacloudOwnedEntities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDatacloudOwnedEntityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDatacloudOwnedEntitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDatacloudOwnedEntitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DatacloudOwnedEntities to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDatacloudOwnedEntitysConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""FileSearchActivity""" -type SalesforceFileSearchActivity implements OneGraphNode { - """Search Activity Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Search Activity Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Search Term""" - searchTerm: String! - - """Search Date""" - queryDate: String! - - """Number of Searches""" - countQueries: Int! - - """Number of Users""" - countUsers: Int! - - """Average Number of Results""" - avgNumResults: Float! - - """Duration""" - period: String! - - """Language""" - queryLanguage: String! - - """Average Click Rank""" - clickRank: Float - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Field that Idea Comments can be sorted by""" -enum SalesforceIdeaCommentSortByFieldEnum { - ID - IDEA_ID - COMMUNITY_ID - COMMENT_BODY - CREATED_BY_ID - CREATED_DATE - SYSTEM_MODSTAMP - IS_DELETED - IS_HTML - CREATOR_FULL_PHOTO_URL - CREATOR_SMALL_PHOTO_URL - CREATOR_NAME - UP_VOTES -} - -"""An edge in a connection.""" -type SalesforceIdeaCommentEdge { - """The item at the end of the edge.""" - node: SalesforceIdeaComment! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against Vote object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceVoteConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Vote's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Vote's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Vote's id field""" - id: SalesforceIdFilter - - """Filter by the Vote's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Vote's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Vote's type field""" - type: SalesforceStringFilter - - """Filter by the Vote's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Vote's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Vote's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Vote's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Vote's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceVoteConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceVoteConnectionFilter!] -} - -"""Field that Votes can be sorted by""" -enum SalesforceVoteSortByFieldEnum { - ID - IS_DELETED - PARENT_ID - TYPE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceVoteEdge { - """The item at the end of the edge.""" - node: SalesforceVote! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceVoteParentUnion = SalesforceSolution | SalesforceIdeaComment | SalesforceIdea - -"""Vote""" -type SalesforceVote implements OneGraphNode { - """Vote ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceVoteParentUnion! - - """Vote Type""" - type: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Votes connection, for use in pagination.""" -type SalesforceVotesConnection { - """The count of all Vote you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Votes""" - nodes: [SalesforceVote!]! - - """List of Vote edges""" - edges: [SalesforceVoteEdge!]! -} - -"""Idea Comment""" -type SalesforceIdeaComment implements OneGraphNode { - """Idea Comment ID""" - id: String! - - """Idea ID""" - ideaId: String! - - """Idea ID""" - idea: SalesforceIdea! - - """Zone ID""" - communityId: String - - """Zone ID""" - community: SalesforceCommunity - - """Comment Body""" - commentBody: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """IsHtml""" - isHtml: Boolean! - - """Url of Creator's Profile Photo""" - creatorFullPhotoUrl: String - - """Url of Creator's Thumbnail Photo""" - creatorSmallPhotoUrl: String - - """Name of Creator""" - creatorName: String - - """Up Votes""" - upVotes: Int - - """Collection of Salesforce Idea""" - ideas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdeaSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Ideas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeasConnection - - """Collection of Salesforce Vote""" - votes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Votes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Idea Comments connection, for use in pagination.""" -type SalesforceIdeaCommentsConnection { - """The count of all Idea Comment you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Idea Comments""" - nodes: [SalesforceIdeaComment!]! - - """List of Idea Comment edges""" - edges: [SalesforceIdeaCommentEdge!]! -} - -""" -A filter to be used against IdeaComment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceIdeaCommentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the IdeaComment's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the IdeaComment's community relation.""" - community: SalesforceCommunityConnectionFilter - - """Filter by the IdeaComment's idea relation.""" - idea: SalesforceIdeaConnectionFilter - - """Filter by the IdeaComment's id field""" - id: SalesforceIdFilter - - """Filter by the IdeaComment's ideaId field""" - ideaId: SalesforceIdFilter - - """Filter by the IdeaComment's communityId field""" - communityId: SalesforceIdFilter - - """Filter by the IdeaComment's commentBody field""" - commentBody: SalesforceStringFilter - - """Filter by the IdeaComment's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the IdeaComment's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the IdeaComment's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the IdeaComment's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the IdeaComment's isHtml field""" - isHtml: SalesforceBooleanFilter - - """Filter by the IdeaComment's creatorFullPhotoUrl field""" - creatorFullPhotoUrl: SalesforceStringFilter - - """Filter by the IdeaComment's creatorSmallPhotoUrl field""" - creatorSmallPhotoUrl: SalesforceStringFilter - - """Filter by the IdeaComment's creatorName field""" - creatorName: SalesforceStringFilter - - """Filter by the IdeaComment's upVotes field""" - upVotes: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceIdeaCommentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceIdeaCommentConnectionFilter!] -} - -""" -A filter to be used against Community object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCommunityConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Community's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Community's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Community's id field""" - id: SalesforceIdFilter - - """Filter by the Community's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Community's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Community's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Community's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Community's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Community's name field""" - name: SalesforceStringFilter - - """Filter by the Community's description field""" - description: SalesforceStringFilter - - """Filter by the Community's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the Community's isPublished field""" - isPublished: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCommunityConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCommunityConnectionFilter!] -} - -""" -A filter to be used against Idea object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceIdeaConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Idea's parentIdea relation.""" - parentIdea: SalesforceIdeaConnectionFilter - - """Filter by the Idea's lastComment relation.""" - lastComment: SalesforceIdeaCommentConnectionFilter - - """Filter by the Idea's community relation.""" - community: SalesforceCommunityConnectionFilter - - """Filter by the Idea's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Idea's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Idea's recordType relation.""" - recordType: SalesforceRecordTypeConnectionFilter - - """Filter by the Idea's id field""" - id: SalesforceIdFilter - - """Filter by the Idea's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Idea's title field""" - title: SalesforceStringFilter - - """Filter by the Idea's recordTypeId field""" - recordTypeId: SalesforceIdFilter - - """Filter by the Idea's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Idea's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Idea's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Idea's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Idea's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Idea's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Idea's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Idea's communityId field""" - communityId: SalesforceIdFilter - - """Filter by the Idea's numComments field""" - numComments: SalesforceIntFilter - - """Filter by the Idea's voteScore field""" - voteScore: SalesforceFloatFilter - - """Filter by the Idea's voteTotal field""" - voteTotal: SalesforceFloatFilter - - """Filter by the Idea's status field""" - status: SalesforceStringFilter - - """Filter by the Idea's lastCommentDate field""" - lastCommentDate: SalesforceDateTimeFilter - - """Filter by the Idea's lastCommentId field""" - lastCommentId: SalesforceIdFilter - - """Filter by the Idea's parentIdeaId field""" - parentIdeaId: SalesforceIdFilter - - """Filter by the Idea's isHtml field""" - isHtml: SalesforceBooleanFilter - - """Filter by the Idea's isMerged field""" - isMerged: SalesforceBooleanFilter - - """Filter by the Idea's creatorFullPhotoUrl field""" - creatorFullPhotoUrl: SalesforceStringFilter - - """Filter by the Idea's creatorSmallPhotoUrl field""" - creatorSmallPhotoUrl: SalesforceStringFilter - - """Filter by the Idea's creatorName field""" - creatorName: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceIdeaConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceIdeaConnectionFilter!] -} - -"""Field that Ideas can be sorted by""" -enum SalesforceIdeaSortByFieldEnum { - ID - IS_DELETED - TITLE - RECORD_TYPE_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - COMMUNITY_ID - NUM_COMMENTS - VOTE_SCORE - VOTE_TOTAL - STATUS - LAST_COMMENT_DATE - LAST_COMMENT_ID - PARENT_IDEA_ID - IS_HTML - IS_MERGED - CREATOR_FULL_PHOTO_URL - CREATOR_SMALL_PHOTO_URL - CREATOR_NAME -} - -"""An edge in a connection.""" -type SalesforceIdeaEdge { - """The item at the end of the edge.""" - node: SalesforceIdea! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Ideas connection, for use in pagination.""" -type SalesforceIdeasConnection { - """The count of all Idea you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Ideas""" - nodes: [SalesforceIdea!]! - - """List of Idea edges""" - edges: [SalesforceIdeaEdge!]! -} - -"""Zone""" -type SalesforceCommunity implements OneGraphNode { - """Zone ID""" - id: String! - - """System Modstamp""" - systemModstamp: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Name""" - name: String! - - """Description""" - description: String - - """Active""" - isActive: Boolean! - - """Show In Portal""" - isPublished: Boolean! - - """Collection of Salesforce Idea""" - ideas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdeaSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Ideas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeasConnection - - """Collection of Salesforce IdeaComment""" - ideaComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdeaCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of IdeaComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeaCommentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Idea""" -type SalesforceIdea implements OneGraphNode { - """Idea ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Title""" - title: String! - - """Record Type ID""" - recordTypeId: String - - """Record Type ID""" - recordType: SalesforceRecordType - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Zone ID""" - communityId: String! - - """Zone ID""" - community: SalesforceCommunity! - - """Idea Body""" - body: String - - """Number of Comments""" - numComments: Int - - """Vote Score""" - voteScore: Float - - """Vote Total""" - voteTotal: Float - - """Categories""" - categories: String - - """Status""" - status: String - - """Last Idea Comment Date""" - lastCommentDate: String - - """Idea Comment ID""" - lastCommentId: String - - """Idea Comment ID""" - lastComment: SalesforceIdeaComment - - """Idea ID""" - parentIdeaId: String - - """Idea ID""" - parentIdea: SalesforceIdea - - """IsHtml""" - isHtml: Boolean! - - """Is Merged""" - isMerged: Boolean! - - """Url of Creator's Profile Photo""" - creatorFullPhotoUrl: String - - """Url of Creator's Thumbnail Photo""" - creatorSmallPhotoUrl: String - - """Name of Creator""" - creatorName: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Idea""" - ideas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdeaSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Ideas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeasConnection - - """Collection of Salesforce IdeaComment""" - comments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdeaCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of IdeaComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeaCommentsConnection - - """Collection of Salesforce Vote""" - votes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Votes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Lead Clean Info""" -type SalesforceLeadCleanInfo implements OneGraphNode { - """Lead Clean Info ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Lead Clean Info Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Lead ID""" - leadId: String! - - """Lead ID""" - lead: SalesforceLead! - - """Last Matched Date""" - lastMatchedDate: String! - - """Last Status Changed Date""" - lastStatusChangedDate: String - - """User ID""" - lastStatusChangedById: String - - """User ID""" - lastStatusChangedBy: SalesforceUser - - """Contact Status in Salesforce""" - isInactive: Boolean! - - """First Name""" - firstName: String - - """Last Name""" - lastName: String - - """Email""" - email: String - - """Phone""" - phone: String - - """Street""" - street: String - - """City""" - city: String - - """State""" - state: String - - """Zip""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Address""" - address: SalesforceAddress - - """Title""" - title: String - - """Annual Revenue""" - annualRevenue: Float - - """Number of Employees""" - numberOfEmployees: Int - - """Industry""" - industry: String - - """Company Name""" - companyName: String - - """Company D-U-N-S Number""" - companyDunsNumber: String - - """Contact Status per Data.com""" - contactStatusDataDotCom: String - - """Name is Reviewed""" - isReviewedName: Boolean! - - """Email is Reviewed""" - isReviewedEmail: Boolean! - - """Phone is Reviewed""" - isReviewedPhone: Boolean! - - """Address is Reviewed""" - isReviewedAddress: Boolean! - - """Title is Reviewed""" - isReviewedTitle: Boolean! - - """Annual Revenue is Reviewed""" - isReviewedAnnualRevenue: Boolean! - - """Number of Employees is Reviewed""" - isReviewedNumberOfEmployees: Boolean! - - """Industry is Reviewed""" - isReviewedIndustry: Boolean! - - """Company Name is Reviewed""" - isReviewedCompanyName: Boolean! - - """Company D-U-N-S Number is Reviewed""" - isReviewedCompanyDunsNumber: Boolean! - - """D&B Company D-U-N-S Number is Reviewed""" - isReviewedDandBCompanyDunsNumber: Boolean! - - """First Name is Different""" - isDifferentFirstName: Boolean! - - """Last Name is Different""" - isDifferentLastName: Boolean! - - """Email is Different""" - isDifferentEmail: Boolean! - - """Phone is Different""" - isDifferentPhone: Boolean! - - """Street is Different""" - isDifferentStreet: Boolean! - - """City is Different""" - isDifferentCity: Boolean! - - """State is Different""" - isDifferentState: Boolean! - - """ZIP is Different""" - isDifferentPostalCode: Boolean! - - """Country is Different""" - isDifferentCountry: Boolean! - - """Title is Different""" - isDifferentTitle: Boolean! - - """Annual Revenue is Different""" - isDifferentAnnualRevenue: Boolean! - - """Number of Employees is Different""" - isDifferentNumberOfEmployees: Boolean! - - """Industry is Different""" - isDifferentIndustry: Boolean! - - """Company Name is Different""" - isDifferentCompanyName: Boolean! - - """Company D-U-N-S Number is Different""" - isDifferentCompanyDunsNumber: Boolean! - - """D&B Company D-U-N-S Number is Different""" - isDifferentDandBCompanyDunsNumber: Boolean! - - """State Code is Different""" - isDifferentStateCode: Boolean! - - """Country Code is Different""" - isDifferentCountryCode: Boolean! - - """Cleaned by Job""" - cleanedByJob: Boolean! - - """Cleaned by User""" - cleanedByUser: Boolean! - - """D&B Company D-U-N-S Number""" - dandBCompanyDunsNumber: String - - """Data.com Company ID""" - dataDotComCompanyId: String - - """Name is Flagged Wrong""" - isFlaggedWrongName: Boolean! - - """Email is Flagged Wrong""" - isFlaggedWrongEmail: Boolean! - - """Phone is Flagged Wrong""" - isFlaggedWrongPhone: Boolean! - - """Address is Flagged Wrong""" - isFlaggedWrongAddress: Boolean! - - """Title is Flagged Wrong""" - isFlaggedWrongTitle: Boolean! - - """Annual Revenue is Flagged Wrong""" - isFlaggedWrongAnnualRevenue: Boolean! - - """Number of Employees is Flagged Wrong""" - isFlaggedWrongNumberOfEmployees: Boolean! - - """Industry is Flagged Wrong""" - isFlaggedWrongIndustry: Boolean! - - """Company Name is Flagged Wrong""" - isFlaggedWrongCompanyName: Boolean! - - """Company D-U-N-S Number is Flagged Wrong""" - isFlaggedWrongCompanyDunsNumber: Boolean! - - """Data.com ID""" - dataDotComId: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against MacroInstruction object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceMacroInstructionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the MacroInstruction's macro relation.""" - macro: SalesforceMacroConnectionFilter - - """Filter by the MacroInstruction's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the MacroInstruction's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the MacroInstruction's id field""" - id: SalesforceIdFilter - - """Filter by the MacroInstruction's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the MacroInstruction's name field""" - name: SalesforceStringFilter - - """Filter by the MacroInstruction's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the MacroInstruction's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the MacroInstruction's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the MacroInstruction's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the MacroInstruction's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the MacroInstruction's macroId field""" - macroId: SalesforceIdFilter - - """Filter by the MacroInstruction's operation field""" - operation: SalesforceStringFilter - - """Filter by the MacroInstruction's target field""" - target: SalesforceStringFilter - - """Filter by the MacroInstruction's value field""" - value: SalesforceStringFilter - - """Filter by the MacroInstruction's valueRecord field""" - valueRecord: SalesforceStringFilter - - """Filter by the MacroInstruction's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceMacroInstructionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceMacroInstructionConnectionFilter!] -} - -"""Field that Macro Instructions can be sorted by""" -enum SalesforceMacroInstructionSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - MACRO_ID - OPERATION - TARGET - VALUE - VALUE_RECORD - SORT_ORDER -} - -"""An edge in a connection.""" -type SalesforceMacroInstructionEdge { - """The item at the end of the edge.""" - node: SalesforceMacroInstruction! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Macro Instructions connection, for use in pagination.""" -type SalesforceMacroInstructionsConnection { - """The count of all Macro Instruction you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Macro Instructions""" - nodes: [SalesforceMacroInstruction!]! - - """List of Macro Instruction edges""" - edges: [SalesforceMacroInstructionEdge!]! -} - -""" -A filter to be used against Macro object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceMacroConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Macro's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Macro's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Macro's id field""" - id: SalesforceIdFilter - - """Filter by the Macro's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Macro's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Macro's name field""" - name: SalesforceStringFilter - - """Filter by the Macro's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Macro's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Macro's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Macro's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Macro's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Macro's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Macro's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Macro's isAlohaSupported field""" - isAlohaSupported: SalesforceBooleanFilter - - """Filter by the Macro's isLightningSupported field""" - isLightningSupported: SalesforceBooleanFilter - - """Filter by the Macro's startingContext field""" - startingContext: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceMacroConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceMacroConnectionFilter!] -} - -""" -A filter to be used against MacroHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceMacroHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the MacroHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the MacroHistory's macro relation.""" - macro: SalesforceMacroConnectionFilter - - """Filter by the MacroHistory's id field""" - id: SalesforceIdFilter - - """Filter by the MacroHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the MacroHistory's macroId field""" - macroId: SalesforceIdFilter - - """Filter by the MacroHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the MacroHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the MacroHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceMacroHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceMacroHistoryConnectionFilter!] -} - -"""Field that Macro Histories can be sorted by""" -enum SalesforceMacroHistorySortByFieldEnum { - ID - IS_DELETED - MACRO_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceMacroHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceMacroHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Macro History""" -type SalesforceMacroHistory implements OneGraphNode { - """Macro History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Macro ID""" - macroId: String! - - """Macro ID""" - macro: SalesforceMacro! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Macro Histories connection, for use in pagination.""" -type SalesforceMacroHistorysConnection { - """The count of all Macro History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Macro Histories""" - nodes: [SalesforceMacroHistory!]! - - """List of Macro History edges""" - edges: [SalesforceMacroHistoryEdge!]! -} - -union SalesforceMacroOwnerUnion = SalesforceUser | SalesforceGroup - -"""Macro""" -type SalesforceMacro implements OneGraphNode { - """Macro ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceMacroOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Macro Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Description""" - description: String - - """Supports Classic""" - isAlohaSupported: Boolean! - - """Supports Lightning""" - isLightningSupported: Boolean! - - """Apply To""" - startingContext: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce MacroHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMacroHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MacroHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroHistorysConnection - - """Collection of Salesforce MacroInstruction""" - macroInstructions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroInstructionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMacroInstructionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroInstructionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MacroInstructions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroInstructionsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Macro Instruction""" -type SalesforceMacroInstruction implements OneGraphNode { - """Macro Instruction ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Macro Instruction Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Macro ID""" - macroId: String! - - """Macro ID""" - macro: SalesforceMacro! - - """Operation""" - operation: String! - - """Target""" - target: String - - """Value""" - value: String - - """Value Record ID""" - valueRecord: String - - """Sort Order""" - sortOrder: Int! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Push Topic""" -type SalesforcePushTopic implements OneGraphNode { - """Push Topic ID""" - id: String! - - """Topic Name""" - name: String! - - """SOQL Query""" - query: String! - - """API Version""" - apiVersion: Float! - - """Is Active""" - isActive: Boolean! - - """Notify For Fields""" - notifyForFields: String! - - """Notify For Operations""" - notifyForOperations: String! - - """Description""" - description: String - - """Create""" - notifyForOperationCreate: Boolean! - - """Update""" - notifyForOperationUpdate: Boolean! - - """Delete""" - notifyForOperationDelete: Boolean! - - """Undelete""" - notifyForOperationUndelete: Boolean! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against QuickText object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceQuickTextConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the QuickText's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the QuickText's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the QuickText's id field""" - id: SalesforceIdFilter - - """Filter by the QuickText's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the QuickText's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the QuickText's name field""" - name: SalesforceStringFilter - - """Filter by the QuickText's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the QuickText's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the QuickText's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the QuickText's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the QuickText's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the QuickText's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the QuickText's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the QuickText's category field""" - category: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceQuickTextConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceQuickTextConnectionFilter!] -} - -""" -A filter to be used against QuickTextHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceQuickTextHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the QuickTextHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the QuickTextHistory's quickText relation.""" - quickText: SalesforceQuickTextConnectionFilter - - """Filter by the QuickTextHistory's id field""" - id: SalesforceIdFilter - - """Filter by the QuickTextHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the QuickTextHistory's quickTextId field""" - quickTextId: SalesforceIdFilter - - """Filter by the QuickTextHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the QuickTextHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the QuickTextHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceQuickTextHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceQuickTextHistoryConnectionFilter!] -} - -"""Field that Quick Text Histories can be sorted by""" -enum SalesforceQuickTextHistorySortByFieldEnum { - ID - IS_DELETED - QUICK_TEXT_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceQuickTextHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceQuickTextHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Quick Text History""" -type SalesforceQuickTextHistory implements OneGraphNode { - """Quick Text History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Quick Text ID""" - quickTextId: String! - - """Quick Text ID""" - quickText: SalesforceQuickText! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Quick Text Histories connection, for use in pagination.""" -type SalesforceQuickTextHistorysConnection { - """The count of all Quick Text History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Quick Text Histories""" - nodes: [SalesforceQuickTextHistory!]! - - """List of Quick Text History edges""" - edges: [SalesforceQuickTextHistoryEdge!]! -} - -union SalesforceQuickTextOwnerUnion = SalesforceUser | SalesforceGroup - -"""Quick Text""" -type SalesforceQuickText implements OneGraphNode { - """Quick Text ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceQuickTextOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Quick Text Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Message""" - message: String! - - """Category""" - category: String - - """Channel""" - channel: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce QuickTextHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceQuickTextHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of QuickTextHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQuickTextHistorysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""SearchActivity""" -type SalesforceSearchActivity implements OneGraphNode { - """Search Activity Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Search Activity Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Search Term""" - searchTerm: String! - - """Search Date""" - queryDate: String! - - """Number of Searches""" - countQueries: Int! - - """Number of Users""" - countUsers: Int! - - """Number of Results""" - avgNumResults: Float! - - """Channel""" - kbChannel: String! - - """Duration""" - period: String! - - """Average Click Rank""" - clickRank: Float - - """Language""" - queryLanguage: String! - - """Clicked Article Title""" - clickedRecordName: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Promoted Search Term""" -type SalesforceSearchPromotionRule implements OneGraphNode { - """Promoted Term Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Term""" - query: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceTodayGoalOwnerUnion = SalesforceUser | SalesforceGroup - -"""Goal""" -type SalesforceTodayGoal implements OneGraphNode { - """Goal ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceTodayGoalOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Value""" - value: Float - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Last Used App""" -type SalesforceUserAppInfo implements OneGraphNode { - """Last Used App ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Form Factor""" - formFactor: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""User Provisioning Mock Target""" -type SalesforceUserProvMockTarget implements OneGraphNode { - """UserProvMockTarget ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """External Email""" - externalEmail: String - - """External First Name""" - externalFirstName: String - - """External Last Name""" - externalLastName: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against UserProvisioningLog object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserProvisioningLogConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserProvisioningLog's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningLog's userProvisioningRequest relation.""" - userProvisioningRequest: SalesforceUserProvisioningRequestConnectionFilter - - """Filter by the UserProvisioningLog's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningLog's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningLog's id field""" - id: SalesforceIdFilter - - """Filter by the UserProvisioningLog's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserProvisioningLog's name field""" - name: SalesforceStringFilter - - """Filter by the UserProvisioningLog's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningLog's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserProvisioningLog's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningLog's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserProvisioningLog's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserProvisioningLog's userProvisioningRequestId field""" - userProvisioningRequestId: SalesforceIdFilter - - """Filter by the UserProvisioningLog's externalUserId field""" - externalUserId: SalesforceStringFilter - - """Filter by the UserProvisioningLog's externalUsername field""" - externalUsername: SalesforceStringFilter - - """Filter by the UserProvisioningLog's userId field""" - userId: SalesforceIdFilter - - """Filter by the UserProvisioningLog's status field""" - status: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserProvisioningLogConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserProvisioningLogConnectionFilter!] -} - -"""Field that User Provisioning Logs can be sorted by""" -enum SalesforceUserProvisioningLogSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - USER_PROVISIONING_REQUEST_ID - EXTERNAL_USER_ID - EXTERNAL_USERNAME - USER_ID - STATUS -} - -"""An edge in a connection.""" -type SalesforceUserProvisioningLogEdge { - """The item at the end of the edge.""" - node: SalesforceUserProvisioningLog! - - """A cursor for use in pagination""" - cursor: String! -} - -"""User Provisioning Log""" -type SalesforceUserProvisioningLog implements OneGraphNode { - """UserProvisioningLog ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """UserProvisioningRequest ID""" - userProvisioningRequestId: String - - """UserProvisioningRequest ID""" - userProvisioningRequest: SalesforceUserProvisioningRequest - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """Status""" - status: String - - """Details""" - details: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce User Provisioning Logs connection, for use in pagination.""" -type SalesforceUserProvisioningLogsConnection { - """ - The count of all User Provisioning Log you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Provisioning Logs""" - nodes: [SalesforceUserProvisioningLog!]! - - """List of User Provisioning Log edges""" - edges: [SalesforceUserProvisioningLogEdge!]! -} - -"""An edge in a connection.""" -type SalesforceProcessInstanceEdge { - """The item at the end of the edge.""" - node: SalesforceProcessInstance! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against ProcessInstanceWorkitem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProcessInstanceWorkitemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ProcessInstanceWorkitem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ProcessInstanceWorkitem's processInstance relation.""" - processInstance: SalesforceProcessInstanceConnectionFilter - - """Filter by the ProcessInstanceWorkitem's id field""" - id: SalesforceIdFilter - - """Filter by the ProcessInstanceWorkitem's processInstanceId field""" - processInstanceId: SalesforceIdFilter - - """Filter by the ProcessInstanceWorkitem's originalActorId field""" - originalActorId: SalesforceIdFilter - - """Filter by the ProcessInstanceWorkitem's actorId field""" - actorId: SalesforceIdFilter - - """Filter by the ProcessInstanceWorkitem's elapsedTimeInDays field""" - elapsedTimeInDays: SalesforceFloatFilter - - """Filter by the ProcessInstanceWorkitem's elapsedTimeInHours field""" - elapsedTimeInHours: SalesforceFloatFilter - - """Filter by the ProcessInstanceWorkitem's elapsedTimeInMinutes field""" - elapsedTimeInMinutes: SalesforceFloatFilter - - """Filter by the ProcessInstanceWorkitem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ProcessInstanceWorkitem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstanceWorkitem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ProcessInstanceWorkitem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProcessInstanceWorkitemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProcessInstanceWorkitemConnectionFilter!] -} - -"""Field that Approval Requests can be sorted by""" -enum SalesforceProcessInstanceWorkitemSortByFieldEnum { - ID - PROCESS_INSTANCE_ID - ORIGINAL_ACTOR_ID - ACTOR_ID - ELAPSED_TIME_IN_DAYS - ELAPSED_TIME_IN_HOURS - ELAPSED_TIME_IN_MINUTES - IS_DELETED - CREATED_DATE - CREATED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceProcessInstanceWorkitemEdge { - """The item at the end of the edge.""" - node: SalesforceProcessInstanceWorkitem! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceProcessInstanceWorkitemActorUnion = SalesforceUser | SalesforceGroup - -union SalesforceProcessInstanceWorkitemOriginalActorUnion = SalesforceUser | SalesforceGroup - -"""Approval Request""" -type SalesforceProcessInstanceWorkitem implements OneGraphNode { - """Process Instance Workitem ID""" - id: String! - - """Process Instance ID""" - processInstanceId: String! - - """Process Instance ID""" - processInstance: SalesforceProcessInstance! - - """Original Actor ID""" - originalActorId: String! - - """Original Actor ID""" - originalActor: SalesforceProcessInstanceWorkitemOriginalActorUnion! - - """Actor ID""" - actorId: String! - - """Actor ID""" - actor: SalesforceProcessInstanceWorkitemActorUnion! - - """Elapsed Time in Days""" - elapsedTimeInDays: Float - - """Elapsed Time in Hours""" - elapsedTimeInHours: Float - - """Elapsed Time in Minutes""" - elapsedTimeInMinutes: Float - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Approval Requests connection, for use in pagination.""" -type SalesforceProcessInstanceWorkitemsConnection { - """The count of all Approval Request you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Approval Requests""" - nodes: [SalesforceProcessInstanceWorkitem!]! - - """List of Approval Request edges""" - edges: [SalesforceProcessInstanceWorkitemEdge!]! -} - -""" -A filter to be used against DuplicateRecordItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDuplicateRecordItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DuplicateRecordItem's duplicateRecordSet relation.""" - duplicateRecordSet: SalesforceDuplicateRecordSetConnectionFilter - - """Filter by the DuplicateRecordItem's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DuplicateRecordItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DuplicateRecordItem's id field""" - id: SalesforceIdFilter - - """Filter by the DuplicateRecordItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DuplicateRecordItem's name field""" - name: SalesforceStringFilter - - """Filter by the DuplicateRecordItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DuplicateRecordItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordItem's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DuplicateRecordItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordItem's duplicateRecordSetId field""" - duplicateRecordSetId: SalesforceIdFilter - - """Filter by the DuplicateRecordItem's recordId field""" - recordId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDuplicateRecordItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDuplicateRecordItemConnectionFilter!] -} - -"""Field that Duplicate Record Items can be sorted by""" -enum SalesforceDuplicateRecordItemSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DUPLICATE_RECORD_SET_ID - RECORD_ID -} - -"""An edge in a connection.""" -type SalesforceDuplicateRecordItemEdge { - """The item at the end of the edge.""" - node: SalesforceDuplicateRecordItem! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceDuplicateRecordItemRecordUnion = SalesforceLead | SalesforceContact | SalesforceAccount - -"""Duplicate Record Item""" -type SalesforceDuplicateRecordItem implements OneGraphNode { - """Duplicate Record Item ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Duplicate Record Item Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Duplicate Record Set ID""" - duplicateRecordSetId: String! - - """Duplicate Record Set ID""" - duplicateRecordSet: SalesforceDuplicateRecordSet! - - """Record ID""" - recordId: String! - - """Record ID""" - record: SalesforceDuplicateRecordItemRecordUnion! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Duplicate Record Items connection, for use in pagination.""" -type SalesforceDuplicateRecordItemsConnection { - """ - The count of all Duplicate Record Item you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Duplicate Record Items""" - nodes: [SalesforceDuplicateRecordItem!]! - - """List of Duplicate Record Item edges""" - edges: [SalesforceDuplicateRecordItemEdge!]! -} - -""" -A filter to be used against DuplicateRule object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDuplicateRuleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DuplicateRule's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DuplicateRule's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DuplicateRule's id field""" - id: SalesforceIdFilter - - """Filter by the DuplicateRule's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DuplicateRule's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the DuplicateRule's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the DuplicateRule's language field""" - language: SalesforceStringFilter - - """Filter by the DuplicateRule's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the DuplicateRule's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the DuplicateRule's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRule's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DuplicateRule's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRule's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DuplicateRule's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DuplicateRule's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the DuplicateRule's sobjectSubtype field""" - sobjectSubtype: SalesforceStringFilter - - """Filter by the DuplicateRule's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDuplicateRuleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDuplicateRuleConnectionFilter!] -} - -""" -A filter to be used against DuplicateRecordSet object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDuplicateRecordSetConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DuplicateRecordSet's duplicateRule relation.""" - duplicateRule: SalesforceDuplicateRuleConnectionFilter - - """Filter by the DuplicateRecordSet's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DuplicateRecordSet's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DuplicateRecordSet's id field""" - id: SalesforceIdFilter - - """Filter by the DuplicateRecordSet's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DuplicateRecordSet's name field""" - name: SalesforceStringFilter - - """Filter by the DuplicateRecordSet's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordSet's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DuplicateRecordSet's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordSet's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DuplicateRecordSet's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordSet's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordSet's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the DuplicateRecordSet's duplicateRuleId field""" - duplicateRuleId: SalesforceIdFilter - - """Filter by the DuplicateRecordSet's recordCount field""" - recordCount: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDuplicateRecordSetConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDuplicateRecordSetConnectionFilter!] -} - -"""Field that Duplicate Record Sets can be sorted by""" -enum SalesforceDuplicateRecordSetSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - DUPLICATE_RULE_ID - RECORD_COUNT -} - -"""An edge in a connection.""" -type SalesforceDuplicateRecordSetEdge { - """The item at the end of the edge.""" - node: SalesforceDuplicateRecordSet! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Duplicate Record Sets connection, for use in pagination.""" -type SalesforceDuplicateRecordSetsConnection { - """ - The count of all Duplicate Record Set you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Duplicate Record Sets""" - nodes: [SalesforceDuplicateRecordSet!]! - - """List of Duplicate Record Set edges""" - edges: [SalesforceDuplicateRecordSetEdge!]! -} - -"""Duplicate Rule""" -type SalesforceDuplicateRule implements OneGraphNode { - """Duplicate Rule ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Custom Object Definition ID""" - sobjectType: String! - - """Object Name""" - developerName: String! - - """Master Language""" - language: String! - - """Rule Name""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Active""" - isActive: Boolean! - - """Object Subtype""" - sobjectSubtype: String - - """Last Viewed Date""" - lastViewedDate: String - - """Collection of Salesforce DuplicateRecordSet""" - duplicateRecordSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRecordSetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DuplicateRecordSets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDuplicateRecordSetsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Duplicate Record Set""" -type SalesforceDuplicateRecordSet implements OneGraphNode { - """Duplicate Record Set ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Duplicate Record Set Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Duplicate Rule ID""" - duplicateRuleId: String - - """Duplicate Rule ID""" - duplicateRule: SalesforceDuplicateRule - - """Record Count""" - recordCount: Int - - """Collection of Salesforce DuplicateRecordItem""" - duplicateRecordItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRecordItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DuplicateRecordItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDuplicateRecordItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against OrderShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrderShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrderShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OrderShare's order relation.""" - order: SalesforceOrderConnectionFilter - - """Filter by the OrderShare's id field""" - id: SalesforceIdFilter - - """Filter by the OrderShare's orderId field""" - orderId: SalesforceIdFilter - - """Filter by the OrderShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the OrderShare's orderAccessLevel field""" - orderAccessLevel: SalesforceStringFilter - - """Filter by the OrderShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the OrderShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OrderShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OrderShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrderShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrderShareConnectionFilter!] -} - -"""Field that Order Shares can be sorted by""" -enum SalesforceOrderShareSortByFieldEnum { - ID - ORDER_ID - USER_OR_GROUP_ID - ORDER_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceOrderShareEdge { - """The item at the end of the edge.""" - node: SalesforceOrderShare! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceOrderShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Order Share""" -type SalesforceOrderShare implements OneGraphNode { - """Order Share ID""" - id: String! - - """Order ID""" - orderId: String! - - """Order ID""" - order: SalesforceOrder! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceOrderShareUserOrGroupUnion! - - """Order Access Level""" - orderAccessLevel: String! - - """Apex Sharing Reason ID""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Order Shares connection, for use in pagination.""" -type SalesforceOrderSharesConnection { - """The count of all Order Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Order Shares""" - nodes: [SalesforceOrderShare!]! - - """List of Order Share edges""" - edges: [SalesforceOrderShareEdge!]! -} - -""" -A filter to be used against OrderHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrderHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrderHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OrderHistory's order relation.""" - order: SalesforceOrderConnectionFilter - - """Filter by the OrderHistory's id field""" - id: SalesforceIdFilter - - """Filter by the OrderHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OrderHistory's orderId field""" - orderId: SalesforceIdFilter - - """Filter by the OrderHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OrderHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OrderHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrderHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrderHistoryConnectionFilter!] -} - -"""Field that Order Histories can be sorted by""" -enum SalesforceOrderHistorySortByFieldEnum { - ID - IS_DELETED - ORDER_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceOrderHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceOrderHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Order History""" -type SalesforceOrderHistory implements OneGraphNode { - """Order History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Order ID""" - orderId: String! - - """Order ID""" - order: SalesforceOrder! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Order Histories connection, for use in pagination.""" -type SalesforceOrderHistorysConnection { - """The count of all Order History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Order Histories""" - nodes: [SalesforceOrderHistory!]! - - """List of Order History edges""" - edges: [SalesforceOrderHistoryEdge!]! -} - -""" -A filter to be used against OrderFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrderFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrderFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the OrderFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the OrderFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OrderFeed's parent relation.""" - parent: SalesforceOrderConnectionFilter - - """Filter by the OrderFeed's id field""" - id: SalesforceIdFilter - - """Filter by the OrderFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the OrderFeed's type field""" - type: SalesforceStringFilter - - """Filter by the OrderFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OrderFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OrderFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OrderFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OrderFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OrderFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the OrderFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the OrderFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrderFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrderFeedConnectionFilter!] -} - -"""Field that Order Feeds can be sorted by""" -enum SalesforceOrderFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceOrderFeedEdge { - """The item at the end of the edge.""" - node: SalesforceOrderFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Order Feeds connection, for use in pagination.""" -type SalesforceOrderFeedsConnection { - """The count of all Order Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Order Feeds""" - nodes: [SalesforceOrderFeed!]! - - """List of Order Feed edges""" - edges: [SalesforceOrderFeedEdge!]! -} - -""" -A filter to be used against ContractHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContractHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContractHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContractHistory's contract relation.""" - contract: SalesforceContractConnectionFilter - - """Filter by the ContractHistory's id field""" - id: SalesforceIdFilter - - """Filter by the ContractHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContractHistory's contractId field""" - contractId: SalesforceIdFilter - - """Filter by the ContractHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContractHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContractHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContractHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContractHistoryConnectionFilter!] -} - -"""Field that Contract Histories can be sorted by""" -enum SalesforceContractHistorySortByFieldEnum { - ID - IS_DELETED - CONTRACT_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceContractHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceContractHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Contract History""" -type SalesforceContractHistory implements OneGraphNode { - """Contract History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Contract ID""" - contractId: String! - - """Contract ID""" - contract: SalesforceContract! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Contract Histories connection, for use in pagination.""" -type SalesforceContractHistorysConnection { - """The count of all Contract History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contract Histories""" - nodes: [SalesforceContractHistory!]! - - """List of Contract History edges""" - edges: [SalesforceContractHistoryEdge!]! -} - -""" -A filter to be used against ContractFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContractFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContractFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the ContractFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the ContractFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContractFeed's parent relation.""" - parent: SalesforceContractConnectionFilter - - """Filter by the ContractFeed's id field""" - id: SalesforceIdFilter - - """Filter by the ContractFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ContractFeed's type field""" - type: SalesforceStringFilter - - """Filter by the ContractFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContractFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContractFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContractFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContractFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContractFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the ContractFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the ContractFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContractFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContractFeedConnectionFilter!] -} - -"""Field that Contract Feeds can be sorted by""" -enum SalesforceContractFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceContractFeedEdge { - """The item at the end of the edge.""" - node: SalesforceContractFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contract Feeds connection, for use in pagination.""" -type SalesforceContractFeedsConnection { - """The count of all Contract Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contract Feeds""" - nodes: [SalesforceContractFeed!]! - - """List of Contract Feed edges""" - edges: [SalesforceContractFeedEdge!]! -} - -""" -A filter to be used against ContractContactRole object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContractContactRoleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContractContactRole's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContractContactRole's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContractContactRole's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the ContractContactRole's contract relation.""" - contract: SalesforceContractConnectionFilter - - """Filter by the ContractContactRole's id field""" - id: SalesforceIdFilter - - """Filter by the ContractContactRole's contractId field""" - contractId: SalesforceIdFilter - - """Filter by the ContractContactRole's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the ContractContactRole's role field""" - role: SalesforceStringFilter - - """Filter by the ContractContactRole's isPrimary field""" - isPrimary: SalesforceBooleanFilter - - """Filter by the ContractContactRole's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContractContactRole's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContractContactRole's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContractContactRole's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContractContactRole's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContractContactRole's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContractContactRoleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContractContactRoleConnectionFilter!] -} - -"""Field that Contract Contact Roles can be sorted by""" -enum SalesforceContractContactRoleSortByFieldEnum { - ID - CONTRACT_ID - CONTACT_ID - ROLE - IS_PRIMARY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceContractContactRoleEdge { - """The item at the end of the edge.""" - node: SalesforceContractContactRole! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Contract Contact Role""" -type SalesforceContractContactRole implements OneGraphNode { - """Contact Role ID""" - id: String! - - """Contract ID""" - contractId: String! - - """Contract ID""" - contract: SalesforceContract! - - """Contact ID""" - contactId: String! - - """Contact ID""" - contact: SalesforceContact! - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Contract Contact Roles connection, for use in pagination.""" -type SalesforceContractContactRolesConnection { - """ - The count of all Contract Contact Role you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contract Contact Roles""" - nodes: [SalesforceContractContactRole!]! - - """List of Contract Contact Role edges""" - edges: [SalesforceContractContactRoleEdge!]! -} - -"""Field that Price Book Entries can be sorted by""" -enum SalesforcePricebookEntrySortByFieldEnum { - ID - NAME - PRICEBOOK_2_ID - PRODUCT_2_ID - UNIT_PRICE - IS_ACTIVE - USE_STANDARD_PRICE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PRODUCT_CODE - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforcePricebookEntryEdge { - """The item at the end of the edge.""" - node: SalesforcePricebookEntry! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Price Book Entries connection, for use in pagination.""" -type SalesforcePricebookEntrysConnection { - """The count of all Price Book Entry you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Price Book Entries""" - nodes: [SalesforcePricebookEntry!]! - - """List of Price Book Entry edges""" - edges: [SalesforcePricebookEntryEdge!]! -} - -""" -A filter to be used against Pricebook2History object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePricebook2HistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Pricebook2History's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Pricebook2History's pricebook2 relation.""" - pricebook2: SalesforcePricebook2ConnectionFilter - - """Filter by the Pricebook2History's id field""" - id: SalesforceIdFilter - - """Filter by the Pricebook2History's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Pricebook2History's pricebook2Id field""" - pricebook2Id: SalesforceIdFilter - - """Filter by the Pricebook2History's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Pricebook2History's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Pricebook2History's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePricebook2HistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePricebook2HistoryConnectionFilter!] -} - -"""Field that Price Book Histories can be sorted by""" -enum SalesforcePricebook2HistorySortByFieldEnum { - ID - IS_DELETED - PRICEBOOK_2_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforcePricebook2HistoryEdge { - """The item at the end of the edge.""" - node: SalesforcePricebook2History! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Price Book History""" -type SalesforcePricebook2History implements OneGraphNode { - """Price Book History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Price Book ID""" - pricebook2Id: String! - - """Price Book ID""" - pricebook2: SalesforcePricebook2! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Price Book Histories connection, for use in pagination.""" -type SalesforcePricebook2HistorysConnection { - """The count of all Price Book History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Price Book Histories""" - nodes: [SalesforcePricebook2History!]! - - """List of Price Book History edges""" - edges: [SalesforcePricebook2HistoryEdge!]! -} - -"""Field that Orders can be sorted by""" -enum SalesforceOrderSortByFieldEnum { - ID - OWNER_ID - CONTRACT_ID - ACCOUNT_ID - PRICEBOOK_2_ID - ORIGINAL_ORDER_ID - EFFECTIVE_DATE - END_DATE - IS_REDUCTION_ORDER - STATUS - CUSTOMER_AUTHORIZED_BY_ID - CUSTOMER_AUTHORIZED_DATE - COMPANY_AUTHORIZED_BY_ID - COMPANY_AUTHORIZED_DATE - TYPE - BILLING_STREET - BILLING_CITY - BILLING_STATE - BILLING_POSTAL_CODE - BILLING_COUNTRY - BILLING_LATITUDE - BILLING_LONGITUDE - BILLING_GEOCODE_ACCURACY - SHIPPING_STREET - SHIPPING_CITY - SHIPPING_STATE - SHIPPING_POSTAL_CODE - SHIPPING_COUNTRY - SHIPPING_LATITUDE - SHIPPING_LONGITUDE - SHIPPING_GEOCODE_ACCURACY - NAME - PO_DATE - PO_NUMBER - ORDER_REFERENCE_NUMBER - BILL_TO_CONTACT_ID - SHIP_TO_CONTACT_ID - ACTIVATED_DATE - ACTIVATED_BY_ID - STATUS_CODE - ORDER_NUMBER - TOTAL_AMOUNT - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceOrderEdge { - """The item at the end of the edge.""" - node: SalesforceOrder! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Orders connection, for use in pagination.""" -type SalesforceOrdersConnection { - """The count of all Order you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Orders""" - nodes: [SalesforceOrder!]! - - """List of Order edges""" - edges: [SalesforceOrderEdge!]! -} - -"""An edge in a connection.""" -type SalesforceOpportunityEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunity! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforcePartnerEdge { - """The item at the end of the edge.""" - node: SalesforcePartner! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against Partner object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePartnerConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Partner's reversePartner relation.""" - reversePartner: SalesforcePartnerConnectionFilter - - """Filter by the Partner's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Partner's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Partner's accountTo relation.""" - accountTo: SalesforceAccountConnectionFilter - - """Filter by the Partner's accountFrom relation.""" - accountFrom: SalesforceAccountConnectionFilter - - """Filter by the Partner's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the Partner's id field""" - id: SalesforceIdFilter - - """Filter by the Partner's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the Partner's accountFromId field""" - accountFromId: SalesforceIdFilter - - """Filter by the Partner's accountToId field""" - accountToId: SalesforceIdFilter - - """Filter by the Partner's role field""" - role: SalesforceStringFilter - - """Filter by the Partner's isPrimary field""" - isPrimary: SalesforceBooleanFilter - - """Filter by the Partner's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Partner's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Partner's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Partner's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Partner's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Partner's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Partner's reversePartnerId field""" - reversePartnerId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePartnerConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePartnerConnectionFilter!] -} - -"""Field that Partners can be sorted by""" -enum SalesforcePartnerSortByFieldEnum { - ID - OPPORTUNITY_ID - ACCOUNT_FROM_ID - ACCOUNT_TO_ID - ROLE - IS_PRIMARY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - REVERSE_PARTNER_ID -} - -"""Partner""" -type SalesforcePartner implements OneGraphNode { - """Partner ID""" - id: String! - - """Opportunity ID""" - opportunityId: String - - """Opportunity ID""" - opportunity: SalesforceOpportunity - - """Account From ID""" - accountFromId: String - - """Account From ID""" - accountFrom: SalesforceAccount - - """Account To ID""" - accountToId: String! - - """Account To ID""" - accountTo: SalesforceAccount! - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Reverse Partner ID""" - reversePartnerId: String - - """Reverse Partner ID""" - reversePartner: SalesforcePartner - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Partner""" - partners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Partners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Partners connection, for use in pagination.""" -type SalesforcePartnersConnection { - """The count of all Partner you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Partners""" - nodes: [SalesforcePartner!]! - - """List of Partner edges""" - edges: [SalesforcePartnerEdge!]! -} - -""" -A filter to be used against OpportunityShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityShare's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityShare's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityShare's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the OpportunityShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the OpportunityShare's opportunityAccessLevel field""" - opportunityAccessLevel: SalesforceStringFilter - - """Filter by the OpportunityShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the OpportunityShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OpportunityShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OpportunityShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityShareConnectionFilter!] -} - -"""Field that Opportunity Shares can be sorted by""" -enum SalesforceOpportunityShareSortByFieldEnum { - ID - OPPORTUNITY_ID - USER_OR_GROUP_ID - OPPORTUNITY_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceOpportunityShareEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityShare! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceOpportunityShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Opportunity Share""" -type SalesforceOpportunityShare implements OneGraphNode { - """Opportunity Share ID""" - id: String! - - """Opportunity ID""" - opportunityId: String! - - """Opportunity ID""" - opportunity: SalesforceOpportunity! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceOpportunityShareUserOrGroupUnion! - - """Opportunity Access""" - opportunityAccessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Opportunity Shares connection, for use in pagination.""" -type SalesforceOpportunitySharesConnection { - """The count of all Opportunity Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Shares""" - nodes: [SalesforceOpportunityShare!]! - - """List of Opportunity Share edges""" - edges: [SalesforceOpportunityShareEdge!]! -} - -"""An edge in a connection.""" -type SalesforceOpportunityPartnerEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityPartner! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against OpportunityPartner object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityPartnerConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityPartner's reversePartner relation.""" - reversePartner: SalesforceOpportunityPartnerConnectionFilter - - """Filter by the OpportunityPartner's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityPartner's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityPartner's accountTo relation.""" - accountTo: SalesforceAccountConnectionFilter - - """Filter by the OpportunityPartner's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityPartner's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityPartner's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the OpportunityPartner's accountToId field""" - accountToId: SalesforceIdFilter - - """Filter by the OpportunityPartner's role field""" - role: SalesforceStringFilter - - """Filter by the OpportunityPartner's isPrimary field""" - isPrimary: SalesforceBooleanFilter - - """Filter by the OpportunityPartner's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityPartner's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityPartner's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OpportunityPartner's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OpportunityPartner's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OpportunityPartner's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OpportunityPartner's reversePartnerId field""" - reversePartnerId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityPartnerConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityPartnerConnectionFilter!] -} - -"""Field that Opportunity Partners can be sorted by""" -enum SalesforceOpportunityPartnerSortByFieldEnum { - ID - OPPORTUNITY_ID - ACCOUNT_TO_ID - ROLE - IS_PRIMARY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - REVERSE_PARTNER_ID -} - -"""Opportunity Partner""" -type SalesforceOpportunityPartner implements OneGraphNode { - """Opportunity Partner ID""" - id: String! - - """Opportunity ID""" - opportunityId: String! - - """Opportunity ID""" - opportunity: SalesforceOpportunity! - - """Account ID""" - accountToId: String! - - """Account ID""" - accountTo: SalesforceAccount! - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Reverse Partner ID""" - reversePartnerId: String - - """Reverse Partner ID""" - reversePartner: SalesforceOpportunityPartner - - """Collection of Salesforce OpportunityPartner""" - opportunityPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityPartnersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Opportunity Partners connection, for use in pagination.""" -type SalesforceOpportunityPartnersConnection { - """ - The count of all Opportunity Partner you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Partners""" - nodes: [SalesforceOpportunityPartner!]! - - """List of Opportunity Partner edges""" - edges: [SalesforceOpportunityPartnerEdge!]! -} - -""" -A filter to be used against OpportunityHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityHistory's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityHistory's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityHistory's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the OpportunityHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityHistory's stageName field""" - stageName: SalesforceStringFilter - - """Filter by the OpportunityHistory's amount field""" - amount: SalesforceFloatFilter - - """Filter by the OpportunityHistory's expectedRevenue field""" - expectedRevenue: SalesforceFloatFilter - - """Filter by the OpportunityHistory's closeDate field""" - closeDate: SalesforceDateFilter - - """Filter by the OpportunityHistory's probability field""" - probability: SalesforceFloatFilter - - """Filter by the OpportunityHistory's forecastCategory field""" - forecastCategory: SalesforceStringFilter - - """Filter by the OpportunityHistory's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OpportunityHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityHistoryConnectionFilter!] -} - -"""Field that Opportunity Histories can be sorted by""" -enum SalesforceOpportunityHistorySortByFieldEnum { - ID - OPPORTUNITY_ID - CREATED_BY_ID - CREATED_DATE - STAGE_NAME - AMOUNT - EXPECTED_REVENUE - CLOSE_DATE - PROBABILITY - FORECAST_CATEGORY - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceOpportunityHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Opportunity History""" -type SalesforceOpportunityHistory implements OneGraphNode { - """Opportunity History ID""" - id: String! - - """Opportunity ID""" - opportunityId: String! - - """Opportunity ID""" - opportunity: SalesforceOpportunity! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Stage Name""" - stageName: String! - - """Amount""" - amount: Float - - """Expected Revenue""" - expectedRevenue: Float - - """Close Date""" - closeDate: String - - """Probability""" - probability: Float - - """To ForecastCategory""" - forecastCategory: String - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Opportunity Histories connection, for use in pagination.""" -type SalesforceOpportunityHistorysConnection { - """ - The count of all Opportunity History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Histories""" - nodes: [SalesforceOpportunityHistory!]! - - """List of Opportunity History edges""" - edges: [SalesforceOpportunityHistoryEdge!]! -} - -""" -A filter to be used against OpportunityFieldHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityFieldHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityFieldHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityFieldHistory's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityFieldHistory's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityFieldHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OpportunityFieldHistory's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the OpportunityFieldHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityFieldHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityFieldHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityFieldHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityFieldHistoryConnectionFilter!] -} - -"""Field that Opportunity Field Histories can be sorted by""" -enum SalesforceOpportunityFieldHistorySortByFieldEnum { - ID - IS_DELETED - OPPORTUNITY_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceOpportunityFieldHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityFieldHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Opportunity Field History""" -type SalesforceOpportunityFieldHistory implements OneGraphNode { - """Opportunity History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Opportunity ID""" - opportunityId: String! - - """Opportunity ID""" - opportunity: SalesforceOpportunity! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Opportunity Field Histories connection, for use in pagination. -""" -type SalesforceOpportunityFieldHistorysConnection { - """ - The count of all Opportunity Field History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Field Histories""" - nodes: [SalesforceOpportunityFieldHistory!]! - - """List of Opportunity Field History edges""" - edges: [SalesforceOpportunityFieldHistoryEdge!]! -} - -""" -A filter to be used against OpportunityFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the OpportunityFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityFeed's parent relation.""" - parent: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityFeed's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the OpportunityFeed's type field""" - type: SalesforceStringFilter - - """Filter by the OpportunityFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OpportunityFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OpportunityFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OpportunityFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the OpportunityFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the OpportunityFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityFeedConnectionFilter!] -} - -"""Field that Opportunity Feeds can be sorted by""" -enum SalesforceOpportunityFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceOpportunityFeedEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Opportunity Feeds connection, for use in pagination.""" -type SalesforceOpportunityFeedsConnection { - """The count of all Opportunity Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Feeds""" - nodes: [SalesforceOpportunityFeed!]! - - """List of Opportunity Feed edges""" - edges: [SalesforceOpportunityFeedEdge!]! -} - -""" -A filter to be used against OpportunityContactRole object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityContactRoleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityContactRole's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityContactRole's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityContactRole's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the OpportunityContactRole's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityContactRole's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityContactRole's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the OpportunityContactRole's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the OpportunityContactRole's role field""" - role: SalesforceStringFilter - - """Filter by the OpportunityContactRole's isPrimary field""" - isPrimary: SalesforceBooleanFilter - - """Filter by the OpportunityContactRole's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityContactRole's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityContactRole's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OpportunityContactRole's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OpportunityContactRole's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OpportunityContactRole's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityContactRoleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityContactRoleConnectionFilter!] -} - -"""Field that Opportunity Contact Roles can be sorted by""" -enum SalesforceOpportunityContactRoleSortByFieldEnum { - ID - OPPORTUNITY_ID - CONTACT_ID - ROLE - IS_PRIMARY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceOpportunityContactRoleEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityContactRole! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Opportunity Contact Role""" -type SalesforceOpportunityContactRole implements OneGraphNode { - """Contact Role ID""" - id: String! - - """Opportunity ID""" - opportunityId: String! - - """Opportunity ID""" - opportunity: SalesforceOpportunity! - - """Contact ID""" - contactId: String! - - """Contact ID""" - contact: SalesforceContact! - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Opportunity Contact Roles connection, for use in pagination. -""" -type SalesforceOpportunityContactRolesConnection { - """ - The count of all Opportunity Contact Role you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Contact Roles""" - nodes: [SalesforceOpportunityContactRole!]! - - """List of Opportunity Contact Role edges""" - edges: [SalesforceOpportunityContactRoleEdge!]! -} - -""" -A filter to be used against OpportunityCompetitor object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityCompetitorConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityCompetitor's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityCompetitor's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityCompetitor's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityCompetitor's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityCompetitor's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the OpportunityCompetitor's strengths field""" - strengths: SalesforceStringFilter - - """Filter by the OpportunityCompetitor's weaknesses field""" - weaknesses: SalesforceStringFilter - - """Filter by the OpportunityCompetitor's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityCompetitor's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityCompetitor's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OpportunityCompetitor's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OpportunityCompetitor's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OpportunityCompetitor's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityCompetitorConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityCompetitorConnectionFilter!] -} - -"""Field that Opportunity: Competitors can be sorted by""" -enum SalesforceOpportunityCompetitorSortByFieldEnum { - ID - OPPORTUNITY_ID - COMPETITOR_NAME - STRENGTHS - WEAKNESSES - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceOpportunityCompetitorEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityCompetitor! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Opportunity: Competitor""" -type SalesforceOpportunityCompetitor implements OneGraphNode { - """Opportunity: Competitor ID""" - id: String! - - """Opportunity ID""" - opportunityId: String! - - """Opportunity ID""" - opportunity: SalesforceOpportunity! - - """Competitor Name""" - competitorName: String - - """Strengths""" - strengths: String - - """Weaknesses""" - weaknesses: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Opportunity: Competitors connection, for use in pagination.""" -type SalesforceOpportunityCompetitorsConnection { - """ - The count of all Opportunity: Competitor you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity: Competitors""" - nodes: [SalesforceOpportunityCompetitor!]! - - """List of Opportunity: Competitor edges""" - edges: [SalesforceOpportunityCompetitorEdge!]! -} - -"""Field that Leads can be sorted by""" -enum SalesforceLeadSortByFieldEnum { - ID - IS_DELETED - MASTER_RECORD_ID - LAST_NAME - FIRST_NAME - SALUTATION - NAME - TITLE - COMPANY - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - LATITUDE - LONGITUDE - GEOCODE_ACCURACY - PHONE - MOBILE_PHONE - FAX - EMAIL - WEBSITE - PHOTO_URL - LEAD_SOURCE - STATUS - INDUSTRY - RATING - ANNUAL_REVENUE - NUMBER_OF_EMPLOYEES - OWNER_ID - IS_CONVERTED - CONVERTED_DATE - CONVERTED_ACCOUNT_ID - CONVERTED_CONTACT_ID - CONVERTED_OPPORTUNITY_ID - IS_UNREAD_BY_OWNER - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_ACTIVITY_DATE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - JIGSAW - JIGSAW_CONTACT_ID - CLEAN_STATUS - COMPANY_DUNS_NUMBER - DANDB_COMPANY_ID - EMAIL_BOUNCED_REASON - EMAIL_BOUNCED_DATE -} - -"""An edge in a connection.""" -type SalesforceLeadEdge { - """The item at the end of the edge.""" - node: SalesforceLead! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Leads connection, for use in pagination.""" -type SalesforceLeadsConnection { - """The count of all Lead you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Leads""" - nodes: [SalesforceLead!]! - - """List of Lead edges""" - edges: [SalesforceLeadEdge!]! -} - -"""An edge in a connection.""" -type SalesforceAccountPartnerEdge { - """The item at the end of the edge.""" - node: SalesforceAccountPartner! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against AccountPartner object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAccountPartnerConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AccountPartner's reversePartner relation.""" - reversePartner: SalesforceAccountPartnerConnectionFilter - - """Filter by the AccountPartner's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AccountPartner's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AccountPartner's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the AccountPartner's accountTo relation.""" - accountTo: SalesforceAccountConnectionFilter - - """Filter by the AccountPartner's accountFrom relation.""" - accountFrom: SalesforceAccountConnectionFilter - - """Filter by the AccountPartner's id field""" - id: SalesforceIdFilter - - """Filter by the AccountPartner's accountFromId field""" - accountFromId: SalesforceIdFilter - - """Filter by the AccountPartner's accountToId field""" - accountToId: SalesforceIdFilter - - """Filter by the AccountPartner's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the AccountPartner's role field""" - role: SalesforceStringFilter - - """Filter by the AccountPartner's isPrimary field""" - isPrimary: SalesforceBooleanFilter - - """Filter by the AccountPartner's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AccountPartner's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AccountPartner's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AccountPartner's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AccountPartner's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AccountPartner's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AccountPartner's reversePartnerId field""" - reversePartnerId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAccountPartnerConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAccountPartnerConnectionFilter!] -} - -"""Field that Account Partners can be sorted by""" -enum SalesforceAccountPartnerSortByFieldEnum { - ID - ACCOUNT_FROM_ID - ACCOUNT_TO_ID - OPPORTUNITY_ID - ROLE - IS_PRIMARY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - REVERSE_PARTNER_ID -} - -"""Account Partner""" -type SalesforceAccountPartner implements OneGraphNode { - """Account Partner ID""" - id: String! - - """Account ID""" - accountFromId: String! - - """Account ID""" - accountFrom: SalesforceAccount! - - """Account ID""" - accountToId: String - - """Account ID""" - accountTo: SalesforceAccount - - """Opportunity ID""" - opportunityId: String - - """Opportunity ID""" - opportunity: SalesforceOpportunity - - """Role""" - role: String - - """Primary""" - isPrimary: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Reverse Partner ID""" - reversePartnerId: String - - """Reverse Partner ID""" - reversePartner: SalesforceAccountPartner - - """Collection of Salesforce AccountPartner""" - accountPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountPartnersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Account Partners connection, for use in pagination.""" -type SalesforceAccountPartnersConnection { - """The count of all Account Partner you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Account Partners""" - nodes: [SalesforceAccountPartner!]! - - """List of Account Partner edges""" - edges: [SalesforceAccountPartnerEdge!]! -} - -"""Field that Opportunities can be sorted by""" -enum SalesforceOpportunitySortByFieldEnum { - ID - IS_DELETED - ACCOUNT_ID - IS_PRIVATE - NAME - STAGE_NAME - AMOUNT - PROBABILITY - EXPECTED_REVENUE - TOTAL_OPPORTUNITY_QUANTITY - CLOSE_DATE - TYPE - NEXT_STEP - LEAD_SOURCE - IS_CLOSED - IS_WON - FORECAST_CATEGORY - FORECAST_CATEGORY_NAME - CAMPAIGN_ID - HAS_OPPORTUNITY_LINE_ITEM - PRICEBOOK_2_ID - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_ACTIVITY_DATE - FISCAL_QUARTER - FISCAL_YEAR - FISCAL - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -""" -A filter to be used against CampaignShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCampaignShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CampaignShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CampaignShare's campaign relation.""" - campaign: SalesforceCampaignConnectionFilter - - """Filter by the CampaignShare's id field""" - id: SalesforceIdFilter - - """Filter by the CampaignShare's campaignId field""" - campaignId: SalesforceIdFilter - - """Filter by the CampaignShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the CampaignShare's campaignAccessLevel field""" - campaignAccessLevel: SalesforceStringFilter - - """Filter by the CampaignShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the CampaignShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CampaignShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CampaignShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCampaignShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCampaignShareConnectionFilter!] -} - -"""Field that Campaign Shares can be sorted by""" -enum SalesforceCampaignShareSortByFieldEnum { - ID - CAMPAIGN_ID - USER_OR_GROUP_ID - CAMPAIGN_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceCampaignShareEdge { - """The item at the end of the edge.""" - node: SalesforceCampaignShare! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceCampaignShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Campaign Share""" -type SalesforceCampaignShare implements OneGraphNode { - """Campaign Share ID""" - id: String! - - """Campaign ID""" - campaignId: String! - - """Campaign ID""" - campaign: SalesforceCampaign! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceCampaignShareUserOrGroupUnion! - - """Campaign Access""" - campaignAccessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Campaign Shares connection, for use in pagination.""" -type SalesforceCampaignSharesConnection { - """The count of all Campaign Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Campaign Shares""" - nodes: [SalesforceCampaignShare!]! - - """List of Campaign Share edges""" - edges: [SalesforceCampaignShareEdge!]! -} - -""" -A filter to be used against CampaignMemberStatus object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCampaignMemberStatusConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CampaignMemberStatus's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CampaignMemberStatus's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CampaignMemberStatus's campaign relation.""" - campaign: SalesforceCampaignConnectionFilter - - """Filter by the CampaignMemberStatus's id field""" - id: SalesforceIdFilter - - """Filter by the CampaignMemberStatus's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CampaignMemberStatus's campaignId field""" - campaignId: SalesforceIdFilter - - """Filter by the CampaignMemberStatus's label field""" - label: SalesforceStringFilter - - """Filter by the CampaignMemberStatus's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the CampaignMemberStatus's isDefault field""" - isDefault: SalesforceBooleanFilter - - """Filter by the CampaignMemberStatus's hasResponded field""" - hasResponded: SalesforceBooleanFilter - - """Filter by the CampaignMemberStatus's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CampaignMemberStatus's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CampaignMemberStatus's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CampaignMemberStatus's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CampaignMemberStatus's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCampaignMemberStatusConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCampaignMemberStatusConnectionFilter!] -} - -"""Field that Campaign Member Statuses can be sorted by""" -enum SalesforceCampaignMemberStatusSortByFieldEnum { - ID - IS_DELETED - CAMPAIGN_ID - LABEL - SORT_ORDER - IS_DEFAULT - HAS_RESPONDED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCampaignMemberStatusEdge { - """The item at the end of the edge.""" - node: SalesforceCampaignMemberStatus! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Campaign Member Status""" -type SalesforceCampaignMemberStatus implements OneGraphNode { - """Campaign Member Status ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Campaign ID""" - campaignId: String! - - """Campaign ID""" - campaign: SalesforceCampaign! - - """Member Status""" - label: String! - - """Sort Order""" - sortOrder: Int - - """Is Default""" - isDefault: Boolean! - - """Responded""" - hasResponded: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Campaign Member Statuses connection, for use in pagination.""" -type SalesforceCampaignMemberStatussConnection { - """ - The count of all Campaign Member Status you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Campaign Member Statuses""" - nodes: [SalesforceCampaignMemberStatus!]! - - """List of Campaign Member Status edges""" - edges: [SalesforceCampaignMemberStatusEdge!]! -} - -""" -A filter to be used against Lead object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLeadConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Lead's dandbCompany relation.""" - dandbCompany: SalesforceDandBCompanyConnectionFilter - - """Filter by the Lead's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Lead's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Lead's convertedOpportunity relation.""" - convertedOpportunity: SalesforceOpportunityConnectionFilter - - """Filter by the Lead's convertedContact relation.""" - convertedContact: SalesforceContactConnectionFilter - - """Filter by the Lead's convertedAccount relation.""" - convertedAccount: SalesforceAccountConnectionFilter - - """Filter by the Lead's masterRecord relation.""" - masterRecord: SalesforceLeadConnectionFilter - - """Filter by the Lead's id field""" - id: SalesforceIdFilter - - """Filter by the Lead's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Lead's masterRecordId field""" - masterRecordId: SalesforceIdFilter - - """Filter by the Lead's lastName field""" - lastName: SalesforceStringFilter - - """Filter by the Lead's firstName field""" - firstName: SalesforceStringFilter - - """Filter by the Lead's salutation field""" - salutation: SalesforceStringFilter - - """Filter by the Lead's name field""" - name: SalesforceStringFilter - - """Filter by the Lead's title field""" - title: SalesforceStringFilter - - """Filter by the Lead's company field""" - company: SalesforceStringFilter - - """Filter by the Lead's street field""" - street: SalesforceStringFilter - - """Filter by the Lead's city field""" - city: SalesforceStringFilter - - """Filter by the Lead's state field""" - state: SalesforceStringFilter - - """Filter by the Lead's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the Lead's country field""" - country: SalesforceStringFilter - - """Filter by the Lead's latitude field""" - latitude: SalesforceFloatFilter - - """Filter by the Lead's longitude field""" - longitude: SalesforceFloatFilter - - """Filter by the Lead's geocodeAccuracy field""" - geocodeAccuracy: SalesforceStringFilter - - """Filter by the Lead's phone field""" - phone: SalesforceStringFilter - - """Filter by the Lead's mobilePhone field""" - mobilePhone: SalesforceStringFilter - - """Filter by the Lead's fax field""" - fax: SalesforceStringFilter - - """Filter by the Lead's email field""" - email: SalesforceStringFilter - - """Filter by the Lead's website field""" - website: SalesforceStringFilter - - """Filter by the Lead's photoUrl field""" - photoUrl: SalesforceStringFilter - - """Filter by the Lead's leadSource field""" - leadSource: SalesforceStringFilter - - """Filter by the Lead's status field""" - status: SalesforceStringFilter - - """Filter by the Lead's industry field""" - industry: SalesforceStringFilter - - """Filter by the Lead's rating field""" - rating: SalesforceStringFilter - - """Filter by the Lead's annualRevenue field""" - annualRevenue: SalesforceFloatFilter - - """Filter by the Lead's numberOfEmployees field""" - numberOfEmployees: SalesforceIntFilter - - """Filter by the Lead's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Lead's isConverted field""" - isConverted: SalesforceBooleanFilter - - """Filter by the Lead's convertedDate field""" - convertedDate: SalesforceDateFilter - - """Filter by the Lead's convertedAccountId field""" - convertedAccountId: SalesforceIdFilter - - """Filter by the Lead's convertedContactId field""" - convertedContactId: SalesforceIdFilter - - """Filter by the Lead's convertedOpportunityId field""" - convertedOpportunityId: SalesforceIdFilter - - """Filter by the Lead's isUnreadByOwner field""" - isUnreadByOwner: SalesforceBooleanFilter - - """Filter by the Lead's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Lead's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Lead's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Lead's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Lead's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Lead's lastActivityDate field""" - lastActivityDate: SalesforceDateFilter - - """Filter by the Lead's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Lead's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Lead's jigsaw field""" - jigsaw: SalesforceStringFilter - - """Filter by the Lead's jigsawContactId field""" - jigsawContactId: SalesforceStringFilter - - """Filter by the Lead's cleanStatus field""" - cleanStatus: SalesforceStringFilter - - """Filter by the Lead's companyDunsNumber field""" - companyDunsNumber: SalesforceStringFilter - - """Filter by the Lead's dandbCompanyId field""" - dandbCompanyId: SalesforceIdFilter - - """Filter by the Lead's emailBouncedReason field""" - emailBouncedReason: SalesforceStringFilter - - """Filter by the Lead's emailBouncedDate field""" - emailBouncedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLeadConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLeadConnectionFilter!] -} - -""" -A filter to be used against CampaignMember object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCampaignMemberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CampaignMember's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CampaignMember's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CampaignMember's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the CampaignMember's lead relation.""" - lead: SalesforceLeadConnectionFilter - - """Filter by the CampaignMember's campaign relation.""" - campaign: SalesforceCampaignConnectionFilter - - """Filter by the CampaignMember's id field""" - id: SalesforceIdFilter - - """Filter by the CampaignMember's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CampaignMember's campaignId field""" - campaignId: SalesforceIdFilter - - """Filter by the CampaignMember's leadId field""" - leadId: SalesforceIdFilter - - """Filter by the CampaignMember's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the CampaignMember's status field""" - status: SalesforceStringFilter - - """Filter by the CampaignMember's hasResponded field""" - hasResponded: SalesforceBooleanFilter - - """Filter by the CampaignMember's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CampaignMember's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CampaignMember's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CampaignMember's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CampaignMember's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CampaignMember's firstRespondedDate field""" - firstRespondedDate: SalesforceDateFilter - - """Filter by the CampaignMember's salutation field""" - salutation: SalesforceStringFilter - - """Filter by the CampaignMember's name field""" - name: SalesforceStringFilter - - """Filter by the CampaignMember's firstName field""" - firstName: SalesforceStringFilter - - """Filter by the CampaignMember's lastName field""" - lastName: SalesforceStringFilter - - """Filter by the CampaignMember's title field""" - title: SalesforceStringFilter - - """Filter by the CampaignMember's street field""" - street: SalesforceStringFilter - - """Filter by the CampaignMember's city field""" - city: SalesforceStringFilter - - """Filter by the CampaignMember's state field""" - state: SalesforceStringFilter - - """Filter by the CampaignMember's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the CampaignMember's country field""" - country: SalesforceStringFilter - - """Filter by the CampaignMember's email field""" - email: SalesforceStringFilter - - """Filter by the CampaignMember's phone field""" - phone: SalesforceStringFilter - - """Filter by the CampaignMember's fax field""" - fax: SalesforceStringFilter - - """Filter by the CampaignMember's mobilePhone field""" - mobilePhone: SalesforceStringFilter - - """Filter by the CampaignMember's doNotCall field""" - doNotCall: SalesforceBooleanFilter - - """Filter by the CampaignMember's hasOptedOutOfEmail field""" - hasOptedOutOfEmail: SalesforceBooleanFilter - - """Filter by the CampaignMember's hasOptedOutOfFax field""" - hasOptedOutOfFax: SalesforceBooleanFilter - - """Filter by the CampaignMember's leadSource field""" - leadSource: SalesforceStringFilter - - """Filter by the CampaignMember's companyOrAccount field""" - companyOrAccount: SalesforceStringFilter - - """Filter by the CampaignMember's type field""" - type: SalesforceStringFilter - - """Filter by the CampaignMember's leadOrContactId field""" - leadOrContactId: SalesforceIdFilter - - """Filter by the CampaignMember's leadOrContactOwnerId field""" - leadOrContactOwnerId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCampaignMemberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCampaignMemberConnectionFilter!] -} - -"""Field that Campaign Members can be sorted by""" -enum SalesforceCampaignMemberSortByFieldEnum { - ID - IS_DELETED - CAMPAIGN_ID - LEAD_ID - CONTACT_ID - STATUS - HAS_RESPONDED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - FIRST_RESPONDED_DATE - SALUTATION - NAME - FIRST_NAME - LAST_NAME - TITLE - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - EMAIL - PHONE - FAX - MOBILE_PHONE - DO_NOT_CALL - HAS_OPTED_OUT_OF_EMAIL - HAS_OPTED_OUT_OF_FAX - LEAD_SOURCE - COMPANY_OR_ACCOUNT - TYPE - LEAD_OR_CONTACT_ID - LEAD_OR_CONTACT_OWNER_ID -} - -"""An edge in a connection.""" -type SalesforceCampaignMemberEdge { - """The item at the end of the edge.""" - node: SalesforceCampaignMember! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceCampaignMemberLeadOrContactOwnerUnion = SalesforceUser | SalesforceGroup - -union SalesforceCampaignMemberLeadOrContactUnion = SalesforceLead | SalesforceContact - -"""Campaign Member""" -type SalesforceCampaignMember implements OneGraphNode { - """Campaign Member ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Campaign ID""" - campaignId: String! - - """Campaign ID""" - campaign: SalesforceCampaign! - - """Lead ID""" - leadId: String - - """Lead ID""" - lead: SalesforceLead - - """Contact ID""" - contactId: String - - """Contact ID""" - contact: SalesforceContact - - """Status""" - status: String - - """Responded""" - hasResponded: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """First Responded Date""" - firstRespondedDate: String - - """Salutation""" - salutation: String - - """Name""" - name: String - - """First Name""" - firstName: String - - """Last Name""" - lastName: String - - """Title""" - title: String - - """Street""" - street: String - - """City""" - city: String - - """State/Province""" - state: String - - """Zip/Postal Code""" - postalCode: String - - """Country""" - country: String - - """Email""" - email: String - - """Phone""" - phone: String - - """Fax""" - fax: String - - """Mobile""" - mobilePhone: String - - """Description""" - description: String - - """Do Not Call""" - doNotCall: Boolean! - - """Email Opt Out""" - hasOptedOutOfEmail: Boolean! - - """Fax Opt Out""" - hasOptedOutOfFax: Boolean! - - """Lead Source""" - leadSource: String - - """Company (Account)""" - companyOrAccount: String - - """Type""" - type: String - - """Lead/Contact ID""" - leadOrContactId: String - - """Lead/Contact ID""" - leadOrContact: SalesforceCampaignMemberLeadOrContactUnion - - """Lead/Contact Owner ID""" - leadOrContactOwnerId: String - - """Lead/Contact Owner ID""" - leadOrContactOwner: SalesforceCampaignMemberLeadOrContactOwnerUnion - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Campaign Members connection, for use in pagination.""" -type SalesforceCampaignMembersConnection { - """The count of all Campaign Member you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Campaign Members""" - nodes: [SalesforceCampaignMember!]! - - """List of Campaign Member edges""" - edges: [SalesforceCampaignMemberEdge!]! -} - -""" -A filter to be used against CampaignHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCampaignHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CampaignHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CampaignHistory's campaign relation.""" - campaign: SalesforceCampaignConnectionFilter - - """Filter by the CampaignHistory's id field""" - id: SalesforceIdFilter - - """Filter by the CampaignHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CampaignHistory's campaignId field""" - campaignId: SalesforceIdFilter - - """Filter by the CampaignHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CampaignHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CampaignHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCampaignHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCampaignHistoryConnectionFilter!] -} - -"""Field that Campaign Field Histories can be sorted by""" -enum SalesforceCampaignHistorySortByFieldEnum { - ID - IS_DELETED - CAMPAIGN_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceCampaignHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceCampaignHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Campaign Field History""" -type SalesforceCampaignHistory implements OneGraphNode { - """Campaign Field History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Campaign ID""" - campaignId: String! - - """Campaign ID""" - campaign: SalesforceCampaign! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Campaign Field Histories connection, for use in pagination.""" -type SalesforceCampaignHistorysConnection { - """ - The count of all Campaign Field History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Campaign Field Histories""" - nodes: [SalesforceCampaignHistory!]! - - """List of Campaign Field History edges""" - edges: [SalesforceCampaignHistoryEdge!]! -} - -""" -A filter to be used against CampaignFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCampaignFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CampaignFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the CampaignFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the CampaignFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CampaignFeed's parent relation.""" - parent: SalesforceCampaignConnectionFilter - - """Filter by the CampaignFeed's id field""" - id: SalesforceIdFilter - - """Filter by the CampaignFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CampaignFeed's type field""" - type: SalesforceStringFilter - - """Filter by the CampaignFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CampaignFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CampaignFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CampaignFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CampaignFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CampaignFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the CampaignFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the CampaignFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCampaignFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCampaignFeedConnectionFilter!] -} - -"""Field that Campaign Feeds can be sorted by""" -enum SalesforceCampaignFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceCampaignFeedEdge { - """The item at the end of the edge.""" - node: SalesforceCampaignFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceFeedAttachmentEdge { - """The item at the end of the edge.""" - node: SalesforceFeedAttachment! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceFeedCommentEdge { - """The item at the end of the edge.""" - node: SalesforceFeedComment! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceFeedPollChoiceEdge { - """The item at the end of the edge.""" - node: SalesforceFeedPollChoice! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceFeedPollVoteEdge { - """The item at the end of the edge.""" - node: SalesforceFeedPollVote! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against SiteHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSiteHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SiteHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SiteHistory's site relation.""" - site: SalesforceSiteConnectionFilter - - """Filter by the SiteHistory's id field""" - id: SalesforceIdFilter - - """Filter by the SiteHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SiteHistory's siteId field""" - siteId: SalesforceIdFilter - - """Filter by the SiteHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SiteHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SiteHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSiteHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSiteHistoryConnectionFilter!] -} - -"""Field that Site Histories can be sorted by""" -enum SalesforceSiteHistorySortByFieldEnum { - ID - IS_DELETED - SITE_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceSiteHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceSiteHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Site History""" -type SalesforceSiteHistory implements OneGraphNode { - """Custom Site ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Site ID""" - siteId: String! - - """Site ID""" - site: SalesforceSite! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Site Histories connection, for use in pagination.""" -type SalesforceSiteHistorysConnection { - """The count of all Site History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Site Histories""" - nodes: [SalesforceSiteHistory!]! - - """List of Site History edges""" - edges: [SalesforceSiteHistoryEdge!]! -} - -""" -A filter to be used against SiteFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSiteFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SiteFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the SiteFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the SiteFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SiteFeed's parent relation.""" - parent: SalesforceSiteConnectionFilter - - """Filter by the SiteFeed's id field""" - id: SalesforceIdFilter - - """Filter by the SiteFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the SiteFeed's type field""" - type: SalesforceStringFilter - - """Filter by the SiteFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SiteFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SiteFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SiteFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SiteFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SiteFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the SiteFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the SiteFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSiteFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSiteFeedConnectionFilter!] -} - -"""Field that Sites can be sorted by""" -enum SalesforceSiteFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceSiteFeedEdge { - """The item at the end of the edge.""" - node: SalesforceSiteFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Sites connection, for use in pagination.""" -type SalesforceSiteFeedsConnection { - """The count of all Site you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Sites""" - nodes: [SalesforceSiteFeed!]! - - """List of Site edges""" - edges: [SalesforceSiteFeedEdge!]! -} - -"""An edge in a connection.""" -type SalesforceFeedItemEdge { - """The item at the end of the edge.""" - node: SalesforceFeedItem! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceFeedAttachmentRecordUnion = SalesforceFeedItem | SalesforceContentVersion | SalesforceContentDocument - -""" -A filter to be used against FeedRevision object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFeedRevisionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FeedRevision's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FeedRevision's id field""" - id: SalesforceIdFilter - - """Filter by the FeedRevision's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FeedRevision's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FeedRevision's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the FeedRevision's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the FeedRevision's feedEntityId field""" - feedEntityId: SalesforceIdFilter - - """Filter by the FeedRevision's revision field""" - revision: SalesforceIntFilter - - """Filter by the FeedRevision's action field""" - action: SalesforceStringFilter - - """Filter by the FeedRevision's editedAttribute field""" - editedAttribute: SalesforceStringFilter - - """Filter by the FeedRevision's isValueRichText field""" - isValueRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFeedRevisionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFeedRevisionConnectionFilter!] -} - -"""Field that Feed Revisions can be sorted by""" -enum SalesforceFeedRevisionSortByFieldEnum { - ID - CREATED_DATE - CREATED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - FEED_ENTITY_ID - REVISION - ACTION - EDITED_ATTRIBUTE - IS_VALUE_RICH_TEXT -} - -"""An edge in a connection.""" -type SalesforceFeedRevisionEdge { - """The item at the end of the edge.""" - node: SalesforceFeedRevision! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceFeedRevisionFeedEntityUnion = SalesforceFeedItem | SalesforceFeedComment - -"""Feed Revision""" -type SalesforceFeedRevision implements OneGraphNode { - """Feed Revision ID""" - id: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Feed Entity ID""" - feedEntityId: String! - - """Feed Entity ID""" - feedEntity: SalesforceFeedRevisionFeedEntityUnion! - - """Revision""" - revision: Int - - """Action""" - action: String - - """Edited Attribute""" - editedAttribute: String - - """Value""" - value: String - - """Is Value RichText""" - isValueRichText: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Feed Revisions connection, for use in pagination.""" -type SalesforceFeedRevisionsConnection { - """The count of all Feed Revision you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Feed Revisions""" - nodes: [SalesforceFeedRevision!]! - - """List of Feed Revision edges""" - edges: [SalesforceFeedRevisionEdge!]! -} - -""" -A filter to be used against OrderItemHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrderItemHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrderItemHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OrderItemHistory's orderItem relation.""" - orderItem: SalesforceOrderItemConnectionFilter - - """Filter by the OrderItemHistory's id field""" - id: SalesforceIdFilter - - """Filter by the OrderItemHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OrderItemHistory's orderItemId field""" - orderItemId: SalesforceIdFilter - - """Filter by the OrderItemHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OrderItemHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OrderItemHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrderItemHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrderItemHistoryConnectionFilter!] -} - -"""Field that Order Product Histories can be sorted by""" -enum SalesforceOrderItemHistorySortByFieldEnum { - ID - IS_DELETED - ORDER_ITEM_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceOrderItemHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceOrderItemHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Order Product History""" -type SalesforceOrderItemHistory implements OneGraphNode { - """Order Product History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Order Product ID""" - orderItemId: String! - - """Order Product ID""" - orderItem: SalesforceOrderItem! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Order Product Histories connection, for use in pagination.""" -type SalesforceOrderItemHistorysConnection { - """ - The count of all Order Product History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Order Product Histories""" - nodes: [SalesforceOrderItemHistory!]! - - """List of Order Product History edges""" - edges: [SalesforceOrderItemHistoryEdge!]! -} - -""" -A filter to be used against OrderItemFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrderItemFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrderItemFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the OrderItemFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the OrderItemFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OrderItemFeed's parent relation.""" - parent: SalesforceOrderItemConnectionFilter - - """Filter by the OrderItemFeed's id field""" - id: SalesforceIdFilter - - """Filter by the OrderItemFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the OrderItemFeed's type field""" - type: SalesforceStringFilter - - """Filter by the OrderItemFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OrderItemFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OrderItemFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OrderItemFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OrderItemFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OrderItemFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the OrderItemFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the OrderItemFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrderItemFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrderItemFeedConnectionFilter!] -} - -"""Field that Order Product Feeds can be sorted by""" -enum SalesforceOrderItemFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceOrderItemFeedEdge { - """The item at the end of the edge.""" - node: SalesforceOrderItemFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Account Feed""" -type SalesforceAccountFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceAccount! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Case Feed""" -type SalesforceCaseFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceCase! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Contact Feed""" -type SalesforceContactFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceContact! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""ContentDocument Feed""" -type SalesforceContentDocumentFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceContentDocument! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Contract Feed""" -type SalesforceContractFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceContract! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Dashboard Component Feed""" -type SalesforceDashboardComponentFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceDashboardComponent! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Dashboard Feed""" -type SalesforceDashboardFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceDashboard! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against UndecidedEventRelation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUndecidedEventRelationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UndecidedEventRelation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UndecidedEventRelation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UndecidedEventRelation's event relation.""" - event: SalesforceEventConnectionFilter - - """Filter by the UndecidedEventRelation's id field""" - id: SalesforceIdFilter - - """Filter by the UndecidedEventRelation's relationId field""" - relationId: SalesforceIdFilter - - """Filter by the UndecidedEventRelation's eventId field""" - eventId: SalesforceIdFilter - - """Filter by the UndecidedEventRelation's respondedDate field""" - respondedDate: SalesforceDateTimeFilter - - """Filter by the UndecidedEventRelation's response field""" - response: SalesforceStringFilter - - """Filter by the UndecidedEventRelation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UndecidedEventRelation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UndecidedEventRelation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UndecidedEventRelation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UndecidedEventRelation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UndecidedEventRelation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UndecidedEventRelation's type field""" - type: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUndecidedEventRelationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUndecidedEventRelationConnectionFilter!] -} - -"""Field that Undecided Event Relations can be sorted by""" -enum SalesforceUndecidedEventRelationSortByFieldEnum { - ID - RELATION_ID - EVENT_ID - RESPONDED_DATE - RESPONSE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - TYPE -} - -"""An edge in a connection.""" -type SalesforceUndecidedEventRelationEdge { - """The item at the end of the edge.""" - node: SalesforceUndecidedEventRelation! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceUndecidedEventRelationRelationUnion = SalesforceUser | SalesforceLead | SalesforceContact - -"""Undecided Event Relation""" -type SalesforceUndecidedEventRelation implements OneGraphNode { - """Event Relation ID""" - id: String! - - """Relation ID""" - relationId: String - - """Relation ID""" - relation: SalesforceUndecidedEventRelationRelationUnion - - """Event ID""" - eventId: String - - """Event ID""" - event: SalesforceEvent - - """Response Date""" - respondedDate: String - - """Response""" - response: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Type""" - type: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Undecided Event Relations connection, for use in pagination. -""" -type SalesforceUndecidedEventRelationsConnection { - """ - The count of all Undecided Event Relation you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Undecided Event Relations""" - nodes: [SalesforceUndecidedEventRelation!]! - - """List of Undecided Event Relation edges""" - edges: [SalesforceUndecidedEventRelationEdge!]! -} - -""" -A filter to be used against EventRelation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEventRelationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EventRelation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EventRelation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EventRelation's event relation.""" - event: SalesforceEventConnectionFilter - - """Filter by the EventRelation's id field""" - id: SalesforceIdFilter - - """Filter by the EventRelation's relationId field""" - relationId: SalesforceIdFilter - - """Filter by the EventRelation's eventId field""" - eventId: SalesforceIdFilter - - """Filter by the EventRelation's status field""" - status: SalesforceStringFilter - - """Filter by the EventRelation's respondedDate field""" - respondedDate: SalesforceDateTimeFilter - - """Filter by the EventRelation's response field""" - response: SalesforceStringFilter - - """Filter by the EventRelation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EventRelation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EventRelation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EventRelation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EventRelation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EventRelation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEventRelationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEventRelationConnectionFilter!] -} - -"""Field that Event Relations can be sorted by""" -enum SalesforceEventRelationSortByFieldEnum { - ID - RELATION_ID - EVENT_ID - STATUS - RESPONDED_DATE - RESPONSE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceEventRelationEdge { - """The item at the end of the edge.""" - node: SalesforceEventRelation! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceEventRelationRelationUnion = SalesforceUser | SalesforceLead | SalesforceContact - -"""Event Relation""" -type SalesforceEventRelation implements OneGraphNode { - """Event Relation ID""" - id: String! - - """Relation ID""" - relationId: String! - - """Relation ID""" - relation: SalesforceEventRelationRelationUnion! - - """Event ID""" - eventId: String! - - """Event ID""" - event: SalesforceEvent! - - """Status""" - status: String - - """Response Date""" - respondedDate: String - - """Response""" - response: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Event Relations connection, for use in pagination.""" -type SalesforceEventRelationsConnection { - """The count of all Event Relation you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Event Relations""" - nodes: [SalesforceEventRelation!]! - - """List of Event Relation edges""" - edges: [SalesforceEventRelationEdge!]! -} - -""" -A filter to be used against EventFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEventFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EventFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the EventFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the EventFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EventFeed's parent relation.""" - parent: SalesforceEventConnectionFilter - - """Filter by the EventFeed's id field""" - id: SalesforceIdFilter - - """Filter by the EventFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the EventFeed's type field""" - type: SalesforceStringFilter - - """Filter by the EventFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EventFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EventFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the EventFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EventFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EventFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the EventFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the EventFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEventFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEventFeedConnectionFilter!] -} - -"""Field that Event Feeds can be sorted by""" -enum SalesforceEventFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceEventFeedEdge { - """The item at the end of the edge.""" - node: SalesforceEventFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Event Feeds connection, for use in pagination.""" -type SalesforceEventFeedsConnection { - """The count of all Event Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Event Feeds""" - nodes: [SalesforceEventFeed!]! - - """List of Event Feed edges""" - edges: [SalesforceEventFeedEdge!]! -} - -""" -A filter to be used against DeclinedEventRelation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDeclinedEventRelationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DeclinedEventRelation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DeclinedEventRelation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DeclinedEventRelation's event relation.""" - event: SalesforceEventConnectionFilter - - """Filter by the DeclinedEventRelation's id field""" - id: SalesforceIdFilter - - """Filter by the DeclinedEventRelation's relationId field""" - relationId: SalesforceIdFilter - - """Filter by the DeclinedEventRelation's eventId field""" - eventId: SalesforceIdFilter - - """Filter by the DeclinedEventRelation's respondedDate field""" - respondedDate: SalesforceDateTimeFilter - - """Filter by the DeclinedEventRelation's response field""" - response: SalesforceStringFilter - - """Filter by the DeclinedEventRelation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DeclinedEventRelation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DeclinedEventRelation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DeclinedEventRelation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DeclinedEventRelation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DeclinedEventRelation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DeclinedEventRelation's type field""" - type: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDeclinedEventRelationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDeclinedEventRelationConnectionFilter!] -} - -"""Field that Declined Event Relations can be sorted by""" -enum SalesforceDeclinedEventRelationSortByFieldEnum { - ID - RELATION_ID - EVENT_ID - RESPONDED_DATE - RESPONSE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - TYPE -} - -"""An edge in a connection.""" -type SalesforceDeclinedEventRelationEdge { - """The item at the end of the edge.""" - node: SalesforceDeclinedEventRelation! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceDeclinedEventRelationRelationUnion = SalesforceUser | SalesforceLead | SalesforceContact - -"""Declined Event Relation""" -type SalesforceDeclinedEventRelation implements OneGraphNode { - """Event Relation ID""" - id: String! - - """Relation ID""" - relationId: String - - """Relation ID""" - relation: SalesforceDeclinedEventRelationRelationUnion - - """Event ID""" - eventId: String - - """Event ID""" - event: SalesforceEvent - - """Response Date""" - respondedDate: String - - """Response""" - response: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Type""" - type: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Declined Event Relations connection, for use in pagination.""" -type SalesforceDeclinedEventRelationsConnection { - """ - The count of all Declined Event Relation you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Declined Event Relations""" - nodes: [SalesforceDeclinedEventRelation!]! - - """List of Declined Event Relation edges""" - edges: [SalesforceDeclinedEventRelationEdge!]! -} - -""" -A filter to be used against AcceptedEventRelation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAcceptedEventRelationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AcceptedEventRelation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AcceptedEventRelation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AcceptedEventRelation's event relation.""" - event: SalesforceEventConnectionFilter - - """Filter by the AcceptedEventRelation's id field""" - id: SalesforceIdFilter - - """Filter by the AcceptedEventRelation's relationId field""" - relationId: SalesforceIdFilter - - """Filter by the AcceptedEventRelation's eventId field""" - eventId: SalesforceIdFilter - - """Filter by the AcceptedEventRelation's respondedDate field""" - respondedDate: SalesforceDateTimeFilter - - """Filter by the AcceptedEventRelation's response field""" - response: SalesforceStringFilter - - """Filter by the AcceptedEventRelation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AcceptedEventRelation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AcceptedEventRelation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AcceptedEventRelation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AcceptedEventRelation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AcceptedEventRelation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AcceptedEventRelation's type field""" - type: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAcceptedEventRelationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAcceptedEventRelationConnectionFilter!] -} - -"""Field that Accepted Event Relations can be sorted by""" -enum SalesforceAcceptedEventRelationSortByFieldEnum { - ID - RELATION_ID - EVENT_ID - RESPONDED_DATE - RESPONSE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - TYPE -} - -"""An edge in a connection.""" -type SalesforceAcceptedEventRelationEdge { - """The item at the end of the edge.""" - node: SalesforceAcceptedEventRelation! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceAcceptedEventRelationRelationUnion = SalesforceUser | SalesforceLead | SalesforceContact - -"""Accepted Event Relation""" -type SalesforceAcceptedEventRelation implements OneGraphNode { - """Event Relation ID""" - id: String! - - """Relation ID""" - relationId: String - - """Relation ID""" - relation: SalesforceAcceptedEventRelationRelationUnion - - """Event ID""" - eventId: String - - """Event ID""" - event: SalesforceEvent - - """Response Date""" - respondedDate: String - - """Response""" - response: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Type""" - type: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Accepted Event Relations connection, for use in pagination.""" -type SalesforceAcceptedEventRelationsConnection { - """ - The count of all Accepted Event Relation you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Accepted Event Relations""" - nodes: [SalesforceAcceptedEventRelation!]! - - """List of Accepted Event Relation edges""" - edges: [SalesforceAcceptedEventRelationEdge!]! -} - -""" -A filter to be used against AssetRelationshipHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssetRelationshipHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AssetRelationshipHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AssetRelationshipHistory's assetRelationship relation.""" - assetRelationship: SalesforceAssetRelationshipConnectionFilter - - """Filter by the AssetRelationshipHistory's id field""" - id: SalesforceIdFilter - - """Filter by the AssetRelationshipHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AssetRelationshipHistory's assetRelationshipId field""" - assetRelationshipId: SalesforceIdFilter - - """Filter by the AssetRelationshipHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AssetRelationshipHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationshipHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssetRelationshipHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssetRelationshipHistoryConnectionFilter!] -} - -"""Field that Asset Relationship Histories can be sorted by""" -enum SalesforceAssetRelationshipHistorySortByFieldEnum { - ID - IS_DELETED - ASSET_RELATIONSHIP_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceAssetRelationshipHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceAssetRelationshipHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Asset Relationship History""" -type SalesforceAssetRelationshipHistory implements OneGraphNode { - """Asset Relationship History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Asset Relationship ID""" - assetRelationshipId: String! - - """Asset Relationship ID""" - assetRelationship: SalesforceAssetRelationship! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Asset Relationship Histories connection, for use in pagination. -""" -type SalesforceAssetRelationshipHistorysConnection { - """ - The count of all Asset Relationship History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Asset Relationship Histories""" - nodes: [SalesforceAssetRelationshipHistory!]! - - """List of Asset Relationship History edges""" - edges: [SalesforceAssetRelationshipHistoryEdge!]! -} - -""" -A filter to be used against AssetRelationshipFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssetRelationshipFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AssetRelationshipFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the AssetRelationshipFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the AssetRelationshipFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AssetRelationshipFeed's parent relation.""" - parent: SalesforceAssetRelationshipConnectionFilter - - """Filter by the AssetRelationshipFeed's id field""" - id: SalesforceIdFilter - - """Filter by the AssetRelationshipFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the AssetRelationshipFeed's type field""" - type: SalesforceStringFilter - - """Filter by the AssetRelationshipFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AssetRelationshipFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationshipFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AssetRelationshipFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationshipFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AssetRelationshipFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the AssetRelationshipFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the AssetRelationshipFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssetRelationshipFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssetRelationshipFeedConnectionFilter!] -} - -"""Field that Asset Relationship Feeds can be sorted by""" -enum SalesforceAssetRelationshipFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceAssetRelationshipFeedEdge { - """The item at the end of the edge.""" - node: SalesforceAssetRelationshipFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Asset Relationship Feed""" -type SalesforceAssetRelationshipFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceAssetRelationship! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Asset Relationship Feeds connection, for use in pagination.""" -type SalesforceAssetRelationshipFeedsConnection { - """ - The count of all Asset Relationship Feed you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Asset Relationship Feeds""" - nodes: [SalesforceAssetRelationshipFeed!]! - - """List of Asset Relationship Feed edges""" - edges: [SalesforceAssetRelationshipFeedEdge!]! -} - -union SalesforceNoteAndAttachmentParentUnion = SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceContract | SalesforceContact | SalesforceAsset | SalesforceAccount - -union SalesforceOpenActivityWhatUnion = SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceContract | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -union SalesforceLookedUpFromActivityWhatUnion = SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceContract | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -union SalesforceActivityHistoryWhatUnion = SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceContract | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -""" -A filter to be used against Topic object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTopicConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Topic's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Topic's id field""" - id: SalesforceIdFilter - - """Filter by the Topic's name field""" - name: SalesforceStringFilter - - """Filter by the Topic's description field""" - description: SalesforceStringFilter - - """Filter by the Topic's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Topic's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Topic's talkingAbout field""" - talkingAbout: SalesforceIntFilter - - """Filter by the Topic's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTopicConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTopicConnectionFilter!] -} - -""" -A filter to be used against TopicAssignment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTopicAssignmentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the TopicAssignment's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the TopicAssignment's topic relation.""" - topic: SalesforceTopicConnectionFilter - - """Filter by the TopicAssignment's id field""" - id: SalesforceIdFilter - - """Filter by the TopicAssignment's topicId field""" - topicId: SalesforceIdFilter - - """Filter by the TopicAssignment's entityId field""" - entityId: SalesforceIdFilter - - """Filter by the TopicAssignment's entityKeyPrefix field""" - entityKeyPrefix: SalesforceStringFilter - - """Filter by the TopicAssignment's entityType field""" - entityType: SalesforceStringFilter - - """Filter by the TopicAssignment's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the TopicAssignment's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the TopicAssignment's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the TopicAssignment's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTopicAssignmentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTopicAssignmentConnectionFilter!] -} - -"""Field that Records can be sorted by""" -enum SalesforceTopicAssignmentSortByFieldEnum { - ID - TOPIC_ID - ENTITY_ID - ENTITY_KEY_PREFIX - ENTITY_TYPE - CREATED_DATE - CREATED_BY_ID - IS_DELETED - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceTopicAssignmentEdge { - """The item at the end of the edge.""" - node: SalesforceTopicAssignment! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceTopicAssignmentEntityUnion = SalesforceTask | SalesforceSolution | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceFeedItem | SalesforceEvent | SalesforceContract | SalesforceContentDocument | SalesforceContact | SalesforceCase | SalesforceCampaign | SalesforceAsset | SalesforceAccount - -"""Record""" -type SalesforceTopicAssignment implements OneGraphNode { - """Topic Assignment Id""" - id: String! - - """Topic ID""" - topicId: String! - - """Topic ID""" - topic: SalesforceTopic! - - """Entity ID""" - entityId: String! - - """Entity ID""" - entity: SalesforceTopicAssignmentEntityUnion! - - """Record Key Prefix""" - entityKeyPrefix: String! - - """Object Type""" - entityType: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Records connection, for use in pagination.""" -type SalesforceTopicAssignmentsConnection { - """The count of all Record you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Records""" - nodes: [SalesforceTopicAssignment!]! - - """List of Record edges""" - edges: [SalesforceTopicAssignmentEdge!]! -} - -"""Field that Tasks can be sorted by""" -enum SalesforceTaskSortByFieldEnum { - ID - WHO_ID - WHAT_ID - SUBJECT - ACTIVITY_DATE - STATUS - PRIORITY - IS_HIGH_PRIORITY - OWNER_ID - IS_DELETED - ACCOUNT_ID - IS_CLOSED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_ARCHIVED - CALL_DURATION_IN_SECONDS - CALL_TYPE - CALL_DISPOSITION - CALL_OBJECT - REMINDER_DATE_TIME - IS_REMINDER_SET - RECURRENCE_ACTIVITY_ID - IS_RECURRENCE - RECURRENCE_START_DATE_ONLY - RECURRENCE_END_DATE_ONLY - RECURRENCE_TIME_ZONE_SID_KEY - RECURRENCE_TYPE - RECURRENCE_INTERVAL - RECURRENCE_DAY_OF_WEEK_MASK - RECURRENCE_DAY_OF_MONTH - RECURRENCE_INSTANCE - RECURRENCE_MONTH_OF_YEAR - RECURRENCE_REGENERATED_TYPE - TASK_SUBTYPE -} - -"""An edge in a connection.""" -type SalesforceTaskEdge { - """The item at the end of the edge.""" - node: SalesforceTask! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Tasks connection, for use in pagination.""" -type SalesforceTasksConnection { - """The count of all Task you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Tasks""" - nodes: [SalesforceTask!]! - - """List of Task edges""" - edges: [SalesforceTaskEdge!]! -} - -""" -A filter to be used against Note object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceNoteConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Note's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Note's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Note's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Note's id field""" - id: SalesforceIdFilter - - """Filter by the Note's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Note's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Note's title field""" - title: SalesforceStringFilter - - """Filter by the Note's isPrivate field""" - isPrivate: SalesforceBooleanFilter - - """Filter by the Note's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Note's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Note's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Note's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Note's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Note's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceNoteConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceNoteConnectionFilter!] -} - -"""Field that Notes can be sorted by""" -enum SalesforceNoteSortByFieldEnum { - ID - IS_DELETED - PARENT_ID - TITLE - IS_PRIVATE - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceNoteEdge { - """The item at the end of the edge.""" - node: SalesforceNote! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceNoteParentUnion = SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceContract | SalesforceContact | SalesforceAsset | SalesforceAccount - -"""Note""" -type SalesforceNote implements OneGraphNode { - """Note Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceNoteParentUnion! - - """Title""" - title: String! - - """Private""" - isPrivate: Boolean! - - """Body""" - body: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Notes connection, for use in pagination.""" -type SalesforceNotesConnection { - """The count of all Note you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Notes""" - nodes: [SalesforceNote!]! - - """List of Note edges""" - edges: [SalesforceNoteEdge!]! -} - -""" -A filter to be used against Event object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEventConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Event's recurrenceActivity relation.""" - recurrenceActivity: SalesforceEventConnectionFilter - - """Filter by the Event's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Event's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Event's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Event's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Event's id field""" - id: SalesforceIdFilter - - """Filter by the Event's whoId field""" - whoId: SalesforceIdFilter - - """Filter by the Event's whatId field""" - whatId: SalesforceIdFilter - - """Filter by the Event's location field""" - location: SalesforceStringFilter - - """Filter by the Event's isAllDayEvent field""" - isAllDayEvent: SalesforceBooleanFilter - - """Filter by the Event's activityDateTime field""" - activityDateTime: SalesforceDateTimeFilter - - """Filter by the Event's activityDate field""" - activityDate: SalesforceDateFilter - - """Filter by the Event's durationInMinutes field""" - durationInMinutes: SalesforceIntFilter - - """Filter by the Event's startDateTime field""" - startDateTime: SalesforceDateTimeFilter - - """Filter by the Event's endDateTime field""" - endDateTime: SalesforceDateTimeFilter - - """Filter by the Event's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Event's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Event's isPrivate field""" - isPrivate: SalesforceBooleanFilter - - """Filter by the Event's showAs field""" - showAs: SalesforceStringFilter - - """Filter by the Event's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Event's isChild field""" - isChild: SalesforceBooleanFilter - - """Filter by the Event's isGroupEvent field""" - isGroupEvent: SalesforceBooleanFilter - - """Filter by the Event's groupEventType field""" - groupEventType: SalesforceStringFilter - - """Filter by the Event's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Event's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Event's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Event's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Event's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Event's isArchived field""" - isArchived: SalesforceBooleanFilter - - """Filter by the Event's recurrenceActivityId field""" - recurrenceActivityId: SalesforceIdFilter - - """Filter by the Event's isRecurrence field""" - isRecurrence: SalesforceBooleanFilter - - """Filter by the Event's recurrenceStartDateTime field""" - recurrenceStartDateTime: SalesforceDateTimeFilter - - """Filter by the Event's recurrenceEndDateOnly field""" - recurrenceEndDateOnly: SalesforceDateFilter - - """Filter by the Event's recurrenceTimeZoneSidKey field""" - recurrenceTimeZoneSidKey: SalesforceStringFilter - - """Filter by the Event's recurrenceType field""" - recurrenceType: SalesforceStringFilter - - """Filter by the Event's recurrenceInterval field""" - recurrenceInterval: SalesforceIntFilter - - """Filter by the Event's recurrenceDayOfWeekMask field""" - recurrenceDayOfWeekMask: SalesforceIntFilter - - """Filter by the Event's recurrenceDayOfMonth field""" - recurrenceDayOfMonth: SalesforceIntFilter - - """Filter by the Event's recurrenceInstance field""" - recurrenceInstance: SalesforceStringFilter - - """Filter by the Event's recurrenceMonthOfYear field""" - recurrenceMonthOfYear: SalesforceStringFilter - - """Filter by the Event's reminderDateTime field""" - reminderDateTime: SalesforceDateTimeFilter - - """Filter by the Event's isReminderSet field""" - isReminderSet: SalesforceBooleanFilter - - """Filter by the Event's eventSubtype field""" - eventSubtype: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEventConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEventConnectionFilter!] -} - -"""Field that Events can be sorted by""" -enum SalesforceEventSortByFieldEnum { - ID - WHO_ID - WHAT_ID - SUBJECT - LOCATION - IS_ALL_DAY_EVENT - ACTIVITY_DATE_TIME - ACTIVITY_DATE - DURATION_IN_MINUTES - START_DATE_TIME - END_DATE_TIME - ACCOUNT_ID - OWNER_ID - IS_PRIVATE - SHOW_AS - IS_DELETED - IS_CHILD - IS_GROUP_EVENT - GROUP_EVENT_TYPE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_ARCHIVED - RECURRENCE_ACTIVITY_ID - IS_RECURRENCE - RECURRENCE_START_DATE_TIME - RECURRENCE_END_DATE_ONLY - RECURRENCE_TIME_ZONE_SID_KEY - RECURRENCE_TYPE - RECURRENCE_INTERVAL - RECURRENCE_DAY_OF_WEEK_MASK - RECURRENCE_DAY_OF_MONTH - RECURRENCE_INSTANCE - RECURRENCE_MONTH_OF_YEAR - REMINDER_DATE_TIME - IS_REMINDER_SET - EVENT_SUBTYPE -} - -"""An edge in a connection.""" -type SalesforceEventEdge { - """The item at the end of the edge.""" - node: SalesforceEvent! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Events connection, for use in pagination.""" -type SalesforceEventsConnection { - """The count of all Event you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Events""" - nodes: [SalesforceEvent!]! - - """List of Event edges""" - edges: [SalesforceEventEdge!]! -} - -"""An edge in a connection.""" -type SalesforceEmailMessageEdge { - """The item at the end of the edge.""" - node: SalesforceEmailMessage! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against EmailMessageRelation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEmailMessageRelationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EmailMessageRelation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EmailMessageRelation's emailMessage relation.""" - emailMessage: SalesforceEmailMessageConnectionFilter - - """Filter by the EmailMessageRelation's id field""" - id: SalesforceIdFilter - - """Filter by the EmailMessageRelation's emailMessageId field""" - emailMessageId: SalesforceIdFilter - - """Filter by the EmailMessageRelation's relationId field""" - relationId: SalesforceIdFilter - - """Filter by the EmailMessageRelation's relationType field""" - relationType: SalesforceStringFilter - - """Filter by the EmailMessageRelation's relationAddress field""" - relationAddress: SalesforceStringFilter - - """Filter by the EmailMessageRelation's relationObjectType field""" - relationObjectType: SalesforceStringFilter - - """Filter by the EmailMessageRelation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EmailMessageRelation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EmailMessageRelation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EmailMessageRelation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEmailMessageRelationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEmailMessageRelationConnectionFilter!] -} - -"""Field that Email Message Relations can be sorted by""" -enum SalesforceEmailMessageRelationSortByFieldEnum { - ID - EMAIL_MESSAGE_ID - RELATION_ID - RELATION_TYPE - RELATION_ADDRESS - RELATION_OBJECT_TYPE - CREATED_DATE - CREATED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceEmailMessageRelationEdge { - """The item at the end of the edge.""" - node: SalesforceEmailMessageRelation! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceEmailMessageRelationRelationUnion = SalesforceUser | SalesforceLead | SalesforceContact - -"""Email Message Relation""" -type SalesforceEmailMessageRelation implements OneGraphNode { - """Email Message Relation ID""" - id: String! - - """Email Message ID""" - emailMessageId: String! - - """Email Message ID""" - emailMessage: SalesforceEmailMessage! - - """Relation ID""" - relationId: String - - """Relation ID""" - relation: SalesforceEmailMessageRelationRelationUnion - - """Relation Type""" - relationType: String! - - """Relation Address""" - relationAddress: String - - """Relation Object Type""" - relationObjectType: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Email Message Relations connection, for use in pagination.""" -type SalesforceEmailMessageRelationsConnection { - """ - The count of all Email Message Relation you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Email Message Relations""" - nodes: [SalesforceEmailMessageRelation!]! - - """List of Email Message Relation edges""" - edges: [SalesforceEmailMessageRelationEdge!]! -} - -""" -A filter to be used against Task object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceTaskConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Task's recurrenceActivity relation.""" - recurrenceActivity: SalesforceTaskConnectionFilter - - """Filter by the Task's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Task's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Task's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Task's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Task's id field""" - id: SalesforceIdFilter - - """Filter by the Task's whoId field""" - whoId: SalesforceIdFilter - - """Filter by the Task's whatId field""" - whatId: SalesforceIdFilter - - """Filter by the Task's activityDate field""" - activityDate: SalesforceDateFilter - - """Filter by the Task's status field""" - status: SalesforceStringFilter - - """Filter by the Task's priority field""" - priority: SalesforceStringFilter - - """Filter by the Task's isHighPriority field""" - isHighPriority: SalesforceBooleanFilter - - """Filter by the Task's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Task's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Task's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Task's isClosed field""" - isClosed: SalesforceBooleanFilter - - """Filter by the Task's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Task's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Task's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Task's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Task's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Task's isArchived field""" - isArchived: SalesforceBooleanFilter - - """Filter by the Task's callDurationInSeconds field""" - callDurationInSeconds: SalesforceIntFilter - - """Filter by the Task's callType field""" - callType: SalesforceStringFilter - - """Filter by the Task's callDisposition field""" - callDisposition: SalesforceStringFilter - - """Filter by the Task's callObject field""" - callObject: SalesforceStringFilter - - """Filter by the Task's reminderDateTime field""" - reminderDateTime: SalesforceDateTimeFilter - - """Filter by the Task's isReminderSet field""" - isReminderSet: SalesforceBooleanFilter - - """Filter by the Task's recurrenceActivityId field""" - recurrenceActivityId: SalesforceIdFilter - - """Filter by the Task's isRecurrence field""" - isRecurrence: SalesforceBooleanFilter - - """Filter by the Task's recurrenceStartDateOnly field""" - recurrenceStartDateOnly: SalesforceDateFilter - - """Filter by the Task's recurrenceEndDateOnly field""" - recurrenceEndDateOnly: SalesforceDateFilter - - """Filter by the Task's recurrenceTimeZoneSidKey field""" - recurrenceTimeZoneSidKey: SalesforceStringFilter - - """Filter by the Task's recurrenceType field""" - recurrenceType: SalesforceStringFilter - - """Filter by the Task's recurrenceInterval field""" - recurrenceInterval: SalesforceIntFilter - - """Filter by the Task's recurrenceDayOfWeekMask field""" - recurrenceDayOfWeekMask: SalesforceIntFilter - - """Filter by the Task's recurrenceDayOfMonth field""" - recurrenceDayOfMonth: SalesforceIntFilter - - """Filter by the Task's recurrenceInstance field""" - recurrenceInstance: SalesforceStringFilter - - """Filter by the Task's recurrenceMonthOfYear field""" - recurrenceMonthOfYear: SalesforceStringFilter - - """Filter by the Task's recurrenceRegeneratedType field""" - recurrenceRegeneratedType: SalesforceStringFilter - - """Filter by the Task's taskSubtype field""" - taskSubtype: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceTaskConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceTaskConnectionFilter!] -} - -""" -A filter to be used against EmailMessage object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEmailMessageConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EmailMessage's replyToEmailMessage relation.""" - replyToEmailMessage: SalesforceEmailMessageConnectionFilter - - """Filter by the EmailMessage's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EmailMessage's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EmailMessage's activity relation.""" - activity: SalesforceTaskConnectionFilter - - """Filter by the EmailMessage's parent relation.""" - parent: SalesforceCaseConnectionFilter - - """Filter by the EmailMessage's id field""" - id: SalesforceIdFilter - - """Filter by the EmailMessage's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the EmailMessage's activityId field""" - activityId: SalesforceIdFilter - - """Filter by the EmailMessage's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EmailMessage's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EmailMessage's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EmailMessage's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EmailMessage's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EmailMessage's subject field""" - subject: SalesforceStringFilter - - """Filter by the EmailMessage's fromName field""" - fromName: SalesforceStringFilter - - """Filter by the EmailMessage's fromAddress field""" - fromAddress: SalesforceStringFilter - - """Filter by the EmailMessage's validatedFromAddress field""" - validatedFromAddress: SalesforceStringFilter - - """Filter by the EmailMessage's toAddress field""" - toAddress: SalesforceStringFilter - - """Filter by the EmailMessage's ccAddress field""" - ccAddress: SalesforceStringFilter - - """Filter by the EmailMessage's bccAddress field""" - bccAddress: SalesforceStringFilter - - """Filter by the EmailMessage's incoming field""" - incoming: SalesforceBooleanFilter - - """Filter by the EmailMessage's hasAttachment field""" - hasAttachment: SalesforceBooleanFilter - - """Filter by the EmailMessage's status field""" - status: SalesforceStringFilter - - """Filter by the EmailMessage's messageDate field""" - messageDate: SalesforceDateTimeFilter - - """Filter by the EmailMessage's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the EmailMessage's replyToEmailMessageId field""" - replyToEmailMessageId: SalesforceIdFilter - - """Filter by the EmailMessage's isExternallyVisible field""" - isExternallyVisible: SalesforceBooleanFilter - - """Filter by the EmailMessage's messageIdentifier field""" - messageIdentifier: SalesforceStringFilter - - """Filter by the EmailMessage's threadIdentifier field""" - threadIdentifier: SalesforceStringFilter - - """Filter by the EmailMessage's isClientManaged field""" - isClientManaged: SalesforceBooleanFilter - - """Filter by the EmailMessage's relatedToId field""" - relatedToId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEmailMessageConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEmailMessageConnectionFilter!] -} - -"""Field that Email Messages can be sorted by""" -enum SalesforceEmailMessageSortByFieldEnum { - ID - PARENT_ID - ACTIVITY_ID - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SUBJECT - FROM_NAME - FROM_ADDRESS - VALIDATED_FROM_ADDRESS - TO_ADDRESS - CC_ADDRESS - BCC_ADDRESS - INCOMING - HAS_ATTACHMENT - STATUS - MESSAGE_DATE - IS_DELETED - REPLY_TO_EMAIL_MESSAGE_ID - IS_EXTERNALLY_VISIBLE - MESSAGE_IDENTIFIER - THREAD_IDENTIFIER - IS_CLIENT_MANAGED - RELATED_TO_ID -} - -"""An edge in a connection.""" -type SalesforceContentDistributionEdge { - """The item at the end of the edge.""" - node: SalesforceContentDistribution! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceContentDistributionViewEdge { - """The item at the end of the edge.""" - node: SalesforceContentDistributionView! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against ContentDistributionView object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentDistributionViewConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentDistributionView's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentDistributionView's parentView relation.""" - parentView: SalesforceContentDistributionViewConnectionFilter - - """Filter by the ContentDistributionView's distribution relation.""" - distribution: SalesforceContentDistributionConnectionFilter - - """Filter by the ContentDistributionView's id field""" - id: SalesforceIdFilter - - """Filter by the ContentDistributionView's distributionId field""" - distributionId: SalesforceIdFilter - - """Filter by the ContentDistributionView's parentViewId field""" - parentViewId: SalesforceIdFilter - - """Filter by the ContentDistributionView's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentDistributionView's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentDistributionView's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentDistributionView's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentDistributionView's isInternal field""" - isInternal: SalesforceBooleanFilter - - """Filter by the ContentDistributionView's isDownload field""" - isDownload: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentDistributionViewConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentDistributionViewConnectionFilter!] -} - -"""Field that Content Delivery Views can be sorted by""" -enum SalesforceContentDistributionViewSortByFieldEnum { - ID - DISTRIBUTION_ID - PARENT_VIEW_ID - CREATED_DATE - CREATED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - IS_INTERNAL - IS_DOWNLOAD -} - -"""Content Delivery View""" -type SalesforceContentDistributionView implements OneGraphNode { - """Content Delivery View ID""" - id: String! - - """Content Delivery ID""" - distributionId: String! - - """Content Delivery ID""" - distribution: SalesforceContentDistribution! - - """Content Delivery View ID""" - parentViewId: String - - """Content Delivery View ID""" - parentView: SalesforceContentDistributionView - - """View Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Internal View""" - isInternal: Boolean! - - """File Downloaded""" - isDownload: Boolean! - - """Collection of Salesforce ContentDistributionView""" - contentDistributionViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionViewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributionViews to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionViewsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Content Delivery Views connection, for use in pagination.""" -type SalesforceContentDistributionViewsConnection { - """ - The count of all Content Delivery View you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Delivery Views""" - nodes: [SalesforceContentDistributionView!]! - - """List of Content Delivery View edges""" - edges: [SalesforceContentDistributionViewEdge!]! -} - -union SalesforceOutgoingEmailWhoUnion = SalesforceLead | SalesforceContact - -union SalesforceOutgoingEmailRelatedToUnion = SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceContract | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""Outgoing Email""" -type SalesforceOutgoingEmail { - """Outgoing Email ID""" - id: String! - - """External ID""" - externalId: String - - """From""" - validatedFromAddress: String - - """To""" - toAddress: String - - """CC""" - ccAddress: String - - """BCC""" - bccAddress: String - - """Subject""" - subject: String - - """Text Body""" - textBody: String - - """HTML Body""" - htmlBody: String - - """Related To ID""" - relatedToId: String - - """Related To ID""" - relatedTo: SalesforceOutgoingEmailRelatedToUnion - - """Name ID""" - whoId: String - - """Name ID""" - who: SalesforceOutgoingEmailWhoUnion - - """Email Template ID""" - emailTemplateId: String - - """Email Template ID""" - emailTemplate: SalesforceEmailTemplate - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! -} - -union SalesforceContentVersionFirstPublishLocationUnion = SalesforceUser | SalesforceTopic | SalesforceTask | SalesforceSolution | SalesforceSite | SalesforceReport | SalesforceProduct2 | SalesforceOutgoingEmail | SalesforceOrganization | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunity | SalesforceListEmail | SalesforceLead | SalesforceEvent | SalesforceEmailTemplate | SalesforceEmailMessage | SalesforceDashboardComponent | SalesforceDashboard | SalesforceContract | SalesforceContentWorkspace | SalesforceContact | SalesforceCollaborationGroup | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -union SalesforceFeedCommentParentUnion = SalesforceUser | SalesforceTopic | SalesforceTask | SalesforceSolution | SalesforceSite | SalesforceReport | SalesforceProduct2 | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceEvent | SalesforceDashboardComponent | SalesforceDashboard | SalesforceContract | SalesforceContentDocument | SalesforceContact | SalesforceCollaborationGroup | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""An edge in a connection.""" -type SalesforceCollaborationInvitationEdge { - """The item at the end of the edge.""" - node: SalesforceCollaborationInvitation! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against CollaborationInvitation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCollaborationInvitationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CollaborationInvitation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationInvitation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationInvitation's inviter relation.""" - inviter: SalesforceUserConnectionFilter - - """Filter by the CollaborationInvitation's parent relation.""" - parent: SalesforceCollaborationInvitationConnectionFilter - - """Filter by the CollaborationInvitation's id field""" - id: SalesforceIdFilter - - """Filter by the CollaborationInvitation's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CollaborationInvitation's sharedEntityId field""" - sharedEntityId: SalesforceIdFilter - - """Filter by the CollaborationInvitation's inviterId field""" - inviterId: SalesforceIdFilter - - """Filter by the CollaborationInvitation's invitedUserEmail field""" - invitedUserEmail: SalesforceStringFilter - - """ - Filter by the CollaborationInvitation's invitedUserEmailNormalized field - """ - invitedUserEmailNormalized: SalesforceStringFilter - - """Filter by the CollaborationInvitation's status field""" - status: SalesforceStringFilter - - """Filter by the CollaborationInvitation's optionalMessage field""" - optionalMessage: SalesforceStringFilter - - """Filter by the CollaborationInvitation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CollaborationInvitation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CollaborationInvitation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationInvitation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CollaborationInvitation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCollaborationInvitationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCollaborationInvitationConnectionFilter!] -} - -"""Field that Chatter Invitations can be sorted by""" -enum SalesforceCollaborationInvitationSortByFieldEnum { - ID - PARENT_ID - SHARED_ENTITY_ID - INVITER_ID - INVITED_USER_EMAIL - INVITED_USER_EMAIL_NORMALIZED - STATUS - OPTIONAL_MESSAGE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -union SalesforceCollaborationInvitationSharedEntityUnion = SalesforceUser | SalesforceCollaborationGroup - -"""Chatter Invitation""" -type SalesforceCollaborationInvitation implements OneGraphNode { - """Chatter Invitation Id""" - id: String! - - """Parent ID""" - parentId: String - - """Parent ID""" - parent: SalesforceCollaborationInvitation - - """Shared Entity ID""" - sharedEntityId: String! - - """Shared Entity ID""" - sharedEntity: SalesforceCollaborationInvitationSharedEntityUnion! - - """Inviter User ID""" - inviterId: String! - - """Inviter User ID""" - inviter: SalesforceUser! - - """Invited Email""" - invitedUserEmail: String! - - """Invited Email (Normalized)""" - invitedUserEmailNormalized: String! - - """Invitation Status""" - status: String! - - """Optional Message""" - optionalMessage: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce CollaborationInvitation""" - collaborationInvitations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationInvitationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationInvitationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationInvitationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationInvitations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationInvitationsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Chatter Invitations connection, for use in pagination.""" -type SalesforceCollaborationInvitationsConnection { - """The count of all Chatter Invitation you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Chatter Invitations""" - nodes: [SalesforceCollaborationInvitation!]! - - """List of Chatter Invitation edges""" - edges: [SalesforceCollaborationInvitationEdge!]! -} - -""" -A filter to be used against CollaborationGroupRecord object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCollaborationGroupRecordConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CollaborationGroupRecord's collaborationGroup relation.""" - collaborationGroup: SalesforceCollaborationGroupConnectionFilter - - """Filter by the CollaborationGroupRecord's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupRecord's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupRecord's id field""" - id: SalesforceIdFilter - - """Filter by the CollaborationGroupRecord's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CollaborationGroupRecord's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupRecord's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CollaborationGroupRecord's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupRecord's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CollaborationGroupRecord's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupRecord's collaborationGroupId field""" - collaborationGroupId: SalesforceIdFilter - - """Filter by the CollaborationGroupRecord's recordId field""" - recordId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCollaborationGroupRecordConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCollaborationGroupRecordConnectionFilter!] -} - -"""Field that Group Records can be sorted by""" -enum SalesforceCollaborationGroupRecordSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - COLLABORATION_GROUP_ID - RECORD_ID -} - -"""An edge in a connection.""" -type SalesforceCollaborationGroupRecordEdge { - """The item at the end of the edge.""" - node: SalesforceCollaborationGroupRecord! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceCollaborationGroupRecordRecordUnion = SalesforceOpportunity | SalesforceLead | SalesforceContract | SalesforceContact | SalesforceCase | SalesforceCampaign | SalesforceAccount - -"""Group Record""" -type SalesforceCollaborationGroupRecord implements OneGraphNode { - """Group Record ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Chatter Group ID""" - collaborationGroupId: String! - - """Chatter Group ID""" - collaborationGroup: SalesforceCollaborationGroup! - - """Record ID""" - recordId: String! - - """Record ID""" - record: SalesforceCollaborationGroupRecordRecordUnion! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Group Records connection, for use in pagination.""" -type SalesforceCollaborationGroupRecordsConnection { - """The count of all Group Record you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Group Records""" - nodes: [SalesforceCollaborationGroupRecord!]! - - """List of Group Record edges""" - edges: [SalesforceCollaborationGroupRecordEdge!]! -} - -""" -A filter to be used against CollaborationGroupMemberRequest object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCollaborationGroupMemberRequestConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """ - Filter by the CollaborationGroupMemberRequest's lastModifiedBy relation. - """ - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupMemberRequest's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupMemberRequest's requester relation.""" - requester: SalesforceUserConnectionFilter - - """ - Filter by the CollaborationGroupMemberRequest's collaborationGroup relation. - """ - collaborationGroup: SalesforceCollaborationGroupConnectionFilter - - """Filter by the CollaborationGroupMemberRequest's id field""" - id: SalesforceIdFilter - - """ - Filter by the CollaborationGroupMemberRequest's collaborationGroupId field - """ - collaborationGroupId: SalesforceIdFilter - - """Filter by the CollaborationGroupMemberRequest's requesterId field""" - requesterId: SalesforceIdFilter - - """Filter by the CollaborationGroupMemberRequest's responseMessage field""" - responseMessage: SalesforceStringFilter - - """Filter by the CollaborationGroupMemberRequest's status field""" - status: SalesforceStringFilter - - """Filter by the CollaborationGroupMemberRequest's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupMemberRequest's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CollaborationGroupMemberRequest's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupMemberRequest's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CollaborationGroupMemberRequest's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCollaborationGroupMemberRequestConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCollaborationGroupMemberRequestConnectionFilter!] -} - -"""Field that Group Member Requests can be sorted by""" -enum SalesforceCollaborationGroupMemberRequestSortByFieldEnum { - ID - COLLABORATION_GROUP_ID - REQUESTER_ID - RESPONSE_MESSAGE - STATUS - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceCollaborationGroupMemberRequestEdge { - """The item at the end of the edge.""" - node: SalesforceCollaborationGroupMemberRequest! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Group Member Request""" -type SalesforceCollaborationGroupMemberRequest implements OneGraphNode { - """Group Member Request Id""" - id: String! - - """CollaborationGroup ID""" - collaborationGroupId: String! - - """CollaborationGroup ID""" - collaborationGroup: SalesforceCollaborationGroup! - - """User ID""" - requesterId: String! - - """User ID""" - requester: SalesforceUser! - - """Response Message""" - responseMessage: String - - """Status""" - status: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Group Member Requests connection, for use in pagination.""" -type SalesforceCollaborationGroupMemberRequestsConnection { - """ - The count of all Group Member Request you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Group Member Requests""" - nodes: [SalesforceCollaborationGroupMemberRequest!]! - - """List of Group Member Request edges""" - edges: [SalesforceCollaborationGroupMemberRequestEdge!]! -} - -""" -A filter to be used against CollaborationGroupMember object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCollaborationGroupMemberConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CollaborationGroupMember's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupMember's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupMember's member relation.""" - member: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupMember's collaborationGroup relation.""" - collaborationGroup: SalesforceCollaborationGroupConnectionFilter - - """Filter by the CollaborationGroupMember's id field""" - id: SalesforceIdFilter - - """Filter by the CollaborationGroupMember's collaborationGroupId field""" - collaborationGroupId: SalesforceIdFilter - - """Filter by the CollaborationGroupMember's memberId field""" - memberId: SalesforceIdFilter - - """Filter by the CollaborationGroupMember's collaborationRole field""" - collaborationRole: SalesforceStringFilter - - """Filter by the CollaborationGroupMember's notificationFrequency field""" - notificationFrequency: SalesforceStringFilter - - """Filter by the CollaborationGroupMember's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupMember's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CollaborationGroupMember's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupMember's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CollaborationGroupMember's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupMember's lastFeedAccessDate field""" - lastFeedAccessDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCollaborationGroupMemberConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCollaborationGroupMemberConnectionFilter!] -} - -"""Field that Group Members can be sorted by""" -enum SalesforceCollaborationGroupMemberSortByFieldEnum { - ID - COLLABORATION_GROUP_ID - MEMBER_ID - COLLABORATION_ROLE - NOTIFICATION_FREQUENCY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_FEED_ACCESS_DATE -} - -"""An edge in a connection.""" -type SalesforceCollaborationGroupMemberEdge { - """The item at the end of the edge.""" - node: SalesforceCollaborationGroupMember! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Group Member""" -type SalesforceCollaborationGroupMember implements OneGraphNode { - """Group Member Id""" - id: String! - - """CollaborationGroup ID""" - collaborationGroupId: String! - - """CollaborationGroup ID""" - collaborationGroup: SalesforceCollaborationGroup! - - """Member ID""" - memberId: String! - - """Member ID""" - member: SalesforceUser! - - """Group Member Role""" - collaborationRole: String - - """Notification Frequency""" - notificationFrequency: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Feed Access Date""" - lastFeedAccessDate: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Group Members connection, for use in pagination.""" -type SalesforceCollaborationGroupMembersConnection { - """The count of all Group Member you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Group Members""" - nodes: [SalesforceCollaborationGroupMember!]! - - """List of Group Member edges""" - edges: [SalesforceCollaborationGroupMemberEdge!]! -} - -""" -A filter to be used against CollaborationGroupFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCollaborationGroupFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CollaborationGroupFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the CollaborationGroupFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroupFeed's parent relation.""" - parent: SalesforceCollaborationGroupConnectionFilter - - """Filter by the CollaborationGroupFeed's id field""" - id: SalesforceIdFilter - - """Filter by the CollaborationGroupFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CollaborationGroupFeed's type field""" - type: SalesforceStringFilter - - """Filter by the CollaborationGroupFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CollaborationGroupFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CollaborationGroupFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CollaborationGroupFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the CollaborationGroupFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the CollaborationGroupFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCollaborationGroupFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCollaborationGroupFeedConnectionFilter!] -} - -"""Field that Group Feeds can be sorted by""" -enum SalesforceCollaborationGroupFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceCollaborationGroupFeedEdge { - """The item at the end of the edge.""" - node: SalesforceCollaborationGroupFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Group Feed""" -type SalesforceCollaborationGroupFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceCollaborationGroup! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Group Feeds connection, for use in pagination.""" -type SalesforceCollaborationGroupFeedsConnection { - """The count of all Group Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Group Feeds""" - nodes: [SalesforceCollaborationGroupFeed!]! - - """List of Group Feed edges""" - edges: [SalesforceCollaborationGroupFeedEdge!]! -} - -"""Field that Announcements can be sorted by""" -enum SalesforceAnnouncementSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - FEED_ITEM_ID - EXPIRATION_DATE - SEND_EMAILS - IS_ARCHIVED - PARENT_ID -} - -"""An edge in a connection.""" -type SalesforceAnnouncementEdge { - """The item at the end of the edge.""" - node: SalesforceAnnouncement! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Announcements connection, for use in pagination.""" -type SalesforceAnnouncementsConnection { - """The count of all Announcement you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Announcements""" - nodes: [SalesforceAnnouncement!]! - - """List of Announcement edges""" - edges: [SalesforceAnnouncementEdge!]! -} - -""" -A filter to be used against Announcement object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAnnouncementConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Announcement's parent relation.""" - parent: SalesforceCollaborationGroupConnectionFilter - - """Filter by the Announcement's feedItem relation.""" - feedItem: SalesforceFeedItemConnectionFilter - - """Filter by the Announcement's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Announcement's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Announcement's id field""" - id: SalesforceIdFilter - - """Filter by the Announcement's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Announcement's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Announcement's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Announcement's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Announcement's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Announcement's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Announcement's feedItemId field""" - feedItemId: SalesforceIdFilter - - """Filter by the Announcement's expirationDate field""" - expirationDate: SalesforceDateTimeFilter - - """Filter by the Announcement's sendEmails field""" - sendEmails: SalesforceBooleanFilter - - """Filter by the Announcement's isArchived field""" - isArchived: SalesforceBooleanFilter - - """Filter by the Announcement's parentId field""" - parentId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAnnouncementConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAnnouncementConnectionFilter!] -} - -""" -A filter to be used against CollaborationGroup object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCollaborationGroupConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CollaborationGroup's announcement relation.""" - announcement: SalesforceAnnouncementConnectionFilter - - """Filter by the CollaborationGroup's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroup's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroup's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the CollaborationGroup's id field""" - id: SalesforceIdFilter - - """Filter by the CollaborationGroup's name field""" - name: SalesforceStringFilter - - """Filter by the CollaborationGroup's memberCount field""" - memberCount: SalesforceIntFilter - - """Filter by the CollaborationGroup's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the CollaborationGroup's collaborationType field""" - collaborationType: SalesforceStringFilter - - """Filter by the CollaborationGroup's description field""" - description: SalesforceStringFilter - - """Filter by the CollaborationGroup's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroup's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CollaborationGroup's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroup's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CollaborationGroup's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CollaborationGroup's fullPhotoUrl field""" - fullPhotoUrl: SalesforceStringFilter - - """Filter by the CollaborationGroup's mediumPhotoUrl field""" - mediumPhotoUrl: SalesforceStringFilter - - """Filter by the CollaborationGroup's smallPhotoUrl field""" - smallPhotoUrl: SalesforceStringFilter - - """Filter by the CollaborationGroup's lastFeedModifiedDate field""" - lastFeedModifiedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroup's informationTitle field""" - informationTitle: SalesforceStringFilter - - """Filter by the CollaborationGroup's hasPrivateFieldsAccess field""" - hasPrivateFieldsAccess: SalesforceBooleanFilter - - """Filter by the CollaborationGroup's canHaveGuests field""" - canHaveGuests: SalesforceBooleanFilter - - """Filter by the CollaborationGroup's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroup's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the CollaborationGroup's isArchived field""" - isArchived: SalesforceBooleanFilter - - """Filter by the CollaborationGroup's isAutoArchiveDisabled field""" - isAutoArchiveDisabled: SalesforceBooleanFilter - - """Filter by the CollaborationGroup's announcementId field""" - announcementId: SalesforceIdFilter - - """Filter by the CollaborationGroup's bannerPhotoUrl field""" - bannerPhotoUrl: SalesforceStringFilter - - """Filter by the CollaborationGroup's isBroadcast field""" - isBroadcast: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCollaborationGroupConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCollaborationGroupConnectionFilter!] -} - -"""Field that Groups can be sorted by""" -enum SalesforceCollaborationGroupSortByFieldEnum { - ID - NAME - MEMBER_COUNT - OWNER_ID - COLLABORATION_TYPE - DESCRIPTION - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - FULL_PHOTO_URL - MEDIUM_PHOTO_URL - SMALL_PHOTO_URL - LAST_FEED_MODIFIED_DATE - INFORMATION_TITLE - HAS_PRIVATE_FIELDS_ACCESS - CAN_HAVE_GUESTS - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - IS_ARCHIVED - IS_AUTO_ARCHIVE_DISABLED - ANNOUNCEMENT_ID - GROUP_EMAIL - BANNER_PHOTO_URL - IS_BROADCAST -} - -"""An edge in a connection.""" -type SalesforceCollaborationGroupEdge { - """The item at the end of the edge.""" - node: SalesforceCollaborationGroup! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Groups connection, for use in pagination.""" -type SalesforceCollaborationGroupsConnection { - """The count of all Group you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Groups""" - nodes: [SalesforceCollaborationGroup!]! - - """List of Group edges""" - edges: [SalesforceCollaborationGroupEdge!]! -} - -"""Announcement""" -type SalesforceAnnouncement implements OneGraphNode { - """Announcement ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Feed Item ID""" - feedItemId: String! - - """Feed Item ID""" - feedItem: SalesforceFeedItem! - - """Expiration Date""" - expirationDate: String! - - """Send Emails on Announcement""" - sendEmails: Boolean! - - """Is Announcement Archived""" - isArchived: Boolean! - - """Parent ID""" - parentId: String - - """Parent ID""" - parent: SalesforceCollaborationGroup - - """Collection of Salesforce CollaborationGroup""" - collaborationGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CollaborationGroups to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCollaborationGroupsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Group""" -type SalesforceCollaborationGroup implements OneGraphNode { - """Group Id""" - id: String! - - """Name""" - name: String! - - """Member Count""" - memberCount: Int - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Access Type""" - collaborationType: String! - - """Description""" - description: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Url for full-sized Photo""" - fullPhotoUrl: String - - """Url for medium profile photo""" - mediumPhotoUrl: String - - """Photo""" - smallPhotoUrl: String - - """Last Feed Modified Date""" - lastFeedModifiedDate: String! - - """Information Title""" - informationTitle: String - - """Information""" - informationBody: String - - """Has Private Fields Access""" - hasPrivateFieldsAccess: Boolean! - - """Allow customers""" - canHaveGuests: Boolean! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Archive""" - isArchived: Boolean! - - """Disable automatic archiving""" - isAutoArchiveDisabled: Boolean! - - """Announcement ID""" - announcementId: String - - """Announcement ID""" - announcement: SalesforceAnnouncement - - """Group Email""" - groupEmail: String - - """Banner Photo Url""" - bannerPhotoUrl: String - - """Broadcast Only""" - isBroadcast: Boolean! - - """Collection of Salesforce Announcement""" - announcements( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAnnouncementConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAnnouncementSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAnnouncementSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Announcements to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAnnouncementsConnection - - """Collection of Salesforce CollaborationGroupFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupFeedsConnection - - """Collection of Salesforce CollaborationGroupMember""" - groupMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupMembersConnection - - """Collection of Salesforce CollaborationGroupMemberRequest""" - groupMemberRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupMemberRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupMemberRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupMemberRequestsConnection - - """Collection of Salesforce CollaborationGroupRecord""" - collaborationGroupRecords( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce CollaborationInvitation""" - collaborationInvitations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationInvitationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationInvitationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationInvitationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationInvitations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationInvitationsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceCombinedAttachmentParentUnion = SalesforceUser | SalesforceTask | SalesforceSolution | SalesforceSite | SalesforceReport | SalesforceProduct2 | SalesforceOrganization | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunity | SalesforceListEmail | SalesforceLead | SalesforceEvent | SalesforceEmailTemplate | SalesforceEmailMessage | SalesforceDashboardComponent | SalesforceDashboard | SalesforceContract | SalesforceContentWorkspace | SalesforceContact | SalesforceCollaborationGroup | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -""" -A filter to be used against Document object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDocumentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Document's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Document's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Document's author relation.""" - author: SalesforceUserConnectionFilter - - """Filter by the Document's id field""" - id: SalesforceIdFilter - - """Filter by the Document's folderId field""" - folderId: SalesforceIdFilter - - """Filter by the Document's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Document's name field""" - name: SalesforceStringFilter - - """Filter by the Document's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the Document's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the Document's contentType field""" - contentType: SalesforceStringFilter - - """Filter by the Document's type field""" - type: SalesforceStringFilter - - """Filter by the Document's isPublic field""" - isPublic: SalesforceBooleanFilter - - """Filter by the Document's bodyLength field""" - bodyLength: SalesforceIntFilter - - """Filter by the Document's url field""" - url: SalesforceStringFilter - - """Filter by the Document's description field""" - description: SalesforceStringFilter - - """Filter by the Document's keywords field""" - keywords: SalesforceStringFilter - - """Filter by the Document's isInternalUseOnly field""" - isInternalUseOnly: SalesforceBooleanFilter - - """Filter by the Document's authorId field""" - authorId: SalesforceIdFilter - - """Filter by the Document's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Document's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Document's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Document's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Document's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Document's isBodySearchable field""" - isBodySearchable: SalesforceBooleanFilter - - """Filter by the Document's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Document's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDocumentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDocumentConnectionFilter!] -} - -""" -A filter to be used against DocumentAttachmentMap object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDocumentAttachmentMapConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DocumentAttachmentMap's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DocumentAttachmentMap's document relation.""" - document: SalesforceDocumentConnectionFilter - - """Filter by the DocumentAttachmentMap's parent relation.""" - parent: SalesforceEmailTemplateConnectionFilter - - """Filter by the DocumentAttachmentMap's id field""" - id: SalesforceIdFilter - - """Filter by the DocumentAttachmentMap's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the DocumentAttachmentMap's documentId field""" - documentId: SalesforceIdFilter - - """Filter by the DocumentAttachmentMap's documentSequence field""" - documentSequence: SalesforceIntFilter - - """Filter by the DocumentAttachmentMap's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DocumentAttachmentMap's createdById field""" - createdById: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDocumentAttachmentMapConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDocumentAttachmentMapConnectionFilter!] -} - -"""Field that Document Entity Maps can be sorted by""" -enum SalesforceDocumentAttachmentMapSortByFieldEnum { - ID - PARENT_ID - DOCUMENT_ID - DOCUMENT_SEQUENCE - CREATED_DATE - CREATED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceDocumentAttachmentMapEdge { - """The item at the end of the edge.""" - node: SalesforceDocumentAttachmentMap! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Document Entity Map""" -type SalesforceDocumentAttachmentMap implements OneGraphNode { - """Document Entity Map Id""" - id: String! - - """Entity ID""" - parentId: String! - - """Entity ID""" - parent: SalesforceEmailTemplate! - - """Document ID""" - documentId: String! - - """Document ID""" - document: SalesforceDocument! - - """Attachment Sequence""" - documentSequence: Int! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Document Entity Maps connection, for use in pagination.""" -type SalesforceDocumentAttachmentMapsConnection { - """ - The count of all Document Entity Map you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Document Entity Maps""" - nodes: [SalesforceDocumentAttachmentMap!]! - - """List of Document Entity Map edges""" - edges: [SalesforceDocumentAttachmentMapEdge!]! -} - -""" -A filter to be used against BrandTemplate object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceBrandTemplateConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the BrandTemplate's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the BrandTemplate's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the BrandTemplate's id field""" - id: SalesforceIdFilter - - """Filter by the BrandTemplate's name field""" - name: SalesforceStringFilter - - """Filter by the BrandTemplate's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the BrandTemplate's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the BrandTemplate's description field""" - description: SalesforceStringFilter - - """Filter by the BrandTemplate's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the BrandTemplate's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the BrandTemplate's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the BrandTemplate's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the BrandTemplate's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the BrandTemplate's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceBrandTemplateConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceBrandTemplateConnectionFilter!] -} - -""" -A filter to be used against EmailTemplate object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEmailTemplateConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EmailTemplate's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the EmailTemplate's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EmailTemplate's brandTemplate relation.""" - brandTemplate: SalesforceBrandTemplateConnectionFilter - - """Filter by the EmailTemplate's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the EmailTemplate's id field""" - id: SalesforceIdFilter - - """Filter by the EmailTemplate's name field""" - name: SalesforceStringFilter - - """Filter by the EmailTemplate's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the EmailTemplate's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the EmailTemplate's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the EmailTemplate's folderId field""" - folderId: SalesforceIdFilter - - """Filter by the EmailTemplate's brandTemplateId field""" - brandTemplateId: SalesforceIdFilter - - """Filter by the EmailTemplate's templateStyle field""" - templateStyle: SalesforceStringFilter - - """Filter by the EmailTemplate's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the EmailTemplate's templateType field""" - templateType: SalesforceStringFilter - - """Filter by the EmailTemplate's encoding field""" - encoding: SalesforceStringFilter - - """Filter by the EmailTemplate's description field""" - description: SalesforceStringFilter - - """Filter by the EmailTemplate's timesUsed field""" - timesUsed: SalesforceIntFilter - - """Filter by the EmailTemplate's lastUsedDate field""" - lastUsedDate: SalesforceDateTimeFilter - - """Filter by the EmailTemplate's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EmailTemplate's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EmailTemplate's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the EmailTemplate's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the EmailTemplate's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the EmailTemplate's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the EmailTemplate's uiType field""" - uiType: SalesforceStringFilter - - """Filter by the EmailTemplate's relatedEntityType field""" - relatedEntityType: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEmailTemplateConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEmailTemplateConnectionFilter!] -} - -"""Field that Email Templates can be sorted by""" -enum SalesforceEmailTemplateSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - NAMESPACE_PREFIX - OWNER_ID - FOLDER_ID - BRAND_TEMPLATE_ID - TEMPLATE_STYLE - IS_ACTIVE - TEMPLATE_TYPE - ENCODING - DESCRIPTION - SUBJECT - TIMES_USED - LAST_USED_DATE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - API_VERSION - UI_TYPE - RELATED_ENTITY_TYPE -} - -"""An edge in a connection.""" -type SalesforceEmailTemplateEdge { - """The item at the end of the edge.""" - node: SalesforceEmailTemplate! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Email Templates connection, for use in pagination.""" -type SalesforceEmailTemplatesConnection { - """The count of all Email Template you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Email Templates""" - nodes: [SalesforceEmailTemplate!]! - - """List of Email Template edges""" - edges: [SalesforceEmailTemplateEdge!]! -} - -"""Letterhead""" -type SalesforceBrandTemplate implements OneGraphNode { - """Letterhead ID""" - id: String! - - """Brand Template Name""" - name: String! - - """Letterhead Unique Name""" - developerName: String! - - """Active""" - isActive: Boolean! - - """Description""" - description: String - - """Value""" - value: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce EmailTemplate""" - emailTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailTemplatesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceEmailTemplateFolderUnion = SalesforceUser | SalesforceOrganization | SalesforceFolder - -"""Email Template""" -type SalesforceEmailTemplate implements OneGraphNode { - """Email Template ID""" - id: String! - - """Email Template Name""" - name: String! - - """Template Unique Name""" - developerName: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Folder ID""" - folderId: String! - - """Folder ID""" - folder: SalesforceEmailTemplateFolderUnion! - - """Letterhead ID""" - brandTemplateId: String - - """Letterhead ID""" - brandTemplate: SalesforceBrandTemplate - - """Style""" - templateStyle: String! - - """Available For Use""" - isActive: Boolean! - - """Template Type""" - templateType: String! - - """Encoding""" - encoding: String - - """Description""" - description: String - - """Subject""" - subject: String - - """HTML Value""" - htmlValue: String - - """Email Body""" - body: String - - """Times Used""" - timesUsed: Int - - """Last Used Date""" - lastUsedDate: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """API Version""" - apiVersion: Float - - """Markup""" - markup: String - - """UI Type""" - uiType: String - - """Custom Object Definition ID""" - relatedEntityType: String - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce DocumentAttachmentMap""" - documentAttachmentMaps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDocumentAttachmentMapConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDocumentAttachmentMapSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDocumentAttachmentMapSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DocumentAttachmentMaps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDocumentAttachmentMapsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceAttachedContentDocumentLinkedEntityUnion = SalesforceUser | SalesforceTask | SalesforceSolution | SalesforceSite | SalesforceReport | SalesforceProduct2 | SalesforceOrganization | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunity | SalesforceListEmail | SalesforceLead | SalesforceEvent | SalesforceEmailTemplate | SalesforceEmailMessage | SalesforceDashboardComponent | SalesforceDashboard | SalesforceContract | SalesforceContentWorkspace | SalesforceContact | SalesforceCollaborationGroup | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""An edge in a connection.""" -type SalesforceListEmailRecipientSourceEdge { - """The item at the end of the edge.""" - node: SalesforceListEmailRecipientSource! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Field that User List Views can be sorted by""" -enum SalesforceUserListViewSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - USER_ID - LIST_VIEW_ID - SOBJECT_TYPE - LAST_VIEWED_CHART -} - -"""An edge in a connection.""" -type SalesforceUserListViewEdge { - """The item at the end of the edge.""" - node: SalesforceUserListView! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against UserListView object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserListViewConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserListView's listView relation.""" - listView: SalesforceListViewConnectionFilter - - """Filter by the UserListView's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the UserListView's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserListView's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserListView's id field""" - id: SalesforceIdFilter - - """Filter by the UserListView's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserListView's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserListView's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserListView's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserListView's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserListView's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserListView's userId field""" - userId: SalesforceIdFilter - - """Filter by the UserListView's listViewId field""" - listViewId: SalesforceIdFilter - - """Filter by the UserListView's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the UserListView's lastViewedChart field""" - lastViewedChart: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserListViewConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserListViewConnectionFilter!] -} - -""" -A filter to be used against UserListViewCriterion object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserListViewCriterionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserListViewCriterion's userListView relation.""" - userListView: SalesforceUserListViewConnectionFilter - - """Filter by the UserListViewCriterion's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserListViewCriterion's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserListViewCriterion's id field""" - id: SalesforceIdFilter - - """Filter by the UserListViewCriterion's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserListViewCriterion's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserListViewCriterion's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserListViewCriterion's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserListViewCriterion's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserListViewCriterion's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserListViewCriterion's userListViewId field""" - userListViewId: SalesforceIdFilter - - """Filter by the UserListViewCriterion's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the UserListViewCriterion's columnName field""" - columnName: SalesforceStringFilter - - """Filter by the UserListViewCriterion's operation field""" - operation: SalesforceStringFilter - - """Filter by the UserListViewCriterion's value field""" - value: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserListViewCriterionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserListViewCriterionConnectionFilter!] -} - -"""Field that User List View Criterias can be sorted by""" -enum SalesforceUserListViewCriterionSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - USER_LIST_VIEW_ID - SORT_ORDER - COLUMN_NAME - OPERATION - VALUE -} - -"""An edge in a connection.""" -type SalesforceUserListViewCriterionEdge { - """The item at the end of the edge.""" - node: SalesforceUserListViewCriterion! - - """A cursor for use in pagination""" - cursor: String! -} - -"""User List View Criteria""" -type SalesforceUserListViewCriterion implements OneGraphNode { - """User List View Criteria Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User List View ID""" - userListViewId: String! - - """User List View ID""" - userListView: SalesforceUserListView! - - """Sort Order""" - sortOrder: Int! - - """Column Name""" - columnName: String! - - """Operation""" - operation: String! - - """Value""" - value: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce User List View Criterias connection, for use in pagination.""" -type SalesforceUserListViewCriterionsConnection { - """ - The count of all User List View Criteria you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User List View Criterias""" - nodes: [SalesforceUserListViewCriterion!]! - - """List of User List View Criteria edges""" - edges: [SalesforceUserListViewCriterionEdge!]! -} - -"""User List View""" -type SalesforceUserListView implements OneGraphNode { - """User List View Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """List View ID""" - listViewId: String! - - """List View ID""" - listView: SalesforceListView! - - """Custom Object Definition ID""" - sobjectType: String - - """List View Chart ID""" - lastViewedChart: String - - """Collection of Salesforce UserListViewCriterion""" - userListViewCriterions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserListViewCriterionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserListViewCriterionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserListViewCriterionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserListViewCriterions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserListViewCriterionsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce User List Views connection, for use in pagination.""" -type SalesforceUserListViewsConnection { - """The count of all User List View you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User List Views""" - nodes: [SalesforceUserListView!]! - - """List of User List View edges""" - edges: [SalesforceUserListViewEdge!]! -} - -""" -A filter to be used against ListView object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceListViewConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ListView's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ListView's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ListView's id field""" - id: SalesforceIdFilter - - """Filter by the ListView's name field""" - name: SalesforceStringFilter - - """Filter by the ListView's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ListView's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ListView's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the ListView's isSoqlCompatible field""" - isSoqlCompatible: SalesforceBooleanFilter - - """Filter by the ListView's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ListView's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ListView's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ListView's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ListView's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ListView's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the ListView's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceListViewConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceListViewConnectionFilter!] -} - -""" -A filter to be used against ListEmail object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceListEmailConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ListEmail's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ListEmail's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ListEmail's id field""" - id: SalesforceIdFilter - - """Filter by the ListEmail's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the ListEmail's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ListEmail's name field""" - name: SalesforceStringFilter - - """Filter by the ListEmail's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ListEmail's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ListEmail's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ListEmail's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ListEmail's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ListEmail's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the ListEmail's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the ListEmail's subject field""" - subject: SalesforceStringFilter - - """Filter by the ListEmail's fromName field""" - fromName: SalesforceStringFilter - - """Filter by the ListEmail's fromAddress field""" - fromAddress: SalesforceStringFilter - - """Filter by the ListEmail's status field""" - status: SalesforceStringFilter - - """Filter by the ListEmail's hasAttachment field""" - hasAttachment: SalesforceBooleanFilter - - """Filter by the ListEmail's scheduledDate field""" - scheduledDate: SalesforceDateTimeFilter - - """Filter by the ListEmail's totalSent field""" - totalSent: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceListEmailConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceListEmailConnectionFilter!] -} - -""" -A filter to be used against ListEmailRecipientSource object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceListEmailRecipientSourceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ListEmailRecipientSource's sourceList relation.""" - sourceList: SalesforceListViewConnectionFilter - - """Filter by the ListEmailRecipientSource's listEmail relation.""" - listEmail: SalesforceListEmailConnectionFilter - - """Filter by the ListEmailRecipientSource's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ListEmailRecipientSource's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ListEmailRecipientSource's id field""" - id: SalesforceIdFilter - - """Filter by the ListEmailRecipientSource's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ListEmailRecipientSource's name field""" - name: SalesforceStringFilter - - """Filter by the ListEmailRecipientSource's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ListEmailRecipientSource's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ListEmailRecipientSource's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ListEmailRecipientSource's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ListEmailRecipientSource's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ListEmailRecipientSource's listEmailId field""" - listEmailId: SalesforceIdFilter - - """Filter by the ListEmailRecipientSource's sourceListId field""" - sourceListId: SalesforceIdFilter - - """Filter by the ListEmailRecipientSource's sourceType field""" - sourceType: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceListEmailRecipientSourceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceListEmailRecipientSourceConnectionFilter!] -} - -"""Field that List Email Recipient Sources can be sorted by""" -enum SalesforceListEmailRecipientSourceSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LIST_EMAIL_ID - SOURCE_LIST_ID - SOURCE_TYPE -} - -"""List View""" -type SalesforceListView implements OneGraphNode { - """List View ID""" - id: String! - - """View Name""" - name: String! - - """View Unique Name""" - developerName: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Custom Object Definition ID""" - sobjectType: String - - """Is SOQL Compatible""" - isSoqlCompatible: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce ListEmailRecipientSource""" - listEmailRecipientSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailRecipientSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListEmailRecipientSourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailRecipientSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ListEmailRecipientSources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceListEmailRecipientSourcesConnection - - """Collection of Salesforce UserListView""" - userListViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserListViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserListViewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserListViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserListViews to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserListViewsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""List Email Recipient Source""" -type SalesforceListEmailRecipientSource implements OneGraphNode { - """List Email Recipient Source ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """List Email ID""" - listEmailId: String! - - """List Email ID""" - listEmail: SalesforceListEmail! - - """SourceList ID""" - sourceListId: String! - - """SourceList ID""" - sourceList: SalesforceListView! - - """Type""" - sourceType: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce List Email Recipient Sources connection, for use in pagination. -""" -type SalesforceListEmailRecipientSourcesConnection { - """ - The count of all List Email Recipient Source you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce List Email Recipient Sources""" - nodes: [SalesforceListEmailRecipientSource!]! - - """List of List Email Recipient Source edges""" - edges: [SalesforceListEmailRecipientSourceEdge!]! -} - -""" -A filter to be used against ContentDistribution object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentDistributionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentDistribution's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentDistribution's contentVersion relation.""" - contentVersion: SalesforceContentVersionConnectionFilter - - """Filter by the ContentDistribution's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentDistribution's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the ContentDistribution's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentDistribution's id field""" - id: SalesforceIdFilter - - """Filter by the ContentDistribution's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentDistribution's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentDistribution's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the ContentDistribution's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentDistribution's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentDistribution's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentDistribution's name field""" - name: SalesforceStringFilter - - """Filter by the ContentDistribution's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentDistribution's contentVersionId field""" - contentVersionId: SalesforceIdFilter - - """Filter by the ContentDistribution's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentDistribution's relatedRecordId field""" - relatedRecordId: SalesforceIdFilter - - """Filter by the ContentDistribution's preferencesAllowPdfDownload field""" - preferencesAllowPdfDownload: SalesforceBooleanFilter - - """ - Filter by the ContentDistribution's preferencesAllowOriginalDownload field - """ - preferencesAllowOriginalDownload: SalesforceBooleanFilter - - """Filter by the ContentDistribution's preferencesPasswordRequired field""" - preferencesPasswordRequired: SalesforceBooleanFilter - - """Filter by the ContentDistribution's preferencesNotifyOnVisit field""" - preferencesNotifyOnVisit: SalesforceBooleanFilter - - """Filter by the ContentDistribution's preferencesLinkLatestVersion field""" - preferencesLinkLatestVersion: SalesforceBooleanFilter - - """ - Filter by the ContentDistribution's preferencesAllowViewInBrowser field - """ - preferencesAllowViewInBrowser: SalesforceBooleanFilter - - """Filter by the ContentDistribution's preferencesExpires field""" - preferencesExpires: SalesforceBooleanFilter - - """ - Filter by the ContentDistribution's preferencesNotifyRndtnComplete field - """ - preferencesNotifyRndtnComplete: SalesforceBooleanFilter - - """Filter by the ContentDistribution's expiryDate field""" - expiryDate: SalesforceDateTimeFilter - - """Filter by the ContentDistribution's viewCount field""" - viewCount: SalesforceIntFilter - - """Filter by the ContentDistribution's firstViewDate field""" - firstViewDate: SalesforceDateTimeFilter - - """Filter by the ContentDistribution's lastViewDate field""" - lastViewDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentDistributionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentDistributionConnectionFilter!] -} - -"""Field that Content Deliveries can be sorted by""" -enum SalesforceContentDistributionSortByFieldEnum { - ID - CREATED_DATE - CREATED_BY_ID - OWNER_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - NAME - IS_DELETED - CONTENT_VERSION_ID - CONTENT_DOCUMENT_ID - RELATED_RECORD_ID - EXPIRY_DATE - PASSWORD - VIEW_COUNT - FIRST_VIEW_DATE - LAST_VIEW_DATE - DISTRIBUTION_PUBLIC_URL - CONTENT_DOWNLOAD_URL - PDF_DOWNLOAD_URL -} - -union SalesforceListEmailOwnerUnion = SalesforceUser | SalesforceGroup - -"""List Email""" -type SalesforceListEmail implements OneGraphNode { - """List Email ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceListEmailOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Subject""" - subject: String - - """Html Body""" - htmlBody: String - - """Text Body""" - textBody: String - - """From Name""" - fromName: String - - """From Address""" - fromAddress: String! - - """Status""" - status: String! - - """Has Attachment""" - hasAttachment: Boolean! - - """Scheduled Date""" - scheduledDate: String - - """Total Sent""" - totalSent: Int - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ListEmailRecipientSource""" - listEmailRecipientSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailRecipientSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListEmailRecipientSourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailRecipientSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ListEmailRecipientSources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceListEmailRecipientSourcesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceContentDistributionRelatedRecordUnion = SalesforceOpportunity | SalesforceListEmail | SalesforceLead | SalesforceEmailMessage | SalesforceContact | SalesforceCase | SalesforceCampaign | SalesforceAccount - -"""Content Delivery""" -type SalesforceContentDistribution implements OneGraphNode { - """Content Delivery ID""" - id: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Content Delivery Name""" - name: String! - - """Deleted""" - isDeleted: Boolean! - - """ContentVersion ID""" - contentVersionId: String! - - """ContentVersion ID""" - contentVersion: SalesforceContentVersion! - - """ContentDocument ID""" - contentDocumentId: String - - """ContentDocument ID""" - contentDocument: SalesforceContentDocument - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentDistributionRelatedRecordUnion - - """Allow Download as PDF""" - preferencesAllowPdfDownload: Boolean! - - """Allow Download in Original Format""" - preferencesAllowOriginalDownload: Boolean! - - """Require Password to Access Content""" - preferencesPasswordRequired: Boolean! - - """Notify Me of First View or Download""" - preferencesNotifyOnVisit: Boolean! - - """Content Delivery Opens Latest Version""" - preferencesLinkLatestVersion: Boolean! - - """Allow View in the Browser""" - preferencesAllowViewInBrowser: Boolean! - - """Content Delivery Expires""" - preferencesExpires: Boolean! - - """Email when Preview Images are Ready""" - preferencesNotifyRndtnComplete: Boolean! - - """Expiration Date""" - expiryDate: String - - """Password""" - password: String - - """View Count""" - viewCount: Int - - """First Viewed""" - firstViewDate: String - - """Last Viewed""" - lastViewDate: String - - """External Link""" - distributionPublicUrl: String - - """File Download Link""" - contentDownloadUrl: String - - """PDF Download Link""" - pdfDownloadUrl: String - - """Collection of Salesforce ContentDistributionView""" - contentDistributionViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionViewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributionViews to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionViewsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Content Deliveries connection, for use in pagination.""" -type SalesforceContentDistributionsConnection { - """The count of all Content Delivery you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Deliveries""" - nodes: [SalesforceContentDistribution!]! - - """List of Content Delivery edges""" - edges: [SalesforceContentDistributionEdge!]! -} - -union SalesforceEmailMessageRelatedToUnion = SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceContract | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""Email Message""" -type SalesforceEmailMessage implements OneGraphNode { - """Email Message ID""" - id: String! - - """Case ID""" - parentId: String - - """Case ID""" - parent: SalesforceCase - - """Activity ID""" - activityId: String - - """Activity ID""" - activity: SalesforceTask - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Text Body""" - textBody: String - - """HTML Body""" - htmlBody: String - - """Headers""" - headers: String - - """Subject""" - subject: String - - """From Name""" - fromName: String - - """From Address""" - fromAddress: String - - """From""" - validatedFromAddress: String - - """To Address""" - toAddress: String - - """CC Address""" - ccAddress: String - - """BCC Address""" - bccAddress: String - - """Is Incoming""" - incoming: Boolean! - - """Has Attachment""" - hasAttachment: Boolean! - - """Status""" - status: String! - - """Message Date""" - messageDate: String - - """Deleted""" - isDeleted: Boolean! - - """Email Message ID""" - replyToEmailMessageId: String - - """Email Message ID""" - replyToEmailMessage: SalesforceEmailMessage - - """Is Externally Visible""" - isExternallyVisible: Boolean! - - """Message ID""" - messageIdentifier: String - - """Thread ID""" - threadIdentifier: String - - """Is Client Managed""" - isClientManaged: Boolean! - - """Related To ID""" - relatedToId: String - - """Related To ID""" - relatedTo: SalesforceEmailMessageRelatedToUnion - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emailMessages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EmailMessageRelation""" - emailMessageRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailMessageRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailMessageRelationsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Email Messages connection, for use in pagination.""" -type SalesforceEmailMessagesConnection { - """The count of all Email Message you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Email Messages""" - nodes: [SalesforceEmailMessage!]! - - """List of Email Message edges""" - edges: [SalesforceEmailMessageEdge!]! -} - -""" -A filter to be used against Case object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCaseConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Case's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Case's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Case's parent relation.""" - parent: SalesforceCaseConnectionFilter - - """Filter by the Case's asset relation.""" - asset: SalesforceAssetConnectionFilter - - """Filter by the Case's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Case's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the Case's id field""" - id: SalesforceIdFilter - - """Filter by the Case's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Case's caseNumber field""" - caseNumber: SalesforceStringFilter - - """Filter by the Case's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the Case's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Case's assetId field""" - assetId: SalesforceIdFilter - - """Filter by the Case's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Case's suppliedName field""" - suppliedName: SalesforceStringFilter - - """Filter by the Case's suppliedEmail field""" - suppliedEmail: SalesforceStringFilter - - """Filter by the Case's suppliedPhone field""" - suppliedPhone: SalesforceStringFilter - - """Filter by the Case's suppliedCompany field""" - suppliedCompany: SalesforceStringFilter - - """Filter by the Case's type field""" - type: SalesforceStringFilter - - """Filter by the Case's status field""" - status: SalesforceStringFilter - - """Filter by the Case's reason field""" - reason: SalesforceStringFilter - - """Filter by the Case's origin field""" - origin: SalesforceStringFilter - - """Filter by the Case's subject field""" - subject: SalesforceStringFilter - - """Filter by the Case's priority field""" - priority: SalesforceStringFilter - - """Filter by the Case's isClosed field""" - isClosed: SalesforceBooleanFilter - - """Filter by the Case's closedDate field""" - closedDate: SalesforceDateTimeFilter - - """Filter by the Case's isEscalated field""" - isEscalated: SalesforceBooleanFilter - - """Filter by the Case's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Case's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Case's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Case's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Case's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Case's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Case's contactPhone field""" - contactPhone: SalesforceStringFilter - - """Filter by the Case's contactMobile field""" - contactMobile: SalesforceStringFilter - - """Filter by the Case's contactEmail field""" - contactEmail: SalesforceStringFilter - - """Filter by the Case's contactFax field""" - contactFax: SalesforceStringFilter - - """Filter by the Case's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Case's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCaseConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCaseConnectionFilter!] -} - -"""Field that Cases can be sorted by""" -enum SalesforceCaseSortByFieldEnum { - ID - IS_DELETED - CASE_NUMBER - CONTACT_ID - ACCOUNT_ID - ASSET_ID - PARENT_ID - SUPPLIED_NAME - SUPPLIED_EMAIL - SUPPLIED_PHONE - SUPPLIED_COMPANY - TYPE - STATUS - REASON - ORIGIN - SUBJECT - PRIORITY - IS_CLOSED - CLOSED_DATE - IS_ESCALATED - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CONTACT_PHONE - CONTACT_MOBILE - CONTACT_EMAIL - CONTACT_FAX - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceCaseEdge { - """The item at the end of the edge.""" - node: SalesforceCase! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Cases connection, for use in pagination.""" -type SalesforceCasesConnection { - """The count of all Case you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Cases""" - nodes: [SalesforceCase!]! - - """List of Case edges""" - edges: [SalesforceCaseEdge!]! -} - -""" -A filter to be used against AssetShare object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssetShareConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AssetShare's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AssetShare's asset relation.""" - asset: SalesforceAssetConnectionFilter - - """Filter by the AssetShare's id field""" - id: SalesforceIdFilter - - """Filter by the AssetShare's assetId field""" - assetId: SalesforceIdFilter - - """Filter by the AssetShare's userOrGroupId field""" - userOrGroupId: SalesforceIdFilter - - """Filter by the AssetShare's assetAccessLevel field""" - assetAccessLevel: SalesforceStringFilter - - """Filter by the AssetShare's rowCause field""" - rowCause: SalesforceStringFilter - - """Filter by the AssetShare's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AssetShare's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AssetShare's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssetShareConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssetShareConnectionFilter!] -} - -"""Field that Asset Shares can be sorted by""" -enum SalesforceAssetShareSortByFieldEnum { - ID - ASSET_ID - USER_OR_GROUP_ID - ASSET_ACCESS_LEVEL - ROW_CAUSE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceAssetShareEdge { - """The item at the end of the edge.""" - node: SalesforceAssetShare! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceAssetShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Asset Share""" -type SalesforceAssetShare implements OneGraphNode { - """Asset Share ID""" - id: String! - - """Asset ID""" - assetId: String! - - """Asset ID""" - asset: SalesforceAsset! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceAssetShareUserOrGroupUnion! - - """Asset Access""" - assetAccessLevel: String! - - """Row Cause""" - rowCause: String - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Asset Shares connection, for use in pagination.""" -type SalesforceAssetSharesConnection { - """The count of all Asset Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Asset Shares""" - nodes: [SalesforceAssetShare!]! - - """List of Asset Share edges""" - edges: [SalesforceAssetShareEdge!]! -} - -""" -A filter to be used against AssetRelationship object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssetRelationshipConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AssetRelationship's relatedAsset relation.""" - relatedAsset: SalesforceAssetConnectionFilter - - """Filter by the AssetRelationship's asset relation.""" - asset: SalesforceAssetConnectionFilter - - """Filter by the AssetRelationship's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AssetRelationship's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AssetRelationship's id field""" - id: SalesforceIdFilter - - """Filter by the AssetRelationship's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AssetRelationship's assetRelationshipNumber field""" - assetRelationshipNumber: SalesforceStringFilter - - """Filter by the AssetRelationship's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationship's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AssetRelationship's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationship's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AssetRelationship's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AssetRelationship's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationship's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationship's assetId field""" - assetId: SalesforceIdFilter - - """Filter by the AssetRelationship's relatedAssetId field""" - relatedAssetId: SalesforceIdFilter - - """Filter by the AssetRelationship's fromDate field""" - fromDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationship's toDate field""" - toDate: SalesforceDateTimeFilter - - """Filter by the AssetRelationship's relationshipType field""" - relationshipType: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssetRelationshipConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssetRelationshipConnectionFilter!] -} - -"""Field that Asset Relationships can be sorted by""" -enum SalesforceAssetRelationshipSortByFieldEnum { - ID - IS_DELETED - ASSET_RELATIONSHIP_NUMBER - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - ASSET_ID - RELATED_ASSET_ID - FROM_DATE - TO_DATE - RELATIONSHIP_TYPE -} - -"""An edge in a connection.""" -type SalesforceAssetRelationshipEdge { - """The item at the end of the edge.""" - node: SalesforceAssetRelationship! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Asset Relationships connection, for use in pagination.""" -type SalesforceAssetRelationshipsConnection { - """The count of all Asset Relationship you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Asset Relationships""" - nodes: [SalesforceAssetRelationship!]! - - """List of Asset Relationship edges""" - edges: [SalesforceAssetRelationshipEdge!]! -} - -""" -A filter to be used against AssetHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssetHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AssetHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AssetHistory's asset relation.""" - asset: SalesforceAssetConnectionFilter - - """Filter by the AssetHistory's id field""" - id: SalesforceIdFilter - - """Filter by the AssetHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AssetHistory's assetId field""" - assetId: SalesforceIdFilter - - """Filter by the AssetHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AssetHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AssetHistory's field field""" - field: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssetHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssetHistoryConnectionFilter!] -} - -"""Field that Asset Histories can be sorted by""" -enum SalesforceAssetHistorySortByFieldEnum { - ID - IS_DELETED - ASSET_ID - CREATED_BY_ID - CREATED_DATE - FIELD - OLD_VALUE - NEW_VALUE -} - -"""An edge in a connection.""" -type SalesforceAssetHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceAssetHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Asset History""" -type SalesforceAssetHistory implements OneGraphNode { - """Asset History ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Asset ID""" - assetId: String! - - """Asset ID""" - asset: SalesforceAsset! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Changed Field""" - field: String! - - """Old Value""" - oldValue: String - - """New Value""" - newValue: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Asset Histories connection, for use in pagination.""" -type SalesforceAssetHistorysConnection { - """The count of all Asset History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Asset Histories""" - nodes: [SalesforceAssetHistory!]! - - """List of Asset History edges""" - edges: [SalesforceAssetHistoryEdge!]! -} - -""" -A filter to be used against AssetFeed object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssetFeedConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AssetFeed's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the AssetFeed's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the AssetFeed's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AssetFeed's parent relation.""" - parent: SalesforceAssetConnectionFilter - - """Filter by the AssetFeed's id field""" - id: SalesforceIdFilter - - """Filter by the AssetFeed's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the AssetFeed's type field""" - type: SalesforceStringFilter - - """Filter by the AssetFeed's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AssetFeed's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AssetFeed's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AssetFeed's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AssetFeed's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AssetFeed's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the AssetFeed's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the AssetFeed's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssetFeedConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssetFeedConnectionFilter!] -} - -"""Field that Asset Feeds can be sorted by""" -enum SalesforceAssetFeedSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceAssetFeedEdge { - """The item at the end of the edge.""" - node: SalesforceAssetFeed! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Asset Feed""" -type SalesforceAssetFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceAsset! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Asset Feeds connection, for use in pagination.""" -type SalesforceAssetFeedsConnection { - """The count of all Asset Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Asset Feeds""" - nodes: [SalesforceAssetFeed!]! - - """List of Asset Feed edges""" - edges: [SalesforceAssetFeedEdge!]! -} - -""" -A filter to be used against Asset object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAssetConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Asset's assetServicedBy relation.""" - assetServicedBy: SalesforceAccountConnectionFilter - - """Filter by the Asset's assetProvidedBy relation.""" - assetProvidedBy: SalesforceAccountConnectionFilter - - """Filter by the Asset's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Asset's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Asset's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Asset's product2 relation.""" - product2: SalesforceProduct2ConnectionFilter - - """Filter by the Asset's rootAsset relation.""" - rootAsset: SalesforceAssetConnectionFilter - - """Filter by the Asset's parent relation.""" - parent: SalesforceAssetConnectionFilter - - """Filter by the Asset's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Asset's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the Asset's id field""" - id: SalesforceIdFilter - - """Filter by the Asset's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the Asset's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Asset's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Asset's rootAssetId field""" - rootAssetId: SalesforceIdFilter - - """Filter by the Asset's product2Id field""" - product2Id: SalesforceIdFilter - - """Filter by the Asset's productCode field""" - productCode: SalesforceStringFilter - - """Filter by the Asset's isCompetitorProduct field""" - isCompetitorProduct: SalesforceBooleanFilter - - """Filter by the Asset's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Asset's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Asset's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Asset's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Asset's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Asset's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Asset's name field""" - name: SalesforceStringFilter - - """Filter by the Asset's serialNumber field""" - serialNumber: SalesforceStringFilter - - """Filter by the Asset's installDate field""" - installDate: SalesforceDateFilter - - """Filter by the Asset's purchaseDate field""" - purchaseDate: SalesforceDateFilter - - """Filter by the Asset's usageEndDate field""" - usageEndDate: SalesforceDateFilter - - """Filter by the Asset's status field""" - status: SalesforceStringFilter - - """Filter by the Asset's price field""" - price: SalesforceFloatFilter - - """Filter by the Asset's quantity field""" - quantity: SalesforceFloatFilter - - """Filter by the Asset's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Asset's assetProvidedById field""" - assetProvidedById: SalesforceIdFilter - - """Filter by the Asset's assetServicedById field""" - assetServicedById: SalesforceIdFilter - - """Filter by the Asset's isInternal field""" - isInternal: SalesforceBooleanFilter - - """Filter by the Asset's assetLevel field""" - assetLevel: SalesforceIntFilter - - """Filter by the Asset's stockKeepingUnit field""" - stockKeepingUnit: SalesforceStringFilter - - """Filter by the Asset's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Asset's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAssetConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAssetConnectionFilter!] -} - -"""Field that Assets can be sorted by""" -enum SalesforceAssetSortByFieldEnum { - ID - CONTACT_ID - ACCOUNT_ID - PARENT_ID - ROOT_ASSET_ID - PRODUCT_2_ID - PRODUCT_CODE - IS_COMPETITOR_PRODUCT - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED - NAME - SERIAL_NUMBER - INSTALL_DATE - PURCHASE_DATE - USAGE_END_DATE - STATUS - PRICE - QUANTITY - OWNER_ID - ASSET_PROVIDED_BY_ID - ASSET_SERVICED_BY_ID - IS_INTERNAL - ASSET_LEVEL - STOCK_KEEPING_UNIT - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceAssetEdge { - """The item at the end of the edge.""" - node: SalesforceAsset! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Assets connection, for use in pagination.""" -type SalesforceAssetsConnection { - """The count of all Asset you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Assets""" - nodes: [SalesforceAsset!]! - - """List of Asset edges""" - edges: [SalesforceAssetEdge!]! -} - -"""Asset""" -type SalesforceAsset implements OneGraphNode { - """Asset ID""" - id: String! - - """Contact ID""" - contactId: String - - """Contact ID""" - contact: SalesforceContact - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Parent Asset ID""" - parentId: String - - """Parent Asset ID""" - parent: SalesforceAsset - - """Root Asset ID""" - rootAssetId: String - - """Root Asset ID""" - rootAsset: SalesforceAsset - - """Product ID""" - product2Id: String - - """Product ID""" - product2: SalesforceProduct2 - - """Product Code""" - productCode: String - - """Competitor Asset""" - isCompetitorProduct: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Asset Name""" - name: String! - - """Serial Number""" - serialNumber: String - - """Install Date""" - installDate: String - - """Purchase Date""" - purchaseDate: String - - """Usage End Date""" - usageEndDate: String - - """Status""" - status: String - - """Price""" - price: Float - - """Quantity""" - quantity: Float - - """Description""" - description: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Asset Provided By ID""" - assetProvidedById: String - - """Asset Provided By ID""" - assetProvidedBy: SalesforceAccount - - """Asset Serviced By ID""" - assetServicedById: String - - """Asset Serviced By ID""" - assetServicedBy: SalesforceAccount - - """Internal Asset""" - isInternal: Boolean! - - """Asset Level""" - assetLevel: Int - - """Product SKU""" - stockKeepingUnit: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce Asset""" - childAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce Asset""" - assets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce AssetFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetFeedsConnection - - """Collection of Salesforce AssetHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetHistorysConnection - - """Collection of Salesforce AssetRelationship""" - primaryAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetRelationships to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetRelationshipsConnection - - """Collection of Salesforce AssetRelationship""" - relatedAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetRelationships to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetRelationshipsConnection - - """Collection of Salesforce AssetShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetSharesConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce Case""" - cases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Cases to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCasesConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Asset Relationship""" -type SalesforceAssetRelationship implements OneGraphNode { - """Asset Relationship ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Asset Relationship Number""" - assetRelationshipNumber: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Asset ID""" - assetId: String! - - """Asset ID""" - asset: SalesforceAsset! - - """Asset ID""" - relatedAssetId: String! - - """Asset ID""" - relatedAsset: SalesforceAsset! - - """From Date""" - fromDate: String - - """To Date""" - toDate: String - - """Relationship Type""" - relationshipType: String - - """Collection of Salesforce AssetRelationshipFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AssetRelationshipFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAssetRelationshipFeedsConnection - - """Collection of Salesforce AssetRelationshipHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AssetRelationshipHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAssetRelationshipHistorysConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceEventWhatUnion = SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceContract | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -union SalesforceEventWhoUnion = SalesforceLead | SalesforceContact - -"""Event""" -type SalesforceEvent implements OneGraphNode { - """Activity ID""" - id: String! - - """Name ID""" - whoId: String - - """Name ID""" - who: SalesforceEventWhoUnion - - """Related To ID""" - whatId: String - - """Related To ID""" - what: SalesforceEventWhatUnion - - """Subject""" - subject: String - - """Location""" - location: String - - """All-Day Event""" - isAllDayEvent: Boolean! - - """Due Date Time""" - activityDateTime: String - - """Due Date Only""" - activityDate: String - - """Duration""" - durationInMinutes: Int - - """Start Date Time""" - startDateTime: String - - """End Date Time""" - endDateTime: String - - """Description""" - description: String - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Assigned To ID""" - ownerId: String! - - """Assigned To ID""" - owner: SalesforceUser! - - """Private""" - isPrivate: Boolean! - - """Show Time As""" - showAs: String - - """Deleted""" - isDeleted: Boolean! - - """Is Child""" - isChild: Boolean! - - """Is Group Event""" - isGroupEvent: Boolean! - - """Group Event Type""" - groupEventType: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Archived""" - isArchived: Boolean! - - """Recurrence Activity ID""" - recurrenceActivityId: String - - """Recurrence Activity ID""" - recurrenceActivity: SalesforceEvent - - """Create Recurring Series of Events""" - isRecurrence: Boolean! - - """Recurrence Start""" - recurrenceStartDateTime: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Time Zone""" - recurrenceTimeZoneSidKey: String - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - - """Reminder Date/Time""" - reminderDateTime: String - - """Reminder Set""" - isReminderSet: Boolean! - - """Event Subtype""" - eventSubtype: String - - """Collection of Salesforce AcceptedEventRelation""" - acceptedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAcceptedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAcceptedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAcceptedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AcceptedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAcceptedEventRelationsConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce DeclinedEventRelation""" - declinedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDeclinedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDeclinedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDeclinedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DeclinedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDeclinedEventRelationsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - recurringEvents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce EventFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventFeedsConnection - - """Collection of Salesforce EventRelation""" - eventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventRelationsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce UndecidedEventRelation""" - undecidedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUndecidedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUndecidedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUndecidedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UndecidedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUndecidedEventRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Event Feed""" -type SalesforceEventFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceEvent! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Lead Feed""" -type SalesforceLeadFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceLead! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Opportunity Feed""" -type SalesforceOpportunityFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceOpportunity! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedTrackedChangeFeedItemUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Order Feed""" -type SalesforceOrderFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceOrder! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedSignalFeedItemUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Product Feed""" -type SalesforceProduct2Feed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceProduct2! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedSignalFeedEntityUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceFeedComment | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Report Feed""" -type SalesforceReportFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceReport! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedLikeFeedItemUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Order Product Feed""" -type SalesforceOrderItemFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceOrderItem! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Order Product Feeds connection, for use in pagination.""" -type SalesforceOrderItemFeedsConnection { - """The count of all Order Product Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Order Product Feeds""" - nodes: [SalesforceOrderItemFeed!]! - - """List of Order Product Feed edges""" - edges: [SalesforceOrderItemFeedEdge!]! -} - -""" -A filter to be used against FeedItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFeedItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FeedItem's bestComment relation.""" - bestComment: SalesforceFeedCommentConnectionFilter - - """Filter by the FeedItem's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the FeedItem's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the FeedItem's lastEditBy relation.""" - lastEditBy: SalesforceUserConnectionFilter - - """Filter by the FeedItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FeedItem's id field""" - id: SalesforceIdFilter - - """Filter by the FeedItem's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the FeedItem's type field""" - type: SalesforceStringFilter - - """Filter by the FeedItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FeedItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FeedItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the FeedItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the FeedItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the FeedItem's revision field""" - revision: SalesforceIntFilter - - """Filter by the FeedItem's lastEditById field""" - lastEditById: SalesforceIdFilter - - """Filter by the FeedItem's lastEditDate field""" - lastEditDate: SalesforceDateTimeFilter - - """Filter by the FeedItem's commentCount field""" - commentCount: SalesforceIntFilter - - """Filter by the FeedItem's likeCount field""" - likeCount: SalesforceIntFilter - - """Filter by the FeedItem's title field""" - title: SalesforceStringFilter - - """Filter by the FeedItem's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Filter by the FeedItem's insertedById field""" - insertedById: SalesforceIdFilter - - """Filter by the FeedItem's bestCommentId field""" - bestCommentId: SalesforceIdFilter - - """Filter by the FeedItem's hasContent field""" - hasContent: SalesforceBooleanFilter - - """Filter by the FeedItem's hasLink field""" - hasLink: SalesforceBooleanFilter - - """Filter by the FeedItem's hasFeedEntity field""" - hasFeedEntity: SalesforceBooleanFilter - - """Filter by the FeedItem's hasVerifiedComment field""" - hasVerifiedComment: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFeedItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFeedItemConnectionFilter!] -} - -"""Field that Feed Items can be sorted by""" -enum SalesforceFeedItemSortByFieldEnum { - ID - PARENT_ID - TYPE - CREATED_BY_ID - CREATED_DATE - IS_DELETED - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - REVISION - LAST_EDIT_BY_ID - LAST_EDIT_DATE - COMMENT_COUNT - LIKE_COUNT - TITLE - BODY - LINK_URL - IS_RICH_TEXT - RELATED_RECORD_ID - INSERTED_BY_ID - BEST_COMMENT_ID - HAS_CONTENT - HAS_LINK - HAS_FEED_ENTITY - HAS_VERIFIED_COMMENT - STATUS -} - -""" -A filter to be used against Order object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrderConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Order's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Order's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Order's activatedBy relation.""" - activatedBy: SalesforceUserConnectionFilter - - """Filter by the Order's shipToContact relation.""" - shipToContact: SalesforceContactConnectionFilter - - """Filter by the Order's billToContact relation.""" - billToContact: SalesforceContactConnectionFilter - - """Filter by the Order's companyAuthorizedBy relation.""" - companyAuthorizedBy: SalesforceUserConnectionFilter - - """Filter by the Order's customerAuthorizedBy relation.""" - customerAuthorizedBy: SalesforceContactConnectionFilter - - """Filter by the Order's originalOrder relation.""" - originalOrder: SalesforceOrderConnectionFilter - - """Filter by the Order's pricebook2 relation.""" - pricebook2: SalesforcePricebook2ConnectionFilter - - """Filter by the Order's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Order's contract relation.""" - contract: SalesforceContractConnectionFilter - - """Filter by the Order's id field""" - id: SalesforceIdFilter - - """Filter by the Order's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Order's contractId field""" - contractId: SalesforceIdFilter - - """Filter by the Order's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Order's pricebook2Id field""" - pricebook2Id: SalesforceIdFilter - - """Filter by the Order's originalOrderId field""" - originalOrderId: SalesforceIdFilter - - """Filter by the Order's effectiveDate field""" - effectiveDate: SalesforceDateFilter - - """Filter by the Order's endDate field""" - endDate: SalesforceDateFilter - - """Filter by the Order's isReductionOrder field""" - isReductionOrder: SalesforceBooleanFilter - - """Filter by the Order's status field""" - status: SalesforceStringFilter - - """Filter by the Order's customerAuthorizedById field""" - customerAuthorizedById: SalesforceIdFilter - - """Filter by the Order's customerAuthorizedDate field""" - customerAuthorizedDate: SalesforceDateFilter - - """Filter by the Order's companyAuthorizedById field""" - companyAuthorizedById: SalesforceIdFilter - - """Filter by the Order's companyAuthorizedDate field""" - companyAuthorizedDate: SalesforceDateFilter - - """Filter by the Order's type field""" - type: SalesforceStringFilter - - """Filter by the Order's billingStreet field""" - billingStreet: SalesforceStringFilter - - """Filter by the Order's billingCity field""" - billingCity: SalesforceStringFilter - - """Filter by the Order's billingState field""" - billingState: SalesforceStringFilter - - """Filter by the Order's billingPostalCode field""" - billingPostalCode: SalesforceStringFilter - - """Filter by the Order's billingCountry field""" - billingCountry: SalesforceStringFilter - - """Filter by the Order's billingLatitude field""" - billingLatitude: SalesforceFloatFilter - - """Filter by the Order's billingLongitude field""" - billingLongitude: SalesforceFloatFilter - - """Filter by the Order's billingGeocodeAccuracy field""" - billingGeocodeAccuracy: SalesforceStringFilter - - """Filter by the Order's shippingStreet field""" - shippingStreet: SalesforceStringFilter - - """Filter by the Order's shippingCity field""" - shippingCity: SalesforceStringFilter - - """Filter by the Order's shippingState field""" - shippingState: SalesforceStringFilter - - """Filter by the Order's shippingPostalCode field""" - shippingPostalCode: SalesforceStringFilter - - """Filter by the Order's shippingCountry field""" - shippingCountry: SalesforceStringFilter - - """Filter by the Order's shippingLatitude field""" - shippingLatitude: SalesforceFloatFilter - - """Filter by the Order's shippingLongitude field""" - shippingLongitude: SalesforceFloatFilter - - """Filter by the Order's shippingGeocodeAccuracy field""" - shippingGeocodeAccuracy: SalesforceStringFilter - - """Filter by the Order's name field""" - name: SalesforceStringFilter - - """Filter by the Order's poDate field""" - poDate: SalesforceDateFilter - - """Filter by the Order's poNumber field""" - poNumber: SalesforceStringFilter - - """Filter by the Order's orderReferenceNumber field""" - orderReferenceNumber: SalesforceStringFilter - - """Filter by the Order's billToContactId field""" - billToContactId: SalesforceIdFilter - - """Filter by the Order's shipToContactId field""" - shipToContactId: SalesforceIdFilter - - """Filter by the Order's activatedDate field""" - activatedDate: SalesforceDateTimeFilter - - """Filter by the Order's activatedById field""" - activatedById: SalesforceIdFilter - - """Filter by the Order's statusCode field""" - statusCode: SalesforceStringFilter - - """Filter by the Order's orderNumber field""" - orderNumber: SalesforceStringFilter - - """Filter by the Order's totalAmount field""" - totalAmount: SalesforceFloatFilter - - """Filter by the Order's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Order's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Order's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Order's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Order's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Order's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Order's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Order's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrderConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrderConnectionFilter!] -} - -""" -A filter to be used against OrderItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrderItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OrderItem's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OrderItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OrderItem's originalOrderItem relation.""" - originalOrderItem: SalesforceOrderItemConnectionFilter - - """Filter by the OrderItem's pricebookEntry relation.""" - pricebookEntry: SalesforcePricebookEntryConnectionFilter - - """Filter by the OrderItem's order relation.""" - order: SalesforceOrderConnectionFilter - - """Filter by the OrderItem's product2 relation.""" - product2: SalesforceProduct2ConnectionFilter - - """Filter by the OrderItem's id field""" - id: SalesforceIdFilter - - """Filter by the OrderItem's product2Id field""" - product2Id: SalesforceIdFilter - - """Filter by the OrderItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the OrderItem's orderId field""" - orderId: SalesforceIdFilter - - """Filter by the OrderItem's pricebookEntryId field""" - pricebookEntryId: SalesforceIdFilter - - """Filter by the OrderItem's originalOrderItemId field""" - originalOrderItemId: SalesforceIdFilter - - """Filter by the OrderItem's availableQuantity field""" - availableQuantity: SalesforceFloatFilter - - """Filter by the OrderItem's quantity field""" - quantity: SalesforceFloatFilter - - """Filter by the OrderItem's unitPrice field""" - unitPrice: SalesforceFloatFilter - - """Filter by the OrderItem's listPrice field""" - listPrice: SalesforceFloatFilter - - """Filter by the OrderItem's totalPrice field""" - totalPrice: SalesforceFloatFilter - - """Filter by the OrderItem's serviceDate field""" - serviceDate: SalesforceDateFilter - - """Filter by the OrderItem's endDate field""" - endDate: SalesforceDateFilter - - """Filter by the OrderItem's description field""" - description: SalesforceStringFilter - - """Filter by the OrderItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OrderItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OrderItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OrderItem's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OrderItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OrderItem's orderItemNumber field""" - orderItemNumber: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrderItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrderItemConnectionFilter!] -} - -"""Field that Order Products can be sorted by""" -enum SalesforceOrderItemSortByFieldEnum { - ID - PRODUCT_2_ID - IS_DELETED - ORDER_ID - PRICEBOOK_ENTRY_ID - ORIGINAL_ORDER_ITEM_ID - AVAILABLE_QUANTITY - QUANTITY - UNIT_PRICE - LIST_PRICE - TOTAL_PRICE - SERVICE_DATE - END_DATE - DESCRIPTION - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - ORDER_ITEM_NUMBER -} - -"""An edge in a connection.""" -type SalesforceOrderItemEdge { - """The item at the end of the edge.""" - node: SalesforceOrderItem! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Order Products connection, for use in pagination.""" -type SalesforceOrderItemsConnection { - """The count of all Order Product you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Order Products""" - nodes: [SalesforceOrderItem!]! - - """List of Order Product edges""" - edges: [SalesforceOrderItemEdge!]! -} - -""" -A filter to be used against Product2 object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProduct2ConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Product2's externalDataSource relation.""" - externalDataSource: SalesforceExternalDataSourceConnectionFilter - - """Filter by the Product2's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Product2's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Product2's id field""" - id: SalesforceIdFilter - - """Filter by the Product2's name field""" - name: SalesforceStringFilter - - """Filter by the Product2's productCode field""" - productCode: SalesforceStringFilter - - """Filter by the Product2's description field""" - description: SalesforceStringFilter - - """Filter by the Product2's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the Product2's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Product2's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Product2's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Product2's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Product2's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Product2's family field""" - family: SalesforceStringFilter - - """Filter by the Product2's externalDataSourceId field""" - externalDataSourceId: SalesforceIdFilter - - """Filter by the Product2's externalId field""" - externalId: SalesforceStringFilter - - """Filter by the Product2's displayUrl field""" - displayUrl: SalesforceStringFilter - - """Filter by the Product2's quantityUnitOfMeasure field""" - quantityUnitOfMeasure: SalesforceStringFilter - - """Filter by the Product2's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Product2's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Product2's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Product2's stockKeepingUnit field""" - stockKeepingUnit: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProduct2ConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProduct2ConnectionFilter!] -} - -""" -A filter to be used against PricebookEntry object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePricebookEntryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PricebookEntry's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PricebookEntry's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PricebookEntry's product2 relation.""" - product2: SalesforceProduct2ConnectionFilter - - """Filter by the PricebookEntry's pricebook2 relation.""" - pricebook2: SalesforcePricebook2ConnectionFilter - - """Filter by the PricebookEntry's id field""" - id: SalesforceIdFilter - - """Filter by the PricebookEntry's name field""" - name: SalesforceStringFilter - - """Filter by the PricebookEntry's pricebook2Id field""" - pricebook2Id: SalesforceIdFilter - - """Filter by the PricebookEntry's product2Id field""" - product2Id: SalesforceIdFilter - - """Filter by the PricebookEntry's unitPrice field""" - unitPrice: SalesforceFloatFilter - - """Filter by the PricebookEntry's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the PricebookEntry's useStandardPrice field""" - useStandardPrice: SalesforceBooleanFilter - - """Filter by the PricebookEntry's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PricebookEntry's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PricebookEntry's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PricebookEntry's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PricebookEntry's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the PricebookEntry's productCode field""" - productCode: SalesforceStringFilter - - """Filter by the PricebookEntry's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePricebookEntryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePricebookEntryConnectionFilter!] -} - -""" -A filter to be used against Opportunity object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Opportunity's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Opportunity's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Opportunity's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Opportunity's pricebook2 relation.""" - pricebook2: SalesforcePricebook2ConnectionFilter - - """Filter by the Opportunity's campaign relation.""" - campaign: SalesforceCampaignConnectionFilter - - """Filter by the Opportunity's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Opportunity's id field""" - id: SalesforceIdFilter - - """Filter by the Opportunity's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Opportunity's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Opportunity's isPrivate field""" - isPrivate: SalesforceBooleanFilter - - """Filter by the Opportunity's name field""" - name: SalesforceStringFilter - - """Filter by the Opportunity's stageName field""" - stageName: SalesforceStringFilter - - """Filter by the Opportunity's amount field""" - amount: SalesforceFloatFilter - - """Filter by the Opportunity's probability field""" - probability: SalesforceFloatFilter - - """Filter by the Opportunity's expectedRevenue field""" - expectedRevenue: SalesforceFloatFilter - - """Filter by the Opportunity's totalOpportunityQuantity field""" - totalOpportunityQuantity: SalesforceFloatFilter - - """Filter by the Opportunity's closeDate field""" - closeDate: SalesforceDateFilter - - """Filter by the Opportunity's type field""" - type: SalesforceStringFilter - - """Filter by the Opportunity's nextStep field""" - nextStep: SalesforceStringFilter - - """Filter by the Opportunity's leadSource field""" - leadSource: SalesforceStringFilter - - """Filter by the Opportunity's isClosed field""" - isClosed: SalesforceBooleanFilter - - """Filter by the Opportunity's isWon field""" - isWon: SalesforceBooleanFilter - - """Filter by the Opportunity's forecastCategory field""" - forecastCategory: SalesforceStringFilter - - """Filter by the Opportunity's forecastCategoryName field""" - forecastCategoryName: SalesforceStringFilter - - """Filter by the Opportunity's campaignId field""" - campaignId: SalesforceIdFilter - - """Filter by the Opportunity's hasOpportunityLineItem field""" - hasOpportunityLineItem: SalesforceBooleanFilter - - """Filter by the Opportunity's pricebook2Id field""" - pricebook2Id: SalesforceIdFilter - - """Filter by the Opportunity's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Opportunity's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Opportunity's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Opportunity's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Opportunity's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Opportunity's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Opportunity's lastActivityDate field""" - lastActivityDate: SalesforceDateFilter - - """Filter by the Opportunity's fiscalQuarter field""" - fiscalQuarter: SalesforceIntFilter - - """Filter by the Opportunity's fiscalYear field""" - fiscalYear: SalesforceIntFilter - - """Filter by the Opportunity's fiscal field""" - fiscal: SalesforceStringFilter - - """Filter by the Opportunity's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Opportunity's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityConnectionFilter!] -} - -""" -A filter to be used against OpportunityLineItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOpportunityLineItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the OpportunityLineItem's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityLineItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the OpportunityLineItem's product2 relation.""" - product2: SalesforceProduct2ConnectionFilter - - """Filter by the OpportunityLineItem's pricebookEntry relation.""" - pricebookEntry: SalesforcePricebookEntryConnectionFilter - - """Filter by the OpportunityLineItem's opportunity relation.""" - opportunity: SalesforceOpportunityConnectionFilter - - """Filter by the OpportunityLineItem's id field""" - id: SalesforceIdFilter - - """Filter by the OpportunityLineItem's opportunityId field""" - opportunityId: SalesforceIdFilter - - """Filter by the OpportunityLineItem's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Filter by the OpportunityLineItem's pricebookEntryId field""" - pricebookEntryId: SalesforceIdFilter - - """Filter by the OpportunityLineItem's product2Id field""" - product2Id: SalesforceIdFilter - - """Filter by the OpportunityLineItem's productCode field""" - productCode: SalesforceStringFilter - - """Filter by the OpportunityLineItem's name field""" - name: SalesforceStringFilter - - """Filter by the OpportunityLineItem's quantity field""" - quantity: SalesforceFloatFilter - - """Filter by the OpportunityLineItem's totalPrice field""" - totalPrice: SalesforceFloatFilter - - """Filter by the OpportunityLineItem's unitPrice field""" - unitPrice: SalesforceFloatFilter - - """Filter by the OpportunityLineItem's listPrice field""" - listPrice: SalesforceFloatFilter - - """Filter by the OpportunityLineItem's serviceDate field""" - serviceDate: SalesforceDateFilter - - """Filter by the OpportunityLineItem's description field""" - description: SalesforceStringFilter - - """Filter by the OpportunityLineItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the OpportunityLineItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the OpportunityLineItem's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the OpportunityLineItem's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the OpportunityLineItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the OpportunityLineItem's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOpportunityLineItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOpportunityLineItemConnectionFilter!] -} - -"""Field that Opportunity Products can be sorted by""" -enum SalesforceOpportunityLineItemSortByFieldEnum { - ID - OPPORTUNITY_ID - SORT_ORDER - PRICEBOOK_ENTRY_ID - PRODUCT_2_ID - PRODUCT_CODE - NAME - QUANTITY - TOTAL_PRICE - UNIT_PRICE - LIST_PRICE - SERVICE_DATE - DESCRIPTION - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceOpportunityLineItemEdge { - """The item at the end of the edge.""" - node: SalesforceOpportunityLineItem! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Opportunity Product""" -type SalesforceOpportunityLineItem implements OneGraphNode { - """Line Item ID""" - id: String! - - """Opportunity ID""" - opportunityId: String! - - """Opportunity ID""" - opportunity: SalesforceOpportunity! - - """Sort Order""" - sortOrder: Int - - """Price Book Entry ID""" - pricebookEntryId: String - - """Price Book Entry ID""" - pricebookEntry: SalesforcePricebookEntry - - """Product ID""" - product2Id: String - - """Product ID""" - product2: SalesforceProduct2 - - """Product Code""" - productCode: String - - """Opportunity Product Name""" - name: String - - """Quantity""" - quantity: Float! - - """Total Price""" - totalPrice: Float - - """Sales Price""" - unitPrice: Float - - """List Price""" - listPrice: Float - - """Date""" - serviceDate: String - - """Line Description""" - description: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Opportunity Products connection, for use in pagination.""" -type SalesforceOpportunityLineItemsConnection { - """ - The count of all Opportunity Product you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunity Products""" - nodes: [SalesforceOpportunityLineItem!]! - - """List of Opportunity Product edges""" - edges: [SalesforceOpportunityLineItemEdge!]! -} - -"""Price Book Entry""" -type SalesforcePricebookEntry implements OneGraphNode { - """Price Book Entry ID""" - id: String! - - """Product Name""" - name: String - - """Price Book ID""" - pricebook2Id: String! - - """Price Book ID""" - pricebook2: SalesforcePricebook2! - - """Product ID""" - product2Id: String! - - """Product ID""" - product2: SalesforceProduct2! - - """List Price""" - unitPrice: Float! - - """Active""" - isActive: Boolean! - - """Use Standard Price""" - useStandardPrice: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Product Code""" - productCode: String - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce OpportunityLineItem""" - opportunityLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityLineItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityLineItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityLineItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityLineItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityLineItemsConnection - - """Collection of Salesforce OrderItem""" - orderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Order Product""" -type SalesforceOrderItem implements OneGraphNode { - """Order Product ID""" - id: String! - - """Product ID""" - product2Id: String - - """Product ID""" - product2: SalesforceProduct2 - - """Deleted""" - isDeleted: Boolean! - - """Order ID""" - orderId: String! - - """Order ID""" - order: SalesforceOrder! - - """Price Book Entry ID""" - pricebookEntryId: String! - - """Price Book Entry ID""" - pricebookEntry: SalesforcePricebookEntry! - - """Original Order Item ID""" - originalOrderItemId: String - - """Original Order Item ID""" - originalOrderItem: SalesforceOrderItem - - """Available Quantity""" - availableQuantity: Float - - """Quantity""" - quantity: Float! - - """Unit Price""" - unitPrice: Float - - """List Price""" - listPrice: Float - - """Total Price""" - totalPrice: Float - - """Start Date""" - serviceDate: String - - """End Date""" - endDate: String - - """Line Description""" - description: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Order Product Number""" - orderItemNumber: String! - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce OrderItem""" - childOrderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemsConnection - - """Collection of Salesforce OrderItemFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItemFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemFeedsConnection - - """Collection of Salesforce OrderItemHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItemHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemHistorysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedItemParentUnion = SalesforceUser | SalesforceTopic | SalesforceTask | SalesforceSolution | SalesforceSite | SalesforceReport | SalesforceProduct2 | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceEvent | SalesforceDashboardComponent | SalesforceDashboard | SalesforceContract | SalesforceContentDocument | SalesforceContact | SalesforceCollaborationGroup | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""Feed Item""" -type SalesforceFeedItem implements OneGraphNode { - """Linked Github IssueComment""" - gitHubIssueComment: GitHubIssueComment - - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceFeedItemParentUnion! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Revision""" - revision: Int - - """Last Edit By ID""" - lastEditById: String - - """Last Edit By ID""" - lastEditBy: SalesforceUser - - """Last Edit Date""" - lastEditDate: String - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String! - - """InsertedBy ID""" - insertedBy: SalesforceUser! - - """Best Comment ID""" - bestCommentId: String - - """Best Comment ID""" - bestComment: SalesforceFeedComment - - """Has Content""" - hasContent: Boolean! - - """Has Link""" - hasLink: Boolean! - - """Has Feed Entity Attachment""" - hasFeedEntity: Boolean! - - """Has Verified Comment""" - hasVerifiedComment: Boolean! - - """Status""" - status: String - - """Collection of Salesforce Announcement""" - announcements( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAnnouncementConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAnnouncementSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAnnouncementSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Announcements to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAnnouncementsConnection - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - - """Collection of Salesforce FeedRevision""" - feedRevisions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedRevisionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedRevisionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedRevisionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedRevisions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedRevisionsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Feed Items connection, for use in pagination.""" -type SalesforceFeedItemsConnection { - """The count of all Feed Item you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Feed Items""" - nodes: [SalesforceFeedItem!]! - - """List of Feed Item edges""" - edges: [SalesforceFeedItemEdge!]! -} - -""" -A filter to be used against EntitySubscription object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceEntitySubscriptionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the EntitySubscription's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the EntitySubscription's subscriber relation.""" - subscriber: SalesforceUserConnectionFilter - - """Filter by the EntitySubscription's id field""" - id: SalesforceIdFilter - - """Filter by the EntitySubscription's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the EntitySubscription's subscriberId field""" - subscriberId: SalesforceIdFilter - - """Filter by the EntitySubscription's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the EntitySubscription's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the EntitySubscription's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceEntitySubscriptionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceEntitySubscriptionConnectionFilter!] -} - -"""Field that Entity Subscriptions can be sorted by""" -enum SalesforceEntitySubscriptionSortByFieldEnum { - ID - PARENT_ID - SUBSCRIBER_ID - CREATED_BY_ID - CREATED_DATE - IS_DELETED -} - -"""An edge in a connection.""" -type SalesforceDomainSiteEdge { - """The item at the end of the edge.""" - node: SalesforceDomainSite! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against Site object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSiteConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Site's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Site's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Site's admin relation.""" - admin: SalesforceUserConnectionFilter - - """Filter by the Site's guestUser relation.""" - guestUser: SalesforceUserConnectionFilter - - """Filter by the Site's id field""" - id: SalesforceIdFilter - - """Filter by the Site's name field""" - name: SalesforceStringFilter - - """Filter by the Site's subdomain field""" - subdomain: SalesforceStringFilter - - """Filter by the Site's urlPathPrefix field""" - urlPathPrefix: SalesforceStringFilter - - """Filter by the Site's guestUserId field""" - guestUserId: SalesforceIdFilter - - """Filter by the Site's status field""" - status: SalesforceStringFilter - - """Filter by the Site's adminId field""" - adminId: SalesforceIdFilter - - """Filter by the Site's optionsEnableFeeds field""" - optionsEnableFeeds: SalesforceBooleanFilter - - """Filter by the Site's optionsRequireHttps field""" - optionsRequireHttps: SalesforceBooleanFilter - - """Filter by the Site's optionsAllowHomePage field""" - optionsAllowHomePage: SalesforceBooleanFilter - - """Filter by the Site's optionsAllowStandardIdeasPages field""" - optionsAllowStandardIdeasPages: SalesforceBooleanFilter - - """Filter by the Site's optionsAllowStandardSearch field""" - optionsAllowStandardSearch: SalesforceBooleanFilter - - """Filter by the Site's optionsAllowStandardLookups field""" - optionsAllowStandardLookups: SalesforceBooleanFilter - - """Filter by the Site's optionsAllowStandardAnswersPages field""" - optionsAllowStandardAnswersPages: SalesforceBooleanFilter - - """Filter by the Site's optionsAllowGuestSupportApi field""" - optionsAllowGuestSupportApi: SalesforceBooleanFilter - - """Filter by the Site's optionsAllowStandardPortalPages field""" - optionsAllowStandardPortalPages: SalesforceBooleanFilter - - """Filter by the Site's optionsCspUpgradeInsecureRequests field""" - optionsCspUpgradeInsecureRequests: SalesforceBooleanFilter - - """Filter by the Site's optionsContentSniffingProtection field""" - optionsContentSniffingProtection: SalesforceBooleanFilter - - """Filter by the Site's optionsBrowserXssProtection field""" - optionsBrowserXssProtection: SalesforceBooleanFilter - - """Filter by the Site's optionsReferrerPolicyOriginWhenCrossOrigin field""" - optionsReferrerPolicyOriginWhenCrossOrigin: SalesforceBooleanFilter - - """Filter by the Site's description field""" - description: SalesforceStringFilter - - """Filter by the Site's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the Site's analyticsTrackingCode field""" - analyticsTrackingCode: SalesforceStringFilter - - """Filter by the Site's siteType field""" - siteType: SalesforceStringFilter - - """Filter by the Site's clickjackProtectionLevel field""" - clickjackProtectionLevel: SalesforceStringFilter - - """Filter by the Site's dailyBandwidthLimit field""" - dailyBandwidthLimit: SalesforceIntFilter - - """Filter by the Site's dailyBandwidthUsed field""" - dailyBandwidthUsed: SalesforceIntFilter - - """Filter by the Site's dailyRequestTimeLimit field""" - dailyRequestTimeLimit: SalesforceIntFilter - - """Filter by the Site's dailyRequestTimeUsed field""" - dailyRequestTimeUsed: SalesforceIntFilter - - """Filter by the Site's monthlyPageViewsEntitlement field""" - monthlyPageViewsEntitlement: SalesforceIntFilter - - """Filter by the Site's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Site's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Site's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Site's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Site's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSiteConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSiteConnectionFilter!] -} - -""" -A filter to be used against Domain object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDomainConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Domain's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Domain's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Domain's id field""" - id: SalesforceIdFilter - - """Filter by the Domain's domainType field""" - domainType: SalesforceStringFilter - - """Filter by the Domain's domain field""" - domain: SalesforceStringFilter - - """Filter by the Domain's optionsExternalHttps field""" - optionsExternalHttps: SalesforceBooleanFilter - - """Filter by the Domain's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Domain's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Domain's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Domain's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Domain's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDomainConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDomainConnectionFilter!] -} - -""" -A filter to be used against DomainSite object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDomainSiteConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DomainSite's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DomainSite's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DomainSite's site relation.""" - site: SalesforceSiteConnectionFilter - - """Filter by the DomainSite's domain relation.""" - domain: SalesforceDomainConnectionFilter - - """Filter by the DomainSite's id field""" - id: SalesforceIdFilter - - """Filter by the DomainSite's domainId field""" - domainId: SalesforceIdFilter - - """Filter by the DomainSite's siteId field""" - siteId: SalesforceIdFilter - - """Filter by the DomainSite's pathPrefix field""" - pathPrefix: SalesforceStringFilter - - """Filter by the DomainSite's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DomainSite's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DomainSite's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DomainSite's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DomainSite's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDomainSiteConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDomainSiteConnectionFilter!] -} - -"""Field that Custom URLs can be sorted by""" -enum SalesforceDomainSiteSortByFieldEnum { - ID - DOMAIN_ID - SITE_ID - PATH_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""Domain""" -type SalesforceDomain implements OneGraphNode { - """Domain ID""" - id: String! - - """Domain Type""" - domainType: String! - - """Domain Name""" - domain: String! - - """Enable External HTTPS""" - optionsExternalHttps: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce DomainSite""" - domainSites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDomainSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDomainSiteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDomainSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DomainSites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDomainSitesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Custom URL""" -type SalesforceDomainSite implements OneGraphNode { - """Custom URL ID""" - id: String! - - """Domain ID""" - domainId: String! - - """Domain ID""" - domain: SalesforceDomain! - - """Site ID""" - siteId: String! - - """Site ID""" - site: SalesforceSite! - - """Path""" - pathPrefix: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Custom URLs connection, for use in pagination.""" -type SalesforceDomainSitesConnection { - """The count of all Custom URL you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom URLs""" - nodes: [SalesforceDomainSite!]! - - """List of Custom URL edges""" - edges: [SalesforceDomainSiteEdge!]! -} - -"""Site""" -type SalesforceSite implements OneGraphNode { - """Site ID""" - id: String! - - """Site Name""" - name: String! - - """Site Subdomain Prefix""" - subdomain: String - - """Default Web Address""" - urlPathPrefix: String - - """User ID""" - guestUserId: String - - """User ID""" - guestUser: SalesforceUser - - """Site Status""" - status: String! - - """User ID""" - adminId: String! - - """User ID""" - admin: SalesforceUser! - - """Enable Feeds""" - optionsEnableFeeds: Boolean! - - """Require Secure Connections (HTTPS)""" - optionsRequireHttps: Boolean! - - """Enable Standard Home Page""" - optionsAllowHomePage: Boolean! - - """Enable Standard Ideas Pages""" - optionsAllowStandardIdeasPages: Boolean! - - """Enable Standard Lookup Pages""" - optionsAllowStandardSearch: Boolean! - - """Enable Standard Search Pages""" - optionsAllowStandardLookups: Boolean! - - """Enable Standard Answers Pages""" - optionsAllowStandardAnswersPages: Boolean! - - """Guest Access to the Support API""" - optionsAllowGuestSupportApi: Boolean! - - """Allow Access to Standard Salesforce Pages""" - optionsAllowStandardPortalPages: Boolean! - - """Upgrade all requests to HTTPS""" - optionsCspUpgradeInsecureRequests: Boolean! - - """Enable Content Sniffing Protection""" - optionsContentSniffingProtection: Boolean! - - """Enable Browser Cross Site Scripting Protection""" - optionsBrowserXssProtection: Boolean! - - """Referrer URL Protection""" - optionsReferrerPolicyOriginWhenCrossOrigin: Boolean! - - """Site Description""" - description: String - - """Site Label""" - masterLabel: String! - - """Analytics Tracking Code""" - analyticsTrackingCode: String - - """Site Type""" - siteType: String! - - """Clickjack Protection Level""" - clickjackProtectionLevel: String! - - """Daily Bandwidth Limit (MB)""" - dailyBandwidthLimit: Int - - """Daily Bandwidth Used""" - dailyBandwidthUsed: Int - - """Daily Request Time Limit (min)""" - dailyRequestTimeLimit: Int - - """Daily Request Time Used""" - dailyRequestTimeUsed: Int - - """Monthly Page Views Allowed""" - monthlyPageViewsEntitlement: Int - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce DomainSite""" - siteDomainPaths( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDomainSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDomainSiteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDomainSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DomainSites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDomainSitesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce SiteFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSiteFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SiteFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSiteFeedsConnection - - """Collection of Salesforce SiteHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSiteHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SiteHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSiteHistorysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Site""" -type SalesforceSiteFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceSite! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedLikeFeedEntityUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceFeedComment | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -""" -A filter to be used against FeedPollVote object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFeedPollVoteConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FeedPollVote's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FeedPollVote's choice relation.""" - choice: SalesforceFeedPollChoiceConnectionFilter - - """Filter by the FeedPollVote's id field""" - id: SalesforceIdFilter - - """Filter by the FeedPollVote's feedItemId field""" - feedItemId: SalesforceIdFilter - - """Filter by the FeedPollVote's choiceId field""" - choiceId: SalesforceIdFilter - - """Filter by the FeedPollVote's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FeedPollVote's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FeedPollVote's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the FeedPollVote's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFeedPollVoteConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFeedPollVoteConnectionFilter!] -} - -"""Field that Feed Poll Votes can be sorted by""" -enum SalesforceFeedPollVoteSortByFieldEnum { - ID - FEED_ITEM_ID - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_DATE - IS_DELETED -} - -"""Solution Feed""" -type SalesforceSolutionFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceSolution! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedPollVoteFeedItemUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Feed Poll Vote""" -type SalesforceFeedPollVote implements OneGraphNode { - """Feed Poll Vote ID""" - id: String! - - """Feed Item ID""" - feedItemId: String! - - """Feed Item ID""" - feedItem: SalesforceFeedPollVoteFeedItemUnion! - - """Feed Poll Choice ID""" - choiceId: String! - - """Feed Poll Choice ID""" - choice: SalesforceFeedPollChoice! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Feed Poll Votes connection, for use in pagination.""" -type SalesforceFeedPollVotesConnection { - """The count of all Feed Poll Vote you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Feed Poll Votes""" - nodes: [SalesforceFeedPollVote!]! - - """List of Feed Poll Vote edges""" - edges: [SalesforceFeedPollVoteEdge!]! -} - -""" -A filter to be used against FeedPollChoice object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFeedPollChoiceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FeedPollChoice's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FeedPollChoice's id field""" - id: SalesforceIdFilter - - """Filter by the FeedPollChoice's feedItemId field""" - feedItemId: SalesforceIdFilter - - """Filter by the FeedPollChoice's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FeedPollChoice's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FeedPollChoice's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFeedPollChoiceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFeedPollChoiceConnectionFilter!] -} - -"""Field that Feed Poll Choices can be sorted by""" -enum SalesforceFeedPollChoiceSortByFieldEnum { - ID - FEED_ITEM_ID - POSITION - CREATED_BY_ID - CREATED_DATE - IS_DELETED -} - -"""Task Feed""" -type SalesforceTaskFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceTask! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedPollChoiceFeedItemUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Feed Poll Choice""" -type SalesforceFeedPollChoice implements OneGraphNode { - """Feed Poll Choice ID""" - id: String! - - """Feed Item ID""" - feedItemId: String! - - """Feed Item ID""" - feedItem: SalesforceFeedPollChoiceFeedItemUnion! - - """Position""" - position: Int! - - """ChoiceBody""" - choiceBody: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Feed Poll Choices connection, for use in pagination.""" -type SalesforceFeedPollChoicesConnection { - """The count of all Feed Poll Choice you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Feed Poll Choices""" - nodes: [SalesforceFeedPollChoice!]! - - """List of Feed Poll Choice edges""" - edges: [SalesforceFeedPollChoiceEdge!]! -} - -""" -A filter to be used against FeedComment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFeedCommentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FeedComment's relatedRecord relation.""" - relatedRecord: SalesforceContentVersionConnectionFilter - - """Filter by the FeedComment's insertedBy relation.""" - insertedBy: SalesforceUserConnectionFilter - - """Filter by the FeedComment's lastEditBy relation.""" - lastEditBy: SalesforceUserConnectionFilter - - """Filter by the FeedComment's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FeedComment's id field""" - id: SalesforceIdFilter - - """Filter by the FeedComment's feedItemId field""" - feedItemId: SalesforceIdFilter - - """Filter by the FeedComment's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the FeedComment's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FeedComment's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FeedComment's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the FeedComment's revision field""" - revision: SalesforceIntFilter - - """Filter by the FeedComment's lastEditById field""" - lastEditById: SalesforceIdFilter - - """Filter by the FeedComment's lastEditDate field""" - lastEditDate: SalesforceDateTimeFilter - - """Filter by the FeedComment's commentBody field""" - commentBody: SalesforceStringFilter - - """Filter by the FeedComment's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the FeedComment's insertedById field""" - insertedById: SalesforceIdFilter - - """Filter by the FeedComment's commentType field""" - commentType: SalesforceStringFilter - - """Filter by the FeedComment's isRichText field""" - isRichText: SalesforceBooleanFilter - - """Filter by the FeedComment's isVerified field""" - isVerified: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFeedCommentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFeedCommentConnectionFilter!] -} - -"""Field that Feed Comments can be sorted by""" -enum SalesforceFeedCommentSortByFieldEnum { - ID - FEED_ITEM_ID - PARENT_ID - CREATED_BY_ID - CREATED_DATE - SYSTEM_MODSTAMP - REVISION - LAST_EDIT_BY_ID - LAST_EDIT_DATE - COMMENT_BODY - IS_DELETED - INSERTED_BY_ID - COMMENT_TYPE - RELATED_RECORD_ID - IS_RICH_TEXT - IS_VERIFIED - STATUS -} - -"""Topic Feed""" -type SalesforceTopicFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceTopic! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedCommentFeedItemUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Feed Comment""" -type SalesforceFeedComment implements OneGraphNode { - """Linked Github IssueComment""" - gitHubIssueComment: GitHubIssueComment - - """Feed Comment ID""" - id: String! - - """Feed Item ID""" - feedItemId: String! - - """Feed Item ID""" - feedItem: SalesforceFeedCommentFeedItemUnion! - - """Parent ID""" - parentId: String - - """Parent ID""" - parent: SalesforceFeedCommentParentUnion - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Revision""" - revision: Int - - """Last Edit By ID""" - lastEditById: String - - """Last Edit By ID""" - lastEditBy: SalesforceUser - - """Last Edit Date""" - lastEditDate: String - - """Comment Body""" - commentBody: String! - - """Deleted""" - isDeleted: Boolean! - - """InsertedBy ID""" - insertedById: String! - - """InsertedBy ID""" - insertedBy: SalesforceUser! - - """Comment Type""" - commentType: String - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """Is Rich Text""" - isRichText: Boolean! - - """Is a Verified Comment""" - isVerified: Boolean! - - """Status""" - status: String - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FeedRevision""" - feedRevisions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedRevisionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedRevisionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedRevisionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedRevisions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedRevisionsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Feed Comments connection, for use in pagination.""" -type SalesforceFeedCommentsConnection { - """The count of all Feed Comment you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Feed Comments""" - nodes: [SalesforceFeedComment!]! - - """List of Feed Comment edges""" - edges: [SalesforceFeedCommentEdge!]! -} - -""" -A filter to be used against FeedAttachment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFeedAttachmentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FeedAttachment's id field""" - id: SalesforceIdFilter - - """Filter by the FeedAttachment's feedEntityId field""" - feedEntityId: SalesforceIdFilter - - """Filter by the FeedAttachment's type field""" - type: SalesforceStringFilter - - """Filter by the FeedAttachment's recordId field""" - recordId: SalesforceIdFilter - - """Filter by the FeedAttachment's title field""" - title: SalesforceStringFilter - - """Filter by the FeedAttachment's value field""" - value: SalesforceStringFilter - - """Filter by the FeedAttachment's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFeedAttachmentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFeedAttachmentConnectionFilter!] -} - -"""Field that Feed Attachments can be sorted by""" -enum SalesforceFeedAttachmentSortByFieldEnum { - ID - FEED_ENTITY_ID - TYPE - RECORD_ID - TITLE - VALUE - IS_DELETED -} - -"""User Feed""" -type SalesforceUserFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceUser! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFeedAttachmentFeedEntityUnion = SalesforceUserFeed | SalesforceTopicFeed | SalesforceTaskFeed | SalesforceSolutionFeed | SalesforceSiteFeed | SalesforceReportFeed | SalesforceProduct2Feed | SalesforceOrderItemFeed | SalesforceOrderFeed | SalesforceOpportunityFeed | SalesforceLeadFeed | SalesforceFeedItem | SalesforceFeedComment | SalesforceEventFeed | SalesforceDashboardFeed | SalesforceDashboardComponentFeed | SalesforceContractFeed | SalesforceContentDocumentFeed | SalesforceContactFeed | SalesforceCollaborationGroupFeed | SalesforceCaseFeed | SalesforceCampaignFeed | SalesforceAssetRelationshipFeed | SalesforceAssetFeed | SalesforceAccountFeed - -"""Feed Attachment""" -type SalesforceFeedAttachment implements OneGraphNode { - """Feed Attachment ID""" - id: String! - - """Feed Entity ID""" - feedEntityId: String! - - """Feed Entity ID""" - feedEntity: SalesforceFeedAttachmentFeedEntityUnion! - - """Feed Attachment Type""" - type: String! - - """Attachment Record ID""" - recordId: String - - """Attachment Record ID""" - record: SalesforceFeedAttachmentRecordUnion - - """Feed Attachment Title""" - title: String - - """Feed Attachment Value""" - value: String - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Feed Attachments connection, for use in pagination.""" -type SalesforceFeedAttachmentsConnection { - """The count of all Feed Attachment you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Feed Attachments""" - nodes: [SalesforceFeedAttachment!]! - - """List of Feed Attachment edges""" - edges: [SalesforceFeedAttachmentEdge!]! -} - -"""Campaign Feed""" -type SalesforceCampaignFeed implements OneGraphNode { - """Feed Item ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceCampaign! - - """Feed Item Type""" - type: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Comment Count""" - commentCount: Int! - - """Like Count""" - likeCount: Int! - - """Title""" - title: String - - """Body""" - body: String - - """Link Url""" - linkUrl: String - - """Is Rich Text""" - isRichText: Boolean! - - """Related Record ID""" - relatedRecordId: String - - """Related Record ID""" - relatedRecord: SalesforceContentVersion - - """InsertedBy ID""" - insertedById: String - - """InsertedBy ID""" - insertedBy: SalesforceUser - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Campaign Feeds connection, for use in pagination.""" -type SalesforceCampaignFeedsConnection { - """The count of all Campaign Feed you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Campaign Feeds""" - nodes: [SalesforceCampaignFeed!]! - - """List of Campaign Feed edges""" - edges: [SalesforceCampaignFeedEdge!]! -} - -""" -A filter to be used against Campaign object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCampaignConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Campaign's campaignMemberRecordType relation.""" - campaignMemberRecordType: SalesforceRecordTypeConnectionFilter - - """Filter by the Campaign's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Campaign's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Campaign's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Campaign's parent relation.""" - parent: SalesforceCampaignConnectionFilter - - """Filter by the Campaign's id field""" - id: SalesforceIdFilter - - """Filter by the Campaign's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Campaign's name field""" - name: SalesforceStringFilter - - """Filter by the Campaign's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Campaign's type field""" - type: SalesforceStringFilter - - """Filter by the Campaign's status field""" - status: SalesforceStringFilter - - """Filter by the Campaign's startDate field""" - startDate: SalesforceDateFilter - - """Filter by the Campaign's endDate field""" - endDate: SalesforceDateFilter - - """Filter by the Campaign's expectedRevenue field""" - expectedRevenue: SalesforceFloatFilter - - """Filter by the Campaign's budgetedCost field""" - budgetedCost: SalesforceFloatFilter - - """Filter by the Campaign's actualCost field""" - actualCost: SalesforceFloatFilter - - """Filter by the Campaign's expectedResponse field""" - expectedResponse: SalesforceFloatFilter - - """Filter by the Campaign's numberSent field""" - numberSent: SalesforceFloatFilter - - """Filter by the Campaign's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the Campaign's numberOfLeads field""" - numberOfLeads: SalesforceIntFilter - - """Filter by the Campaign's numberOfConvertedLeads field""" - numberOfConvertedLeads: SalesforceIntFilter - - """Filter by the Campaign's numberOfContacts field""" - numberOfContacts: SalesforceIntFilter - - """Filter by the Campaign's numberOfResponses field""" - numberOfResponses: SalesforceIntFilter - - """Filter by the Campaign's numberOfOpportunities field""" - numberOfOpportunities: SalesforceIntFilter - - """Filter by the Campaign's numberOfWonOpportunities field""" - numberOfWonOpportunities: SalesforceIntFilter - - """Filter by the Campaign's amountAllOpportunities field""" - amountAllOpportunities: SalesforceFloatFilter - - """Filter by the Campaign's amountWonOpportunities field""" - amountWonOpportunities: SalesforceFloatFilter - - """Filter by the Campaign's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Campaign's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Campaign's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Campaign's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Campaign's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Campaign's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Campaign's lastActivityDate field""" - lastActivityDate: SalesforceDateFilter - - """Filter by the Campaign's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Campaign's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Campaign's campaignMemberRecordTypeId field""" - campaignMemberRecordTypeId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCampaignConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCampaignConnectionFilter!] -} - -"""Field that Campaigns can be sorted by""" -enum SalesforceCampaignSortByFieldEnum { - ID - IS_DELETED - NAME - PARENT_ID - TYPE - STATUS - START_DATE - END_DATE - EXPECTED_REVENUE - BUDGETED_COST - ACTUAL_COST - EXPECTED_RESPONSE - NUMBER_SENT - IS_ACTIVE - NUMBER_OF_LEADS - NUMBER_OF_CONVERTED_LEADS - NUMBER_OF_CONTACTS - NUMBER_OF_RESPONSES - NUMBER_OF_OPPORTUNITIES - NUMBER_OF_WON_OPPORTUNITIES - AMOUNT_ALL_OPPORTUNITIES - AMOUNT_WON_OPPORTUNITIES - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_ACTIVITY_DATE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - CAMPAIGN_MEMBER_RECORD_TYPE_ID -} - -"""An edge in a connection.""" -type SalesforceCampaignEdge { - """The item at the end of the edge.""" - node: SalesforceCampaign! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Campaigns connection, for use in pagination.""" -type SalesforceCampaignsConnection { - """The count of all Campaign you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Campaigns""" - nodes: [SalesforceCampaign!]! - - """List of Campaign edges""" - edges: [SalesforceCampaignEdge!]! -} - -""" -A filter to be used against Attachment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAttachmentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Attachment's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Attachment's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Attachment's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Attachment's id field""" - id: SalesforceIdFilter - - """Filter by the Attachment's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Attachment's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Attachment's name field""" - name: SalesforceStringFilter - - """Filter by the Attachment's isPrivate field""" - isPrivate: SalesforceBooleanFilter - - """Filter by the Attachment's contentType field""" - contentType: SalesforceStringFilter - - """Filter by the Attachment's bodyLength field""" - bodyLength: SalesforceIntFilter - - """Filter by the Attachment's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Attachment's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Attachment's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Attachment's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Attachment's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Attachment's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Attachment's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAttachmentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAttachmentConnectionFilter!] -} - -"""Field that Attachments can be sorted by""" -enum SalesforceAttachmentSortByFieldEnum { - ID - IS_DELETED - PARENT_ID - NAME - IS_PRIVATE - CONTENT_TYPE - BODY_LENGTH - OWNER_ID - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DESCRIPTION -} - -"""Campaign""" -type SalesforceCampaign implements OneGraphNode { - """Campaign ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Parent Campaign ID""" - parentId: String - - """Parent Campaign ID""" - parent: SalesforceCampaign - - """Type""" - type: String - - """Status""" - status: String - - """Start Date""" - startDate: String - - """End Date""" - endDate: String - - """Expected Revenue in Campaign""" - expectedRevenue: Float - - """Budgeted Cost in Campaign""" - budgetedCost: Float - - """Actual Cost in Campaign""" - actualCost: Float - - """Expected Response (%)""" - expectedResponse: Float - - """Num Sent in Campaign""" - numberSent: Float - - """Active""" - isActive: Boolean! - - """Description""" - description: String - - """Leads in Campaign""" - numberOfLeads: Int! - - """Converted Leads in Campaign""" - numberOfConvertedLeads: Int! - - """Contacts in Campaign""" - numberOfContacts: Int! - - """Responses in Campaign""" - numberOfResponses: Int! - - """Opportunities in Campaign""" - numberOfOpportunities: Int! - - """Won Opportunities in Campaign""" - numberOfWonOpportunities: Int! - - """Value Opportunities in Campaign""" - amountAllOpportunities: Float! - - """Value Won Opportunities in Campaign""" - amountWonOpportunities: Float! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Activity""" - lastActivityDate: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Record Type ID""" - campaignMemberRecordTypeId: String - - """Record Type ID""" - campaignMemberRecordType: SalesforceRecordType - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce Campaign""" - childCampaigns( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Campaigns to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignsConnection - - """Collection of Salesforce CampaignFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignFeedsConnection - - """Collection of Salesforce CampaignHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignHistorysConnection - - """Collection of Salesforce CampaignMember""" - campaignMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignMembersConnection - - """Collection of Salesforce CampaignMemberStatus""" - campaignMemberStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignMemberStatusSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CampaignMemberStatuses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCampaignMemberStatussConnection - - """Collection of Salesforce CampaignShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignSharesConnection - - """Collection of Salesforce CollaborationGroupRecord""" - recordAssociatedGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Opportunity""" - opportunities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitysConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Opportunity""" -type SalesforceOpportunity implements OneGraphNode { - """Opportunity ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Private""" - isPrivate: Boolean! - - """Name""" - name: String! - - """Description""" - description: String - - """Stage""" - stageName: String! - - """Amount""" - amount: Float - - """Probability (%)""" - probability: Float - - """Expected Amount""" - expectedRevenue: Float - - """Quantity""" - totalOpportunityQuantity: Float - - """Close Date""" - closeDate: String! - - """Opportunity Type""" - type: String - - """Next Step""" - nextStep: String - - """Lead Source""" - leadSource: String - - """Closed""" - isClosed: Boolean! - - """Won""" - isWon: Boolean! - - """Forecast Category""" - forecastCategory: String! - - """Forecast Category""" - forecastCategoryName: String - - """Campaign ID""" - campaignId: String - - """Campaign ID""" - campaign: SalesforceCampaign - - """Has Line Item""" - hasOpportunityLineItem: Boolean! - - """Price Book ID""" - pricebook2Id: String - - """Price Book ID""" - pricebook2: SalesforcePricebook2 - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Activity""" - lastActivityDate: String - - """Fiscal Quarter""" - fiscalQuarter: Int - - """Fiscal Year""" - fiscalYear: Int - - """Fiscal Period""" - fiscal: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Has Open Activity""" - hasOpenActivity: Boolean! - - """Has Overdue Task""" - hasOverdueTask: Boolean! - - """Collection of Salesforce AccountPartner""" - accountPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountPartnersConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce CollaborationGroupRecord""" - recordAssociatedGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Lead""" - leads( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Leads to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce OpportunityCompetitor""" - opportunityCompetitors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityCompetitorConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityCompetitorSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityCompetitorSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityCompetitors to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityCompetitorsConnection - - """Collection of Salesforce OpportunityContactRole""" - opportunityContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityContactRoles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityContactRolesConnection - - """Collection of Salesforce OpportunityFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityFeedsConnection - - """Collection of Salesforce OpportunityFieldHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityFieldHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityFieldHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityFieldHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityFieldHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityFieldHistorysConnection - - """Collection of Salesforce OpportunityHistory""" - opportunityHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityHistorysConnection - - """Collection of Salesforce OpportunityLineItem""" - opportunityLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityLineItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityLineItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityLineItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityLineItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityLineItemsConnection - - """Collection of Salesforce OpportunityPartner""" - opportunityPartnersFrom( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityPartnersConnection - - """Collection of Salesforce OpportunityShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitySharesConnection - - """Collection of Salesforce Partner""" - partners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Partners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnersConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Opportunities connection, for use in pagination.""" -type SalesforceOpportunitysConnection { - """The count of all Opportunity you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Opportunities""" - nodes: [SalesforceOpportunity!]! - - """List of Opportunity edges""" - edges: [SalesforceOpportunityEdge!]! -} - -""" -A filter to be used against Pricebook2 object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePricebook2ConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Pricebook2's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Pricebook2's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Pricebook2's id field""" - id: SalesforceIdFilter - - """Filter by the Pricebook2's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Pricebook2's name field""" - name: SalesforceStringFilter - - """Filter by the Pricebook2's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Pricebook2's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Pricebook2's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Pricebook2's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Pricebook2's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Pricebook2's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Pricebook2's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Pricebook2's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the Pricebook2's isArchived field""" - isArchived: SalesforceBooleanFilter - - """Filter by the Pricebook2's description field""" - description: SalesforceStringFilter - - """Filter by the Pricebook2's isStandard field""" - isStandard: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePricebook2ConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePricebook2ConnectionFilter!] -} - -""" -A filter to be used against Contract object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContractConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Contract's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Contract's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Contract's activatedBy relation.""" - activatedBy: SalesforceUserConnectionFilter - - """Filter by the Contract's customerSigned relation.""" - customerSigned: SalesforceContactConnectionFilter - - """Filter by the Contract's companySigned relation.""" - companySigned: SalesforceUserConnectionFilter - - """Filter by the Contract's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Contract's pricebook2 relation.""" - pricebook2: SalesforcePricebook2ConnectionFilter - - """Filter by the Contract's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Contract's id field""" - id: SalesforceIdFilter - - """Filter by the Contract's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Contract's pricebook2Id field""" - pricebook2Id: SalesforceIdFilter - - """Filter by the Contract's ownerExpirationNotice field""" - ownerExpirationNotice: SalesforceStringFilter - - """Filter by the Contract's startDate field""" - startDate: SalesforceDateFilter - - """Filter by the Contract's endDate field""" - endDate: SalesforceDateFilter - - """Filter by the Contract's billingStreet field""" - billingStreet: SalesforceStringFilter - - """Filter by the Contract's billingCity field""" - billingCity: SalesforceStringFilter - - """Filter by the Contract's billingState field""" - billingState: SalesforceStringFilter - - """Filter by the Contract's billingPostalCode field""" - billingPostalCode: SalesforceStringFilter - - """Filter by the Contract's billingCountry field""" - billingCountry: SalesforceStringFilter - - """Filter by the Contract's billingLatitude field""" - billingLatitude: SalesforceFloatFilter - - """Filter by the Contract's billingLongitude field""" - billingLongitude: SalesforceFloatFilter - - """Filter by the Contract's billingGeocodeAccuracy field""" - billingGeocodeAccuracy: SalesforceStringFilter - - """Filter by the Contract's contractTerm field""" - contractTerm: SalesforceIntFilter - - """Filter by the Contract's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Contract's status field""" - status: SalesforceStringFilter - - """Filter by the Contract's companySignedId field""" - companySignedId: SalesforceIdFilter - - """Filter by the Contract's companySignedDate field""" - companySignedDate: SalesforceDateFilter - - """Filter by the Contract's customerSignedId field""" - customerSignedId: SalesforceIdFilter - - """Filter by the Contract's customerSignedTitle field""" - customerSignedTitle: SalesforceStringFilter - - """Filter by the Contract's customerSignedDate field""" - customerSignedDate: SalesforceDateFilter - - """Filter by the Contract's specialTerms field""" - specialTerms: SalesforceStringFilter - - """Filter by the Contract's activatedById field""" - activatedById: SalesforceIdFilter - - """Filter by the Contract's activatedDate field""" - activatedDate: SalesforceDateTimeFilter - - """Filter by the Contract's statusCode field""" - statusCode: SalesforceStringFilter - - """Filter by the Contract's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Contract's contractNumber field""" - contractNumber: SalesforceStringFilter - - """Filter by the Contract's lastApprovedDate field""" - lastApprovedDate: SalesforceDateTimeFilter - - """Filter by the Contract's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Contract's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Contract's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Contract's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Contract's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Contract's lastActivityDate field""" - lastActivityDate: SalesforceDateFilter - - """Filter by the Contract's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Contract's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContractConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContractConnectionFilter!] -} - -"""Field that Contracts can be sorted by""" -enum SalesforceContractSortByFieldEnum { - ID - ACCOUNT_ID - PRICEBOOK_2_ID - OWNER_EXPIRATION_NOTICE - START_DATE - END_DATE - BILLING_STREET - BILLING_CITY - BILLING_STATE - BILLING_POSTAL_CODE - BILLING_COUNTRY - BILLING_LATITUDE - BILLING_LONGITUDE - BILLING_GEOCODE_ACCURACY - CONTRACT_TERM - OWNER_ID - STATUS - COMPANY_SIGNED_ID - COMPANY_SIGNED_DATE - CUSTOMER_SIGNED_ID - CUSTOMER_SIGNED_TITLE - CUSTOMER_SIGNED_DATE - SPECIAL_TERMS - ACTIVATED_BY_ID - ACTIVATED_DATE - STATUS_CODE - IS_DELETED - CONTRACT_NUMBER - LAST_APPROVED_DATE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - LAST_ACTIVITY_DATE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceContractEdge { - """The item at the end of the edge.""" - node: SalesforceContract! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Contracts connection, for use in pagination.""" -type SalesforceContractsConnection { - """The count of all Contract you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Contracts""" - nodes: [SalesforceContract!]! - - """List of Contract edges""" - edges: [SalesforceContractEdge!]! -} - -"""Price Book""" -type SalesforcePricebook2 implements OneGraphNode { - """Price Book ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Price Book Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Active""" - isActive: Boolean! - - """Archived""" - isArchived: Boolean! - - """Description""" - description: String - - """Is Standard Price Book""" - isStandard: Boolean! - - """Collection of Salesforce Contract""" - contracts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contracts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Opportunity""" - opportunities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitysConnection - - """Collection of Salesforce Order""" - orders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Orders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrdersConnection - - """Collection of Salesforce Pricebook2History""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebook2HistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePricebook2HistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebook2HistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Pricebook2Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebook2HistorysConnection - - """Collection of Salesforce PricebookEntry""" - pricebookEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebookEntryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePricebookEntrySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebookEntrySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PricebookEntries to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebookEntrysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Contract""" -type SalesforceContract implements OneGraphNode { - """Contract ID""" - id: String! - - """Account ID""" - accountId: String! - - """Account ID""" - account: SalesforceAccount! - - """Price Book ID""" - pricebook2Id: String - - """Price Book ID""" - pricebook2: SalesforcePricebook2 - - """Owner Expiration Notice""" - ownerExpirationNotice: String - - """Contract Start Date""" - startDate: String - - """Contract End Date""" - endDate: String - - """Billing Street""" - billingStreet: String - - """Billing City""" - billingCity: String - - """Billing State/Province""" - billingState: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing Country""" - billingCountry: String - - """Billing Latitude""" - billingLatitude: Float - - """Billing Longitude""" - billingLongitude: Float - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Billing Address""" - billingAddress: SalesforceAddress - - """Contract Term""" - contractTerm: Int - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Status""" - status: String! - - """Company Signed By ID""" - companySignedId: String - - """Company Signed By ID""" - companySigned: SalesforceUser - - """Company Signed Date""" - companySignedDate: String - - """Customer Signed By ID""" - customerSignedId: String - - """Customer Signed By ID""" - customerSigned: SalesforceContact - - """Customer Signed Title""" - customerSignedTitle: String - - """Customer Signed Date""" - customerSignedDate: String - - """Special Terms""" - specialTerms: String - - """Activated By ID""" - activatedById: String - - """Activated By ID""" - activatedBy: SalesforceUser - - """Activated Date""" - activatedDate: String - - """Status Category""" - statusCode: String! - - """Description""" - description: String - - """Deleted""" - isDeleted: Boolean! - - """Contract Number""" - contractNumber: String! - - """Last Approved Date""" - lastApprovedDate: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Activity""" - lastActivityDate: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce CollaborationGroupRecord""" - recordAssociatedGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce ContractContactRole""" - contractContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContractContactRoles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContractContactRolesConnection - - """Collection of Salesforce ContractFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContractFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractFeedsConnection - - """Collection of Salesforce ContractHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContractHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractHistorysConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce Order""" - orders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Orders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrdersConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceOrderOwnerUnion = SalesforceUser | SalesforceGroup - -"""Order""" -type SalesforceOrder implements OneGraphNode { - """Order ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceOrderOwnerUnion! - - """Contract ID""" - contractId: String - - """Contract ID""" - contract: SalesforceContract - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Price Book ID""" - pricebook2Id: String - - """Price Book ID""" - pricebook2: SalesforcePricebook2 - - """Order ID""" - originalOrderId: String - - """Order ID""" - originalOrder: SalesforceOrder - - """Order Start Date""" - effectiveDate: String! - - """Order End Date""" - endDate: String - - """Reduction Order""" - isReductionOrder: Boolean! - - """Status""" - status: String! - - """Internal Comments""" - description: String - - """Customer Authorized By ID""" - customerAuthorizedById: String - - """Customer Authorized By ID""" - customerAuthorizedBy: SalesforceContact - - """Customer Authorized Date""" - customerAuthorizedDate: String - - """Company Authorized By ID""" - companyAuthorizedById: String - - """Company Authorized By ID""" - companyAuthorizedBy: SalesforceUser - - """Company Authorized Date""" - companyAuthorizedDate: String - - """Order Type""" - type: String - - """Billing Street""" - billingStreet: String - - """Billing City""" - billingCity: String - - """Billing State/Province""" - billingState: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing Country""" - billingCountry: String - - """Billing Latitude""" - billingLatitude: Float - - """Billing Longitude""" - billingLongitude: Float - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Billing Address""" - billingAddress: SalesforceAddress - - """Shipping Street""" - shippingStreet: String - - """Shipping City""" - shippingCity: String - - """Shipping State/Province""" - shippingState: String - - """Shipping Zip/Postal Code""" - shippingPostalCode: String - - """Shipping Country""" - shippingCountry: String - - """Shipping Latitude""" - shippingLatitude: Float - - """Shipping Longitude""" - shippingLongitude: Float - - """Shipping Geocode Accuracy""" - shippingGeocodeAccuracy: String - - """Shipping Address""" - shippingAddress: SalesforceAddress - - """Order Name""" - name: String - - """PO Date""" - poDate: String - - """PO Number""" - poNumber: String - - """Order Reference Number""" - orderReferenceNumber: String - - """Bill To Contact ID""" - billToContactId: String - - """Bill To Contact ID""" - billToContact: SalesforceContact - - """Ship To Contact ID""" - shipToContactId: String - - """Ship To Contact ID""" - shipToContact: SalesforceContact - - """Activated Date""" - activatedDate: String - - """Activated By ID""" - activatedById: String - - """Activated By ID""" - activatedBy: SalesforceUser - - """Status Category""" - statusCode: String! - - """Order Number""" - orderNumber: String! - - """Order Amount""" - totalAmount: Float! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce Order""" - orders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Orders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrdersConnection - - """Collection of Salesforce OrderFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderFeedsConnection - - """Collection of Salesforce OrderHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderHistorysConnection - - """Collection of Salesforce OrderItem""" - orderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemsConnection - - """Collection of Salesforce OrderShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderSharesConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceOrgDeleteRequestOwnerUnion = SalesforceUser | SalesforceGroup - -"""Org Delete Request""" -type SalesforceOrgDeleteRequest implements OneGraphNode { - """Org Delete Request ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceOrgDeleteRequestOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Request Type""" - requestType: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceProcessInstanceHistoryTargetObjectUnion = SalesforceUserProvisioningRequest | SalesforceStreamingChannel | SalesforceSolution | SalesforceProduct2 | SalesforceOrgDeleteRequest | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceEmailMessage | SalesforceDuplicateRecordSet | SalesforceDuplicateRecordItem | SalesforceContract | SalesforceContact | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -union SalesforceStreamingChannelOwnerUnion = SalesforceUser | SalesforceGroup - -"""Streaming Channel""" -type SalesforceStreamingChannel implements OneGraphNode { - """Streaming Channel Id""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceStreamingChannelOwnerUnion! - - """Is Deleted""" - isDeleted: Boolean! - - """Streaming Channel Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Is Dynamically Created""" - isDynamic: Boolean! - - """Description""" - description: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceProcessInstanceTargetObjectUnion = SalesforceUserProvisioningRequest | SalesforceStreamingChannel | SalesforceSolution | SalesforceProduct2 | SalesforceOrgDeleteRequest | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceEmailMessage | SalesforceDuplicateRecordSet | SalesforceDuplicateRecordItem | SalesforceContract | SalesforceContact | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""Field that Process Nodes can be sorted by""" -enum SalesforceProcessNodeSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - PROCESS_DEFINITION_ID - DESCRIPTION - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceProcessNodeEdge { - """The item at the end of the edge.""" - node: SalesforceProcessNode! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against ProcessInstanceStep object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProcessInstanceStepConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ProcessInstanceStep's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ProcessInstanceStep's stepNode relation.""" - stepNode: SalesforceProcessNodeConnectionFilter - - """Filter by the ProcessInstanceStep's processInstance relation.""" - processInstance: SalesforceProcessInstanceConnectionFilter - - """Filter by the ProcessInstanceStep's id field""" - id: SalesforceIdFilter - - """Filter by the ProcessInstanceStep's processInstanceId field""" - processInstanceId: SalesforceIdFilter - - """Filter by the ProcessInstanceStep's stepStatus field""" - stepStatus: SalesforceStringFilter - - """Filter by the ProcessInstanceStep's originalActorId field""" - originalActorId: SalesforceIdFilter - - """Filter by the ProcessInstanceStep's actorId field""" - actorId: SalesforceIdFilter - - """Filter by the ProcessInstanceStep's comments field""" - comments: SalesforceStringFilter - - """Filter by the ProcessInstanceStep's stepNodeId field""" - stepNodeId: SalesforceIdFilter - - """Filter by the ProcessInstanceStep's elapsedTimeInDays field""" - elapsedTimeInDays: SalesforceFloatFilter - - """Filter by the ProcessInstanceStep's elapsedTimeInHours field""" - elapsedTimeInHours: SalesforceFloatFilter - - """Filter by the ProcessInstanceStep's elapsedTimeInMinutes field""" - elapsedTimeInMinutes: SalesforceFloatFilter - - """Filter by the ProcessInstanceStep's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstanceStep's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ProcessInstanceStep's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProcessInstanceStepConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProcessInstanceStepConnectionFilter!] -} - -"""Field that Process Instance Steps can be sorted by""" -enum SalesforceProcessInstanceStepSortByFieldEnum { - ID - PROCESS_INSTANCE_ID - STEP_STATUS - ORIGINAL_ACTOR_ID - ACTOR_ID - COMMENTS - STEP_NODE_ID - ELAPSED_TIME_IN_DAYS - ELAPSED_TIME_IN_HOURS - ELAPSED_TIME_IN_MINUTES - CREATED_DATE - CREATED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceProcessInstanceStepEdge { - """The item at the end of the edge.""" - node: SalesforceProcessInstanceStep! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceProcessInstanceStepActorUnion = SalesforceUser | SalesforceGroup - -union SalesforceProcessInstanceStepOriginalActorUnion = SalesforceUser | SalesforceGroup - -"""Process Instance Step""" -type SalesforceProcessInstanceStep implements OneGraphNode { - """Process Instance Step ID""" - id: String! - - """Process Instance ID""" - processInstanceId: String! - - """Process Instance ID""" - processInstance: SalesforceProcessInstance! - - """Step Status""" - stepStatus: String - - """Original Actor ID""" - originalActorId: String! - - """Original Actor ID""" - originalActor: SalesforceProcessInstanceStepOriginalActorUnion! - - """Actor ID""" - actorId: String! - - """Actor ID""" - actor: SalesforceProcessInstanceStepActorUnion! - - """Comments""" - comments: String - - """Process Node ID""" - stepNodeId: String - - """Process Node ID""" - stepNode: SalesforceProcessNode - - """Elapsed Time in Days""" - elapsedTimeInDays: Float - - """Elapsed Time in Hours""" - elapsedTimeInHours: Float - - """Elapsed Time in Minutes""" - elapsedTimeInMinutes: Float - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Process Instance Steps connection, for use in pagination.""" -type SalesforceProcessInstanceStepsConnection { - """ - The count of all Process Instance Step you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Process Instance Steps""" - nodes: [SalesforceProcessInstanceStep!]! - - """List of Process Instance Step edges""" - edges: [SalesforceProcessInstanceStepEdge!]! -} - -""" -A filter to be used against ProcessNode object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProcessNodeConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ProcessNode's processDefinition relation.""" - processDefinition: SalesforceProcessDefinitionConnectionFilter - - """Filter by the ProcessNode's id field""" - id: SalesforceIdFilter - - """Filter by the ProcessNode's name field""" - name: SalesforceStringFilter - - """Filter by the ProcessNode's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ProcessNode's processDefinitionId field""" - processDefinitionId: SalesforceIdFilter - - """Filter by the ProcessNode's description field""" - description: SalesforceStringFilter - - """Filter by the ProcessNode's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProcessNodeConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProcessNodeConnectionFilter!] -} - -""" -A filter to be used against ProcessInstanceNode object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProcessInstanceNodeConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ProcessInstanceNode's lastActor relation.""" - lastActor: SalesforceUserConnectionFilter - - """Filter by the ProcessInstanceNode's processNode relation.""" - processNode: SalesforceProcessNodeConnectionFilter - - """Filter by the ProcessInstanceNode's processInstance relation.""" - processInstance: SalesforceProcessInstanceConnectionFilter - - """Filter by the ProcessInstanceNode's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ProcessInstanceNode's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ProcessInstanceNode's id field""" - id: SalesforceIdFilter - - """Filter by the ProcessInstanceNode's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ProcessInstanceNode's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstanceNode's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ProcessInstanceNode's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstanceNode's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ProcessInstanceNode's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ProcessInstanceNode's processInstanceId field""" - processInstanceId: SalesforceIdFilter - - """Filter by the ProcessInstanceNode's processNodeId field""" - processNodeId: SalesforceIdFilter - - """Filter by the ProcessInstanceNode's nodeStatus field""" - nodeStatus: SalesforceStringFilter - - """Filter by the ProcessInstanceNode's completedDate field""" - completedDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstanceNode's lastActorId field""" - lastActorId: SalesforceIdFilter - - """Filter by the ProcessInstanceNode's processNodeName field""" - processNodeName: SalesforceStringFilter - - """Filter by the ProcessInstanceNode's elapsedTimeInDays field""" - elapsedTimeInDays: SalesforceFloatFilter - - """Filter by the ProcessInstanceNode's elapsedTimeInHours field""" - elapsedTimeInHours: SalesforceFloatFilter - - """Filter by the ProcessInstanceNode's elapsedTimeInMinutes field""" - elapsedTimeInMinutes: SalesforceFloatFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProcessInstanceNodeConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProcessInstanceNodeConnectionFilter!] -} - -"""Field that Process Instance Nodes can be sorted by""" -enum SalesforceProcessInstanceNodeSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PROCESS_INSTANCE_ID - PROCESS_NODE_ID - NODE_STATUS - COMPLETED_DATE - LAST_ACTOR_ID - PROCESS_NODE_NAME - ELAPSED_TIME_IN_DAYS - ELAPSED_TIME_IN_HOURS - ELAPSED_TIME_IN_MINUTES -} - -"""An edge in a connection.""" -type SalesforceProcessInstanceNodeEdge { - """The item at the end of the edge.""" - node: SalesforceProcessInstanceNode! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Process Instance Node""" -type SalesforceProcessInstanceNode implements OneGraphNode { - """Process Instance Node ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Process Instance ID""" - processInstanceId: String! - - """Process Instance ID""" - processInstance: SalesforceProcessInstance! - - """Process Node ID""" - processNodeId: String! - - """Process Node ID""" - processNode: SalesforceProcessNode! - - """Node Status""" - nodeStatus: String - - """Completed Date""" - completedDate: String - - """User ID""" - lastActorId: String - - """User ID""" - lastActor: SalesforceUser - - """Name""" - processNodeName: String - - """Elapsed Time in Days""" - elapsedTimeInDays: Float - - """Elapsed Time in Hours""" - elapsedTimeInHours: Float - - """Elapsed Time in Minutes""" - elapsedTimeInMinutes: Float - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Process Instance Nodes connection, for use in pagination.""" -type SalesforceProcessInstanceNodesConnection { - """ - The count of all Process Instance Node you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Process Instance Nodes""" - nodes: [SalesforceProcessInstanceNode!]! - - """List of Process Instance Node edges""" - edges: [SalesforceProcessInstanceNodeEdge!]! -} - -"""Process Node""" -type SalesforceProcessNode implements OneGraphNode { - """Process Node ID""" - id: String! - - """Name""" - name: String! - - """Unique Name""" - developerName: String! - - """Approval Process ID""" - processDefinitionId: String! - - """Approval Process ID""" - processDefinition: SalesforceProcessDefinition! - - """Description""" - description: String - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce ProcessInstanceNode""" - processInstanceNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceNodeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceNodes to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceNodesConnection - - """Collection of Salesforce ProcessInstanceStep""" - processInstanceSteps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceStepConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceStepSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceStepSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceSteps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceStepsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Process Nodes connection, for use in pagination.""" -type SalesforceProcessNodesConnection { - """The count of all Process Node you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Process Nodes""" - nodes: [SalesforceProcessNode!]! - - """List of Process Node edges""" - edges: [SalesforceProcessNodeEdge!]! -} - -""" -A filter to be used against ProcessDefinition object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProcessDefinitionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ProcessDefinition's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ProcessDefinition's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ProcessDefinition's id field""" - id: SalesforceIdFilter - - """Filter by the ProcessDefinition's name field""" - name: SalesforceStringFilter - - """Filter by the ProcessDefinition's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ProcessDefinition's type field""" - type: SalesforceStringFilter - - """Filter by the ProcessDefinition's description field""" - description: SalesforceStringFilter - - """Filter by the ProcessDefinition's tableEnumOrId field""" - tableEnumOrId: SalesforceStringFilter - - """Filter by the ProcessDefinition's lockType field""" - lockType: SalesforceStringFilter - - """Filter by the ProcessDefinition's state field""" - state: SalesforceStringFilter - - """Filter by the ProcessDefinition's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ProcessDefinition's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ProcessDefinition's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ProcessDefinition's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ProcessDefinition's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProcessDefinitionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProcessDefinitionConnectionFilter!] -} - -""" -A filter to be used against ProcessInstance object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProcessInstanceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ProcessInstance's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ProcessInstance's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ProcessInstance's submittedBy relation.""" - submittedBy: SalesforceUserConnectionFilter - - """Filter by the ProcessInstance's lastActor relation.""" - lastActor: SalesforceUserConnectionFilter - - """Filter by the ProcessInstance's processDefinition relation.""" - processDefinition: SalesforceProcessDefinitionConnectionFilter - - """Filter by the ProcessInstance's id field""" - id: SalesforceIdFilter - - """Filter by the ProcessInstance's processDefinitionId field""" - processDefinitionId: SalesforceIdFilter - - """Filter by the ProcessInstance's targetObjectId field""" - targetObjectId: SalesforceIdFilter - - """Filter by the ProcessInstance's status field""" - status: SalesforceStringFilter - - """Filter by the ProcessInstance's completedDate field""" - completedDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstance's lastActorId field""" - lastActorId: SalesforceIdFilter - - """Filter by the ProcessInstance's elapsedTimeInDays field""" - elapsedTimeInDays: SalesforceFloatFilter - - """Filter by the ProcessInstance's elapsedTimeInHours field""" - elapsedTimeInHours: SalesforceFloatFilter - - """Filter by the ProcessInstance's elapsedTimeInMinutes field""" - elapsedTimeInMinutes: SalesforceFloatFilter - - """Filter by the ProcessInstance's submittedById field""" - submittedById: SalesforceIdFilter - - """Filter by the ProcessInstance's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ProcessInstance's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstance's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ProcessInstance's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ProcessInstance's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ProcessInstance's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProcessInstanceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProcessInstanceConnectionFilter!] -} - -"""Field that Process Instances can be sorted by""" -enum SalesforceProcessInstanceSortByFieldEnum { - ID - PROCESS_DEFINITION_ID - TARGET_OBJECT_ID - STATUS - COMPLETED_DATE - LAST_ACTOR_ID - ELAPSED_TIME_IN_DAYS - ELAPSED_TIME_IN_HOURS - ELAPSED_TIME_IN_MINUTES - SUBMITTED_BY_ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""Process Definition""" -type SalesforceProcessDefinition implements OneGraphNode { - """Approval Process ID""" - id: String! - - """Name""" - name: String! - - """Unique Name""" - developerName: String! - - """Process Definition Type""" - type: String! - - """Description""" - description: String - - """Custom Object Definition ID""" - tableEnumOrId: String! - - """Lock Type""" - lockType: String! - - """State""" - state: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce ProcessNode""" - processNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessNodeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessNodes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessNodesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Process Instance""" -type SalesforceProcessInstance implements OneGraphNode { - """Process Instance ID""" - id: String! - - """Approval Process ID""" - processDefinitionId: String! - - """Approval Process ID""" - processDefinition: SalesforceProcessDefinition! - - """Target Object ID""" - targetObjectId: String! - - """Target Object ID""" - targetObject: SalesforceProcessInstanceTargetObjectUnion! - - """Status""" - status: String! - - """Completed Date""" - completedDate: String - - """User ID""" - lastActorId: String - - """User ID""" - lastActor: SalesforceUser - - """Elapsed Time in Days""" - elapsedTimeInDays: Float - - """Elapsed Time in Hours""" - elapsedTimeInHours: Float - - """Elapsed Time in Minutes""" - elapsedTimeInMinutes: Float - - """User ID""" - submittedById: String - - """User ID""" - submittedBy: SalesforceUser - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstanceNode""" - nodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceNodeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceNodes to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceNodesConnection - - """Collection of Salesforce ProcessInstanceStep""" - steps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceStepConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceStepSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceStepSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceSteps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceStepsConnection - - """Collection of Salesforce ProcessInstanceWorkitem""" - workitems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceWorkitemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceWorkitemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceWorkitemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceWorkitems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceWorkitemsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Process Instances connection, for use in pagination.""" -type SalesforceProcessInstancesConnection { - """The count of all Process Instance you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Process Instances""" - nodes: [SalesforceProcessInstance!]! - - """List of Process Instance edges""" - edges: [SalesforceProcessInstanceEdge!]! -} - -""" -A filter to be used against UserProvAccountStaging object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserProvAccountStagingConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserProvAccountStaging's salesforceUser relation.""" - salesforceUser: SalesforceUserConnectionFilter - - """Filter by the UserProvAccountStaging's connectedApp relation.""" - connectedApp: SalesforceConnectedApplicationConnectionFilter - - """Filter by the UserProvAccountStaging's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserProvAccountStaging's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserProvAccountStaging's id field""" - id: SalesforceIdFilter - - """Filter by the UserProvAccountStaging's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserProvAccountStaging's name field""" - name: SalesforceStringFilter - - """Filter by the UserProvAccountStaging's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserProvAccountStaging's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserProvAccountStaging's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserProvAccountStaging's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserProvAccountStaging's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserProvAccountStaging's connectedAppId field""" - connectedAppId: SalesforceIdFilter - - """Filter by the UserProvAccountStaging's salesforceUserId field""" - salesforceUserId: SalesforceIdFilter - - """Filter by the UserProvAccountStaging's externalUserId field""" - externalUserId: SalesforceStringFilter - - """Filter by the UserProvAccountStaging's externalUsername field""" - externalUsername: SalesforceStringFilter - - """Filter by the UserProvAccountStaging's externalEmail field""" - externalEmail: SalesforceStringFilter - - """Filter by the UserProvAccountStaging's externalFirstName field""" - externalFirstName: SalesforceStringFilter - - """Filter by the UserProvAccountStaging's externalLastName field""" - externalLastName: SalesforceStringFilter - - """Filter by the UserProvAccountStaging's linkState field""" - linkState: SalesforceStringFilter - - """Filter by the UserProvAccountStaging's status field""" - status: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserProvAccountStagingConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserProvAccountStagingConnectionFilter!] -} - -"""Field that User Provisioning Account Stagings can be sorted by""" -enum SalesforceUserProvAccountStagingSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CONNECTED_APP_ID - SALESFORCE_USER_ID - EXTERNAL_USER_ID - EXTERNAL_USERNAME - EXTERNAL_EMAIL - EXTERNAL_FIRST_NAME - EXTERNAL_LAST_NAME - LINK_STATE - STATUS -} - -"""An edge in a connection.""" -type SalesforceUserProvAccountStagingEdge { - """The item at the end of the edge.""" - node: SalesforceUserProvAccountStaging! - - """A cursor for use in pagination""" - cursor: String! -} - -"""User Provisioning Account Staging""" -type SalesforceUserProvAccountStaging implements OneGraphNode { - """User Provisioning Account Staging Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Connected App ID""" - connectedAppId: String - - """Connected App ID""" - connectedApp: SalesforceConnectedApplication - - """User ID""" - salesforceUserId: String - - """User ID""" - salesforceUser: SalesforceUser - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """External Email""" - externalEmail: String - - """External First Name""" - externalFirstName: String - - """External Last Name""" - externalLastName: String - - """Link State""" - linkState: String! - - """Status""" - status: String! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce User Provisioning Account Stagings connection, for use in pagination. -""" -type SalesforceUserProvAccountStagingsConnection { - """ - The count of all User Provisioning Account Staging you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Provisioning Account Stagings""" - nodes: [SalesforceUserProvAccountStaging!]! - - """List of User Provisioning Account Staging edges""" - edges: [SalesforceUserProvAccountStagingEdge!]! -} - -"""Field that User Provisioning Accounts can be sorted by""" -enum SalesforceUserProvAccountSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SALESFORCE_USER_ID - CONNECTED_APP_ID - EXTERNAL_USER_ID - EXTERNAL_USERNAME - EXTERNAL_EMAIL - EXTERNAL_FIRST_NAME - EXTERNAL_LAST_NAME - LINK_STATE - STATUS - DELETED_DATE - IS_KNOWN_LINK -} - -"""An edge in a connection.""" -type SalesforceUserProvAccountEdge { - """The item at the end of the edge.""" - node: SalesforceUserProvAccount! - - """A cursor for use in pagination""" - cursor: String! -} - -"""User Provisioning Account""" -type SalesforceUserProvAccount implements OneGraphNode { - """User Provisioning Account ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User ID""" - salesforceUserId: String - - """User ID""" - salesforceUser: SalesforceUser - - """Connected App ID""" - connectedAppId: String - - """Connected App ID""" - connectedApp: SalesforceConnectedApplication - - """External User Id""" - externalUserId: String - - """External Username""" - externalUsername: String - - """External Email""" - externalEmail: String - - """External First Name""" - externalFirstName: String - - """External Last Name""" - externalLastName: String - - """Link State""" - linkState: String! - - """Status""" - status: String! - - """Deleted Date""" - deletedDate: String - - """Manual Override""" - isKnownLink: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce UserProvisioningRequest""" - userProvisioningRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce User Provisioning Accounts connection, for use in pagination. -""" -type SalesforceUserProvAccountsConnection { - """ - The count of all User Provisioning Account you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Provisioning Accounts""" - nodes: [SalesforceUserProvAccount!]! - - """List of User Provisioning Account edges""" - edges: [SalesforceUserProvAccountEdge!]! -} - -""" -A filter to be used against UserAppMenuCustomization object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserAppMenuCustomizationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserAppMenuCustomization's application relation.""" - application: SalesforceConnectedApplicationConnectionFilter - - """Filter by the UserAppMenuCustomization's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserAppMenuCustomization's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserAppMenuCustomization's id field""" - id: SalesforceIdFilter - - """Filter by the UserAppMenuCustomization's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the UserAppMenuCustomization's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserAppMenuCustomization's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserAppMenuCustomization's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserAppMenuCustomization's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserAppMenuCustomization's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserAppMenuCustomization's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserAppMenuCustomization's applicationId field""" - applicationId: SalesforceIdFilter - - """Filter by the UserAppMenuCustomization's sortOrder field""" - sortOrder: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserAppMenuCustomizationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserAppMenuCustomizationConnectionFilter!] -} - -"""Field that UserAppMenuCustomizations can be sorted by""" -enum SalesforceUserAppMenuCustomizationSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - APPLICATION_ID - SORT_ORDER -} - -"""An edge in a connection.""" -type SalesforceUserAppMenuCustomizationEdge { - """The item at the end of the edge.""" - node: SalesforceUserAppMenuCustomization! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceUserAppMenuCustomizationOwnerUnion = SalesforceUser | SalesforceGroup - -"""UserAppMenuCustomization""" -type SalesforceUserAppMenuCustomization implements OneGraphNode { - """UserAppMenuCustomization ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUserAppMenuCustomizationOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Application ID""" - applicationId: String - - """Application ID""" - application: SalesforceConnectedApplication - - """Sort Order""" - sortOrder: Int - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce UserAppMenuCustomizations connection, for use in pagination. -""" -type SalesforceUserAppMenuCustomizationsConnection { - """ - The count of all UserAppMenuCustomization you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce UserAppMenuCustomizations""" - nodes: [SalesforceUserAppMenuCustomization!]! - - """List of UserAppMenuCustomization edges""" - edges: [SalesforceUserAppMenuCustomizationEdge!]! -} - -""" -A filter to be used against InstalledMobileApp object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceInstalledMobileAppConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the InstalledMobileApp's connectedApplication relation.""" - connectedApplication: SalesforceConnectedApplicationConnectionFilter - - """Filter by the InstalledMobileApp's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the InstalledMobileApp's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the InstalledMobileApp's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the InstalledMobileApp's id field""" - id: SalesforceIdFilter - - """Filter by the InstalledMobileApp's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the InstalledMobileApp's name field""" - name: SalesforceStringFilter - - """Filter by the InstalledMobileApp's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the InstalledMobileApp's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the InstalledMobileApp's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the InstalledMobileApp's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the InstalledMobileApp's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the InstalledMobileApp's status field""" - status: SalesforceStringFilter - - """Filter by the InstalledMobileApp's userId field""" - userId: SalesforceIdFilter - - """Filter by the InstalledMobileApp's connectedApplicationId field""" - connectedApplicationId: SalesforceIdFilter - - """Filter by the InstalledMobileApp's version field""" - version: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceInstalledMobileAppConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceInstalledMobileAppConnectionFilter!] -} - -"""Field that Installed Mobile Apps can be sorted by""" -enum SalesforceInstalledMobileAppSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - STATUS - USER_ID - CONNECTED_APPLICATION_ID - VERSION -} - -"""An edge in a connection.""" -type SalesforceInstalledMobileAppEdge { - """The item at the end of the edge.""" - node: SalesforceInstalledMobileApp! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Installed Mobile App""" -type SalesforceInstalledMobileApp implements OneGraphNode { - """Installed Mobile App Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Installed Mobile App Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Status""" - status: String! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Connected Application ID""" - connectedApplicationId: String! - - """Connected Application ID""" - connectedApplication: SalesforceConnectedApplication! - - """Version""" - version: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Installed Mobile Apps connection, for use in pagination.""" -type SalesforceInstalledMobileAppsConnection { - """ - The count of all Installed Mobile App you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Installed Mobile Apps""" - nodes: [SalesforceInstalledMobileApp!]! - - """List of Installed Mobile App edges""" - edges: [SalesforceInstalledMobileAppEdge!]! -} - -"""An edge in a connection.""" -type SalesforceIdpEventLogEdge { - """The item at the end of the edge.""" - node: SalesforceIdpEventLog! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceSessionPermSetActivationEdge { - """The item at the end of the edge.""" - node: SalesforceSessionPermSetActivation! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against SessionPermSetActivation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSessionPermSetActivationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SessionPermSetActivation's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the SessionPermSetActivation's permissionSet relation.""" - permissionSet: SalesforcePermissionSetConnectionFilter - - """Filter by the SessionPermSetActivation's authSession relation.""" - authSession: SalesforceAuthSessionConnectionFilter - - """Filter by the SessionPermSetActivation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the SessionPermSetActivation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the SessionPermSetActivation's id field""" - id: SalesforceIdFilter - - """Filter by the SessionPermSetActivation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the SessionPermSetActivation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the SessionPermSetActivation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the SessionPermSetActivation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the SessionPermSetActivation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the SessionPermSetActivation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the SessionPermSetActivation's authSessionId field""" - authSessionId: SalesforceIdFilter - - """Filter by the SessionPermSetActivation's permissionSetId field""" - permissionSetId: SalesforceIdFilter - - """Filter by the SessionPermSetActivation's userId field""" - userId: SalesforceIdFilter - - """Filter by the SessionPermSetActivation's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSessionPermSetActivationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSessionPermSetActivationConnectionFilter!] -} - -"""Field that Session Permission Set Activations can be sorted by""" -enum SalesforceSessionPermSetActivationSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - AUTH_SESSION_ID - PERMISSION_SET_ID - USER_ID - DESCRIPTION -} - -""" -A filter to be used against PermissionSetAssignment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePermissionSetAssignmentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PermissionSetAssignment's assignee relation.""" - assignee: SalesforceUserConnectionFilter - - """Filter by the PermissionSetAssignment's permissionSet relation.""" - permissionSet: SalesforcePermissionSetConnectionFilter - - """Filter by the PermissionSetAssignment's id field""" - id: SalesforceIdFilter - - """Filter by the PermissionSetAssignment's permissionSetId field""" - permissionSetId: SalesforceIdFilter - - """Filter by the PermissionSetAssignment's assigneeId field""" - assigneeId: SalesforceIdFilter - - """Filter by the PermissionSetAssignment's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePermissionSetAssignmentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePermissionSetAssignmentConnectionFilter!] -} - -"""Field that Permission Set Assignments can be sorted by""" -enum SalesforcePermissionSetAssignmentSortByFieldEnum { - ID - PERMISSION_SET_ID - ASSIGNEE_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforcePermissionSetAssignmentEdge { - """The item at the end of the edge.""" - node: SalesforcePermissionSetAssignment! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Permission Set Assignment""" -type SalesforcePermissionSetAssignment implements OneGraphNode { - """PermissionSetAssignment ID""" - id: String! - - """PermissionSet ID""" - permissionSetId: String - - """PermissionSet ID""" - permissionSet: SalesforcePermissionSet - - """Assignee ID""" - assigneeId: String! - - """Assignee ID""" - assignee: SalesforceUser! - - """Date Assigned""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Permission Set Assignments connection, for use in pagination. -""" -type SalesforcePermissionSetAssignmentsConnection { - """ - The count of all Permission Set Assignment you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Permission Set Assignments""" - nodes: [SalesforcePermissionSetAssignment!]! - - """List of Permission Set Assignment edges""" - edges: [SalesforcePermissionSetAssignmentEdge!]! -} - -""" -A filter to be used against ObjectPermissions object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceObjectPermissionsConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ObjectPermissions's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ObjectPermissions's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ObjectPermissions's parent relation.""" - parent: SalesforcePermissionSetConnectionFilter - - """Filter by the ObjectPermissions's id field""" - id: SalesforceIdFilter - - """Filter by the ObjectPermissions's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ObjectPermissions's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the ObjectPermissions's permissionsCreate field""" - permissionsCreate: SalesforceBooleanFilter - - """Filter by the ObjectPermissions's permissionsRead field""" - permissionsRead: SalesforceBooleanFilter - - """Filter by the ObjectPermissions's permissionsEdit field""" - permissionsEdit: SalesforceBooleanFilter - - """Filter by the ObjectPermissions's permissionsDelete field""" - permissionsDelete: SalesforceBooleanFilter - - """Filter by the ObjectPermissions's permissionsViewAllRecords field""" - permissionsViewAllRecords: SalesforceBooleanFilter - - """Filter by the ObjectPermissions's permissionsModifyAllRecords field""" - permissionsModifyAllRecords: SalesforceBooleanFilter - - """Filter by the ObjectPermissions's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ObjectPermissions's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ObjectPermissions's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ObjectPermissions's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ObjectPermissions's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceObjectPermissionsConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceObjectPermissionsConnectionFilter!] -} - -"""Field that Object Permissions can be sorted by""" -enum SalesforceObjectPermissionsSortByFieldEnum { - ID - PARENT_ID - SOBJECT_TYPE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceObjectPermissionsEdge { - """The item at the end of the edge.""" - node: SalesforceObjectPermissions! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Object Permissions""" -type SalesforceObjectPermissions implements OneGraphNode { - """ObjectPermissions ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforcePermissionSet! - - """Sobject Type Name""" - sobjectType: String! - - """Create Records""" - permissionsCreate: Boolean! - - """Read Records""" - permissionsRead: Boolean! - - """Edit Records""" - permissionsEdit: Boolean! - - """Delete Records""" - permissionsDelete: Boolean! - - """Read All Records""" - permissionsViewAllRecords: Boolean! - - """Edit All Records""" - permissionsModifyAllRecords: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Object Permissions connection, for use in pagination.""" -type SalesforceObjectPermissionssConnection { - """The count of all Object Permissions you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Object Permissions""" - nodes: [SalesforceObjectPermissions!]! - - """List of Object Permissions edges""" - edges: [SalesforceObjectPermissionsEdge!]! -} - -""" -A filter to be used against FieldPermissions object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFieldPermissionsConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FieldPermissions's parent relation.""" - parent: SalesforcePermissionSetConnectionFilter - - """Filter by the FieldPermissions's id field""" - id: SalesforceIdFilter - - """Filter by the FieldPermissions's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the FieldPermissions's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the FieldPermissions's field field""" - field: SalesforceStringFilter - - """Filter by the FieldPermissions's permissionsEdit field""" - permissionsEdit: SalesforceBooleanFilter - - """Filter by the FieldPermissions's permissionsRead field""" - permissionsRead: SalesforceBooleanFilter - - """Filter by the FieldPermissions's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFieldPermissionsConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFieldPermissionsConnectionFilter!] -} - -"""Field that Field Permissions can be sorted by""" -enum SalesforceFieldPermissionsSortByFieldEnum { - ID - PARENT_ID - SOBJECT_TYPE - FIELD - PERMISSIONS_EDIT - PERMISSIONS_READ - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceFieldPermissionsEdge { - """The item at the end of the edge.""" - node: SalesforceFieldPermissions! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Field Permissions""" -type SalesforceFieldPermissions implements OneGraphNode { - """Field Permissions ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforcePermissionSet! - - """Sobject Type Name""" - sobjectType: String! - - """Field Name""" - field: String! - - """Edit Field""" - permissionsEdit: Boolean! - - """Read Field""" - permissionsRead: Boolean! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Field Permissions connection, for use in pagination.""" -type SalesforceFieldPermissionssConnection { - """The count of all Field Permissions you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Field Permissions""" - nodes: [SalesforceFieldPermissions!]! - - """List of Field Permissions edges""" - edges: [SalesforceFieldPermissionsEdge!]! -} - -""" -A filter to be used against PermissionSetLicenseAssign object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePermissionSetLicenseAssignConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PermissionSetLicenseAssign's assignee relation.""" - assignee: SalesforceUserConnectionFilter - - """ - Filter by the PermissionSetLicenseAssign's permissionSetLicense relation. - """ - permissionSetLicense: SalesforcePermissionSetLicenseConnectionFilter - - """Filter by the PermissionSetLicenseAssign's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PermissionSetLicenseAssign's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PermissionSetLicenseAssign's id field""" - id: SalesforceIdFilter - - """Filter by the PermissionSetLicenseAssign's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the PermissionSetLicenseAssign's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PermissionSetLicenseAssign's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PermissionSetLicenseAssign's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PermissionSetLicenseAssign's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PermissionSetLicenseAssign's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """ - Filter by the PermissionSetLicenseAssign's permissionSetLicenseId field - """ - permissionSetLicenseId: SalesforceIdFilter - - """Filter by the PermissionSetLicenseAssign's assigneeId field""" - assigneeId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePermissionSetLicenseAssignConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePermissionSetLicenseAssignConnectionFilter!] -} - -"""Field that Permission Set License Assignments can be sorted by""" -enum SalesforcePermissionSetLicenseAssignSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PERMISSION_SET_LICENSE_ID - ASSIGNEE_ID -} - -"""An edge in a connection.""" -type SalesforcePermissionSetLicenseAssignEdge { - """The item at the end of the edge.""" - node: SalesforcePermissionSetLicenseAssign! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Permission Set License Assignment""" -type SalesforcePermissionSetLicenseAssign implements OneGraphNode { - """Permission Set License Assignment ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Date Assigned""" - systemModstamp: String! - - """Permission Set License ID""" - permissionSetLicenseId: String! - - """Permission Set License ID""" - permissionSetLicense: SalesforcePermissionSetLicense! - - """User ID""" - assigneeId: String! - - """User ID""" - assignee: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Permission Set License Assignments connection, for use in pagination. -""" -type SalesforcePermissionSetLicenseAssignsConnection { - """ - The count of all Permission Set License Assignment you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Permission Set License Assignments""" - nodes: [SalesforcePermissionSetLicenseAssign!]! - - """List of Permission Set License Assignment edges""" - edges: [SalesforcePermissionSetLicenseAssignEdge!]! -} - -"""An edge in a connection.""" -type SalesforceGrantedByLicenseEdge { - """The item at the end of the edge.""" - node: SalesforceGrantedByLicense! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceSetupEntityAccessEdge { - """The item at the end of the edge.""" - node: SalesforceSetupEntityAccess! - - """A cursor for use in pagination""" - cursor: String! -} - -"""An edge in a connection.""" -type SalesforceWebLinkEdge { - """The item at the end of the edge.""" - node: SalesforceWebLink! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against WebLink object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceWebLinkConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the WebLink's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the WebLink's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the WebLink's id field""" - id: SalesforceIdFilter - - """Filter by the WebLink's pageOrSobjectType field""" - pageOrSobjectType: SalesforceStringFilter - - """Filter by the WebLink's name field""" - name: SalesforceStringFilter - - """Filter by the WebLink's isProtected field""" - isProtected: SalesforceBooleanFilter - - """Filter by the WebLink's encodingKey field""" - encodingKey: SalesforceStringFilter - - """Filter by the WebLink's linkType field""" - linkType: SalesforceStringFilter - - """Filter by the WebLink's openType field""" - openType: SalesforceStringFilter - - """Filter by the WebLink's height field""" - height: SalesforceIntFilter - - """Filter by the WebLink's width field""" - width: SalesforceIntFilter - - """Filter by the WebLink's showsLocation field""" - showsLocation: SalesforceBooleanFilter - - """Filter by the WebLink's hasScrollbars field""" - hasScrollbars: SalesforceBooleanFilter - - """Filter by the WebLink's hasToolbar field""" - hasToolbar: SalesforceBooleanFilter - - """Filter by the WebLink's hasMenubar field""" - hasMenubar: SalesforceBooleanFilter - - """Filter by the WebLink's showsStatus field""" - showsStatus: SalesforceBooleanFilter - - """Filter by the WebLink's isResizable field""" - isResizable: SalesforceBooleanFilter - - """Filter by the WebLink's position field""" - position: SalesforceStringFilter - - """Filter by the WebLink's scontrolId field""" - scontrolId: SalesforceIdFilter - - """Filter by the WebLink's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the WebLink's description field""" - description: SalesforceStringFilter - - """Filter by the WebLink's displayType field""" - displayType: SalesforceStringFilter - - """Filter by the WebLink's requireRowSelection field""" - requireRowSelection: SalesforceBooleanFilter - - """Filter by the WebLink's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the WebLink's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the WebLink's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the WebLink's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the WebLink's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the WebLink's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceWebLinkConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceWebLinkConnectionFilter!] -} - -"""Field that Custom Button or Links can be sorted by""" -enum SalesforceWebLinkSortByFieldEnum { - ID - PAGE_OR_SOBJECT_TYPE - NAME - IS_PROTECTED - ENCODING_KEY - LINK_TYPE - OPEN_TYPE - HEIGHT - WIDTH - SHOWS_LOCATION - HAS_SCROLLBARS - HAS_TOOLBAR - HAS_MENUBAR - SHOWS_STATUS - IS_RESIZABLE - POSITION - SCONTROL_ID - MASTER_LABEL - DESCRIPTION - DISPLAY_TYPE - REQUIRE_ROW_SELECTION - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP -} - -"""Custom S-Control""" -type SalesforceScontrol implements OneGraphNode { - """Custom S-Control ID""" - id: String! - - """Label""" - name: String! - - """S-Control Name""" - developerName: String! - - """Description""" - description: String - - """Encoding""" - encodingKey: String! - - """HTML Body""" - htmlWrapper: String! - - """Filename""" - filename: String - - """Binary Length""" - bodyLength: Int! - - """Binary""" - binary: String - - """Type""" - contentSource: String - - """Prebuild In Page""" - supportsCaching: Boolean! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce WebLink""" - webLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceWebLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceWebLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceWebLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of WebLinks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceWebLinksConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceWebLinkScontrolUnion = SalesforceScontrol | SalesforceApexPage - -"""Custom Button or Link""" -type SalesforceWebLink implements OneGraphNode { - """Custom Link ID""" - id: String! - - """Page Or sObject Type Name""" - pageOrSobjectType: String! - - """Name""" - name: String! - - """Protected Component""" - isProtected: Boolean! - - """URL""" - url: String - - """Link Encoding""" - encodingKey: String! - - """Content Source""" - linkType: String! - - """Behavior""" - openType: String! - - """Height (in pixels)""" - height: Int - - """Width (in pixels)""" - width: Int - - """Show Address Bar""" - showsLocation: Boolean! - - """Show Scrollbars""" - hasScrollbars: Boolean! - - """Show Toolbars""" - hasToolbar: Boolean! - - """Show Menu Bar""" - hasMenubar: Boolean! - - """Show Status Bar""" - showsStatus: Boolean! - - """Resizeable""" - isResizable: Boolean! - - """Window Position""" - position: String - - """Custom S-Control ID""" - scontrolId: String - - """Custom S-Control ID""" - scontrol: SalesforceWebLinkScontrolUnion - - """Label""" - masterLabel: String - - """Description""" - description: String - - """Display Type""" - displayType: String! - - """Require Row Selection""" - requireRowSelection: Boolean! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Custom Button or Links connection, for use in pagination.""" -type SalesforceWebLinksConnection { - """ - The count of all Custom Button or Link you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom Button or Links""" - nodes: [SalesforceWebLink!]! - - """List of Custom Button or Link edges""" - edges: [SalesforceWebLinkEdge!]! -} - -""" -A filter to be used against ApexPage object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexPageConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexPage's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexPage's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexPage's id field""" - id: SalesforceIdFilter - - """Filter by the ApexPage's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ApexPage's name field""" - name: SalesforceStringFilter - - """Filter by the ApexPage's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the ApexPage's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ApexPage's description field""" - description: SalesforceStringFilter - - """Filter by the ApexPage's controllerType field""" - controllerType: SalesforceStringFilter - - """Filter by the ApexPage's controllerKey field""" - controllerKey: SalesforceStringFilter - - """Filter by the ApexPage's isAvailableInTouch field""" - isAvailableInTouch: SalesforceBooleanFilter - - """Filter by the ApexPage's isConfirmationTokenRequired field""" - isConfirmationTokenRequired: SalesforceBooleanFilter - - """Filter by the ApexPage's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexPage's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexPage's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexPage's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexPage's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexPageConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexPageConnectionFilter!] -} - -""" -A filter to be used against VisualforceAccessMetrics object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceVisualforceAccessMetricsConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the VisualforceAccessMetrics's apexPage relation.""" - apexPage: SalesforceApexPageConnectionFilter - - """Filter by the VisualforceAccessMetrics's id field""" - id: SalesforceIdFilter - - """Filter by the VisualforceAccessMetrics's metricsDate field""" - metricsDate: SalesforceDateFilter - - """Filter by the VisualforceAccessMetrics's apexPageId field""" - apexPageId: SalesforceIdFilter - - """Filter by the VisualforceAccessMetrics's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the VisualforceAccessMetrics's dailyPageViewCount field""" - dailyPageViewCount: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceVisualforceAccessMetricsConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceVisualforceAccessMetricsConnectionFilter!] -} - -"""Field that Visualforce Access Metrics can be sorted by""" -enum SalesforceVisualforceAccessMetricsSortByFieldEnum { - ID - METRICS_DATE - APEX_PAGE_ID - SYSTEM_MODSTAMP - DAILY_PAGE_VIEW_COUNT -} - -"""An edge in a connection.""" -type SalesforceVisualforceAccessMetricsEdge { - """The item at the end of the edge.""" - node: SalesforceVisualforceAccessMetrics! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Visualforce Access Metric""" -type SalesforceVisualforceAccessMetrics implements OneGraphNode { - """Visualforce Access Metric Id""" - id: String! - - """Metrics Date""" - metricsDate: String! - - """Page ID""" - apexPageId: String! - - """Page ID""" - apexPage: SalesforceApexPage! - - """System Modstamp""" - systemModstamp: String! - - """Daily Page View Count""" - dailyPageViewCount: Int - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Visualforce Access Metrics connection, for use in pagination. -""" -type SalesforceVisualforceAccessMetricssConnection { - """ - The count of all Visualforce Access Metric you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Visualforce Access Metrics""" - nodes: [SalesforceVisualforceAccessMetrics!]! - - """List of Visualforce Access Metric edges""" - edges: [SalesforceVisualforceAccessMetricsEdge!]! -} - -"""Visualforce Page""" -type SalesforceApexPage implements OneGraphNode { - """Page ID""" - id: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Name""" - name: String! - - """Api Version""" - apiVersion: Float! - - """Label""" - masterLabel: String! - - """Description""" - description: String - - """Controller Type""" - controllerType: String! - - """Controller Key""" - controllerKey: String - - """ - Available for Lightning Experience, Lightning Communities, and the mobile app - """ - isAvailableInTouch: Boolean! - - """Require CSRF protection on GET requests""" - isConfirmationTokenRequired: Boolean! - - """Markup""" - markup: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce SetupEntityAccess""" - setupEntityAccessItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupEntityAccessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupEntityAccesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupEntityAccesssConnection - - """Collection of Salesforce VisualforceAccessMetrics""" - visualforceAccessMetricsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVisualforceAccessMetricsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVisualforceAccessMetricsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVisualforceAccessMetricsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of VisualforceAccessMetrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceVisualforceAccessMetricssConnection - - """Collection of Salesforce WebLink""" - webLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceWebLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceWebLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceWebLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of WebLinks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceWebLinksConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Field that User Provisioning Configs can be sorted by""" -enum SalesforceUserProvisioningConfigSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CONNECTED_APP_ID - ENABLED - LAST_RECON_DATE_TIME - NAMED_CREDENTIAL_ID - RECON_FILTER -} - -"""An edge in a connection.""" -type SalesforceUserProvisioningConfigEdge { - """The item at the end of the edge.""" - node: SalesforceUserProvisioningConfig! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against UserProvAccount object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserProvAccountConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserProvAccount's connectedApp relation.""" - connectedApp: SalesforceConnectedApplicationConnectionFilter - - """Filter by the UserProvAccount's salesforceUser relation.""" - salesforceUser: SalesforceUserConnectionFilter - - """Filter by the UserProvAccount's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserProvAccount's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserProvAccount's id field""" - id: SalesforceIdFilter - - """Filter by the UserProvAccount's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserProvAccount's name field""" - name: SalesforceStringFilter - - """Filter by the UserProvAccount's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserProvAccount's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserProvAccount's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserProvAccount's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserProvAccount's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserProvAccount's salesforceUserId field""" - salesforceUserId: SalesforceIdFilter - - """Filter by the UserProvAccount's connectedAppId field""" - connectedAppId: SalesforceIdFilter - - """Filter by the UserProvAccount's externalUserId field""" - externalUserId: SalesforceStringFilter - - """Filter by the UserProvAccount's externalUsername field""" - externalUsername: SalesforceStringFilter - - """Filter by the UserProvAccount's externalEmail field""" - externalEmail: SalesforceStringFilter - - """Filter by the UserProvAccount's externalFirstName field""" - externalFirstName: SalesforceStringFilter - - """Filter by the UserProvAccount's externalLastName field""" - externalLastName: SalesforceStringFilter - - """Filter by the UserProvAccount's linkState field""" - linkState: SalesforceStringFilter - - """Filter by the UserProvAccount's status field""" - status: SalesforceStringFilter - - """Filter by the UserProvAccount's deletedDate field""" - deletedDate: SalesforceDateTimeFilter - - """Filter by the UserProvAccount's isKnownLink field""" - isKnownLink: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserProvAccountConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserProvAccountConnectionFilter!] -} - -""" -A filter to be used against NamedCredential object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceNamedCredentialConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the NamedCredential's authProvider relation.""" - authProvider: SalesforceAuthProviderConnectionFilter - - """Filter by the NamedCredential's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the NamedCredential's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the NamedCredential's id field""" - id: SalesforceIdFilter - - """Filter by the NamedCredential's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the NamedCredential's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the NamedCredential's language field""" - language: SalesforceStringFilter - - """Filter by the NamedCredential's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the NamedCredential's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the NamedCredential's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the NamedCredential's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the NamedCredential's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the NamedCredential's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the NamedCredential's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the NamedCredential's principalType field""" - principalType: SalesforceStringFilter - - """ - Filter by the NamedCredential's calloutOptionsGenerateAuthorizationHeader field - """ - calloutOptionsGenerateAuthorizationHeader: SalesforceBooleanFilter - - """ - Filter by the NamedCredential's calloutOptionsAllowMergeFieldsInHeader field - """ - calloutOptionsAllowMergeFieldsInHeader: SalesforceBooleanFilter - - """ - Filter by the NamedCredential's calloutOptionsAllowMergeFieldsInBody field - """ - calloutOptionsAllowMergeFieldsInBody: SalesforceBooleanFilter - - """Filter by the NamedCredential's authProviderId field""" - authProviderId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceNamedCredentialConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceNamedCredentialConnectionFilter!] -} - -""" -A filter to be used against UserProvisioningConfig object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserProvisioningConfigConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserProvisioningConfig's namedCredential relation.""" - namedCredential: SalesforceNamedCredentialConnectionFilter - - """Filter by the UserProvisioningConfig's connectedApp relation.""" - connectedApp: SalesforceConnectedApplicationConnectionFilter - - """Filter by the UserProvisioningConfig's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningConfig's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningConfig's id field""" - id: SalesforceIdFilter - - """Filter by the UserProvisioningConfig's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserProvisioningConfig's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the UserProvisioningConfig's language field""" - language: SalesforceStringFilter - - """Filter by the UserProvisioningConfig's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the UserProvisioningConfig's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the UserProvisioningConfig's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningConfig's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserProvisioningConfig's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningConfig's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserProvisioningConfig's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserProvisioningConfig's connectedAppId field""" - connectedAppId: SalesforceIdFilter - - """Filter by the UserProvisioningConfig's enabled field""" - enabled: SalesforceBooleanFilter - - """Filter by the UserProvisioningConfig's lastReconDateTime field""" - lastReconDateTime: SalesforceDateTimeFilter - - """Filter by the UserProvisioningConfig's namedCredentialId field""" - namedCredentialId: SalesforceIdFilter - - """Filter by the UserProvisioningConfig's reconFilter field""" - reconFilter: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserProvisioningConfigConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserProvisioningConfigConnectionFilter!] -} - -""" -A filter to be used against UserProvisioningRequest object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserProvisioningRequestConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserProvisioningRequest's parent relation.""" - parent: SalesforceUserProvisioningRequestConnectionFilter - - """Filter by the UserProvisioningRequest's manager relation.""" - manager: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningRequest's userProvAccount relation.""" - userProvAccount: SalesforceUserProvAccountConnectionFilter - - """Filter by the UserProvisioningRequest's userProvConfig relation.""" - userProvConfig: SalesforceUserProvisioningConfigConnectionFilter - - """Filter by the UserProvisioningRequest's connectedApp relation.""" - connectedApp: SalesforceConnectedApplicationConnectionFilter - - """Filter by the UserProvisioningRequest's salesforceUser relation.""" - salesforceUser: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningRequest's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningRequest's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the UserProvisioningRequest's id field""" - id: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the UserProvisioningRequest's name field""" - name: SalesforceStringFilter - - """Filter by the UserProvisioningRequest's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningRequest's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningRequest's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserProvisioningRequest's salesforceUserId field""" - salesforceUserId: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's externalUserId field""" - externalUserId: SalesforceStringFilter - - """Filter by the UserProvisioningRequest's appName field""" - appName: SalesforceStringFilter - - """Filter by the UserProvisioningRequest's state field""" - state: SalesforceStringFilter - - """Filter by the UserProvisioningRequest's operation field""" - operation: SalesforceStringFilter - - """Filter by the UserProvisioningRequest's scheduleDate field""" - scheduleDate: SalesforceDateTimeFilter - - """Filter by the UserProvisioningRequest's connectedAppId field""" - connectedAppId: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's userProvConfigId field""" - userProvConfigId: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's userProvAccountId field""" - userProvAccountId: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's approvalStatus field""" - approvalStatus: SalesforceStringFilter - - """Filter by the UserProvisioningRequest's managerId field""" - managerId: SalesforceIdFilter - - """Filter by the UserProvisioningRequest's retryCount field""" - retryCount: SalesforceIntFilter - - """Filter by the UserProvisioningRequest's parentId field""" - parentId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserProvisioningRequestConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserProvisioningRequestConnectionFilter!] -} - -"""Field that User Provisioning Requests can be sorted by""" -enum SalesforceUserProvisioningRequestSortByFieldEnum { - ID - OWNER_ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - SALESFORCE_USER_ID - EXTERNAL_USER_ID - APP_NAME - STATE - OPERATION - SCHEDULE_DATE - CONNECTED_APP_ID - USER_PROV_CONFIG_ID - USER_PROV_ACCOUNT_ID - APPROVAL_STATUS - MANAGER_ID - RETRY_COUNT - PARENT_ID -} - -"""An edge in a connection.""" -type SalesforceUserProvisioningRequestEdge { - """The item at the end of the edge.""" - node: SalesforceUserProvisioningRequest! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -Salesforce User Provisioning Requests connection, for use in pagination. -""" -type SalesforceUserProvisioningRequestsConnection { - """ - The count of all User Provisioning Request you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Provisioning Requests""" - nodes: [SalesforceUserProvisioningRequest!]! - - """List of User Provisioning Request edges""" - edges: [SalesforceUserProvisioningRequestEdge!]! -} - -"""User Provisioning Config""" -type SalesforceUserProvisioningConfig implements OneGraphNode { - """UserProvisioningConfig ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Connected App ID""" - connectedAppId: String - - """Connected App ID""" - connectedApp: SalesforceConnectedApplication - - """Notes""" - notes: String - - """Enabled""" - enabled: Boolean! - - """Approval Required""" - approvalRequired: String - - """User Account Mapping""" - userAccountMapping: String - - """Enabled Operations""" - enabledOperations: String - - """On Update Attributes""" - onUpdateAttributes: String - - """Last Recon Date""" - lastReconDateTime: String - - """Named Credential ID""" - namedCredentialId: String - - """Named Credential ID""" - namedCredential: SalesforceNamedCredential - - """Recon Filter""" - reconFilter: String - - """Collection of Salesforce UserProvisioningRequest""" - userProvisioningRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce User Provisioning Configs connection, for use in pagination. -""" -type SalesforceUserProvisioningConfigsConnection { - """ - The count of all User Provisioning Config you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce User Provisioning Configs""" - nodes: [SalesforceUserProvisioningConfig!]! - - """List of User Provisioning Config edges""" - edges: [SalesforceUserProvisioningConfigEdge!]! -} - -""" -A filter to be used against SetupEntityAccess object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceSetupEntityAccessConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the SetupEntityAccess's parent relation.""" - parent: SalesforcePermissionSetConnectionFilter - - """Filter by the SetupEntityAccess's id field""" - id: SalesforceIdFilter - - """Filter by the SetupEntityAccess's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the SetupEntityAccess's setupEntityId field""" - setupEntityId: SalesforceIdFilter - - """Filter by the SetupEntityAccess's setupEntityType field""" - setupEntityType: SalesforceStringFilter - - """Filter by the SetupEntityAccess's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceSetupEntityAccessConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceSetupEntityAccessConnectionFilter!] -} - -"""Field that Setup Entity Accesses can be sorted by""" -enum SalesforceSetupEntityAccessSortByFieldEnum { - ID - PARENT_ID - SETUP_ENTITY_ID - SETUP_ENTITY_TYPE - SYSTEM_MODSTAMP -} - -""" -A filter to be used against ExternalDataUserAuth object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceExternalDataUserAuthConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ExternalDataUserAuth's authProvider relation.""" - authProvider: SalesforceAuthProviderConnectionFilter - - """Filter by the ExternalDataUserAuth's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the ExternalDataUserAuth's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ExternalDataUserAuth's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ExternalDataUserAuth's id field""" - id: SalesforceIdFilter - - """Filter by the ExternalDataUserAuth's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ExternalDataUserAuth's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ExternalDataUserAuth's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ExternalDataUserAuth's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ExternalDataUserAuth's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ExternalDataUserAuth's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ExternalDataUserAuth's externalDataSourceId field""" - externalDataSourceId: SalesforceIdFilter - - """Filter by the ExternalDataUserAuth's userId field""" - userId: SalesforceIdFilter - - """Filter by the ExternalDataUserAuth's protocol field""" - protocol: SalesforceStringFilter - - """Filter by the ExternalDataUserAuth's username field""" - username: SalesforceStringFilter - - """Filter by the ExternalDataUserAuth's authProviderId field""" - authProviderId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceExternalDataUserAuthConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceExternalDataUserAuthConnectionFilter!] -} - -"""Field that External Data User Authentications can be sorted by""" -enum SalesforceExternalDataUserAuthSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - EXTERNAL_DATA_SOURCE_ID - USER_ID - PROTOCOL - USERNAME - AUTH_PROVIDER_ID -} - -"""An edge in a connection.""" -type SalesforceExternalDataUserAuthEdge { - """The item at the end of the edge.""" - node: SalesforceExternalDataUserAuth! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceExternalDataUserAuthExternalDataSourceUnion = SalesforceNamedCredential | SalesforceExternalDataSource - -"""External Data User Authentication""" -type SalesforceExternalDataUserAuth implements OneGraphNode { - """External Data User Authentication ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """External Data Source ID""" - externalDataSourceId: String! - - """External Data Source ID""" - externalDataSource: SalesforceExternalDataUserAuthExternalDataSourceUnion! - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """Authentication Protocol""" - protocol: String - - """Username""" - username: String - - """Password""" - password: String - - """Auth. Provider ID""" - authProviderId: String - - """Auth. Provider ID""" - authProvider: SalesforceAuthProvider - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce External Data User Authentications connection, for use in pagination. -""" -type SalesforceExternalDataUserAuthsConnection { - """ - The count of all External Data User Authentication you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce External Data User Authentications""" - nodes: [SalesforceExternalDataUserAuth!]! - - """List of External Data User Authentication edges""" - edges: [SalesforceExternalDataUserAuthEdge!]! -} - -"""Named Credential""" -type SalesforceNamedCredential implements OneGraphNode { - """Named Credential ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String! - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """URL""" - endpoint: String - - """Identity Type""" - principalType: String! - - """GenerateAuthorizationHeader""" - calloutOptionsGenerateAuthorizationHeader: Boolean! - - """AllowMergeFieldsInHeader""" - calloutOptionsAllowMergeFieldsInHeader: Boolean! - - """AllowMergeFieldsInBody""" - calloutOptionsAllowMergeFieldsInBody: Boolean! - - """Auth. Provider ID""" - authProviderId: String - - """Auth. Provider ID""" - authProvider: SalesforceAuthProvider - - """Collection of Salesforce ExternalDataUserAuth""" - userAuths( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataUserAuthConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataUserAuthSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataUserAuthSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ExternalDataUserAuths to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceExternalDataUserAuthsConnection - - """Collection of Salesforce SetupEntityAccess""" - setupEntityAccessItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupEntityAccessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupEntityAccesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupEntityAccesssConnection - - """Collection of Salesforce UserProvisioningConfig""" - userProvisioningConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningConfigs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningConfigsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceSetupEntityAccessSetupEntityUnion = SalesforceNamedCredential | SalesforceExternalDataSource | SalesforceCustomPermission | SalesforceConnectedApplication | SalesforceApexPage | SalesforceApexClass - -"""Setup Entity Access""" -type SalesforceSetupEntityAccess implements OneGraphNode { - """SetupEntityAccess ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforcePermissionSet! - - """Setup Entity ID""" - setupEntityId: String! - - """Setup Entity ID""" - setupEntity: SalesforceSetupEntityAccessSetupEntityUnion! - - """Setup Entity Type""" - setupEntityType: String - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Setup Entity Accesses connection, for use in pagination.""" -type SalesforceSetupEntityAccesssConnection { - """ - The count of all Setup Entity Access you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Setup Entity Accesses""" - nodes: [SalesforceSetupEntityAccess!]! - - """List of Setup Entity Access edges""" - edges: [SalesforceSetupEntityAccessEdge!]! -} - -""" -A filter to be used against PermissionSetLicense object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePermissionSetLicenseConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PermissionSetLicense's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PermissionSetLicense's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PermissionSetLicense's id field""" - id: SalesforceIdFilter - - """Filter by the PermissionSetLicense's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the PermissionSetLicense's language field""" - language: SalesforceStringFilter - - """Filter by the PermissionSetLicense's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the PermissionSetLicense's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PermissionSetLicense's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PermissionSetLicense's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PermissionSetLicense's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PermissionSetLicense's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the PermissionSetLicense's permissionSetLicenseKey field""" - permissionSetLicenseKey: SalesforceStringFilter - - """Filter by the PermissionSetLicense's totalLicenses field""" - totalLicenses: SalesforceIntFilter - - """Filter by the PermissionSetLicense's status field""" - status: SalesforceStringFilter - - """Filter by the PermissionSetLicense's expirationDate field""" - expirationDate: SalesforceDateFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEmailSingle field - """ - maximumPermissionsEmailSingle: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsEmailMass field""" - maximumPermissionsEmailMass: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsEditTask field""" - maximumPermissionsEditTask: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsEditEvent field""" - maximumPermissionsEditEvent: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsExportReport field - """ - maximumPermissionsExportReport: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsImportPersonal field - """ - maximumPermissionsImportPersonal: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsDataExport field - """ - maximumPermissionsDataExport: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageUsers field - """ - maximumPermissionsManageUsers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditPublicFilters field - """ - maximumPermissionsEditPublicFilters: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditPublicTemplates field - """ - maximumPermissionsEditPublicTemplates: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsModifyAllData field - """ - maximumPermissionsModifyAllData: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageCases field - """ - maximumPermissionsManageCases: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsMassInlineEdit field - """ - maximumPermissionsMassInlineEdit: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditKnowledge field - """ - maximumPermissionsEditKnowledge: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageKnowledge field - """ - maximumPermissionsManageKnowledge: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageSolutions field - """ - maximumPermissionsManageSolutions: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCustomizeApplication field - """ - maximumPermissionsCustomizeApplication: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditReadonlyFields field - """ - maximumPermissionsEditReadonlyFields: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsRunReports field - """ - maximumPermissionsRunReports: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsViewSetup field""" - maximumPermissionsViewSetup: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsTransferAnyEntity field - """ - maximumPermissionsTransferAnyEntity: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsNewReportBuilder field - """ - maximumPermissionsNewReportBuilder: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsActivateContract field - """ - maximumPermissionsActivateContract: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsActivateOrder field - """ - maximumPermissionsActivateOrder: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsImportLeads field - """ - maximumPermissionsImportLeads: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageLeads field - """ - maximumPermissionsManageLeads: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsTransferAnyLead field - """ - maximumPermissionsTransferAnyLead: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewAllData field - """ - maximumPermissionsViewAllData: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditPublicDocuments field - """ - maximumPermissionsEditPublicDocuments: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewEncryptedData field - """ - maximumPermissionsViewEncryptedData: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditBrandTemplates field - """ - maximumPermissionsEditBrandTemplates: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditHtmlTemplates field - """ - maximumPermissionsEditHtmlTemplates: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterInternalUser field - """ - maximumPermissionsChatterInternalUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageEncryptionKeys field - """ - maximumPermissionsManageEncryptionKeys: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsDeleteActivatedContract field - """ - maximumPermissionsDeleteActivatedContract: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterInviteExternalUsers field - """ - maximumPermissionsChatterInviteExternalUsers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSendSitRequests field - """ - maximumPermissionsSendSitRequests: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageRemoteAccess field - """ - maximumPermissionsManageRemoteAccess: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCanUseNewDashboardBuilder field - """ - maximumPermissionsCanUseNewDashboardBuilder: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageCategories field - """ - maximumPermissionsManageCategories: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsConvertLeads field - """ - maximumPermissionsConvertLeads: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsPasswordNeverExpires field - """ - maximumPermissionsPasswordNeverExpires: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsUseTeamReassignWizards field - """ - maximumPermissionsUseTeamReassignWizards: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditActivatedOrders field - """ - maximumPermissionsEditActivatedOrders: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsInstallPackaging field - """ - maximumPermissionsInstallPackaging: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsPublishPackaging field - """ - maximumPermissionsPublishPackaging: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterOwnGroups field - """ - maximumPermissionsChatterOwnGroups: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditOppLineItemUnitPrice field - """ - maximumPermissionsEditOppLineItemUnitPrice: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreatePackaging field - """ - maximumPermissionsCreatePackaging: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsBulkApiHardDelete field - """ - maximumPermissionsBulkApiHardDelete: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSolutionImport field - """ - maximumPermissionsSolutionImport: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageCallCenters field - """ - maximumPermissionsManageCallCenters: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageSynonyms field - """ - maximumPermissionsManageSynonyms: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewContent field - """ - maximumPermissionsViewContent: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageEmailClientConfig field - """ - maximumPermissionsManageEmailClientConfig: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEnableNotifications field - """ - maximumPermissionsEnableNotifications: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageDataIntegrations field - """ - maximumPermissionsManageDataIntegrations: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsDistributeFromPersWksp field - """ - maximumPermissionsDistributeFromPersWksp: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewDataCategories field - """ - maximumPermissionsViewDataCategories: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageDataCategories field - """ - maximumPermissionsManageDataCategories: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAuthorApex field - """ - maximumPermissionsAuthorApex: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageMobile field - """ - maximumPermissionsManageMobile: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsApiEnabled field - """ - maximumPermissionsApiEnabled: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageCustomReportTypes field - """ - maximumPermissionsManageCustomReportTypes: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditCaseComments field - """ - maximumPermissionsEditCaseComments: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsTransferAnyCase field - """ - maximumPermissionsTransferAnyCase: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsContentAdministrator field - """ - maximumPermissionsContentAdministrator: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateWorkspaces field - """ - maximumPermissionsCreateWorkspaces: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageContentPermissions field - """ - maximumPermissionsManageContentPermissions: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageContentProperties field - """ - maximumPermissionsManageContentProperties: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageContentTypes field - """ - maximumPermissionsManageContentTypes: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageExchangeConfig field - """ - maximumPermissionsManageExchangeConfig: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageAnalyticSnapshots field - """ - maximumPermissionsManageAnalyticSnapshots: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsScheduleReports field - """ - maximumPermissionsScheduleReports: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageBusinessHourHolidays field - """ - maximumPermissionsManageBusinessHourHolidays: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageDynamicDashboards field - """ - maximumPermissionsManageDynamicDashboards: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCustomSidebarOnAllPages field - """ - maximumPermissionsCustomSidebarOnAllPages: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageInteraction field - """ - maximumPermissionsManageInteraction: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewMyTeamsDashboards field - """ - maximumPermissionsViewMyTeamsDashboards: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsModerateChatter field - """ - maximumPermissionsModerateChatter: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsResetPasswords field - """ - maximumPermissionsResetPasswords: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsFlowUflRequired field - """ - maximumPermissionsFlowUflRequired: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCanInsertFeedSystemFields field - """ - maximumPermissionsCanInsertFeedSystemFields: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageKnowledgeImportExport field - """ - maximumPermissionsManageKnowledgeImportExport: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEmailTemplateManagement field - """ - maximumPermissionsEmailTemplateManagement: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEmailAdministration field - """ - maximumPermissionsEmailAdministration: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageChatterMessages field - """ - maximumPermissionsManageChatterMessages: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAllowEmailIc field - """ - maximumPermissionsAllowEmailIc: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterFileLink field - """ - maximumPermissionsChatterFileLink: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsForceTwoFactor field - """ - maximumPermissionsForceTwoFactor: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewEventLogFiles field - """ - maximumPermissionsViewEventLogFiles: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageNetworks field - """ - maximumPermissionsManageNetworks: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageAuthProviders field - """ - maximumPermissionsManageAuthProviders: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsRunFlow field""" - maximumPermissionsRunFlow: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateCustomizeDashboards field - """ - maximumPermissionsCreateCustomizeDashboards: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateDashboardFolders field - """ - maximumPermissionsCreateDashboardFolders: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewPublicDashboards field - """ - maximumPermissionsViewPublicDashboards: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageDashbdsInPubFolders field - """ - maximumPermissionsManageDashbdsInPubFolders: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateCustomizeReports field - """ - maximumPermissionsCreateCustomizeReports: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateReportFolders field - """ - maximumPermissionsCreateReportFolders: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewPublicReports field - """ - maximumPermissionsViewPublicReports: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageReportsInPubFolders field - """ - maximumPermissionsManageReportsInPubFolders: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditMyDashboards field - """ - maximumPermissionsEditMyDashboards: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditMyReports field - """ - maximumPermissionsEditMyReports: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewAllUsers field - """ - maximumPermissionsViewAllUsers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAllowUniversalSearch field - """ - maximumPermissionsAllowUniversalSearch: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsConnectOrgToEnvironmentHub field - """ - maximumPermissionsConnectOrgToEnvironmentHub: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsWorkCalibrationUser field - """ - maximumPermissionsWorkCalibrationUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateCustomizeFilters field - """ - maximumPermissionsCreateCustomizeFilters: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsWorkDotComUserPerm field - """ - maximumPermissionsWorkDotComUserPerm: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsGovernNetworks field - """ - maximumPermissionsGovernNetworks: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSalesConsole field - """ - maximumPermissionsSalesConsole: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsTwoFactorApi field - """ - maximumPermissionsTwoFactorApi: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsDeleteTopics field - """ - maximumPermissionsDeleteTopics: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEditTopics field - """ - maximumPermissionsEditTopics: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateTopics field - """ - maximumPermissionsCreateTopics: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAssignTopics field - """ - maximumPermissionsAssignTopics: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsIdentityEnabled field - """ - maximumPermissionsIdentityEnabled: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsIdentityConnect field - """ - maximumPermissionsIdentityConnect: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAllowViewKnowledge field - """ - maximumPermissionsAllowViewKnowledge: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsContentWorkspaces field - """ - maximumPermissionsContentWorkspaces: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageSearchPromotionRules field - """ - maximumPermissionsManageSearchPromotionRules: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCustomMobileAppsAccess field - """ - maximumPermissionsCustomMobileAppsAccess: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewHelpLink field - """ - maximumPermissionsViewHelpLink: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageProfilesPermissionsets field - """ - maximumPermissionsManageProfilesPermissionsets: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAssignPermissionSets field - """ - maximumPermissionsAssignPermissionSets: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageRoles field - """ - maximumPermissionsManageRoles: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageIpAddresses field - """ - maximumPermissionsManageIpAddresses: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageSharing field - """ - maximumPermissionsManageSharing: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageInternalUsers field - """ - maximumPermissionsManageInternalUsers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManagePasswordPolicies field - """ - maximumPermissionsManagePasswordPolicies: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageLoginAccessPolicies field - """ - maximumPermissionsManageLoginAccessPolicies: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageCustomPermissions field - """ - maximumPermissionsManageCustomPermissions: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCanVerifyComment field - """ - maximumPermissionsCanVerifyComment: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageUnlistedGroups field - """ - maximumPermissionsManageUnlistedGroups: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsModifySecureAgents field - """ - maximumPermissionsModifySecureAgents: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageTwoFactor field - """ - maximumPermissionsManageTwoFactor: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterForSharePoint field - """ - maximumPermissionsChatterForSharePoint: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsLightningExperienceUser field - """ - maximumPermissionsLightningExperienceUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsConfigCustomRecs field - """ - maximumPermissionsConfigCustomRecs: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSubmitMacrosAllowed field - """ - maximumPermissionsSubmitMacrosAllowed: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsBulkMacrosAllowed field - """ - maximumPermissionsBulkMacrosAllowed: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsShareInternalArticles field - """ - maximumPermissionsShareInternalArticles: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageSessionPermissionSets field - """ - maximumPermissionsManageSessionPermissionSets: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSendAnnouncementEmails field - """ - maximumPermissionsSendAnnouncementEmails: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterEditOwnPost field - """ - maximumPermissionsChatterEditOwnPost: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterEditOwnRecordPost field - """ - maximumPermissionsChatterEditOwnRecordPost: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsImportCustomObjects field - """ - maximumPermissionsImportCustomObjects: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsDelegatedTwoFactor field - """ - maximumPermissionsDelegatedTwoFactor: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChatterComposeUiCodesnippet field - """ - maximumPermissionsChatterComposeUiCodesnippet: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSelectFilesFromSalesforce field - """ - maximumPermissionsSelectFilesFromSalesforce: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsModerateNetworkUsers field - """ - maximumPermissionsModerateNetworkUsers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsMergeTopics field - """ - maximumPermissionsMergeTopics: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSubscribeToLightningReports field - """ - maximumPermissionsSubscribeToLightningReports: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManagePvtRptsAndDashbds field - """ - maximumPermissionsManagePvtRptsAndDashbds: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAllowLightningLogin field - """ - maximumPermissionsAllowLightningLogin: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCampaignInfluence2 field - """ - maximumPermissionsCampaignInfluence2: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewDataAssessment field - """ - maximumPermissionsViewDataAssessment: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsRemoveDirectMessageMembers field - """ - maximumPermissionsRemoveDirectMessageMembers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCanApproveFeedPost field - """ - maximumPermissionsCanApproveFeedPost: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAddDirectMessageMembers field - """ - maximumPermissionsAddDirectMessageMembers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsAllowViewEditConvertedLeads field - """ - maximumPermissionsAllowViewEditConvertedLeads: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsShowCompanyNameAsUserBadge field - """ - maximumPermissionsShowCompanyNameAsUserBadge: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsAccessCmc field""" - maximumPermissionsAccessCmc: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewHealthCheck field - """ - maximumPermissionsViewHealthCheck: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageHealthCheck field - """ - maximumPermissionsManageHealthCheck: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsPackaging2 field - """ - maximumPermissionsPackaging2: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageCertificates field - """ - maximumPermissionsManageCertificates: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsCreateReportInLightning field - """ - maximumPermissionsCreateReportInLightning: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsPreventClassicExperience field - """ - maximumPermissionsPreventClassicExperience: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsHideReadByList field - """ - maximumPermissionsHideReadByList: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsListEmailSend field - """ - maximumPermissionsListEmailSend: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsFeedPinning field - """ - maximumPermissionsFeedPinning: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsChangeDashboardColors field - """ - maximumPermissionsChangeDashboardColors: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsIotUser field""" - maximumPermissionsIotUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsUseWebLink field - """ - maximumPermissionsUseWebLink: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsViewAllActivities field - """ - maximumPermissionsViewAllActivities: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSubscribeReportToOtherUsers field - """ - maximumPermissionsSubscribeReportToOtherUsers: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsLightningConsoleAllowedForUser field - """ - maximumPermissionsLightningConsoleAllowedForUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSubscribeReportsRunAsUser field - """ - maximumPermissionsSubscribeReportsRunAsUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsSubscribeToLightningDashboards field - """ - maximumPermissionsSubscribeToLightningDashboards: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsApexRestServices field - """ - maximumPermissionsApexRestServices: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsEnableCommunityAppLauncher field - """ - maximumPermissionsEnableCommunityAppLauncher: SalesforceBooleanFilter - - """ - Filter by the PermissionSetLicense's maximumPermissionsManageSurveys field - """ - maximumPermissionsManageSurveys: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's maximumPermissionsViewRoles field""" - maximumPermissionsViewRoles: SalesforceBooleanFilter - - """Filter by the PermissionSetLicense's usedLicenses field""" - usedLicenses: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePermissionSetLicenseConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePermissionSetLicenseConnectionFilter!] -} - -""" -A filter to be used against GrantedByLicense object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceGrantedByLicenseConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the GrantedByLicense's customPermission relation.""" - customPermission: SalesforceCustomPermissionConnectionFilter - - """Filter by the GrantedByLicense's permissionSetLicense relation.""" - permissionSetLicense: SalesforcePermissionSetLicenseConnectionFilter - - """Filter by the GrantedByLicense's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the GrantedByLicense's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the GrantedByLicense's id field""" - id: SalesforceIdFilter - - """Filter by the GrantedByLicense's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the GrantedByLicense's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the GrantedByLicense's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the GrantedByLicense's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the GrantedByLicense's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the GrantedByLicense's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the GrantedByLicense's permissionSetLicenseId field""" - permissionSetLicenseId: SalesforceIdFilter - - """Filter by the GrantedByLicense's customPermissionId field""" - customPermissionId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceGrantedByLicenseConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceGrantedByLicenseConnectionFilter!] -} - -"""Field that Setting Granted By Licenses can be sorted by""" -enum SalesforceGrantedByLicenseSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PERMISSION_SET_LICENSE_ID - CUSTOM_PERMISSION_ID -} - -""" -A filter to be used against CustomPermission object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCustomPermissionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CustomPermission's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CustomPermission's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CustomPermission's id field""" - id: SalesforceIdFilter - - """Filter by the CustomPermission's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CustomPermission's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the CustomPermission's language field""" - language: SalesforceStringFilter - - """Filter by the CustomPermission's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the CustomPermission's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the CustomPermission's isProtected field""" - isProtected: SalesforceBooleanFilter - - """Filter by the CustomPermission's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CustomPermission's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CustomPermission's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CustomPermission's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CustomPermission's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CustomPermission's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCustomPermissionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCustomPermissionConnectionFilter!] -} - -""" -A filter to be used against CustomPermissionDependency object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCustomPermissionDependencyConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """ - Filter by the CustomPermissionDependency's requiredCustomPermission relation. - """ - requiredCustomPermission: SalesforceCustomPermissionConnectionFilter - - """Filter by the CustomPermissionDependency's customPermission relation.""" - customPermission: SalesforceCustomPermissionConnectionFilter - - """Filter by the CustomPermissionDependency's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CustomPermissionDependency's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CustomPermissionDependency's id field""" - id: SalesforceIdFilter - - """Filter by the CustomPermissionDependency's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the CustomPermissionDependency's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CustomPermissionDependency's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CustomPermissionDependency's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CustomPermissionDependency's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the CustomPermissionDependency's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CustomPermissionDependency's customPermissionId field""" - customPermissionId: SalesforceIdFilter - - """ - Filter by the CustomPermissionDependency's requiredCustomPermissionId field - """ - requiredCustomPermissionId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCustomPermissionDependencyConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCustomPermissionDependencyConnectionFilter!] -} - -"""Field that Custom Permission Dependencies can be sorted by""" -enum SalesforceCustomPermissionDependencySortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - CUSTOM_PERMISSION_ID - REQUIRED_CUSTOM_PERMISSION_ID -} - -"""An edge in a connection.""" -type SalesforceCustomPermissionDependencyEdge { - """The item at the end of the edge.""" - node: SalesforceCustomPermissionDependency! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Custom Permission Dependency""" -type SalesforceCustomPermissionDependency implements OneGraphNode { - """Custom Permission Dependency ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Custom Permission ID""" - customPermissionId: String! - - """Custom Permission ID""" - customPermission: SalesforceCustomPermission! - - """Custom Permission ID""" - requiredCustomPermissionId: String! - - """Custom Permission ID""" - requiredCustomPermission: SalesforceCustomPermission! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Custom Permission Dependencies connection, for use in pagination. -""" -type SalesforceCustomPermissionDependencysConnection { - """ - The count of all Custom Permission Dependency you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom Permission Dependencies""" - nodes: [SalesforceCustomPermissionDependency!]! - - """List of Custom Permission Dependency edges""" - edges: [SalesforceCustomPermissionDependencyEdge!]! -} - -"""Custom Permission""" -type SalesforceCustomPermission implements OneGraphNode { - """Custom Permission ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String! - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Protected Component""" - isProtected: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Description""" - description: String - - """Collection of Salesforce CustomPermissionDependency""" - customPermissionItem( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomPermissionDependencyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomPermissionDependencySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomPermissionDependencySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CustomPermissionDependencies to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCustomPermissionDependencysConnection - - """Collection of Salesforce CustomPermissionDependency""" - customPermissionDependencyItem( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomPermissionDependencyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomPermissionDependencySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomPermissionDependencySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CustomPermissionDependencies to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCustomPermissionDependencysConnection - - """Collection of Salesforce GrantedByLicense""" - grantedByLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGrantedByLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGrantedByLicenseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGrantedByLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of GrantedByLicenses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGrantedByLicensesConnection - - """Collection of Salesforce SetupEntityAccess""" - setupEntityAccessItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupEntityAccessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupEntityAccesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupEntityAccesssConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Setting Granted By License""" -type SalesforceGrantedByLicense implements OneGraphNode { - """Setting Granted By License ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Permission Set License ID""" - permissionSetLicenseId: String! - - """Permission Set License ID""" - permissionSetLicense: SalesforcePermissionSetLicense! - - """Custom Permission ID""" - customPermissionId: String! - - """Custom Permission ID""" - customPermission: SalesforceCustomPermission! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Setting Granted By Licenses connection, for use in pagination. -""" -type SalesforceGrantedByLicensesConnection { - """ - The count of all Setting Granted By License you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Setting Granted By Licenses""" - nodes: [SalesforceGrantedByLicense!]! - - """List of Setting Granted By License edges""" - edges: [SalesforceGrantedByLicenseEdge!]! -} - -"""Permission Set License""" -type SalesforcePermissionSetLicense implements OneGraphNode { - """Permission Set License ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Developer Name""" - developerName: String! - - """Master Language""" - language: String! - - """Permission Set License Label""" - masterLabel: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Permission Set License Key""" - permissionSetLicenseKey: String! - - """Total Licenses""" - totalLicenses: Int! - - """Status""" - status: String! - - """Expiration Date""" - expirationDate: String - - """Send Email""" - maximumPermissionsEmailSingle: Boolean! - - """Mass Email""" - maximumPermissionsEmailMass: Boolean! - - """Edit Tasks""" - maximumPermissionsEditTask: Boolean! - - """Edit Events""" - maximumPermissionsEditEvent: Boolean! - - """Export Reports""" - maximumPermissionsExportReport: Boolean! - - """Import Personal Contacts""" - maximumPermissionsImportPersonal: Boolean! - - """Weekly Data Export""" - maximumPermissionsDataExport: Boolean! - - """Manage Users""" - maximumPermissionsManageUsers: Boolean! - - """Manage Public List Views""" - maximumPermissionsEditPublicFilters: Boolean! - - """Manage Public Templates""" - maximumPermissionsEditPublicTemplates: Boolean! - - """Modify All Data""" - maximumPermissionsModifyAllData: Boolean! - - """Manage Cases""" - maximumPermissionsManageCases: Boolean! - - """Mass Edits from Lists""" - maximumPermissionsMassInlineEdit: Boolean! - - """Manage Articles""" - maximumPermissionsEditKnowledge: Boolean! - - """Manage Salesforce Knowledge""" - maximumPermissionsManageKnowledge: Boolean! - - """Manage Published Solutions""" - maximumPermissionsManageSolutions: Boolean! - - """Customize Application""" - maximumPermissionsCustomizeApplication: Boolean! - - """Edit Read Only Fields""" - maximumPermissionsEditReadonlyFields: Boolean! - - """Run Reports""" - maximumPermissionsRunReports: Boolean! - - """View Setup and Configuration""" - maximumPermissionsViewSetup: Boolean! - - """Transfer Record""" - maximumPermissionsTransferAnyEntity: Boolean! - - """Report Builder""" - maximumPermissionsNewReportBuilder: Boolean! - - """Activate Contracts""" - maximumPermissionsActivateContract: Boolean! - - """Activate Orders""" - maximumPermissionsActivateOrder: Boolean! - - """Import Leads""" - maximumPermissionsImportLeads: Boolean! - - """Manage Leads""" - maximumPermissionsManageLeads: Boolean! - - """Transfer Leads""" - maximumPermissionsTransferAnyLead: Boolean! - - """View All Data""" - maximumPermissionsViewAllData: Boolean! - - """Manage Public Documents""" - maximumPermissionsEditPublicDocuments: Boolean! - - """View Encrypted Data""" - maximumPermissionsViewEncryptedData: Boolean! - - """Manage Letterheads""" - maximumPermissionsEditBrandTemplates: Boolean! - - """Edit HTML Templates""" - maximumPermissionsEditHtmlTemplates: Boolean! - - """Chatter Internal User""" - maximumPermissionsChatterInternalUser: Boolean! - - """Manage Encryption Keys""" - maximumPermissionsManageEncryptionKeys: Boolean! - - """Delete Activated Contracts""" - maximumPermissionsDeleteActivatedContract: Boolean! - - """Invite Customers To Chatter""" - maximumPermissionsChatterInviteExternalUsers: Boolean! - - """Send Stay-in-Touch Requests""" - maximumPermissionsSendSitRequests: Boolean! - - """Manage Connected Apps""" - maximumPermissionsManageRemoteAccess: Boolean! - - """Drag-and-Drop Dashboard Builder""" - maximumPermissionsCanUseNewDashboardBuilder: Boolean! - - """Manage Categories""" - maximumPermissionsManageCategories: Boolean! - - """Convert Leads""" - maximumPermissionsConvertLeads: Boolean! - - """Password Never Expires""" - maximumPermissionsPasswordNeverExpires: Boolean! - - """Use Team Reassignment Wizards""" - maximumPermissionsUseTeamReassignWizards: Boolean! - - """Edit Activated Orders""" - maximumPermissionsEditActivatedOrders: Boolean! - - """Download AppExchange Packages""" - maximumPermissionsInstallPackaging: Boolean! - - """Upload AppExchange Packages""" - maximumPermissionsPublishPackaging: Boolean! - - """Create and Own New Chatter Groups""" - maximumPermissionsChatterOwnGroups: Boolean! - - """Edit Opportunity Product Sales Price""" - maximumPermissionsEditOppLineItemUnitPrice: Boolean! - - """Create AppExchange Packages""" - maximumPermissionsCreatePackaging: Boolean! - - """Bulk API Hard Delete""" - maximumPermissionsBulkApiHardDelete: Boolean! - - """Import Solutions""" - maximumPermissionsSolutionImport: Boolean! - - """Manage Call Centers""" - maximumPermissionsManageCallCenters: Boolean! - - """Manage Synonyms""" - maximumPermissionsManageSynonyms: Boolean! - - """View Content in Portals""" - maximumPermissionsViewContent: Boolean! - - """Manage Email Client Configurations""" - maximumPermissionsManageEmailClientConfig: Boolean! - - """Send Outbound Messages""" - maximumPermissionsEnableNotifications: Boolean! - - """Manage Data Integrations""" - maximumPermissionsManageDataIntegrations: Boolean! - - """Create Content Deliveries""" - maximumPermissionsDistributeFromPersWksp: Boolean! - - """View Data Categories""" - maximumPermissionsViewDataCategories: Boolean! - - """Manage Data Categories""" - maximumPermissionsManageDataCategories: Boolean! - - """Author Apex""" - maximumPermissionsAuthorApex: Boolean! - - """Manage Mobile Configurations""" - maximumPermissionsManageMobile: Boolean! - - """API Enabled""" - maximumPermissionsApiEnabled: Boolean! - - """Manage Custom Report Types""" - maximumPermissionsManageCustomReportTypes: Boolean! - - """Edit Case Comments""" - maximumPermissionsEditCaseComments: Boolean! - - """Transfer Cases""" - maximumPermissionsTransferAnyCase: Boolean! - - """Manage Salesforce CRM Content""" - maximumPermissionsContentAdministrator: Boolean! - - """Create Libraries""" - maximumPermissionsCreateWorkspaces: Boolean! - - """Manage Content Permissions""" - maximumPermissionsManageContentPermissions: Boolean! - - """Manage Content Properties""" - maximumPermissionsManageContentProperties: Boolean! - - """Manage record types and layouts for Files""" - maximumPermissionsManageContentTypes: Boolean! - - """Manage Lightning Sync""" - maximumPermissionsManageExchangeConfig: Boolean! - - """Manage Reporting Snapshots""" - maximumPermissionsManageAnalyticSnapshots: Boolean! - - """Schedule Reports""" - maximumPermissionsScheduleReports: Boolean! - - """Manage Business Hours Holidays""" - maximumPermissionsManageBusinessHourHolidays: Boolean! - - """Manage Dynamic Dashboards""" - maximumPermissionsManageDynamicDashboards: Boolean! - - """Show Custom Sidebar On All Pages""" - maximumPermissionsCustomSidebarOnAllPages: Boolean! - - """Manage Flow""" - maximumPermissionsManageInteraction: Boolean! - - """View My Team's Dashboards""" - maximumPermissionsViewMyTeamsDashboards: Boolean! - - """Moderate Chatter""" - maximumPermissionsModerateChatter: Boolean! - - """Reset User Passwords and Unlock Users""" - maximumPermissionsResetPasswords: Boolean! - - """Require Flow User Feature License""" - maximumPermissionsFlowUflRequired: Boolean! - - """Insert System Field Values for Chatter Feeds""" - maximumPermissionsCanInsertFeedSystemFields: Boolean! - - """Manage Knowledge Article Import/Export""" - maximumPermissionsManageKnowledgeImportExport: Boolean! - - """Manage Email Templates""" - maximumPermissionsEmailTemplateManagement: Boolean! - - """Email Administration""" - maximumPermissionsEmailAdministration: Boolean! - - """Manage Chatter Messages and Direct Messages""" - maximumPermissionsManageChatterMessages: Boolean! - - """Email-Based Identity Verification Option""" - maximumPermissionsAllowEmailIc: Boolean! - - """Create Public Links""" - maximumPermissionsChatterFileLink: Boolean! - - """Two-Factor Authentication for User Interface Logins""" - maximumPermissionsForceTwoFactor: Boolean! - - """View Event Log Files""" - maximumPermissionsViewEventLogFiles: Boolean! - - """Create and Set Up Communities""" - maximumPermissionsManageNetworks: Boolean! - - """Manage Auth. Providers""" - maximumPermissionsManageAuthProviders: Boolean! - - """Run Flows""" - maximumPermissionsRunFlow: Boolean! - - """Create and Customize Dashboards""" - maximumPermissionsCreateCustomizeDashboards: Boolean! - - """Create Dashboard Folders""" - maximumPermissionsCreateDashboardFolders: Boolean! - - """View Dashboards in Public Folders""" - maximumPermissionsViewPublicDashboards: Boolean! - - """Manage Dashboards in Public Folders""" - maximumPermissionsManageDashbdsInPubFolders: Boolean! - - """Create and Customize Reports""" - maximumPermissionsCreateCustomizeReports: Boolean! - - """Create Report Folders""" - maximumPermissionsCreateReportFolders: Boolean! - - """View Reports in Public Folders""" - maximumPermissionsViewPublicReports: Boolean! - - """Manage Reports in Public Folders""" - maximumPermissionsManageReportsInPubFolders: Boolean! - - """Edit My Dashboards""" - maximumPermissionsEditMyDashboards: Boolean! - - """Edit My Reports""" - maximumPermissionsEditMyReports: Boolean! - - """View All Users""" - maximumPermissionsViewAllUsers: Boolean! - - """Knowledge One""" - maximumPermissionsAllowUniversalSearch: Boolean! - - """Connect Organization to Environment Hub""" - maximumPermissionsConnectOrgToEnvironmentHub: Boolean! - - """Enable Work.com Calibration""" - maximumPermissionsWorkCalibrationUser: Boolean! - - """Create and Customize List Views""" - maximumPermissionsCreateCustomizeFilters: Boolean! - - """Enable Work.com""" - maximumPermissionsWorkDotComUserPerm: Boolean! - - """Manage Communities""" - maximumPermissionsGovernNetworks: Boolean! - - """Sales Console""" - maximumPermissionsSalesConsole: Boolean! - - """Two-Factor Authentication for API Logins""" - maximumPermissionsTwoFactorApi: Boolean! - - """Delete Topics""" - maximumPermissionsDeleteTopics: Boolean! - - """Edit Topics""" - maximumPermissionsEditTopics: Boolean! - - """Create Topics""" - maximumPermissionsCreateTopics: Boolean! - - """Assign Topics""" - maximumPermissionsAssignTopics: Boolean! - - """Use Identity Features""" - maximumPermissionsIdentityEnabled: Boolean! - - """Use Identity Connect""" - maximumPermissionsIdentityConnect: Boolean! - - """Allow View Knowledge""" - maximumPermissionsAllowViewKnowledge: Boolean! - - """Access Libraries""" - maximumPermissionsContentWorkspaces: Boolean! - - """Manage Promoted Search Terms""" - maximumPermissionsManageSearchPromotionRules: Boolean! - - """Access Custom Mobile Apps""" - maximumPermissionsCustomMobileAppsAccess: Boolean! - - """View Help Link""" - maximumPermissionsViewHelpLink: Boolean! - - """Manage Profiles and Permission Sets""" - maximumPermissionsManageProfilesPermissionsets: Boolean! - - """Assign Permission Sets""" - maximumPermissionsAssignPermissionSets: Boolean! - - """Manage Roles""" - maximumPermissionsManageRoles: Boolean! - - """Manage IP Addresses""" - maximumPermissionsManageIpAddresses: Boolean! - - """Manage Sharing""" - maximumPermissionsManageSharing: Boolean! - - """Manage Internal Users""" - maximumPermissionsManageInternalUsers: Boolean! - - """Manage Password Policies""" - maximumPermissionsManagePasswordPolicies: Boolean! - - """Manage Login Access Policies""" - maximumPermissionsManageLoginAccessPolicies: Boolean! - - """Manage Custom Permissions""" - maximumPermissionsManageCustomPermissions: Boolean! - - """Verify Answers to Chatter Questions""" - maximumPermissionsCanVerifyComment: Boolean! - - """Manage Unlisted Groups""" - maximumPermissionsManageUnlistedGroups: Boolean! - - """Modify Secure Agents""" - maximumPermissionsModifySecureAgents: Boolean! - - """Manage Two-Factor Authentication in API""" - maximumPermissionsManageTwoFactor: Boolean! - - """Access Chatter For SharePoint""" - maximumPermissionsChatterForSharePoint: Boolean! - - """Lightning Experience User""" - maximumPermissionsLightningExperienceUser: Boolean! - - """Configure Custom Recommendations""" - maximumPermissionsConfigCustomRecs: Boolean! - - """Manage Macros Users Can't Undo""" - maximumPermissionsSubmitMacrosAllowed: Boolean! - - """Run Macros on Multiple Records""" - maximumPermissionsBulkMacrosAllowed: Boolean! - - """Share internal Knowledge articles externally""" - maximumPermissionsShareInternalArticles: Boolean! - - """Manage Session Permission Set Activations""" - maximumPermissionsManageSessionPermissionSets: Boolean! - - """Send announcement emails""" - maximumPermissionsSendAnnouncementEmails: Boolean! - - """Edit My Own Posts""" - maximumPermissionsChatterEditOwnPost: Boolean! - - """Edit Posts on Records I Own""" - maximumPermissionsChatterEditOwnRecordPost: Boolean! - - """Import Custom Objects""" - maximumPermissionsImportCustomObjects: Boolean! - - """Manage Two-Factor Authentication in User Interface""" - maximumPermissionsDelegatedTwoFactor: Boolean! - - """Allow Inclusion of Code Snippets from UI""" - maximumPermissionsChatterComposeUiCodesnippet: Boolean! - - """Select Files from Salesforce""" - maximumPermissionsSelectFilesFromSalesforce: Boolean! - - """Moderate Community Users""" - maximumPermissionsModerateNetworkUsers: Boolean! - - """Merge Topics""" - maximumPermissionsMergeTopics: Boolean! - - """Subscribe to Reports""" - maximumPermissionsSubscribeToLightningReports: Boolean! - - """Manage All Private Reports and Dashboards""" - maximumPermissionsManagePvtRptsAndDashbds: Boolean! - - """Lightning Login User""" - maximumPermissionsAllowLightningLogin: Boolean! - - """Campaign Influence""" - maximumPermissionsCampaignInfluence2: Boolean! - - """Access to view Data Assessment""" - maximumPermissionsViewDataAssessment: Boolean! - - """Remove People from Direct Messages""" - maximumPermissionsRemoveDirectMessageMembers: Boolean! - - """Can Approve Feed Post and Comment""" - maximumPermissionsCanApproveFeedPost: Boolean! - - """Add People to Direct Messages""" - maximumPermissionsAddDirectMessageMembers: Boolean! - - """View and Edit Converted Leads""" - maximumPermissionsAllowViewEditConvertedLeads: Boolean! - - """Show Company Name as Community Role""" - maximumPermissionsShowCompanyNameAsUserBadge: Boolean! - - """Access Community Management""" - maximumPermissionsAccessCmc: Boolean! - - """View Health Check""" - maximumPermissionsViewHealthCheck: Boolean! - - """Manage Health Check""" - maximumPermissionsManageHealthCheck: Boolean! - - """Create and Update Second-Generation Packages""" - maximumPermissionsPackaging2: Boolean! - - """Manage Certificates""" - maximumPermissionsManageCertificates: Boolean! - - """Report Builder (Lightning Experience)""" - maximumPermissionsCreateReportInLightning: Boolean! - - """Hide Option to Switch to Salesforce Classic""" - maximumPermissionsPreventClassicExperience: Boolean! - - """Hide the Seen By List""" - maximumPermissionsHideReadByList: Boolean! - - """Allow sending of List Emails""" - maximumPermissionsListEmailSend: Boolean! - - """Pin Posts in Feeds""" - maximumPermissionsFeedPinning: Boolean! - - """Change Dashboard Colors""" - maximumPermissionsChangeDashboardColors: Boolean! - - """IoT User""" - maximumPermissionsIotUser: Boolean! - - """Allow Access to Customized Actions""" - maximumPermissionsUseWebLink: Boolean! - - """View All Activities""" - maximumPermissionsViewAllActivities: Boolean! - - """Subscribe to Reports: Add Recipients""" - maximumPermissionsSubscribeReportToOtherUsers: Boolean! - - """Lightning Console User""" - maximumPermissionsLightningConsoleAllowedForUser: Boolean! - - """Subscribe to Reports: Set Running User""" - maximumPermissionsSubscribeReportsRunAsUser: Boolean! - - """Subscribe to Dashboards""" - maximumPermissionsSubscribeToLightningDashboards: Boolean! - - """Apex REST Services""" - maximumPermissionsApexRestServices: Boolean! - - """Show App Launcher in Communities""" - maximumPermissionsEnableCommunityAppLauncher: Boolean! - - """Manage Surveys""" - maximumPermissionsManageSurveys: Boolean! - - """View Roles and Role Hierarchy""" - maximumPermissionsViewRoles: Boolean! - - """Used Licenses""" - usedLicenses: Int! - - """Collection of Salesforce GrantedByLicense""" - grantedByLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGrantedByLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGrantedByLicenseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGrantedByLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of GrantedByLicenses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGrantedByLicensesConnection - - """Collection of Salesforce PermissionSet""" - permissionSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PermissionSets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePermissionSetsConnection - - """Collection of Salesforce PermissionSetLicenseAssign""" - permissionSetLicenseAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetLicenseAssignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetLicenseAssignSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetLicenseAssignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PermissionSetLicenseAssigns to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetLicenseAssignsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Field that Profiles can be sorted by""" -enum SalesforceProfileSortByFieldEnum { - ID - NAME - USER_LICENSE_ID - USER_TYPE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - DESCRIPTION - LAST_VIEWED_DATE - LAST_REFERENCED_DATE -} - -"""An edge in a connection.""" -type SalesforceProfileEdge { - """The item at the end of the edge.""" - node: SalesforceProfile! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Field that Users can be sorted by""" -enum SalesforceUserSortByFieldEnum { - ID - USERNAME - LAST_NAME - FIRST_NAME - NAME - COMPANY_NAME - DIVISION - DEPARTMENT - TITLE - STREET - CITY - STATE - POSTAL_CODE - COUNTRY - LATITUDE - LONGITUDE - GEOCODE_ACCURACY - EMAIL - SENDER_EMAIL - SENDER_NAME - SIGNATURE - STAY_IN_TOUCH_SUBJECT - STAY_IN_TOUCH_SIGNATURE - STAY_IN_TOUCH_NOTE - PHONE - FAX - MOBILE_PHONE - ALIAS - COMMUNITY_NICKNAME - BADGE_TEXT - IS_ACTIVE - TIME_ZONE_SID_KEY - USER_ROLE_ID - LOCALE_SID_KEY - RECEIVES_INFO_EMAILS - RECEIVES_ADMIN_INFO_EMAILS - EMAIL_ENCODING_KEY - PROFILE_ID - USER_TYPE - LANGUAGE_LOCALE_KEY - EMPLOYEE_NUMBER - DELEGATED_APPROVER_ID - MANAGER_ID - LAST_LOGIN_DATE - LAST_PASSWORD_CHANGE_DATE - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - OFFLINE_TRIAL_EXPIRATION_DATE - OFFLINE_PDA_TRIAL_EXPIRATION_DATE - FORECAST_ENABLED - CONTACT_ID - ACCOUNT_ID - CALL_CENTER_ID - EXTENSION - FEDERATION_IDENTIFIER - ABOUT_ME - FULL_PHOTO_URL - SMALL_PHOTO_URL - IS_EXT_INDICATOR_VISIBLE - OUT_OF_OFFICE_MESSAGE - MEDIUM_PHOTO_URL - DIGEST_FREQUENCY - DEFAULT_GROUP_NOTIFICATION_FREQUENCY - JIGSAW_IMPORT_LIMIT_OVERRIDE - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - BANNER_PHOTO_URL - SMALL_BANNER_PHOTO_URL - MEDIUM_BANNER_PHOTO_URL - IS_PROFILE_PHOTO_ACTIVE -} - -"""An edge in a connection.""" -type SalesforceUserEdge { - """The item at the end of the edge.""" - node: SalesforceUser! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Users connection, for use in pagination.""" -type SalesforceUsersConnection { - """The count of all User you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Users""" - nodes: [SalesforceUser!]! - - """List of User edges""" - edges: [SalesforceUserEdge!]! -} - -"""Profile""" -type SalesforceProfile implements OneGraphNode { - """Profile ID""" - id: String! - - """Name""" - name: String! - - """Send Email""" - permissionsEmailSingle: Boolean! - - """Mass Email""" - permissionsEmailMass: Boolean! - - """Edit Tasks""" - permissionsEditTask: Boolean! - - """Edit Events""" - permissionsEditEvent: Boolean! - - """Export Reports""" - permissionsExportReport: Boolean! - - """Import Personal Contacts""" - permissionsImportPersonal: Boolean! - - """Weekly Data Export""" - permissionsDataExport: Boolean! - - """Manage Users""" - permissionsManageUsers: Boolean! - - """Manage Public List Views""" - permissionsEditPublicFilters: Boolean! - - """Manage Public Templates""" - permissionsEditPublicTemplates: Boolean! - - """Modify All Data""" - permissionsModifyAllData: Boolean! - - """Manage Cases""" - permissionsManageCases: Boolean! - - """Mass Edits from Lists""" - permissionsMassInlineEdit: Boolean! - - """Manage Articles""" - permissionsEditKnowledge: Boolean! - - """Manage Salesforce Knowledge""" - permissionsManageKnowledge: Boolean! - - """Manage Published Solutions""" - permissionsManageSolutions: Boolean! - - """Customize Application""" - permissionsCustomizeApplication: Boolean! - - """Edit Read Only Fields""" - permissionsEditReadonlyFields: Boolean! - - """Run Reports""" - permissionsRunReports: Boolean! - - """View Setup and Configuration""" - permissionsViewSetup: Boolean! - - """Transfer Record""" - permissionsTransferAnyEntity: Boolean! - - """Report Builder""" - permissionsNewReportBuilder: Boolean! - - """Activate Contracts""" - permissionsActivateContract: Boolean! - - """Activate Orders""" - permissionsActivateOrder: Boolean! - - """Import Leads""" - permissionsImportLeads: Boolean! - - """Manage Leads""" - permissionsManageLeads: Boolean! - - """Transfer Leads""" - permissionsTransferAnyLead: Boolean! - - """View All Data""" - permissionsViewAllData: Boolean! - - """Manage Public Documents""" - permissionsEditPublicDocuments: Boolean! - - """View Encrypted Data""" - permissionsViewEncryptedData: Boolean! - - """Manage Letterheads""" - permissionsEditBrandTemplates: Boolean! - - """Edit HTML Templates""" - permissionsEditHtmlTemplates: Boolean! - - """Chatter Internal User""" - permissionsChatterInternalUser: Boolean! - - """Manage Encryption Keys""" - permissionsManageEncryptionKeys: Boolean! - - """Delete Activated Contracts""" - permissionsDeleteActivatedContract: Boolean! - - """Invite Customers To Chatter""" - permissionsChatterInviteExternalUsers: Boolean! - - """Send Stay-in-Touch Requests""" - permissionsSendSitRequests: Boolean! - - """Manage Connected Apps""" - permissionsManageRemoteAccess: Boolean! - - """Drag-and-Drop Dashboard Builder""" - permissionsCanUseNewDashboardBuilder: Boolean! - - """Manage Categories""" - permissionsManageCategories: Boolean! - - """Convert Leads""" - permissionsConvertLeads: Boolean! - - """Password Never Expires""" - permissionsPasswordNeverExpires: Boolean! - - """Use Team Reassignment Wizards""" - permissionsUseTeamReassignWizards: Boolean! - - """Edit Activated Orders""" - permissionsEditActivatedOrders: Boolean! - - """Download AppExchange Packages""" - permissionsInstallMultiforce: Boolean! - - """Upload AppExchange Packages""" - permissionsPublishMultiforce: Boolean! - - """Create and Own New Chatter Groups""" - permissionsChatterOwnGroups: Boolean! - - """Edit Opportunity Product Sales Price""" - permissionsEditOppLineItemUnitPrice: Boolean! - - """Create AppExchange Packages""" - permissionsCreateMultiforce: Boolean! - - """Bulk API Hard Delete""" - permissionsBulkApiHardDelete: Boolean! - - """Import Solutions""" - permissionsSolutionImport: Boolean! - - """Manage Call Centers""" - permissionsManageCallCenters: Boolean! - - """Manage Synonyms""" - permissionsManageSynonyms: Boolean! - - """View Content in Portals""" - permissionsViewContent: Boolean! - - """Manage Email Client Configurations""" - permissionsManageEmailClientConfig: Boolean! - - """Send Outbound Messages""" - permissionsEnableNotifications: Boolean! - - """Manage Data Integrations""" - permissionsManageDataIntegrations: Boolean! - - """Create Content Deliveries""" - permissionsDistributeFromPersWksp: Boolean! - - """View Data Categories""" - permissionsViewDataCategories: Boolean! - - """Manage Data Categories""" - permissionsManageDataCategories: Boolean! - - """Author Apex""" - permissionsAuthorApex: Boolean! - - """Manage Mobile Configurations""" - permissionsManageMobile: Boolean! - - """API Enabled""" - permissionsApiEnabled: Boolean! - - """Manage Custom Report Types""" - permissionsManageCustomReportTypes: Boolean! - - """Edit Case Comments""" - permissionsEditCaseComments: Boolean! - - """Transfer Cases""" - permissionsTransferAnyCase: Boolean! - - """Manage Salesforce CRM Content""" - permissionsContentAdministrator: Boolean! - - """Create Libraries""" - permissionsCreateWorkspaces: Boolean! - - """Manage Content Permissions""" - permissionsManageContentPermissions: Boolean! - - """Manage Content Properties""" - permissionsManageContentProperties: Boolean! - - """Manage record types and layouts for Files""" - permissionsManageContentTypes: Boolean! - - """Manage Lightning Sync""" - permissionsManageExchangeConfig: Boolean! - - """Manage Reporting Snapshots""" - permissionsManageAnalyticSnapshots: Boolean! - - """Schedule Reports""" - permissionsScheduleReports: Boolean! - - """Manage Business Hours Holidays""" - permissionsManageBusinessHourHolidays: Boolean! - - """Manage Dynamic Dashboards""" - permissionsManageDynamicDashboards: Boolean! - - """Show Custom Sidebar On All Pages""" - permissionsCustomSidebarOnAllPages: Boolean! - - """Manage Flow""" - permissionsManageInteraction: Boolean! - - """View My Team's Dashboards""" - permissionsViewMyTeamsDashboards: Boolean! - - """Moderate Chatter""" - permissionsModerateChatter: Boolean! - - """Reset User Passwords and Unlock Users""" - permissionsResetPasswords: Boolean! - - """Require Flow User Feature License""" - permissionsFlowUflRequired: Boolean! - - """Insert System Field Values for Chatter Feeds""" - permissionsCanInsertFeedSystemFields: Boolean! - - """Manage Knowledge Article Import/Export""" - permissionsManageKnowledgeImportExport: Boolean! - - """Manage Email Templates""" - permissionsEmailTemplateManagement: Boolean! - - """Email Administration""" - permissionsEmailAdministration: Boolean! - - """Manage Chatter Messages and Direct Messages""" - permissionsManageChatterMessages: Boolean! - - """Email-Based Identity Verification Option""" - permissionsAllowEmailIc: Boolean! - - """Create Public Links""" - permissionsChatterFileLink: Boolean! - - """Two-Factor Authentication for User Interface Logins""" - permissionsForceTwoFactor: Boolean! - - """View Event Log Files""" - permissionsViewEventLogFiles: Boolean! - - """Create and Set Up Communities""" - permissionsManageNetworks: Boolean! - - """Manage Auth. Providers""" - permissionsManageAuthProviders: Boolean! - - """Run Flows""" - permissionsRunFlow: Boolean! - - """Create and Customize Dashboards""" - permissionsCreateCustomizeDashboards: Boolean! - - """Create Dashboard Folders""" - permissionsCreateDashboardFolders: Boolean! - - """View Dashboards in Public Folders""" - permissionsViewPublicDashboards: Boolean! - - """Manage Dashboards in Public Folders""" - permissionsManageDashbdsInPubFolders: Boolean! - - """Create and Customize Reports""" - permissionsCreateCustomizeReports: Boolean! - - """Create Report Folders""" - permissionsCreateReportFolders: Boolean! - - """View Reports in Public Folders""" - permissionsViewPublicReports: Boolean! - - """Manage Reports in Public Folders""" - permissionsManageReportsInPubFolders: Boolean! - - """Edit My Dashboards""" - permissionsEditMyDashboards: Boolean! - - """Edit My Reports""" - permissionsEditMyReports: Boolean! - - """View All Users""" - permissionsViewAllUsers: Boolean! - - """Knowledge One""" - permissionsAllowUniversalSearch: Boolean! - - """Connect Organization to Environment Hub""" - permissionsConnectOrgToEnvironmentHub: Boolean! - - """Enable Work.com Calibration""" - permissionsWorkCalibrationUser: Boolean! - - """Create and Customize List Views""" - permissionsCreateCustomizeFilters: Boolean! - - """Enable Work.com""" - permissionsWorkDotComUserPerm: Boolean! - - """Manage Communities""" - permissionsGovernNetworks: Boolean! - - """Sales Console""" - permissionsSalesConsole: Boolean! - - """Two-Factor Authentication for API Logins""" - permissionsTwoFactorApi: Boolean! - - """Delete Topics""" - permissionsDeleteTopics: Boolean! - - """Edit Topics""" - permissionsEditTopics: Boolean! - - """Create Topics""" - permissionsCreateTopics: Boolean! - - """Assign Topics""" - permissionsAssignTopics: Boolean! - - """Use Identity Features""" - permissionsIdentityEnabled: Boolean! - - """Use Identity Connect""" - permissionsIdentityConnect: Boolean! - - """Allow View Knowledge""" - permissionsAllowViewKnowledge: Boolean! - - """Access Libraries""" - permissionsContentWorkspaces: Boolean! - - """Manage Promoted Search Terms""" - permissionsManageSearchPromotionRules: Boolean! - - """Access Custom Mobile Apps""" - permissionsCustomMobileAppsAccess: Boolean! - - """View Help Link""" - permissionsViewHelpLink: Boolean! - - """Manage Profiles and Permission Sets""" - permissionsManageProfilesPermissionsets: Boolean! - - """Assign Permission Sets""" - permissionsAssignPermissionSets: Boolean! - - """Manage Roles""" - permissionsManageRoles: Boolean! - - """Manage IP Addresses""" - permissionsManageIpAddresses: Boolean! - - """Manage Sharing""" - permissionsManageSharing: Boolean! - - """Manage Internal Users""" - permissionsManageInternalUsers: Boolean! - - """Manage Password Policies""" - permissionsManagePasswordPolicies: Boolean! - - """Manage Login Access Policies""" - permissionsManageLoginAccessPolicies: Boolean! - - """Manage Custom Permissions""" - permissionsManageCustomPermissions: Boolean! - - """Verify Answers to Chatter Questions""" - permissionsCanVerifyComment: Boolean! - - """Manage Unlisted Groups""" - permissionsManageUnlistedGroups: Boolean! - - """Modify Secure Agents""" - permissionsModifySecureAgents: Boolean! - - """Manage Two-Factor Authentication in API""" - permissionsManageTwoFactor: Boolean! - - """Access Chatter For SharePoint""" - permissionsChatterForSharePoint: Boolean! - - """Lightning Experience User""" - permissionsLightningExperienceUser: Boolean! - - """Configure Custom Recommendations""" - permissionsConfigCustomRecs: Boolean! - - """Manage Macros Users Can't Undo""" - permissionsSubmitMacrosAllowed: Boolean! - - """Run Macros on Multiple Records""" - permissionsBulkMacrosAllowed: Boolean! - - """Share internal Knowledge articles externally""" - permissionsShareInternalArticles: Boolean! - - """Manage Session Permission Set Activations""" - permissionsManageSessionPermissionSets: Boolean! - - """Send announcement emails""" - permissionsSendAnnouncementEmails: Boolean! - - """Edit My Own Posts""" - permissionsChatterEditOwnPost: Boolean! - - """Edit Posts on Records I Own""" - permissionsChatterEditOwnRecordPost: Boolean! - - """Import Custom Objects""" - permissionsImportCustomObjects: Boolean! - - """Manage Two-Factor Authentication in User Interface""" - permissionsDelegatedTwoFactor: Boolean! - - """Allow Inclusion of Code Snippets from UI""" - permissionsChatterComposeUiCodesnippet: Boolean! - - """Select Files from Salesforce""" - permissionsSelectFilesFromSalesforce: Boolean! - - """Moderate Community Users""" - permissionsModerateNetworkUsers: Boolean! - - """Merge Topics""" - permissionsMergeTopics: Boolean! - - """Subscribe to Reports""" - permissionsSubscribeToLightningReports: Boolean! - - """Manage All Private Reports and Dashboards""" - permissionsManagePvtRptsAndDashbds: Boolean! - - """Lightning Login User""" - permissionsAllowLightningLogin: Boolean! - - """Campaign Influence""" - permissionsCampaignInfluence2: Boolean! - - """Access to view Data Assessment""" - permissionsViewDataAssessment: Boolean! - - """Remove People from Direct Messages""" - permissionsRemoveDirectMessageMembers: Boolean! - - """Can Approve Feed Post and Comment""" - permissionsCanApproveFeedPost: Boolean! - - """Add People to Direct Messages""" - permissionsAddDirectMessageMembers: Boolean! - - """View and Edit Converted Leads""" - permissionsAllowViewEditConvertedLeads: Boolean! - - """Show Company Name as Community Role""" - permissionsShowCompanyNameAsUserBadge: Boolean! - - """Access Community Management""" - permissionsAccessCmc: Boolean! - - """View Health Check""" - permissionsViewHealthCheck: Boolean! - - """Manage Health Check""" - permissionsManageHealthCheck: Boolean! - - """Create and Update Second-Generation Packages""" - permissionsPackaging2: Boolean! - - """Manage Certificates""" - permissionsManageCertificates: Boolean! - - """Report Builder (Lightning Experience)""" - permissionsCreateReportInLightning: Boolean! - - """Hide Option to Switch to Salesforce Classic""" - permissionsPreventClassicExperience: Boolean! - - """Hide the Seen By List""" - permissionsHideReadByList: Boolean! - - """Allow sending of List Emails""" - permissionsListEmailSend: Boolean! - - """Pin Posts in Feeds""" - permissionsFeedPinning: Boolean! - - """Change Dashboard Colors""" - permissionsChangeDashboardColors: Boolean! - - """IoT User""" - permissionsIotUser: Boolean! - - """Allow Access to Customized Actions""" - permissionsUseWebLink: Boolean! - - """View All Activities""" - permissionsViewAllActivities: Boolean! - - """Subscribe to Reports: Add Recipients""" - permissionsSubscribeReportToOtherUsers: Boolean! - - """Lightning Console User""" - permissionsLightningConsoleAllowedForUser: Boolean! - - """Subscribe to Reports: Set Running User""" - permissionsSubscribeReportsRunAsUser: Boolean! - - """Subscribe to Dashboards""" - permissionsSubscribeToLightningDashboards: Boolean! - - """Apex REST Services""" - permissionsApexRestServices: Boolean! - - """Show App Launcher in Communities""" - permissionsEnableCommunityAppLauncher: Boolean! - - """Manage Surveys""" - permissionsManageSurveys: Boolean! - - """View Roles and Role Hierarchy""" - permissionsViewRoles: Boolean! - - """User License ID""" - userLicenseId: String! - - """User License ID""" - userLicense: SalesforceUserLicense! - - """User Type""" - userType: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Description""" - description: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce PermissionSet""" - permissionSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PermissionSets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePermissionSetsConnection - - """Collection of Salesforce User""" - users( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Profiles connection, for use in pagination.""" -type SalesforceProfilesConnection { - """The count of all Profile you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Profiles""" - nodes: [SalesforceProfile!]! - - """List of Profile edges""" - edges: [SalesforceProfileEdge!]! -} - -""" -A filter to be used against PermissionSet object types. All fields are combined with a logical ‘and.’ -""" -input SalesforcePermissionSetConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the PermissionSet's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the PermissionSet's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the PermissionSet's profile relation.""" - profile: SalesforceProfileConnectionFilter - - """Filter by the PermissionSet's id field""" - id: SalesforceIdFilter - - """Filter by the PermissionSet's name field""" - name: SalesforceStringFilter - - """Filter by the PermissionSet's label field""" - label: SalesforceStringFilter - - """Filter by the PermissionSet's licenseId field""" - licenseId: SalesforceIdFilter - - """Filter by the PermissionSet's profileId field""" - profileId: SalesforceIdFilter - - """Filter by the PermissionSet's isOwnedByProfile field""" - isOwnedByProfile: SalesforceBooleanFilter - - """Filter by the PermissionSet's isCustom field""" - isCustom: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEmailSingle field""" - permissionsEmailSingle: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEmailMass field""" - permissionsEmailMass: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditTask field""" - permissionsEditTask: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditEvent field""" - permissionsEditEvent: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsExportReport field""" - permissionsExportReport: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsImportPersonal field""" - permissionsImportPersonal: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsDataExport field""" - permissionsDataExport: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageUsers field""" - permissionsManageUsers: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditPublicFilters field""" - permissionsEditPublicFilters: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditPublicTemplates field""" - permissionsEditPublicTemplates: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsModifyAllData field""" - permissionsModifyAllData: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageCases field""" - permissionsManageCases: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsMassInlineEdit field""" - permissionsMassInlineEdit: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditKnowledge field""" - permissionsEditKnowledge: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageKnowledge field""" - permissionsManageKnowledge: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageSolutions field""" - permissionsManageSolutions: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCustomizeApplication field""" - permissionsCustomizeApplication: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditReadonlyFields field""" - permissionsEditReadonlyFields: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsRunReports field""" - permissionsRunReports: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewSetup field""" - permissionsViewSetup: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsTransferAnyEntity field""" - permissionsTransferAnyEntity: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsNewReportBuilder field""" - permissionsNewReportBuilder: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsActivateContract field""" - permissionsActivateContract: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsActivateOrder field""" - permissionsActivateOrder: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsImportLeads field""" - permissionsImportLeads: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageLeads field""" - permissionsManageLeads: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsTransferAnyLead field""" - permissionsTransferAnyLead: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewAllData field""" - permissionsViewAllData: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditPublicDocuments field""" - permissionsEditPublicDocuments: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewEncryptedData field""" - permissionsViewEncryptedData: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditBrandTemplates field""" - permissionsEditBrandTemplates: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditHtmlTemplates field""" - permissionsEditHtmlTemplates: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsChatterInternalUser field""" - permissionsChatterInternalUser: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageEncryptionKeys field""" - permissionsManageEncryptionKeys: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsDeleteActivatedContract field""" - permissionsDeleteActivatedContract: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsChatterInviteExternalUsers field - """ - permissionsChatterInviteExternalUsers: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsSendSitRequests field""" - permissionsSendSitRequests: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageRemoteAccess field""" - permissionsManageRemoteAccess: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsCanUseNewDashboardBuilder field - """ - permissionsCanUseNewDashboardBuilder: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageCategories field""" - permissionsManageCategories: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsConvertLeads field""" - permissionsConvertLeads: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsPasswordNeverExpires field""" - permissionsPasswordNeverExpires: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsUseTeamReassignWizards field""" - permissionsUseTeamReassignWizards: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditActivatedOrders field""" - permissionsEditActivatedOrders: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsInstallPackaging field""" - permissionsInstallPackaging: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsPublishPackaging field""" - permissionsPublishPackaging: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsChatterOwnGroups field""" - permissionsChatterOwnGroups: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsEditOppLineItemUnitPrice field - """ - permissionsEditOppLineItemUnitPrice: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreatePackaging field""" - permissionsCreatePackaging: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsBulkApiHardDelete field""" - permissionsBulkApiHardDelete: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsSolutionImport field""" - permissionsSolutionImport: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageCallCenters field""" - permissionsManageCallCenters: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageSynonyms field""" - permissionsManageSynonyms: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewContent field""" - permissionsViewContent: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageEmailClientConfig field""" - permissionsManageEmailClientConfig: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEnableNotifications field""" - permissionsEnableNotifications: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageDataIntegrations field""" - permissionsManageDataIntegrations: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsDistributeFromPersWksp field""" - permissionsDistributeFromPersWksp: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewDataCategories field""" - permissionsViewDataCategories: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageDataCategories field""" - permissionsManageDataCategories: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAuthorApex field""" - permissionsAuthorApex: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageMobile field""" - permissionsManageMobile: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsApiEnabled field""" - permissionsApiEnabled: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageCustomReportTypes field""" - permissionsManageCustomReportTypes: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditCaseComments field""" - permissionsEditCaseComments: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsTransferAnyCase field""" - permissionsTransferAnyCase: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsContentAdministrator field""" - permissionsContentAdministrator: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreateWorkspaces field""" - permissionsCreateWorkspaces: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageContentPermissions field - """ - permissionsManageContentPermissions: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageContentProperties field""" - permissionsManageContentProperties: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageContentTypes field""" - permissionsManageContentTypes: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageExchangeConfig field""" - permissionsManageExchangeConfig: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageAnalyticSnapshots field""" - permissionsManageAnalyticSnapshots: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsScheduleReports field""" - permissionsScheduleReports: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageBusinessHourHolidays field - """ - permissionsManageBusinessHourHolidays: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageDynamicDashboards field""" - permissionsManageDynamicDashboards: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCustomSidebarOnAllPages field""" - permissionsCustomSidebarOnAllPages: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageInteraction field""" - permissionsManageInteraction: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewMyTeamsDashboards field""" - permissionsViewMyTeamsDashboards: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsModerateChatter field""" - permissionsModerateChatter: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsResetPasswords field""" - permissionsResetPasswords: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsFlowUflRequired field""" - permissionsFlowUflRequired: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsCanInsertFeedSystemFields field - """ - permissionsCanInsertFeedSystemFields: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageKnowledgeImportExport field - """ - permissionsManageKnowledgeImportExport: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEmailTemplateManagement field""" - permissionsEmailTemplateManagement: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEmailAdministration field""" - permissionsEmailAdministration: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageChatterMessages field""" - permissionsManageChatterMessages: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAllowEmailIc field""" - permissionsAllowEmailIc: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsChatterFileLink field""" - permissionsChatterFileLink: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsForceTwoFactor field""" - permissionsForceTwoFactor: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewEventLogFiles field""" - permissionsViewEventLogFiles: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageNetworks field""" - permissionsManageNetworks: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageAuthProviders field""" - permissionsManageAuthProviders: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsRunFlow field""" - permissionsRunFlow: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsCreateCustomizeDashboards field - """ - permissionsCreateCustomizeDashboards: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreateDashboardFolders field""" - permissionsCreateDashboardFolders: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewPublicDashboards field""" - permissionsViewPublicDashboards: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageDashbdsInPubFolders field - """ - permissionsManageDashbdsInPubFolders: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreateCustomizeReports field""" - permissionsCreateCustomizeReports: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreateReportFolders field""" - permissionsCreateReportFolders: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewPublicReports field""" - permissionsViewPublicReports: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageReportsInPubFolders field - """ - permissionsManageReportsInPubFolders: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditMyDashboards field""" - permissionsEditMyDashboards: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditMyReports field""" - permissionsEditMyReports: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewAllUsers field""" - permissionsViewAllUsers: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAllowUniversalSearch field""" - permissionsAllowUniversalSearch: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsConnectOrgToEnvironmentHub field - """ - permissionsConnectOrgToEnvironmentHub: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsWorkCalibrationUser field""" - permissionsWorkCalibrationUser: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreateCustomizeFilters field""" - permissionsCreateCustomizeFilters: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsWorkDotComUserPerm field""" - permissionsWorkDotComUserPerm: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsGovernNetworks field""" - permissionsGovernNetworks: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsSalesConsole field""" - permissionsSalesConsole: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsTwoFactorApi field""" - permissionsTwoFactorApi: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsDeleteTopics field""" - permissionsDeleteTopics: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsEditTopics field""" - permissionsEditTopics: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreateTopics field""" - permissionsCreateTopics: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAssignTopics field""" - permissionsAssignTopics: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsIdentityEnabled field""" - permissionsIdentityEnabled: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsIdentityConnect field""" - permissionsIdentityConnect: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAllowViewKnowledge field""" - permissionsAllowViewKnowledge: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsContentWorkspaces field""" - permissionsContentWorkspaces: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageSearchPromotionRules field - """ - permissionsManageSearchPromotionRules: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCustomMobileAppsAccess field""" - permissionsCustomMobileAppsAccess: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewHelpLink field""" - permissionsViewHelpLink: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageProfilesPermissionsets field - """ - permissionsManageProfilesPermissionsets: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAssignPermissionSets field""" - permissionsAssignPermissionSets: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageRoles field""" - permissionsManageRoles: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageIpAddresses field""" - permissionsManageIpAddresses: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageSharing field""" - permissionsManageSharing: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageInternalUsers field""" - permissionsManageInternalUsers: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManagePasswordPolicies field""" - permissionsManagePasswordPolicies: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageLoginAccessPolicies field - """ - permissionsManageLoginAccessPolicies: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageCustomPermissions field""" - permissionsManageCustomPermissions: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCanVerifyComment field""" - permissionsCanVerifyComment: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageUnlistedGroups field""" - permissionsManageUnlistedGroups: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsModifySecureAgents field""" - permissionsModifySecureAgents: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageTwoFactor field""" - permissionsManageTwoFactor: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsChatterForSharePoint field""" - permissionsChatterForSharePoint: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsLightningExperienceUser field""" - permissionsLightningExperienceUser: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsConfigCustomRecs field""" - permissionsConfigCustomRecs: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsSubmitMacrosAllowed field""" - permissionsSubmitMacrosAllowed: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsBulkMacrosAllowed field""" - permissionsBulkMacrosAllowed: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsShareInternalArticles field""" - permissionsShareInternalArticles: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsManageSessionPermissionSets field - """ - permissionsManageSessionPermissionSets: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsSendAnnouncementEmails field""" - permissionsSendAnnouncementEmails: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsChatterEditOwnPost field""" - permissionsChatterEditOwnPost: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsChatterEditOwnRecordPost field - """ - permissionsChatterEditOwnRecordPost: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsImportCustomObjects field""" - permissionsImportCustomObjects: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsDelegatedTwoFactor field""" - permissionsDelegatedTwoFactor: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsChatterComposeUiCodesnippet field - """ - permissionsChatterComposeUiCodesnippet: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsSelectFilesFromSalesforce field - """ - permissionsSelectFilesFromSalesforce: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsModerateNetworkUsers field""" - permissionsModerateNetworkUsers: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsMergeTopics field""" - permissionsMergeTopics: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsSubscribeToLightningReports field - """ - permissionsSubscribeToLightningReports: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManagePvtRptsAndDashbds field""" - permissionsManagePvtRptsAndDashbds: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAllowLightningLogin field""" - permissionsAllowLightningLogin: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCampaignInfluence2 field""" - permissionsCampaignInfluence2: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewDataAssessment field""" - permissionsViewDataAssessment: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsRemoveDirectMessageMembers field - """ - permissionsRemoveDirectMessageMembers: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCanApproveFeedPost field""" - permissionsCanApproveFeedPost: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAddDirectMessageMembers field""" - permissionsAddDirectMessageMembers: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsAllowViewEditConvertedLeads field - """ - permissionsAllowViewEditConvertedLeads: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsShowCompanyNameAsUserBadge field - """ - permissionsShowCompanyNameAsUserBadge: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsAccessCmc field""" - permissionsAccessCmc: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewHealthCheck field""" - permissionsViewHealthCheck: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageHealthCheck field""" - permissionsManageHealthCheck: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsPackaging2 field""" - permissionsPackaging2: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageCertificates field""" - permissionsManageCertificates: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsCreateReportInLightning field""" - permissionsCreateReportInLightning: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsPreventClassicExperience field - """ - permissionsPreventClassicExperience: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsHideReadByList field""" - permissionsHideReadByList: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsListEmailSend field""" - permissionsListEmailSend: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsFeedPinning field""" - permissionsFeedPinning: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsChangeDashboardColors field""" - permissionsChangeDashboardColors: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsIotUser field""" - permissionsIotUser: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsUseWebLink field""" - permissionsUseWebLink: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewAllActivities field""" - permissionsViewAllActivities: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsSubscribeReportToOtherUsers field - """ - permissionsSubscribeReportToOtherUsers: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsLightningConsoleAllowedForUser field - """ - permissionsLightningConsoleAllowedForUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsSubscribeReportsRunAsUser field - """ - permissionsSubscribeReportsRunAsUser: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsSubscribeToLightningDashboards field - """ - permissionsSubscribeToLightningDashboards: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsApexRestServices field""" - permissionsApexRestServices: SalesforceBooleanFilter - - """ - Filter by the PermissionSet's permissionsEnableCommunityAppLauncher field - """ - permissionsEnableCommunityAppLauncher: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsManageSurveys field""" - permissionsManageSurveys: SalesforceBooleanFilter - - """Filter by the PermissionSet's permissionsViewRoles field""" - permissionsViewRoles: SalesforceBooleanFilter - - """Filter by the PermissionSet's description field""" - description: SalesforceStringFilter - - """Filter by the PermissionSet's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the PermissionSet's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the PermissionSet's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the PermissionSet's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the PermissionSet's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the PermissionSet's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the PermissionSet's hasActivationRequired field""" - hasActivationRequired: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforcePermissionSetConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforcePermissionSetConnectionFilter!] -} - -"""Field that Permission Sets can be sorted by""" -enum SalesforcePermissionSetSortByFieldEnum { - ID - NAME - LABEL - LICENSE_ID - PROFILE_ID - IS_OWNED_BY_PROFILE - IS_CUSTOM - DESCRIPTION - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - NAMESPACE_PREFIX - HAS_ACTIVATION_REQUIRED -} - -"""An edge in a connection.""" -type SalesforcePermissionSetEdge { - """The item at the end of the edge.""" - node: SalesforcePermissionSet! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Permission Sets connection, for use in pagination.""" -type SalesforcePermissionSetsConnection { - """The count of all Permission Set you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Permission Sets""" - nodes: [SalesforcePermissionSet!]! - - """List of Permission Set edges""" - edges: [SalesforcePermissionSetEdge!]! -} - -""" -A filter to be used against CustomObjectUserLicenseMetrics object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCustomObjectUserLicenseMetricsConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CustomObjectUserLicenseMetrics's userLicense relation.""" - userLicense: SalesforceUserLicenseConnectionFilter - - """Filter by the CustomObjectUserLicenseMetrics's id field""" - id: SalesforceIdFilter - - """Filter by the CustomObjectUserLicenseMetrics's metricsDate field""" - metricsDate: SalesforceDateFilter - - """Filter by the CustomObjectUserLicenseMetrics's userLicenseId field""" - userLicenseId: SalesforceIdFilter - - """Filter by the CustomObjectUserLicenseMetrics's customObjectId field""" - customObjectId: SalesforceStringFilter - - """Filter by the CustomObjectUserLicenseMetrics's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CustomObjectUserLicenseMetrics's customObjectType field""" - customObjectType: SalesforceStringFilter - - """Filter by the CustomObjectUserLicenseMetrics's customObjectName field""" - customObjectName: SalesforceStringFilter - - """Filter by the CustomObjectUserLicenseMetrics's objectCount field""" - objectCount: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCustomObjectUserLicenseMetricsConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCustomObjectUserLicenseMetricsConnectionFilter!] -} - -""" -Field that Custom Object Usage By User License Metrics can be sorted by -""" -enum SalesforceCustomObjectUserLicenseMetricsSortByFieldEnum { - ID - METRICS_DATE - USER_LICENSE_ID - CUSTOM_OBJECT_ID - SYSTEM_MODSTAMP - CUSTOM_OBJECT_TYPE - CUSTOM_OBJECT_NAME - OBJECT_COUNT -} - -"""An edge in a connection.""" -type SalesforceCustomObjectUserLicenseMetricsEdge { - """The item at the end of the edge.""" - node: SalesforceCustomObjectUserLicenseMetrics! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Custom Object Usage By User License Metric""" -type SalesforceCustomObjectUserLicenseMetrics implements OneGraphNode { - """Custom Object Usage By User License Metrics Id""" - id: String! - - """Metrics Date""" - metricsDate: String! - - """User License ID""" - userLicenseId: String! - - """User License ID""" - userLicense: SalesforceUserLicense! - - """Custom Object Id""" - customObjectId: String - - """System Modstamp""" - systemModstamp: String! - - """Custom Object Type""" - customObjectType: String - - """Custom Object Name""" - customObjectName: String - - """Count of Objects assigned""" - objectCount: Int - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Custom Object Usage By User License Metrics connection, for use in pagination. -""" -type SalesforceCustomObjectUserLicenseMetricssConnection { - """ - The count of all Custom Object Usage By User License Metric you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom Object Usage By User License Metrics""" - nodes: [SalesforceCustomObjectUserLicenseMetrics!]! - - """List of Custom Object Usage By User License Metric edges""" - edges: [SalesforceCustomObjectUserLicenseMetricsEdge!]! -} - -"""User License""" -type SalesforceUserLicense implements OneGraphNode { - """User License ID""" - id: String! - - """License Def. ID""" - licenseDefinitionKey: String! - - """Total Licenses""" - totalLicenses: Int! - - """Status""" - status: String! - - """Used Licenses""" - usedLicenses: Int! - - """Used Licenses Last Updated""" - usedLicensesLastUpdated: String! - - """Name""" - name: String! - - """Master Label""" - masterLabel: String! - - """Created Date""" - createdDate: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce CustomObjectUserLicenseMetrics""" - customObjectUserLicenseMetricsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomObjectUserLicenseMetricsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomObjectUserLicenseMetricsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomObjectUserLicenseMetricsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CustomObjectUserLicenseMetrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCustomObjectUserLicenseMetricssConnection - - """Collection of Salesforce PermissionSet""" - permissionSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PermissionSets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePermissionSetsConnection - - """Collection of Salesforce Profile""" - profiles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProfileConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProfileSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProfileSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Profiles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProfilesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforcePermissionSetLicenseUnion = SalesforceUserLicense | SalesforcePermissionSetLicense - -"""Permission Set""" -type SalesforcePermissionSet implements OneGraphNode { - """PermissionSet ID""" - id: String! - - """Permission Set Name""" - name: String! - - """Permission Set Label""" - label: String! - - """License ID""" - licenseId: String - - """License ID""" - license: SalesforcePermissionSetLicenseUnion - - """Profile ID""" - profileId: String - - """Profile ID""" - profile: SalesforceProfile - - """Is Owned By Profile""" - isOwnedByProfile: Boolean! - - """Is Custom""" - isCustom: Boolean! - - """Send Email""" - permissionsEmailSingle: Boolean! - - """Mass Email""" - permissionsEmailMass: Boolean! - - """Edit Tasks""" - permissionsEditTask: Boolean! - - """Edit Events""" - permissionsEditEvent: Boolean! - - """Export Reports""" - permissionsExportReport: Boolean! - - """Import Personal Contacts""" - permissionsImportPersonal: Boolean! - - """Weekly Data Export""" - permissionsDataExport: Boolean! - - """Manage Users""" - permissionsManageUsers: Boolean! - - """Manage Public List Views""" - permissionsEditPublicFilters: Boolean! - - """Manage Public Templates""" - permissionsEditPublicTemplates: Boolean! - - """Modify All Data""" - permissionsModifyAllData: Boolean! - - """Manage Cases""" - permissionsManageCases: Boolean! - - """Mass Edits from Lists""" - permissionsMassInlineEdit: Boolean! - - """Manage Articles""" - permissionsEditKnowledge: Boolean! - - """Manage Salesforce Knowledge""" - permissionsManageKnowledge: Boolean! - - """Manage Published Solutions""" - permissionsManageSolutions: Boolean! - - """Customize Application""" - permissionsCustomizeApplication: Boolean! - - """Edit Read Only Fields""" - permissionsEditReadonlyFields: Boolean! - - """Run Reports""" - permissionsRunReports: Boolean! - - """View Setup and Configuration""" - permissionsViewSetup: Boolean! - - """Transfer Record""" - permissionsTransferAnyEntity: Boolean! - - """Report Builder""" - permissionsNewReportBuilder: Boolean! - - """Activate Contracts""" - permissionsActivateContract: Boolean! - - """Activate Orders""" - permissionsActivateOrder: Boolean! - - """Import Leads""" - permissionsImportLeads: Boolean! - - """Manage Leads""" - permissionsManageLeads: Boolean! - - """Transfer Leads""" - permissionsTransferAnyLead: Boolean! - - """View All Data""" - permissionsViewAllData: Boolean! - - """Manage Public Documents""" - permissionsEditPublicDocuments: Boolean! - - """View Encrypted Data""" - permissionsViewEncryptedData: Boolean! - - """Manage Letterheads""" - permissionsEditBrandTemplates: Boolean! - - """Edit HTML Templates""" - permissionsEditHtmlTemplates: Boolean! - - """Chatter Internal User""" - permissionsChatterInternalUser: Boolean! - - """Manage Encryption Keys""" - permissionsManageEncryptionKeys: Boolean! - - """Delete Activated Contracts""" - permissionsDeleteActivatedContract: Boolean! - - """Invite Customers To Chatter""" - permissionsChatterInviteExternalUsers: Boolean! - - """Send Stay-in-Touch Requests""" - permissionsSendSitRequests: Boolean! - - """Manage Connected Apps""" - permissionsManageRemoteAccess: Boolean! - - """Drag-and-Drop Dashboard Builder""" - permissionsCanUseNewDashboardBuilder: Boolean! - - """Manage Categories""" - permissionsManageCategories: Boolean! - - """Convert Leads""" - permissionsConvertLeads: Boolean! - - """Password Never Expires""" - permissionsPasswordNeverExpires: Boolean! - - """Use Team Reassignment Wizards""" - permissionsUseTeamReassignWizards: Boolean! - - """Edit Activated Orders""" - permissionsEditActivatedOrders: Boolean! - - """Download AppExchange Packages""" - permissionsInstallPackaging: Boolean! - - """Upload AppExchange Packages""" - permissionsPublishPackaging: Boolean! - - """Create and Own New Chatter Groups""" - permissionsChatterOwnGroups: Boolean! - - """Edit Opportunity Product Sales Price""" - permissionsEditOppLineItemUnitPrice: Boolean! - - """Create AppExchange Packages""" - permissionsCreatePackaging: Boolean! - - """Bulk API Hard Delete""" - permissionsBulkApiHardDelete: Boolean! - - """Import Solutions""" - permissionsSolutionImport: Boolean! - - """Manage Call Centers""" - permissionsManageCallCenters: Boolean! - - """Manage Synonyms""" - permissionsManageSynonyms: Boolean! - - """View Content in Portals""" - permissionsViewContent: Boolean! - - """Manage Email Client Configurations""" - permissionsManageEmailClientConfig: Boolean! - - """Send Outbound Messages""" - permissionsEnableNotifications: Boolean! - - """Manage Data Integrations""" - permissionsManageDataIntegrations: Boolean! - - """Create Content Deliveries""" - permissionsDistributeFromPersWksp: Boolean! - - """View Data Categories""" - permissionsViewDataCategories: Boolean! - - """Manage Data Categories""" - permissionsManageDataCategories: Boolean! - - """Author Apex""" - permissionsAuthorApex: Boolean! - - """Manage Mobile Configurations""" - permissionsManageMobile: Boolean! - - """API Enabled""" - permissionsApiEnabled: Boolean! - - """Manage Custom Report Types""" - permissionsManageCustomReportTypes: Boolean! - - """Edit Case Comments""" - permissionsEditCaseComments: Boolean! - - """Transfer Cases""" - permissionsTransferAnyCase: Boolean! - - """Manage Salesforce CRM Content""" - permissionsContentAdministrator: Boolean! - - """Create Libraries""" - permissionsCreateWorkspaces: Boolean! - - """Manage Content Permissions""" - permissionsManageContentPermissions: Boolean! - - """Manage Content Properties""" - permissionsManageContentProperties: Boolean! - - """Manage record types and layouts for Files""" - permissionsManageContentTypes: Boolean! - - """Manage Lightning Sync""" - permissionsManageExchangeConfig: Boolean! - - """Manage Reporting Snapshots""" - permissionsManageAnalyticSnapshots: Boolean! - - """Schedule Reports""" - permissionsScheduleReports: Boolean! - - """Manage Business Hours Holidays""" - permissionsManageBusinessHourHolidays: Boolean! - - """Manage Dynamic Dashboards""" - permissionsManageDynamicDashboards: Boolean! - - """Show Custom Sidebar On All Pages""" - permissionsCustomSidebarOnAllPages: Boolean! - - """Manage Flow""" - permissionsManageInteraction: Boolean! - - """View My Team's Dashboards""" - permissionsViewMyTeamsDashboards: Boolean! - - """Moderate Chatter""" - permissionsModerateChatter: Boolean! - - """Reset User Passwords and Unlock Users""" - permissionsResetPasswords: Boolean! - - """Require Flow User Feature License""" - permissionsFlowUflRequired: Boolean! - - """Insert System Field Values for Chatter Feeds""" - permissionsCanInsertFeedSystemFields: Boolean! - - """Manage Knowledge Article Import/Export""" - permissionsManageKnowledgeImportExport: Boolean! - - """Manage Email Templates""" - permissionsEmailTemplateManagement: Boolean! - - """Email Administration""" - permissionsEmailAdministration: Boolean! - - """Manage Chatter Messages and Direct Messages""" - permissionsManageChatterMessages: Boolean! - - """Email-Based Identity Verification Option""" - permissionsAllowEmailIc: Boolean! - - """Create Public Links""" - permissionsChatterFileLink: Boolean! - - """Two-Factor Authentication for User Interface Logins""" - permissionsForceTwoFactor: Boolean! - - """View Event Log Files""" - permissionsViewEventLogFiles: Boolean! - - """Create and Set Up Communities""" - permissionsManageNetworks: Boolean! - - """Manage Auth. Providers""" - permissionsManageAuthProviders: Boolean! - - """Run Flows""" - permissionsRunFlow: Boolean! - - """Create and Customize Dashboards""" - permissionsCreateCustomizeDashboards: Boolean! - - """Create Dashboard Folders""" - permissionsCreateDashboardFolders: Boolean! - - """View Dashboards in Public Folders""" - permissionsViewPublicDashboards: Boolean! - - """Manage Dashboards in Public Folders""" - permissionsManageDashbdsInPubFolders: Boolean! - - """Create and Customize Reports""" - permissionsCreateCustomizeReports: Boolean! - - """Create Report Folders""" - permissionsCreateReportFolders: Boolean! - - """View Reports in Public Folders""" - permissionsViewPublicReports: Boolean! - - """Manage Reports in Public Folders""" - permissionsManageReportsInPubFolders: Boolean! - - """Edit My Dashboards""" - permissionsEditMyDashboards: Boolean! - - """Edit My Reports""" - permissionsEditMyReports: Boolean! - - """View All Users""" - permissionsViewAllUsers: Boolean! - - """Knowledge One""" - permissionsAllowUniversalSearch: Boolean! - - """Connect Organization to Environment Hub""" - permissionsConnectOrgToEnvironmentHub: Boolean! - - """Enable Work.com Calibration""" - permissionsWorkCalibrationUser: Boolean! - - """Create and Customize List Views""" - permissionsCreateCustomizeFilters: Boolean! - - """Enable Work.com""" - permissionsWorkDotComUserPerm: Boolean! - - """Manage Communities""" - permissionsGovernNetworks: Boolean! - - """Sales Console""" - permissionsSalesConsole: Boolean! - - """Two-Factor Authentication for API Logins""" - permissionsTwoFactorApi: Boolean! - - """Delete Topics""" - permissionsDeleteTopics: Boolean! - - """Edit Topics""" - permissionsEditTopics: Boolean! - - """Create Topics""" - permissionsCreateTopics: Boolean! - - """Assign Topics""" - permissionsAssignTopics: Boolean! - - """Use Identity Features""" - permissionsIdentityEnabled: Boolean! - - """Use Identity Connect""" - permissionsIdentityConnect: Boolean! - - """Allow View Knowledge""" - permissionsAllowViewKnowledge: Boolean! - - """Access Libraries""" - permissionsContentWorkspaces: Boolean! - - """Manage Promoted Search Terms""" - permissionsManageSearchPromotionRules: Boolean! - - """Access Custom Mobile Apps""" - permissionsCustomMobileAppsAccess: Boolean! - - """View Help Link""" - permissionsViewHelpLink: Boolean! - - """Manage Profiles and Permission Sets""" - permissionsManageProfilesPermissionsets: Boolean! - - """Assign Permission Sets""" - permissionsAssignPermissionSets: Boolean! - - """Manage Roles""" - permissionsManageRoles: Boolean! - - """Manage IP Addresses""" - permissionsManageIpAddresses: Boolean! - - """Manage Sharing""" - permissionsManageSharing: Boolean! - - """Manage Internal Users""" - permissionsManageInternalUsers: Boolean! - - """Manage Password Policies""" - permissionsManagePasswordPolicies: Boolean! - - """Manage Login Access Policies""" - permissionsManageLoginAccessPolicies: Boolean! - - """Manage Custom Permissions""" - permissionsManageCustomPermissions: Boolean! - - """Verify Answers to Chatter Questions""" - permissionsCanVerifyComment: Boolean! - - """Manage Unlisted Groups""" - permissionsManageUnlistedGroups: Boolean! - - """Modify Secure Agents""" - permissionsModifySecureAgents: Boolean! - - """Manage Two-Factor Authentication in API""" - permissionsManageTwoFactor: Boolean! - - """Access Chatter For SharePoint""" - permissionsChatterForSharePoint: Boolean! - - """Lightning Experience User""" - permissionsLightningExperienceUser: Boolean! - - """Configure Custom Recommendations""" - permissionsConfigCustomRecs: Boolean! - - """Manage Macros Users Can't Undo""" - permissionsSubmitMacrosAllowed: Boolean! - - """Run Macros on Multiple Records""" - permissionsBulkMacrosAllowed: Boolean! - - """Share internal Knowledge articles externally""" - permissionsShareInternalArticles: Boolean! - - """Manage Session Permission Set Activations""" - permissionsManageSessionPermissionSets: Boolean! - - """Send announcement emails""" - permissionsSendAnnouncementEmails: Boolean! - - """Edit My Own Posts""" - permissionsChatterEditOwnPost: Boolean! - - """Edit Posts on Records I Own""" - permissionsChatterEditOwnRecordPost: Boolean! - - """Import Custom Objects""" - permissionsImportCustomObjects: Boolean! - - """Manage Two-Factor Authentication in User Interface""" - permissionsDelegatedTwoFactor: Boolean! - - """Allow Inclusion of Code Snippets from UI""" - permissionsChatterComposeUiCodesnippet: Boolean! - - """Select Files from Salesforce""" - permissionsSelectFilesFromSalesforce: Boolean! - - """Moderate Community Users""" - permissionsModerateNetworkUsers: Boolean! - - """Merge Topics""" - permissionsMergeTopics: Boolean! - - """Subscribe to Reports""" - permissionsSubscribeToLightningReports: Boolean! - - """Manage All Private Reports and Dashboards""" - permissionsManagePvtRptsAndDashbds: Boolean! - - """Lightning Login User""" - permissionsAllowLightningLogin: Boolean! - - """Campaign Influence""" - permissionsCampaignInfluence2: Boolean! - - """Access to view Data Assessment""" - permissionsViewDataAssessment: Boolean! - - """Remove People from Direct Messages""" - permissionsRemoveDirectMessageMembers: Boolean! - - """Can Approve Feed Post and Comment""" - permissionsCanApproveFeedPost: Boolean! - - """Add People to Direct Messages""" - permissionsAddDirectMessageMembers: Boolean! - - """View and Edit Converted Leads""" - permissionsAllowViewEditConvertedLeads: Boolean! - - """Show Company Name as Community Role""" - permissionsShowCompanyNameAsUserBadge: Boolean! - - """Access Community Management""" - permissionsAccessCmc: Boolean! - - """View Health Check""" - permissionsViewHealthCheck: Boolean! - - """Manage Health Check""" - permissionsManageHealthCheck: Boolean! - - """Create and Update Second-Generation Packages""" - permissionsPackaging2: Boolean! - - """Manage Certificates""" - permissionsManageCertificates: Boolean! - - """Report Builder (Lightning Experience)""" - permissionsCreateReportInLightning: Boolean! - - """Hide Option to Switch to Salesforce Classic""" - permissionsPreventClassicExperience: Boolean! - - """Hide the Seen By List""" - permissionsHideReadByList: Boolean! - - """Allow sending of List Emails""" - permissionsListEmailSend: Boolean! - - """Pin Posts in Feeds""" - permissionsFeedPinning: Boolean! - - """Change Dashboard Colors""" - permissionsChangeDashboardColors: Boolean! - - """IoT User""" - permissionsIotUser: Boolean! - - """Allow Access to Customized Actions""" - permissionsUseWebLink: Boolean! - - """View All Activities""" - permissionsViewAllActivities: Boolean! - - """Subscribe to Reports: Add Recipients""" - permissionsSubscribeReportToOtherUsers: Boolean! - - """Lightning Console User""" - permissionsLightningConsoleAllowedForUser: Boolean! - - """Subscribe to Reports: Set Running User""" - permissionsSubscribeReportsRunAsUser: Boolean! - - """Subscribe to Dashboards""" - permissionsSubscribeToLightningDashboards: Boolean! - - """Apex REST Services""" - permissionsApexRestServices: Boolean! - - """Show App Launcher in Communities""" - permissionsEnableCommunityAppLauncher: Boolean! - - """Manage Surveys""" - permissionsManageSurveys: Boolean! - - """View Roles and Role Hierarchy""" - permissionsViewRoles: Boolean! - - """Description""" - description: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Session Activation Required""" - hasActivationRequired: Boolean! - - """Collection of Salesforce FieldPermissions""" - fieldPerms( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFieldPermissionsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFieldPermissionsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFieldPermissionsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FieldPermissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFieldPermissionssConnection - - """Collection of Salesforce ObjectPermissions""" - objectPerms( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceObjectPermissionsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceObjectPermissionsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceObjectPermissionsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ObjectPermissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceObjectPermissionssConnection - - """Collection of Salesforce PermissionSetAssignment""" - assignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PermissionSetAssignments to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetAssignmentsConnection - - """Collection of Salesforce SessionPermSetActivation""" - sessionActivations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSessionPermSetActivationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSessionPermSetActivationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSessionPermSetActivationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SessionPermSetActivations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSessionPermSetActivationsConnection - - """Collection of Salesforce SetupEntityAccess""" - setupEntityAccessItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupEntityAccessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupEntityAccesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupEntityAccesssConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Session Permission Set Activation""" -type SalesforceSessionPermSetActivation implements OneGraphNode { - """SessionPermSetActivation ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Auth Session ID""" - authSessionId: String! - - """Auth Session ID""" - authSession: SalesforceAuthSession! - - """PermissionSet ID""" - permissionSetId: String! - - """PermissionSet ID""" - permissionSet: SalesforcePermissionSet! - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """Description""" - description: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Session Permission Set Activations connection, for use in pagination. -""" -type SalesforceSessionPermSetActivationsConnection { - """ - The count of all Session Permission Set Activation you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Session Permission Set Activations""" - nodes: [SalesforceSessionPermSetActivation!]! - - """List of Session Permission Set Activation edges""" - edges: [SalesforceSessionPermSetActivationEdge!]! -} - -""" -A filter to be used against IdpEventLog object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceIdpEventLogConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the IdpEventLog's app relation.""" - app: SalesforceConnectedApplicationConnectionFilter - - """Filter by the IdpEventLog's authSession relation.""" - authSession: SalesforceAuthSessionConnectionFilter - - """Filter by the IdpEventLog's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the IdpEventLog's id field""" - id: SalesforceIdFilter - - """Filter by the IdpEventLog's initiatedBy field""" - initiatedBy: SalesforceStringFilter - - """Filter by the IdpEventLog's timestamp field""" - timestamp: SalesforceDateTimeFilter - - """Filter by the IdpEventLog's errorCode field""" - errorCode: SalesforceStringFilter - - """Filter by the IdpEventLog's samlEntityUrl field""" - samlEntityUrl: SalesforceStringFilter - - """Filter by the IdpEventLog's userId field""" - userId: SalesforceIdFilter - - """Filter by the IdpEventLog's authSessionId field""" - authSessionId: SalesforceIdFilter - - """Filter by the IdpEventLog's ssoType field""" - ssoType: SalesforceStringFilter - - """Filter by the IdpEventLog's appId field""" - appId: SalesforceIdFilter - - """Filter by the IdpEventLog's identityUsed field""" - identityUsed: SalesforceStringFilter - - """Filter by the IdpEventLog's optionsHasLogoutUrl field""" - optionsHasLogoutUrl: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceIdpEventLogConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceIdpEventLogConnectionFilter!] -} - -"""Field that Identity Provider Event Logs can be sorted by""" -enum SalesforceIdpEventLogSortByFieldEnum { - ID - INITIATED_BY - TIMESTAMP - ERROR_CODE - SAML_ENTITY_URL - USER_ID - AUTH_SESSION_ID - SSO_TYPE - APP_ID - IDENTITY_USED -} - -""" -A filter to be used against ConnectedApplication object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceConnectedApplicationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ConnectedApplication's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ConnectedApplication's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ConnectedApplication's id field""" - id: SalesforceIdFilter - - """Filter by the ConnectedApplication's name field""" - name: SalesforceStringFilter - - """Filter by the ConnectedApplication's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ConnectedApplication's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ConnectedApplication's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ConnectedApplication's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ConnectedApplication's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """ - Filter by the ConnectedApplication's optionsAllowAdminApprovedUsersOnly field - """ - optionsAllowAdminApprovedUsersOnly: SalesforceBooleanFilter - - """ - Filter by the ConnectedApplication's optionsRefreshTokenValidityMetric field - """ - optionsRefreshTokenValidityMetric: SalesforceBooleanFilter - - """ - Filter by the ConnectedApplication's optionsHasSessionLevelPolicy field - """ - optionsHasSessionLevelPolicy: SalesforceBooleanFilter - - """Filter by the ConnectedApplication's optionsIsInternal field""" - optionsIsInternal: SalesforceBooleanFilter - - """Filter by the ConnectedApplication's mobileSessionTimeout field""" - mobileSessionTimeout: SalesforceStringFilter - - """Filter by the ConnectedApplication's pinLength field""" - pinLength: SalesforceStringFilter - - """Filter by the ConnectedApplication's startUrl field""" - startUrl: SalesforceStringFilter - - """Filter by the ConnectedApplication's mobileStartUrl field""" - mobileStartUrl: SalesforceStringFilter - - """Filter by the ConnectedApplication's refreshTokenValidityPeriod field""" - refreshTokenValidityPeriod: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceConnectedApplicationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceConnectedApplicationConnectionFilter!] -} - -""" -A filter to be used against VerificationHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceVerificationHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the VerificationHistory's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the VerificationHistory's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the VerificationHistory's resource relation.""" - resource: SalesforceConnectedApplicationConnectionFilter - - """Filter by the VerificationHistory's loginGeo relation.""" - loginGeo: SalesforceLoginGeoConnectionFilter - - """Filter by the VerificationHistory's loginHistory relation.""" - loginHistory: SalesforceLoginHistoryConnectionFilter - - """Filter by the VerificationHistory's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the VerificationHistory's id field""" - id: SalesforceIdFilter - - """Filter by the VerificationHistory's eventGroup field""" - eventGroup: SalesforceIntFilter - - """Filter by the VerificationHistory's verificationTime field""" - verificationTime: SalesforceDateTimeFilter - - """Filter by the VerificationHistory's verificationMethod field""" - verificationMethod: SalesforceStringFilter - - """Filter by the VerificationHistory's userId field""" - userId: SalesforceIdFilter - - """Filter by the VerificationHistory's activity field""" - activity: SalesforceStringFilter - - """Filter by the VerificationHistory's status field""" - status: SalesforceStringFilter - - """Filter by the VerificationHistory's loginHistoryId field""" - loginHistoryId: SalesforceIdFilter - - """Filter by the VerificationHistory's sourceIp field""" - sourceIp: SalesforceStringFilter - - """Filter by the VerificationHistory's loginGeoId field""" - loginGeoId: SalesforceIdFilter - - """Filter by the VerificationHistory's remarks field""" - remarks: SalesforceStringFilter - - """Filter by the VerificationHistory's resourceId field""" - resourceId: SalesforceIdFilter - - """Filter by the VerificationHistory's policy field""" - policy: SalesforceStringFilter - - """Filter by the VerificationHistory's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the VerificationHistory's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the VerificationHistory's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the VerificationHistory's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the VerificationHistory's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the VerificationHistory's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceVerificationHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceVerificationHistoryConnectionFilter!] -} - -"""Field that Identity Verification Histories can be sorted by""" -enum SalesforceVerificationHistorySortByFieldEnum { - ID - EVENT_GROUP - VERIFICATION_TIME - VERIFICATION_METHOD - USER_ID - ACTIVITY - STATUS - LOGIN_HISTORY_ID - SOURCE_IP - LOGIN_GEO_ID - REMARKS - RESOURCE_ID - POLICY - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - IS_DELETED - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceVerificationHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceVerificationHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Identity Verification History""" -type SalesforceVerificationHistory implements OneGraphNode { - """Identity Verification ID""" - id: String! - - """Verification Attempt""" - eventGroup: Int! - - """Time""" - verificationTime: String! - - """Method""" - verificationMethod: String - - """User ID""" - userId: String! - - """User ID""" - user: SalesforceUser! - - """User Activity""" - activity: String! - - """Status""" - status: String! - - """Login History ID""" - loginHistoryId: String! - - """Login History ID""" - loginHistory: SalesforceLoginHistory! - - """Source IP""" - sourceIp: String! - - """Login Geo Data ID""" - loginGeoId: String - - """Login Geo Data ID""" - loginGeo: SalesforceLoginGeo - - """Activity Message""" - remarks: String - - """Connected App ID""" - resourceId: String - - """Connected App ID""" - resource: SalesforceConnectedApplication - - """Triggered By""" - policy: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Deleted""" - isDeleted: Boolean! - - """System Modstamp""" - systemModstamp: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Identity Verification Histories connection, for use in pagination. -""" -type SalesforceVerificationHistorysConnection { - """ - The count of all Identity Verification History you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Identity Verification Histories""" - nodes: [SalesforceVerificationHistory!]! - - """List of Identity Verification History edges""" - edges: [SalesforceVerificationHistoryEdge!]! -} - -""" -A filter to be used against AuthSession object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAuthSessionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AuthSession's loginGeo relation.""" - loginGeo: SalesforceLoginGeoConnectionFilter - - """Filter by the AuthSession's loginHistory relation.""" - loginHistory: SalesforceLoginHistoryConnectionFilter - - """Filter by the AuthSession's parent relation.""" - parent: SalesforceAuthSessionConnectionFilter - - """Filter by the AuthSession's users relation.""" - users: SalesforceUserConnectionFilter - - """Filter by the AuthSession's id field""" - id: SalesforceIdFilter - - """Filter by the AuthSession's usersId field""" - usersId: SalesforceIdFilter - - """Filter by the AuthSession's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AuthSession's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AuthSession's numSecondsValid field""" - numSecondsValid: SalesforceIntFilter - - """Filter by the AuthSession's userType field""" - userType: SalesforceStringFilter - - """Filter by the AuthSession's sourceIp field""" - sourceIp: SalesforceStringFilter - - """Filter by the AuthSession's loginType field""" - loginType: SalesforceStringFilter - - """Filter by the AuthSession's sessionType field""" - sessionType: SalesforceStringFilter - - """Filter by the AuthSession's sessionSecurityLevel field""" - sessionSecurityLevel: SalesforceStringFilter - - """Filter by the AuthSession's logoutUrl field""" - logoutUrl: SalesforceStringFilter - - """Filter by the AuthSession's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the AuthSession's loginHistoryId field""" - loginHistoryId: SalesforceIdFilter - - """Filter by the AuthSession's loginGeoId field""" - loginGeoId: SalesforceIdFilter - - """Filter by the AuthSession's isCurrent field""" - isCurrent: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAuthSessionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAuthSessionConnectionFilter!] -} - -"""Field that Auth Sessions can be sorted by""" -enum SalesforceAuthSessionSortByFieldEnum { - ID - USERS_ID - CREATED_DATE - LAST_MODIFIED_DATE - NUM_SECONDS_VALID - USER_TYPE - SOURCE_IP - LOGIN_TYPE - SESSION_TYPE - SESSION_SECURITY_LEVEL - LOGOUT_URL - PARENT_ID - LOGIN_HISTORY_ID - LOGIN_GEO_ID - IS_CURRENT -} - -"""An edge in a connection.""" -type SalesforceAuthSessionEdge { - """The item at the end of the edge.""" - node: SalesforceAuthSession! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Auth Sessions connection, for use in pagination.""" -type SalesforceAuthSessionsConnection { - """The count of all Auth Session you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Auth Sessions""" - nodes: [SalesforceAuthSession!]! - - """List of Auth Session edges""" - edges: [SalesforceAuthSessionEdge!]! -} - -"""Login Geo Data""" -type SalesforceLoginGeo implements OneGraphNode { - """Login Geo Data ID""" - id: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Deleted""" - isDeleted: Boolean! - - """System Modstamp""" - systemModstamp: String! - - """Login Time""" - loginTime: String! - - """Country Code""" - countryIso: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """City""" - city: String - - """PostalCode""" - postalCode: String - - """Subdivision""" - subdivision: String - - """Collection of Salesforce AuthSession""" - authSessions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthSessionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthSessionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthSessionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthSessions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthSessionsConnection - - """Collection of Salesforce LoginHistory""" - loginHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLoginHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LoginHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginHistorysConnection - - """Collection of Salesforce VerificationHistory""" - verificationHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVerificationHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVerificationHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVerificationHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of VerificationHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceVerificationHistorysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against LoginGeo object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLoginGeoConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LoginGeo's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the LoginGeo's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the LoginGeo's id field""" - id: SalesforceIdFilter - - """Filter by the LoginGeo's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the LoginGeo's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the LoginGeo's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the LoginGeo's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the LoginGeo's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the LoginGeo's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the LoginGeo's loginTime field""" - loginTime: SalesforceDateTimeFilter - - """Filter by the LoginGeo's countryIso field""" - countryIso: SalesforceStringFilter - - """Filter by the LoginGeo's country field""" - country: SalesforceStringFilter - - """Filter by the LoginGeo's latitude field""" - latitude: SalesforceFloatFilter - - """Filter by the LoginGeo's longitude field""" - longitude: SalesforceFloatFilter - - """Filter by the LoginGeo's city field""" - city: SalesforceStringFilter - - """Filter by the LoginGeo's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the LoginGeo's subdivision field""" - subdivision: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLoginGeoConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLoginGeoConnectionFilter!] -} - -""" -A filter to be used against LoginHistory object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceLoginHistoryConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the LoginHistory's loginGeo relation.""" - loginGeo: SalesforceLoginGeoConnectionFilter - - """Filter by the LoginHistory's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the LoginHistory's id field""" - id: SalesforceIdFilter - - """Filter by the LoginHistory's userId field""" - userId: SalesforceIdFilter - - """Filter by the LoginHistory's loginTime field""" - loginTime: SalesforceDateTimeFilter - - """Filter by the LoginHistory's loginType field""" - loginType: SalesforceStringFilter - - """Filter by the LoginHistory's sourceIp field""" - sourceIp: SalesforceStringFilter - - """Filter by the LoginHistory's loginUrl field""" - loginUrl: SalesforceStringFilter - - """Filter by the LoginHistory's authenticationServiceId field""" - authenticationServiceId: SalesforceIdFilter - - """Filter by the LoginHistory's loginGeoId field""" - loginGeoId: SalesforceIdFilter - - """Filter by the LoginHistory's tlsProtocol field""" - tlsProtocol: SalesforceStringFilter - - """Filter by the LoginHistory's cipherSuite field""" - cipherSuite: SalesforceStringFilter - - """Filter by the LoginHistory's countryIso field""" - countryIso: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceLoginHistoryConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceLoginHistoryConnectionFilter!] -} - -"""Field that Login Histories can be sorted by""" -enum SalesforceLoginHistorySortByFieldEnum { - ID - USER_ID - LOGIN_TIME - LOGIN_TYPE - SOURCE_IP - LOGIN_URL - AUTHENTICATION_SERVICE_ID - LOGIN_GEO_ID - TLS_PROTOCOL - CIPHER_SUITE - BROWSER - PLATFORM - STATUS - APPLICATION - CLIENT_VERSION - API_TYPE - API_VERSION - COUNTRY_ISO -} - -"""An edge in a connection.""" -type SalesforceLoginHistoryEdge { - """The item at the end of the edge.""" - node: SalesforceLoginHistory! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Login Histories connection, for use in pagination.""" -type SalesforceLoginHistorysConnection { - """The count of all Login History you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Login Histories""" - nodes: [SalesforceLoginHistory!]! - - """List of Login History edges""" - edges: [SalesforceLoginHistoryEdge!]! -} - -"""An edge in a connection.""" -type SalesforceAuthConfigProvidersEdge { - """The item at the end of the edge.""" - node: SalesforceAuthConfigProviders! - - """A cursor for use in pagination""" - cursor: String! -} - -union SalesforceAuthConfigProvidersAuthProviderUnion = SalesforceSamlSsoConfig | SalesforceAuthProvider - -""" -A filter to be used against AuthConfig object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAuthConfigConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AuthConfig's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AuthConfig's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AuthConfig's id field""" - id: SalesforceIdFilter - - """Filter by the AuthConfig's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AuthConfig's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the AuthConfig's language field""" - language: SalesforceStringFilter - - """Filter by the AuthConfig's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the AuthConfig's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the AuthConfig's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AuthConfig's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AuthConfig's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AuthConfig's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AuthConfig's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AuthConfig's url field""" - url: SalesforceStringFilter - - """Filter by the AuthConfig's authOptionsUsernamePassword field""" - authOptionsUsernamePassword: SalesforceBooleanFilter - - """Filter by the AuthConfig's authOptionsSaml field""" - authOptionsSaml: SalesforceBooleanFilter - - """Filter by the AuthConfig's authOptionsAuthProvider field""" - authOptionsAuthProvider: SalesforceBooleanFilter - - """Filter by the AuthConfig's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the AuthConfig's type field""" - type: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAuthConfigConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAuthConfigConnectionFilter!] -} - -""" -A filter to be used against AuthConfigProviders object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAuthConfigProvidersConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AuthConfigProviders's authConfig relation.""" - authConfig: SalesforceAuthConfigConnectionFilter - - """Filter by the AuthConfigProviders's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AuthConfigProviders's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AuthConfigProviders's id field""" - id: SalesforceIdFilter - - """Filter by the AuthConfigProviders's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AuthConfigProviders's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AuthConfigProviders's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AuthConfigProviders's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AuthConfigProviders's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AuthConfigProviders's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AuthConfigProviders's authConfigId field""" - authConfigId: SalesforceIdFilter - - """Filter by the AuthConfigProviders's authProviderId field""" - authProviderId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAuthConfigProvidersConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAuthConfigProvidersConnectionFilter!] -} - -""" -Field that Authentication Configuration Auth. Providers can be sorted by -""" -enum SalesforceAuthConfigProvidersSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - AUTH_CONFIG_ID - AUTH_PROVIDER_ID -} - -"""Authentication Configuration""" -type SalesforceAuthConfig implements OneGraphNode { - """Authentication Configuration ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String! - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """URL""" - url: String! - - """UsernamePassword""" - authOptionsUsernamePassword: Boolean! - - """Saml""" - authOptionsSaml: Boolean! - - """AuthProvider""" - authOptionsAuthProvider: Boolean! - - """Is Active""" - isActive: Boolean! - - """Authentication Configuration Type""" - type: String! - - """Collection of Salesforce AuthConfigProviders""" - authProvidersForConfig( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthConfigProvidersConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthConfigProvidersSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthConfigProvidersSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthConfigProviders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthConfigProviderssConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Authentication Configuration Auth. Provider""" -type SalesforceAuthConfigProviders implements OneGraphNode { - """Auth Config Provider ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Authentication Configuration ID""" - authConfigId: String! - - """Authentication Configuration ID""" - authConfig: SalesforceAuthConfig! - - """Authentication Provider ID""" - authProviderId: String! - - """Authentication Provider ID""" - authProvider: SalesforceAuthConfigProvidersAuthProviderUnion! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Authentication Configuration Auth. Providers connection, for use in pagination. -""" -type SalesforceAuthConfigProviderssConnection { - """ - The count of all Authentication Configuration Auth. Provider you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Authentication Configuration Auth. Providers""" - nodes: [SalesforceAuthConfigProviders!]! - - """List of Authentication Configuration Auth. Provider edges""" - edges: [SalesforceAuthConfigProvidersEdge!]! -} - -"""SAML Single Sign-On Setting""" -type SalesforceSamlSsoConfig implements OneGraphNode { - """SAML Single Sign-On Setting ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String! - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """SAML Version""" - version: String! - - """Issuer""" - issuer: String! - - """SpInitBinding""" - optionsSpInitBinding: Boolean! - - """UserProvisioning""" - optionsUserProvisioning: Boolean! - - """Name ID Format""" - attributeFormat: String - - """Attribute Name""" - attributeName: String - - """Entity ID""" - audience: String! - - """SAML Identity Type""" - identityMapping: String! - - """SAML Identity Location""" - identityLocation: String! - - """Class ID""" - samlJitHandlerId: String - - """Class ID""" - samlJitHandler: SalesforceApexClass - - """User ID""" - executionUserId: String - - """User ID""" - executionUser: SalesforceUser - - """Identity Provider Login URL""" - loginUrl: String - - """Identity Provider Logout URL""" - logoutUrl: String - - """Custom Error URL""" - errorUrl: String - - """Identity Provider Certificate""" - validationCert: String! - - """Request Signature Method""" - requestSignatureMethod: String - - """Identity Provider Single Logout URL""" - singleLogoutUrl: String - - """Single Logout Request Binding""" - singleLogoutBinding: String - - """Collection of Salesforce AuthConfigProviders""" - authConfigProvidersPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthConfigProvidersConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthConfigProvidersSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthConfigProvidersSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthConfigProviders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthConfigProviderssConnection - - """Collection of Salesforce LoginHistory""" - loginHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLoginHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LoginHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginHistorysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceLoginHistoryAuthenticationServiceUnion = SalesforceSamlSsoConfig | SalesforceAuthProvider - -"""Login History""" -type SalesforceLoginHistory implements OneGraphNode { - """Login History Id""" - id: String! - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """Login Time""" - loginTime: String! - - """Login Type""" - loginType: String! - - """Source IP""" - sourceIp: String - - """Login URL""" - loginUrl: String - - """Authentication Service ID""" - authenticationServiceId: String - - """Authentication Service ID""" - authenticationService: SalesforceLoginHistoryAuthenticationServiceUnion - - """Login Geo Data ID""" - loginGeoId: String - - """Login Geo Data ID""" - loginGeo: SalesforceLoginGeo - - """TLS Protocol""" - tlsProtocol: String - - """TLS Cipher Suite""" - cipherSuite: String - - """Browser""" - browser: String - - """Platform""" - platform: String - - """Status""" - status: String - - """Application""" - application: String - - """Client Version""" - clientVersion: String - - """API Type""" - apiType: String - - """API Version""" - apiVersion: String - - """Country Code""" - countryIso: String - - """Collection of Salesforce AuthSession""" - authSessions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthSessionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthSessionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthSessionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthSessions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthSessionsConnection - - """Collection of Salesforce VerificationHistory""" - verificationHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVerificationHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVerificationHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVerificationHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of VerificationHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceVerificationHistorysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Auth Session""" -type SalesforceAuthSession implements OneGraphNode { - """Auth Session ID""" - id: String! - - """User ID""" - usersId: String - - """User ID""" - users: SalesforceUser - - """Created""" - createdDate: String! - - """Updated""" - lastModifiedDate: String! - - """Valid For""" - numSecondsValid: Int! - - """User Type""" - userType: String! - - """Source IP""" - sourceIp: String! - - """Login""" - loginType: String - - """Session Type""" - sessionType: String - - """Session Security Level""" - sessionSecurityLevel: String - - """Logout URL""" - logoutUrl: String - - """Auth Session ID""" - parentId: String - - """Auth Session ID""" - parent: SalesforceAuthSession - - """Login History ID""" - loginHistoryId: String - - """Login History ID""" - loginHistory: SalesforceLoginHistory - - """Login Geo Data ID""" - loginGeoId: String - - """Login Geo Data ID""" - loginGeo: SalesforceLoginGeo - - """Current Session""" - isCurrent: Boolean! - - """Collection of Salesforce AuthSession""" - authSessions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthSessionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthSessionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthSessionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthSessions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthSessionsConnection - - """Collection of Salesforce IdpEventLog""" - idpEventLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdpEventLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdpEventLogSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdpEventLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of IdpEventLogs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdpEventLogsConnection - - """Collection of Salesforce SessionPermSetActivation""" - sessionPermSetActivations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSessionPermSetActivationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSessionPermSetActivationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSessionPermSetActivationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SessionPermSetActivations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSessionPermSetActivationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Identity Provider Event Log""" -type SalesforceIdpEventLog implements OneGraphNode { - """Event Log Entry ID""" - id: String! - - """Usage Type""" - initiatedBy: String! - - """Timestamp""" - timestamp: String - - """Status""" - errorCode: String! - - """Entity ID""" - samlEntityUrl: String! - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """Auth Session ID""" - authSessionId: String - - """Auth Session ID""" - authSession: SalesforceAuthSession - - """SSO Type""" - ssoType: String - - """Connected App ID""" - appId: String - - """Connected App ID""" - app: SalesforceConnectedApplication - - """Identity Used""" - identityUsed: String - - """Has Logout URL""" - optionsHasLogoutUrl: Boolean! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Identity Provider Event Logs connection, for use in pagination. -""" -type SalesforceIdpEventLogsConnection { - """ - The count of all Identity Provider Event Log you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Identity Provider Event Logs""" - nodes: [SalesforceIdpEventLog!]! - - """List of Identity Provider Event Log edges""" - edges: [SalesforceIdpEventLogEdge!]! -} - -"""Connected App""" -type SalesforceConnectedApplication implements OneGraphNode { - """Connected App ID""" - id: String! - - """Connected App Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """AllowAdminApprovedUsersOnly""" - optionsAllowAdminApprovedUsersOnly: Boolean! - - """RefreshTokenValidityMetric""" - optionsRefreshTokenValidityMetric: Boolean! - - """HasSessionLevelPolicy""" - optionsHasSessionLevelPolicy: Boolean! - - """isInternal""" - optionsIsInternal: Boolean! - - """Require PIN after:""" - mobileSessionTimeout: String - - """Pin Length""" - pinLength: String - - """Start URL""" - startUrl: String - - """Mobile Start URL""" - mobileStartUrl: String - - """Refresh Token Policy:""" - refreshTokenValidityPeriod: Int - - """Collection of Salesforce IdpEventLog""" - idpEventLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdpEventLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdpEventLogSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdpEventLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of IdpEventLogs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdpEventLogsConnection - - """Collection of Salesforce InstalledMobileApp""" - installedMobileApps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceInstalledMobileAppConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceInstalledMobileAppSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceInstalledMobileAppSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of InstalledMobileApps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceInstalledMobileAppsConnection - - """Collection of Salesforce SetupEntityAccess""" - setupEntityAccessItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupEntityAccessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupEntityAccesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupEntityAccesssConnection - - """Collection of Salesforce UserAppMenuCustomization""" - userAppMenuCustomizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppMenuCustomizationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserAppMenuCustomizationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppMenuCustomizationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserAppMenuCustomizations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserAppMenuCustomizationsConnection - - """Collection of Salesforce UserProvAccount""" - userProvAccounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvAccountConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvAccountSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvAccountSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserProvAccounts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserProvAccountsConnection - - """Collection of Salesforce UserProvAccountStaging""" - userProvAccountStagings( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvAccountStagingConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvAccountStagingSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvAccountStagingSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvAccountStagings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvAccountStagingsConnection - - """Collection of Salesforce UserProvisioningConfig""" - userProvisioningConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningConfigs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningConfigsConnection - - """Collection of Salesforce UserProvisioningRequest""" - userProvisioningRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestsConnection - - """Collection of Salesforce VerificationHistory""" - verificationHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVerificationHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVerificationHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVerificationHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of VerificationHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceVerificationHistorysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceUserProvisioningRequestOwnerUnion = SalesforceUser | SalesforceGroup - -"""User Provisioning Request""" -type SalesforceUserProvisioningRequest implements OneGraphNode { - """UserProvisioningRequest ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUserProvisioningRequestOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """User ID""" - salesforceUserId: String - - """User ID""" - salesforceUser: SalesforceUser - - """External User Id""" - externalUserId: String - - """App Name""" - appName: String - - """State""" - state: String! - - """Operation""" - operation: String! - - """Scheduled Provisioning Time""" - scheduleDate: String - - """Connected App ID""" - connectedAppId: String - - """Connected App ID""" - connectedApp: SalesforceConnectedApplication - - """UserProvisioningConfig ID""" - userProvConfigId: String - - """UserProvisioningConfig ID""" - userProvConfig: SalesforceUserProvisioningConfig - - """User Provisioning Account ID""" - userProvAccountId: String - - """User Provisioning Account ID""" - userProvAccount: SalesforceUserProvAccount - - """Approval Status""" - approvalStatus: String! - - """User ID""" - managerId: String - - """User ID""" - manager: SalesforceUser - - """Retry Count""" - retryCount: Int - - """UserProvisioningRequest ID""" - parentId: String - - """UserProvisioningRequest ID""" - parent: SalesforceUserProvisioningRequest - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce UserProvisioningLog""" - userProvisioningLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningLogSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningLogs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningLogsConnection - - """Collection of Salesforce UserProvisioningRequest""" - userProvisioningRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Wave Compatibility Check Item""" -type SalesforceWaveCompatibilityCheckItem implements OneGraphNode { - """Checklist Item Id""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Checklist Item Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Checklist Item Task Name""" - taskName: String! - - """Checklist Item Result""" - taskResult: String! - - """Wave Template Api Name""" - templateApiName: String! - - """Wave Template Version""" - templateVersion: String - - """Checklist Task Payload""" - payload: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceFlowRecordRelationRelatedRecordUnion = SalesforceWaveCompatibilityCheckItem | SalesforceUserProvisioningRequest | SalesforceUserProvisioningLog | SalesforceUserProvMockTarget | SalesforceUserProvAccountStaging | SalesforceUserProvAccount | SalesforceUserAppMenuCustomization | SalesforceUserAppInfo | SalesforceTopicAssignment | SalesforceTopic | SalesforceTodayGoal | SalesforceTask | SalesforceStreamingChannel | SalesforceSolution | SalesforceSearchPromotionRule | SalesforceSearchActivity | SalesforceReport | SalesforceQuickText | SalesforcePushTopic | SalesforceProduct2 | SalesforceProcessInstanceNode | SalesforceProcessInstance | SalesforcePricebookEntry | SalesforcePricebook2 | SalesforcePartner | SalesforceOrgDeleteRequest | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunityLineItem | SalesforceOpportunityContactRole | SalesforceOpportunity | SalesforceNote | SalesforceMacroInstruction | SalesforceMacro | SalesforceListEmailRecipientSource | SalesforceListEmail | SalesforceLeadCleanInfo | SalesforceLead | SalesforceInstalledMobileApp | SalesforceIdea | SalesforceForecastShare | SalesforceFileSearchActivity | SalesforceFeedRevision | SalesforceFeedPollVote | SalesforceFeedPollChoice | SalesforceFeedItem | SalesforceFeedComment | SalesforceFeedAttachment | SalesforceEventRelation | SalesforceEvent | SalesforceEntitySubscription | SalesforceEmailMessageRelation | SalesforceEmailMessage | SalesforceDuplicateRecordSet | SalesforceDuplicateRecordItem | SalesforceDocument | SalesforceDatacloudPurchaseUsage | SalesforceDatacloudOwnedEntity | SalesforceDataAssessmentValueMetric | SalesforceDataAssessmentMetric | SalesforceDataAssessmentFieldMetric | SalesforceDashboardComponent | SalesforceDashboard | SalesforceDandBCompany | SalesforceContractContactRole | SalesforceContract | SalesforceContentWorkspaceDoc | SalesforceContentVersionRating | SalesforceContentVersionComment | SalesforceContentVersion | SalesforceContentNotification | SalesforceContentFolderMember | SalesforceContentFolderLink | SalesforceContentFolder | SalesforceContentDocumentSubscription | SalesforceContentDocumentLink | SalesforceContentDocument | SalesforceContentDistribution | SalesforceContactCleanInfo | SalesforceContact | SalesforceCollaborationInvitation | SalesforceCollaborationGroupRecord | SalesforceCollaborationGroupMemberRequest | SalesforceCollaborationGroupMember | SalesforceCollaborationGroup | SalesforceCaseSolution | SalesforceCaseContactRole | SalesforceCase | SalesforceCampaignMember | SalesforceCampaign | SalesforceBackgroundOperation | SalesforceAttachment | SalesforceAsyncApexJob | SalesforceAssetRelationship | SalesforceAsset | SalesforceApexTestQueueItem | SalesforceAnnouncement | SalesforceAccountContactRole | SalesforceAccountCleanInfo | SalesforceAccount - -""" -A filter to be used against FlowInterview object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFlowInterviewConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FlowInterview's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the FlowInterview's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FlowInterview's id field""" - id: SalesforceIdFilter - - """Filter by the FlowInterview's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the FlowInterview's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the FlowInterview's name field""" - name: SalesforceStringFilter - - """Filter by the FlowInterview's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FlowInterview's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FlowInterview's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the FlowInterview's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the FlowInterview's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the FlowInterview's currentElement field""" - currentElement: SalesforceStringFilter - - """Filter by the FlowInterview's interviewLabel field""" - interviewLabel: SalesforceStringFilter - - """Filter by the FlowInterview's pauseLabel field""" - pauseLabel: SalesforceStringFilter - - """Filter by the FlowInterview's guid field""" - guid: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFlowInterviewConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFlowInterviewConnectionFilter!] -} - -""" -A filter to be used against FlowRecordRelation object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceFlowRecordRelationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the FlowRecordRelation's parent relation.""" - parent: SalesforceFlowInterviewConnectionFilter - - """Filter by the FlowRecordRelation's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the FlowRecordRelation's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the FlowRecordRelation's id field""" - id: SalesforceIdFilter - - """Filter by the FlowRecordRelation's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the FlowRecordRelation's name field""" - name: SalesforceStringFilter - - """Filter by the FlowRecordRelation's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the FlowRecordRelation's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the FlowRecordRelation's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the FlowRecordRelation's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the FlowRecordRelation's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the FlowRecordRelation's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the FlowRecordRelation's relatedRecordId field""" - relatedRecordId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceFlowRecordRelationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceFlowRecordRelationConnectionFilter!] -} - -"""Field that Flow Record Relations can be sorted by""" -enum SalesforceFlowRecordRelationSortByFieldEnum { - ID - IS_DELETED - NAME - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - PARENT_ID - RELATED_RECORD_ID -} - -union SalesforceFlowInterviewOwnerUnion = SalesforceUser | SalesforceGroup - -"""Flow Interview""" -type SalesforceFlowInterview implements OneGraphNode { - """Flow Interview Id""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceFlowInterviewOwnerUnion! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Current Element""" - currentElement: String - - """Interview Label""" - interviewLabel: String - - """Pause Reason""" - pauseLabel: String - - """Flow Interview Guid""" - guid: String - - """Collection of Salesforce FlowRecordRelation""" - recordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Flow Record Relation""" -type SalesforceFlowRecordRelation implements OneGraphNode { - """Flow Record Relation ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - name: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Flow Interview ID""" - parentId: String! - - """Flow Interview ID""" - parent: SalesforceFlowInterview! - - """Record ID""" - relatedRecordId: String! - - """Record ID""" - relatedRecord: SalesforceFlowRecordRelationRelatedRecordUnion! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Flow Record Relations connection, for use in pagination.""" -type SalesforceFlowRecordRelationsConnection { - """ - The count of all Flow Record Relation you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Flow Record Relations""" - nodes: [SalesforceFlowRecordRelation!]! - - """List of Flow Record Relation edges""" - edges: [SalesforceFlowRecordRelationEdge!]! -} - -"""Field that Apex Jobs can be sorted by""" -enum SalesforceAsyncApexJobSortByFieldEnum { - ID - CREATED_DATE - CREATED_BY_ID - JOB_TYPE - APEX_CLASS_ID - STATUS - JOB_ITEMS_PROCESSED - TOTAL_JOB_ITEMS - NUMBER_OF_ERRORS - COMPLETED_DATE - METHOD_NAME - EXTENDED_STATUS - PARENT_JOB_ID - LAST_PROCESSED - LAST_PROCESSED_OFFSET -} - -"""An edge in a connection.""" -type SalesforceAsyncApexJobEdge { - """The item at the end of the edge.""" - node: SalesforceAsyncApexJob! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Apex Jobs connection, for use in pagination.""" -type SalesforceAsyncApexJobsConnection { - """The count of all Apex Job you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Jobs""" - nodes: [SalesforceAsyncApexJob!]! - - """List of Apex Job edges""" - edges: [SalesforceAsyncApexJobEdge!]! -} - -"""Field that Apex Test Run Results can be sorted by""" -enum SalesforceApexTestRunResultSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - ASYNC_APEX_JOB_ID - USER_ID - JOB_NAME - IS_ALL_TESTS - SOURCE - START_TIME - END_TIME - TEST_TIME - STATUS - CLASSES_ENQUEUED - CLASSES_COMPLETED - METHODS_ENQUEUED - METHODS_COMPLETED - METHODS_FAILED -} - -"""An edge in a connection.""" -type SalesforceApexTestRunResultEdge { - """The item at the end of the edge.""" - node: SalesforceApexTestRunResult! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Apex Test Run Results connection, for use in pagination.""" -type SalesforceApexTestRunResultsConnection { - """ - The count of all Apex Test Run Result you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Test Run Results""" - nodes: [SalesforceApexTestRunResult!]! - - """List of Apex Test Run Result edges""" - edges: [SalesforceApexTestRunResultEdge!]! -} - -"""An edge in a connection.""" -type SalesforceApexTestResultEdge { - """The item at the end of the edge.""" - node: SalesforceApexTestResult! - - """A cursor for use in pagination""" - cursor: String! -} - -""" -A filter to be used against ApexTestResultLimits object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexTestResultLimitsConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexTestResultLimits's apexTestResult relation.""" - apexTestResult: SalesforceApexTestResultConnectionFilter - - """Filter by the ApexTestResultLimits's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexTestResultLimits's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexTestResultLimits's id field""" - id: SalesforceIdFilter - - """Filter by the ApexTestResultLimits's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ApexTestResultLimits's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexTestResultLimits's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexTestResultLimits's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexTestResultLimits's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexTestResultLimits's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ApexTestResultLimits's apexTestResultId field""" - apexTestResultId: SalesforceIdFilter - - """Filter by the ApexTestResultLimits's soql field""" - soql: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's queryRows field""" - queryRows: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's sosl field""" - sosl: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's dml field""" - dml: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's dmlRows field""" - dmlRows: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's cpu field""" - cpu: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's callouts field""" - callouts: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's email field""" - email: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's asyncCalls field""" - asyncCalls: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's mobilePush field""" - mobilePush: SalesforceIntFilter - - """Filter by the ApexTestResultLimits's limitContext field""" - limitContext: SalesforceStringFilter - - """Filter by the ApexTestResultLimits's limitExceptions field""" - limitExceptions: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexTestResultLimitsConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexTestResultLimitsConnectionFilter!] -} - -"""Field that Apex Test Result Limits can be sorted by""" -enum SalesforceApexTestResultLimitsSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - APEX_TEST_RESULT_ID - SOQL - QUERY_ROWS - SOSL - DML - DML_ROWS - CPU - CALLOUTS - EMAIL - ASYNC_CALLS - MOBILE_PUSH - LIMIT_CONTEXT - LIMIT_EXCEPTIONS -} - -"""An edge in a connection.""" -type SalesforceApexTestResultLimitsEdge { - """The item at the end of the edge.""" - node: SalesforceApexTestResultLimits! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Apex Test Result Limit""" -type SalesforceApexTestResultLimits implements OneGraphNode { - """ApexTestResultLimits ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Apex Test Result ID""" - apexTestResultId: String! - - """Apex Test Result ID""" - apexTestResult: SalesforceApexTestResult! - - """Total number of SOQL queries issued""" - soql: Int! - - """Total number of records retrieved by SOQL queries""" - queryRows: Int! - - """Total number of SOSL queries issued""" - sosl: Int! - - """Total number of DML statements issued""" - dml: Int! - - """Total number of records processed as a result of DML statements""" - dmlRows: Int! - - """Maximum CPU time on the Salesforce servers""" - cpu: Int! - - """Total number of callouts""" - callouts: Int! - - """Total number of sendEmail methods allowed""" - email: Int! - - """Total number of async calls""" - asyncCalls: Int! - - """ - Maximum number of push notification method calls allowed per Apex transaction - """ - mobilePush: Int! - - """LimitContext""" - limitContext: String - - """LimitExceptions""" - limitExceptions: String - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Apex Test Result Limits connection, for use in pagination.""" -type SalesforceApexTestResultLimitssConnection { - """ - The count of all Apex Test Result Limit you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Test Result Limits""" - nodes: [SalesforceApexTestResultLimits!]! - - """List of Apex Test Result Limit edges""" - edges: [SalesforceApexTestResultLimitsEdge!]! -} - -"""Apex Test Run Result""" -type SalesforceApexTestRunResult implements OneGraphNode { - """ApexTestRunResult ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Apex Job ID""" - asyncApexJobId: String - - """Apex Job ID""" - asyncApexJob: SalesforceAsyncApexJob - - """User ID""" - userId: String - - """User ID""" - user: SalesforceUser - - """Name of the job""" - jobName: String - - """allTests""" - isAllTests: Boolean! - - """Client that kicked off the test run""" - source: String - - """Start time of the test run""" - startTime: String! - - """End time of the test run""" - endTime: String - - """Time(ms) actually spent running tests""" - testTime: Int - - """Status of the test run""" - status: String! - - """Number of classes enqueued in this test run""" - classesEnqueued: Int! - - """Number of classes completed in this test run""" - classesCompleted: Int - - """Number of methods enqueued in this test run""" - methodsEnqueued: Int - - """Number of methods completed in this test run""" - methodsCompleted: Int - - """Number of methods failed in this test run""" - methodsFailed: Int - - """Collection of Salesforce ApexTestQueueItem""" - apexTestQueueItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestQueueItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestQueueItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestQueueItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestQueueItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestQueueItemsConnection - - """Collection of Salesforce ApexTestResult""" - apexTestResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestResultSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestResults to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestResultsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -A filter to be used against ApexLog object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexLogConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexLog's logUser relation.""" - logUser: SalesforceUserConnectionFilter - - """Filter by the ApexLog's id field""" - id: SalesforceIdFilter - - """Filter by the ApexLog's logUserId field""" - logUserId: SalesforceIdFilter - - """Filter by the ApexLog's logLength field""" - logLength: SalesforceIntFilter - - """Filter by the ApexLog's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexLog's request field""" - request: SalesforceStringFilter - - """Filter by the ApexLog's operation field""" - operation: SalesforceStringFilter - - """Filter by the ApexLog's application field""" - application: SalesforceStringFilter - - """Filter by the ApexLog's status field""" - status: SalesforceStringFilter - - """Filter by the ApexLog's durationMilliseconds field""" - durationMilliseconds: SalesforceIntFilter - - """Filter by the ApexLog's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ApexLog's startTime field""" - startTime: SalesforceDateTimeFilter - - """Filter by the ApexLog's location field""" - location: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexLogConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexLogConnectionFilter!] -} - -""" -A filter to be used against ApexTestResult object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexTestResultConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexTestResult's apexTestRunResult relation.""" - apexTestRunResult: SalesforceApexTestRunResultConnectionFilter - - """Filter by the ApexTestResult's apexLog relation.""" - apexLog: SalesforceApexLogConnectionFilter - - """Filter by the ApexTestResult's queueItem relation.""" - queueItem: SalesforceApexTestQueueItemConnectionFilter - - """Filter by the ApexTestResult's asyncApexJob relation.""" - asyncApexJob: SalesforceAsyncApexJobConnectionFilter - - """Filter by the ApexTestResult's apexClass relation.""" - apexClass: SalesforceApexClassConnectionFilter - - """Filter by the ApexTestResult's id field""" - id: SalesforceIdFilter - - """Filter by the ApexTestResult's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ApexTestResult's testTimestamp field""" - testTimestamp: SalesforceDateTimeFilter - - """Filter by the ApexTestResult's outcome field""" - outcome: SalesforceStringFilter - - """Filter by the ApexTestResult's apexClassId field""" - apexClassId: SalesforceIdFilter - - """Filter by the ApexTestResult's methodName field""" - methodName: SalesforceStringFilter - - """Filter by the ApexTestResult's message field""" - message: SalesforceStringFilter - - """Filter by the ApexTestResult's stackTrace field""" - stackTrace: SalesforceStringFilter - - """Filter by the ApexTestResult's asyncApexJobId field""" - asyncApexJobId: SalesforceIdFilter - - """Filter by the ApexTestResult's queueItemId field""" - queueItemId: SalesforceIdFilter - - """Filter by the ApexTestResult's apexLogId field""" - apexLogId: SalesforceIdFilter - - """Filter by the ApexTestResult's apexTestRunResultId field""" - apexTestRunResultId: SalesforceIdFilter - - """Filter by the ApexTestResult's runTime field""" - runTime: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexTestResultConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexTestResultConnectionFilter!] -} - -"""Field that Apex Test Results can be sorted by""" -enum SalesforceApexTestResultSortByFieldEnum { - ID - SYSTEM_MODSTAMP - TEST_TIMESTAMP - OUTCOME - APEX_CLASS_ID - METHOD_NAME - MESSAGE - STACK_TRACE - ASYNC_APEX_JOB_ID - QUEUE_ITEM_ID - APEX_LOG_ID - APEX_TEST_RUN_RESULT_ID - RUN_TIME -} - -"""Apex Debug Log""" -type SalesforceApexLog implements OneGraphNode { - """Log ID""" - id: String! - - """Log User ID""" - logUserId: String - - """Log User ID""" - logUser: SalesforceUser - - """Log Size (bytes)""" - logLength: Int! - - """Date""" - lastModifiedDate: String! - - """Request Type""" - request: String! - - """Operation""" - operation: String! - - """Application""" - application: String! - - """Status""" - status: String! - - """Duration (ms)""" - durationMilliseconds: Int! - - """System Modstamp""" - systemModstamp: String! - - """Start Time""" - startTime: String! - - """Location""" - location: String - - """Collection of Salesforce ApexTestResult""" - apexTestResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestResultSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestResults to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestResultsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Apex Test Result""" -type SalesforceApexTestResult implements OneGraphNode { - """Apex Test Result ID""" - id: String! - - """System Modstamp""" - systemModstamp: String! - - """Time Started""" - testTimestamp: String! - - """Pass/Fail""" - outcome: String! - - """Class ID""" - apexClassId: String! - - """Class ID""" - apexClass: SalesforceApexClass! - - """Method Name""" - methodName: String - - """Error Message""" - message: String - - """Stack Trace""" - stackTrace: String - - """Apex Job ID""" - asyncApexJobId: String - - """Apex Job ID""" - asyncApexJob: SalesforceAsyncApexJob - - """Apex Test Queue Item ID""" - queueItemId: String - - """Apex Test Queue Item ID""" - queueItem: SalesforceApexTestQueueItem - - """Log ID""" - apexLogId: String - - """Log ID""" - apexLog: SalesforceApexLog - - """ApexTestRunResult ID""" - apexTestRunResultId: String - - """ApexTestRunResult ID""" - apexTestRunResult: SalesforceApexTestRunResult - - """Run Time""" - runTime: Int - - """Collection of Salesforce ApexTestResultLimits""" - apexTestResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultLimitsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestResultLimitsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultLimitsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ApexTestResultLimits to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexTestResultLimitssConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Apex Test Results connection, for use in pagination.""" -type SalesforceApexTestResultsConnection { - """The count of all Apex Test Result you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Test Results""" - nodes: [SalesforceApexTestResult!]! - - """List of Apex Test Result edges""" - edges: [SalesforceApexTestResultEdge!]! -} - -""" -A filter to be used against ApexTestRunResult object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexTestRunResultConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexTestRunResult's user relation.""" - user: SalesforceUserConnectionFilter - - """Filter by the ApexTestRunResult's asyncApexJob relation.""" - asyncApexJob: SalesforceAsyncApexJobConnectionFilter - - """Filter by the ApexTestRunResult's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexTestRunResult's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexTestRunResult's id field""" - id: SalesforceIdFilter - - """Filter by the ApexTestRunResult's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ApexTestRunResult's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexTestRunResult's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexTestRunResult's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexTestRunResult's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexTestRunResult's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ApexTestRunResult's asyncApexJobId field""" - asyncApexJobId: SalesforceIdFilter - - """Filter by the ApexTestRunResult's userId field""" - userId: SalesforceIdFilter - - """Filter by the ApexTestRunResult's jobName field""" - jobName: SalesforceStringFilter - - """Filter by the ApexTestRunResult's isAllTests field""" - isAllTests: SalesforceBooleanFilter - - """Filter by the ApexTestRunResult's source field""" - source: SalesforceStringFilter - - """Filter by the ApexTestRunResult's startTime field""" - startTime: SalesforceDateTimeFilter - - """Filter by the ApexTestRunResult's endTime field""" - endTime: SalesforceDateTimeFilter - - """Filter by the ApexTestRunResult's testTime field""" - testTime: SalesforceIntFilter - - """Filter by the ApexTestRunResult's status field""" - status: SalesforceStringFilter - - """Filter by the ApexTestRunResult's classesEnqueued field""" - classesEnqueued: SalesforceIntFilter - - """Filter by the ApexTestRunResult's classesCompleted field""" - classesCompleted: SalesforceIntFilter - - """Filter by the ApexTestRunResult's methodsEnqueued field""" - methodsEnqueued: SalesforceIntFilter - - """Filter by the ApexTestRunResult's methodsCompleted field""" - methodsCompleted: SalesforceIntFilter - - """Filter by the ApexTestRunResult's methodsFailed field""" - methodsFailed: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexTestRunResultConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexTestRunResultConnectionFilter!] -} - -""" -A filter to be used against AsyncApexJob object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAsyncApexJobConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AsyncApexJob's parentJob relation.""" - parentJob: SalesforceAsyncApexJobConnectionFilter - - """Filter by the AsyncApexJob's apexClass relation.""" - apexClass: SalesforceApexClassConnectionFilter - - """Filter by the AsyncApexJob's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AsyncApexJob's id field""" - id: SalesforceIdFilter - - """Filter by the AsyncApexJob's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AsyncApexJob's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AsyncApexJob's jobType field""" - jobType: SalesforceStringFilter - - """Filter by the AsyncApexJob's apexClassId field""" - apexClassId: SalesforceIdFilter - - """Filter by the AsyncApexJob's status field""" - status: SalesforceStringFilter - - """Filter by the AsyncApexJob's jobItemsProcessed field""" - jobItemsProcessed: SalesforceIntFilter - - """Filter by the AsyncApexJob's totalJobItems field""" - totalJobItems: SalesforceIntFilter - - """Filter by the AsyncApexJob's numberOfErrors field""" - numberOfErrors: SalesforceIntFilter - - """Filter by the AsyncApexJob's completedDate field""" - completedDate: SalesforceDateTimeFilter - - """Filter by the AsyncApexJob's methodName field""" - methodName: SalesforceStringFilter - - """Filter by the AsyncApexJob's extendedStatus field""" - extendedStatus: SalesforceStringFilter - - """Filter by the AsyncApexJob's parentJobId field""" - parentJobId: SalesforceIdFilter - - """Filter by the AsyncApexJob's lastProcessed field""" - lastProcessed: SalesforceStringFilter - - """Filter by the AsyncApexJob's lastProcessedOffset field""" - lastProcessedOffset: SalesforceIntFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAsyncApexJobConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAsyncApexJobConnectionFilter!] -} - -""" -A filter to be used against ApexTestQueueItem object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexTestQueueItemConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexTestQueueItem's testRunResult relation.""" - testRunResult: SalesforceApexTestRunResultConnectionFilter - - """Filter by the ApexTestQueueItem's parentJob relation.""" - parentJob: SalesforceAsyncApexJobConnectionFilter - - """Filter by the ApexTestQueueItem's apexClass relation.""" - apexClass: SalesforceApexClassConnectionFilter - - """Filter by the ApexTestQueueItem's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexTestQueueItem's id field""" - id: SalesforceIdFilter - - """Filter by the ApexTestQueueItem's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexTestQueueItem's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexTestQueueItem's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ApexTestQueueItem's apexClassId field""" - apexClassId: SalesforceIdFilter - - """Filter by the ApexTestQueueItem's status field""" - status: SalesforceStringFilter - - """Filter by the ApexTestQueueItem's extendedStatus field""" - extendedStatus: SalesforceStringFilter - - """Filter by the ApexTestQueueItem's parentJobId field""" - parentJobId: SalesforceIdFilter - - """Filter by the ApexTestQueueItem's testRunResultId field""" - testRunResultId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexTestQueueItemConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexTestQueueItemConnectionFilter!] -} - -"""Field that Apex Test Queue Items can be sorted by""" -enum SalesforceApexTestQueueItemSortByFieldEnum { - ID - CREATED_DATE - CREATED_BY_ID - SYSTEM_MODSTAMP - APEX_CLASS_ID - STATUS - EXTENDED_STATUS - PARENT_JOB_ID - TEST_RUN_RESULT_ID -} - -"""Apex Job""" -type SalesforceAsyncApexJob implements OneGraphNode { - """Apex Job ID""" - id: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Job Type""" - jobType: String! - - """Class ID""" - apexClassId: String - - """Class ID""" - apexClass: SalesforceApexClass - - """Status""" - status: String! - - """Batches Processed""" - jobItemsProcessed: Int! - - """Total Batches""" - totalJobItems: Int - - """Failures""" - numberOfErrors: Int - - """Completion Date""" - completedDate: String - - """Apex Method""" - methodName: String - - """Status Detail""" - extendedStatus: String - - """Apex Job ID""" - parentJobId: String - - """Apex Job ID""" - parentJob: SalesforceAsyncApexJob - - """Last ID processed and committed""" - lastProcessed: String - - """Offset of last ID processed and committed""" - lastProcessedOffset: Int - - """Collection of Salesforce ApexTestQueueItem""" - apexTestQueueItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestQueueItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestQueueItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestQueueItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestQueueItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestQueueItemsConnection - - """Collection of Salesforce ApexTestResult""" - apexTestResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestResultSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestResults to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestResultsConnection - - """Collection of Salesforce ApexTestRunResult""" - asyncApex( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestRunResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestRunResultSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestRunResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestRunResults to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestRunResultsConnection - - """Collection of Salesforce AsyncApexJob""" - asyncApexJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAsyncApexJobConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAsyncApexJobSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAsyncApexJobSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AsyncApexJobs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAsyncApexJobsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Apex Test Queue Item""" -type SalesforceApexTestQueueItem implements OneGraphNode { - """Apex Test Queue Item ID""" - id: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Class ID""" - apexClassId: String! - - """Class ID""" - apexClass: SalesforceApexClass! - - """Status""" - status: String! - - """Status Detail""" - extendedStatus: String - - """Apex Job ID""" - parentJobId: String - - """Apex Job ID""" - parentJob: SalesforceAsyncApexJob - - """ApexTestRunResult ID""" - testRunResultId: String - - """ApexTestRunResult ID""" - testRunResult: SalesforceApexTestRunResult - - """Collection of Salesforce ApexTestResult""" - apexTestResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestResultSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestResults to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestResultsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Apex Test Queue Items connection, for use in pagination.""" -type SalesforceApexTestQueueItemsConnection { - """ - The count of all Apex Test Queue Item you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Apex Test Queue Items""" - nodes: [SalesforceApexTestQueueItem!]! - - """List of Apex Test Queue Item edges""" - edges: [SalesforceApexTestQueueItemEdge!]! -} - -"""Apex Class""" -type SalesforceApexClass implements OneGraphNode { - """Class ID""" - id: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Name""" - name: String! - - """Api Version""" - apiVersion: Float! - - """Status""" - status: String! - - """Is Valid""" - isValid: Boolean! - - """Body CRC""" - bodyCrc: Float - - """Body""" - body: String - - """Size Without Comments""" - lengthWithoutComments: Int! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce ApexTestQueueItem""" - apexTestQueueItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestQueueItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestQueueItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestQueueItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestQueueItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestQueueItemsConnection - - """Collection of Salesforce ApexTestResult""" - apexTestResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestResultSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestResults to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestResultsConnection - - """Collection of Salesforce AsyncApexJob""" - asyncApexJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAsyncApexJobConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAsyncApexJobSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAsyncApexJobSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AsyncApexJobs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAsyncApexJobsConnection - - """Collection of Salesforce AuthProvider""" - authProviders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthProviderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthProviderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthProviderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthProviders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthProvidersConnection - - """Collection of Salesforce EmailServicesFunction""" - emailServicesFunctions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailServicesFunctionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailServicesFunctionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailServicesFunctionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailServicesFunctions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailServicesFunctionsConnection - - """Collection of Salesforce ExternalDataSource""" - externalDataSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataSourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ExternalDataSources to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceExternalDataSourcesConnection - - """Collection of Salesforce SamlSsoConfig""" - samlSsoConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSamlSsoConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSamlSsoConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSamlSsoConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SamlSsoConfigs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSamlSsoConfigsConnection - - """Collection of Salesforce SetupEntityAccess""" - setupEntityAccessItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupEntityAccessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupEntityAccesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupEntityAccesssConnection - - """Collection of Salesforce TestSuiteMembership""" - testSuiteMemberships( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTestSuiteMembershipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTestSuiteMembershipSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTestSuiteMembershipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of TestSuiteMemberships to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTestSuiteMembershipsConnection - - """Collection of Salesforce TransactionSecurityPolicy""" - transactionSecurityPolicies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTransactionSecurityPolicyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTransactionSecurityPolicySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTransactionSecurityPolicySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of TransactionSecurityPolicies to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTransactionSecurityPolicysConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Auth. Provider""" -type SalesforceAuthProvider implements OneGraphNode { - """Auth. Provider ID""" - id: String! - - """Created Date""" - createdDate: String! - - """Provider Type""" - providerType: String! - - """Name""" - friendlyName: String! - - """URL Suffix""" - developerName: String! - - """Class ID""" - registrationHandlerId: String - - """Class ID""" - registrationHandler: SalesforceApexClass - - """User ID""" - executionUserId: String - - """User ID""" - executionUser: SalesforceUser - - """Consumer Key""" - consumerKey: String - - """Consumer Secret""" - consumerSecret: String - - """Custom Error URL""" - errorUrl: String - - """Authorize Endpoint URL""" - authorizeUrl: String - - """Token Endpoint URL""" - tokenUrl: String - - """User Info Endpoint URL""" - userInfoUrl: String - - """Default Scopes""" - defaultScopes: String - - """Token Issuer""" - idTokenIssuer: String - - """Send access token in header""" - optionsSendAccessTokenInHeader: Boolean! - - """Send client credentials in header""" - optionsSendClientCredentialsInHeader: Boolean! - - """ - Include identity organization's organization ID for third-party account linkage - """ - optionsIncludeOrgIdInId: Boolean! - - """Icon URL""" - iconUrl: String - - """Custom Logout URL""" - logoutUrl: String - - """Class ID""" - pluginId: String - - """Class ID""" - plugin: SalesforceApexClass - - """Custom Metadata Type Record""" - customMetadataTypeRecord: String - - """Collection of Salesforce AuthConfigProviders""" - authConfigProvidersPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthConfigProvidersConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthConfigProvidersSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthConfigProvidersSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthConfigProviders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthConfigProviderssConnection - - """Collection of Salesforce ExternalDataSource""" - externalDataSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataSourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ExternalDataSources to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceExternalDataSourcesConnection - - """Collection of Salesforce ExternalDataUserAuth""" - externalDataUserAuths( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataUserAuthConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataUserAuthSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataUserAuthSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ExternalDataUserAuths to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceExternalDataUserAuthsConnection - - """Collection of Salesforce LoginHistory""" - loginHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLoginHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LoginHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginHistorysConnection - - """Collection of Salesforce NamedCredential""" - namedCredentials( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNamedCredentialConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNamedCredentialSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNamedCredentialSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of NamedCredentials to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNamedCredentialsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""External Data Source""" -type SalesforceExternalDataSource implements OneGraphNode { - """External Data Source ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String! - - """External Data Source""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Class ID""" - type: String! - - """URL""" - endpoint: String - - """Default External Repository""" - repository: String - - """Writable External Objects""" - isWritable: Boolean! - - """Identity Type""" - principalType: String! - - """Authentication Protocol""" - protocol: String! - - """Auth. Provider ID""" - authProviderId: String - - """Auth. Provider ID""" - authProvider: SalesforceAuthProvider - - """Static Resource ID""" - largeIconId: String - - """Static Resource ID""" - largeIcon: SalesforceStaticResource - - """Static Resource ID""" - smallIconId: String - - """Static Resource ID""" - smallIcon: SalesforceStaticResource - - """Custom Configuration""" - customConfiguration: String - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce ExternalDataUserAuth""" - userAuths( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataUserAuthConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataUserAuthSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataUserAuthSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ExternalDataUserAuths to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceExternalDataUserAuthsConnection - - """Collection of Salesforce Product2""" - product2s( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2ConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProduct2SortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2SortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product2s to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2sConnection - - """Collection of Salesforce SetupEntityAccess""" - setupEntityAccessItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupEntityAccessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupEntityAccessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupEntityAccessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupEntityAccesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupEntityAccesssConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Product""" -type SalesforceProduct2 implements OneGraphNode { - """Product ID""" - id: String! - - """Product Name""" - name: String! - - """Product Code""" - productCode: String - - """Product Description""" - description: String - - """Active""" - isActive: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Product Family""" - family: String - - """External Data Source ID""" - externalDataSourceId: String - - """External Data Source ID""" - externalDataSource: SalesforceExternalDataSource - - """External ID""" - externalId: String - - """Display URL""" - displayUrl: String - - """Quantity Unit Of Measure""" - quantityUnitOfMeasure: String - - """Deleted""" - isDeleted: Boolean! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Product SKU""" - stockKeepingUnit: String - - """Collection of Salesforce Asset""" - assets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce OpportunityLineItem""" - opportunityLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityLineItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityLineItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityLineItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityLineItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityLineItemsConnection - - """Collection of Salesforce OrderItem""" - orderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemsConnection - - """Collection of Salesforce PricebookEntry""" - pricebookEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebookEntryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePricebookEntrySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebookEntrySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PricebookEntries to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebookEntrysConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Product2Feed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2FeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProduct2FeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2FeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product2Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2FeedsConnection - - """Collection of Salesforce Product2History""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2HistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProduct2HistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2HistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product2Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2HistorysConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceAttachmentParentUnion = SalesforceTask | SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceEvent | SalesforceEmailTemplate | SalesforceEmailMessage | SalesforceContract | SalesforceContact | SalesforceCase | SalesforceCampaign | SalesforceAsset | SalesforceAccount - -"""Attachment""" -type SalesforceAttachment implements OneGraphNode { - """Attachment ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceAttachmentParentUnion! - - """File Name""" - name: String! - - """Private""" - isPrivate: Boolean! - - """Content Type""" - contentType: String - - """Body Length""" - bodyLength: Int - - """Body""" - body: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Description""" - description: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Attachments connection, for use in pagination.""" -type SalesforceAttachmentsConnection { - """The count of all Attachment you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Attachments""" - nodes: [SalesforceAttachment!]! - - """List of Attachment edges""" - edges: [SalesforceAttachmentEdge!]! -} - -"""Solution""" -type SalesforceSolution implements OneGraphNode { - """Solution ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Solution Number""" - solutionNumber: String! - - """Title""" - solutionName: String! - - """Public""" - isPublished: Boolean! - - """Visible in Public Knowledge Base""" - isPublishedInPublicKb: Boolean! - - """Status""" - status: String! - - """Reviewed""" - isReviewed: Boolean! - - """Description""" - solutionNote: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Num Related Cases""" - timesUsed: Int! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Is Html""" - isHtml: Boolean! - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce CaseSolution""" - caseSolutions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseSolutionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSolutionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSolutionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseSolutions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSolutionsConnection - - """Collection of Salesforce CategoryData""" - categoryDatas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCategoryDataConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCategoryDataSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCategoryDataSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CategoryDatas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCategoryDatasConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce SolutionFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSolutionFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SolutionFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionFeedsConnection - - """Collection of Salesforce SolutionHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSolutionHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SolutionHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionHistorysConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce Vote""" - votes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Votes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceVotesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceTaskWhatUnion = SalesforceSolution | SalesforceProduct2 | SalesforceOrder | SalesforceOpportunity | SalesforceContract | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -union SalesforceTaskWhoUnion = SalesforceLead | SalesforceContact - -"""Task""" -type SalesforceTask implements OneGraphNode { - """Activity ID""" - id: String! - - """Name ID""" - whoId: String - - """Name ID""" - who: SalesforceTaskWhoUnion - - """Related To ID""" - whatId: String - - """Related To ID""" - what: SalesforceTaskWhatUnion - - """Subject""" - subject: String - - """Due Date Only""" - activityDate: String - - """Status""" - status: String! - - """Priority""" - priority: String! - - """High Priority""" - isHighPriority: Boolean! - - """Assigned To ID""" - ownerId: String! - - """Assigned To ID""" - owner: SalesforceUser! - - """Description""" - description: String - - """Deleted""" - isDeleted: Boolean! - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Closed""" - isClosed: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Archived""" - isArchived: Boolean! - - """Call Duration""" - callDurationInSeconds: Int - - """Call Type""" - callType: String - - """Call Result""" - callDisposition: String - - """Call Object Identifier""" - callObject: String - - """Reminder Date/Time""" - reminderDateTime: String - - """Reminder Set""" - isReminderSet: Boolean! - - """Recurrence Activity ID""" - recurrenceActivityId: String - - """Recurrence Activity ID""" - recurrenceActivity: SalesforceTask - - """Create Recurring Series of Tasks""" - isRecurrence: Boolean! - - """Recurrence Start""" - recurrenceStartDateOnly: String - - """Recurrence End""" - recurrenceEndDateOnly: String - - """Recurrence Time Zone""" - recurrenceTimeZoneSidKey: String - - """Recurrence Type""" - recurrenceType: String - - """Recurrence Interval""" - recurrenceInterval: Int - - """Recurrence Day of Week Mask""" - recurrenceDayOfWeekMask: Int - - """Recurrence Day of Month""" - recurrenceDayOfMonth: Int - - """Recurrence Instance""" - recurrenceInstance: String - - """Recurrence Month of Year""" - recurrenceMonthOfYear: String - - """Repeat This Task""" - recurrenceRegeneratedType: String - - """Task Subtype""" - taskSubtype: String - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emailMessages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Task""" - recurringTasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TaskFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TaskFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTaskFeedsConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceEntitySubscriptionParentUnion = SalesforceUser | SalesforceTopic | SalesforceTask | SalesforceSolution | SalesforceSite | SalesforceReport | SalesforceProduct2 | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunity | SalesforceLead | SalesforceEvent | SalesforceDashboardComponent | SalesforceDashboard | SalesforceContract | SalesforceContentDocument | SalesforceContact | SalesforceCollaborationGroup | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""Entity Subscription""" -type SalesforceEntitySubscription implements OneGraphNode { - """Entity Subscription ID""" - id: String! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceEntitySubscriptionParentUnion! - - """Subscriber ID""" - subscriberId: String! - - """Subscriber ID""" - subscriber: SalesforceUser! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Deleted""" - isDeleted: Boolean! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Entity Subscriptions connection, for use in pagination.""" -type SalesforceEntitySubscriptionsConnection { - """ - The count of all Entity Subscription you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Entity Subscriptions""" - nodes: [SalesforceEntitySubscription!]! - - """List of Entity Subscription edges""" - edges: [SalesforceEntitySubscriptionEdge!]! -} - -""" -A filter to be used against Report object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceReportConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Report's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Report's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Report's id field""" - id: SalesforceIdFilter - - """Filter by the Report's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Report's folderName field""" - folderName: SalesforceStringFilter - - """Filter by the Report's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Report's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Report's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Report's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Report's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Report's name field""" - name: SalesforceStringFilter - - """Filter by the Report's description field""" - description: SalesforceStringFilter - - """Filter by the Report's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the Report's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the Report's lastRunDate field""" - lastRunDate: SalesforceDateTimeFilter - - """Filter by the Report's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Report's format field""" - format: SalesforceStringFilter - - """Filter by the Report's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Report's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceReportConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceReportConnectionFilter!] -} - -""" -A filter to be used against Dashboard object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDashboardConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Dashboard's runningUser relation.""" - runningUser: SalesforceUserConnectionFilter - - """Filter by the Dashboard's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Dashboard's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Dashboard's id field""" - id: SalesforceIdFilter - - """Filter by the Dashboard's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Dashboard's folderId field""" - folderId: SalesforceIdFilter - - """Filter by the Dashboard's folderName field""" - folderName: SalesforceStringFilter - - """Filter by the Dashboard's title field""" - title: SalesforceStringFilter - - """Filter by the Dashboard's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the Dashboard's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the Dashboard's description field""" - description: SalesforceStringFilter - - """Filter by the Dashboard's leftSize field""" - leftSize: SalesforceStringFilter - - """Filter by the Dashboard's middleSize field""" - middleSize: SalesforceStringFilter - - """Filter by the Dashboard's rightSize field""" - rightSize: SalesforceStringFilter - - """Filter by the Dashboard's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Dashboard's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Dashboard's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Dashboard's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Dashboard's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Dashboard's runningUserId field""" - runningUserId: SalesforceIdFilter - - """Filter by the Dashboard's titleColor field""" - titleColor: SalesforceIntFilter - - """Filter by the Dashboard's titleSize field""" - titleSize: SalesforceIntFilter - - """Filter by the Dashboard's textColor field""" - textColor: SalesforceIntFilter - - """Filter by the Dashboard's backgroundStart field""" - backgroundStart: SalesforceIntFilter - - """Filter by the Dashboard's backgroundEnd field""" - backgroundEnd: SalesforceIntFilter - - """Filter by the Dashboard's backgroundDirection field""" - backgroundDirection: SalesforceStringFilter - - """Filter by the Dashboard's type field""" - type: SalesforceStringFilter - - """Filter by the Dashboard's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Dashboard's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Dashboard's colorPalette field""" - colorPalette: SalesforceStringFilter - - """Filter by the Dashboard's chartTheme field""" - chartTheme: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDashboardConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDashboardConnectionFilter!] -} - -""" -A filter to be used against DashboardComponent object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDashboardComponentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DashboardComponent's customReport relation.""" - customReport: SalesforceReportConnectionFilter - - """Filter by the DashboardComponent's dashboard relation.""" - dashboard: SalesforceDashboardConnectionFilter - - """Filter by the DashboardComponent's id field""" - id: SalesforceIdFilter - - """Filter by the DashboardComponent's name field""" - name: SalesforceStringFilter - - """Filter by the DashboardComponent's dashboardId field""" - dashboardId: SalesforceIdFilter - - """Filter by the DashboardComponent's customReportId field""" - customReportId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDashboardComponentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDashboardComponentConnectionFilter!] -} - -"""Field that Dashboard Components can be sorted by""" -enum SalesforceDashboardComponentSortByFieldEnum { - ID - NAME - DASHBOARD_ID - CUSTOM_REPORT_ID -} - -union SalesforceReportOwnerUnion = SalesforceUser | SalesforceOrganization | SalesforceFolder - -"""Report""" -type SalesforceReport implements OneGraphNode { - """Report ID""" - id: String! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceReportOwnerUnion! - - """Folder Name""" - folderName: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Deleted""" - isDeleted: Boolean! - - """Report Name""" - name: String! - - """Description""" - description: String - - """Report Unique Name""" - developerName: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Last Run""" - lastRunDate: String - - """System Modstamp""" - systemModstamp: String! - - """Format""" - format: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce DashboardComponent""" - dashboardComponents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardComponentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardComponentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardComponentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DashboardComponents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardComponentsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ReportFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceReportFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ReportFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportFeedsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Dashboard Component""" -type SalesforceDashboardComponent implements OneGraphNode { - """Dashboard Component ID""" - id: String! - - """Dashboard Component Name""" - name: String - - """Dashboard ID""" - dashboardId: String! - - """Dashboard ID""" - dashboard: SalesforceDashboard! - - """Report ID""" - customReportId: String - - """Report ID""" - customReport: SalesforceReport - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce DashboardComponentFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardComponentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardComponentFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardComponentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DashboardComponentFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDashboardComponentFeedsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Dashboard Components connection, for use in pagination.""" -type SalesforceDashboardComponentsConnection { - """ - The count of all Dashboard Component you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Dashboard Components""" - nodes: [SalesforceDashboardComponent!]! - - """List of Dashboard Component edges""" - edges: [SalesforceDashboardComponentEdge!]! -} - -"""Field that Content Versions can be sorted by""" -enum SalesforceContentVersionSortByFieldEnum { - ID - CONTENT_DOCUMENT_ID - IS_LATEST - CONTENT_URL - CONTENT_BODY_ID - VERSION_NUMBER - TITLE - DESCRIPTION - REASON_FOR_CHANGE - SHARING_OPTION - SHARING_PRIVACY - PATH_ON_CLIENT - RATING_COUNT - IS_DELETED - CONTENT_MODIFIED_DATE - CONTENT_MODIFIED_BY_ID - POSITIVE_RATING_COUNT - NEGATIVE_RATING_COUNT - FEATURED_CONTENT_BOOST - FEATURED_CONTENT_DATE - OWNER_ID - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP - TAG_CSV - FILE_TYPE - PUBLISH_STATUS - CONTENT_SIZE - FILE_EXTENSION - FIRST_PUBLISH_LOCATION_ID - ORIGIN - CONTENT_LOCATION - TEXT_PREVIEW - EXTERNAL_DOCUMENT_INFO_1 - EXTERNAL_DOCUMENT_INFO_2 - EXTERNAL_DATA_SOURCE_ID - CHECKSUM - IS_MAJOR_VERSION -} - -union SalesforceDashboardFolderUnion = SalesforceUser | SalesforceFolder - -"""Dashboard""" -type SalesforceDashboard implements OneGraphNode { - """Dashboard ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Folder ID""" - folderId: String! - - """Folder ID""" - folder: SalesforceDashboardFolderUnion! - - """Folder Name""" - folderName: String - - """Title""" - title: String! - - """Dashboard Unique Name""" - developerName: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Description""" - description: String - - """Left Size""" - leftSize: String! - - """Middle Size""" - middleSize: String - - """Right Size""" - rightSize: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Running User ID""" - runningUserId: String! - - """Running User ID""" - runningUser: SalesforceUser! - - """Title Color""" - titleColor: Int! - - """Title Size""" - titleSize: Int! - - """Text Color""" - textColor: Int! - - """Starting Color""" - backgroundStart: Int! - - """Ending Color""" - backgroundEnd: Int! - - """Background Fade Direction""" - backgroundDirection: String! - - """Dashboard Running User""" - type: String! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Last refreshed for this user""" - dashboardResultRefreshedDate: String - - """Running as""" - dashboardResultRunningUser: String - - """Color Palette""" - colorPalette: String - - """Chart Background""" - chartTheme: String - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce DashboardComponent""" - dashboardComponents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardComponentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardComponentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardComponentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DashboardComponents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardComponentsConnection - - """Collection of Salesforce DashboardFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DashboardFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardFeedsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Dashboards connection, for use in pagination.""" -type SalesforceDashboardsConnection { - """The count of all Dashboard you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Dashboards""" - nodes: [SalesforceDashboard!]! - - """List of Dashboard edges""" - edges: [SalesforceDashboardEdge!]! -} - -"""Folder""" -type SalesforceFolder implements OneGraphNode { - """Folder ID""" - id: String! - - """Name""" - name: String! - - """Folder Unique Name""" - developerName: String - - """Access Type""" - accessType: String! - - """Read Only""" - isReadonly: Boolean! - - """Type""" - type: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce Dashboard""" - dashboards( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Dashboards to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardsConnection - - """Collection of Salesforce Document""" - documents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDocumentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Documents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDocumentsConnection - - """Collection of Salesforce EmailTemplate""" - emailTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailTemplatesConnection - - """Collection of Salesforce Report""" - reports( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceReportSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Reports to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceDocumentFolderUnion = SalesforceUser | SalesforceFolder - -"""Document""" -type SalesforceDocument implements OneGraphNode { - """Document ID""" - id: String! - - """Folder ID""" - folderId: String! - - """Folder ID""" - folder: SalesforceDocumentFolderUnion! - - """Deleted""" - isDeleted: Boolean! - - """Document Name""" - name: String! - - """Document Unique Name""" - developerName: String! - - """Namespace Prefix""" - namespacePrefix: String - - """MIME Type""" - contentType: String - - """File Extension""" - type: String - - """Externally Available""" - isPublic: Boolean! - - """Body Length""" - bodyLength: Int! - - """Body""" - body: String - - """Url""" - url: String - - """Description""" - description: String - - """Keywords""" - keywords: String - - """Internal Use Only""" - isInternalUseOnly: Boolean! - - """Author ID""" - authorId: String! - - """Author ID""" - author: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Document Content Searchable""" - isBodySearchable: Boolean! - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce CustomBrandAsset""" - customBrandAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrandAssets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandAssetsConnection - - """Collection of Salesforce DocumentAttachmentMap""" - documentAttachmentMaps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDocumentAttachmentMapConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDocumentAttachmentMapSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDocumentAttachmentMapSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DocumentAttachmentMaps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDocumentAttachmentMapsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceCustomBrandAssetAssetSourceUnion = SalesforceDocument | SalesforceContentAsset - -""" -A filter to be used against CustomBrandAsset object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCustomBrandAssetConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CustomBrandAsset's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CustomBrandAsset's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CustomBrandAsset's customBrand relation.""" - customBrand: SalesforceCustomBrandConnectionFilter - - """Filter by the CustomBrandAsset's id field""" - id: SalesforceIdFilter - - """Filter by the CustomBrandAsset's customBrandId field""" - customBrandId: SalesforceIdFilter - - """Filter by the CustomBrandAsset's assetCategory field""" - assetCategory: SalesforceStringFilter - - """Filter by the CustomBrandAsset's textAsset field""" - textAsset: SalesforceStringFilter - - """Filter by the CustomBrandAsset's assetSourceId field""" - assetSourceId: SalesforceIdFilter - - """Filter by the CustomBrandAsset's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CustomBrandAsset's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CustomBrandAsset's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CustomBrandAsset's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCustomBrandAssetConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCustomBrandAssetConnectionFilter!] -} - -"""Field that Custom Brand Assets can be sorted by""" -enum SalesforceCustomBrandAssetSortByFieldEnum { - ID - CUSTOM_BRAND_ID - ASSET_CATEGORY - TEXT_ASSET - ASSET_SOURCE_ID - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID -} - -""" -A filter to be used against Organization object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceOrganizationConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Organization's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Organization's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Organization's id field""" - id: SalesforceIdFilter - - """Filter by the Organization's name field""" - name: SalesforceStringFilter - - """Filter by the Organization's division field""" - division: SalesforceStringFilter - - """Filter by the Organization's street field""" - street: SalesforceStringFilter - - """Filter by the Organization's city field""" - city: SalesforceStringFilter - - """Filter by the Organization's state field""" - state: SalesforceStringFilter - - """Filter by the Organization's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the Organization's country field""" - country: SalesforceStringFilter - - """Filter by the Organization's latitude field""" - latitude: SalesforceFloatFilter - - """Filter by the Organization's longitude field""" - longitude: SalesforceFloatFilter - - """Filter by the Organization's geocodeAccuracy field""" - geocodeAccuracy: SalesforceStringFilter - - """Filter by the Organization's phone field""" - phone: SalesforceStringFilter - - """Filter by the Organization's fax field""" - fax: SalesforceStringFilter - - """Filter by the Organization's primaryContact field""" - primaryContact: SalesforceStringFilter - - """Filter by the Organization's defaultLocaleSidKey field""" - defaultLocaleSidKey: SalesforceStringFilter - - """Filter by the Organization's languageLocaleKey field""" - languageLocaleKey: SalesforceStringFilter - - """Filter by the Organization's receivesInfoEmails field""" - receivesInfoEmails: SalesforceBooleanFilter - - """Filter by the Organization's receivesAdminInfoEmails field""" - receivesAdminInfoEmails: SalesforceBooleanFilter - - """ - Filter by the Organization's preferencesRequireOpportunityProducts field - """ - preferencesRequireOpportunityProducts: SalesforceBooleanFilter - - """ - Filter by the Organization's preferencesTransactionSecurityPolicy field - """ - preferencesTransactionSecurityPolicy: SalesforceBooleanFilter - - """Filter by the Organization's preferencesTerminateOldestSession field""" - preferencesTerminateOldestSession: SalesforceBooleanFilter - - """Filter by the Organization's preferencesConsentManagementEnabled field""" - preferencesConsentManagementEnabled: SalesforceBooleanFilter - - """ - Filter by the Organization's preferencesIndividualAutoCreateEnabled field - """ - preferencesIndividualAutoCreateEnabled: SalesforceBooleanFilter - - """Filter by the Organization's preferencesLightningLoginEnabled field""" - preferencesLightningLoginEnabled: SalesforceBooleanFilter - - """Filter by the Organization's preferencesOnlyLlPermUserAllowed field""" - preferencesOnlyLlPermUserAllowed: SalesforceBooleanFilter - - """Filter by the Organization's fiscalYearStartMonth field""" - fiscalYearStartMonth: SalesforceIntFilter - - """Filter by the Organization's usesStartDateAsFiscalYearName field""" - usesStartDateAsFiscalYearName: SalesforceBooleanFilter - - """Filter by the Organization's defaultAccountAccess field""" - defaultAccountAccess: SalesforceStringFilter - - """Filter by the Organization's defaultContactAccess field""" - defaultContactAccess: SalesforceStringFilter - - """Filter by the Organization's defaultOpportunityAccess field""" - defaultOpportunityAccess: SalesforceStringFilter - - """Filter by the Organization's defaultLeadAccess field""" - defaultLeadAccess: SalesforceStringFilter - - """Filter by the Organization's defaultCaseAccess field""" - defaultCaseAccess: SalesforceStringFilter - - """Filter by the Organization's defaultCalendarAccess field""" - defaultCalendarAccess: SalesforceStringFilter - - """Filter by the Organization's defaultPricebookAccess field""" - defaultPricebookAccess: SalesforceStringFilter - - """Filter by the Organization's defaultCampaignAccess field""" - defaultCampaignAccess: SalesforceStringFilter - - """Filter by the Organization's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Organization's complianceBccEmail field""" - complianceBccEmail: SalesforceStringFilter - - """Filter by the Organization's uiSkin field""" - uiSkin: SalesforceStringFilter - - """Filter by the Organization's signupCountryIsoCode field""" - signupCountryIsoCode: SalesforceStringFilter - - """Filter by the Organization's trialExpirationDate field""" - trialExpirationDate: SalesforceDateTimeFilter - - """Filter by the Organization's numKnowledgeService field""" - numKnowledgeService: SalesforceIntFilter - - """Filter by the Organization's organizationType field""" - organizationType: SalesforceStringFilter - - """Filter by the Organization's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the Organization's instanceName field""" - instanceName: SalesforceStringFilter - - """Filter by the Organization's isSandbox field""" - isSandbox: SalesforceBooleanFilter - - """Filter by the Organization's webToCaseDefaultOrigin field""" - webToCaseDefaultOrigin: SalesforceStringFilter - - """Filter by the Organization's monthlyPageViewsUsed field""" - monthlyPageViewsUsed: SalesforceIntFilter - - """Filter by the Organization's monthlyPageViewsEntitlement field""" - monthlyPageViewsEntitlement: SalesforceIntFilter - - """Filter by the Organization's isReadOnly field""" - isReadOnly: SalesforceBooleanFilter - - """Filter by the Organization's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Organization's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Organization's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Organization's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceOrganizationConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceOrganizationConnectionFilter!] -} - -""" -A filter to be used against Stamp object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceStampConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Stamp's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Stamp's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Stamp's parent relation.""" - parent: SalesforceOrganizationConnectionFilter - - """Filter by the Stamp's id field""" - id: SalesforceIdFilter - - """Filter by the Stamp's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Stamp's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Stamp's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the Stamp's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Stamp's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Stamp's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Stamp's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Stamp's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Stamp's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceStampConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceStampConnectionFilter!] -} - -""" -A filter to be used against StampAssignment object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceStampAssignmentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the StampAssignment's subject relation.""" - subject: SalesforceUserConnectionFilter - - """Filter by the StampAssignment's stamp relation.""" - stamp: SalesforceStampConnectionFilter - - """Filter by the StampAssignment's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the StampAssignment's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the StampAssignment's id field""" - id: SalesforceIdFilter - - """Filter by the StampAssignment's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the StampAssignment's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the StampAssignment's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the StampAssignment's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the StampAssignment's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the StampAssignment's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the StampAssignment's stampId field""" - stampId: SalesforceIdFilter - - """Filter by the StampAssignment's subjectId field""" - subjectId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceStampAssignmentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceStampAssignmentConnectionFilter!] -} - -"""Field that Stamp Assignments can be sorted by""" -enum SalesforceStampAssignmentSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - STAMP_ID - SUBJECT_ID -} - -"""An edge in a connection.""" -type SalesforceStampAssignmentEdge { - """The item at the end of the edge.""" - node: SalesforceStampAssignment! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Stamp Assignment""" -type SalesforceStampAssignment implements OneGraphNode { - """StampAssignment ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Stamp ID""" - stampId: String! - - """Stamp ID""" - stamp: SalesforceStamp! - - """User ID""" - subjectId: String! - - """User ID""" - subject: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Stamp Assignments connection, for use in pagination.""" -type SalesforceStampAssignmentsConnection { - """The count of all Stamp Assignment you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Stamp Assignments""" - nodes: [SalesforceStampAssignment!]! - - """List of Stamp Assignment edges""" - edges: [SalesforceStampAssignmentEdge!]! -} - -""" -A filter to be used against CustomBrand object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCustomBrandConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CustomBrand's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CustomBrand's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CustomBrand's id field""" - id: SalesforceIdFilter - - """Filter by the CustomBrand's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the CustomBrand's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CustomBrand's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CustomBrand's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CustomBrand's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCustomBrandConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCustomBrandConnectionFilter!] -} - -"""Field that Custom Brands can be sorted by""" -enum SalesforceCustomBrandSortByFieldEnum { - ID - PARENT_ID - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID -} - -"""An edge in a connection.""" -type SalesforceCustomBrandEdge { - """The item at the end of the edge.""" - node: SalesforceCustomBrand! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Custom Brands connection, for use in pagination.""" -type SalesforceCustomBrandsConnection { - """The count of all Custom Brand you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom Brands""" - nodes: [SalesforceCustomBrand!]! - - """List of Custom Brand edges""" - edges: [SalesforceCustomBrandEdge!]! -} - -"""Stamp""" -type SalesforceStamp implements OneGraphNode { - """Stamp ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Parent ID""" - parentId: String! - - """Parent ID""" - parent: SalesforceOrganization! - - """Label""" - masterLabel: String! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Description""" - description: String - - """Collection of Salesforce CustomBrand""" - customBrands( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrands to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandsConnection - - """Collection of Salesforce StampAssignment""" - stampAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStampAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStampAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStampAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of StampAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStampAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceCustomBrandParentUnion = SalesforceTopic | SalesforceStamp | SalesforceOrganization - -"""Custom Brand""" -type SalesforceCustomBrand implements OneGraphNode { - """Custom Brand ID""" - id: String! - - """Branded Entity ID""" - parentId: String! - - """Branded Entity ID""" - parent: SalesforceCustomBrandParentUnion! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Collection of Salesforce CustomBrandAsset""" - customBrandAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrandAssets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandAssetsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Custom Brand Asset""" -type SalesforceCustomBrandAsset implements OneGraphNode { - """Custom Brand Asset ID""" - id: String! - - """Custom Brand ID""" - customBrandId: String! - - """Custom Brand ID""" - customBrand: SalesforceCustomBrand! - - """Asset Category""" - assetCategory: String! - - """Text Asset""" - textAsset: String - - """Asset source ID""" - assetSourceId: String - - """Asset source ID""" - assetSource: SalesforceCustomBrandAssetAssetSourceUnion - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Custom Brand Assets connection, for use in pagination.""" -type SalesforceCustomBrandAssetsConnection { - """The count of all Custom Brand Asset you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Custom Brand Assets""" - nodes: [SalesforceCustomBrandAsset!]! - - """List of Custom Brand Asset edges""" - edges: [SalesforceCustomBrandAssetEdge!]! -} - -"""Field that Content Documents can be sorted by""" -enum SalesforceContentDocumentSortByFieldEnum { - ID - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - IS_ARCHIVED - ARCHIVED_BY_ID - ARCHIVED_DATE - IS_DELETED - OWNER_ID - SYSTEM_MODSTAMP - TITLE - PUBLISH_STATUS - LATEST_PUBLISHED_VERSION_ID - PARENT_ID - LAST_VIEWED_DATE - LAST_REFERENCED_DATE - DESCRIPTION - CONTENT_SIZE - FILE_TYPE - FILE_EXTENSION - SHARING_OPTION - SHARING_PRIVACY - CONTENT_MODIFIED_DATE - CONTENT_ASSET_ID -} - -"""An edge in a connection.""" -type SalesforceContentDocumentEdge { - """The item at the end of the edge.""" - node: SalesforceContentDocument! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Content Documents connection, for use in pagination.""" -type SalesforceContentDocumentsConnection { - """The count of all Content Document you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Documents""" - nodes: [SalesforceContentDocument!]! - - """List of Content Document edges""" - edges: [SalesforceContentDocumentEdge!]! -} - -""" -A filter to be used against ChatterExtension object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceChatterExtensionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ChatterExtension's icon relation.""" - icon: SalesforceContentAssetConnectionFilter - - """Filter by the ChatterExtension's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ChatterExtension's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ChatterExtension's id field""" - id: SalesforceIdFilter - - """Filter by the ChatterExtension's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ChatterExtension's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ChatterExtension's language field""" - language: SalesforceStringFilter - - """Filter by the ChatterExtension's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ChatterExtension's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ChatterExtension's isProtected field""" - isProtected: SalesforceBooleanFilter - - """Filter by the ChatterExtension's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ChatterExtension's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ChatterExtension's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ChatterExtension's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ChatterExtension's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ChatterExtension's extensionName field""" - extensionName: SalesforceStringFilter - - """Filter by the ChatterExtension's type field""" - type: SalesforceStringFilter - - """Filter by the ChatterExtension's iconId field""" - iconId: SalesforceIdFilter - - """Filter by the ChatterExtension's description field""" - description: SalesforceStringFilter - - """Filter by the ChatterExtension's compositionComponentEnumOrId field""" - compositionComponentEnumOrId: SalesforceStringFilter - - """Filter by the ChatterExtension's renderComponentEnumOrId field""" - renderComponentEnumOrId: SalesforceStringFilter - - """Filter by the ChatterExtension's hoverText field""" - hoverText: SalesforceStringFilter - - """Filter by the ChatterExtension's headerText field""" - headerText: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceChatterExtensionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceChatterExtensionConnectionFilter!] -} - -"""Field that Chatter Extensions can be sorted by""" -enum SalesforceChatterExtensionSortByFieldEnum { - ID - IS_DELETED - DEVELOPER_NAME - LANGUAGE - MASTER_LABEL - NAMESPACE_PREFIX - IS_PROTECTED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - EXTENSION_NAME - TYPE - ICON_ID - DESCRIPTION - COMPOSITION_COMPONENT_ENUM_OR_ID - RENDER_COMPONENT_ENUM_OR_ID - HOVER_TEXT - HEADER_TEXT -} - -"""Asset File""" -type SalesforceContentAsset implements OneGraphNode { - """Asset File ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Unique Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """ContentDocument ID""" - contentDocumentId: String - - """ContentDocument ID""" - contentDocument: SalesforceContentDocument - - """Let unauthenticated users see this asset file""" - isVisibleByExternalUsers: Boolean! - - """Collection of Salesforce ChatterExtension""" - chatterExtensions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterExtensionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceChatterExtensionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterExtensionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ChatterExtensions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceChatterExtensionsConnection - - """Collection of Salesforce ContentDocument""" - contentDocuments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentDocuments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentDocumentsConnection - - """Collection of Salesforce CustomBrandAsset""" - customBrandAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrandAssets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandAssetsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Chatter Extension""" -type SalesforceChatterExtension implements OneGraphNode { - """Chatter Extension ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Protected Component""" - isProtected: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Name""" - extensionName: String! - - """Type""" - type: String! - - """Asset File ID""" - iconId: String - - """Asset File ID""" - icon: SalesforceContentAsset - - """Description""" - description: String! - - """Lightning Definition Bundle ID""" - compositionComponentEnumOrId: String - - """Lightning Definition Bundle ID""" - renderComponentEnumOrId: String - - """Hover Text""" - hoverText: String - - """Header Text""" - headerText: String - - """Collection of Salesforce ChatterExtensionConfig""" - chatterExtensionConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterExtensionConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceChatterExtensionConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterExtensionConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ChatterExtensionConfigs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceChatterExtensionConfigsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Chatter Extensions connection, for use in pagination.""" -type SalesforceChatterExtensionsConnection { - """The count of all Chatter Extension you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Chatter Extensions""" - nodes: [SalesforceChatterExtension!]! - - """List of Chatter Extension edges""" - edges: [SalesforceChatterExtensionEdge!]! -} - -""" -A filter to be used against AuraDefinitionBundle object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAuraDefinitionBundleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AuraDefinitionBundle's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AuraDefinitionBundle's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AuraDefinitionBundle's id field""" - id: SalesforceIdFilter - - """Filter by the AuraDefinitionBundle's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AuraDefinitionBundle's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the AuraDefinitionBundle's language field""" - language: SalesforceStringFilter - - """Filter by the AuraDefinitionBundle's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the AuraDefinitionBundle's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the AuraDefinitionBundle's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AuraDefinitionBundle's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AuraDefinitionBundle's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AuraDefinitionBundle's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AuraDefinitionBundle's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AuraDefinitionBundle's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the AuraDefinitionBundle's description field""" - description: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAuraDefinitionBundleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAuraDefinitionBundleConnectionFilter!] -} - -""" -A filter to be used against AuraDefinition object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAuraDefinitionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AuraDefinition's auraDefinitionBundle relation.""" - auraDefinitionBundle: SalesforceAuraDefinitionBundleConnectionFilter - - """Filter by the AuraDefinition's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the AuraDefinition's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the AuraDefinition's id field""" - id: SalesforceIdFilter - - """Filter by the AuraDefinition's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the AuraDefinition's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AuraDefinition's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the AuraDefinition's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the AuraDefinition's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the AuraDefinition's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the AuraDefinition's auraDefinitionBundleId field""" - auraDefinitionBundleId: SalesforceIdFilter - - """Filter by the AuraDefinition's defType field""" - defType: SalesforceStringFilter - - """Filter by the AuraDefinition's format field""" - format: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAuraDefinitionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAuraDefinitionConnectionFilter!] -} - -"""Field that Lightning Component Definitions can be sorted by""" -enum SalesforceAuraDefinitionSortByFieldEnum { - ID - IS_DELETED - CREATED_DATE - CREATED_BY_ID - LAST_MODIFIED_DATE - LAST_MODIFIED_BY_ID - SYSTEM_MODSTAMP - AURA_DEFINITION_BUNDLE_ID - DEF_TYPE - FORMAT -} - -"""An edge in a connection.""" -type SalesforceAuraDefinitionEdge { - """The item at the end of the edge.""" - node: SalesforceAuraDefinition! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Lightning Component Definition""" -type SalesforceAuraDefinition implements OneGraphNode { - """Lightning Definition ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Lightning Definition Bundle ID""" - auraDefinitionBundleId: String! - - """Lightning Definition Bundle ID""" - auraDefinitionBundle: SalesforceAuraDefinitionBundle! - - """Definition Type""" - defType: String! - - """Format""" - format: String! - - """Source""" - source: String! - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Salesforce Lightning Component Definitions connection, for use in pagination. -""" -type SalesforceAuraDefinitionsConnection { - """ - The count of all Lightning Component Definition you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Lightning Component Definitions""" - nodes: [SalesforceAuraDefinition!]! - - """List of Lightning Component Definition edges""" - edges: [SalesforceAuraDefinitionEdge!]! -} - -"""Lightning Component Bundle""" -type SalesforceAuraDefinitionBundle implements OneGraphNode { - """Lightning Definition Bundle ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Name""" - developerName: String! - - """Master Language""" - language: String - - """Label""" - masterLabel: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Api Version""" - apiVersion: Float! - - """Description""" - description: String! - - """Collection of Salesforce AuraDefinition""" - auraDefinitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuraDefinitionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuraDefinitionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuraDefinitionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuraDefinitions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuraDefinitionsConnection - - """Collection of Salesforce ChatterExtension""" - chatterExtensions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterExtensionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceChatterExtensionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterExtensionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ChatterExtensions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceChatterExtensionsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceSobject = SalesforceAuraDefinitionBundle | SalesforceApexTestRunResult | SalesforceDataAssessmentMetric | SalesforceTopicAssignment | SalesforceLightningComponentBundle | SalesforceLeadFeed | SalesforceFeedRevision | SalesforceScontrol | SalesforceDuplicateRule | SalesforceSecureAgentPlugin | SalesforceApexLog | SalesforceCollaborationGroupRecord | SalesforceEmailMessage | SalesforceOrderItem | SalesforceUserListViewCriterion | SalesforceAsyncApexJob | SalesforceSearchActivity | SalesforceCampaignShare | SalesforcePermissionSetAssignment | SalesforceDuplicateRecordItem | SalesforceDeclinedEventRelation | SalesforceUserProvisioningConfig | SalesforceTask | SalesforceCampaignHistory | SalesforceTaskStatus | SalesforceUserFeed | SalesforceMatchingRuleItem | SalesforceContentVersionComment | SalesforceStreamingChannel | SalesforceStamp | SalesforceApexTestQueueItem | SalesforceFieldPermissions | SalesforceSecureAgentPluginProperty | SalesforceMacro | SalesforceEmailServicesAddress | SalesforceContractHistory | SalesforceHoliday | SalesforcePushTopic | SalesforceCaseStatus | SalesforceLoginGeo | SalesforceTransactionSecurityPolicy | SalesforceUserProvisioningLog | SalesforceDandBCompany | SalesforceContractStatus | SalesforceProcessInstanceNode | SalesforcePlatformCachePartitionType | SalesforceContentWorkspaceDoc | SalesforceGroup | SalesforceOpportunityFeed | SalesforceDocument | SalesforceSetupEntityAccess | SalesforceContactCleanInfo | SalesforceDuplicateRecordSet | SalesforceLeadShare | SalesforceSecureAgent | SalesforceContactFeed | SalesforceProduct2Feed | SalesforceQuickText | SalesforceSecureAgentsCluster | SalesforceFeedPollVote | SalesforceCorsWhitelistEntry | SalesforceOrderHistory | SalesforceChatterExtension | SalesforceContentDocumentLink | SalesforceOpportunityCompetitor | SalesforceIdeaComment | SalesforceBackgroundOperation | SalesforceCaseTeamTemplateRecord | SalesforceGroupMember | SalesforceWaveCompatibilityCheckItem | SalesforceCaseTeamTemplateMember | SalesforceApexTestResultLimits | SalesforceCaseTeamTemplate | SalesforceProcessInstanceStep | SalesforceObjectPermissions | SalesforceListViewChart | SalesforceOrderItemFeed | SalesforceProcessNode | SalesforceUserProvMockTarget | SalesforcePricebook2 | SalesforceLoginHistory | SalesforceCaseHistory | SalesforceChatterActivity | SalesforceEmailDomainKey | SalesforceInstalledMobileApp | SalesforceLoginIp | SalesforceSite | SalesforceExternalDataSource | SalesforceFeedComment | SalesforceLead | SalesforceOrderItemHistory | SalesforceFeedPollChoice | SalesforceWebLink | SalesforceCaseShare | SalesforcePricebook2History | SalesforceCronJobDetail | SalesforceEventRelation | SalesforceSolutionFeed | SalesforceStaticResource | SalesforceSolutionStatus | SalesforceFlowInterview | SalesforceIdpEventLog | SalesforceTodayGoalShare | SalesforceContentFolder | SalesforceAccountPartner | SalesforceContentDistribution | SalesforceCategoryData | SalesforceFiscalYearSettings | SalesforceListEmailShare | SalesforceCampaignFeed | SalesforceChatterExtensionConfig | SalesforcePricebookEntry | SalesforceDomainSite | SalesforceContentDocumentHistory | SalesforceTenantUsageEntitlement | SalesforceFeedAttachment | SalesforceCaseTeamRole | SalesforceContentWorkspaceSubscription | SalesforceTopicFeed | SalesforceRecordType | SalesforceListEmail | SalesforceAccountContactRole | SalesforceClientBrowser | SalesforceAssetFeed | SalesforcePartnerRole | SalesforceCaseFeed | SalesforceFileSearchActivity | SalesforceUserPackageLicense | SalesforceUserProvisioningRequest | SalesforcePermissionSetLicenseAssign | SalesforceUserShare | SalesforcePackageLicense | SalesforceAccountCleanInfo | SalesforceAssetShare | SalesforceContactShare | SalesforceProduct2History | SalesforceCampaignMember | SalesforceAssetRelationshipFeed | SalesforcePermissionSet | SalesforceActionLinkTemplate | SalesforceContentFolderItem | SalesforceOpportunityStage | SalesforceProfile | SalesforceAccount | SalesforceEmailCapture | SalesforceCaseSolution | SalesforceOpportunityContactRole | SalesforceUserRole | SalesforceEventFeed | SalesforceAssetRelationship | SalesforceEventLogFile | SalesforceOpportunityShare | SalesforceSamlSsoConfig | SalesforceAccountHistory | SalesforceOpportunityFieldHistory | SalesforceCollaborationGroupMember | SalesforceUserPreference | SalesforceCollaborationGroupFeed | SalesforceOrgDeleteRequest | SalesforceListView | SalesforceCustomObjectUserLicenseMetrics | SalesforceMailmergeTemplate | SalesforceCaseTeamMember | SalesforceCallCenter | SalesforceAssetRelationshipHistory | SalesforceContentFolderMember | SalesforceContentWorkspace | SalesforceContentDocumentFeed | SalesforceDashboardComponent | SalesforceConnectedApplication | SalesforceDomain | SalesforceVerificationHistory | SalesforceQueueSobject | SalesforceContentWorkspaceMember | SalesforceAuthSession | SalesforceVisualforceAccessMetrics | SalesforceReport | SalesforceApexTestSuite | SalesforceTaskPriority | SalesforceTopic | SalesforceAuthConfig | SalesforceQuickTextHistory | SalesforceContentVersionRating | SalesforceEmailTemplate | SalesforceLeadHistory | SalesforceContentDocument | SalesforceContact | SalesforceDatacloudPurchaseUsage | SalesforceAuraDefinition | SalesforceDataAssessmentFieldMetric | SalesforceSecurityCustomBaseline | SalesforceContentVersion | SalesforceCampaignMemberStatus | SalesforcePermissionSetLicense | SalesforceProcessDefinition | SalesforceEvent | SalesforceLeadCleanInfo | SalesforceSearchPromotionRule | SalesforceExternalDataUserAuth | SalesforceAnnouncement | SalesforceTopicUserEvent | SalesforceUserAppMenuCustomization | SalesforceOrderShare | SalesforceTestSuiteMembership | SalesforceCaseContactRole | SalesforceContentNotification | SalesforceDashboard | SalesforceUser | SalesforceMacroHistory | SalesforceBusinessHours | SalesforceContentWorkspacePermission | SalesforceContractFeed | SalesforceCustomPermission | SalesforceMacroInstruction | SalesforceDocumentAttachmentMap | SalesforceContract | SalesforceContentTagSubscription | SalesforceSolutionHistory | SalesforceCspTrustedSite | SalesforceGrantedByLicense | SalesforceCronTrigger | SalesforceSetupAuditTrail | SalesforceKnowledgeableUser | SalesforceEmailMessageRelation | SalesforceOrgWideEmailAddress | SalesforceMatchingRule | SalesforceEmailServicesFunction | SalesforceLeadStatus | SalesforceCommunity | SalesforceSessionPermSetActivation | SalesforceAcceptedEventRelation | SalesforceProduct2 | SalesforceAuthConfigProviders | SalesforceQuickTextShare | SalesforceFolder | SalesforceApexTestResult | SalesforceOrgDeleteRequestShare | SalesforceFlowInterviewShare | SalesforceUserProvAccountStaging | SalesforceBusinessProcess | SalesforceSolution | SalesforceSiteHistory | SalesforceVote | SalesforceContractContactRole | SalesforceAssignmentRule | SalesforceNote | SalesforceCustomBrand | SalesforceDataAssessmentValueMetric | SalesforceReportFeed | SalesforceContentVersionHistory | SalesforceIdea | SalesforceCollaborationGroup | SalesforceOpportunity | SalesforceContentDocumentSubscription | SalesforceContactHistory | SalesforceListEmailRecipientSource | SalesforceNamedCredential | SalesforceTodayGoal | SalesforceOrganization | SalesforceTaskFeed | SalesforceOpportunityLineItem | SalesforceFlowRecordRelation | SalesforceAdditionalNumber | SalesforceCollaborationInvitation | SalesforcePartner | SalesforceEntitySubscription | SalesforceCategoryNode | SalesforceApexEmailNotification | SalesforceUserListView | SalesforceUserProvAccount | SalesforceProcessInstanceWorkitem | SalesforceAsset | SalesforceDatacloudOwnedEntity | SalesforceUserProvisioningRequestShare | SalesforceActionLinkGroupTemplate | SalesforceUserAppInfo | SalesforceAppMenuItem | SalesforceUserAppMenuCustomizationShare | SalesforceAssetHistory | SalesforceOpportunityHistory | SalesforceDashboardComponentFeed | SalesforcePeriod | SalesforceContentFolderLink | SalesforceFeedItem | SalesforceAccountShare | SalesforceApexClass | SalesforceDashboardFeed | SalesforceSiteFeed | SalesforceApexTrigger | SalesforceStampAssignment | SalesforceUserLogin | SalesforceCustomBrandAsset | SalesforceAccountFeed | SalesforceCustomPermissionDependency | SalesforceContentAsset | SalesforceMacroShare | SalesforceCollaborationGroupMemberRequest | SalesforceCampaign | SalesforceOrder | SalesforceOrderFeed | SalesforceOpportunityPartner | SalesforceAttachment | SalesforceForecastShare | SalesforceApexComponent | SalesforceLightningComponentResource | SalesforceApexPage | SalesforceCase | SalesforceProcessInstance | SalesforceContentUserSubscription | SalesforceUserLicense | SalesforceContentDistributionView | SalesforceUndecidedEventRelation | SalesforceBrandTemplate | SalesforceCaseComment | SalesforceStreamingChannelShare | SalesforcePlatformCachePartition | SalesforceAuthProvider - -"""Field that Record Types can be sorted by""" -enum SalesforceRecordTypeSortByFieldEnum { - ID - NAME - DEVELOPER_NAME - NAMESPACE_PREFIX - DESCRIPTION - BUSINESS_PROCESS_ID - SOBJECT_TYPE - IS_ACTIVE - CREATED_BY_ID - CREATED_DATE - LAST_MODIFIED_BY_ID - LAST_MODIFIED_DATE - SYSTEM_MODSTAMP -} - -"""An edge in a connection.""" -type SalesforceRecordTypeEdge { - """The item at the end of the edge.""" - node: SalesforceRecordType! - - """A cursor for use in pagination""" - cursor: String! -} - -"""Salesforce Record Types connection, for use in pagination.""" -type SalesforceRecordTypesConnection { - """The count of all Record Type you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Record Types""" - nodes: [SalesforceRecordType!]! - - """List of Record Type edges""" - edges: [SalesforceRecordTypeEdge!]! -} - -"""Business Process""" -type SalesforceBusinessProcess implements OneGraphNode { - """Business Process ID""" - id: String! - - """Name""" - name: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Description""" - description: String - - """Entity Enumeration Or ID""" - tableEnumOrId: String! - - """Active""" - isActive: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce RecordType""" - recordTypes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceRecordTypeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceRecordTypeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceRecordTypeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of RecordTypes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceRecordTypesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Record Type""" -type SalesforceRecordType implements OneGraphNode { - """Record Type ID""" - id: String! - - """Name""" - name: String! - - """Record Type Name""" - developerName: String! - - """Namespace Prefix""" - namespacePrefix: String - - """Description""" - description: String - - """Business Process ID""" - businessProcessId: String - - """Business Process ID""" - businessProcess: SalesforceBusinessProcess - - """Sobject Type Name""" - sobjectType: String! - - """Active""" - isActive: Boolean! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce Campaign""" - campaigns( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Campaigns to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignsConnection - - """Collection of Salesforce ContentWorkspace""" - contentWorkspaces( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentWorkspaces to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentWorkspacesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Library""" -type SalesforceContentWorkspace implements OneGraphNode { - """Library ID""" - id: String! - - """Name""" - name: String! - - """Description""" - description: String - - """Tag Model""" - tagModel: String - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """Record Type ID""" - defaultRecordTypeId: String - - """Record Type ID""" - defaultRecordType: SalesforceRecordType - - """Restrict Record Types""" - isRestrictContentTypes: Boolean! - - """Restrict Linked Record Types""" - isRestrictLinkedContentTypes: Boolean! - - """Library Type""" - workspaceType: String - - """Add Creator Membership""" - shouldAddCreatorMembership: Boolean! - - """Last Activity""" - lastWorkspaceActivityDate: String - - """Content Folder ID""" - rootContentFolderId: String - - """Content Folder ID""" - rootContentFolder: SalesforceContentFolder - - """Namespace Prefix""" - namespacePrefix: String - - """Unique Name""" - developerName: String - - """Collection of Salesforce ContentDocument""" - contentDocuments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentDocuments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentDocumentsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentFolderLink""" - contentFolderLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentFolderLinks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentFolderLinksConnection - - """Collection of Salesforce ContentNotification""" - contentNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentNotificationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentNotifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentNotificationsConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce ContentWorkspaceDoc""" - contentWorkspaceDocs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceDocConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceDocSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceDocSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceDocs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceDocsConnection - - """Collection of Salesforce ContentWorkspaceMember""" - contentWorkspaceMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceMembersConnection - - """Collection of Salesforce ContentWorkspaceSubscription""" - contentWorkspaceSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceSubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceSubscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceSubscriptionsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Document""" -type SalesforceContentDocument implements OneGraphNode { - """ContentDocument ID""" - id: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Is Archived""" - isArchived: Boolean! - - """User ID""" - archivedById: String - - """User ID""" - archivedBy: SalesforceUser - - """Archived Date""" - archivedDate: String - - """Is Deleted""" - isDeleted: Boolean! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Title""" - title: String! - - """Publish Status""" - publishStatus: String! - - """Latest Published Version ID""" - latestPublishedVersionId: String - - """Latest Published Version ID""" - latestPublishedVersion: SalesforceContentVersion - - """Parent ID""" - parentId: String - - """Parent ID""" - parent: SalesforceContentWorkspace - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Description""" - description: String - - """Size""" - contentSize: Int - - """File Type""" - fileType: String - - """File Extension""" - fileExtension: String - - """Prevent others from sharing and unsharing""" - sharingOption: String - - """File Privacy on Records""" - sharingPrivacy: String - - """Content Modified Date""" - contentModifiedDate: String - - """Asset File ID""" - contentAssetId: String - - """Asset File ID""" - contentAsset: SalesforceContentAsset - - """Collection of Salesforce ContentAsset""" - contentAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentAssets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentAssetsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentFeedsConnection - - """Collection of Salesforce ContentDocumentHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentHistorysConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentDocumentSubscription""" - contentDocumentSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentSubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentSubscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentSubscriptionsConnection - - """Collection of Salesforce ContentFolderMember""" - contentFolderMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentFolderMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentFolderMembersConnection - - """Collection of Salesforce ContentNotification""" - contentNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentNotificationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentNotifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentNotificationsConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce ContentVersionComment""" - contentVersionComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentVersionComments to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionCommentsConnection - - """Collection of Salesforce ContentWorkspaceDoc""" - contentWorkspaceDocs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceDocConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceDocSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceDocSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceDocs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceDocsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Content Version""" -type SalesforceContentVersion implements OneGraphNode { - """ContentVersion ID""" - id: String! - - """ContentDocument ID""" - contentDocumentId: String! - - """ContentDocument ID""" - contentDocument: SalesforceContentDocument! - - """Is Latest""" - isLatest: Boolean! - - """Content URL""" - contentUrl: String - - """Content Body ID""" - contentBodyId: String - - """Content Body ID""" - contentBody: SalesforceContentBody - - """Version Number""" - versionNumber: String - - """Title""" - title: String! - - """Description""" - description: String - - """Reason For Change""" - reasonForChange: String - - """Prevent others from sharing and unsharing""" - sharingOption: String! - - """File Privacy on Records""" - sharingPrivacy: String! - - """Path On Client""" - pathOnClient: String - - """Rating Count""" - ratingCount: Int - - """Is Deleted""" - isDeleted: Boolean! - - """Content Modified Date""" - contentModifiedDate: String - - """User ID""" - contentModifiedById: String - - """User ID""" - contentModifiedBy: SalesforceUser - - """Positive Rating Count""" - positiveRatingCount: Int - - """Negative Rating Count""" - negativeRatingCount: Int - - """Featured Content Boost""" - featuredContentBoost: Int - - """Featured Content Date""" - featuredContentDate: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """System Modstamp""" - systemModstamp: String! - - """Tags""" - tagCsv: String - - """File Type""" - fileType: String! - - """Publish Status""" - publishStatus: String! - - """Version Data""" - versionData: String - - """Size""" - contentSize: Int - - """File Extension""" - fileExtension: String - - """First Publish Location ID""" - firstPublishLocationId: String - - """First Publish Location ID""" - firstPublishLocation: SalesforceContentVersionFirstPublishLocationUnion - - """Content Origin""" - origin: String! - - """Content Location""" - contentLocation: String! - - """Text Preview""" - textPreview: String - - """External Document Info1""" - externalDocumentInfo1: String - - """External Document Info2""" - externalDocumentInfo2: String - - """External Data Source ID""" - externalDataSourceId: String - - """External Data Source ID""" - externalDataSource: SalesforceExternalDataSource - - """Checksum""" - checksum: String - - """Major Version""" - isMajorVersion: Boolean! - - """Asset File Enabled""" - isAssetEnabled: Boolean! - - """Collection of Salesforce AccountFeed""" - accountFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountFeedsConnection - - """Collection of Salesforce AssetFeed""" - assetFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetFeedsConnection - - """Collection of Salesforce AssetRelationshipFeed""" - assetRelationshipFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AssetRelationshipFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAssetRelationshipFeedsConnection - - """Collection of Salesforce CampaignFeed""" - campaignFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignFeedsConnection - - """Collection of Salesforce CaseFeed""" - caseFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseFeedsConnection - - """Collection of Salesforce CollaborationGroupFeed""" - collaborationGroupFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupFeedsConnection - - """Collection of Salesforce ContactFeed""" - contactFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactFeedsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocument""" - contentDocuments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentDocuments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentDocumentsConnection - - """Collection of Salesforce ContentDocumentFeed""" - contentDocumentFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentFeedsConnection - - """Collection of Salesforce ContentNotification""" - contentNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentNotificationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentNotifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentNotificationsConnection - - """Collection of Salesforce ContentVersionComment""" - contentVersionComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentVersionComments to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionCommentsConnection - - """Collection of Salesforce ContentVersionHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentVersionHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionHistorysConnection - - """Collection of Salesforce ContentVersionRating""" - contentVersionRatings( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionRatingConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionRatingSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionRatingSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentVersionRatings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionRatingsConnection - - """Collection of Salesforce ContractFeed""" - contractFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContractFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractFeedsConnection - - """Collection of Salesforce DashboardComponentFeed""" - dashboardComponentFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardComponentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardComponentFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardComponentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DashboardComponentFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDashboardComponentFeedsConnection - - """Collection of Salesforce DashboardFeed""" - dashboardFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DashboardFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardFeedsConnection - - """Collection of Salesforce EventFeed""" - eventFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventFeedsConnection - - """Collection of Salesforce FeedAttachment""" - feedAttachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedAttachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedAttachmentsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce LeadFeed""" - leadFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadFeedsConnection - - """Collection of Salesforce OpportunityFeed""" - opportunityFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityFeedsConnection - - """Collection of Salesforce OrderFeed""" - orderFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderFeedsConnection - - """Collection of Salesforce OrderItemFeed""" - orderItemFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItemFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemFeedsConnection - - """Collection of Salesforce Product2Feed""" - product2Feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2FeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProduct2FeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2FeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product2Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2FeedsConnection - - """Collection of Salesforce ReportFeed""" - reportFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceReportFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ReportFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportFeedsConnection - - """Collection of Salesforce SiteFeed""" - siteFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSiteFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SiteFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSiteFeedsConnection - - """Collection of Salesforce SolutionFeed""" - solutionFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSolutionFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SolutionFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionFeedsConnection - - """Collection of Salesforce TaskFeed""" - taskFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TaskFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTaskFeedsConnection - - """Collection of Salesforce TopicFeed""" - topicFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicFeedsConnection - - """Collection of Salesforce UserFeed""" - userFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserFeedsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Content Versions connection, for use in pagination.""" -type SalesforceContentVersionsConnection { - """The count of all Content Version you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Versions""" - nodes: [SalesforceContentVersion!]! - - """List of Content Version edges""" - edges: [SalesforceContentVersionEdge!]! -} - -""" -A filter to be used against ContentAsset object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentAssetConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentAsset's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentAsset's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentAsset's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentAsset's id field""" - id: SalesforceIdFilter - - """Filter by the ContentAsset's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentAsset's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ContentAsset's language field""" - language: SalesforceStringFilter - - """Filter by the ContentAsset's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ContentAsset's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ContentAsset's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentAsset's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentAsset's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentAsset's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentAsset's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentAsset's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentAsset's isVisibleByExternalUsers field""" - isVisibleByExternalUsers: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentAssetConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentAssetConnectionFilter!] -} - -""" -A filter to be used against ContentFolder object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentFolderConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentFolder's parentContentFolder relation.""" - parentContentFolder: SalesforceContentFolderConnectionFilter - - """Filter by the ContentFolder's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentFolder's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentFolder's id field""" - id: SalesforceIdFilter - - """Filter by the ContentFolder's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentFolder's name field""" - name: SalesforceStringFilter - - """Filter by the ContentFolder's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentFolder's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentFolder's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentFolder's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentFolder's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentFolder's parentContentFolderId field""" - parentContentFolderId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentFolderConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentFolderConnectionFilter!] -} - -""" -A filter to be used against BusinessProcess object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceBusinessProcessConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the BusinessProcess's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the BusinessProcess's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the BusinessProcess's id field""" - id: SalesforceIdFilter - - """Filter by the BusinessProcess's name field""" - name: SalesforceStringFilter - - """Filter by the BusinessProcess's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the BusinessProcess's description field""" - description: SalesforceStringFilter - - """Filter by the BusinessProcess's tableEnumOrId field""" - tableEnumOrId: SalesforceStringFilter - - """Filter by the BusinessProcess's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the BusinessProcess's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the BusinessProcess's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the BusinessProcess's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the BusinessProcess's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the BusinessProcess's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceBusinessProcessConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceBusinessProcessConnectionFilter!] -} - -""" -A filter to be used against RecordType object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceRecordTypeConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the RecordType's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the RecordType's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the RecordType's businessProcess relation.""" - businessProcess: SalesforceBusinessProcessConnectionFilter - - """Filter by the RecordType's id field""" - id: SalesforceIdFilter - - """Filter by the RecordType's name field""" - name: SalesforceStringFilter - - """Filter by the RecordType's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the RecordType's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the RecordType's description field""" - description: SalesforceStringFilter - - """Filter by the RecordType's businessProcessId field""" - businessProcessId: SalesforceIdFilter - - """Filter by the RecordType's sobjectType field""" - sobjectType: SalesforceStringFilter - - """Filter by the RecordType's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the RecordType's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the RecordType's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the RecordType's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the RecordType's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the RecordType's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceRecordTypeConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceRecordTypeConnectionFilter!] -} - -""" -A filter to be used against ContentWorkspace object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentWorkspaceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentWorkspace's rootContentFolder relation.""" - rootContentFolder: SalesforceContentFolderConnectionFilter - - """Filter by the ContentWorkspace's defaultRecordType relation.""" - defaultRecordType: SalesforceRecordTypeConnectionFilter - - """Filter by the ContentWorkspace's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentWorkspace's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentWorkspace's id field""" - id: SalesforceIdFilter - - """Filter by the ContentWorkspace's name field""" - name: SalesforceStringFilter - - """Filter by the ContentWorkspace's description field""" - description: SalesforceStringFilter - - """Filter by the ContentWorkspace's tagModel field""" - tagModel: SalesforceStringFilter - - """Filter by the ContentWorkspace's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentWorkspace's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentWorkspace's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentWorkspace's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentWorkspace's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentWorkspace's defaultRecordTypeId field""" - defaultRecordTypeId: SalesforceIdFilter - - """Filter by the ContentWorkspace's isRestrictContentTypes field""" - isRestrictContentTypes: SalesforceBooleanFilter - - """Filter by the ContentWorkspace's isRestrictLinkedContentTypes field""" - isRestrictLinkedContentTypes: SalesforceBooleanFilter - - """Filter by the ContentWorkspace's workspaceType field""" - workspaceType: SalesforceStringFilter - - """Filter by the ContentWorkspace's rootContentFolderId field""" - rootContentFolderId: SalesforceIdFilter - - """Filter by the ContentWorkspace's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ContentWorkspace's developerName field""" - developerName: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentWorkspaceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentWorkspaceConnectionFilter!] -} - -""" -A filter to be used against StaticResource object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceStaticResourceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the StaticResource's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the StaticResource's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the StaticResource's id field""" - id: SalesforceIdFilter - - """Filter by the StaticResource's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the StaticResource's name field""" - name: SalesforceStringFilter - - """Filter by the StaticResource's contentType field""" - contentType: SalesforceStringFilter - - """Filter by the StaticResource's bodyLength field""" - bodyLength: SalesforceIntFilter - - """Filter by the StaticResource's description field""" - description: SalesforceStringFilter - - """Filter by the StaticResource's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the StaticResource's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the StaticResource's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the StaticResource's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the StaticResource's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the StaticResource's cacheControl field""" - cacheControl: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceStaticResourceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceStaticResourceConnectionFilter!] -} - -""" -A filter to be used against ApexClass object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceApexClassConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ApexClass's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ApexClass's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ApexClass's id field""" - id: SalesforceIdFilter - - """Filter by the ApexClass's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ApexClass's name field""" - name: SalesforceStringFilter - - """Filter by the ApexClass's apiVersion field""" - apiVersion: SalesforceFloatFilter - - """Filter by the ApexClass's status field""" - status: SalesforceStringFilter - - """Filter by the ApexClass's isValid field""" - isValid: SalesforceBooleanFilter - - """Filter by the ApexClass's bodyCrc field""" - bodyCrc: SalesforceFloatFilter - - """Filter by the ApexClass's lengthWithoutComments field""" - lengthWithoutComments: SalesforceIntFilter - - """Filter by the ApexClass's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ApexClass's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ApexClass's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ApexClass's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ApexClass's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceApexClassConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceApexClassConnectionFilter!] -} - -""" -A filter to be used against AuthProvider object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAuthProviderConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the AuthProvider's plugin relation.""" - plugin: SalesforceApexClassConnectionFilter - - """Filter by the AuthProvider's executionUser relation.""" - executionUser: SalesforceUserConnectionFilter - - """Filter by the AuthProvider's registrationHandler relation.""" - registrationHandler: SalesforceApexClassConnectionFilter - - """Filter by the AuthProvider's id field""" - id: SalesforceIdFilter - - """Filter by the AuthProvider's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the AuthProvider's providerType field""" - providerType: SalesforceStringFilter - - """Filter by the AuthProvider's friendlyName field""" - friendlyName: SalesforceStringFilter - - """Filter by the AuthProvider's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the AuthProvider's registrationHandlerId field""" - registrationHandlerId: SalesforceIdFilter - - """Filter by the AuthProvider's executionUserId field""" - executionUserId: SalesforceIdFilter - - """Filter by the AuthProvider's consumerKey field""" - consumerKey: SalesforceStringFilter - - """Filter by the AuthProvider's errorUrl field""" - errorUrl: SalesforceStringFilter - - """Filter by the AuthProvider's authorizeUrl field""" - authorizeUrl: SalesforceStringFilter - - """Filter by the AuthProvider's tokenUrl field""" - tokenUrl: SalesforceStringFilter - - """Filter by the AuthProvider's userInfoUrl field""" - userInfoUrl: SalesforceStringFilter - - """Filter by the AuthProvider's defaultScopes field""" - defaultScopes: SalesforceStringFilter - - """Filter by the AuthProvider's idTokenIssuer field""" - idTokenIssuer: SalesforceStringFilter - - """Filter by the AuthProvider's optionsSendAccessTokenInHeader field""" - optionsSendAccessTokenInHeader: SalesforceBooleanFilter - - """ - Filter by the AuthProvider's optionsSendClientCredentialsInHeader field - """ - optionsSendClientCredentialsInHeader: SalesforceBooleanFilter - - """Filter by the AuthProvider's optionsIncludeOrgIdInId field""" - optionsIncludeOrgIdInId: SalesforceBooleanFilter - - """Filter by the AuthProvider's iconUrl field""" - iconUrl: SalesforceStringFilter - - """Filter by the AuthProvider's logoutUrl field""" - logoutUrl: SalesforceStringFilter - - """Filter by the AuthProvider's pluginId field""" - pluginId: SalesforceIdFilter - - """Filter by the AuthProvider's customMetadataTypeRecord field""" - customMetadataTypeRecord: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAuthProviderConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAuthProviderConnectionFilter!] -} - -""" -A filter to be used against ExternalDataSource object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceExternalDataSourceConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ExternalDataSource's smallIcon relation.""" - smallIcon: SalesforceStaticResourceConnectionFilter - - """Filter by the ExternalDataSource's largeIcon relation.""" - largeIcon: SalesforceStaticResourceConnectionFilter - - """Filter by the ExternalDataSource's authProvider relation.""" - authProvider: SalesforceAuthProviderConnectionFilter - - """Filter by the ExternalDataSource's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ExternalDataSource's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ExternalDataSource's id field""" - id: SalesforceIdFilter - - """Filter by the ExternalDataSource's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ExternalDataSource's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the ExternalDataSource's language field""" - language: SalesforceStringFilter - - """Filter by the ExternalDataSource's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the ExternalDataSource's namespacePrefix field""" - namespacePrefix: SalesforceStringFilter - - """Filter by the ExternalDataSource's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ExternalDataSource's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ExternalDataSource's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ExternalDataSource's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ExternalDataSource's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ExternalDataSource's type field""" - type: SalesforceStringFilter - - """Filter by the ExternalDataSource's repository field""" - repository: SalesforceStringFilter - - """Filter by the ExternalDataSource's isWritable field""" - isWritable: SalesforceBooleanFilter - - """Filter by the ExternalDataSource's principalType field""" - principalType: SalesforceStringFilter - - """Filter by the ExternalDataSource's protocol field""" - protocol: SalesforceStringFilter - - """Filter by the ExternalDataSource's authProviderId field""" - authProviderId: SalesforceIdFilter - - """Filter by the ExternalDataSource's largeIconId field""" - largeIconId: SalesforceIdFilter - - """Filter by the ExternalDataSource's smallIconId field""" - smallIconId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceExternalDataSourceConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceExternalDataSourceConnectionFilter!] -} - -""" -A filter to be used against ContentVersion object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentVersionConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentVersion's externalDataSource relation.""" - externalDataSource: SalesforceExternalDataSourceConnectionFilter - - """Filter by the ContentVersion's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentVersion's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentVersion's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the ContentVersion's contentModifiedBy relation.""" - contentModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentVersion's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentVersion's id field""" - id: SalesforceIdFilter - - """Filter by the ContentVersion's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentVersion's isLatest field""" - isLatest: SalesforceBooleanFilter - - """Filter by the ContentVersion's contentUrl field""" - contentUrl: SalesforceStringFilter - - """Filter by the ContentVersion's contentBodyId field""" - contentBodyId: SalesforceIdFilter - - """Filter by the ContentVersion's versionNumber field""" - versionNumber: SalesforceStringFilter - - """Filter by the ContentVersion's title field""" - title: SalesforceStringFilter - - """Filter by the ContentVersion's description field""" - description: SalesforceStringFilter - - """Filter by the ContentVersion's reasonForChange field""" - reasonForChange: SalesforceStringFilter - - """Filter by the ContentVersion's sharingOption field""" - sharingOption: SalesforceStringFilter - - """Filter by the ContentVersion's sharingPrivacy field""" - sharingPrivacy: SalesforceStringFilter - - """Filter by the ContentVersion's pathOnClient field""" - pathOnClient: SalesforceStringFilter - - """Filter by the ContentVersion's ratingCount field""" - ratingCount: SalesforceIntFilter - - """Filter by the ContentVersion's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentVersion's contentModifiedDate field""" - contentModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentVersion's contentModifiedById field""" - contentModifiedById: SalesforceIdFilter - - """Filter by the ContentVersion's positiveRatingCount field""" - positiveRatingCount: SalesforceIntFilter - - """Filter by the ContentVersion's negativeRatingCount field""" - negativeRatingCount: SalesforceIntFilter - - """Filter by the ContentVersion's featuredContentBoost field""" - featuredContentBoost: SalesforceIntFilter - - """Filter by the ContentVersion's featuredContentDate field""" - featuredContentDate: SalesforceDateFilter - - """Filter by the ContentVersion's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the ContentVersion's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentVersion's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentVersion's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentVersion's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentVersion's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentVersion's fileType field""" - fileType: SalesforceStringFilter - - """Filter by the ContentVersion's publishStatus field""" - publishStatus: SalesforceStringFilter - - """Filter by the ContentVersion's contentSize field""" - contentSize: SalesforceIntFilter - - """Filter by the ContentVersion's fileExtension field""" - fileExtension: SalesforceStringFilter - - """Filter by the ContentVersion's firstPublishLocationId field""" - firstPublishLocationId: SalesforceIdFilter - - """Filter by the ContentVersion's origin field""" - origin: SalesforceStringFilter - - """Filter by the ContentVersion's contentLocation field""" - contentLocation: SalesforceStringFilter - - """Filter by the ContentVersion's textPreview field""" - textPreview: SalesforceStringFilter - - """Filter by the ContentVersion's externalDocumentInfo1 field""" - externalDocumentInfo1: SalesforceStringFilter - - """Filter by the ContentVersion's externalDocumentInfo2 field""" - externalDocumentInfo2: SalesforceStringFilter - - """Filter by the ContentVersion's externalDataSourceId field""" - externalDataSourceId: SalesforceIdFilter - - """Filter by the ContentVersion's checksum field""" - checksum: SalesforceStringFilter - - """Filter by the ContentVersion's isMajorVersion field""" - isMajorVersion: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentVersionConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentVersionConnectionFilter!] -} - -""" -A filter to be used against CallCenter object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceCallCenterConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the CallCenter's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the CallCenter's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the CallCenter's id field""" - id: SalesforceIdFilter - - """Filter by the CallCenter's name field""" - name: SalesforceStringFilter - - """Filter by the CallCenter's internalName field""" - internalName: SalesforceStringFilter - - """Filter by the CallCenter's version field""" - version: SalesforceFloatFilter - - """Filter by the CallCenter's adapterUrl field""" - adapterUrl: SalesforceStringFilter - - """Filter by the CallCenter's customSettings field""" - customSettings: SalesforceStringFilter - - """Filter by the CallCenter's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the CallCenter's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the CallCenter's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the CallCenter's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the CallCenter's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceCallCenterConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceCallCenterConnectionFilter!] -} - -""" -A filter to be used against Contact object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContactConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Contact's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Contact's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Contact's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Contact's reportsTo relation.""" - reportsTo: SalesforceContactConnectionFilter - - """Filter by the Contact's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the Contact's masterRecord relation.""" - masterRecord: SalesforceContactConnectionFilter - - """Filter by the Contact's id field""" - id: SalesforceIdFilter - - """Filter by the Contact's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Contact's masterRecordId field""" - masterRecordId: SalesforceIdFilter - - """Filter by the Contact's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the Contact's lastName field""" - lastName: SalesforceStringFilter - - """Filter by the Contact's firstName field""" - firstName: SalesforceStringFilter - - """Filter by the Contact's salutation field""" - salutation: SalesforceStringFilter - - """Filter by the Contact's name field""" - name: SalesforceStringFilter - - """Filter by the Contact's otherStreet field""" - otherStreet: SalesforceStringFilter - - """Filter by the Contact's otherCity field""" - otherCity: SalesforceStringFilter - - """Filter by the Contact's otherState field""" - otherState: SalesforceStringFilter - - """Filter by the Contact's otherPostalCode field""" - otherPostalCode: SalesforceStringFilter - - """Filter by the Contact's otherCountry field""" - otherCountry: SalesforceStringFilter - - """Filter by the Contact's otherLatitude field""" - otherLatitude: SalesforceFloatFilter - - """Filter by the Contact's otherLongitude field""" - otherLongitude: SalesforceFloatFilter - - """Filter by the Contact's otherGeocodeAccuracy field""" - otherGeocodeAccuracy: SalesforceStringFilter - - """Filter by the Contact's mailingStreet field""" - mailingStreet: SalesforceStringFilter - - """Filter by the Contact's mailingCity field""" - mailingCity: SalesforceStringFilter - - """Filter by the Contact's mailingState field""" - mailingState: SalesforceStringFilter - - """Filter by the Contact's mailingPostalCode field""" - mailingPostalCode: SalesforceStringFilter - - """Filter by the Contact's mailingCountry field""" - mailingCountry: SalesforceStringFilter - - """Filter by the Contact's mailingLatitude field""" - mailingLatitude: SalesforceFloatFilter - - """Filter by the Contact's mailingLongitude field""" - mailingLongitude: SalesforceFloatFilter - - """Filter by the Contact's mailingGeocodeAccuracy field""" - mailingGeocodeAccuracy: SalesforceStringFilter - - """Filter by the Contact's phone field""" - phone: SalesforceStringFilter - - """Filter by the Contact's fax field""" - fax: SalesforceStringFilter - - """Filter by the Contact's mobilePhone field""" - mobilePhone: SalesforceStringFilter - - """Filter by the Contact's homePhone field""" - homePhone: SalesforceStringFilter - - """Filter by the Contact's otherPhone field""" - otherPhone: SalesforceStringFilter - - """Filter by the Contact's assistantPhone field""" - assistantPhone: SalesforceStringFilter - - """Filter by the Contact's reportsToId field""" - reportsToId: SalesforceIdFilter - - """Filter by the Contact's email field""" - email: SalesforceStringFilter - - """Filter by the Contact's title field""" - title: SalesforceStringFilter - - """Filter by the Contact's department field""" - department: SalesforceStringFilter - - """Filter by the Contact's assistantName field""" - assistantName: SalesforceStringFilter - - """Filter by the Contact's leadSource field""" - leadSource: SalesforceStringFilter - - """Filter by the Contact's birthdate field""" - birthdate: SalesforceDateFilter - - """Filter by the Contact's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Contact's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Contact's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Contact's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Contact's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Contact's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Contact's lastActivityDate field""" - lastActivityDate: SalesforceDateFilter - - """Filter by the Contact's lastCuRequestDate field""" - lastCuRequestDate: SalesforceDateTimeFilter - - """Filter by the Contact's lastCuUpdateDate field""" - lastCuUpdateDate: SalesforceDateTimeFilter - - """Filter by the Contact's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Contact's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Contact's emailBouncedReason field""" - emailBouncedReason: SalesforceStringFilter - - """Filter by the Contact's emailBouncedDate field""" - emailBouncedDate: SalesforceDateTimeFilter - - """Filter by the Contact's isEmailBounced field""" - isEmailBounced: SalesforceBooleanFilter - - """Filter by the Contact's photoUrl field""" - photoUrl: SalesforceStringFilter - - """Filter by the Contact's jigsaw field""" - jigsaw: SalesforceStringFilter - - """Filter by the Contact's jigsawContactId field""" - jigsawContactId: SalesforceStringFilter - - """Filter by the Contact's cleanStatus field""" - cleanStatus: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContactConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContactConnectionFilter!] -} - -""" -A filter to be used against UserLicense object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserLicenseConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserLicense's id field""" - id: SalesforceIdFilter - - """Filter by the UserLicense's licenseDefinitionKey field""" - licenseDefinitionKey: SalesforceStringFilter - - """Filter by the UserLicense's totalLicenses field""" - totalLicenses: SalesforceIntFilter - - """Filter by the UserLicense's status field""" - status: SalesforceStringFilter - - """Filter by the UserLicense's usedLicenses field""" - usedLicenses: SalesforceIntFilter - - """Filter by the UserLicense's usedLicensesLastUpdated field""" - usedLicensesLastUpdated: SalesforceDateTimeFilter - - """Filter by the UserLicense's name field""" - name: SalesforceStringFilter - - """Filter by the UserLicense's masterLabel field""" - masterLabel: SalesforceStringFilter - - """Filter by the UserLicense's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the UserLicense's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserLicense's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserLicenseConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserLicenseConnectionFilter!] -} - -""" -A filter to be used against Profile object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceProfileConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Profile's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Profile's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Profile's userLicense relation.""" - userLicense: SalesforceUserLicenseConnectionFilter - - """Filter by the Profile's id field""" - id: SalesforceIdFilter - - """Filter by the Profile's name field""" - name: SalesforceStringFilter - - """Filter by the Profile's permissionsEmailSingle field""" - permissionsEmailSingle: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEmailMass field""" - permissionsEmailMass: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditTask field""" - permissionsEditTask: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditEvent field""" - permissionsEditEvent: SalesforceBooleanFilter - - """Filter by the Profile's permissionsExportReport field""" - permissionsExportReport: SalesforceBooleanFilter - - """Filter by the Profile's permissionsImportPersonal field""" - permissionsImportPersonal: SalesforceBooleanFilter - - """Filter by the Profile's permissionsDataExport field""" - permissionsDataExport: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageUsers field""" - permissionsManageUsers: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditPublicFilters field""" - permissionsEditPublicFilters: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditPublicTemplates field""" - permissionsEditPublicTemplates: SalesforceBooleanFilter - - """Filter by the Profile's permissionsModifyAllData field""" - permissionsModifyAllData: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageCases field""" - permissionsManageCases: SalesforceBooleanFilter - - """Filter by the Profile's permissionsMassInlineEdit field""" - permissionsMassInlineEdit: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditKnowledge field""" - permissionsEditKnowledge: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageKnowledge field""" - permissionsManageKnowledge: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageSolutions field""" - permissionsManageSolutions: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCustomizeApplication field""" - permissionsCustomizeApplication: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditReadonlyFields field""" - permissionsEditReadonlyFields: SalesforceBooleanFilter - - """Filter by the Profile's permissionsRunReports field""" - permissionsRunReports: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewSetup field""" - permissionsViewSetup: SalesforceBooleanFilter - - """Filter by the Profile's permissionsTransferAnyEntity field""" - permissionsTransferAnyEntity: SalesforceBooleanFilter - - """Filter by the Profile's permissionsNewReportBuilder field""" - permissionsNewReportBuilder: SalesforceBooleanFilter - - """Filter by the Profile's permissionsActivateContract field""" - permissionsActivateContract: SalesforceBooleanFilter - - """Filter by the Profile's permissionsActivateOrder field""" - permissionsActivateOrder: SalesforceBooleanFilter - - """Filter by the Profile's permissionsImportLeads field""" - permissionsImportLeads: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageLeads field""" - permissionsManageLeads: SalesforceBooleanFilter - - """Filter by the Profile's permissionsTransferAnyLead field""" - permissionsTransferAnyLead: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewAllData field""" - permissionsViewAllData: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditPublicDocuments field""" - permissionsEditPublicDocuments: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewEncryptedData field""" - permissionsViewEncryptedData: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditBrandTemplates field""" - permissionsEditBrandTemplates: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditHtmlTemplates field""" - permissionsEditHtmlTemplates: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterInternalUser field""" - permissionsChatterInternalUser: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageEncryptionKeys field""" - permissionsManageEncryptionKeys: SalesforceBooleanFilter - - """Filter by the Profile's permissionsDeleteActivatedContract field""" - permissionsDeleteActivatedContract: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterInviteExternalUsers field""" - permissionsChatterInviteExternalUsers: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSendSitRequests field""" - permissionsSendSitRequests: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageRemoteAccess field""" - permissionsManageRemoteAccess: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCanUseNewDashboardBuilder field""" - permissionsCanUseNewDashboardBuilder: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageCategories field""" - permissionsManageCategories: SalesforceBooleanFilter - - """Filter by the Profile's permissionsConvertLeads field""" - permissionsConvertLeads: SalesforceBooleanFilter - - """Filter by the Profile's permissionsPasswordNeverExpires field""" - permissionsPasswordNeverExpires: SalesforceBooleanFilter - - """Filter by the Profile's permissionsUseTeamReassignWizards field""" - permissionsUseTeamReassignWizards: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditActivatedOrders field""" - permissionsEditActivatedOrders: SalesforceBooleanFilter - - """Filter by the Profile's permissionsInstallMultiforce field""" - permissionsInstallMultiforce: SalesforceBooleanFilter - - """Filter by the Profile's permissionsPublishMultiforce field""" - permissionsPublishMultiforce: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterOwnGroups field""" - permissionsChatterOwnGroups: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditOppLineItemUnitPrice field""" - permissionsEditOppLineItemUnitPrice: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateMultiforce field""" - permissionsCreateMultiforce: SalesforceBooleanFilter - - """Filter by the Profile's permissionsBulkApiHardDelete field""" - permissionsBulkApiHardDelete: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSolutionImport field""" - permissionsSolutionImport: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageCallCenters field""" - permissionsManageCallCenters: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageSynonyms field""" - permissionsManageSynonyms: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewContent field""" - permissionsViewContent: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageEmailClientConfig field""" - permissionsManageEmailClientConfig: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEnableNotifications field""" - permissionsEnableNotifications: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageDataIntegrations field""" - permissionsManageDataIntegrations: SalesforceBooleanFilter - - """Filter by the Profile's permissionsDistributeFromPersWksp field""" - permissionsDistributeFromPersWksp: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewDataCategories field""" - permissionsViewDataCategories: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageDataCategories field""" - permissionsManageDataCategories: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAuthorApex field""" - permissionsAuthorApex: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageMobile field""" - permissionsManageMobile: SalesforceBooleanFilter - - """Filter by the Profile's permissionsApiEnabled field""" - permissionsApiEnabled: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageCustomReportTypes field""" - permissionsManageCustomReportTypes: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditCaseComments field""" - permissionsEditCaseComments: SalesforceBooleanFilter - - """Filter by the Profile's permissionsTransferAnyCase field""" - permissionsTransferAnyCase: SalesforceBooleanFilter - - """Filter by the Profile's permissionsContentAdministrator field""" - permissionsContentAdministrator: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateWorkspaces field""" - permissionsCreateWorkspaces: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageContentPermissions field""" - permissionsManageContentPermissions: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageContentProperties field""" - permissionsManageContentProperties: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageContentTypes field""" - permissionsManageContentTypes: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageExchangeConfig field""" - permissionsManageExchangeConfig: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageAnalyticSnapshots field""" - permissionsManageAnalyticSnapshots: SalesforceBooleanFilter - - """Filter by the Profile's permissionsScheduleReports field""" - permissionsScheduleReports: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageBusinessHourHolidays field""" - permissionsManageBusinessHourHolidays: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageDynamicDashboards field""" - permissionsManageDynamicDashboards: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCustomSidebarOnAllPages field""" - permissionsCustomSidebarOnAllPages: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageInteraction field""" - permissionsManageInteraction: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewMyTeamsDashboards field""" - permissionsViewMyTeamsDashboards: SalesforceBooleanFilter - - """Filter by the Profile's permissionsModerateChatter field""" - permissionsModerateChatter: SalesforceBooleanFilter - - """Filter by the Profile's permissionsResetPasswords field""" - permissionsResetPasswords: SalesforceBooleanFilter - - """Filter by the Profile's permissionsFlowUflRequired field""" - permissionsFlowUflRequired: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCanInsertFeedSystemFields field""" - permissionsCanInsertFeedSystemFields: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageKnowledgeImportExport field""" - permissionsManageKnowledgeImportExport: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEmailTemplateManagement field""" - permissionsEmailTemplateManagement: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEmailAdministration field""" - permissionsEmailAdministration: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageChatterMessages field""" - permissionsManageChatterMessages: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAllowEmailIc field""" - permissionsAllowEmailIc: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterFileLink field""" - permissionsChatterFileLink: SalesforceBooleanFilter - - """Filter by the Profile's permissionsForceTwoFactor field""" - permissionsForceTwoFactor: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewEventLogFiles field""" - permissionsViewEventLogFiles: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageNetworks field""" - permissionsManageNetworks: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageAuthProviders field""" - permissionsManageAuthProviders: SalesforceBooleanFilter - - """Filter by the Profile's permissionsRunFlow field""" - permissionsRunFlow: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateCustomizeDashboards field""" - permissionsCreateCustomizeDashboards: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateDashboardFolders field""" - permissionsCreateDashboardFolders: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewPublicDashboards field""" - permissionsViewPublicDashboards: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageDashbdsInPubFolders field""" - permissionsManageDashbdsInPubFolders: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateCustomizeReports field""" - permissionsCreateCustomizeReports: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateReportFolders field""" - permissionsCreateReportFolders: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewPublicReports field""" - permissionsViewPublicReports: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageReportsInPubFolders field""" - permissionsManageReportsInPubFolders: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditMyDashboards field""" - permissionsEditMyDashboards: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditMyReports field""" - permissionsEditMyReports: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewAllUsers field""" - permissionsViewAllUsers: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAllowUniversalSearch field""" - permissionsAllowUniversalSearch: SalesforceBooleanFilter - - """Filter by the Profile's permissionsConnectOrgToEnvironmentHub field""" - permissionsConnectOrgToEnvironmentHub: SalesforceBooleanFilter - - """Filter by the Profile's permissionsWorkCalibrationUser field""" - permissionsWorkCalibrationUser: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateCustomizeFilters field""" - permissionsCreateCustomizeFilters: SalesforceBooleanFilter - - """Filter by the Profile's permissionsWorkDotComUserPerm field""" - permissionsWorkDotComUserPerm: SalesforceBooleanFilter - - """Filter by the Profile's permissionsGovernNetworks field""" - permissionsGovernNetworks: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSalesConsole field""" - permissionsSalesConsole: SalesforceBooleanFilter - - """Filter by the Profile's permissionsTwoFactorApi field""" - permissionsTwoFactorApi: SalesforceBooleanFilter - - """Filter by the Profile's permissionsDeleteTopics field""" - permissionsDeleteTopics: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEditTopics field""" - permissionsEditTopics: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateTopics field""" - permissionsCreateTopics: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAssignTopics field""" - permissionsAssignTopics: SalesforceBooleanFilter - - """Filter by the Profile's permissionsIdentityEnabled field""" - permissionsIdentityEnabled: SalesforceBooleanFilter - - """Filter by the Profile's permissionsIdentityConnect field""" - permissionsIdentityConnect: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAllowViewKnowledge field""" - permissionsAllowViewKnowledge: SalesforceBooleanFilter - - """Filter by the Profile's permissionsContentWorkspaces field""" - permissionsContentWorkspaces: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageSearchPromotionRules field""" - permissionsManageSearchPromotionRules: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCustomMobileAppsAccess field""" - permissionsCustomMobileAppsAccess: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewHelpLink field""" - permissionsViewHelpLink: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageProfilesPermissionsets field""" - permissionsManageProfilesPermissionsets: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAssignPermissionSets field""" - permissionsAssignPermissionSets: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageRoles field""" - permissionsManageRoles: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageIpAddresses field""" - permissionsManageIpAddresses: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageSharing field""" - permissionsManageSharing: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageInternalUsers field""" - permissionsManageInternalUsers: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManagePasswordPolicies field""" - permissionsManagePasswordPolicies: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageLoginAccessPolicies field""" - permissionsManageLoginAccessPolicies: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageCustomPermissions field""" - permissionsManageCustomPermissions: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCanVerifyComment field""" - permissionsCanVerifyComment: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageUnlistedGroups field""" - permissionsManageUnlistedGroups: SalesforceBooleanFilter - - """Filter by the Profile's permissionsModifySecureAgents field""" - permissionsModifySecureAgents: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageTwoFactor field""" - permissionsManageTwoFactor: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterForSharePoint field""" - permissionsChatterForSharePoint: SalesforceBooleanFilter - - """Filter by the Profile's permissionsLightningExperienceUser field""" - permissionsLightningExperienceUser: SalesforceBooleanFilter - - """Filter by the Profile's permissionsConfigCustomRecs field""" - permissionsConfigCustomRecs: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSubmitMacrosAllowed field""" - permissionsSubmitMacrosAllowed: SalesforceBooleanFilter - - """Filter by the Profile's permissionsBulkMacrosAllowed field""" - permissionsBulkMacrosAllowed: SalesforceBooleanFilter - - """Filter by the Profile's permissionsShareInternalArticles field""" - permissionsShareInternalArticles: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageSessionPermissionSets field""" - permissionsManageSessionPermissionSets: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSendAnnouncementEmails field""" - permissionsSendAnnouncementEmails: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterEditOwnPost field""" - permissionsChatterEditOwnPost: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterEditOwnRecordPost field""" - permissionsChatterEditOwnRecordPost: SalesforceBooleanFilter - - """Filter by the Profile's permissionsImportCustomObjects field""" - permissionsImportCustomObjects: SalesforceBooleanFilter - - """Filter by the Profile's permissionsDelegatedTwoFactor field""" - permissionsDelegatedTwoFactor: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChatterComposeUiCodesnippet field""" - permissionsChatterComposeUiCodesnippet: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSelectFilesFromSalesforce field""" - permissionsSelectFilesFromSalesforce: SalesforceBooleanFilter - - """Filter by the Profile's permissionsModerateNetworkUsers field""" - permissionsModerateNetworkUsers: SalesforceBooleanFilter - - """Filter by the Profile's permissionsMergeTopics field""" - permissionsMergeTopics: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSubscribeToLightningReports field""" - permissionsSubscribeToLightningReports: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManagePvtRptsAndDashbds field""" - permissionsManagePvtRptsAndDashbds: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAllowLightningLogin field""" - permissionsAllowLightningLogin: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCampaignInfluence2 field""" - permissionsCampaignInfluence2: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewDataAssessment field""" - permissionsViewDataAssessment: SalesforceBooleanFilter - - """Filter by the Profile's permissionsRemoveDirectMessageMembers field""" - permissionsRemoveDirectMessageMembers: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCanApproveFeedPost field""" - permissionsCanApproveFeedPost: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAddDirectMessageMembers field""" - permissionsAddDirectMessageMembers: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAllowViewEditConvertedLeads field""" - permissionsAllowViewEditConvertedLeads: SalesforceBooleanFilter - - """Filter by the Profile's permissionsShowCompanyNameAsUserBadge field""" - permissionsShowCompanyNameAsUserBadge: SalesforceBooleanFilter - - """Filter by the Profile's permissionsAccessCmc field""" - permissionsAccessCmc: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewHealthCheck field""" - permissionsViewHealthCheck: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageHealthCheck field""" - permissionsManageHealthCheck: SalesforceBooleanFilter - - """Filter by the Profile's permissionsPackaging2 field""" - permissionsPackaging2: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageCertificates field""" - permissionsManageCertificates: SalesforceBooleanFilter - - """Filter by the Profile's permissionsCreateReportInLightning field""" - permissionsCreateReportInLightning: SalesforceBooleanFilter - - """Filter by the Profile's permissionsPreventClassicExperience field""" - permissionsPreventClassicExperience: SalesforceBooleanFilter - - """Filter by the Profile's permissionsHideReadByList field""" - permissionsHideReadByList: SalesforceBooleanFilter - - """Filter by the Profile's permissionsListEmailSend field""" - permissionsListEmailSend: SalesforceBooleanFilter - - """Filter by the Profile's permissionsFeedPinning field""" - permissionsFeedPinning: SalesforceBooleanFilter - - """Filter by the Profile's permissionsChangeDashboardColors field""" - permissionsChangeDashboardColors: SalesforceBooleanFilter - - """Filter by the Profile's permissionsIotUser field""" - permissionsIotUser: SalesforceBooleanFilter - - """Filter by the Profile's permissionsUseWebLink field""" - permissionsUseWebLink: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewAllActivities field""" - permissionsViewAllActivities: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSubscribeReportToOtherUsers field""" - permissionsSubscribeReportToOtherUsers: SalesforceBooleanFilter - - """ - Filter by the Profile's permissionsLightningConsoleAllowedForUser field - """ - permissionsLightningConsoleAllowedForUser: SalesforceBooleanFilter - - """Filter by the Profile's permissionsSubscribeReportsRunAsUser field""" - permissionsSubscribeReportsRunAsUser: SalesforceBooleanFilter - - """ - Filter by the Profile's permissionsSubscribeToLightningDashboards field - """ - permissionsSubscribeToLightningDashboards: SalesforceBooleanFilter - - """Filter by the Profile's permissionsApexRestServices field""" - permissionsApexRestServices: SalesforceBooleanFilter - - """Filter by the Profile's permissionsEnableCommunityAppLauncher field""" - permissionsEnableCommunityAppLauncher: SalesforceBooleanFilter - - """Filter by the Profile's permissionsManageSurveys field""" - permissionsManageSurveys: SalesforceBooleanFilter - - """Filter by the Profile's permissionsViewRoles field""" - permissionsViewRoles: SalesforceBooleanFilter - - """Filter by the Profile's userLicenseId field""" - userLicenseId: SalesforceIdFilter - - """Filter by the Profile's userType field""" - userType: SalesforceStringFilter - - """Filter by the Profile's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Profile's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Profile's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Profile's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Profile's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Profile's description field""" - description: SalesforceStringFilter - - """Filter by the Profile's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Profile's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Checks for any expressions in this list.""" - or: [SalesforceProfileConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceProfileConnectionFilter!] -} - -"""A filter to be used against custom fields of type `datetime`.""" -input SalesforceCustomFieldDateTimeFilter { - filter: SalesforceDateTimeFilter! - - """Name of the custom field, e.g. `CustomerPriority__c`""" - fieldName: String! -} - -"""A filter to be used against custom fields of type `date`.""" -input SalesforceCustomFieldDateFilter { - filter: SalesforceDateFilter! - - """Name of the custom field, e.g. `CustomerPriority__c`""" - fieldName: String! -} - -"""A filter to be used against custom fields of type `boolean`.""" -input SalesforceCustomFieldBooleanFilter { - filter: SalesforceBooleanFilter! - - """Name of the custom field, e.g. `CustomerPriority__c`""" - fieldName: String! -} - -"""A filter to be used against custom fields of type `string`.""" -input SalesforceCustomFieldStringFilter { - filter: SalesforceStringFilter! - - """Name of the custom field, e.g. `CustomerPriority__c`""" - fieldName: String! -} - -"""A filter to be used against custom fields of type `float`.""" -input SalesforceCustomFieldFloatFilter { - filter: SalesforceFloatFilter! - - """Name of the custom field, e.g. `CustomerPriority__c`""" - fieldName: String! -} - -"""A filter to be used against custom fields of type `int`.""" -input SalesforceCustomFieldIntFilter { - filter: SalesforceIntFilter! - - """Name of the custom field, e.g. `CustomerPriority__c`""" - fieldName: String! -} - -"""A filter to be used against custom fields.""" -input SalesforceCustomFieldFilter { - """Filter for custom field of type `datetime`.""" - dateTimeField: SalesforceCustomFieldDateTimeFilter - - """Filter for custom field of type `date`.""" - dateField: SalesforceCustomFieldDateFilter - - """Filter for custom field of type `boolean`.""" - booleanField: SalesforceCustomFieldBooleanFilter - - """Filter for custom field of type `string`.""" - stringField: SalesforceCustomFieldStringFilter - - """Filter for custom field of type `float`.""" - floatField: SalesforceCustomFieldFloatFilter - - """Filter for custom field of type `int`.""" - intField: SalesforceCustomFieldIntFilter -} - -""" -A filter to be used against DandBCompany object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceDandBCompanyConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the DandBCompany's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the DandBCompany's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the DandBCompany's id field""" - id: SalesforceIdFilter - - """Filter by the DandBCompany's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the DandBCompany's name field""" - name: SalesforceStringFilter - - """Filter by the DandBCompany's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the DandBCompany's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the DandBCompany's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the DandBCompany's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the DandBCompany's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the DandBCompany's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the DandBCompany's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the DandBCompany's dunsNumber field""" - dunsNumber: SalesforceStringFilter - - """Filter by the DandBCompany's street field""" - street: SalesforceStringFilter - - """Filter by the DandBCompany's city field""" - city: SalesforceStringFilter - - """Filter by the DandBCompany's state field""" - state: SalesforceStringFilter - - """Filter by the DandBCompany's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the DandBCompany's country field""" - country: SalesforceStringFilter - - """Filter by the DandBCompany's geocodeAccuracyStandard field""" - geocodeAccuracyStandard: SalesforceStringFilter - - """Filter by the DandBCompany's phone field""" - phone: SalesforceStringFilter - - """Filter by the DandBCompany's fax field""" - fax: SalesforceStringFilter - - """Filter by the DandBCompany's countryAccessCode field""" - countryAccessCode: SalesforceStringFilter - - """Filter by the DandBCompany's publicIndicator field""" - publicIndicator: SalesforceStringFilter - - """Filter by the DandBCompany's stockSymbol field""" - stockSymbol: SalesforceStringFilter - - """Filter by the DandBCompany's stockExchange field""" - stockExchange: SalesforceStringFilter - - """Filter by the DandBCompany's salesVolume field""" - salesVolume: SalesforceFloatFilter - - """Filter by the DandBCompany's url field""" - url: SalesforceStringFilter - - """Filter by the DandBCompany's outOfBusiness field""" - outOfBusiness: SalesforceStringFilter - - """Filter by the DandBCompany's employeesTotal field""" - employeesTotal: SalesforceFloatFilter - - """Filter by the DandBCompany's fipsMsaCode field""" - fipsMsaCode: SalesforceStringFilter - - """Filter by the DandBCompany's fipsMsaDesc field""" - fipsMsaDesc: SalesforceStringFilter - - """Filter by the DandBCompany's tradeStyle1 field""" - tradeStyle1: SalesforceStringFilter - - """Filter by the DandBCompany's yearStarted field""" - yearStarted: SalesforceStringFilter - - """Filter by the DandBCompany's mailingStreet field""" - mailingStreet: SalesforceStringFilter - - """Filter by the DandBCompany's mailingCity field""" - mailingCity: SalesforceStringFilter - - """Filter by the DandBCompany's mailingState field""" - mailingState: SalesforceStringFilter - - """Filter by the DandBCompany's mailingPostalCode field""" - mailingPostalCode: SalesforceStringFilter - - """Filter by the DandBCompany's mailingCountry field""" - mailingCountry: SalesforceStringFilter - - """Filter by the DandBCompany's mailingGeocodeAccuracy field""" - mailingGeocodeAccuracy: SalesforceStringFilter - - """Filter by the DandBCompany's latitude field""" - latitude: SalesforceStringFilter - - """Filter by the DandBCompany's longitude field""" - longitude: SalesforceStringFilter - - """Filter by the DandBCompany's primarySic field""" - primarySic: SalesforceStringFilter - - """Filter by the DandBCompany's primarySicDesc field""" - primarySicDesc: SalesforceStringFilter - - """Filter by the DandBCompany's secondSic field""" - secondSic: SalesforceStringFilter - - """Filter by the DandBCompany's secondSicDesc field""" - secondSicDesc: SalesforceStringFilter - - """Filter by the DandBCompany's thirdSic field""" - thirdSic: SalesforceStringFilter - - """Filter by the DandBCompany's thirdSicDesc field""" - thirdSicDesc: SalesforceStringFilter - - """Filter by the DandBCompany's fourthSic field""" - fourthSic: SalesforceStringFilter - - """Filter by the DandBCompany's fourthSicDesc field""" - fourthSicDesc: SalesforceStringFilter - - """Filter by the DandBCompany's fifthSic field""" - fifthSic: SalesforceStringFilter - - """Filter by the DandBCompany's fifthSicDesc field""" - fifthSicDesc: SalesforceStringFilter - - """Filter by the DandBCompany's sixthSic field""" - sixthSic: SalesforceStringFilter - - """Filter by the DandBCompany's sixthSicDesc field""" - sixthSicDesc: SalesforceStringFilter - - """Filter by the DandBCompany's primaryNaics field""" - primaryNaics: SalesforceStringFilter - - """Filter by the DandBCompany's primaryNaicsDesc field""" - primaryNaicsDesc: SalesforceStringFilter - - """Filter by the DandBCompany's secondNaics field""" - secondNaics: SalesforceStringFilter - - """Filter by the DandBCompany's secondNaicsDesc field""" - secondNaicsDesc: SalesforceStringFilter - - """Filter by the DandBCompany's thirdNaics field""" - thirdNaics: SalesforceStringFilter - - """Filter by the DandBCompany's thirdNaicsDesc field""" - thirdNaicsDesc: SalesforceStringFilter - - """Filter by the DandBCompany's fourthNaics field""" - fourthNaics: SalesforceStringFilter - - """Filter by the DandBCompany's fourthNaicsDesc field""" - fourthNaicsDesc: SalesforceStringFilter - - """Filter by the DandBCompany's fifthNaics field""" - fifthNaics: SalesforceStringFilter - - """Filter by the DandBCompany's fifthNaicsDesc field""" - fifthNaicsDesc: SalesforceStringFilter - - """Filter by the DandBCompany's sixthNaics field""" - sixthNaics: SalesforceStringFilter - - """Filter by the DandBCompany's sixthNaicsDesc field""" - sixthNaicsDesc: SalesforceStringFilter - - """Filter by the DandBCompany's ownOrRent field""" - ownOrRent: SalesforceStringFilter - - """Filter by the DandBCompany's employeesHere field""" - employeesHere: SalesforceFloatFilter - - """Filter by the DandBCompany's employeesHereReliability field""" - employeesHereReliability: SalesforceStringFilter - - """Filter by the DandBCompany's salesVolumeReliability field""" - salesVolumeReliability: SalesforceStringFilter - - """Filter by the DandBCompany's currencyCode field""" - currencyCode: SalesforceStringFilter - - """Filter by the DandBCompany's legalStatus field""" - legalStatus: SalesforceStringFilter - - """Filter by the DandBCompany's globalUltimateTotalEmployees field""" - globalUltimateTotalEmployees: SalesforceFloatFilter - - """Filter by the DandBCompany's employeesTotalReliability field""" - employeesTotalReliability: SalesforceStringFilter - - """Filter by the DandBCompany's minorityOwned field""" - minorityOwned: SalesforceStringFilter - - """Filter by the DandBCompany's womenOwned field""" - womenOwned: SalesforceStringFilter - - """Filter by the DandBCompany's smallBusiness field""" - smallBusiness: SalesforceStringFilter - - """Filter by the DandBCompany's marketingSegmentationCluster field""" - marketingSegmentationCluster: SalesforceStringFilter - - """Filter by the DandBCompany's importExportAgent field""" - importExportAgent: SalesforceStringFilter - - """Filter by the DandBCompany's subsidiary field""" - subsidiary: SalesforceStringFilter - - """Filter by the DandBCompany's tradeStyle2 field""" - tradeStyle2: SalesforceStringFilter - - """Filter by the DandBCompany's tradeStyle3 field""" - tradeStyle3: SalesforceStringFilter - - """Filter by the DandBCompany's tradeStyle4 field""" - tradeStyle4: SalesforceStringFilter - - """Filter by the DandBCompany's tradeStyle5 field""" - tradeStyle5: SalesforceStringFilter - - """Filter by the DandBCompany's nationalId field""" - nationalId: SalesforceStringFilter - - """Filter by the DandBCompany's nationalIdType field""" - nationalIdType: SalesforceStringFilter - - """Filter by the DandBCompany's usTaxId field""" - usTaxId: SalesforceStringFilter - - """Filter by the DandBCompany's geoCodeAccuracy field""" - geoCodeAccuracy: SalesforceStringFilter - - """Filter by the DandBCompany's familyMembers field""" - familyMembers: SalesforceIntFilter - - """Filter by the DandBCompany's marketingPreScreen field""" - marketingPreScreen: SalesforceStringFilter - - """Filter by the DandBCompany's globalUltimateDunsNumber field""" - globalUltimateDunsNumber: SalesforceStringFilter - - """Filter by the DandBCompany's globalUltimateBusinessName field""" - globalUltimateBusinessName: SalesforceStringFilter - - """Filter by the DandBCompany's parentOrHqDunsNumber field""" - parentOrHqDunsNumber: SalesforceStringFilter - - """Filter by the DandBCompany's parentOrHqBusinessName field""" - parentOrHqBusinessName: SalesforceStringFilter - - """Filter by the DandBCompany's domesticUltimateDunsNumber field""" - domesticUltimateDunsNumber: SalesforceStringFilter - - """Filter by the DandBCompany's domesticUltimateBusinessName field""" - domesticUltimateBusinessName: SalesforceStringFilter - - """Filter by the DandBCompany's locationStatus field""" - locationStatus: SalesforceStringFilter - - """Filter by the DandBCompany's companyCurrencyIsoCode field""" - companyCurrencyIsoCode: SalesforceStringFilter - - """Filter by the DandBCompany's fortuneRank field""" - fortuneRank: SalesforceIntFilter - - """Filter by the DandBCompany's includedInSnP500 field""" - includedInSnP500: SalesforceStringFilter - - """Filter by the DandBCompany's premisesMeasure field""" - premisesMeasure: SalesforceIntFilter - - """Filter by the DandBCompany's premisesMeasureReliability field""" - premisesMeasureReliability: SalesforceStringFilter - - """Filter by the DandBCompany's premisesMeasureUnit field""" - premisesMeasureUnit: SalesforceStringFilter - - """Filter by the DandBCompany's employeeQuantityGrowthRate field""" - employeeQuantityGrowthRate: SalesforceFloatFilter - - """Filter by the DandBCompany's salesTurnoverGrowthRate field""" - salesTurnoverGrowthRate: SalesforceFloatFilter - - """Filter by the DandBCompany's primarySic8 field""" - primarySic8: SalesforceStringFilter - - """Filter by the DandBCompany's primarySic8Desc field""" - primarySic8Desc: SalesforceStringFilter - - """Filter by the DandBCompany's secondSic8 field""" - secondSic8: SalesforceStringFilter - - """Filter by the DandBCompany's secondSic8Desc field""" - secondSic8Desc: SalesforceStringFilter - - """Filter by the DandBCompany's thirdSic8 field""" - thirdSic8: SalesforceStringFilter - - """Filter by the DandBCompany's thirdSic8Desc field""" - thirdSic8Desc: SalesforceStringFilter - - """Filter by the DandBCompany's fourthSic8 field""" - fourthSic8: SalesforceStringFilter - - """Filter by the DandBCompany's fourthSic8Desc field""" - fourthSic8Desc: SalesforceStringFilter - - """Filter by the DandBCompany's fifthSic8 field""" - fifthSic8: SalesforceStringFilter - - """Filter by the DandBCompany's fifthSic8Desc field""" - fifthSic8Desc: SalesforceStringFilter - - """Filter by the DandBCompany's sixthSic8 field""" - sixthSic8: SalesforceStringFilter - - """Filter by the DandBCompany's sixthSic8Desc field""" - sixthSic8Desc: SalesforceStringFilter - - """Filter by the DandBCompany's priorYearEmployees field""" - priorYearEmployees: SalesforceIntFilter - - """Filter by the DandBCompany's priorYearRevenue field""" - priorYearRevenue: SalesforceFloatFilter - - """Checks for any expressions in this list.""" - or: [SalesforceDandBCompanyConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceDandBCompanyConnectionFilter!] -} - -""" -A filter to be used against Account object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceAccountConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the Account's dandbCompany relation.""" - dandbCompany: SalesforceDandBCompanyConnectionFilter - - """Filter by the Account's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the Account's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the Account's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the Account's parent relation.""" - parent: SalesforceAccountConnectionFilter - - """Filter by the Account's masterRecord relation.""" - masterRecord: SalesforceAccountConnectionFilter - - """Filter by the Account's id field""" - id: SalesforceIdFilter - - """Filter by the Account's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the Account's masterRecordId field""" - masterRecordId: SalesforceIdFilter - - """Filter by the Account's name field""" - name: SalesforceStringFilter - - """Filter by the Account's type field""" - type: SalesforceStringFilter - - """Filter by the Account's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the Account's billingStreet field""" - billingStreet: SalesforceStringFilter - - """Filter by the Account's billingCity field""" - billingCity: SalesforceStringFilter - - """Filter by the Account's billingState field""" - billingState: SalesforceStringFilter - - """Filter by the Account's billingPostalCode field""" - billingPostalCode: SalesforceStringFilter - - """Filter by the Account's billingCountry field""" - billingCountry: SalesforceStringFilter - - """Filter by the Account's billingLatitude field""" - billingLatitude: SalesforceFloatFilter - - """Filter by the Account's billingLongitude field""" - billingLongitude: SalesforceFloatFilter - - """Filter by the Account's billingGeocodeAccuracy field""" - billingGeocodeAccuracy: SalesforceStringFilter - - """Filter by the Account's shippingStreet field""" - shippingStreet: SalesforceStringFilter - - """Filter by the Account's shippingCity field""" - shippingCity: SalesforceStringFilter - - """Filter by the Account's shippingState field""" - shippingState: SalesforceStringFilter - - """Filter by the Account's shippingPostalCode field""" - shippingPostalCode: SalesforceStringFilter - - """Filter by the Account's shippingCountry field""" - shippingCountry: SalesforceStringFilter - - """Filter by the Account's shippingLatitude field""" - shippingLatitude: SalesforceFloatFilter - - """Filter by the Account's shippingLongitude field""" - shippingLongitude: SalesforceFloatFilter - - """Filter by the Account's shippingGeocodeAccuracy field""" - shippingGeocodeAccuracy: SalesforceStringFilter - - """Filter by the Account's phone field""" - phone: SalesforceStringFilter - - """Filter by the Account's fax field""" - fax: SalesforceStringFilter - - """Filter by the Account's accountNumber field""" - accountNumber: SalesforceStringFilter - - """Filter by the Account's website field""" - website: SalesforceStringFilter - - """Filter by the Account's photoUrl field""" - photoUrl: SalesforceStringFilter - - """Filter by the Account's sic field""" - sic: SalesforceStringFilter - - """Filter by the Account's industry field""" - industry: SalesforceStringFilter - - """Filter by the Account's annualRevenue field""" - annualRevenue: SalesforceFloatFilter - - """Filter by the Account's numberOfEmployees field""" - numberOfEmployees: SalesforceIntFilter - - """Filter by the Account's ownership field""" - ownership: SalesforceStringFilter - - """Filter by the Account's tickerSymbol field""" - tickerSymbol: SalesforceStringFilter - - """Filter by the Account's rating field""" - rating: SalesforceStringFilter - - """Filter by the Account's site field""" - site: SalesforceStringFilter - - """Filter by the Account's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the Account's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the Account's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the Account's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the Account's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the Account's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the Account's lastActivityDate field""" - lastActivityDate: SalesforceDateFilter - - """Filter by the Account's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the Account's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the Account's jigsaw field""" - jigsaw: SalesforceStringFilter - - """Filter by the Account's jigsawCompanyId field""" - jigsawCompanyId: SalesforceStringFilter - - """Filter by the Account's cleanStatus field""" - cleanStatus: SalesforceStringFilter - - """Filter by the Account's accountSource field""" - accountSource: SalesforceStringFilter - - """Filter by the Account's dunsNumber field""" - dunsNumber: SalesforceStringFilter - - """Filter by the Account's tradestyle field""" - tradestyle: SalesforceStringFilter - - """Filter by the Account's naicsCode field""" - naicsCode: SalesforceStringFilter - - """Filter by the Account's naicsDesc field""" - naicsDesc: SalesforceStringFilter - - """Filter by the Account's yearStarted field""" - yearStarted: SalesforceStringFilter - - """Filter by the Account's sicDesc field""" - sicDesc: SalesforceStringFilter - - """Filter by the Account's dandbCompanyId field""" - dandbCompanyId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceAccountConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceAccountConnectionFilter!] -} - -""" -A filter to be used against UserRole object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserRoleConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the UserRole's portalAccountOwner relation.""" - portalAccountOwner: SalesforceUserConnectionFilter - - """Filter by the UserRole's portalAccount relation.""" - portalAccount: SalesforceAccountConnectionFilter - - """Filter by the UserRole's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the UserRole's forecastUser relation.""" - forecastUser: SalesforceUserConnectionFilter - - """Filter by the UserRole's parentRole relation.""" - parentRole: SalesforceUserRoleConnectionFilter - - """Filter by the UserRole's id field""" - id: SalesforceIdFilter - - """Filter by the UserRole's name field""" - name: SalesforceStringFilter - - """Filter by the UserRole's parentRoleId field""" - parentRoleId: SalesforceIdFilter - - """Filter by the UserRole's rollupDescription field""" - rollupDescription: SalesforceStringFilter - - """Filter by the UserRole's opportunityAccessForAccountOwner field""" - opportunityAccessForAccountOwner: SalesforceStringFilter - - """Filter by the UserRole's caseAccessForAccountOwner field""" - caseAccessForAccountOwner: SalesforceStringFilter - - """Filter by the UserRole's contactAccessForAccountOwner field""" - contactAccessForAccountOwner: SalesforceStringFilter - - """Filter by the UserRole's forecastUserId field""" - forecastUserId: SalesforceIdFilter - - """Filter by the UserRole's mayForecastManagerShare field""" - mayForecastManagerShare: SalesforceBooleanFilter - - """Filter by the UserRole's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the UserRole's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the UserRole's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the UserRole's developerName field""" - developerName: SalesforceStringFilter - - """Filter by the UserRole's portalAccountId field""" - portalAccountId: SalesforceIdFilter - - """Filter by the UserRole's portalType field""" - portalType: SalesforceStringFilter - - """Filter by the UserRole's portalAccountOwnerId field""" - portalAccountOwnerId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserRoleConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserRoleConnectionFilter!] -} - -""" -A filter to be used against float fields. All fields are combined with a logical `and`. -""" -input SalesforceFloatFilter { - """Not included in the specified list.""" - notIn: [Float!] - - """Included in the specified list.""" - in: [Float!] - - """Less than or equal to the specified value""" - lessThanOrEqualTo: Float - - """Less than the specified value""" - lessThan: Float - - """Greater than or equal to the specified value""" - greaterThanOrEqualTo: Float - - """Greater than the specified value""" - greaterThan: Float - - """Is null (if true is specified) or is not null (if false is specified).""" - isNull: Boolean - - """Not equal to the specified value.""" - notEqualTo: Float - - """Equal to the specified value.""" - equalTo: Float -} - -""" -A filter to be used against User object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceUserConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the User's callCenter relation.""" - callCenter: SalesforceCallCenterConnectionFilter - - """Filter by the User's account relation.""" - account: SalesforceAccountConnectionFilter - - """Filter by the User's contact relation.""" - contact: SalesforceContactConnectionFilter - - """Filter by the User's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the User's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the User's manager relation.""" - manager: SalesforceUserConnectionFilter - - """Filter by the User's profile relation.""" - profile: SalesforceProfileConnectionFilter - - """Filter by the User's userRole relation.""" - userRole: SalesforceUserRoleConnectionFilter - - """Filter by the User's id field""" - id: SalesforceIdFilter - - """Filter by the User's username field""" - username: SalesforceStringFilter - - """Filter by the User's lastName field""" - lastName: SalesforceStringFilter - - """Filter by the User's firstName field""" - firstName: SalesforceStringFilter - - """Filter by the User's name field""" - name: SalesforceStringFilter - - """Filter by the User's companyName field""" - companyName: SalesforceStringFilter - - """Filter by the User's division field""" - division: SalesforceStringFilter - - """Filter by the User's department field""" - department: SalesforceStringFilter - - """Filter by the User's title field""" - title: SalesforceStringFilter - - """Filter by the User's street field""" - street: SalesforceStringFilter - - """Filter by the User's city field""" - city: SalesforceStringFilter - - """Filter by the User's state field""" - state: SalesforceStringFilter - - """Filter by the User's postalCode field""" - postalCode: SalesforceStringFilter - - """Filter by the User's country field""" - country: SalesforceStringFilter - - """Filter by the User's latitude field""" - latitude: SalesforceFloatFilter - - """Filter by the User's longitude field""" - longitude: SalesforceFloatFilter - - """Filter by the User's geocodeAccuracy field""" - geocodeAccuracy: SalesforceStringFilter - - """Filter by the User's email field""" - email: SalesforceStringFilter - - """Filter by the User's emailPreferencesAutoBcc field""" - emailPreferencesAutoBcc: SalesforceBooleanFilter - - """Filter by the User's emailPreferencesAutoBccStayInTouch field""" - emailPreferencesAutoBccStayInTouch: SalesforceBooleanFilter - - """Filter by the User's emailPreferencesStayInTouchReminder field""" - emailPreferencesStayInTouchReminder: SalesforceBooleanFilter - - """Filter by the User's senderEmail field""" - senderEmail: SalesforceStringFilter - - """Filter by the User's senderName field""" - senderName: SalesforceStringFilter - - """Filter by the User's signature field""" - signature: SalesforceStringFilter - - """Filter by the User's stayInTouchSubject field""" - stayInTouchSubject: SalesforceStringFilter - - """Filter by the User's stayInTouchSignature field""" - stayInTouchSignature: SalesforceStringFilter - - """Filter by the User's stayInTouchNote field""" - stayInTouchNote: SalesforceStringFilter - - """Filter by the User's phone field""" - phone: SalesforceStringFilter - - """Filter by the User's fax field""" - fax: SalesforceStringFilter - - """Filter by the User's mobilePhone field""" - mobilePhone: SalesforceStringFilter - - """Filter by the User's alias field""" - alias: SalesforceStringFilter - - """Filter by the User's communityNickname field""" - communityNickname: SalesforceStringFilter - - """Filter by the User's badgeText field""" - badgeText: SalesforceStringFilter - - """Filter by the User's isActive field""" - isActive: SalesforceBooleanFilter - - """Filter by the User's timeZoneSidKey field""" - timeZoneSidKey: SalesforceStringFilter - - """Filter by the User's userRoleId field""" - userRoleId: SalesforceIdFilter - - """Filter by the User's localeSidKey field""" - localeSidKey: SalesforceStringFilter - - """Filter by the User's receivesInfoEmails field""" - receivesInfoEmails: SalesforceBooleanFilter - - """Filter by the User's receivesAdminInfoEmails field""" - receivesAdminInfoEmails: SalesforceBooleanFilter - - """Filter by the User's emailEncodingKey field""" - emailEncodingKey: SalesforceStringFilter - - """Filter by the User's profileId field""" - profileId: SalesforceIdFilter - - """Filter by the User's userType field""" - userType: SalesforceStringFilter - - """Filter by the User's languageLocaleKey field""" - languageLocaleKey: SalesforceStringFilter - - """Filter by the User's employeeNumber field""" - employeeNumber: SalesforceStringFilter - - """Filter by the User's delegatedApproverId field""" - delegatedApproverId: SalesforceIdFilter - - """Filter by the User's managerId field""" - managerId: SalesforceIdFilter - - """Filter by the User's lastLoginDate field""" - lastLoginDate: SalesforceDateTimeFilter - - """Filter by the User's lastPasswordChangeDate field""" - lastPasswordChangeDate: SalesforceDateTimeFilter - - """Filter by the User's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the User's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the User's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the User's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the User's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the User's offlineTrialExpirationDate field""" - offlineTrialExpirationDate: SalesforceDateTimeFilter - - """Filter by the User's offlinePdaTrialExpirationDate field""" - offlinePdaTrialExpirationDate: SalesforceDateTimeFilter - - """Filter by the User's userPermissionsMarketingUser field""" - userPermissionsMarketingUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsOfflineUser field""" - userPermissionsOfflineUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsCallCenterAutoLogin field""" - userPermissionsCallCenterAutoLogin: SalesforceBooleanFilter - - """Filter by the User's userPermissionsMobileUser field""" - userPermissionsMobileUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsSfContentUser field""" - userPermissionsSfContentUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsKnowledgeUser field""" - userPermissionsKnowledgeUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsInteractionUser field""" - userPermissionsInteractionUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsSupportUser field""" - userPermissionsSupportUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsJigsawProspectingUser field""" - userPermissionsJigsawProspectingUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsSiteforceContributorUser field""" - userPermissionsSiteforceContributorUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsSiteforcePublisherUser field""" - userPermissionsSiteforcePublisherUser: SalesforceBooleanFilter - - """Filter by the User's userPermissionsWorkDotComUserFeature field""" - userPermissionsWorkDotComUserFeature: SalesforceBooleanFilter - - """Filter by the User's forecastEnabled field""" - forecastEnabled: SalesforceBooleanFilter - - """Filter by the User's userPreferencesActivityRemindersPopup field""" - userPreferencesActivityRemindersPopup: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesEventRemindersCheckboxDefault field - """ - userPreferencesEventRemindersCheckboxDefault: SalesforceBooleanFilter - - """Filter by the User's userPreferencesTaskRemindersCheckboxDefault field""" - userPreferencesTaskRemindersCheckboxDefault: SalesforceBooleanFilter - - """Filter by the User's userPreferencesReminderSoundOff field""" - userPreferencesReminderSoundOff: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableAllFeedsEmail field""" - userPreferencesDisableAllFeedsEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableFollowersEmail field""" - userPreferencesDisableFollowersEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableProfilePostEmail field""" - userPreferencesDisableProfilePostEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableChangeCommentEmail field""" - userPreferencesDisableChangeCommentEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableLaterCommentEmail field""" - userPreferencesDisableLaterCommentEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisProfPostCommentEmail field""" - userPreferencesDisProfPostCommentEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesContentNoEmail field""" - userPreferencesContentNoEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesContentEmailAsAndWhen field""" - userPreferencesContentEmailAsAndWhen: SalesforceBooleanFilter - - """Filter by the User's userPreferencesApexPagesDeveloperMode field""" - userPreferencesApexPagesDeveloperMode: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHideCsnGetChatterMobileTask field""" - userPreferencesHideCsnGetChatterMobileTask: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableMentionsPostEmail field""" - userPreferencesDisableMentionsPostEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisMentionsCommentEmail field""" - userPreferencesDisMentionsCommentEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHideCsnDesktopTask field""" - userPreferencesHideCsnDesktopTask: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHideChatterOnboardingSplash field""" - userPreferencesHideChatterOnboardingSplash: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesHideSecondChatterOnboardingSplash field - """ - userPreferencesHideSecondChatterOnboardingSplash: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisCommentAfterLikeEmail field""" - userPreferencesDisCommentAfterLikeEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableLikeEmail field""" - userPreferencesDisableLikeEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesSortFeedByComment field""" - userPreferencesSortFeedByComment: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableMessageEmail field""" - userPreferencesDisableMessageEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesJigsawListUser field""" - userPreferencesJigsawListUser: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableBookmarkEmail field""" - userPreferencesDisableBookmarkEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableSharePostEmail field""" - userPreferencesDisableSharePostEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesEnableAutoSubForFeeds field""" - userPreferencesEnableAutoSubForFeeds: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesDisableFileShareNotificationsForApi field - """ - userPreferencesDisableFileShareNotificationsForApi: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowTitleToExternalUsers field""" - userPreferencesShowTitleToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowManagerToExternalUsers field""" - userPreferencesShowManagerToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowEmailToExternalUsers field""" - userPreferencesShowEmailToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowWorkPhoneToExternalUsers field""" - userPreferencesShowWorkPhoneToExternalUsers: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesShowMobilePhoneToExternalUsers field - """ - userPreferencesShowMobilePhoneToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowFaxToExternalUsers field""" - userPreferencesShowFaxToExternalUsers: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesShowStreetAddressToExternalUsers field - """ - userPreferencesShowStreetAddressToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowCityToExternalUsers field""" - userPreferencesShowCityToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowStateToExternalUsers field""" - userPreferencesShowStateToExternalUsers: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesShowPostalCodeToExternalUsers field - """ - userPreferencesShowPostalCodeToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowCountryToExternalUsers field""" - userPreferencesShowCountryToExternalUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowProfilePicToGuestUsers field""" - userPreferencesShowProfilePicToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowTitleToGuestUsers field""" - userPreferencesShowTitleToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowCityToGuestUsers field""" - userPreferencesShowCityToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowStateToGuestUsers field""" - userPreferencesShowStateToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowPostalCodeToGuestUsers field""" - userPreferencesShowPostalCodeToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowCountryToGuestUsers field""" - userPreferencesShowCountryToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableFeedbackEmail field""" - userPreferencesDisableFeedbackEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableWorkEmail field""" - userPreferencesDisableWorkEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHideS1BrowserUi field""" - userPreferencesHideS1BrowserUi: SalesforceBooleanFilter - - """Filter by the User's userPreferencesDisableEndorsementEmail field""" - userPreferencesDisableEndorsementEmail: SalesforceBooleanFilter - - """Filter by the User's userPreferencesPathAssistantCollapsed field""" - userPreferencesPathAssistantCollapsed: SalesforceBooleanFilter - - """Filter by the User's userPreferencesCacheDiagnostics field""" - userPreferencesCacheDiagnostics: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowEmailToGuestUsers field""" - userPreferencesShowEmailToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowManagerToGuestUsers field""" - userPreferencesShowManagerToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowWorkPhoneToGuestUsers field""" - userPreferencesShowWorkPhoneToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowMobilePhoneToGuestUsers field""" - userPreferencesShowMobilePhoneToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesShowFaxToGuestUsers field""" - userPreferencesShowFaxToGuestUsers: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesShowStreetAddressToGuestUsers field - """ - userPreferencesShowStreetAddressToGuestUsers: SalesforceBooleanFilter - - """Filter by the User's userPreferencesLightningExperiencePreferred field""" - userPreferencesLightningExperiencePreferred: SalesforceBooleanFilter - - """Filter by the User's userPreferencesPreviewLightning field""" - userPreferencesPreviewLightning: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesHideEndUserOnboardingAssistantModal field - """ - userPreferencesHideEndUserOnboardingAssistantModal: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHideLightningMigrationModal field""" - userPreferencesHideLightningMigrationModal: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHideSfxWelcomeMat field""" - userPreferencesHideSfxWelcomeMat: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHideBiggerPhotoCallout field""" - userPreferencesHideBiggerPhotoCallout: SalesforceBooleanFilter - - """Filter by the User's userPreferencesGlobalNavBarWtShown field""" - userPreferencesGlobalNavBarWtShown: SalesforceBooleanFilter - - """Filter by the User's userPreferencesGlobalNavGridMenuWtShown field""" - userPreferencesGlobalNavGridMenuWtShown: SalesforceBooleanFilter - - """Filter by the User's userPreferencesCreateLexAppsWtShown field""" - userPreferencesCreateLexAppsWtShown: SalesforceBooleanFilter - - """Filter by the User's userPreferencesFavoritesWtShown field""" - userPreferencesFavoritesWtShown: SalesforceBooleanFilter - - """ - Filter by the User's userPreferencesRecordHomeSectionCollapseWtShown field - """ - userPreferencesRecordHomeSectionCollapseWtShown: SalesforceBooleanFilter - - """Filter by the User's userPreferencesRecordHomeReservedWtShown field""" - userPreferencesRecordHomeReservedWtShown: SalesforceBooleanFilter - - """Filter by the User's userPreferencesFavoritesShowTopFavorites field""" - userPreferencesFavoritesShowTopFavorites: SalesforceBooleanFilter - - """Filter by the User's userPreferencesExcludeMailAppAttachments field""" - userPreferencesExcludeMailAppAttachments: SalesforceBooleanFilter - - """Filter by the User's userPreferencesSuppressTaskSfxReminders field""" - userPreferencesSuppressTaskSfxReminders: SalesforceBooleanFilter - - """Filter by the User's userPreferencesSuppressEventSfxReminders field""" - userPreferencesSuppressEventSfxReminders: SalesforceBooleanFilter - - """Filter by the User's userPreferencesPreviewCustomTheme field""" - userPreferencesPreviewCustomTheme: SalesforceBooleanFilter - - """Filter by the User's userPreferencesHasCelebrationBadge field""" - userPreferencesHasCelebrationBadge: SalesforceBooleanFilter - - """Filter by the User's contactId field""" - contactId: SalesforceIdFilter - - """Filter by the User's accountId field""" - accountId: SalesforceIdFilter - - """Filter by the User's callCenterId field""" - callCenterId: SalesforceIdFilter - - """Filter by the User's extension field""" - extension: SalesforceStringFilter - - """Filter by the User's federationIdentifier field""" - federationIdentifier: SalesforceStringFilter - - """Filter by the User's aboutMe field""" - aboutMe: SalesforceStringFilter - - """Filter by the User's fullPhotoUrl field""" - fullPhotoUrl: SalesforceStringFilter - - """Filter by the User's smallPhotoUrl field""" - smallPhotoUrl: SalesforceStringFilter - - """Filter by the User's isExtIndicatorVisible field""" - isExtIndicatorVisible: SalesforceBooleanFilter - - """Filter by the User's outOfOfficeMessage field""" - outOfOfficeMessage: SalesforceStringFilter - - """Filter by the User's mediumPhotoUrl field""" - mediumPhotoUrl: SalesforceStringFilter - - """Filter by the User's digestFrequency field""" - digestFrequency: SalesforceStringFilter - - """Filter by the User's defaultGroupNotificationFrequency field""" - defaultGroupNotificationFrequency: SalesforceStringFilter - - """Filter by the User's jigsawImportLimitOverride field""" - jigsawImportLimitOverride: SalesforceIntFilter - - """Filter by the User's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the User's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the User's bannerPhotoUrl field""" - bannerPhotoUrl: SalesforceStringFilter - - """Filter by the User's smallBannerPhotoUrl field""" - smallBannerPhotoUrl: SalesforceStringFilter - - """Filter by the User's mediumBannerPhotoUrl field""" - mediumBannerPhotoUrl: SalesforceStringFilter - - """Filter by the User's isProfilePhotoActive field""" - isProfilePhotoActive: SalesforceBooleanFilter - - """Checks for any expressions in this list.""" - or: [SalesforceUserConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceUserConnectionFilter!] -} - -""" -A filter to be used against date fields. All fields are combined with a logical `and`. Accepts dates in UTC with format 06/22/1971. -""" -input SalesforceDateFilter { - """ - Not included in the specified list. Accepts dates in UTC with format 06/22/1971. - """ - notIn: [String!] - - """ - Included in the specified list. Accepts dates in UTC with format 06/22/1971. - """ - in: [String!] - - """ - Less than or equal to the specified value. Accepts dates in UTC with format 06/22/1971. - """ - lessThanOrEqualTo: String - - """ - Less than the specified value. Accepts dates in UTC with format 06/22/1971. - """ - lessThan: String - - """ - Greater than or equal to the specified value. Accepts dates in UTC with format 06/22/1971. - """ - greaterThanOrEqualTo: String - - """ - Greater than the specified value. Accepts dates in UTC with format 06/22/1971. - """ - greaterThan: String - - """Is null (if true is specified) or is not null (if false is specified).""" - isNull: Boolean - - """ - Not equal to the specified value. Accepts dates in UTC with format 06/22/1971. - """ - notEqualTo: String - - """ - Equal to the specified value. Accepts dates in UTC with format 06/22/1971. - """ - equalTo: String -} - -""" -A filter to be used against int fields. All fields are combined with a logical `and`. -""" -input SalesforceIntFilter { - """Not included in the specified list.""" - notIn: [Int!] - - """Included in the specified list.""" - in: [Int!] - - """Less than or equal to the specified value""" - lessThanOrEqualTo: Int - - """Less than the specified value""" - lessThan: Int - - """Greater than or equal to the specified value""" - greaterThanOrEqualTo: Int - - """Greater than the specified value""" - greaterThan: Int - - """Is null (if true is specified) or is not null (if false is specified).""" - isNull: Boolean - - """Not equal to the specified value.""" - notEqualTo: Int - - """Equal to the specified value.""" - equalTo: Int -} - -""" -A filter to be used against ContentDocument object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentDocumentConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentDocument's contentAsset relation.""" - contentAsset: SalesforceContentAssetConnectionFilter - - """Filter by the ContentDocument's parent relation.""" - parent: SalesforceContentWorkspaceConnectionFilter - - """Filter by the ContentDocument's latestPublishedVersion relation.""" - latestPublishedVersion: SalesforceContentVersionConnectionFilter - - """Filter by the ContentDocument's owner relation.""" - owner: SalesforceUserConnectionFilter - - """Filter by the ContentDocument's archivedBy relation.""" - archivedBy: SalesforceUserConnectionFilter - - """Filter by the ContentDocument's lastModifiedBy relation.""" - lastModifiedBy: SalesforceUserConnectionFilter - - """Filter by the ContentDocument's createdBy relation.""" - createdBy: SalesforceUserConnectionFilter - - """Filter by the ContentDocument's id field""" - id: SalesforceIdFilter - - """Filter by the ContentDocument's createdById field""" - createdById: SalesforceIdFilter - - """Filter by the ContentDocument's createdDate field""" - createdDate: SalesforceDateTimeFilter - - """Filter by the ContentDocument's lastModifiedById field""" - lastModifiedById: SalesforceIdFilter - - """Filter by the ContentDocument's lastModifiedDate field""" - lastModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentDocument's isArchived field""" - isArchived: SalesforceBooleanFilter - - """Filter by the ContentDocument's archivedById field""" - archivedById: SalesforceIdFilter - - """Filter by the ContentDocument's archivedDate field""" - archivedDate: SalesforceDateFilter - - """Filter by the ContentDocument's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentDocument's ownerId field""" - ownerId: SalesforceIdFilter - - """Filter by the ContentDocument's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentDocument's title field""" - title: SalesforceStringFilter - - """Filter by the ContentDocument's publishStatus field""" - publishStatus: SalesforceStringFilter - - """Filter by the ContentDocument's latestPublishedVersionId field""" - latestPublishedVersionId: SalesforceIdFilter - - """Filter by the ContentDocument's parentId field""" - parentId: SalesforceIdFilter - - """Filter by the ContentDocument's lastViewedDate field""" - lastViewedDate: SalesforceDateTimeFilter - - """Filter by the ContentDocument's lastReferencedDate field""" - lastReferencedDate: SalesforceDateTimeFilter - - """Filter by the ContentDocument's description field""" - description: SalesforceStringFilter - - """Filter by the ContentDocument's contentSize field""" - contentSize: SalesforceIntFilter - - """Filter by the ContentDocument's fileType field""" - fileType: SalesforceStringFilter - - """Filter by the ContentDocument's fileExtension field""" - fileExtension: SalesforceStringFilter - - """Filter by the ContentDocument's sharingOption field""" - sharingOption: SalesforceStringFilter - - """Filter by the ContentDocument's sharingPrivacy field""" - sharingPrivacy: SalesforceStringFilter - - """Filter by the ContentDocument's contentModifiedDate field""" - contentModifiedDate: SalesforceDateTimeFilter - - """Filter by the ContentDocument's contentAssetId field""" - contentAssetId: SalesforceIdFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentDocumentConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentDocumentConnectionFilter!] -} - -""" -A filter to be used against Id fields. All fields are combined with a logical `and`. -""" -input SalesforceIdFilter { - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Less than or equal to the specified value""" - lessThanOrEqualTo: String - - """Less than the specified value""" - lessThan: String - - """Greater than or equal to the specified value""" - greaterThanOrEqualTo: String - - """Greater than the specified value""" - greaterThan: String - - """Is null (if true is specified) or is not null (if false is specified).""" - isNull: Boolean - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String -} - -""" -A filter to be used against boolean fields. All fields are combined with a logical `and`. -""" -input SalesforceBooleanFilter { - """Is null (if true is specified) or is not null (if false is specified).""" - isNull: Boolean - - """Not equal to the specified value.""" - notEqualTo: Boolean - - """Equal to the specified value.""" - equalTo: Boolean -} - -""" -A filter to be used against date time fields. All fields are combined with a logical `and`. Accepts dates in UTC with format `06/22/1971 14:55:28` -""" -input SalesforceDateTimeFilter { - """ - Not included in the specified list. Accepts dates in UTC with format `06/22/1971 14:55:28` - """ - notIn: [String!] - - """ - Included in the specified list. Accepts dates in UTC with format `06/22/1971 14:55:28` - """ - in: [String!] - - """ - Less than or equal to the specified value. Accepts dates in UTC with format `06/22/1971 14:55:28` - """ - lessThanOrEqualTo: String - - """ - Less than the specified value. Accepts dates in UTC with format `06/22/1971 14:55:28` - """ - lessThan: String - - """ - Greater than or equal to the specified value. Accepts dates in UTC with format `06/22/1971 14:55:28` - """ - greaterThanOrEqualTo: String - - """ - Greater than the specified value. Accepts dates in UTC with format `06/22/1971 14:55:28` - """ - greaterThan: String - - """Is null (if true is specified) or is not null (if false is specified).""" - isNull: Boolean - - """Not equal to the specified value.""" - notEqualTo: String - - """ - Equal to the specified value. Accepts dates in UTC with format `06/22/1971 14:55:28` - """ - equalTo: String -} - -""" -A filter to be used against string fields. All fields are combined with a logical `and`. -""" -input SalesforceStringFilter { - """Not included in the specified list.""" - notIn: [String!] - - """Included in the specified list.""" - in: [String!] - - """Less than or equal to the specified value""" - lessThanOrEqualTo: String - - """Less than the specified value""" - lessThan: String - - """Greater than or equal to the specified value""" - greaterThanOrEqualTo: String - - """Greater than the specified value""" - greaterThan: String - - """ - Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. - """ - like: String - - """Is null (if true is specified) or is not null (if false is specified).""" - isNull: Boolean - - """Not equal to the specified value.""" - notEqualTo: String - - """Equal to the specified value.""" - equalTo: String -} - -""" -A filter to be used against ContentDocumentLink object types. All fields are combined with a logical ‘and.’ -""" -input SalesforceContentDocumentLinkConnectionFilter { - """Filter against custom fields.""" - customField: SalesforceCustomFieldFilter - - """Filter by the ContentDocumentLink's contentDocument relation.""" - contentDocument: SalesforceContentDocumentConnectionFilter - - """Filter by the ContentDocumentLink's id field""" - id: SalesforceIdFilter - - """Filter by the ContentDocumentLink's linkedEntityId field""" - linkedEntityId: SalesforceIdFilter - - """Filter by the ContentDocumentLink's contentDocumentId field""" - contentDocumentId: SalesforceIdFilter - - """Filter by the ContentDocumentLink's isDeleted field""" - isDeleted: SalesforceBooleanFilter - - """Filter by the ContentDocumentLink's systemModstamp field""" - systemModstamp: SalesforceDateTimeFilter - - """Filter by the ContentDocumentLink's shareType field""" - shareType: SalesforceStringFilter - - """Filter by the ContentDocumentLink's visibility field""" - visibility: SalesforceStringFilter - - """Checks for any expressions in this list.""" - or: [SalesforceContentDocumentLinkConnectionFilter!] - - """Checks for all expressions in this list.""" - and: [SalesforceContentDocumentLinkConnectionFilter!] -} - -"""Field that Content Document Links can be sorted by""" -enum SalesforceContentDocumentLinkSortByFieldEnum { - ID - LINKED_ENTITY_ID - CONTENT_DOCUMENT_ID - IS_DELETED - SYSTEM_MODSTAMP - SHARE_TYPE - VISIBILITY -} - -"""Order that items should be sorted""" -enum SalesforceSortOrderBy { - ASC - DESC -} - -"""Topic""" -type SalesforceTopic implements OneGraphNode { - """Topic ID""" - id: String! - - """Name""" - name: String! - - """Description""" - description: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Talking About""" - talkingAbout: Int! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce CustomBrand""" - customBrands( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrands to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce KnowledgeableUser""" - knowledgeableUsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceKnowledgeableUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceKnowledgeableUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceKnowledgeableUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of KnowledgeableUsers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceKnowledgeableUsersConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce TopicFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicFeedsConnection - - """Collection of Salesforce TopicUserEvent""" - topicUserEvents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicUserEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicUserEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicUserEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicUserEvents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicUserEventsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceContentDocumentLinkLinkedEntityUnion = SalesforceUser | SalesforceTopic | SalesforceTask | SalesforceSolution | SalesforceSite | SalesforceReport | SalesforceProduct2 | SalesforceOutgoingEmail | SalesforceOrganization | SalesforceOrderItem | SalesforceOrder | SalesforceOpportunity | SalesforceListEmail | SalesforceLead | SalesforceEvent | SalesforceEmailTemplate | SalesforceEmailMessage | SalesforceDashboardComponent | SalesforceDashboard | SalesforceContract | SalesforceContentWorkspace | SalesforceContact | SalesforceCollaborationGroup | SalesforceCase | SalesforceCampaign | SalesforceAssetRelationship | SalesforceAsset | SalesforceAccount - -"""Content Document Link""" -type SalesforceContentDocumentLink implements OneGraphNode { - """ContentDocumentLink ID""" - id: String! - - """Linked Entity ID""" - linkedEntityId: String! - - """Linked Entity ID""" - linkedEntity: SalesforceContentDocumentLinkLinkedEntityUnion! - - """ContentDocument ID""" - contentDocumentId: String! - - """ContentDocument ID""" - contentDocument: SalesforceContentDocument! - - """Is Deleted""" - isDeleted: Boolean! - - """System Modstamp""" - systemModstamp: String! - - """Share Type""" - shareType: String - - """Visibility""" - visibility: String - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Content Document Links connection, for use in pagination.""" -type SalesforceContentDocumentLinksConnection { - """ - The count of all Content Document Link you could get from the connection. - """ - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Content Document Links""" - nodes: [SalesforceContentDocumentLink!]! - - """List of Content Document Link edges""" - edges: [SalesforceContentDocumentLinkEdge!]! -} - -"""Organization""" -type SalesforceOrganization implements OneGraphNode { - """Organization ID""" - id: String! - - """Name""" - name: String! - - """Division""" - division: String - - """Street""" - street: String - - """City""" - city: String - - """State/Province""" - state: String - - """Zip/Postal Code""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Address""" - address: SalesforceAddress - - """Phone""" - phone: String - - """Fax""" - fax: String - - """Primary Contact""" - primaryContact: String - - """Locale""" - defaultLocaleSidKey: String! - - """Language""" - languageLocaleKey: String! - - """Info Emails""" - receivesInfoEmails: Boolean! - - """Info Emails Admin""" - receivesAdminInfoEmails: Boolean! - - """RequireOpportunityProducts""" - preferencesRequireOpportunityProducts: Boolean! - - """TransactionSecurityPolicy""" - preferencesTransactionSecurityPolicy: Boolean! - - """TerminateOldestSession""" - preferencesTerminateOldestSession: Boolean! - - """ConsentManagementEnabled""" - preferencesConsentManagementEnabled: Boolean! - - """IndividualAutoCreateEnabled""" - preferencesIndividualAutoCreateEnabled: Boolean! - - """LightningLoginEnabled""" - preferencesLightningLoginEnabled: Boolean! - - """OnlyLLPermUserAllowed""" - preferencesOnlyLlPermUserAllowed: Boolean! - - """Fiscal Year Starts In""" - fiscalYearStartMonth: Int - - """Fiscal Year Name by Start""" - usesStartDateAsFiscalYearName: Boolean! - - """Default Account Access""" - defaultAccountAccess: String - - """Default Contact Access""" - defaultContactAccess: String - - """Default Opportunity Access""" - defaultOpportunityAccess: String - - """Default Lead Access""" - defaultLeadAccess: String - - """Default Case Access""" - defaultCaseAccess: String - - """Default Calendar Access""" - defaultCalendarAccess: String - - """Default Price Book Access""" - defaultPricebookAccess: String - - """Default Campaign Access""" - defaultCampaignAccess: String - - """System Modstamp""" - systemModstamp: String! - - """Compliance BCC Email""" - complianceBccEmail: String - - """UI Skin""" - uiSkin: String - - """Signup Country""" - signupCountryIsoCode: String - - """Trial Expiration Date""" - trialExpirationDate: String - - """Knowledge Licenses""" - numKnowledgeService: Int - - """Edition""" - organizationType: String - - """Namespace Prefix""" - namespacePrefix: String - - """Instance Name""" - instanceName: String - - """Is Sandbox""" - isSandbox: Boolean! - - """Web to Cases Default Origin""" - webToCaseDefaultOrigin: String - - """Monthly Page Views Used""" - monthlyPageViewsUsed: Int - - """Monthly Page Views Allowed""" - monthlyPageViewsEntitlement: Int - - """Is Read Only""" - isReadOnly: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce CustomBrand""" - customBrands( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrands to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandsConnection - - """Collection of Salesforce EmailTemplate""" - emailTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailTemplatesConnection - - """Collection of Salesforce Group""" - groups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGroupConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGroupSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGroupSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Groups to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGroupsConnection - - """Collection of Salesforce Report""" - reports( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceReportSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Reports to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportsConnection - - """Collection of Salesforce Stamp""" - stamps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStampConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStampSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStampSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Stamps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStampsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceGroupOwnerUnion = SalesforceUser | SalesforceOrganization - -union SalesforceGroupRelatedUnion = SalesforceUserRole | SalesforceUser - -"""Group""" -type SalesforceGroup implements OneGraphNode { - """Group ID""" - id: String! - - """Name""" - name: String! - - """Developer Name""" - developerName: String - - """Related ID""" - relatedId: String - - """Related ID""" - related: SalesforceGroupRelatedUnion - - """Type""" - type: String! - - """Email""" - email: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceGroupOwnerUnion! - - """Send Email to Members""" - doesSendEmailToMembers: Boolean! - - """Include Bosses""" - doesIncludeBosses: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Collection of Salesforce AccountShare""" - accountShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountSharesConnection - - """Collection of Salesforce AssetShare""" - assetShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetSharesConnection - - """Collection of Salesforce CampaignShare""" - campaignShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignSharesConnection - - """Collection of Salesforce CaseShare""" - caseShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSharesConnection - - """Collection of Salesforce ContactShare""" - contactShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactSharesConnection - - """Collection of Salesforce ContentWorkspaceMember""" - contentWorkspaceMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceMembersConnection - - """Collection of Salesforce FlowInterviewShare""" - flowInterviewShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowInterviewShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowInterviewShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowInterviewShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowInterviewShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowInterviewSharesConnection - - """Collection of Salesforce ForecastShare""" - forecastShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceForecastShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceForecastShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceForecastShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ForecastShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceForecastSharesConnection - - """Collection of Salesforce GroupMember""" - groupMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGroupMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGroupMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGroupMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of GroupMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGroupMembersConnection - - """Collection of Salesforce LeadShare""" - leadShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadSharesConnection - - """Collection of Salesforce ListEmailShare""" - listEmailShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListEmailShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ListEmailShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListEmailSharesConnection - - """Collection of Salesforce MacroShare""" - macroShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMacroShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MacroShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroSharesConnection - - """Collection of Salesforce OpportunityShare""" - opportunityShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitySharesConnection - - """Collection of Salesforce OrderShare""" - orderShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderSharesConnection - - """Collection of Salesforce OrgDeleteRequestShare""" - orgDeleteRequestShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrgDeleteRequestShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrgDeleteRequestShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrgDeleteRequestShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OrgDeleteRequestShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOrgDeleteRequestSharesConnection - - """Collection of Salesforce QueueSobject""" - queueSobjects( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQueueSobjectConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceQueueSobjectSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQueueSobjectSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of QueueSobjects to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQueueSobjectsConnection - - """Collection of Salesforce QuickTextShare""" - quickTextShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceQuickTextShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of QuickTextShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQuickTextSharesConnection - - """Collection of Salesforce StreamingChannelShare""" - streamingChannelShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStreamingChannelShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStreamingChannelShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStreamingChannelShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of StreamingChannelShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceStreamingChannelSharesConnection - - """Collection of Salesforce TodayGoalShare""" - todayGoalShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTodayGoalShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTodayGoalShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTodayGoalShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TodayGoalShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTodayGoalSharesConnection - - """Collection of Salesforce User""" - delegatedUsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - - """Collection of Salesforce UserAppMenuCustomizationShare""" - userAppMenuCustomizationShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppMenuCustomizationShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserAppMenuCustomizationShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppMenuCustomizationShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserAppMenuCustomizationShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserAppMenuCustomizationSharesConnection - - """Collection of Salesforce UserProvisioningRequestShare""" - userProvisioningRequestShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningRequestShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningRequestShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestSharesConnection - - """Collection of Salesforce UserShare""" - userShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserSharesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -union SalesforceForecastShareUserOrGroupUnion = SalesforceUser | SalesforceGroup - -"""Forecast Share""" -type SalesforceForecastShare implements OneGraphNode { - """Forecast Share ID""" - id: String! - - """User Role ID""" - userRoleId: String! - - """User Role ID""" - userRole: SalesforceUserRole! - - """User/Group ID""" - userOrGroupId: String! - - """User/Group ID""" - userOrGroup: SalesforceForecastShareUserOrGroupUnion! - - """Forecast Access""" - accessLevel: String! - - """Submit Allowed""" - canSubmit: Boolean! - - """Row Cause""" - rowCause: String! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Salesforce Forecast Shares connection, for use in pagination.""" -type SalesforceForecastSharesConnection { - """The count of all Forecast Share you could get from the connection.""" - totalCount: Int! - - """Pagination Information""" - pageInfo: PageInfo! - - """List of Salesforce Forecast Shares""" - nodes: [SalesforceForecastShare!]! - - """List of Forecast Share edges""" - edges: [SalesforceForecastShareEdge!]! -} - -"""Role""" -type SalesforceUserRole implements OneGraphNode { - """Role ID""" - id: String! - - """Name""" - name: String! - - """Parent Role ID""" - parentRoleId: String - - """Parent Role ID""" - parentRole: SalesforceUserRole - - """Description""" - rollupDescription: String - - """Opportunity Access Level for Account Owner""" - opportunityAccessForAccountOwner: String! - - """Case Access Level for Account Owner""" - caseAccessForAccountOwner: String - - """Contact Access Level for Account Owner""" - contactAccessForAccountOwner: String - - """User ID""" - forecastUserId: String - - """User ID""" - forecastUser: SalesforceUser - - """May Forecast Manager Share""" - mayForecastManagerShare: Boolean! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Developer Name""" - developerName: String - - """Account ID""" - portalAccountId: String - - """Account ID""" - portalAccount: SalesforceAccount - - """Portal Type""" - portalType: String - - """User ID""" - portalAccountOwnerId: String - - """User ID""" - portalAccountOwner: SalesforceUser - - """Collection of Salesforce ForecastShare""" - forecastShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceForecastShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceForecastShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceForecastShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ForecastShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceForecastSharesConnection - - """Collection of Salesforce Group""" - groups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGroupConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGroupSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGroupSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Groups to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGroupsConnection - - """Collection of Salesforce User""" - users( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - - """Collection of Salesforce UserRole""" - userRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserRolesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""User""" -type SalesforceUser implements OneGraphNode { - """Linked Github User""" - gitHubUser: GitHubUser - - """User ID""" - id: String! - - """Username""" - username: String! - - """Last Name""" - lastName: String! - - """First Name""" - firstName: String - - """Full Name""" - name: String! - - """Company Name""" - companyName: String - - """Division""" - division: String - - """Department""" - department: String - - """Title""" - title: String - - """Street""" - street: String - - """City""" - city: String - - """State/Province""" - state: String - - """Zip/Postal Code""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Address""" - address: SalesforceAddress - - """Email""" - email: String! - - """AutoBcc""" - emailPreferencesAutoBcc: Boolean! - - """AutoBccStayInTouch""" - emailPreferencesAutoBccStayInTouch: Boolean! - - """StayInTouchReminder""" - emailPreferencesStayInTouchReminder: Boolean! - - """Email Sender Address""" - senderEmail: String - - """Email Sender Name""" - senderName: String - - """Email Signature""" - signature: String - - """Stay-in-Touch Email Subject""" - stayInTouchSubject: String - - """Stay-in-Touch Email Signature""" - stayInTouchSignature: String - - """Stay-in-Touch Email Note""" - stayInTouchNote: String - - """Phone""" - phone: String - - """Fax""" - fax: String - - """Cell""" - mobilePhone: String - - """Alias""" - alias: String! - - """Nickname""" - communityNickname: String! - - """User Photo badge text overlay""" - badgeText: String - - """Active""" - isActive: Boolean! - - """Time Zone""" - timeZoneSidKey: String! - - """Role ID""" - userRoleId: String - - """Role ID""" - userRole: SalesforceUserRole - - """Locale""" - localeSidKey: String! - - """Info Emails""" - receivesInfoEmails: Boolean! - - """Admin Info Emails""" - receivesAdminInfoEmails: Boolean! - - """Email Encoding""" - emailEncodingKey: String! - - """Profile ID""" - profileId: String! - - """Profile ID""" - profile: SalesforceProfile! - - """User Type""" - userType: String - - """Language""" - languageLocaleKey: String! - - """Employee Number""" - employeeNumber: String - - """Delegated Approver ID""" - delegatedApproverId: String - - """Delegated Approver ID""" - delegatedApprover: SalesforceUserDelegatedApproverUnion - - """Manager ID""" - managerId: String - - """Manager ID""" - manager: SalesforceUser - - """Last Login""" - lastLoginDate: String - - """Last Password Change or Reset""" - lastPasswordChangeDate: String - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Offline Edition Trial Expiration Date""" - offlineTrialExpirationDate: String - - """Sales Anywhere Trial Expiration Date""" - offlinePdaTrialExpirationDate: String - - """Marketing User""" - userPermissionsMarketingUser: Boolean! - - """Offline User""" - userPermissionsOfflineUser: Boolean! - - """Auto-login To Call Center""" - userPermissionsCallCenterAutoLogin: Boolean! - - """Apex Mobile User""" - userPermissionsMobileUser: Boolean! - - """Salesforce CRM Content User""" - userPermissionsSfContentUser: Boolean! - - """Knowledge User""" - userPermissionsKnowledgeUser: Boolean! - - """Flow User""" - userPermissionsInteractionUser: Boolean! - - """Service Cloud User""" - userPermissionsSupportUser: Boolean! - - """Data.com User""" - userPermissionsJigsawProspectingUser: Boolean! - - """Site.com Contributor User""" - userPermissionsSiteforceContributorUser: Boolean! - - """Site.com Publisher User""" - userPermissionsSiteforcePublisherUser: Boolean! - - """Work.com User""" - userPermissionsWorkDotComUserFeature: Boolean! - - """Allow Forecasting""" - forecastEnabled: Boolean! - - """ActivityRemindersPopup""" - userPreferencesActivityRemindersPopup: Boolean! - - """EventRemindersCheckboxDefault""" - userPreferencesEventRemindersCheckboxDefault: Boolean! - - """TaskRemindersCheckboxDefault""" - userPreferencesTaskRemindersCheckboxDefault: Boolean! - - """ReminderSoundOff""" - userPreferencesReminderSoundOff: Boolean! - - """DisableAllFeedsEmail""" - userPreferencesDisableAllFeedsEmail: Boolean! - - """DisableFollowersEmail""" - userPreferencesDisableFollowersEmail: Boolean! - - """DisableProfilePostEmail""" - userPreferencesDisableProfilePostEmail: Boolean! - - """DisableChangeCommentEmail""" - userPreferencesDisableChangeCommentEmail: Boolean! - - """DisableLaterCommentEmail""" - userPreferencesDisableLaterCommentEmail: Boolean! - - """DisProfPostCommentEmail""" - userPreferencesDisProfPostCommentEmail: Boolean! - - """ContentNoEmail""" - userPreferencesContentNoEmail: Boolean! - - """ContentEmailAsAndWhen""" - userPreferencesContentEmailAsAndWhen: Boolean! - - """ApexPagesDeveloperMode""" - userPreferencesApexPagesDeveloperMode: Boolean! - - """HideCSNGetChatterMobileTask""" - userPreferencesHideCsnGetChatterMobileTask: Boolean! - - """DisableMentionsPostEmail""" - userPreferencesDisableMentionsPostEmail: Boolean! - - """DisMentionsCommentEmail""" - userPreferencesDisMentionsCommentEmail: Boolean! - - """HideCSNDesktopTask""" - userPreferencesHideCsnDesktopTask: Boolean! - - """HideChatterOnboardingSplash""" - userPreferencesHideChatterOnboardingSplash: Boolean! - - """HideSecondChatterOnboardingSplash""" - userPreferencesHideSecondChatterOnboardingSplash: Boolean! - - """DisCommentAfterLikeEmail""" - userPreferencesDisCommentAfterLikeEmail: Boolean! - - """DisableLikeEmail""" - userPreferencesDisableLikeEmail: Boolean! - - """SortFeedByComment""" - userPreferencesSortFeedByComment: Boolean! - - """DisableMessageEmail""" - userPreferencesDisableMessageEmail: Boolean! - - """JigsawListUser""" - userPreferencesJigsawListUser: Boolean! - - """DisableBookmarkEmail""" - userPreferencesDisableBookmarkEmail: Boolean! - - """DisableSharePostEmail""" - userPreferencesDisableSharePostEmail: Boolean! - - """EnableAutoSubForFeeds""" - userPreferencesEnableAutoSubForFeeds: Boolean! - - """DisableFileShareNotificationsForApi""" - userPreferencesDisableFileShareNotificationsForApi: Boolean! - - """ShowTitleToExternalUsers""" - userPreferencesShowTitleToExternalUsers: Boolean! - - """ShowManagerToExternalUsers""" - userPreferencesShowManagerToExternalUsers: Boolean! - - """ShowEmailToExternalUsers""" - userPreferencesShowEmailToExternalUsers: Boolean! - - """ShowWorkPhoneToExternalUsers""" - userPreferencesShowWorkPhoneToExternalUsers: Boolean! - - """ShowMobilePhoneToExternalUsers""" - userPreferencesShowMobilePhoneToExternalUsers: Boolean! - - """ShowFaxToExternalUsers""" - userPreferencesShowFaxToExternalUsers: Boolean! - - """ShowStreetAddressToExternalUsers""" - userPreferencesShowStreetAddressToExternalUsers: Boolean! - - """ShowCityToExternalUsers""" - userPreferencesShowCityToExternalUsers: Boolean! - - """ShowStateToExternalUsers""" - userPreferencesShowStateToExternalUsers: Boolean! - - """ShowPostalCodeToExternalUsers""" - userPreferencesShowPostalCodeToExternalUsers: Boolean! - - """ShowCountryToExternalUsers""" - userPreferencesShowCountryToExternalUsers: Boolean! - - """ShowProfilePicToGuestUsers""" - userPreferencesShowProfilePicToGuestUsers: Boolean! - - """ShowTitleToGuestUsers""" - userPreferencesShowTitleToGuestUsers: Boolean! - - """ShowCityToGuestUsers""" - userPreferencesShowCityToGuestUsers: Boolean! - - """ShowStateToGuestUsers""" - userPreferencesShowStateToGuestUsers: Boolean! - - """ShowPostalCodeToGuestUsers""" - userPreferencesShowPostalCodeToGuestUsers: Boolean! - - """ShowCountryToGuestUsers""" - userPreferencesShowCountryToGuestUsers: Boolean! - - """DisableFeedbackEmail""" - userPreferencesDisableFeedbackEmail: Boolean! - - """DisableWorkEmail""" - userPreferencesDisableWorkEmail: Boolean! - - """HideS1BrowserUI""" - userPreferencesHideS1BrowserUi: Boolean! - - """DisableEndorsementEmail""" - userPreferencesDisableEndorsementEmail: Boolean! - - """PathAssistantCollapsed""" - userPreferencesPathAssistantCollapsed: Boolean! - - """CacheDiagnostics""" - userPreferencesCacheDiagnostics: Boolean! - - """ShowEmailToGuestUsers""" - userPreferencesShowEmailToGuestUsers: Boolean! - - """ShowManagerToGuestUsers""" - userPreferencesShowManagerToGuestUsers: Boolean! - - """ShowWorkPhoneToGuestUsers""" - userPreferencesShowWorkPhoneToGuestUsers: Boolean! - - """ShowMobilePhoneToGuestUsers""" - userPreferencesShowMobilePhoneToGuestUsers: Boolean! - - """ShowFaxToGuestUsers""" - userPreferencesShowFaxToGuestUsers: Boolean! - - """ShowStreetAddressToGuestUsers""" - userPreferencesShowStreetAddressToGuestUsers: Boolean! - - """LightningExperiencePreferred""" - userPreferencesLightningExperiencePreferred: Boolean! - - """PreviewLightning""" - userPreferencesPreviewLightning: Boolean! - - """HideEndUserOnboardingAssistantModal""" - userPreferencesHideEndUserOnboardingAssistantModal: Boolean! - - """HideLightningMigrationModal""" - userPreferencesHideLightningMigrationModal: Boolean! - - """HideSfxWelcomeMat""" - userPreferencesHideSfxWelcomeMat: Boolean! - - """HideBiggerPhotoCallout""" - userPreferencesHideBiggerPhotoCallout: Boolean! - - """GlobalNavBarWTShown""" - userPreferencesGlobalNavBarWtShown: Boolean! - - """GlobalNavGridMenuWTShown""" - userPreferencesGlobalNavGridMenuWtShown: Boolean! - - """CreateLEXAppsWTShown""" - userPreferencesCreateLexAppsWtShown: Boolean! - - """FavoritesWTShown""" - userPreferencesFavoritesWtShown: Boolean! - - """RecordHomeSectionCollapseWTShown""" - userPreferencesRecordHomeSectionCollapseWtShown: Boolean! - - """RecordHomeReservedWTShown""" - userPreferencesRecordHomeReservedWtShown: Boolean! - - """FavoritesShowTopFavorites""" - userPreferencesFavoritesShowTopFavorites: Boolean! - - """ExcludeMailAppAttachments""" - userPreferencesExcludeMailAppAttachments: Boolean! - - """SuppressTaskSFXReminders""" - userPreferencesSuppressTaskSfxReminders: Boolean! - - """SuppressEventSFXReminders""" - userPreferencesSuppressEventSfxReminders: Boolean! - - """PreviewCustomTheme""" - userPreferencesPreviewCustomTheme: Boolean! - - """HasCelebrationBadge""" - userPreferencesHasCelebrationBadge: Boolean! - - """Contact ID""" - contactId: String - - """Contact ID""" - contact: SalesforceContact - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Call Center ID""" - callCenterId: String - - """Call Center ID""" - callCenter: SalesforceCallCenter - - """Extension""" - extension: String - - """SAML Federation ID""" - federationIdentifier: String - - """About Me""" - aboutMe: String - - """Url for full-sized Photo""" - fullPhotoUrl: String - - """Photo""" - smallPhotoUrl: String - - """Show external indicator""" - isExtIndicatorVisible: Boolean! - - """Out of office message""" - outOfOfficeMessage: String - - """Url for medium profile photo""" - mediumPhotoUrl: String - - """Chatter Email Highlights Frequency""" - digestFrequency: String! - - """Default Notification Frequency when Joining Groups""" - defaultGroupNotificationFrequency: String! - - """Data.com Monthly Addition Limit""" - jigsawImportLimitOverride: Int - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Url for banner photo""" - bannerPhotoUrl: String - - """Url for IOS banner photo""" - smallBannerPhotoUrl: String - - """Url for Android banner photo""" - mediumBannerPhotoUrl: String - - """Has Profile Photo""" - isProfilePhotoActive: Boolean! - - """Collection of Salesforce AcceptedEventRelation""" - acceptedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAcceptedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAcceptedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAcceptedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AcceptedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAcceptedEventRelationsConnection - - """Collection of Salesforce Account""" - accounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Accounts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountsConnection - - """Collection of Salesforce AccountCleanInfo""" - accountCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountCleanInfosConnection - - """Collection of Salesforce AccountCleanInfo""" - accountCleanInfoReviewers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountCleanInfosConnection - - """Collection of Salesforce AccountContactRole""" - accountContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountContactRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountContactRolesConnection - - """Collection of Salesforce AccountFeed""" - accountFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountFeedsConnection - - """Collection of Salesforce AccountHistory""" - accountHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountHistorysConnection - - """Collection of Salesforce AccountPartner""" - accountPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountPartnersConnection - - """Collection of Salesforce AccountShare""" - accountShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountSharesConnection - - """Collection of Salesforce ActionLinkGroupTemplate""" - actionLinkGroupTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceActionLinkGroupTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceActionLinkGroupTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceActionLinkGroupTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ActionLinkGroupTemplates to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceActionLinkGroupTemplatesConnection - - """Collection of Salesforce ActionLinkTemplate""" - actionLinkTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceActionLinkTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceActionLinkTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceActionLinkTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ActionLinkTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceActionLinkTemplatesConnection - - """Collection of Salesforce AdditionalNumber""" - additionalNumbers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAdditionalNumberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAdditionalNumberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAdditionalNumberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AdditionalNumbers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAdditionalNumbersConnection - - """Collection of Salesforce Announcement""" - announcements( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAnnouncementConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAnnouncementSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAnnouncementSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Announcements to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAnnouncementsConnection - - """Collection of Salesforce ApexClass""" - apexClasses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexClassConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexClassSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexClassSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexClasses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexClasssConnection - - """Collection of Salesforce ApexComponent""" - apexComponents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexComponentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexComponentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexComponentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexComponents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexComponentsConnection - - """Collection of Salesforce ApexEmailNotification""" - apexEmailNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexEmailNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexEmailNotificationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexEmailNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ApexEmailNotifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexEmailNotificationsConnection - - """Collection of Salesforce ApexLog""" - apexLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexLogSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexLogs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexLogsConnection - - """Collection of Salesforce ApexPage""" - apexPages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexPageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexPageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexPageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexPages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexPagesConnection - - """Collection of Salesforce ApexTestQueueItem""" - apexTestQueueItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestQueueItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestQueueItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestQueueItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestQueueItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestQueueItemsConnection - - """Collection of Salesforce ApexTestResultLimits""" - apexTestResultLimitsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestResultLimitsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestResultLimitsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestResultLimitsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ApexTestResultLimits to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceApexTestResultLimitssConnection - - """Collection of Salesforce ApexTestRunResult""" - apexTestRunResults( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestRunResultConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestRunResultSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestRunResultSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestRunResults to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestRunResultsConnection - - """Collection of Salesforce ApexTestSuite""" - apexTestSuites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTestSuiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTestSuiteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTestSuiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTestSuites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTestSuitesConnection - - """Collection of Salesforce ApexTrigger""" - apexTriggers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceApexTriggerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceApexTriggerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceApexTriggerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ApexTriggers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceApexTriggersConnection - - """Collection of Salesforce AppMenuItem""" - appMenuItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAppMenuItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAppMenuItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAppMenuItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AppMenuItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAppMenuItemsConnection - - """Collection of Salesforce Asset""" - assets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce AssetFeed""" - assetFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetFeedsConnection - - """Collection of Salesforce AssetHistory""" - assetHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetHistorysConnection - - """Collection of Salesforce AssetRelationship""" - assetRelationships( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetRelationships to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetRelationshipsConnection - - """Collection of Salesforce AssetRelationshipFeed""" - assetRelationshipFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AssetRelationshipFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAssetRelationshipFeedsConnection - - """Collection of Salesforce AssetRelationshipHistory""" - assetRelationshipHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetRelationshipHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetRelationshipHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetRelationshipHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AssetRelationshipHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAssetRelationshipHistorysConnection - - """Collection of Salesforce AssetShare""" - assetShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssetShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetSharesConnection - - """Collection of Salesforce AssignmentRule""" - assignmentRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssignmentRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssignmentRuleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssignmentRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AssignmentRules to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssignmentRulesConnection - - """Collection of Salesforce AsyncApexJob""" - asyncApexJobs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAsyncApexJobConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAsyncApexJobSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAsyncApexJobSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AsyncApexJobs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAsyncApexJobsConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce AuraDefinition""" - auraDefinitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuraDefinitionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuraDefinitionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuraDefinitionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuraDefinitions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuraDefinitionsConnection - - """Collection of Salesforce AuraDefinitionBundle""" - auraDefinitionBundles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuraDefinitionBundleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuraDefinitionBundleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuraDefinitionBundleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AuraDefinitionBundles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAuraDefinitionBundlesConnection - - """Collection of Salesforce AuthConfig""" - authConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthConfigs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthConfigsConnection - - """Collection of Salesforce AuthConfigProviders""" - authConfigProvidersPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthConfigProvidersConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthConfigProvidersSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthConfigProvidersSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthConfigProviders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthConfigProviderssConnection - - """Collection of Salesforce AuthProvider""" - authProviders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthProviderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthProviderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthProviderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthProviders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthProvidersConnection - - """Collection of Salesforce AuthSession""" - authSessions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAuthSessionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAuthSessionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAuthSessionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AuthSessions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAuthSessionsConnection - - """Collection of Salesforce BackgroundOperation""" - backgroundOperations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBackgroundOperationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceBackgroundOperationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBackgroundOperationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of BackgroundOperations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceBackgroundOperationsConnection - - """Collection of Salesforce BrandTemplate""" - brandTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBrandTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceBrandTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBrandTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of BrandTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceBrandTemplatesConnection - - """Collection of Salesforce BusinessHours""" - businessHoursPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBusinessHoursConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceBusinessHoursSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBusinessHoursSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of BusinessHours to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceBusinessHourssConnection - - """Collection of Salesforce BusinessProcess""" - businessProcesses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceBusinessProcessConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceBusinessProcessSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceBusinessProcessSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of BusinessProcesses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceBusinessProcesssConnection - - """Collection of Salesforce CallCenter""" - callCenters( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCallCenterConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCallCenterSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCallCenterSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CallCenters to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCallCentersConnection - - """Collection of Salesforce Campaign""" - campaigns( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Campaigns to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignsConnection - - """Collection of Salesforce CampaignFeed""" - campaignFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignFeedsConnection - - """Collection of Salesforce CampaignHistory""" - campaignHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignHistorysConnection - - """Collection of Salesforce CampaignMember""" - campaignMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignMembersConnection - - """Collection of Salesforce CampaignMemberStatus""" - campaignMemberStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignMemberStatusSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CampaignMemberStatuses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCampaignMemberStatussConnection - - """Collection of Salesforce CampaignShare""" - campaignShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignSharesConnection - - """Collection of Salesforce Case""" - cases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Cases to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCasesConnection - - """Collection of Salesforce CaseComment""" - caseComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseCommentsConnection - - """Collection of Salesforce CaseContactRole""" - caseContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseContactRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseContactRolesConnection - - """Collection of Salesforce CaseFeed""" - caseFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseFeedsConnection - - """Collection of Salesforce CaseHistory""" - caseHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseHistorysConnection - - """Collection of Salesforce CaseShare""" - caseShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSharesConnection - - """Collection of Salesforce CaseSolution""" - caseSolutions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseSolutionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSolutionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSolutionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseSolutions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSolutionsConnection - - """Collection of Salesforce CaseStatus""" - caseStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseStatusSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseStatuses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseStatussConnection - - """Collection of Salesforce CaseTeamMember""" - caseTeamMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseTeamMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseTeamMembersConnection - - """Collection of Salesforce CaseTeamRole""" - caseTeamRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseTeamRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseTeamRolesConnection - - """Collection of Salesforce CaseTeamTemplate""" - caseTeamTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseTeamTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseTeamTemplatesConnection - - """Collection of Salesforce CaseTeamTemplateMember""" - caseTeamTemplateMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamTemplateMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CaseTeamTemplateMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamTemplateMembersConnection - - """Collection of Salesforce CaseTeamTemplateRecord""" - caseTeamTemplateRecords( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamTemplateRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CaseTeamTemplateRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamTemplateRecordsConnection - - """Collection of Salesforce CategoryData""" - categoryDatas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCategoryDataConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCategoryDataSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCategoryDataSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CategoryDatas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCategoryDatasConnection - - """Collection of Salesforce CategoryNode""" - categoryNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCategoryNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCategoryNodeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCategoryNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CategoryNodes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCategoryNodesConnection - - """Collection of Salesforce ChatterActivity""" - chatterActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterActivityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceChatterActivitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterActivitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ChatterActivities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceChatterActivitysConnection - - """Collection of Salesforce ChatterExtension""" - chatterExtensions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterExtensionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceChatterExtensionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterExtensionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ChatterExtensions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceChatterExtensionsConnection - - """Collection of Salesforce ChatterExtensionConfig""" - chatterExtensionConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceChatterExtensionConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceChatterExtensionConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceChatterExtensionConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ChatterExtensionConfigs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceChatterExtensionConfigsConnection - - """Collection of Salesforce ClientBrowser""" - clientBrowsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceClientBrowserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceClientBrowserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceClientBrowserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ClientBrowsers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceClientBrowsersConnection - - """Collection of Salesforce CollaborationGroup""" - collaborationGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CollaborationGroups to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCollaborationGroupsConnection - - """Collection of Salesforce CollaborationGroupFeed""" - collaborationGroupFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupFeedsConnection - - """Collection of Salesforce CollaborationGroupMember""" - collaborationGroupMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupMembersConnection - - """Collection of Salesforce CollaborationGroupMember""" - groupMemberships( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupMembersConnection - - """Collection of Salesforce CollaborationGroupMemberRequest""" - collaborationGroupMemberRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupMemberRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupMemberRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupMemberRequestsConnection - - """Collection of Salesforce CollaborationGroupMemberRequest""" - groupMembershipRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupMemberRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupMemberRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupMemberRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupMemberRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupMemberRequestsConnection - - """Collection of Salesforce CollaborationGroupRecord""" - collaborationGroupRecords( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce CollaborationInvitation""" - collaborationInvitations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationInvitationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationInvitationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationInvitationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationInvitations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationInvitationsConnection - - """Collection of Salesforce Community""" - communities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCommunityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCommunitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCommunitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Communities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCommunitysConnection - - """Collection of Salesforce ConnectedApplication""" - connectedApplications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceConnectedApplicationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceConnectedApplicationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceConnectedApplicationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ConnectedApplications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceConnectedApplicationsConnection - - """Collection of Salesforce Contact""" - contacts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contacts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactsConnection - - """Collection of Salesforce ContactCleanInfo""" - contactCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactCleanInfosConnection - - """Collection of Salesforce ContactCleanInfo""" - contactCleanInfoReviewers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactCleanInfosConnection - - """Collection of Salesforce ContactFeed""" - contactFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactFeedsConnection - - """Collection of Salesforce ContactHistory""" - contactHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactHistorysConnection - - """Collection of Salesforce ContactShare""" - contactShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactSharesConnection - - """Collection of Salesforce ContentAsset""" - contentAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentAssets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentAssetsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDistributionView""" - contentDistributionViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionViewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributionViews to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionViewsConnection - - """Collection of Salesforce ContentDocument""" - contentDocuments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentDocuments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentDocumentsConnection - - """Collection of Salesforce ContentDocumentFeed""" - contentDocumentFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentFeedsConnection - - """Collection of Salesforce ContentDocumentHistory""" - contentDocumentHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentHistorysConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentDocumentSubscription""" - contentDocumentSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentSubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentSubscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentSubscriptionsConnection - - """Collection of Salesforce ContentFolder""" - contentFolders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentFolders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentFoldersConnection - - """Collection of Salesforce ContentFolderItem""" - contentFolderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentFolderItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentFolderItemsConnection - - """Collection of Salesforce ContentFolderMember""" - contentFolderMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentFolderMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentFolderMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentFolderMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentFolderMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentFolderMembersConnection - - """Collection of Salesforce ContentNotification""" - contentNotifications( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentNotificationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentNotificationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentNotificationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentNotifications to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentNotificationsConnection - - """Collection of Salesforce ContentTagSubscription""" - contentTagSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentTagSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentTagSubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentTagSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentTagSubscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentTagSubscriptionsConnection - - """Collection of Salesforce ContentUserSubscription""" - contentUserSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentUserSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentUserSubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentUserSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentUserSubscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentUserSubscriptionsConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce ContentVersionHistory""" - contentVersionHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentVersionHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionHistorysConnection - - """Collection of Salesforce ContentVersionRating""" - contentVersionRatings( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionRatingConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionRatingSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionRatingSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentVersionRatings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentVersionRatingsConnection - - """Collection of Salesforce ContentWorkspace""" - contentWorkspaces( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentWorkspaces to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentWorkspacesConnection - - """Collection of Salesforce ContentWorkspaceMember""" - contentWorkspaceMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceMembersConnection - - """Collection of Salesforce ContentWorkspacePermission""" - contentWorkspacePermissions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspacePermissionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspacePermissionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspacePermissionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspacePermissions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspacePermissionsConnection - - """Collection of Salesforce ContentWorkspaceSubscription""" - contentWorkspaceSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentWorkspaceSubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentWorkspaceSubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentWorkspaceSubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentWorkspaceSubscriptions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentWorkspaceSubscriptionsConnection - - """Collection of Salesforce Contract""" - contracts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contracts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractsConnection - - """Collection of Salesforce Contract""" - contractsSigned( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contracts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractsConnection - - """Collection of Salesforce ContractContactRole""" - contractContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContractContactRoles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContractContactRolesConnection - - """Collection of Salesforce ContractFeed""" - contractFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContractFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractFeedsConnection - - """Collection of Salesforce ContractHistory""" - contractHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContractHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractHistorysConnection - - """Collection of Salesforce ContractStatus""" - contractStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractStatusSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContractStatuses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractStatussConnection - - """Collection of Salesforce CorsWhitelistEntry""" - corsWhitelistEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCorsWhitelistEntryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCorsWhitelistEntrySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCorsWhitelistEntrySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CorsWhitelistEntries to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCorsWhitelistEntrysConnection - - """Collection of Salesforce CronTrigger""" - cronTriggers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCronTriggerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCronTriggerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCronTriggerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CronTriggers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCronTriggersConnection - - """Collection of Salesforce CspTrustedSite""" - cspTrustedSites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCspTrustedSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCspTrustedSiteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCspTrustedSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CspTrustedSites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCspTrustedSitesConnection - - """Collection of Salesforce CustomBrand""" - customBrands( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrands to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandsConnection - - """Collection of Salesforce CustomBrandAsset""" - customBrandAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomBrandAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomBrandAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomBrandAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomBrandAssets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomBrandAssetsConnection - - """Collection of Salesforce CustomPermission""" - customPermissions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomPermissionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomPermissionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomPermissionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CustomPermissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCustomPermissionsConnection - - """Collection of Salesforce CustomPermissionDependency""" - customPermissionDependencies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCustomPermissionDependencyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCustomPermissionDependencySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCustomPermissionDependencySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CustomPermissionDependencies to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCustomPermissionDependencysConnection - - """Collection of Salesforce DandBCompany""" - dandBCompanies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDandBCompanyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDandBCompanySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDandBCompanySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DandBCompanies to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDandBCompanysConnection - - """Collection of Salesforce Dashboard""" - dashboards( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Dashboards to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardsConnection - - """Collection of Salesforce DashboardComponentFeed""" - dashboardComponentFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardComponentFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardComponentFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardComponentFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DashboardComponentFeeds to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDashboardComponentFeedsConnection - - """Collection of Salesforce DashboardFeed""" - dashboardFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDashboardFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDashboardFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDashboardFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DashboardFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDashboardFeedsConnection - - """Collection of Salesforce DataAssessmentFieldMetric""" - dataAssessmentFieldMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentFieldMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDataAssessmentFieldMetricSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentFieldMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DataAssessmentFieldMetrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentFieldMetricsConnection - - """Collection of Salesforce DataAssessmentMetric""" - dataAssessmentMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDataAssessmentMetricSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DataAssessmentMetrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentMetricsConnection - - """Collection of Salesforce DataAssessmentValueMetric""" - dataAssessmentValueMetrics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDataAssessmentValueMetricConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDataAssessmentValueMetricSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDataAssessmentValueMetricSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DataAssessmentValueMetrics to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDataAssessmentValueMetricsConnection - - """Collection of Salesforce DatacloudOwnedEntity""" - datacloudOwnedEntities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDatacloudOwnedEntityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDatacloudOwnedEntitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDatacloudOwnedEntitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DatacloudOwnedEntities to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDatacloudOwnedEntitysConnection - - """Collection of Salesforce DatacloudPurchaseUsage""" - datacloudPurchaseUsages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDatacloudPurchaseUsageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDatacloudPurchaseUsageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDatacloudPurchaseUsageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DatacloudPurchaseUsages to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDatacloudPurchaseUsagesConnection - - """Collection of Salesforce DeclinedEventRelation""" - declinedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDeclinedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDeclinedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDeclinedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DeclinedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDeclinedEventRelationsConnection - - """Collection of Salesforce Document""" - documents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDocumentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDocumentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDocumentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Documents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDocumentsConnection - - """Collection of Salesforce DocumentAttachmentMap""" - documentAttachmentMaps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDocumentAttachmentMapConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDocumentAttachmentMapSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDocumentAttachmentMapSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DocumentAttachmentMaps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDocumentAttachmentMapsConnection - - """Collection of Salesforce Domain""" - domains( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDomainConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDomainSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDomainSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Domains to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDomainsConnection - - """Collection of Salesforce DomainSite""" - domainSites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDomainSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDomainSiteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDomainSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DomainSites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDomainSitesConnection - - """Collection of Salesforce DuplicateRecordItem""" - duplicateRecordItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRecordItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DuplicateRecordItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDuplicateRecordItemsConnection - - """Collection of Salesforce DuplicateRecordSet""" - duplicateRecordSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRecordSetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DuplicateRecordSets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDuplicateRecordSetsConnection - - """Collection of Salesforce DuplicateRule""" - duplicateRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRuleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of DuplicateRules to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceDuplicateRulesConnection - - """Collection of Salesforce EmailCapture""" - emailCaptures( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailCaptureConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailCaptureSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailCaptureSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailCaptures to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailCapturesConnection - - """Collection of Salesforce EmailDomainKey""" - emailDomainKeys( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailDomainKeyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailDomainKeySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailDomainKeySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailDomainKeys to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailDomainKeysConnection - - """Collection of Salesforce EmailMessage""" - emailMessages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EmailMessageRelation""" - emailMessageRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailMessageRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailMessageRelationsConnection - - """Collection of Salesforce EmailServicesAddress""" - emailServicesAddresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailServicesAddressConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailServicesAddressSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailServicesAddressSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailServicesAddresses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailServicesAddresssConnection - - """Collection of Salesforce EmailServicesFunction""" - emailServicesFunctions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailServicesFunctionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailServicesFunctionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailServicesFunctionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailServicesFunctions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailServicesFunctionsConnection - - """Collection of Salesforce EmailTemplate""" - emailTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailTemplatesConnection - - """Collection of Salesforce EntitySubscription""" - entitySubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce EventFeed""" - eventFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventFeedsConnection - - """Collection of Salesforce EventLogFile""" - eventLogFiles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventLogFileConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventLogFileSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventLogFileSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventLogFiles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventLogFilesConnection - - """Collection of Salesforce EventRelation""" - eventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventRelationsConnection - - """Collection of Salesforce ExternalDataSource""" - externalDataSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataSourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ExternalDataSources to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceExternalDataSourcesConnection - - """Collection of Salesforce ExternalDataUserAuth""" - externalDataUserAuths( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceExternalDataUserAuthConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceExternalDataUserAuthSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceExternalDataUserAuthSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ExternalDataUserAuths to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceExternalDataUserAuthsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FeedPollChoice""" - feedPollChoices( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollChoiceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollChoiceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollChoiceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollChoices to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollChoicesConnection - - """Collection of Salesforce FeedPollVote""" - feedPollVotes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedPollVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedPollVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedPollVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedPollVotes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedPollVotesConnection - - """Collection of Salesforce FeedRevision""" - feedRevisions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedRevisionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedRevisionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedRevisionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedRevisions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedRevisionsConnection - - """Collection of Salesforce FileSearchActivity""" - fileSearchActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFileSearchActivityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFileSearchActivitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFileSearchActivitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of FileSearchActivities to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceFileSearchActivitysConnection - - """Collection of Salesforce FlowInterview""" - flowInterviews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowInterviewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowInterviewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowInterviewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowInterviews to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowInterviewsConnection - - """Collection of Salesforce FlowInterviewShare""" - flowInterviewShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowInterviewShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowInterviewShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowInterviewShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowInterviewShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowInterviewSharesConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Folder""" - folders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFolderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFolderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFolderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Folders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFoldersConnection - - """Collection of Salesforce ForecastShare""" - forecastShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceForecastShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceForecastShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceForecastShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ForecastShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceForecastSharesConnection - - """Collection of Salesforce GrantedByLicense""" - grantedByLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGrantedByLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGrantedByLicenseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGrantedByLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of GrantedByLicenses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGrantedByLicensesConnection - - """Collection of Salesforce Group""" - groups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGroupConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGroupSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGroupSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Groups to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGroupsConnection - - """Collection of Salesforce GroupMember""" - groupMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceGroupMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceGroupMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceGroupMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of GroupMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceGroupMembersConnection - - """Collection of Salesforce Holiday""" - holidays( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceHolidayConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceHolidaySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceHolidaySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Holidays to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceHolidaysConnection - - """Collection of Salesforce Idea""" - ideas( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdeaSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Ideas to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeasConnection - - """Collection of Salesforce IdeaComment""" - ideaComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdeaCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdeaCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdeaCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of IdeaComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdeaCommentsConnection - - """Collection of Salesforce IdpEventLog""" - idpEventLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceIdpEventLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceIdpEventLogSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceIdpEventLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of IdpEventLogs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceIdpEventLogsConnection - - """Collection of Salesforce InstalledMobileApp""" - installedMobileApps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceInstalledMobileAppConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceInstalledMobileAppSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceInstalledMobileAppSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of InstalledMobileApps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceInstalledMobileAppsConnection - - """Collection of Salesforce KnowledgeableUser""" - knowledgeableUsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceKnowledgeableUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceKnowledgeableUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceKnowledgeableUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of KnowledgeableUsers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceKnowledgeableUsersConnection - - """Collection of Salesforce Lead""" - leads( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Leads to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadsConnection - - """Collection of Salesforce LeadCleanInfo""" - leadCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadCleanInfosConnection - - """Collection of Salesforce LeadCleanInfo""" - leadCleanInfoReviewers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadCleanInfosConnection - - """Collection of Salesforce LeadFeed""" - leadFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadFeedsConnection - - """Collection of Salesforce LeadHistory""" - leadHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadHistorysConnection - - """Collection of Salesforce LeadShare""" - leadShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadSharesConnection - - """Collection of Salesforce LeadStatus""" - leadStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadStatusSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadStatuses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadStatussConnection - - """Collection of Salesforce LightningComponentBundle""" - lightningComponentBundles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLightningComponentBundleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLightningComponentBundleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLightningComponentBundleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of LightningComponentBundles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceLightningComponentBundlesConnection - - """Collection of Salesforce LightningComponentResource""" - lightningComponentResources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLightningComponentResourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLightningComponentResourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLightningComponentResourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of LightningComponentResources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceLightningComponentResourcesConnection - - """Collection of Salesforce ListEmail""" - listEmails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListEmailSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ListEmails to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListEmailsConnection - - """Collection of Salesforce ListEmailRecipientSource""" - listEmailRecipientSources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailRecipientSourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListEmailRecipientSourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailRecipientSourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ListEmailRecipientSources to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceListEmailRecipientSourcesConnection - - """Collection of Salesforce ListEmailShare""" - listEmailShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListEmailShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListEmailShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListEmailShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ListEmailShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListEmailSharesConnection - - """Collection of Salesforce ListView""" - listViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListViewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ListViews to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListViewsConnection - - """Collection of Salesforce ListViewChart""" - listViewCharts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceListViewChartConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceListViewChartSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceListViewChartSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ListViewCharts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceListViewChartsConnection - - """Collection of Salesforce LoginGeo""" - loginGeos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginGeoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLoginGeoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginGeoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LoginGeos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginGeosConnection - - """Collection of Salesforce LoginHistory""" - loginHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLoginHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LoginHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginHistorysConnection - - """Collection of Salesforce LoginIp""" - loginIps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLoginIpConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLoginIpSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLoginIpSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LoginIps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLoginIpsConnection - - """Collection of Salesforce Macro""" - macros( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMacroSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Macros to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacrosConnection - - """Collection of Salesforce MacroHistory""" - macroHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMacroHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MacroHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroHistorysConnection - - """Collection of Salesforce MacroInstruction""" - macroInstructions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroInstructionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMacroInstructionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroInstructionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MacroInstructions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroInstructionsConnection - - """Collection of Salesforce MacroShare""" - macroShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMacroShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMacroShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMacroShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MacroShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMacroSharesConnection - - """Collection of Salesforce MailmergeTemplate""" - mailmergeTemplates( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMailmergeTemplateConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMailmergeTemplateSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMailmergeTemplateSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MailmergeTemplates to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMailmergeTemplatesConnection - - """Collection of Salesforce MatchingRule""" - matchingRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMatchingRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMatchingRuleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMatchingRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MatchingRules to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMatchingRulesConnection - - """Collection of Salesforce MatchingRuleItem""" - matchingRuleItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceMatchingRuleItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceMatchingRuleItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceMatchingRuleItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of MatchingRuleItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceMatchingRuleItemsConnection - - """Collection of Salesforce NamedCredential""" - namedCredentials( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNamedCredentialConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNamedCredentialSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNamedCredentialSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of NamedCredentials to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNamedCredentialsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce ObjectPermissions""" - objectPermissionsPlural( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceObjectPermissionsConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceObjectPermissionsSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceObjectPermissionsSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ObjectPermissions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceObjectPermissionssConnection - - """Collection of Salesforce Opportunity""" - opportunities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitysConnection - - """Collection of Salesforce OpportunityCompetitor""" - opportunityCompetitors( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityCompetitorConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityCompetitorSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityCompetitorSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityCompetitors to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityCompetitorsConnection - - """Collection of Salesforce OpportunityContactRole""" - opportunityContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityContactRoles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityContactRolesConnection - - """Collection of Salesforce OpportunityFeed""" - opportunityFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityFeedsConnection - - """Collection of Salesforce OpportunityFieldHistory""" - opportunityFieldHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityFieldHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityFieldHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityFieldHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityFieldHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityFieldHistorysConnection - - """Collection of Salesforce OpportunityHistory""" - opportunityHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityHistorysConnection - - """Collection of Salesforce OpportunityLineItem""" - opportunityLineItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityLineItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityLineItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityLineItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityLineItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityLineItemsConnection - - """Collection of Salesforce OpportunityPartner""" - opportunityPartners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityPartnersConnection - - """Collection of Salesforce OpportunityShare""" - opportunityShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitySharesConnection - - """Collection of Salesforce OpportunityStage""" - opportunityStages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityStageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityStageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityStageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityStages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityStagesConnection - - """Collection of Salesforce Order""" - orders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Orders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrdersConnection - - """Collection of Salesforce OrderFeed""" - orderFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderFeedsConnection - - """Collection of Salesforce OrderHistory""" - orderHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderHistorysConnection - - """Collection of Salesforce OrderItem""" - orderItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemsConnection - - """Collection of Salesforce OrderItemFeed""" - orderItemFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItemFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemFeedsConnection - - """Collection of Salesforce OrderItemHistory""" - orderItemHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderItemHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderItemHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderItemHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderItemHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderItemHistorysConnection - - """Collection of Salesforce OrderShare""" - orderShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrderShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrderSharesConnection - - """Collection of Salesforce OrgDeleteRequest""" - orgDeleteRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrgDeleteRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrgDeleteRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrgDeleteRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OrgDeleteRequests to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrgDeleteRequestsConnection - - """Collection of Salesforce OrgDeleteRequestShare""" - orgDeleteRequestShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrgDeleteRequestShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrgDeleteRequestShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrgDeleteRequestShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OrgDeleteRequestShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOrgDeleteRequestSharesConnection - - """Collection of Salesforce OrgWideEmailAddress""" - orgWideEmailAddresses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrgWideEmailAddressConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrgWideEmailAddressSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrgWideEmailAddressSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OrgWideEmailAddresses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOrgWideEmailAddresssConnection - - """Collection of Salesforce Organization""" - organizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrganizationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrganizationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrganizationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Organizations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrganizationsConnection - - """Collection of Salesforce Partner""" - partners( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Partners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnersConnection - - """Collection of Salesforce PartnerRole""" - partnerRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePartnerRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PartnerRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnerRolesConnection - - """Collection of Salesforce PermissionSet""" - permissionSets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PermissionSets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePermissionSetsConnection - - """Collection of Salesforce PermissionSetAssignment""" - permissionSetAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PermissionSetAssignments to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetAssignmentsConnection - - """Collection of Salesforce PermissionSetLicense""" - permissionSetLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetLicenseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PermissionSetLicenses to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetLicensesConnection - - """Collection of Salesforce PermissionSetLicenseAssign""" - permissionSetLicenseAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetLicenseAssignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetLicenseAssignSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetLicenseAssignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PermissionSetLicenseAssigns to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetLicenseAssignsConnection - - """Collection of Salesforce PermissionSetLicenseAssign""" - permissionSetLicenseAssigns( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePermissionSetLicenseAssignConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePermissionSetLicenseAssignSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePermissionSetLicenseAssignSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PermissionSetLicenseAssigns to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePermissionSetLicenseAssignsConnection - - """Collection of Salesforce PlatformCachePartition""" - platformCachePartitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePlatformCachePartitionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePlatformCachePartitionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePlatformCachePartitionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PlatformCachePartitions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePlatformCachePartitionsConnection - - """Collection of Salesforce PlatformCachePartitionType""" - platformCachePartitionTypes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePlatformCachePartitionTypeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePlatformCachePartitionTypeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePlatformCachePartitionTypeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of PlatformCachePartitionTypes to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforcePlatformCachePartitionTypesConnection - - """Collection of Salesforce Pricebook2""" - pricebook2s( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebook2ConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePricebook2SortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebook2SortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Pricebook2s to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebook2sConnection - - """Collection of Salesforce Pricebook2History""" - pricebook2Histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebook2HistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePricebook2HistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebook2HistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Pricebook2Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebook2HistorysConnection - - """Collection of Salesforce PricebookEntry""" - pricebookEntries( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePricebookEntryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePricebookEntrySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePricebookEntrySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PricebookEntries to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePricebookEntrysConnection - - """Collection of Salesforce ProcessDefinition""" - processDefinitions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessDefinitionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessDefinitionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessDefinitionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessDefinitions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessDefinitionsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce ProcessInstanceNode""" - processInstanceNodes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceNodeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceNodeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceNodeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceNodes to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceNodesConnection - - """Collection of Salesforce ProcessInstanceStep""" - processInstanceSteps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceStepConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceStepSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceStepSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceSteps to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceStepsConnection - - """Collection of Salesforce ProcessInstanceWorkitem""" - processInstanceWorkitems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceWorkitemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceWorkitemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceWorkitemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ProcessInstanceWorkitems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceProcessInstanceWorkitemsConnection - - """Collection of Salesforce Product2""" - product2s( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2ConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProduct2SortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2SortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product2s to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2sConnection - - """Collection of Salesforce Product2Feed""" - product2Feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2FeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProduct2FeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2FeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product2Feeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2FeedsConnection - - """Collection of Salesforce Product2History""" - product2Histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProduct2HistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProduct2HistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProduct2HistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Product2Histories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProduct2HistorysConnection - - """Collection of Salesforce Profile""" - profiles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProfileConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProfileSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProfileSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Profiles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProfilesConnection - - """Collection of Salesforce PushTopic""" - pushTopics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePushTopicConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePushTopicSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePushTopicSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of PushTopics to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePushTopicsConnection - - """Collection of Salesforce QueueSobject""" - queueSobjects( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQueueSobjectConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceQueueSobjectSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQueueSobjectSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of QueueSobjects to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQueueSobjectsConnection - - """Collection of Salesforce QuickText""" - quickTexts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceQuickTextSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of QuickTexts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQuickTextsConnection - - """Collection of Salesforce QuickTextHistory""" - quickTextHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceQuickTextHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of QuickTextHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQuickTextHistorysConnection - - """Collection of Salesforce QuickTextShare""" - quickTextShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceQuickTextShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceQuickTextShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceQuickTextShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of QuickTextShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceQuickTextSharesConnection - - """Collection of Salesforce RecordType""" - recordTypes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceRecordTypeConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceRecordTypeSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceRecordTypeSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of RecordTypes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceRecordTypesConnection - - """Collection of Salesforce Report""" - reports( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceReportSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Reports to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportsConnection - - """Collection of Salesforce ReportFeed""" - reportFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceReportFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceReportFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceReportFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ReportFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceReportFeedsConnection - - """Collection of Salesforce SamlSsoConfig""" - samlSsoConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSamlSsoConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSamlSsoConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSamlSsoConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SamlSsoConfigs to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSamlSsoConfigsConnection - - """Collection of Salesforce Scontrol""" - scontrols( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceScontrolConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceScontrolSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceScontrolSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Scontrols to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceScontrolsConnection - - """Collection of Salesforce SearchActivity""" - searchActivities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSearchActivityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSearchActivitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSearchActivitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SearchActivities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSearchActivitysConnection - - """Collection of Salesforce SearchPromotionRule""" - searchPromotionRules( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSearchPromotionRuleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSearchPromotionRuleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSearchPromotionRuleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SearchPromotionRules to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSearchPromotionRulesConnection - - """Collection of Salesforce SecureAgent""" - secureAgents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecureAgentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SecureAgents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSecureAgentsConnection - - """Collection of Salesforce SecureAgentPlugin""" - secureAgentPlugins( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentPluginConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecureAgentPluginSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentPluginSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SecureAgentPlugins to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSecureAgentPluginsConnection - - """Collection of Salesforce SecureAgentPluginProperty""" - secureAgentPluginProperties( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentPluginPropertyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecureAgentPluginPropertySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentPluginPropertySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SecureAgentPluginProperties to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecureAgentPluginPropertysConnection - - """Collection of Salesforce SecureAgentsCluster""" - secureAgentsClusters( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecureAgentsClusterConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecureAgentsClusterSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecureAgentsClusterSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SecureAgentsClusters to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecureAgentsClustersConnection - - """Collection of Salesforce SecurityCustomBaseline""" - securityCustomBaselines( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSecurityCustomBaselineConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSecurityCustomBaselineSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSecurityCustomBaselineSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SecurityCustomBaselines to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSecurityCustomBaselinesConnection - - """Collection of Salesforce SessionPermSetActivation""" - sessionPermSetActivations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSessionPermSetActivationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSessionPermSetActivationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSessionPermSetActivationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of SessionPermSetActivations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceSessionPermSetActivationsConnection - - """Collection of Salesforce SetupAuditTrail""" - setupAuditTrails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSetupAuditTrailConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSetupAuditTrailSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSetupAuditTrailSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SetupAuditTrails to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSetupAuditTrailsConnection - - """Collection of Salesforce Site""" - userSites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSiteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Sites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSitesConnection - - """Collection of Salesforce Site""" - sites( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSiteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Sites to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSitesConnection - - """Collection of Salesforce SiteFeed""" - siteFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSiteFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SiteFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSiteFeedsConnection - - """Collection of Salesforce SiteHistory""" - siteHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSiteHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSiteHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSiteHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SiteHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSiteHistorysConnection - - """Collection of Salesforce Solution""" - solutions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSolutionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Solutions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionsConnection - - """Collection of Salesforce SolutionFeed""" - solutionFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSolutionFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SolutionFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionFeedsConnection - - """Collection of Salesforce SolutionHistory""" - solutionHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSolutionHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SolutionHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionHistorysConnection - - """Collection of Salesforce SolutionStatus""" - solutionStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceSolutionStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceSolutionStatusSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceSolutionStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of SolutionStatuses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceSolutionStatussConnection - - """Collection of Salesforce Stamp""" - stamps( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStampConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStampSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStampSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Stamps to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStampsConnection - - """Collection of Salesforce StampAssignment""" - stampAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStampAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStampAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStampAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of StampAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStampAssignmentsConnection - - """Collection of Salesforce StaticResource""" - staticResources( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStaticResourceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStaticResourceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStaticResourceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of StaticResources to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStaticResourcesConnection - - """Collection of Salesforce StreamingChannel""" - streamingChannels( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStreamingChannelConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStreamingChannelSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStreamingChannelSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of StreamingChannels to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceStreamingChannelsConnection - - """Collection of Salesforce StreamingChannelShare""" - streamingChannelShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceStreamingChannelShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceStreamingChannelShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceStreamingChannelShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of StreamingChannelShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceStreamingChannelSharesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TaskFeed""" - taskFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TaskFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTaskFeedsConnection - - """Collection of Salesforce TaskPriority""" - taskPriorities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskPriorityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskPrioritySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskPrioritySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TaskPriorities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTaskPrioritysConnection - - """Collection of Salesforce TaskStatus""" - taskStatuses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskStatusConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskStatusSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskStatusSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TaskStatuses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTaskStatussConnection - - """Collection of Salesforce TenantUsageEntitlement""" - tenantUsageEntitlements( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTenantUsageEntitlementConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTenantUsageEntitlementSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTenantUsageEntitlementSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of TenantUsageEntitlements to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTenantUsageEntitlementsConnection - - """Collection of Salesforce TestSuiteMembership""" - testSuiteMemberships( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTestSuiteMembershipConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTestSuiteMembershipSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTestSuiteMembershipSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of TestSuiteMemberships to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTestSuiteMembershipsConnection - - """Collection of Salesforce TodayGoal""" - todayGoals( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTodayGoalConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTodayGoalSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTodayGoalSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TodayGoals to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTodayGoalsConnection - - """Collection of Salesforce TodayGoalShare""" - todayGoalShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTodayGoalShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTodayGoalShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTodayGoalShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TodayGoalShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTodayGoalSharesConnection - - """Collection of Salesforce Topic""" - topics( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Topics to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicsConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce TopicFeed""" - topicFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicFeedsConnection - - """Collection of Salesforce TopicUserEvent""" - topicUserEvents( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicUserEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicUserEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicUserEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicUserEvents to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicUserEventsConnection - - """Collection of Salesforce TransactionSecurityPolicy""" - transactionSecurityPolicies( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTransactionSecurityPolicyConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTransactionSecurityPolicySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTransactionSecurityPolicySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of TransactionSecurityPolicies to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceTransactionSecurityPolicysConnection - - """Collection of Salesforce UndecidedEventRelation""" - undecidedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUndecidedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUndecidedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUndecidedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UndecidedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUndecidedEventRelationsConnection - - """Collection of Salesforce User""" - users( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - - """Collection of Salesforce User""" - delegatedUsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - - """Collection of Salesforce User""" - managedUsers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - - """Collection of Salesforce UserAppInfo""" - userAppInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserAppInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserAppInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserAppInfosConnection - - """Collection of Salesforce UserAppMenuCustomization""" - userAppMenuCustomizations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppMenuCustomizationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserAppMenuCustomizationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppMenuCustomizationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserAppMenuCustomizations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserAppMenuCustomizationsConnection - - """Collection of Salesforce UserAppMenuCustomizationShare""" - userAppMenuCustomizationShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserAppMenuCustomizationShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserAppMenuCustomizationShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserAppMenuCustomizationShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserAppMenuCustomizationShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserAppMenuCustomizationSharesConnection - - """Collection of Salesforce UserFeed""" - userFeeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserFeedsConnection - - """Collection of Salesforce UserFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserFeedsConnection - - """Collection of Salesforce UserListView""" - userListViews( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserListViewConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserListViewSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserListViewSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserListViews to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserListViewsConnection - - """Collection of Salesforce UserListViewCriterion""" - userListViewCriterions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserListViewCriterionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserListViewCriterionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserListViewCriterionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserListViewCriterions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserListViewCriterionsConnection - - """Collection of Salesforce UserLogin""" - userLogins( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserLoginConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserLoginSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserLoginSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserLogins to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserLoginsConnection - - """Collection of Salesforce UserPackageLicense""" - userPackageLicenses( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserPackageLicenseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserPackageLicenseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserPackageLicenseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserPackageLicenses to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserPackageLicensesConnection - - """Collection of Salesforce UserPreference""" - userPreferences( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserPreferenceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserPreferenceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserPreferenceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserPreferences to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserPreferencesConnection - - """Collection of Salesforce UserProvAccount""" - userProvAccounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvAccountConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvAccountSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvAccountSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserProvAccounts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserProvAccountsConnection - - """Collection of Salesforce UserProvAccountStaging""" - userProvAccountStagings( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvAccountStagingConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvAccountStagingSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvAccountStagingSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvAccountStagings to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvAccountStagingsConnection - - """Collection of Salesforce UserProvMockTarget""" - userProvMockTargets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvMockTargetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvMockTargetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvMockTargetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserProvMockTargets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserProvMockTargetsConnection - - """Collection of Salesforce UserProvisioningConfig""" - userProvisioningConfigs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningConfigConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningConfigSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningConfigSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningConfigs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningConfigsConnection - - """Collection of Salesforce UserProvisioningLog""" - userProvisioningLogs( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningLogConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningLogSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningLogSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningLogs to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningLogsConnection - - """Collection of Salesforce UserProvisioningRequest""" - userProvisioningRequests( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningRequestSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningRequests to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestsConnection - - """Collection of Salesforce UserProvisioningRequestShare""" - userProvisioningRequestShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserProvisioningRequestShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserProvisioningRequestShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserProvisioningRequestShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UserProvisioningRequestShares to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUserProvisioningRequestSharesConnection - - """Collection of Salesforce UserRole""" - userRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserRolesConnection - - """Collection of Salesforce UserShare""" - userShares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserSharesConnection - - """Collection of Salesforce UserShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserSharesConnection - - """Collection of Salesforce VerificationHistory""" - verificationHistories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVerificationHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVerificationHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVerificationHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of VerificationHistories to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceVerificationHistorysConnection - - """Collection of Salesforce Vote""" - votes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceVoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceVoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceVoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Votes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceVotesConnection - - """Collection of Salesforce WaveCompatibilityCheckItem""" - waveCompatibilityCheckItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceWaveCompatibilityCheckItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceWaveCompatibilityCheckItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceWaveCompatibilityCheckItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of WaveCompatibilityCheckItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceWaveCompatibilityCheckItemsConnection - - """Collection of Salesforce WebLink""" - webLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceWebLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceWebLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceWebLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of WebLinks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceWebLinksConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Address for a salesforce object""" -type SalesforceAddress { - """ - Accuracy level of the geocode for the address. For example, this field is known as MailingGeocodeAccuracy on Contact. - """ - accuracy: String - - """ - The city detail for the address. For example, this field is known as MailingCity on Contact. - """ - city: String - - """ - The country detail for the address. For example, this field is known as MailingCountry on Contact. - """ - country: String - - """ - The ISO country code for the address. For example, this field is known as MailingCountryCode on Contact. CountryCode is always available on compound address fields, whether or not state and country picklists are enabled in your organization. - """ - countryCode: String - - """ - Used with Longitude to specify the precise geolocation of the address. For example, this field is known as MailingLatitude on Contact. - """ - latitude: Float - - """ - Used with Latitude to specify the precise geolocation of the address. For example, this field is known as MailingLongitude on Contact. - """ - longitude: Float - - """ - The postal code for the address. For example, this field is known as MailingPostalCode on Contact. - """ - postalCode: String - - """ - The state detail for the address. For example, this field is known as MailingState on Contact. - """ - state: String - - """ - The ISO state code for the address. For example, this field is known as MailingStateCode on Contact. StateCode is always available on compound address fields, whether or not state and country picklists are enabled in your organization. - """ - stateCode: String - - """ - The street detail for the address. For example, this field is known as MailingStreet on Contact. - """ - street: String -} - -"""Contact""" -type SalesforceContact implements OneGraphNode { - """Linked Stripe customer""" - stripeCustomer: StripeCustomer - - """Linked Intercom user""" - intercomUser: IntercomUser - - """Linked Zendesk user""" - zendeskUser: ZendeskUser - - """Contact ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Master Record ID""" - masterRecordId: String - - """Master Record ID""" - masterRecord: SalesforceContact - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Last Name""" - lastName: String! - - """First Name""" - firstName: String - - """Salutation""" - salutation: String - - """Full Name""" - name: String! - - """Other Street""" - otherStreet: String - - """Other City""" - otherCity: String - - """Other State/Province""" - otherState: String - - """Other Zip/Postal Code""" - otherPostalCode: String - - """Other Country""" - otherCountry: String - - """Other Latitude""" - otherLatitude: Float - - """Other Longitude""" - otherLongitude: Float - - """Other Geocode Accuracy""" - otherGeocodeAccuracy: String - - """Other Address""" - otherAddress: SalesforceAddress - - """Mailing Street""" - mailingStreet: String - - """Mailing City""" - mailingCity: String - - """Mailing State/Province""" - mailingState: String - - """Mailing Zip/Postal Code""" - mailingPostalCode: String - - """Mailing Country""" - mailingCountry: String - - """Mailing Latitude""" - mailingLatitude: Float - - """Mailing Longitude""" - mailingLongitude: Float - - """Mailing Geocode Accuracy""" - mailingGeocodeAccuracy: String - - """Mailing Address""" - mailingAddress: SalesforceAddress - - """Business Phone""" - phone: String - - """Business Fax""" - fax: String - - """Mobile Phone""" - mobilePhone: String - - """Home Phone""" - homePhone: String - - """Other Phone""" - otherPhone: String - - """Asst. Phone""" - assistantPhone: String - - """Reports To ID""" - reportsToId: String - - """Reports To ID""" - reportsTo: SalesforceContact - - """Email""" - email: String - - """Title""" - title: String - - """Department""" - department: String - - """Assistant's Name""" - assistantName: String - - """Lead Source""" - leadSource: String - - """Birthdate""" - birthdate: String - - """Contact Description""" - description: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Activity""" - lastActivityDate: String - - """Last Stay-in-Touch Request Date""" - lastCuRequestDate: String - - """Last Stay-in-Touch Save Date""" - lastCuUpdateDate: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Email Bounced Reason""" - emailBouncedReason: String - - """Email Bounced Date""" - emailBouncedDate: String - - """Is Email Bounced""" - isEmailBounced: Boolean! - - """Photo URL""" - photoUrl: String - - """Data.com Key""" - jigsaw: String - - """Jigsaw Contact ID""" - jigsawContactId: String - - """Clean Status""" - cleanStatus: String - - """Collection of Salesforce AcceptedEventRelation""" - acceptedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAcceptedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAcceptedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAcceptedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AcceptedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAcceptedEventRelationsConnection - - """Collection of Salesforce AccountContactRole""" - accountContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountContactRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountContactRolesConnection - - """Collection of Salesforce Asset""" - assets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce CampaignMember""" - campaignMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignMembersConnection - - """Collection of Salesforce Case""" - cases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Cases to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCasesConnection - - """Collection of Salesforce CaseContactRole""" - caseContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseContactRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseContactRolesConnection - - """Collection of Salesforce CaseTeamMember""" - caseTeamMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseTeamMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseTeamMembersConnection - - """Collection of Salesforce CaseTeamTemplateMember""" - caseTeamTemplateMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamTemplateMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CaseTeamTemplateMembers to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamTemplateMembersConnection - - """Collection of Salesforce CollaborationGroupRecord""" - recordAssociatedGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce Contact""" - contacts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contacts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactsConnection - - """Collection of Salesforce ContactCleanInfo""" - contactCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactCleanInfosConnection - - """Collection of Salesforce ContactFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactFeedsConnection - - """Collection of Salesforce ContactHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactHistorysConnection - - """Collection of Salesforce ContactShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContactShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactSharesConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce Contract""" - contractsSigned( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contracts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractsConnection - - """Collection of Salesforce ContractContactRole""" - contractContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContractContactRoles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContractContactRolesConnection - - """Collection of Salesforce DeclinedEventRelation""" - declinedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDeclinedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDeclinedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDeclinedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DeclinedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDeclinedEventRelationsConnection - - """Collection of Salesforce DuplicateRecordItem""" - duplicateRecordItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRecordItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DuplicateRecordItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDuplicateRecordItemsConnection - - """Collection of Salesforce EmailMessageRelation""" - emailMessageRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailMessageRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailMessageRelationsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce EventRelation""" - eventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventRelationsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Lead""" - leads( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Leads to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce OpportunityContactRole""" - opportunityContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of OpportunityContactRoles to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceOpportunityContactRolesConnection - - """Collection of Salesforce Order""" - orders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Orders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrdersConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce UndecidedEventRelation""" - undecidedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUndecidedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUndecidedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUndecidedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UndecidedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUndecidedEventRelationsConnection - - """Collection of Salesforce User""" - users( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -type ZendeskUser { - """Linked Stripe customer""" - stripeCustomer: StripeCustomer - - """Linked Salesforce Lead""" - salesforceLead: SalesforceLead - - """Linked Salesforce Contact""" - salesforceContact: SalesforceContact - - """Linked Salesforce Account""" - salesforceAccount: SalesforceAccount - - """Linked Intercom user""" - intercomUser: IntercomUser - - """""" - id: String - - """""" - email: String - - """""" - name: String! - - """""" - createdAt: String - - """""" - locale: String - - """""" - localeId: Int - - """""" - organizationId: Int - - """""" - phone: String - - """""" - sharedPhoneNumber: Boolean - - """""" - role: String - - """""" - timeZone: String - - """""" - updatedAt: String - - """""" - url: String - - """""" - verified: Boolean - requestedTickets(sortOrder: ZendeskSearchSortOrder, sortBy: ZendeskTicketsSortBy, last: Int, first: Int, before: String, after: String): ZendeskTicketsConnection - ccdTickets(sortOrder: ZendeskSearchSortOrder, sortBy: ZendeskTicketsSortBy, last: Int, first: Int, before: String, after: String): ZendeskTicketsConnection - assignedTickets(sortOrder: ZendeskSearchSortOrder, sortBy: ZendeskTicketsSortBy, last: Int, first: Int, before: String, after: String): ZendeskTicketsConnection -} - -"""Lead""" -type SalesforceLead implements OneGraphNode { - """Linked Stripe customer""" - stripeCustomer: StripeCustomer - - """Linked Intercom user""" - intercomUser: IntercomUser - - """Linked Zendesk user""" - zendeskUser: ZendeskUser - - """Lead ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Master Record ID""" - masterRecordId: String - - """Master Record ID""" - masterRecord: SalesforceLead - - """Last Name""" - lastName: String! - - """First Name""" - firstName: String - - """Salutation""" - salutation: String - - """Full Name""" - name: String! - - """Title""" - title: String - - """Company""" - company: String! - - """Street""" - street: String - - """City""" - city: String - - """State/Province""" - state: String - - """Zip/Postal Code""" - postalCode: String - - """Country""" - country: String - - """Latitude""" - latitude: Float - - """Longitude""" - longitude: Float - - """Geocode Accuracy""" - geocodeAccuracy: String - - """Address""" - address: SalesforceAddress - - """Phone""" - phone: String - - """Mobile Phone""" - mobilePhone: String - - """Fax""" - fax: String - - """Email""" - email: String - - """Website""" - website: String - - """Photo URL""" - photoUrl: String - - """Description""" - description: String - - """Lead Source""" - leadSource: String - - """Status""" - status: String! - - """Industry""" - industry: String - - """Rating""" - rating: String - - """Annual Revenue""" - annualRevenue: Float - - """Employees""" - numberOfEmployees: Int - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceLeadOwnerUnion! - - """Converted""" - isConverted: Boolean! - - """Converted Date""" - convertedDate: String - - """Converted Account ID""" - convertedAccountId: String - - """Converted Account ID""" - convertedAccount: SalesforceAccount - - """Converted Contact ID""" - convertedContactId: String - - """Converted Contact ID""" - convertedContact: SalesforceContact - - """Converted Opportunity ID""" - convertedOpportunityId: String - - """Converted Opportunity ID""" - convertedOpportunity: SalesforceOpportunity - - """Unread By Owner""" - isUnreadByOwner: Boolean! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Activity""" - lastActivityDate: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Data.com Key""" - jigsaw: String - - """Jigsaw Contact ID""" - jigsawContactId: String - - """Clean Status""" - cleanStatus: String - - """Company D-U-N-S Number""" - companyDunsNumber: String - - """D&B Company ID""" - dandbCompanyId: String - - """D&B Company ID""" - dandbCompany: SalesforceDandBCompany - - """Email Bounced Reason""" - emailBouncedReason: String - - """Email Bounced Date""" - emailBouncedDate: String - - """Collection of Salesforce AcceptedEventRelation""" - acceptedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAcceptedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAcceptedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAcceptedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of AcceptedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceAcceptedEventRelationsConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce CampaignMember""" - campaignMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCampaignMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCampaignMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCampaignMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CampaignMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCampaignMembersConnection - - """Collection of Salesforce CollaborationGroupRecord""" - recordAssociatedGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce DeclinedEventRelation""" - declinedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDeclinedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDeclinedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDeclinedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DeclinedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDeclinedEventRelationsConnection - - """Collection of Salesforce DuplicateRecordItem""" - duplicateRecordItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRecordItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DuplicateRecordItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDuplicateRecordItemsConnection - - """Collection of Salesforce EmailMessageRelation""" - emailMessageRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of EmailMessageRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceEmailMessageRelationsConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce EventRelation""" - eventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EventRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventRelationsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce LeadCleanInfo""" - leadCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadCleanInfosConnection - - """Collection of Salesforce LeadFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadFeedsConnection - - """Collection of Salesforce LeadHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadHistorysConnection - - """Collection of Salesforce LeadShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of LeadShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadSharesConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce UndecidedEventRelation""" - undecidedEventRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUndecidedEventRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUndecidedEventRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUndecidedEventRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of UndecidedEventRelations to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceUndecidedEventRelationsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Segment object""" -type IntercomSegment { - """value is segment'""" - type: String - - """The id representing the segment""" - id: String - - """The name of the segment""" - name: String - - """The time the segment was created""" - createdAt: Int - - """The time the segment was updated""" - updatedAt: Int - - """Type of the record: user or lead.""" - personType: String - - """ - The number of items in the user segment. It's returned when include_count=true is included in the request. - """ - count: Int -} - -"""Social profile object""" -type IntercomSocialProfile { - """Value is 'social_profile'""" - type: String - - """The name of the service (e.g., twitter, facebook)""" - name: String - - """User name or handle on the service""" - username: String - - """The user homepage on the service""" - url: String - - """Optional. User ID on the service""" - id: String -} - -"""User-defined company plan""" -type IntercomCompanyPlan { - """Will always be of type 'plan'""" - type: String - - """The plan ID""" - id: String - - """ - The name of the plan, note that this is the only field that can be set via the API. - """ - name: String -} - -"""What field to sort the results by""" -enum IntercomUsersSortByField { - CREATED_AT - UPDATED_AT - LAST_REQUEST_AT - SIGNED_UP_AT -} - -"""Order that items should be sorted""" -enum IntercomSortOrderBy { - ASC - DESC -} - -"""""" -type PageInfo { - """hasNextPage""" - hasNextPage: Boolean! - - """hasPreviousPage""" - hasPreviousPage: Boolean! - - """startCursor""" - startCursor: String - - """endCursor""" - endCursor: String -} - -"""An edge in a connection.""" -type IntercomUserEdge { - """The item at the end of the edge""" - node: IntercomUser! - - """A cursor for use in pagination.""" - cursor: String! -} - -"""Users on Intercom""" -type IntercomUsersConnection { - """Users""" - nodes: [IntercomUser!]! - - """A list of edges""" - edges: [IntercomUserEdge!]! - - """Total number of users.""" - totalCount: Int! - - """Page info""" - pageInfo: PageInfo! -} - -"""Tag object""" -type IntercomTag { - """value is 'tag'""" - type: String - - """The id of the tag""" - id: String - - """The name of the tag""" - name: String - - """Users with this tag.""" - users( - """Limit results to users that were created in that last number of days""" - createdDaysAgo: Int - - """What field to sort the results by. Defaults to CREATED_AT.""" - sortByField: IntercomUsersSortByField - - """Return the users in ascending or descending order. Defaults to DESC.""" - orderBy: IntercomSortOrderBy - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of user to fetch, maximum is 60""" - first: Int - ): IntercomUsersConnection -} - -"""Company object""" -type IntercomCompany { - """value is 'company'""" - type: String - - """The Intercom defined id representing the company""" - id: String - - """The time the company was added to Intercom""" - createdAt: Int - - """The time the company was created by you""" - remoteCreatedAt: Int - - """The last time the company was updated""" - updatedAt: Int - - """The time the company last recorded making a request""" - lastRequestAt: Int - - """The company id you have defined for the company""" - companyId: String - - """The name of the company""" - name: String - - """The custom attributes you have set on the company""" - customAttributes: JSON - - """A list of tags associated with the company""" - tags: [IntercomTag!] - - """How many sessions the company has recorded""" - sessionCount: Int - - """How much revenue the company generates for your business""" - monthlySpend: Float - - """The number of users in the company""" - userCount: Int - - """The name of the plan you have associated with the company.""" - plan: IntercomCompanyPlan - - """The number of employees in the company""" - size: Int - - """The URL for the company website""" - website: String - - """The industry that the company operates in""" - industry: String -} - -"""Location object""" -type IntercomLocation { - """Value is 'location_data'""" - type: String - - """Optional. A city name""" - cityName: String - - """Optional. A continent code""" - continentCode: String - - """Optional. An ISO 3166 country code""" - countryCode: String - - """Optional. The country name""" - countryName: String - - """Optional. The latitude""" - latitude: Float - - """Optional. The longitude""" - longitude: Float - - """Optional. A postal code""" - postalCode: String - - """Optional. A region name""" - regionName: String - - """Optional. An ISO 8601 timezone""" - timezone: String -} - -"""Avatar object""" -type IntercomAvatar { - """Value is 'avatar'""" - type: String - - """An avatar image URL. note: the image url needs to be https.""" - imageUrl: String -} - -"""A user on Intercom""" -type IntercomUser implements IntercomAuthor { - """Value is 'user' or 'contact'""" - type: String - - """ - The Intercom defined id representing the user - This value is read only - """ - id: String - - """ - The time (in seconds) the user was added to Intercom - This value is read only - """ - createdAt: Int - - """The time (in seconds) the user signed up""" - signedUpAt: Int - - """ - The last time the user was updated - This value is read only - """ - updatedAt: Int - - """ - The user id you have defined for the user. (Max limit of 255 UTF-8 characters, and should not have trailing or leading spaces) - """ - userId: String - - """ - The email you have defined for the user. (Max limit of 255 UTF-8 characters, and should not have trailing or leading spaces) - """ - email: String - - """The phone number of the user""" - phone: String - - """The custom attributes you have set on the user (case sensitive).""" - customAttributes: JSON - - """The time the user last recorded making a request""" - lastRequestAt: Int - - """ - How many sessions the user has recorded - This value is read only - """ - sessionCount: Int - - """An avatar object for the user.""" - avatar: IntercomAvatar - - """Whether the user is unsubscribed from emails""" - unsubscribedFromEmails: Boolean - - """ - A Location Object relating to the user - To update location data send in a value for last_seen_ip and the IP will be used to populate location data - """ - locationData: IntercomLocation - - """The URL of the page the user was last on""" - referrer: String - - """Identifies which site sent the traffic""" - utmSource: String - - """Identifies what type of link was used""" - utmMedium: String - - """Identifies a specific product promotion or strategic campaign""" - utmCampaign: String - - """Identifies search terms""" - utmTerm: String - - """Identifies what specifically was clicked to bring the user to the site""" - utmContent: String - - """ - Data about the last user agent the user was seen using - - To update this value use last\\_seen\\_user\\_agent - """ - userAgentData: String - - """ - An ip address (e.g. "1.2.3.4") representing the last ip address the user visited your application from. (Used for updating location_data) - """ - lastSeenIp: String - - """ - The pseudonym used if this user was previously a Lead (http://docs.intercom.io/Intercom-for-customer-communication/the-intercom-messenger) - """ - pseudonym: String - - """ - Whether or not this is a Lead. Always false - - This value is read only - """ - anonymous: Boolean - - """A list of companies for the user""" - companies: [IntercomCompany!] - - """ - A list of social profiles associated with the user - - This value is read only - """ - socialProfiles: [IntercomSocialProfile!] - - """A list of segments associated with the user""" - segments: [IntercomSegment!] - - """A list of tags associated with the user""" - tags: [IntercomTag!] - - """The full name of the user""" - name: String - - """The app id of the Intercom app that the user belongs to""" - appId: String - - """Linked Stripe customer""" - stripeCustomer: StripeCustomer - - """Linked Salesforce Lead""" - salesforceLead: SalesforceLead - - """Linked Salesforce Contact""" - salesforceContact: SalesforceContact - - """Linked Salesforce Account""" - salesforceAccount: SalesforceAccount - - """Linked Zendesk user""" - zendeskUser: ZendeskUser - - """Summary of events for this user""" - eventSummary: [IntercomEventSummary!] - - """List of events for this user.""" - events( - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Number of events to fetch, defaults to 50""" - first: Int - ): IntercomEventssConnection - - """ - Conversations for this user. - - Conversation are how you can communicate with users in Intercom. - """ - conversations( - """ - When true, retrieves conversation messages in plain text. Defaults to false. - """ - displayAsPlaintext: Boolean - - """Defaults to false. When true, fetches just unread conversations.""" - unread: Boolean - - """What field to sort the results by. Defaults to UPDATED_AT.""" - sortByField: IntercomConversationSortByField - - """ - Return the conversations in ascending or descending order. Defaults to DESC. - """ - orderBy: IntercomSortOrderBy - ): IntercomConversationsConnection -} - -"""Account""" -type SalesforceAccount implements OneGraphNode { - """Linked Stripe customer""" - stripeCustomer: StripeCustomer - - """Linked Intercom user""" - intercomUser: IntercomUser - - """Linked Zendesk user""" - zendeskUser: ZendeskUser - - """Account ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Master Record ID""" - masterRecordId: String - - """Master Record ID""" - masterRecord: SalesforceAccount - - """Account Name""" - name: String! - - """Account Type""" - type: String - - """Parent Account ID""" - parentId: String - - """Parent Account ID""" - parent: SalesforceAccount - - """Billing Street""" - billingStreet: String - - """Billing City""" - billingCity: String - - """Billing State/Province""" - billingState: String - - """Billing Zip/Postal Code""" - billingPostalCode: String - - """Billing Country""" - billingCountry: String - - """Billing Latitude""" - billingLatitude: Float - - """Billing Longitude""" - billingLongitude: Float - - """Billing Geocode Accuracy""" - billingGeocodeAccuracy: String - - """Billing Address""" - billingAddress: SalesforceAddress - - """Shipping Street""" - shippingStreet: String - - """Shipping City""" - shippingCity: String - - """Shipping State/Province""" - shippingState: String - - """Shipping Zip/Postal Code""" - shippingPostalCode: String - - """Shipping Country""" - shippingCountry: String - - """Shipping Latitude""" - shippingLatitude: Float - - """Shipping Longitude""" - shippingLongitude: Float - - """Shipping Geocode Accuracy""" - shippingGeocodeAccuracy: String - - """Shipping Address""" - shippingAddress: SalesforceAddress - - """Account Phone""" - phone: String - - """Account Fax""" - fax: String - - """Account Number""" - accountNumber: String - - """Website""" - website: String - - """Photo URL""" - photoUrl: String - - """SIC Code""" - sic: String - - """Industry""" - industry: String - - """Annual Revenue""" - annualRevenue: Float - - """Employees""" - numberOfEmployees: Int - - """Ownership""" - ownership: String - - """Ticker Symbol""" - tickerSymbol: String - - """Account Description""" - description: String - - """Account Rating""" - rating: String - - """Account Site""" - site: String - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceUser! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Last Activity""" - lastActivityDate: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Data.com Key""" - jigsaw: String - - """Jigsaw Company ID""" - jigsawCompanyId: String - - """Clean Status""" - cleanStatus: String - - """Account Source""" - accountSource: String - - """D-U-N-S Number""" - dunsNumber: String - - """Tradestyle""" - tradestyle: String - - """NAICS Code""" - naicsCode: String - - """NAICS Description""" - naicsDesc: String - - """Year Started""" - yearStarted: String - - """SIC Description""" - sicDesc: String - - """D&B Company ID""" - dandbCompanyId: String - - """D&B Company ID""" - dandbCompany: SalesforceDandBCompany - - """Collection of Salesforce Account""" - childAccounts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Accounts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountsConnection - - """Collection of Salesforce AccountCleanInfo""" - accountCleanInfos( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountCleanInfoConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountCleanInfoSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountCleanInfoSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountCleanInfos to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountCleanInfosConnection - - """Collection of Salesforce AccountContactRole""" - accountContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountContactRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountContactRolesConnection - - """Collection of Salesforce AccountFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountFeedsConnection - - """Collection of Salesforce AccountHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountHistorysConnection - - """Collection of Salesforce AccountPartner""" - accountPartnersFrom( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountPartnersConnection - - """Collection of Salesforce AccountPartner""" - accountPartnersTo( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountPartnersConnection - - """Collection of Salesforce AccountShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAccountShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAccountShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAccountShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of AccountShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAccountSharesConnection - - """Collection of Salesforce Asset""" - assets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce Asset""" - providedAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce Asset""" - servicedAssets( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAssetConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAssetSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAssetSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Assets to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAssetsConnection - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce Case""" - cases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Cases to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCasesConnection - - """Collection of Salesforce CollaborationGroupRecord""" - recordAssociatedGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce Contact""" - contacts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContactConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContactSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContactSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contacts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContactsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce Contract""" - contracts( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContractConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContractSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContractSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Contracts to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContractsConnection - - """Collection of Salesforce DuplicateRecordItem""" - duplicateRecordItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceDuplicateRecordItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceDuplicateRecordItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceDuplicateRecordItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of DuplicateRecordItems to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceDuplicateRecordItemsConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce Lead""" - leads( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceLeadConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceLeadSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceLeadSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Leads to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceLeadsConnection - - """Collection of Salesforce Note""" - notes( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceNoteConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceNoteSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceNoteSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Notes to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceNotesConnection - - """Collection of Salesforce Opportunity""" - opportunities( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunitySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunitySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Opportunities to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunitysConnection - - """Collection of Salesforce OpportunityPartner""" - opportunityPartnersTo( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOpportunityPartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOpportunityPartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOpportunityPartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of OpportunityPartners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOpportunityPartnersConnection - - """Collection of Salesforce Order""" - orders( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceOrderConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceOrderSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceOrderSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Orders to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceOrdersConnection - - """Collection of Salesforce Partner""" - partnersFrom( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Partners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnersConnection - - """Collection of Salesforce Partner""" - partnersTo( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforcePartnerConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforcePartnerSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforcePartnerSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Partners to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforcePartnersConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - - """Collection of Salesforce User""" - users( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Users to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUsersConnection - - """Collection of Salesforce UserRole""" - userRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceUserRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceUserRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceUserRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of UserRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceUserRolesConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""""" -type StripeCustomer { - """Linked Salesforce Account""" - salesforceAccount: SalesforceAccount - - """Linked Salesforce Contact""" - salesforceContact: SalesforceContact - - """Linked Salesforce Lead""" - salesforceLead: SalesforceLead - - """Linked Intercom user""" - intercomUser: IntercomUser - - """Linked Zendesk user""" - zendeskUser: ZendeskUser - - """The customer's payment sources, if any.""" - sources: StripeCustomerSources! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeCustomerObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - Current balance, if any, being stored on the customer. If negative, the customer has credit to apply to their next invoice. If positive, the customer has an amount owed that will be added to their next invoice. The balance does not refer to any unpaid invoices; it solely takes into account amounts that have yet to be successfully applied to any invoice. This balance is only taken into account as invoices are finalized. - """ - balance: Int - - """ - Describes the current discount active on the customer, if there is one. - """ - discount: StripeDiscount - - """The customer's preferred locales (languages), ordered by preference.""" - preferredLocales: [String!] - - """The customer's tax IDs.""" - taxIds: StripeCustomerTaxIds - - """ - Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) the customer can be charged in for recurring billing purposes. - """ - currency: String - - """ - When the customer's latest invoice is billed by charging automatically, delinquent is true if the invoice's latest charge is failed. When the customer's latest invoice is billed by sending an invoice, delinquent is true if the invoice is not paid by its due date. - """ - delinquent: Boolean - - """The prefix for the customer used to generate unique invoice numbers.""" - invoicePrefix: String - - """Unique identifier for the object.""" - id: String! - - """The customer's email address.""" - email: String - - """ID of the default payment source for the customer.""" - defaultSource: StripeCustomerDefaultSourceUnion - - """The customer's full name or business name.""" - name: String - - """ - Describes the status of looking up the tax ID provided in `tax_info`. This field has been deprecated and will be removed in a future API version, for further information view the [migration guide](https://stripe.com/docs/billing/migration/taxes#moving-from-taxinfo-to-customer-tax-ids). - """ - taxInfoVerification: StripeTaxInfoVerification - - """The customer's address.""" - address: StripeAddress - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """The customer's phone number.""" - phone: String - - """ - Mailing and shipping address for the customer. Appears on invoices emailed to this customer. - """ - shipping: StripeShipping - - """ - The customer's tax information. Appears on invoices emailed to this customer. This field has been deprecated and will be removed in a future API version, for further information view the [migration guide](https://stripe.com/docs/billing/migration/taxes#moving-from-taxinfo-to-customer-tax-ids). - """ - taxInfo: StripeTaxInfo - - """ - Describes the customer's tax exemption status. One of `none`, `exempt`, or `reverse`. When set to `reverse`, invoice and receipt PDFs include the text **"Reverse charge"**. - """ - taxExempt: StripeCustomerTaxExemptEnum - - """""" - invoiceSettings: StripeInvoiceSettingCustomerSetting - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String - - """The customer's current subscriptions, if any.""" - subscriptions: StripeCustomerSubscriptions - accountBalance: Int @deprecated(reason: "Use `balance` field") - charges(after: String, before: String, first: Int): StripeChargesConnection - invoices(after: String, before: String, first: Int): StripeInvoicesConnection - paymentIntents(after: String, before: String, first: Int): StripePaymentIntentsConnection -} - -"""""" -type StripePaymentMethodDetailsCardPresentReceipt { - """EMV tag 9F26, cryptogram generated by the integrated circuit chip.""" - applicationCryptogram: String - - """Mnenomic of the Application Identifier.""" - applicationPreferredName: String - - """Identifier for this transaction.""" - authorizationCode: String - - """EMV tag 8A. A code returned by the card issuer.""" - authorizationResponseCode: String - - """How the cardholder verified ownership of the card.""" - cardholderVerificationMethod: String - - """ - EMV tag 84. Similar to the application identifier stored on the integrated circuit chip. - """ - dedicatedFileName: String - - """The outcome of a series of EMV functions performed by the card reader.""" - terminalVerificationResults: String - - """ - An indication of various EMV functions performed during the transaction. - """ - transactionStatusInformation: String -} - -"""""" -type StripePaymentMethodDetailsCardPresent { - """Four-digit number representing the card's expiration year.""" - expYear: Int - - """The last four digits of the card.""" - last4: String - - """ - How were card details read in this transaction. Can be contact_emv, contactless_emv, magnetic_stripe_fallback, magnetic_stripe_track2, or contactless_magstripe_mode - """ - readMethod: String - - """ - Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected. - """ - country: String - - """ - Card brand. Can be `amex`, `diners`, `discover`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`. - """ - brand: String - - """ - Uniquely identifies this particular card number. You can use this attribute to check whether two customers who've signed up with you are using the same card number, for example. - """ - fingerprint: String - - """Authorization response cryptogram.""" - emvAuthData: String - - """ - A collection of fields required to be displayed on receipts. Only required for EMV transactions. - """ - receipt: StripePaymentMethodDetailsCardPresentReceipt - - """Two-digit number representing the card's expiration month.""" - expMonth: Int - - """ - ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod. - """ - generatedCard: String - - """Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.""" - funding: String -} - -"""""" -type StripePaymentMethodDetailsP24 { - """Unique reference for this Przelewy24 payment.""" - reference: String - - """ - Owner's verified full name. Values are verified or provided by Przelewy24 directly - (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedName: String -} - -"""""" -type StripePaymentMethodDetailsMultibanco { - """Entity number associated with this Multibanco payment.""" - entity: String - - """Reference number associated with this Multibanco payment.""" - reference: String -} - -enum StripePaymentMethodDetailsBancontactPreferredLanguageEnum { - de - en - fr - nl -} - -"""""" -type StripePaymentMethodDetailsBancontact { - """Bank code of bank associated with the bank account.""" - bankCode: String - - """Name of the bank associated with the bank account.""" - bankName: String - - """Bank Identifier Code of the bank associated with the bank account.""" - bic: String - - """Last four characters of the IBAN.""" - ibanLast4: String - - """ - Preferred language of the Bancontact authorization page that the customer is redirected to. - Can be one of `en`, `de`, `fr`, or `nl` - """ - preferredLanguage: StripePaymentMethodDetailsBancontactPreferredLanguageEnum - - """ - Owner's verified full name. Values are verified or provided by Bancontact directly - (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedName: String -} - -"""""" -type StripePaymentMethodDetailsCardChecks { - """ - If a address line1 was provided, results of the check, one of 'pass', 'failed', 'unavailable' or 'unchecked'. - """ - addressLine1Check: String - - """ - If a address postal code was provided, results of the check, one of 'pass', 'failed', 'unavailable' or 'unchecked'. - """ - addressPostalCodeCheck: String - - """ - If a CVC was provided, results of the check, one of 'pass', 'failed', 'unavailable' or 'unchecked'. - """ - cvcCheck: String -} - -"""""" -type StripePaymentMethodDetailsCardWalletVisaCheckout { - """ - Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - billingAddress: StripeAddress - - """ - Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - email: String - - """ - Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - name: String - - """ - Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - shippingAddress: StripeAddress -} - -enum StripePaymentMethodDetailsCardWalletTypeEnum { - amex_express_checkout - apple_pay - google_pay - masterpass - samsung_pay - visa_checkout -} - -"""""" -type StripePaymentMethodDetailsCardWalletMasterpass { - """ - Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - billingAddress: StripeAddress - - """ - Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - email: String - - """ - Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - name: String - - """ - Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - shippingAddress: StripeAddress -} - -"""""" -type StripePaymentMethodDetailsCardWallet { - """ - (For tokenized numbers only.) The last four digits of the device account number. - """ - dynamicLast4: String - - """""" - masterpass: StripePaymentMethodDetailsCardWalletMasterpass - - """ - The type of the card wallet, one of `amex_express_checkout`, `apple_pay`, `google_pay`, `masterpass`, `samsung_pay`, or `visa_checkout`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type. - """ - type: StripePaymentMethodDetailsCardWalletTypeEnum! - - """""" - visaCheckout: StripePaymentMethodDetailsCardWalletVisaCheckout -} - -"""""" -type StripeThreeDSecureDetails { - """ - Whether or not authentication was performed. 3D Secure will succeed without authentication when the card is not enrolled. - """ - authenticated: Boolean! - - """Whether or not 3D Secure succeeded.""" - succeeded: Boolean! - - """The version of 3D Secure that was used for this payment.""" - version: String! -} - -"""""" -type StripePaymentMethodDetailsCard { - """Four-digit number representing the card's expiration year.""" - expYear: Int - - """Populated if this transaction used 3D Secure authentication.""" - threeDSecure: StripeThreeDSecureDetails - - """The last four digits of the card.""" - last4: String - - """ - Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected. - """ - country: String - - """ - If this Card is part of a card wallet, this contains the details of the card wallet. - """ - wallet: StripePaymentMethodDetailsCardWallet - - """ - Card brand. Can be `amex`, `diners`, `discover`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`. - """ - brand: String - - """ - Check results by Card networks on Card address and CVC at time of payment. - """ - checks: StripePaymentMethodDetailsCardChecks - - """ - Uniquely identifies this particular card number. You can use this attribute to check whether two customers who've signed up with you are using the same card number, for example. - """ - fingerprint: String - - """Two-digit number representing the card's expiration month.""" - expMonth: Int - - """Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.""" - funding: String -} - -"""""" -type StripePaymentMethodDetailsAchCreditTransfer { - """Account number to transfer funds to.""" - accountNumber: String - - """Name of the bank associated with the routing number.""" - bankName: String - - """Routing transit number for the bank account to transfer funds to.""" - routingNumber: String - - """SWIFT code of the bank associated with the routing number.""" - swiftCode: String -} - -enum StripePaymentMethodDetailsAchDebitAccountHolderTypeEnum { - company - individual -} - -"""""" -type StripePaymentMethodDetailsAchDebit { - """ - Type of entity that holds the account. This can be either `individual` or `company`. - """ - accountHolderType: StripePaymentMethodDetailsAchDebitAccountHolderTypeEnum - - """Name of the bank associated with the bank account.""" - bankName: String - - """ - Two-letter ISO code representing the country the bank account is located in. - """ - country: String - - """ - Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. - """ - fingerprint: String - - """Last four digits of the bank account number.""" - last4: String - - """Routing transit number of the bank account.""" - routingNumber: String -} - -"""""" -type StripePaymentMethodDetailsSofort { - """Bank code of bank associated with the bank account.""" - bankCode: String - - """Name of the bank associated with the bank account.""" - bankName: String - - """Bank Identifier Code of the bank associated with the bank account.""" - bic: String - - """ - Two-letter ISO code representing the country the bank account is located in. - """ - country: String - - """Last four characters of the IBAN.""" - ibanLast4: String - - """ - Owner's verified full name. Values are verified or provided by SOFORT directly - (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedName: String -} - -"""""" -type StripePaymentMethodDetailsSepaDebit { - """Bank code of bank associated with the bank account.""" - bankCode: String - - """Branch code of bank associated with the bank account.""" - branchCode: String - - """ - Two-letter ISO code representing the country the bank account is located in. - """ - country: String - - """ - Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. - """ - fingerprint: String - - """Last four characters of the IBAN.""" - last4: String - - """ID of the mandate used to make this payment.""" - mandate: String -} - -"""""" -type StripePaymentMethodDetailsEps { - """ - Owner's verified full name. Values are verified or provided by EPS directly - (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedName: String -} - -"""""" -type StripePaymentMethodDetailsGiropay { - """Bank code of bank associated with the bank account.""" - bankCode: String - - """Name of the bank associated with the bank account.""" - bankName: String - - """Bank Identifier Code of the bank associated with the bank account.""" - bic: String - - """ - Owner's verified full name. Values are verified or provided by Giropay directly - (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedName: String -} - -enum StripePaymentMethodDetailsIdealBicEnum { - ABNANL2A - ASNBNL21 - BUNQNL2A - FVLBNL22 - HANDNL2A - INGBNL2A - KNABNL2H - MOYONL21 - RABONL2U - RBRBNL21 - SNSBNL2A - TRIONL2U -} - -enum StripePaymentMethodDetailsIdealBankEnum { - abn_amro - asn_bank - bunq - handelsbanken - ing - knab - moneyou - rabobank - regiobank - sns_bank - triodos_bank - van_lanschot -} - -"""""" -type StripePaymentMethodDetailsIdeal { - """ - The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `handelsbanken`, `ing`, `knab`, `moneyou`, `rabobank`, `regiobank`, `sns_bank`, `triodos_bank`, or `van_lanschot`. - """ - bank: StripePaymentMethodDetailsIdealBankEnum - - """The Bank Identifier Code of the customer's bank.""" - bic: StripePaymentMethodDetailsIdealBicEnum - - """Last four characters of the IBAN.""" - ibanLast4: String - - """ - Owner's verified full name. Values are verified or provided by iDEAL directly - (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - verifiedName: String -} - -"""""" -type StripePaymentMethodDetails { - """""" - ideal: StripePaymentMethodDetailsIdeal - - """""" - giropay: StripePaymentMethodDetailsGiropay - - """""" - eps: StripePaymentMethodDetailsEps - - """""" - sepaDebit: StripePaymentMethodDetailsSepaDebit - - """""" - sofort: StripePaymentMethodDetailsSofort - - """""" - achDebit: StripePaymentMethodDetailsAchDebit - - """""" - achCreditTransfer: StripePaymentMethodDetailsAchCreditTransfer - - """ - The type of transaction-specific details of the payment method used in the payment, one of `ach_credit_transfer`, `ach_debit`, `alipay`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `klarna`, `multibanco`, `p24`, `sepa_debit`, `sofort`, `stripe_account`, or `wechat`. - An additional hash is included on `payment_method_details` with a name matching this value. - It contains information specific to the payment method. - """ - type: String! - - """""" - card: StripePaymentMethodDetailsCard - - """""" - bancontact: StripePaymentMethodDetailsBancontact - - """""" - multibanco: StripePaymentMethodDetailsMultibanco - - """""" - p24: StripePaymentMethodDetailsP24 - - """""" - cardPresent: StripePaymentMethodDetailsCardPresent -} - -"""""" -type StripePaymentMethodCardGeneratedCard { - """The charge that created this object.""" - charge: String - - """ - Transaction-specific details of the payment method used in the payment. - """ - paymentMethodDetails: StripePaymentMethodDetails -} - -"""""" -type StripePaymentMethodCardChecks { - """ - If a address line1 was provided, results of the check, one of 'pass', 'failed', 'unavailable' or 'unchecked'. - """ - addressLine1Check: String - - """ - If a address postal code was provided, results of the check, one of 'pass', 'failed', 'unavailable' or 'unchecked'. - """ - addressPostalCodeCheck: String - - """ - If a CVC was provided, results of the check, one of 'pass', 'failed', 'unavailable' or 'unchecked'. - """ - cvcCheck: String -} - -"""""" -type StripeThreeDSecureUsage { - """Whether 3D Secure is supported on this card.""" - supported: Boolean! -} - -"""""" -type StripePaymentMethodCardWalletVisaCheckout { - """ - Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - billingAddress: StripeAddress - - """ - Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - email: String - - """ - Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - name: String - - """ - Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - shippingAddress: StripeAddress -} - -enum StripePaymentMethodCardWalletTypeEnum { - amex_express_checkout - apple_pay - google_pay - masterpass - samsung_pay - visa_checkout -} - -"""""" -type StripePaymentMethodCardWalletMasterpass { - """ - Owner's verified billing address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - billingAddress: StripeAddress - - """ - Owner's verified email. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - email: String - - """ - Owner's verified full name. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - name: String - - """ - Owner's verified shipping address. Values are verified or provided by the wallet directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. - """ - shippingAddress: StripeAddress -} - -"""""" -type StripePaymentMethodCardWallet { - """ - (For tokenized numbers only.) The last four digits of the device account number. - """ - dynamicLast4: String - - """""" - masterpass: StripePaymentMethodCardWalletMasterpass - - """ - The type of the card wallet, one of `amex_express_checkout`, `apple_pay`, `google_pay`, `masterpass`, `samsung_pay`, or `visa_checkout`. An additional hash is included on the Wallet subhash with a name matching this value. It contains additional information specific to the card wallet type. - """ - type: StripePaymentMethodCardWalletTypeEnum! - - """""" - visaCheckout: StripePaymentMethodCardWalletVisaCheckout -} - -"""""" -type StripePaymentMethodCard { - """Four-digit number representing the card's expiration year.""" - expYear: Int! - - """The last four digits of the card.""" - last4: String! - - """ - Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected. - """ - country: String - - """ - If this Card is part of a card wallet, this contains the details of the card wallet. - """ - wallet: StripePaymentMethodCardWallet - - """ - Card brand. Can be `amex`, `diners`, `discover`, `jcb`, `mastercard`, `unionpay`, `visa`, or `unknown`. - """ - brand: String! - - """ - Contains details on how this Card maybe be used for 3D Secure authentication. - """ - threeDSecureUsage: StripeThreeDSecureUsage - - """Checks on Card address and CVC if provided.""" - checks: StripePaymentMethodCardChecks - - """ - Uniquely identifies this particular card number. You can use this attribute to check whether two customers who've signed up with you are using the same card number, for example. - """ - fingerprint: String - - """Details of the original PaymentMethod that created this object.""" - generatedFrom: StripePaymentMethodCardGeneratedCard - - """Two-digit number representing the card's expiration month.""" - expMonth: Int! - - """Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.""" - funding: String! -} - -enum StripePaymentMethodTypeEnum { - card - card_present -} - -enum StripePaymentMethodObjectEnum { - payment_method -} - -"""""" -type StripePaymentMethod { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripePaymentMethodObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """Unique identifier for the object.""" - id: String! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type. - """ - type: StripePaymentMethodTypeEnum! - - """""" - card: StripePaymentMethodCard - - """ - The ID of the Customer to which this PaymentMethod is saved. This will not be set when the PaymentMethod has not been saved to a Customer. - """ - customer: StripeCustomer - - """""" - billingDetails: StripeBillingDetails! -} - -"""""" -type StripeInvoiceItemThresholdReason { - """The IDs of the line items that triggered the threshold invoice.""" - lineItemIds: [String!]! - - """The quantity threshold boundary that applied to the given line item.""" - usageGte: Int! -} - -"""""" -type StripeInvoiceThresholdReason { - """ - The total invoice amount threshold boundary if it triggered the threshold invoice. - """ - amountGte: Int - - """Indicates which line items triggered a threshold invoice.""" - itemReasons: [StripeInvoiceItemThresholdReason!]! -} - -enum StripeInvoiceObjectEnum { - invoice -} - -enum StripeInvoiceBillingReasonEnum { - automatic_pending_invoice_item_invoice - manual - subscription - subscription_create - subscription_cycle - subscription_threshold - subscription_update - upcoming -} - -"""""" -type StripeAddress { - """City/District/Suburb/Town/Village.""" - city: String - - """2-letter country code.""" - country: String - - """Address line 1 (Street address/PO Box/Company name).""" - line1: String - - """Address line 2 (Apartment/Suite/Unit/Building).""" - line2: String - - """ZIP or postal code.""" - postalCode: String - - """State/County/Province/Region.""" - state: String -} - -"""""" -type StripeShipping { - """""" - address: StripeAddress - - """ - The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc. - """ - carrier: String - - """Recipient name.""" - name: String - - """Recipient phone (including extension).""" - phone: String - - """ - The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas. - """ - trackingNumber: String -} - -"""""" -type StripeInvoice { - """Total after discounts and taxes.""" - total: Int! - - """ - The customer's shipping information. Until the invoice is finalized, this field will equal `customer.shipping`. Once the invoice is finalized, this field will no longer be updated. - """ - customerShipping: StripeShipping - - """ - Indicates the reason why the invoice was created. `subscription_cycle` indicates an invoice created by a subscription advancing into a new period. `subscription_create` indicates an invoice created due to creating a subscription. `subscription_update` indicates an invoice created due to updating a subscription. `subscription` is set for all old invoices to indicate either a change to a subscription or a period advancement. `manual` is set for all invoices unrelated to a subscription (for example: created via the invoice editor). The `upcoming` value is reserved for simulated invoices per the upcoming invoice endpoint. `subscription_threshold` indicates an invoice created due to a billing threshold being reached. - """ - billingReason: StripeInvoiceBillingReasonEnum - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeInvoiceObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """""" - thresholdReason: StripeInvoiceThresholdReason - - """ - The date on which payment for this invoice is due. This value will be `null` for invoices where `collection_method=charge_automatically`. - """ - dueDate: Int - - """ - ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings. - """ - defaultPaymentMethod: StripePaymentMethod - - """ - The PaymentIntent associated with this invoice. The PaymentIntent is generated when the invoice is finalized, and can then be used to pay the invoice. Note that voiding an invoice will cancel the PaymentIntent. - """ - paymentIntent: StripePaymentIntent - - """ - Only set for upcoming invoices that preview prorations. The time used to calculate prorations. - """ - subscriptionProrationDate: Int - - """ - Controls whether Stripe will perform [automatic collection](https://stripe.com/docs/billing/invoices/workflow/#auto_advance) of the invoice. When `false`, the invoice's state will not automatically advance without an explicit action. - """ - autoAdvance: Boolean - - """The amount remaining, in %s, that is due.""" - amountRemaining: Int! - - """""" - discount: StripeDiscount - - """ - This is the transaction number that appears on email receipts sent for this invoice. - """ - receiptNumber: String - - """ - The individual line items that make up the invoice. `lines` is sorted as follows: invoice items in reverse chronological order, followed by the subscription, if any. - """ - lines: StripeInvoiceLines! - - """ - Whether payment was successfully collected for this invoice. An invoice can be paid (most commonly) with a charge or with credit from the customer's account balance. - """ - paid: Boolean! - - """ - The customer's email. Until the invoice is finalized, this field will equal `customer.email`. Once the invoice is finalized, this field will no longer be updated. - """ - customerEmail: String - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - The public name of the business associated with this invoice, most often the business creating the invoice. - """ - accountName: String - - """ - The URL for the hosted invoice page, which allows customers to view and pay an invoice. If the invoice has not been finalized yet, this will be null. - """ - hostedInvoiceUrl: String - - """The amount, in %s, that was paid.""" - amountPaid: Int! - - """""" - statusTransitions: StripeInvoicesStatusTransitions! - - """ - The time at which webhooks for this invoice were successfully delivered (if the invoice had no webhooks to deliver, this will match `created`). Invoice payment is delayed until webhooks are delivered, or until all webhook delivery attempts have been exhausted. - """ - webhooksDeliveredAt: Int - - """ - Start of the usage period during which invoice items were added to this invoice. - """ - periodStart: Int! - - """Unique identifier for the object.""" - id: String - - """Footer displayed on the invoice.""" - footer: String - - """ - The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated. - """ - customerTaxIds: [StripeInvoicesResourceInvoiceTaxId!] - - """ - ID of the default payment source for the invoice. It must belong to the customer associated with the invoice and be in a chargeable state. If not set, defaults to the subscription's default source, if any, or to the customer's default source. - """ - defaultSource: StripeInvoiceDefaultSourceUnion - - """ - The link to download the PDF for the invoice. If the invoice has not been finalized yet, this will be null. - """ - invoicePdf: String - - """ID of the latest charge generated for this invoice, if any.""" - charge: StripeCharge - - """ - Whether an attempt has been made to pay the invoice. An invoice is not attempted until 1 hour after the `invoice.created` webhook, for example, so you might not want to display that invoice as unpaid to your users. - """ - attempted: Boolean! - - """ - End of the usage period during which invoice items were added to this invoice. - """ - periodEnd: Int! - - """ - The customer's address. Until the invoice is finalized, this field will equal `customer.address`. Once the invoice is finalized, this field will no longer be updated. - """ - customerAddress: StripeAddress - - """ - Final amount due at this time for this invoice. If the invoice's total is smaller than the minimum charge amount, for example, or if there is account credit that can be applied to the invoice, the `amount_due` may be 0. If there is a positive `starting_balance` for the invoice (the customer owes money), the `amount_due` will also take that into account. The charge that gets generated for the invoice will be for the amount specified in `amount_due`. - """ - amountDue: Int! - - """ - The status of the invoice, one of `draft`, `open`, `paid`, `uncollectible`, or `void`. [Learn more](https://stripe.com/docs/billing/invoices/workflow#workflow-overview) - """ - status: StripeInvoiceStatusEnum - - """Custom fields displayed on the invoice.""" - customFields: [StripeInvoiceSettingCustomField!] - - """The subscription that this invoice was prepared for, if any.""" - subscription: StripeSubscription - - """ - Either `charge_automatically`, or `send_invoice`. When charging automatically, Stripe will attempt to pay this invoice using the default source attached to the customer. When sending an invoice, Stripe will email this invoice to the customer with payment instructions. - """ - collectionMethod: StripeInvoiceCollectionMethodEnum - - """ - A unique, identifying string that appears on emails sent to the customer for this invoice. This starts with the customer's unique invoice_prefix if it is specified. - """ - number: String - - """ - Starting customer balance before the invoice is finalized. If the invoice has not been finalized yet, this will be the current customer balance. - """ - startingBalance: Int! - - """The tax rates applied to this invoice, if any.""" - defaultTaxRates: [StripeTaxRate!] - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String - - """ - The country of the business associated with this invoice, most often the business creating the invoice. - """ - accountCountry: String - - """ - The customer's phone number. Until the invoice is finalized, this field will equal `customer.phone`. Once the invoice is finalized, this field will no longer be updated. - """ - customerPhone: String - - """ - Ending customer balance after the invoice is finalized. Invoices are finalized approximately an hour after successful webhook delivery or when payment collection is attempted for the invoice. If the invoice has not been finalized yet, this will be null. - """ - endingBalance: Int - - """Total amount of all post-payment credit notes issued for this invoice.""" - postPaymentCreditNotesAmount: Int! - - """ - Extra information about an invoice for the customer's credit card statement. - """ - statementDescriptor: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - Total of all subscriptions, invoice items, and prorations on the invoice before any discount or tax is applied. - """ - subtotal: Int! - - """Total amount of all pre-payment credit notes issued for this invoice.""" - prePaymentCreditNotesAmount: Int! - - """ - The customer's name. Until the invoice is finalized, this field will equal `customer.name`. Once the invoice is finalized, this field will no longer be updated. - """ - customerName: String - - """ - Number of payment attempts made for this invoice, from the perspective of the payment retry schedule. Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule. - """ - attemptCount: Int! - - """The aggregate amounts calculated per tax rate for all line items.""" - totalTaxAmounts: [StripeInvoiceTaxAmount!] - - """ - The amount of tax on this invoice. This is the sum of all the tax amounts on this invoice. - """ - tax: Int - - """ - The customer's tax exempt status. Until the invoice is finalized, this field will equal `customer.tax_exempt`. Once the invoice is finalized, this field will no longer be updated. - """ - customerTaxExempt: StripeInvoiceCustomerTaxExemptEnum - - """""" - customer: StripeInvoiceCustomerUnion! - - """ - The fee in %s that will be applied to the invoice and transferred to the application owner's Stripe account when the invoice is paid. - """ - applicationFeeAmount: Int - - """ - An arbitrary string attached to the object. Often useful for displaying to users. Referenced as 'memo' in the Dashboard. - """ - description: String - - """ - This percentage of the subtotal has been added to the total amount of the invoice, including invoice line items and discounts. This field is inherited from the subscription's `tax_percent` field, but can be changed before the invoice is paid. This field defaults to null. - """ - taxPercent: Float - - """ - The time at which payment will next be attempted. This value will be `null` for invoices where `collection_method=send_invoice`. - """ - nextPaymentAttempt: Int -} - -"""""" -type StripeTransferData { - """ - A positive integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99). - """ - amount: Int - - """ - The account (if any) the payment will be attributed to for tax - reporting, and where funds from the payment will be transferred to upon - payment success. - """ - destination: StripeAccount! -} - -enum StripePaymentIntentPaymentMethodOptionsCardRequestThreeDSecureEnum { - any - automatic - challenge_only -} - -"""""" -type StripePaymentIntentPaymentMethodOptionsCard { - """ - We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Permitted values include: `automatic` or `any`. If not provided, defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine. - """ - requestThreeDSecure: StripePaymentIntentPaymentMethodOptionsCardRequestThreeDSecureEnum -} - -"""""" -type StripePaymentIntentPaymentMethodOptions { - """""" - card: StripePaymentIntentPaymentMethodOptionsCard -} - -enum StripePaymentIntentObjectEnum { - payment_intent -} - -"""""" -type StripePaymentIntent { - """ - The account (if any) for which the funds of the PaymentIntent are intended. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/payment-intents/use-cases#connected-accounts) for details. - """ - onBehalfOf: StripeAccount - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripePaymentIntentObjectEnum! - - """ - Email address that the receipt for the resulting payment will be sent to. - """ - receiptEmail: String - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """Payment-method-specific configuration for this PaymentIntent.""" - paymentMethodOptions: StripePaymentIntentPaymentMethodOptions - - """ - A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/payment-intents/use-cases#connected-accounts) for details. - """ - transferGroup: String - - """ - The data with which to automatically create a Transfer when the payment is finalized. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/payment-intents/use-cases#connected-accounts) for details. - """ - transferData: StripeTransferData - - """ID of the review associated with this PaymentIntent, if any.""" - review: StripeReview - - """ - Provides information about a card payment that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor. - """ - statementDescriptorSuffix: String - - """Amount that can be captured from this PaymentIntent.""" - amountCapturable: Int - - """ID of the invoice that created this PaymentIntent, if it exists.""" - invoice: StripeInvoice - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ID of the payment method used in this PaymentIntent.""" - paymentMethod: StripePaymentMethod - - """Unique identifier for the object.""" - id: String! - - """Charges that were created by this PaymentIntent, if any.""" - charges: StripePaymentIntentCharges - - """ - The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. - """ - paymentMethodTypes: [String!]! - - """ - One of `automatic` (default) or `manual`. - - When the confirmation method is `automatic`, a PaymentIntent can be confirmed using a publishable key. After `next_action`s are handled, no additional confirmation is required to complete the payment. - - When the confirmation method is `manual`, all payment attempts must be made using a secret key. The PaymentIntent returns to the `requires_confirmation` state after handling `next_action`s, and requires your server to initiate each payment attempt with an explicit confirmation. - - Learn more about the different [confirmation flows](https://stripe.com/docs/payments/payment-intents/use-cases#one-time-payments). - """ - confirmationMethod: StripePaymentIntentConfirmationMethodEnum! - - """ID of the Connect application that created the PaymentIntent.""" - application: StripeApplication - - """ - Status of this PaymentIntent, one of `requires_payment_method`, `requires_confirmation`, `requires_action`, `processing`, `requires_capture`, `canceled`, or `succeeded`. Read more about each PaymentIntent [status](https://stripe.com/docs/payments/intents#intent-statuses). - """ - status: StripePaymentIntentStatusEnum! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. For more information, see the [documentation](https://stripe.com/docs/payments/payment-intents/creating-payment-intents#storing-information-in-metadata). - """ - metadata: String - - """ - One of `automatic` (default) or `manual`. - - When the capture method is `automatic`, Stripe automatically captures funds when the customer authorizes the payment. - - Change `capture_method` to manual if you wish to [separate authorization and capture](https://stripe.com/docs/payments/payment-intents/creating-payment-intents#separate-authorization-and-capture) for payment methods that support this. - """ - captureMethod: StripePaymentIntentCaptureMethodEnum! - - """ - Reason for cancellation of this PaymentIntent, either user-provided (`duplicate`, `fraudulent`, `requested_by_customer`, or `abandoned`) or generated by Stripe internally (`failed_invoice`, `void_invoice`, or `automatic`). - """ - cancellationReason: StripePaymentIntentCancellationReasonEnum - - """ - For non-card charges, you can use this value as the complete description that appears on your customers’ statements. Must contain at least one letter, maximum 22 characters. - """ - statementDescriptor: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """Amount intended to be collected by this PaymentIntent.""" - amount: Int! - - """Shipping information for this PaymentIntent.""" - shipping: StripeShipping - - """ - ID of the Customer this PaymentIntent belongs to, if one exists. - - If present, payment methods used with this PaymentIntent can only be attached to this Customer, and payment methods attached to other Customers cannot be used with this PaymentIntent. - """ - customer: StripePaymentIntentCustomerUnion - - """ - The client secret of this PaymentIntent. Used for client-side retrieval using a publishable key. - - The client secret can be used to complete a payment from your frontend. It should not be stored, logged, embedded in URLs, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret. - - Please refer to our [quickstart guide](https://stripe.com/docs/payments/payment-intents/web) to learn about how `client_secret` should be handled. - """ - clientSecret: String - - """Amount that was collected by this PaymentIntent.""" - amountReceived: Int - - """ - The amount of the application fee (if any) for the resulting payment. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/payment-intents/use-cases#connected-accounts) for details. - """ - applicationFeeAmount: Int - - """ - The payment error encountered in the previous PaymentIntent confirmation. - """ - lastPaymentError: StripeApiErrors - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String - - """ - Indicates that you intend to make future payments with this PaymentIntent's payment method. - - If present, the payment method used with this PaymentIntent can be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer, even after the transaction completes. - - Use `on_session` if you intend to only reuse the payment method when your customer is present in your checkout flow. Use `off_session` if your customer may or may not be in your checkout flow. See [Saving card details after a payment](https://stripe.com/docs/payments/cards/saving-cards-after-payment) to learn more. - - Stripe uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules. For example, if your customer is impacted by [SCA](https://stripe.com/docs/strong-customer-authentication), using `off_session` will ensure that they are authenticated while processing this PaymentIntent. You will then be able to collect [off-session payments](https://stripe.com/docs/payments/cards/charging-saved-cards#off-session-payments-with-saved-cards) for this customer. - """ - setupFutureUsage: String - - """ - Populated when `status` is `canceled`, this is the time at which the PaymentIntent was canceled. Measured in seconds since the Unix epoch. - """ - canceledAt: Int -} - -enum StripeReviewObjectEnum { - review -} - -enum StripeReviewClosedReasonEnum { - approved - disputed - refunded - refunded_as_fraud -} - -"""""" -type StripeReview { - """ - The reason the review was closed, or null if it has not yet been closed. One of `approved`, `refunded`, `refunded_as_fraud`, or `disputed`. - """ - closedReason: StripeReviewClosedReasonEnum - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeReviewObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """The PaymentIntent ID associated with this review, if one exists.""" - paymentIntent: StripePaymentIntent - - """The reason the review was opened. One of `rule` or `manual`.""" - openedReason: StripeReviewOpenedReasonEnum! - - """ - Information related to the location of the payment. Note that this information is an approximation and attempts to locate the nearest population center - it should not be used to determine a specific address. - """ - ipAddressLocation: StripeRadarReviewResourceLocation - - """Unique identifier for the object.""" - id: String! - - """The charge associated with this review.""" - charge: StripeCharge - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """The ZIP or postal code of the card used, if applicable.""" - billingZip: String - - """ - The reason the review is currently open or closed. One of `rule`, `manual`, `approved`, `refunded`, `refunded_as_fraud`, or `disputed`. - """ - reason: String! - - """ - Information related to the browsing session of the user who initiated the payment. - """ - session: StripeRadarReviewResourceSession - - """The IP address where the payment originated.""" - ipAddress: String - - """If `true`, the review needs action.""" - open: Boolean! -} - -"""""" -type StripeChargeTransferData { - """ - The amount transferred to the destination account, if specified. By default, the entire charge amount is transferred to the destination account. - """ - amount: Int - - """ - ID of an existing, connected Stripe account to transfer funds to if `transfer_data` was specified in the charge request. - """ - destination: StripeAccount! -} - -enum StripeChargeObjectEnum { - charge -} - -"""""" -type StripeCharge { - """ - The account (if any) the charge was made on behalf of without triggering an automatic transfer. See the [Connect documentation](https://stripe.com/docs/connect/charges-transfers) for details. - """ - onBehalfOf: StripeAccount - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeChargeObjectEnum! - - """ - This is the email address that the receipt for this charge was sent to. - """ - receiptEmail: String - - """ - ID of the balance transaction that describes the impact of this charge on your account balance (not including refunds or disputes). - """ - balanceTransaction: StripeBalanceTransaction - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ID of the PaymentIntent associated with this charge, if one exists.""" - paymentIntent: String - - """ - A string that identifies this transaction as part of a group. See the [Connect documentation](https://stripe.com/docs/connect/charges-transfers#grouping-transactions) for details. - """ - transferGroup: String - - """ - This is the transaction number that appears on email receipts sent for this charge. This attribute will be `null` until a receipt has been sent. - """ - receiptNumber: String - - """ - An optional dictionary including the account to automatically transfer to as part of a destination charge. [See the Connect documentation](https://stripe.com/docs/connect/destination-charges) for details. - """ - transferData: StripeChargeTransferData - - """ID of the review associated with this charge if one exists.""" - review: StripeReview - - """ - Provides information about the charge that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor. - """ - statementDescriptorSuffix: String - - """ - `true` if the charge succeeded, or was successfully authorized for later capture. - """ - paid: Boolean! - - """ID of the invoice this charge is for if one exists.""" - invoice: StripeInvoice - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ID of the payment method used in this charge.""" - paymentMethod: String - - """ - This is the URL to view the receipt for this charge. The receipt is kept up-to-date to the latest state of the charge, including any refunds. If the charge is for an Invoice, the receipt will be stylized as an Invoice receipt. - """ - receiptUrl: String! - - """ - Error code explaining reason for charge failure if available (see [the errors section](https://stripe.com/docs/api#errors) for a list of codes). - """ - failureCode: String - - """Unique identifier for the object.""" - id: String! - - """ - Message to user further explaining reason for charge failure if available. - """ - failureMessage: String - - """Details about the payment method at the time of the transaction.""" - paymentMethodDetails: StripePaymentMethodDetails - - """ - The application fee (if any) for the charge. [See the Connect documentation](https://stripe.com/docs/connect/direct-charges#collecting-fees) for details. - """ - applicationFee: StripeApplicationFee - - """ID of the Connect application that created the charge.""" - application: StripeApplication - - """ - The status of the payment is either `succeeded`, `pending`, or `failed`. - """ - status: String! - - """Details about the dispute if the charge has been disputed.""" - dispute: StripeDispute - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ - ID of the transfer to the `destination` account (only applicable if the charge was created using the `destination` parameter). - """ - transfer: StripeTransfer - - """ - If the charge was created without capturing, this Boolean represents whether it is still uncaptured or has since been captured. - """ - captured: Boolean! - - """ID of the order this charge is for if one exists.""" - order: StripeOrder - - """ - Whether the charge has been fully refunded. If the charge is only partially refunded, this attribute will still be false. - """ - refunded: Boolean! - - """ - For card charges, use `statement_descriptor_suffix` instead. Otherwise, you can use this value as the complete description of a charge on your customers’ statements. Must contain at least one letter, maximum 22 characters. - """ - statementDescriptor: String - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """ - A positive integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99). - """ - amount: Int! - - """ - Amount in %s refunded (can be less than the amount attribute on the charge if a partial refund was issued). - """ - amountRefunded: Int! - - """Shipping information for the charge.""" - shipping: StripeShipping - - """ - The transfer ID which created this charge. Only present if the charge came from another Stripe account. [See the Connect documentation](https://stripe.com/docs/connect/destination-charges) for details. - """ - sourceTransfer: StripeTransfer - - """ID of the customer this charge is for if one exists.""" - customer: StripeChargeCustomerUnion - - """""" - billingDetails: StripeBillingDetails! - - """ - The amount of the application fee (if any) for the charge. [See the Connect documentation](https://stripe.com/docs/connect/direct-charges#collecting-fees) for details. - """ - applicationFeeAmount: Int - - """ - Details about whether the payment was accepted, and why. See [understanding declines](https://stripe.com/docs/declines) for details. - """ - outcome: StripeChargeOutcome - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String - refunds(after: String, before: String, first: Int): StripeRefundsConnection -} - -enum StripeTransferReversalsObjectEnum { - list -} - -"""""" -type StripeTransferReversals { - """""" - data: [StripeTransferReversal!]! - - """ - True if this list has another page of items after this one that can be fetched. - """ - hasMore: Boolean! - - """ - String representing the object's type. Objects of the same type share the same value. Always has the value `list`. - """ - object: StripeTransferReversalsObjectEnum! - - """The URL where this list can be accessed.""" - url: String! -} - -enum StripeTransferObjectEnum { - transfer -} - -"""""" -type StripeTransfer { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeTransferObjectEnum! - - """ - Balance transaction that describes the impact of this transfer on your account balance. - """ - balanceTransaction: StripeBalanceTransaction - - """Time that this record of the transfer was first created.""" - created: Int! - - """ - Whether the transfer has been fully reversed. If the transfer is only partially reversed, this attribute will still be false. - """ - reversed: Boolean! - - """ - A string that identifies this transaction as part of a group. See the [Connect documentation](https://stripe.com/docs/connect/charges-transfers#grouping-transactions) for details. - """ - transferGroup: String - - """ID of the Stripe account the transfer was sent to.""" - destination: StripeAccount - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """ - The source balance this transfer came from. One of `card` or `bank_account`. - """ - sourceType: String - - """Unique identifier for the object.""" - id: String! - - """A list of reversals that have been applied to the transfer.""" - reversals: StripeTransferReversals! - - """ - ID of the charge or payment that was used to fund the transfer. If null, the transfer was funded from the available balance. - """ - sourceTransaction: StripeCharge - - """ - A set of key-value pairs that you can attach to a transfer object. It can be useful for storing additional information about the transfer in a structured format. - """ - metadata: String! - - """ - If the destination is a Stripe account, this will be the ID of the payment that the destination account received for the transfer. - """ - destinationPayment: StripeCharge - - """ - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. - """ - livemode: Boolean! - - """Amount in %s to be transferred.""" - amount: Int! - - """ - Amount in %s reversed (can be less than the amount attribute on the transfer if a partial reversal was issued). - """ - amountReversed: Int! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String -} - -enum StripeTransferReversalObjectEnum { - transfer_reversal -} - -"""""" -type StripeTransferReversal { - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeTransferReversalObjectEnum! - - """Balance transaction that describes the impact on your account balance.""" - balanceTransaction: StripeBalanceTransaction - - """Linked payment refund for the transfer reversal.""" - destinationPaymentRefund: StripeRefund - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ID of the refund responsible for the transfer reversal.""" - sourceRefund: StripeRefund - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """ID of the transfer that was reversed.""" - transfer: StripeTransfer! - - """Amount, in %s.""" - amount: Int! -} - -union StripeBalanceTransactionSourceUnion = StripeTransferReversal | StripeTransfer | StripeTopup | StripeTaxDeductedAtSource | StripeReserveTransaction | StripeRefund | StripePlatformTaxFee | StripePayout | StripeIssuingTransaction | StripeIssuingAuthorization | StripeFeeRefund | StripeDispute | StripeConnectCollectionTransfer | StripeCharge | StripeApplicationFee - -enum StripeBalanceTransactionObjectEnum { - balance_transaction -} - -"""""" -type StripeBalanceTransaction { - """ - The date the transaction's net funds will become available in the Stripe balance. - """ - availableOn: Int! - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeBalanceTransactionObjectEnum! - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """Net amount of the transaction, in %s.""" - net: Int! - - """ - If the transaction's net funds are available in the Stripe balance yet. Either `available` or `pending`. - """ - status: String! - - """""" - exchangeRate: Float - - """Fees (in %s) paid for this transaction.""" - fee: Int! - - """The Stripe object to which this transaction is related.""" - source: StripeBalanceTransactionSourceUnion - - """ - Transaction type: `adjustment`, `advance`, `advance_funding`, `application_fee`, `application_fee_refund`, `charge`, `connect_collection_transfer`, `issuing_authorization_hold`, `issuing_authorization_release`, `issuing_transaction`, `payment`, `payment_failure_refund`, `payment_refund`, `payout`, `payout_cancel`, `payout_failure`, `refund`, `refund_failure`, `reserve_transaction`, `reserved_funds`, `stripe_fee`, `stripe_fx_fee`, `tax_fee`, `topup`, `topup_reversal`, `transfer`, `transfer_cancel`, `transfer_failure`, or `transfer_refund`. [Learn more](https://stripe.com/docs/reports/balance-transaction-types) about balance transaction types and what they represent. - """ - type: StripeBalanceTransactionTypeEnum! - - """Gross amount of the transaction, in %s.""" - amount: Int! - - """Detailed breakdown of fees (in %s) paid for this transaction.""" - feeDetails: [StripeFee!]! - - """ - An arbitrary string attached to the object. Often useful for displaying to users. - """ - description: String -} - -enum StripeRefundObjectEnum { - refund -} - -"""""" -type StripeRefund { - """Linked Salesforce Case""" - salesforceCase: SalesforceCase - - """ - String representing the object's type. Objects of the same type share the same value. - """ - object: StripeRefundObjectEnum! - - """Balance transaction that describes the impact on your account balance.""" - balanceTransaction: StripeBalanceTransaction - - """ - Time at which the object was created. Measured in seconds since the Unix epoch. - """ - created: Int! - - """ - If the refund failed, the reason for refund failure if known. Possible values are `lost_or_stolen_card`, `expired_or_canceled_card`, or `unknown`. - """ - failureReason: String - - """ - This is the transaction number that appears on email receipts sent for this refund. - """ - receiptNumber: String - - """ - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). - """ - currency: String! - - """Unique identifier for the object.""" - id: String! - - """ID of the charge that was refunded.""" - charge: StripeCharge - - """ - The transfer reversal that is associated with the refund. Only present if the charge came from another Stripe account. See the Connect documentation for details. - """ - sourceTransferReversal: StripeTransferReversal - - """ - Status of the refund. For credit card refunds, this can be `pending`, `succeeded`, or `failed`. For other types of refunds, it can be `pending`, `succeeded`, `failed`, or `canceled`. Refer to our [refunds](https://stripe.com/docs/refunds#failed-refunds) documentation for more details. - """ - status: String - - """ - If the accompanying transfer was reversed, the transfer reversal object. Only applicable if the charge was created using the destination parameter. - """ - transferReversal: StripeTransferReversal - - """ - Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. - """ - metadata: String! - - """Amount, in %s.""" - amount: Int! - - """ - Reason for the refund. If set, possible values are `duplicate`, `fraudulent`, and `requested_by_customer`. - """ - reason: String - - """ - If the refund failed, this balance transaction describes the adjustment made on your account balance that reverses the initial balance transaction. - """ - failureBalanceTransaction: StripeBalanceTransaction - - """ - An arbitrary string attached to the object. Often useful for displaying to users. (Available on non-card refunds only) - """ - description: String -} - -"""Case""" -type SalesforceCase implements OneGraphNode { - """Linked Stripe refund""" - stripeRefund: StripeRefund - - """Linked Github Issue""" - gitHubIssue: GitHubIssue - - """Case ID""" - id: String! - - """Deleted""" - isDeleted: Boolean! - - """Case Number""" - caseNumber: String! - - """Contact ID""" - contactId: String - - """Contact ID""" - contact: SalesforceContact - - """Account ID""" - accountId: String - - """Account ID""" - account: SalesforceAccount - - """Asset ID""" - assetId: String - - """Asset ID""" - asset: SalesforceAsset - - """Parent Case ID""" - parentId: String - - """Parent Case ID""" - parent: SalesforceCase - - """Name""" - suppliedName: String - - """Email Address""" - suppliedEmail: String - - """Phone""" - suppliedPhone: String - - """Company""" - suppliedCompany: String - - """Case Type""" - type: String - - """Status""" - status: String - - """Case Reason""" - reason: String - - """Case Origin""" - origin: String - - """Subject""" - subject: String - - """Priority""" - priority: String - - """Description""" - description: String - - """Closed""" - isClosed: Boolean! - - """Closed Date""" - closedDate: String - - """Escalated""" - isEscalated: Boolean! - - """Owner ID""" - ownerId: String! - - """Owner ID""" - owner: SalesforceCaseOwnerUnion! - - """Created Date""" - createdDate: String! - - """Created By ID""" - createdById: String! - - """Created By ID""" - createdBy: SalesforceUser! - - """Last Modified Date""" - lastModifiedDate: String! - - """Last Modified By ID""" - lastModifiedById: String! - - """Last Modified By ID""" - lastModifiedBy: SalesforceUser! - - """System Modstamp""" - systemModstamp: String! - - """Contact Phone""" - contactPhone: String - - """Contact Mobile""" - contactMobile: String - - """Contact Email""" - contactEmail: String - - """Contact Fax""" - contactFax: String - - """Last Viewed Date""" - lastViewedDate: String - - """Last Referenced Date""" - lastReferencedDate: String - - """Collection of Salesforce Attachment""" - attachments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceAttachmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceAttachmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceAttachmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Attachments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceAttachmentsConnection - - """Collection of Salesforce Case""" - cases( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Cases to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCasesConnection - - """Collection of Salesforce CaseComment""" - caseComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseCommentsConnection - - """Collection of Salesforce CaseContactRole""" - caseContactRoles( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseContactRoleConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseContactRoleSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseContactRoleSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseContactRoles to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseContactRolesConnection - - """Collection of Salesforce CaseFeed""" - feeds( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseFeedConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseFeedSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseFeedSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseFeeds to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseFeedsConnection - - """Collection of Salesforce CaseHistory""" - histories( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseHistoryConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseHistorySortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseHistorySortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseHistories to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseHistorysConnection - - """Collection of Salesforce CaseShare""" - shares( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseShareConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseShareSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseShareSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseShares to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSharesConnection - - """Collection of Salesforce CaseSolution""" - caseSolutions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseSolutionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseSolutionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseSolutionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseSolutions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseSolutionsConnection - - """Collection of Salesforce CaseTeamMember""" - teamMembers( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamMemberConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamMemberSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamMemberSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of CaseTeamMembers to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceCaseTeamMembersConnection - - """Collection of Salesforce CaseTeamTemplateRecord""" - teamTemplateRecords( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCaseTeamTemplateRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCaseTeamTemplateRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCaseTeamTemplateRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CaseTeamTemplateRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCaseTeamTemplateRecordsConnection - - """Collection of Salesforce CollaborationGroupRecord""" - recordAssociatedGroups( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceCollaborationGroupRecordConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceCollaborationGroupRecordSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of CollaborationGroupRecords to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceCollaborationGroupRecordsConnection - - """Collection of Salesforce ContentDistribution""" - contentDistributions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDistributionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDistributionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDistributionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDistributions to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDistributionsConnection - - """Collection of Salesforce ContentDocumentLink""" - contentDocumentLinks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentDocumentLinkConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentDocumentLinkSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentDocumentLinkSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """ - Number of ContentDocumentLinks to fetch. Defaults to 10. Maximum is 60. - """ - first: Int - ): SalesforceContentDocumentLinksConnection - - """Collection of Salesforce ContentVersion""" - contentVersions( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceContentVersionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceContentVersionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceContentVersionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ContentVersions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceContentVersionsConnection - - """Collection of Salesforce EmailMessage""" - emailMessages( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EmailMessage""" - emails( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEmailMessageConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEmailMessageSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEmailMessageSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EmailMessages to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEmailMessagesConnection - - """Collection of Salesforce EntitySubscription""" - feedSubscriptionsForEntity( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEntitySubscriptionConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEntitySubscriptionSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEntitySubscriptionSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of EntitySubscriptions to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEntitySubscriptionsConnection - - """Collection of Salesforce Event""" - events( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceEventConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceEventSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceEventSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Events to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceEventsConnection - - """Collection of Salesforce FeedComment""" - feedComments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedCommentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedCommentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedCommentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedComments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedCommentsConnection - - """Collection of Salesforce FeedItem""" - feedItems( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFeedItemConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFeedItemSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFeedItemSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FeedItems to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFeedItemsConnection - - """Collection of Salesforce FlowRecordRelation""" - flowRecordRelations( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceFlowRecordRelationConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceFlowRecordRelationSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceFlowRecordRelationSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of FlowRecordRelations to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceFlowRecordRelationsConnection - - """Collection of Salesforce ProcessInstance""" - processInstances( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceProcessInstanceConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceProcessInstanceSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceProcessInstanceSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of ProcessInstances to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceProcessInstancesConnection - - """Collection of Salesforce Task""" - tasks( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTaskConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTaskSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTaskSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of Tasks to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTasksConnection - - """Collection of Salesforce TopicAssignment""" - topicAssignments( - """ - A filter to be used in determining which values should be returned by the collection. - """ - filter: SalesforceTopicAssignmentConnectionFilter - - """ - Custom field to sort the results by. Only provide one of `sortByField` or `sortByCustomField`. - """ - sortByCustomField: SalesforceTopicAssignmentSortByFieldEnum - - """Field to sort the results by. Defaults to Id.""" - sortByField: SalesforceTopicAssignmentSortByFieldEnum - - """ - Whether elements should be sorted in ascending or descending order. Default is ascending. - """ - orderBy: SalesforceSortOrderBy - - """Returns the elements in the list that come after the specified cursor""" - after: String - - """Number of TopicAssignments to fetch. Defaults to 10. Maximum is 60.""" - first: Int - ): SalesforceTopicAssignmentsConnection - customFields( - """ - List of custom fields to return. By default, returns all custom fields. - """ - fields: [String!] - ): JSON! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubIssueTimelineItemsItemType { - """Represents a comment on an Issue.""" - ISSUE_COMMENT - - """Represents a mention made by one issue or pull request to another.""" - CROSS_REFERENCED_EVENT - - """ - Represents a 'added_to_project' event on a given issue or pull request. - """ - ADDED_TO_PROJECT_EVENT - - """Represents an 'assigned' event on any assignable object.""" - ASSIGNED_EVENT - - """Represents a 'closed' event on any `Closable`.""" - CLOSED_EVENT - - """Represents a 'comment_deleted' event on a given issue or pull request.""" - COMMENT_DELETED_EVENT - - """Represents a 'connected' event on a given issue or pull request.""" - CONNECTED_EVENT - - """ - Represents a 'converted_note_to_issue' event on a given issue or pull request. - """ - CONVERTED_NOTE_TO_ISSUE_EVENT - - """Represents a 'demilestoned' event on a given issue or pull request.""" - DEMILESTONED_EVENT - - """Represents a 'disconnected' event on a given issue or pull request.""" - DISCONNECTED_EVENT - - """Represents a 'labeled' event on a given issue or pull request.""" - LABELED_EVENT - - """Represents a 'locked' event on a given issue or pull request.""" - LOCKED_EVENT - - """ - Represents a 'marked_as_duplicate' event on a given issue or pull request. - """ - MARKED_AS_DUPLICATE_EVENT - - """Represents a 'mentioned' event on a given issue or pull request.""" - MENTIONED_EVENT - - """Represents a 'milestoned' event on a given issue or pull request.""" - MILESTONED_EVENT - - """ - Represents a 'moved_columns_in_project' event on a given issue or pull request. - """ - MOVED_COLUMNS_IN_PROJECT_EVENT - - """Represents a 'pinned' event on a given issue or pull request.""" - PINNED_EVENT - - """Represents a 'referenced' event on a given `ReferencedSubject`.""" - REFERENCED_EVENT - - """ - Represents a 'removed_from_project' event on a given issue or pull request. - """ - REMOVED_FROM_PROJECT_EVENT - - """Represents a 'renamed' event on a given issue or pull request""" - RENAMED_TITLE_EVENT - - """Represents a 'reopened' event on any `Closable`.""" - REOPENED_EVENT - - """Represents a 'subscribed' event on a given `Subscribable`.""" - SUBSCRIBED_EVENT - - """Represents a 'transferred' event on a given issue or pull request.""" - TRANSFERRED_EVENT - - """Represents an 'unassigned' event on any assignable object.""" - UNASSIGNED_EVENT - - """Represents an 'unlabeled' event on a given issue or pull request.""" - UNLABELED_EVENT - - """Represents an 'unlocked' event on a given issue or pull request.""" - UNLOCKED_EVENT - - """Represents a 'user_blocked' event on a given user.""" - USER_BLOCKED_EVENT - - """ - Represents an 'unmarked_as_duplicate' event on a given issue or pull request. - """ - UNMARKED_AS_DUPLICATE_EVENT - - """Represents an 'unpinned' event on a given issue or pull request.""" - UNPINNED_EVENT - - """Represents an 'unsubscribed' event on a given `Subscribable`.""" - UNSUBSCRIBED_EVENT -} - -"""An edge in a connection.""" -type GitHubIssueTimelineItemsEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubIssueTimelineItems -} - -"""The connection type for IssueTimelineItems.""" -type GitHubIssueTimelineItemsConnection { - """A list of edges.""" - edges: [GitHubIssueTimelineItemsEdge] - - """ - Identifies the count of items after applying `before` and `after` filters. - """ - filteredCount: Int! - - """A list of nodes.""" - nodes: [GitHubIssueTimelineItems] - - """ - Identifies the count of items after applying `before`/`after` filters and `first`/`last`/`skip` slicing. - """ - pageCount: Int! - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! - - """Identifies the date and time when the timeline was last updated.""" - updatedAt: String! -} - -"""Represents a 'base_ref_force_pushed' event on a given pull request.""" -type GitHubBaseRefForcePushedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the after commit SHA for the 'base_ref_force_pushed' event.""" - afterCommit: GitHubCommit - - """ - Identifies the before commit SHA for the 'base_ref_force_pushed' event. - """ - beforeCommit: GitHubCommit - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """ - Identifies the fully qualified ref name for the 'base_ref_force_pushed' event. - """ - ref: GitHubRef - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a commit comment thread part of a pull request.""" -type GitHubPullRequestCommitCommentThread implements OneGraphNode & GitHubRepositoryNode & GitHubNode { - """The comments that exist in this thread.""" - comments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCommitCommentConnection! - - """The commit the comments were made on.""" - commit: GitHubCommit! - - """""" - id: ID! - - """The file the comments were made on.""" - path: String - - """The position in the diff for the commit that the comment was made on.""" - position: Int - - """The pull request this commit comment thread belongs to""" - pullRequest: GitHubPullRequest! - - """The repository associated with this node.""" - repository: GitHubRepository! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubSecurityVulnerabilityOrderField { - """Order vulnerability by update time""" - UPDATED_AT -} - -"""Ordering options for security vulnerability connections""" -input GitHubSecurityVulnerabilityOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order security vulnerabilities by.""" - field: GitHubSecurityVulnerabilityOrderField! -} - -enum GitHubSecurityAdvisoryEcosystem { - """Ruby gems hosted at RubyGems.org""" - RUBYGEMS - - """JavaScript packages hosted at npmjs.com""" - NPM - - """Python packages hosted at PyPI.org""" - PIP - - """Java artifacts hosted at the Maven central repository""" - MAVEN - - """.NET packages hosted at the NuGet Gallery""" - NUGET - - """PHP packages hosted at packagist.org""" - COMPOSER -} - -"""An individual package""" -type GitHubSecurityAdvisoryPackage { - """The ecosystem the package belongs to, e.g. RUBYGEMS, NPM""" - ecosystem: GitHubSecurityAdvisoryEcosystem! - - """The package name""" - name: String! -} - -"""An individual package version""" -type GitHubSecurityAdvisoryPackageVersion { - """The package name or version""" - identifier: String! -} - -"""An individual vulnerability within an Advisory""" -type GitHubSecurityVulnerability { - """The Advisory associated with this Vulnerability""" - advisory: GitHubSecurityAdvisory! - - """The first version containing a fix for the vulnerability""" - firstPatchedVersion: GitHubSecurityAdvisoryPackageVersion - - """A description of the vulnerable package""" - package: GitHubSecurityAdvisoryPackage! - - """The severity of the vulnerability within this package""" - severity: GitHubSecurityAdvisorySeverity! - - """When the vulnerability was last updated""" - updatedAt: String! - - """ - A string that describes the vulnerable package versions. - This string follows a basic syntax with a few forms. - + `= 0.2.0` denotes a single vulnerable version. - + `<= 1.0.8` denotes a version range up to and including the specified version - + `< 0.1.11` denotes a version range up to, but excluding, the specified version - + `>= 4.3.0, < 4.3.5` denotes a version range with a known minimum and maximum version. - + `>= 0.0.1` denotes a version range with a known minimum, but no known maximum - - """ - vulnerableVersionRange: String! -} - -"""An edge in a connection.""" -type GitHubSecurityVulnerabilityEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubSecurityVulnerability -} - -"""The connection type for SecurityVulnerability.""" -type GitHubSecurityVulnerabilityConnection { - """A list of edges.""" - edges: [GitHubSecurityVulnerabilityEdge] - - """A list of nodes.""" - nodes: [GitHubSecurityVulnerability] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubSecurityAdvisorySeverity { - """Low.""" - LOW - - """Moderate.""" - MODERATE - - """High.""" - HIGH - - """Critical.""" - CRITICAL -} - -"""A GitHub Security Advisory Reference""" -type GitHubSecurityAdvisoryReference { - """A publicly accessible reference""" - url: String! -} - -"""A GitHub Security Advisory Identifier""" -type GitHubSecurityAdvisoryIdentifier { - """The identifier type, e.g. GHSA, CVE""" - type: String! - - """The identifier""" - value: String! -} - -"""A GitHub Security Advisory""" -type GitHubSecurityAdvisory implements OneGraphNode & GitHubNode { - """Identifies the primary key from the database.""" - databaseId: Int - - """This is a long plaintext description of the advisory""" - description: String! - - """The GitHub Security Advisory ID""" - ghsaId: String! - - """""" - id: ID! - - """A list of identifiers for this advisory""" - identifiers: [GitHubSecurityAdvisoryIdentifier!]! - - """The organization that originated the advisory""" - origin: String! - - """The permalink for the advisory""" - permalink: String - - """When the advisory was published""" - publishedAt: String! - - """A list of references for this advisory""" - references: [GitHubSecurityAdvisoryReference!]! - - """The severity of the advisory""" - severity: GitHubSecurityAdvisorySeverity! - - """A short plaintext summary of the advisory""" - summary: String! - - """When the advisory was last updated""" - updatedAt: String! - - """Vulnerabilities associated with this Advisory""" - vulnerabilities( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """A list of severities to filter vulnerabilities by.""" - severities: [GitHubSecurityAdvisorySeverity!] - - """A package name to filter vulnerabilities by.""" - package: String - - """An ecosystem to filter vulnerabilities by.""" - ecosystem: GitHubSecurityAdvisoryEcosystem - - """Ordering options for the returned topics.""" - orderBy: GitHubSecurityVulnerabilityOrder - ): GitHubSecurityVulnerabilityConnection! - - """When the advisory was withdrawn, if it has been withdrawn""" - withdrawnAt: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A alert for a repository with an affected vulnerability.""" -type GitHubRepositoryVulnerabilityAlert implements OneGraphNode & GitHubRepositoryNode & GitHubNode { - """The affected version""" - affectedRange: String! @deprecated(reason: "advisory specific fields are being removed from repositoryVulnerabilityAlert objects Use `securityVulnerability.vulnerableVersionRange` instead. Removal on 2019-10-01 UTC.") - - """When was the alert created?""" - createdAt: String! - - """The reason the alert was dismissed""" - dismissReason: String - - """When was the alert dimissed?""" - dismissedAt: String - - """The user who dismissed the alert""" - dismisser: GitHubUser - - """The external identifier for the vulnerability""" - externalIdentifier: String @deprecated(reason: "advisory specific fields are being removed from repositoryVulnerabilityAlert objects Use `securityAdvisory.identifiers` instead. Removal on 2019-10-01 UTC.") - - """The external reference for the vulnerability""" - externalReference: String! @deprecated(reason: "advisory specific fields are being removed from repositoryVulnerabilityAlert objects Use `securityAdvisory.references` instead. Removal on 2019-10-01 UTC.") - - """The fixed version""" - fixedIn: String @deprecated(reason: "advisory specific fields are being removed from repositoryVulnerabilityAlert objects Use `securityVulnerability.firstPatchedVersion` instead. Removal on 2019-10-01 UTC.") - - """""" - id: ID! - - """The affected package""" - packageName: String! @deprecated(reason: "advisory specific fields are being removed from repositoryVulnerabilityAlert objects Use `securityVulnerability.package` instead. Removal on 2019-10-01 UTC.") - - """The associated repository""" - repository: GitHubRepository! - - """The associated security advisory""" - securityAdvisory: GitHubSecurityAdvisory - - """The associated security vulnerablity""" - securityVulnerability: GitHubSecurityVulnerability - - """The vulnerable manifest filename""" - vulnerableManifestFilename: String! - - """The vulnerable manifest path""" - vulnerableManifestPath: String! - - """The vulnerable requirements""" - vulnerableRequirements: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a object that belongs to a repository.""" -interface GitHubRepositoryNode { - """The repository associated with this node.""" - repository: GitHubRepository! -} - -"""A thread of comments on a commit.""" -type GitHubCommitCommentThread implements OneGraphNode & GitHubRepositoryNode & GitHubNode { - """The comments that exist in this thread.""" - comments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCommitCommentConnection! - - """The commit the comments were made on.""" - commit: GitHubCommit - - """""" - id: ID! - - """The file the comments were made on.""" - path: String - - """The position in the diff for the commit that the comment was made on.""" - position: Int - - """The repository associated with this node.""" - repository: GitHubRepository! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'deployed' event on a given pull request.""" -type GitHubDeployedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The deployment associated with the 'deployed' event.""" - deployment: GitHubDeployment! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """The ref associated with the 'deployed' event.""" - ref: GitHubRef - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubDeploymentStatusState { - """The deployment is pending.""" - PENDING - - """The deployment was successful.""" - SUCCESS - - """The deployment has failed.""" - FAILURE - - """The deployment is inactive.""" - INACTIVE - - """The deployment experienced an error.""" - ERROR - - """The deployment is queued""" - QUEUED - - """The deployment is in progress.""" - IN_PROGRESS -} - -"""An edge in a connection.""" -type GitHubDeploymentStatusEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubDeploymentStatus -} - -"""The connection type for DeploymentStatus.""" -type GitHubDeploymentStatusConnection { - """A list of edges.""" - edges: [GitHubDeploymentStatusEdge] - - """A list of nodes.""" - nodes: [GitHubDeploymentStatus] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubDeploymentState { - """The pending deployment was not updated after 30 minutes.""" - ABANDONED - - """The deployment is currently active.""" - ACTIVE - - """An inactive transient deployment.""" - DESTROYED - - """The deployment experienced an error.""" - ERROR - - """The deployment has failed.""" - FAILURE - - """The deployment is inactive.""" - INACTIVE - - """The deployment is pending.""" - PENDING - - """The deployment has queued""" - QUEUED - - """The deployment is in progress.""" - IN_PROGRESS -} - -"""Represents triggered deployment instance.""" -type GitHubDeployment implements OneGraphNode & GitHubNode { - """Identifies the commit sha of the deployment.""" - commit: GitHubCommit - - """ - Identifies the oid of the deployment commit, even if the commit has been deleted. - """ - commitOid: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the actor who triggered the deployment.""" - creator: GitHubActor! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The deployment description.""" - description: String - - """The latest environment to which this deployment was made.""" - environment: String - - """""" - id: ID! - - """The latest environment to which this deployment was made.""" - latestEnvironment: String - - """The latest status of this deployment.""" - latestStatus: GitHubDeploymentStatus - - """The original environment to which this deployment was made.""" - originalEnvironment: String - - """Extra information that a deployment system might need.""" - payload: String - - """ - Identifies the Ref of the deployment, if the deployment was created by ref. - """ - ref: GitHubRef - - """Identifies the repository associated with the deployment.""" - repository: GitHubRepository! - - """The current state of the deployment.""" - state: GitHubDeploymentState - - """A list of statuses associated with the deployment.""" - statuses( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubDeploymentStatusConnection - - """The deployment task.""" - task: String - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Describes the status of a given deployment attempt.""" -type GitHubDeploymentStatus implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the actor who triggered the deployment.""" - creator: GitHubActor! - - """Identifies the deployment associated with status.""" - deployment: GitHubDeployment! - - """Identifies the description of the deployment.""" - description: String - - """Identifies the environment URL of the deployment.""" - environmentUrl: String - - """""" - id: ID! - - """Identifies the log URL of the deployment.""" - logUrl: String - - """Identifies the current state of the deployment.""" - state: GitHubDeploymentStatusState! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents a 'deployment_environment_changed' event on a given pull request. -""" -type GitHubDeploymentEnvironmentChangedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The deployment status that updated the deployment environment.""" - deploymentStatus: GitHubDeploymentStatus! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'head_ref_deleted' event on a given pull request.""" -type GitHubHeadRefDeletedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the Ref associated with the `head_ref_deleted` event.""" - headRef: GitHubRef - - """ - Identifies the name of the Ref associated with the `head_ref_deleted` event. - """ - headRefName: String! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'head_ref_force_pushed' event on a given pull request.""" -type GitHubHeadRefForcePushedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the after commit SHA for the 'head_ref_force_pushed' event.""" - afterCommit: GitHubCommit - - """ - Identifies the before commit SHA for the 'head_ref_force_pushed' event. - """ - beforeCommit: GitHubCommit - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """ - Identifies the fully qualified ref name for the 'head_ref_force_pushed' event. - """ - ref: GitHubRef - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'head_ref_restored' event on a given pull request.""" -type GitHubHeadRefRestoredEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'merged' event on a given pull request.""" -type GitHubMergedEvent implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the commit associated with the `merge` event.""" - commit: GitHubCommit - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the Ref associated with the `merge` event.""" - mergeRef: GitHubRef - - """Identifies the name of the Ref associated with the `merge` event.""" - mergeRefName: String! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """The HTTP path for this merged event.""" - resourcePath: String! - - """The HTTP URL for this merged event.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubDiffSide { - """The left side of the diff.""" - LEFT - - """The right side of the diff.""" - RIGHT -} - -"""A threaded list of comments for a given pull request.""" -type GitHubPullRequestReviewThread implements OneGraphNode & GitHubNode { - """A list of pull request comments associated with the thread.""" - comments( - """Skips the first _n_ elements in the list.""" - skip: Int - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPullRequestReviewCommentConnection! - - """The side of the diff on which this thread was placed.""" - diffSide: GitHubDiffSide! - - """""" - id: ID! - - """Whether this thread has been resolved""" - isResolved: Boolean! - - """The line in the file to which this thread refers""" - line: Int - - """The original line in the file to which this thread refers.""" - originalLine: Int - - """ - The original start line in the file to which this thread refers (multi-line only). - """ - originalStartLine: Int - - """Identifies the pull request associated with this thread.""" - pullRequest: GitHubPullRequest! - - """Identifies the repository associated with this thread.""" - repository: GitHubRepository! - - """The user who resolved this thread""" - resolvedBy: GitHubUser - - """ - The side of the diff that the first line of the thread starts on (multi-line only) - """ - startDiffSide: GitHubDiffSide - - """ - The start line in the file to which this thread refers (multi-line only) - """ - startLine: Int - - """Whether or not the viewer can resolve this thread""" - viewerCanResolve: Boolean! - - """Whether or not the viewer can unresolve this thread""" - viewerCanUnresolve: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents an 'review_request_removed' event on a given pull request.""" -type GitHubReviewRequestRemovedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """Identifies the reviewer whose review request was removed.""" - requestedReviewer: GitHubRequestedReviewer - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents an 'review_requested' event on a given pull request.""" -type GitHubReviewRequestedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """Identifies the reviewer whose review was requested.""" - requestedReviewer: GitHubRequestedReviewer - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents a 'added_to_project' event on a given issue or pull request. -""" -type GitHubAddedToProjectEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents an 'assigned' event on any assignable object.""" -type GitHubAssignedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the assignable associated with the event.""" - assignable: GitHubAssignable! - - """Identifies the user or mannequin that was assigned.""" - assignee: GitHubAssignee - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the user who was assigned.""" - user: GitHubUser @deprecated(reason: "Assignees can now be mannequins. Use the `assignee` field instead. Removal on 2020-01-01 UTC.") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""The object which triggered a `ClosedEvent`.""" -union GitHubCloser = GitHubPullRequest | GitHubCommit - -"""Represents a 'closed' event on any `Closable`.""" -type GitHubClosedEvent implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Object that was closed.""" - closable: GitHubClosable! - - """Object which triggered the creation of this event.""" - closer: GitHubCloser - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """The HTTP path for this closed event.""" - resourcePath: String! - - """The HTTP URL for this closed event.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'comment_deleted' event on a given issue or pull request.""" -type GitHubCommentDeletedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'connected' event on a given issue or pull request.""" -type GitHubConnectedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Reference originated in a different repository.""" - isCrossRepository: Boolean! - - """Issue or pull request that made the reference.""" - source: GitHubReferencedSubject! - - """Issue or pull request which was connected.""" - subject: GitHubReferencedSubject! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents a 'converted_note_to_issue' event on a given issue or pull request. -""" -type GitHubConvertedNoteToIssueEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a mention made by one issue or pull request to another.""" -type GitHubCrossReferencedEvent implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Reference originated in a different repository.""" - isCrossRepository: Boolean! - - """Identifies when the reference was made.""" - referencedAt: String! - - """The HTTP path for this pull request.""" - resourcePath: String! - - """Issue or pull request that made the reference.""" - source: GitHubReferencedSubject! - - """Issue or pull request to which the reference was made.""" - target: GitHubReferencedSubject! - - """The HTTP URL for this pull request.""" - url: String! - - """Checks if the target will be closed when the source is merged.""" - willCloseTarget: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'demilestoned' event on a given issue or pull request.""" -type GitHubDemilestonedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """ - Identifies the milestone title associated with the 'demilestoned' event. - """ - milestoneTitle: String! - - """Object referenced by event.""" - subject: GitHubMilestoneItem! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'disconnected' event on a given issue or pull request.""" -type GitHubDisconnectedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Reference originated in a different repository.""" - isCrossRepository: Boolean! - - """Issue or pull request from which the issue was disconnected.""" - source: GitHubReferencedSubject! - - """Issue or pull request which was disconnected.""" - subject: GitHubReferencedSubject! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'labeled' event on a given issue or pull request.""" -type GitHubLabeledEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the label associated with the 'labeled' event.""" - label: GitHubLabel! - - """Identifies the `Labelable` associated with the event.""" - labelable: GitHubLabelable! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'locked' event on a given issue or pull request.""" -type GitHubLockedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Reason that the conversation was locked (optional).""" - lockReason: GitHubLockReason - - """Object that was locked.""" - lockable: GitHubLockable! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents a 'marked_as_duplicate' event on a given issue or pull request. -""" -type GitHubMarkedAsDuplicateEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'mentioned' event on a given issue or pull request.""" -type GitHubMentionedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Types that can be inside a Milestone.""" -union GitHubMilestoneItem = GitHubPullRequest | GitHubIssue - -"""Represents a 'milestoned' event on a given issue or pull request.""" -type GitHubMilestonedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the milestone title associated with the 'milestoned' event.""" - milestoneTitle: String! - - """Object referenced by event.""" - subject: GitHubMilestoneItem! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents a 'moved_columns_in_project' event on a given issue or pull request. -""" -type GitHubMovedColumnsInProjectEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'pinned' event on a given issue or pull request.""" -type GitHubPinnedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the issue associated with the event.""" - issue: GitHubIssue! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Any referencable object""" -union GitHubReferencedSubject = GitHubPullRequest | GitHubIssue - -"""Represents a 'referenced' event on a given `ReferencedSubject`.""" -type GitHubReferencedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the commit associated with the 'referenced' event.""" - commit: GitHubCommit - - """Identifies the repository associated with the 'referenced' event.""" - commitRepository: GitHubRepository! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Reference originated in a different repository.""" - isCrossRepository: Boolean! - - """ - Checks if the commit message itself references the subject. Can be false in the case of a commit comment reference. - """ - isDirectReference: Boolean! - - """Object referenced by event.""" - subject: GitHubReferencedSubject! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents a 'removed_from_project' event on a given issue or pull request. -""" -type GitHubRemovedFromProjectEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object which has a renamable title""" -union GitHubRenamedTitleSubject = GitHubPullRequest | GitHubIssue - -"""Represents a 'renamed' event on a given issue or pull request""" -type GitHubRenamedTitleEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the current title of the issue or pull request.""" - currentTitle: String! - - """""" - id: ID! - - """Identifies the previous title of the issue or pull request.""" - previousTitle: String! - - """Subject that was renamed.""" - subject: GitHubRenamedTitleSubject! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'reopened' event on any `Closable`.""" -type GitHubReopenedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Object that was reopened.""" - closable: GitHubClosable! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'subscribed' event on a given `Subscribable`.""" -type GitHubSubscribedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Object referenced by event.""" - subscribable: GitHubSubscribable! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a 'transferred' event on a given issue or pull request.""" -type GitHubTransferredEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The repository this came from""" - fromRepository: GitHubRepository - - """""" - id: ID! - - """Identifies the issue associated with the event.""" - issue: GitHubIssue! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Types that can be assigned to issues.""" -union GitHubAssignee = GitHubUser | GitHubOrganization | GitHubMannequin | GitHubBot - -"""An object that can have users assigned to it.""" -interface GitHubAssignable { - """A list of Users assigned to this object.""" - assignees( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! -} - -"""Represents an 'unassigned' event on any assignable object.""" -type GitHubUnassignedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the assignable associated with the event.""" - assignable: GitHubAssignable! - - """Identifies the user or mannequin that was unassigned.""" - assignee: GitHubAssignee - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the subject (user) who was unassigned.""" - user: GitHubUser @deprecated(reason: "Assignees can now be mannequins. Use the `assignee` field instead. Removal on 2020-01-01 UTC.") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents an 'unmarked_as_duplicate' event on a given issue or pull request. -""" -type GitHubUnmarkedAsDuplicateEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents an 'unpinned' event on a given issue or pull request.""" -type GitHubUnpinnedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the issue associated with the event.""" - issue: GitHubIssue! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An item in an issue timeline""" -union GitHubIssueTimelineItems = GitHubUserBlockedEvent | GitHubUnsubscribedEvent | GitHubUnpinnedEvent | GitHubUnmarkedAsDuplicateEvent | GitHubUnlockedEvent | GitHubUnlabeledEvent | GitHubUnassignedEvent | GitHubTransferredEvent | GitHubSubscribedEvent | GitHubReopenedEvent | GitHubRenamedTitleEvent | GitHubRemovedFromProjectEvent | GitHubReferencedEvent | GitHubPinnedEvent | GitHubMovedColumnsInProjectEvent | GitHubMilestonedEvent | GitHubMentionedEvent | GitHubMarkedAsDuplicateEvent | GitHubLockedEvent | GitHubLabeledEvent | GitHubIssueComment | GitHubDisconnectedEvent | GitHubDemilestonedEvent | GitHubCrossReferencedEvent | GitHubConvertedNoteToIssueEvent | GitHubConnectedEvent | GitHubCommentDeletedEvent | GitHubClosedEvent | GitHubAssignedEvent | GitHubAddedToProjectEvent - -"""An object that can have labels assigned to it.""" -interface GitHubLabelable { - """A list of labels associated with the object.""" - labels( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for labels returned from the connection.""" - orderBy: GitHubLabelOrder - ): GitHubLabelConnection -} - -"""Represents an 'unlabeled' event on a given issue or pull request.""" -type GitHubUnlabeledEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Identifies the label associated with the 'unlabeled' event.""" - label: GitHubLabel! - - """Identifies the `Labelable` associated with the event.""" - labelable: GitHubLabelable! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An item in an pull request timeline""" -union GitHubPullRequestTimelineItem = GitHubUserBlockedEvent | GitHubUnsubscribedEvent | GitHubUnlockedEvent | GitHubUnlabeledEvent | GitHubUnassignedEvent | GitHubSubscribedEvent | GitHubReviewRequestedEvent | GitHubReviewRequestRemovedEvent | GitHubReviewDismissedEvent | GitHubReopenedEvent | GitHubRenamedTitleEvent | GitHubReferencedEvent | GitHubPullRequestReviewThread | GitHubPullRequestReviewComment | GitHubPullRequestReview | GitHubMilestonedEvent | GitHubMergedEvent | GitHubLockedEvent | GitHubLabeledEvent | GitHubIssueComment | GitHubHeadRefRestoredEvent | GitHubHeadRefForcePushedEvent | GitHubHeadRefDeletedEvent | GitHubDeploymentEnvironmentChangedEvent | GitHubDeployedEvent | GitHubDemilestonedEvent | GitHubCrossReferencedEvent | GitHubCommitCommentThread | GitHubCommit | GitHubClosedEvent | GitHubBaseRefForcePushedEvent | GitHubAssignedEvent - -"""An object that can be locked.""" -interface GitHubLockable { - """Reason that the conversation was locked.""" - activeLockReason: GitHubLockReason - - """`true` if the object is locked""" - locked: Boolean! -} - -"""Represents an 'unlocked' event on a given issue or pull request.""" -type GitHubUnlockedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Object that was unlocked.""" - lockable: GitHubLockable! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An item in an issue timeline""" -union GitHubIssueTimelineItem = GitHubUserBlockedEvent | GitHubUnsubscribedEvent | GitHubUnlockedEvent | GitHubUnlabeledEvent | GitHubUnassignedEvent | GitHubTransferredEvent | GitHubSubscribedEvent | GitHubReopenedEvent | GitHubRenamedTitleEvent | GitHubReferencedEvent | GitHubMilestonedEvent | GitHubLockedEvent | GitHubLabeledEvent | GitHubIssueComment | GitHubDemilestonedEvent | GitHubCrossReferencedEvent | GitHubCommit | GitHubClosedEvent | GitHubAssignedEvent - -"""An edge in a connection.""" -type GitHubIssueTimelineItemEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubIssueTimelineItem -} - -"""The connection type for IssueTimelineItem.""" -type GitHubIssueTimelineConnection { - """A list of edges.""" - edges: [GitHubIssueTimelineItemEdge] - - """A list of nodes.""" - nodes: [GitHubIssueTimelineItem] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents a comment.""" -interface GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the subject of the comment.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """The body as Markdown.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body rendered to text.""" - bodyText: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """The actor who edited the comment.""" - editor: GitHubActor - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """Identifies when the comment was published at.""" - publishedAt: String - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! -} - -"""Entities that can be deleted.""" -interface GitHubDeletable { - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! -} - -"""Entities that can be minimized.""" -interface GitHubMinimizable { - """Returns whether or not a comment has been minimized.""" - isMinimized: Boolean! - - """Returns why the comment was minimized.""" - minimizedReason: String - - """Check if the current viewer can minimize this object.""" - viewerCanMinimize: Boolean! -} - -"""Types that can be pinned to a profile page.""" -union GitHubPinnableItem = GitHubRepository | GitHubGist - -"""A topic aggregates entities that are related to a subject.""" -type GitHubTopic implements OneGraphNode & GitHubStarrable & GitHubNode { - """""" - id: ID! - - """The topic's name.""" - name: String! - - """ - A list of related topics, including aliases of this topic, sorted with the most relevant - first. Returns up to 10 Topics. - - """ - relatedTopics( - """How many topics to return.""" - first: Int - ): [GitHubTopic!]! - - """A list of users who have starred this starrable.""" - stargazers( - """Order for connection""" - orderBy: GitHubStarOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubStargazerConnection! - - """ - Returns a boolean indicating whether the viewing user has starred this starrable. - """ - viewerHasStarred: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Things that can be starred.""" -interface GitHubStarrable { - """""" - id: ID! - - """A list of users who have starred this starrable.""" - stargazers( - """Order for connection""" - orderBy: GitHubStarOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubStargazerConnection! - - """ - Returns a boolean indicating whether the viewing user has starred this starrable. - """ - viewerHasStarred: Boolean! -} - -enum GitHubStarOrderField { - """Allows ordering a list of stars by when they were created.""" - STARRED_AT -} - -"""Ways in which star connections can be ordered.""" -input GitHubStarOrder { - """The direction in which to order nodes.""" - direction: GitHubOrderDirection! - - """The field in which to order nodes by.""" - field: GitHubStarOrderField! -} - -"""Represents a user that's starred a repository.""" -type GitHubStargazerEdge { - """A cursor for use in pagination.""" - cursor: String! - - """""" - node: GitHubUser! - - """Identifies when the item was starred.""" - starredAt: String! -} - -"""The connection type for User.""" -type GitHubStargazerConnection { - """A list of edges.""" - edges: [GitHubStargazerEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents an owner of a Repository.""" -interface GitHubRepositoryOwner { - """A URL pointing to the owner's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """""" - id: ID! - - """The username used to login.""" - login: String! - - """A list of repositories this user has pinned to their profile""" - pinnedRepositories( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! @deprecated(reason: "pinnedRepositories will be removed Use ProfileOwner.pinnedItems instead. Removal on 2019-10-01 UTC.") - - """A list of repositories that the user owns.""" - repositories( - """ - If non-null, filters repositories according to whether they are forks of another repository - """ - isFork: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! - - """Find Repository.""" - repository( - """Name of Repository to find.""" - name: String! - ): GitHubRepository - - """The HTTP URL for the owner.""" - resourcePath: String! - - """The HTTP URL for the owner.""" - url: String! -} - -enum GitHubGistOrderField { - """Order gists by creation time""" - CREATED_AT - - """Order gists by update time""" - UPDATED_AT - - """Order gists by push time""" - PUSHED_AT -} - -"""Ordering options for gist connections""" -input GitHubGistOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order repositories by.""" - field: GitHubGistOrderField! -} - -"""An edge in a connection.""" -type GitHubGistEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubGist -} - -"""The connection type for Gist.""" -type GitHubGistConnection { - """A list of edges.""" - edges: [GitHubGistEdge] - - """A list of nodes.""" - nodes: [GitHubGist] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents a given language found in repositories.""" -type GitHubLanguage implements OneGraphNode & GitHubNode { - """The color defined for the current language.""" - color: String - - """""" - id: ID! - - """The name of the current language.""" - name: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A file in a gist.""" -type GitHubGistFile { - """ - The file name encoded to remove characters that are invalid in URL paths. - """ - encodedName: String - - """The gist file encoding.""" - encoding: String - - """The file extension from the file name.""" - extension: String - - """Indicates if this file is an image.""" - isImage: Boolean! - - """Whether the file's contents were truncated.""" - isTruncated: Boolean! - - """The programming language this file is written in.""" - language: GitHubLanguage - - """The gist file name.""" - name: String - - """The gist file size in bytes.""" - size: Int - - """UTF8 text data or null if the file is binary""" - text( - """Optionally truncate the returned file to this length.""" - truncate: Int - ): String -} - -"""An edge in a connection.""" -type GitHubGistCommentEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubGistComment -} - -"""The connection type for GistComment.""" -type GitHubGistCommentConnection { - """A list of edges.""" - edges: [GitHubGistCommentEdge] - - """A list of nodes.""" - nodes: [GitHubGistComment] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A Gist.""" -type GitHubGist implements OneGraphNode & GitHubUniformResourceLocatable & GitHubStarrable & GitHubNode { - """A list of comments associated with the gist""" - comments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubGistCommentConnection! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The gist description.""" - description: String - - """The files in this gist.""" - files( - """The oid of the files to return""" - oid: String - - """The maximum number of files to return.""" - limit: Int - ): [GitHubGistFile] - - """A list of forks associated with the gist""" - forks( - """Ordering options for gists returned from the connection""" - orderBy: GitHubGistOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubGistConnection! - - """""" - id: ID! - - """Identifies if the gist is a fork.""" - isFork: Boolean! - - """Whether the gist is public or not.""" - isPublic: Boolean! - - """The gist name.""" - name: String! - - """The gist owner.""" - owner: GitHubRepositoryOwner - - """Identifies when the gist was last pushed to.""" - pushedAt: String - - """The HTML path to this resource.""" - resourcePath: String! - - """A list of users who have starred this starrable.""" - stargazers( - """Order for connection""" - orderBy: GitHubStarOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubStargazerConnection! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this Gist.""" - url: String! - - """ - Returns a boolean indicating whether the viewing user has starred this starrable. - """ - viewerHasStarred: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a comment on an Gist.""" -type GitHubGistComment implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubNode & GitHubMinimizable & GitHubDeletable & GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the gist.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """Identifies the comment body.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body rendered to text.""" - bodyText: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The actor who edited the comment.""" - editor: GitHubActor - - """The associated gist.""" - gist: GitHubGist! - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """Returns whether or not a comment has been minimized.""" - isMinimized: Boolean! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """Returns why the comment was minimized.""" - minimizedReason: String - - """Identifies when the comment was published at.""" - publishedAt: String - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! - - """Check if the current viewer can minimize this object.""" - viewerCanMinimize: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Entities that can be updated.""" -interface GitHubUpdatable { - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! -} - -enum GitHubProjectState { - """The project is open.""" - OPEN - - """The project is closed.""" - CLOSED -} - -"""Represents an owner of a Project.""" -interface GitHubProjectOwner { - """""" - id: ID! - - """Find project by number.""" - project( - """The project number to find.""" - number: Int! - ): GitHubProject - - """A list of projects under the owner.""" - projects( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """A list of states to filter the projects by.""" - states: [GitHubProjectState!] - - """Query to search projects by, currently only searching by name.""" - search: String - - """Ordering options for projects returned from the connection""" - orderBy: GitHubProjectOrder - ): GitHubProjectConnection! - - """The HTTP path listing owners projects""" - projectsResourcePath: String! - - """The HTTP URL listing owners projects""" - projectsUrl: String! - - """Can the current viewer create new projects on this owner.""" - viewerCanCreateProjects: Boolean! -} - -enum GitHubProjectColumnPurpose { - """The column contains cards still to be worked on""" - TODO - - """The column contains cards which are currently being worked on""" - IN_PROGRESS - - """The column contains cards which are complete""" - DONE -} - -enum GitHubProjectCardArchivedState { - """A project card that is archived""" - ARCHIVED - - """A project card that is not archived""" - NOT_ARCHIVED -} - -enum GitHubProjectCardState { - """The card has content only.""" - CONTENT_ONLY - - """The card has a note only.""" - NOTE_ONLY - - """The card is redacted.""" - REDACTED -} - -"""Types that can be inside Project Cards.""" -union GitHubProjectCardItem = GitHubPullRequest | GitHubIssue - -"""A card in a project.""" -type GitHubProjectCard implements OneGraphNode & GitHubNode { - """ - The project column this card is associated under. A card may only belong to one - project column at a time. The column field will be null if the card is created - in a pending state and has yet to be associated with a column. Once cards are - associated with a column, they will not become pending in the future. - - """ - column: GitHubProjectColumn - - """The card content item""" - content: GitHubProjectCardItem - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The actor who created this card""" - creator: GitHubActor - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """Whether the card is archived""" - isArchived: Boolean! - - """The card note""" - note: String - - """The project that contains this card.""" - project: GitHubProject! - - """The HTTP path for this card""" - resourcePath: String! - - """The state of ProjectCard""" - state: GitHubProjectCardState - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this card""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubProjectCardEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubProjectCard -} - -"""The connection type for ProjectCard.""" -type GitHubProjectCardConnection { - """A list of edges.""" - edges: [GitHubProjectCardEdge] - - """A list of nodes.""" - nodes: [GitHubProjectCard] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A column inside a project.""" -type GitHubProjectColumn implements OneGraphNode & GitHubNode { - """List of cards in the column""" - cards( - """A list of archived states to filter the cards by""" - archivedStates: [GitHubProjectCardArchivedState] - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubProjectCardConnection! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """The project column's name.""" - name: String! - - """The project that contains this column.""" - project: GitHubProject! - - """The semantic purpose of the column""" - purpose: GitHubProjectColumnPurpose - - """The HTTP path for this project column""" - resourcePath: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this project column""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubProjectColumnEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubProjectColumn -} - -"""The connection type for ProjectColumn.""" -type GitHubProjectColumnConnection { - """A list of edges.""" - edges: [GitHubProjectColumnEdge] - - """A list of nodes.""" - nodes: [GitHubProjectColumn] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -Projects manage issues, pull requests and notes within a project owner. -""" -type GitHubProject implements OneGraphNode & GitHubUpdatable & GitHubNode & GitHubClosable { - """The project's description body.""" - body: String - - """The projects description body rendered to HTML.""" - bodyHTML: String! - - """ - `true` if the object is closed (definition of closed may depend on type) - """ - closed: Boolean! - - """Identifies the date and time when the object was closed.""" - closedAt: String - - """List of columns in the project""" - columns( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubProjectColumnConnection! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The actor who originally created the project.""" - creator: GitHubActor - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """The project's name.""" - name: String! - - """The project's number.""" - number: Int! - - """ - The project's owner. Currently limited to repositories, organizations, and users. - """ - owner: GitHubProjectOwner! - - """List of pending cards in this project""" - pendingCards( - """A list of archived states to filter the cards by""" - archivedStates: [GitHubProjectCardArchivedState] - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubProjectCardConnection! - - """The HTTP path for this project""" - resourcePath: String! - - """Whether the project is open or closed.""" - state: GitHubProjectState! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this project""" - url: String! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object that can be closed""" -interface GitHubClosable { - """ - `true` if the object is closed (definition of closed may depend on type) - """ - closed: Boolean! - - """Identifies the date and time when the object was closed.""" - closedAt: String -} - -enum GitHubMilestoneState { - """A milestone that is still open.""" - OPEN - - """A milestone that has been closed.""" - CLOSED -} - -"""Represents a Milestone object on a given repository.""" -type GitHubMilestone implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode & GitHubClosable { - """ - `true` if the object is closed (definition of closed may depend on type) - """ - closed: Boolean! - - """Identifies the date and time when the object was closed.""" - closedAt: String - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the actor who created the milestone.""" - creator: GitHubActor - - """Identifies the description of the milestone.""" - description: String - - """Identifies the due date of the milestone.""" - dueOn: String - - """""" - id: ID! - - """Just for debugging on review-lab""" - issuePrioritiesDebug: String! - - """A list of issues associated with the milestone.""" - issues( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filtering options for issues returned from the connection.""" - filterBy: GitHubIssueFilters - - """A list of states to filter the issues by.""" - states: [GitHubIssueState!] - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """Ordering options for issues returned from the connection.""" - orderBy: GitHubIssueOrder - ): GitHubIssueConnection! - - """Identifies the number of the milestone.""" - number: Int! - - """A list of pull requests associated with the milestone.""" - pullRequests( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for pull requests returned from the connection.""" - orderBy: GitHubIssueOrder - - """The base ref name to filter the pull requests by.""" - baseRefName: String - - """The head ref name to filter the pull requests by.""" - headRefName: String - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """A list of states to filter the pull requests by.""" - states: [GitHubPullRequestState!] - ): GitHubPullRequestConnection! - - """The repository associated with this milestone.""" - repository: GitHubRepository! - - """The HTTP path for this milestone""" - resourcePath: String! - - """Identifies the state of the milestone.""" - state: GitHubMilestoneState! - - """Identifies the title of the milestone.""" - title: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this milestone""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubLabelOrderField { - """Order labels by name """ - NAME - - """Order labels by creation time""" - CREATED_AT -} - -"""Ways in which lists of labels can be ordered upon return.""" -input GitHubLabelOrder { - """The direction in which to order labels by the specified field.""" - direction: GitHubOrderDirection! - - """The field in which to order labels by.""" - field: GitHubLabelOrderField! -} - -"""Ways in which to filter lists of issues.""" -input GitHubIssueFilters { - """List issues subscribed to by viewer.""" - viewerSubscribed: Boolean - - """List issues filtered by the list of states given.""" - states: [GitHubIssueState!] - - """List issues that have been updated at or after the given date.""" - since: String - - """ - List issues by given milestone argument. If an string representation of an integer is passed, it should refer to a milestone by its number field. Pass in `null` for issues with no milestone, and `*` for issues that are assigned to any milestone. - """ - milestone: String - - """List issues where the given name is mentioned in the issue.""" - mentioned: String - - """List issues where the list of label names exist on the issue.""" - labels: [String!] - - """List issues created by given name.""" - createdBy: String - - """ - List issues assigned to given name. Pass in `null` for issues with no assigned user, and `*` for issues assigned to any user. - """ - assignee: String -} - -enum GitHubIssueState { - """An issue that is still open""" - OPEN - - """An issue that has been closed""" - CLOSED -} - -"""An edge in a connection.""" -type GitHubIssueEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubIssue -} - -"""The connection type for Issue.""" -type GitHubIssueConnection { - """A list of edges.""" - edges: [GitHubIssueEdge] - - """A list of nodes.""" - nodes: [GitHubIssue] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A label for categorizing Issues or Milestones with a given Repository.""" -type GitHubLabel implements OneGraphNode & GitHubNode { - """Identifies the label color.""" - color: String! - - """Identifies the date and time when the label was created.""" - createdAt: String - - """A brief description of this label.""" - description: String - - """""" - id: ID! - - """Indicates whether or not this is a default label.""" - isDefault: Boolean! - - """A list of issues associated with this label.""" - issues( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filtering options for issues returned from the connection.""" - filterBy: GitHubIssueFilters - - """A list of states to filter the issues by.""" - states: [GitHubIssueState!] - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """Ordering options for issues returned from the connection.""" - orderBy: GitHubIssueOrder - ): GitHubIssueConnection! - - """Identifies the label name.""" - name: String! - - """A list of pull requests associated with this label.""" - pullRequests( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for pull requests returned from the connection.""" - orderBy: GitHubIssueOrder - - """The base ref name to filter the pull requests by.""" - baseRefName: String - - """The head ref name to filter the pull requests by.""" - headRefName: String - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """A list of states to filter the pull requests by.""" - states: [GitHubPullRequestState!] - ): GitHubPullRequestConnection! - - """The repository associated with this label.""" - repository: GitHubRepository! - - """The HTTP path for this label.""" - resourcePath: String! - - """Identifies the date and time when the label was last updated.""" - updatedAt: String - - """The HTTP URL for this label.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubLabelEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubLabel -} - -"""The connection type for Label.""" -type GitHubLabelConnection { - """A list of edges.""" - edges: [GitHubLabelEdge] - - """A list of nodes.""" - nodes: [GitHubLabel] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A generic hovercard context with a message and icon""" -type GitHubGenericHovercardContext implements GitHubHovercardContext { - """A string describing this context""" - message: String! - - """An octicon to accompany this context""" - octicon: String! -} - -"""An organization teams hovercard context""" -type GitHubOrganizationTeamsHovercardContext implements GitHubHovercardContext { - """A string describing this context""" - message: String! - - """An octicon to accompany this context""" - octicon: String! - - """Teams in this organization the user is a member of that are relevant""" - relevantTeams( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTeamConnection! - - """The path for the full team list for this user""" - teamsResourcePath: String! - - """The URL for the full team list for this user""" - teamsUrl: String! - - """The total number of teams the user is on in the organization""" - totalTeamCount: Int! -} - -"""An edge in a connection.""" -type GitHubOrganizationEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubOrganization -} - -"""The connection type for Organization.""" -type GitHubOrganizationConnection { - """A list of edges.""" - edges: [GitHubOrganizationEdge] - - """A list of nodes.""" - nodes: [GitHubOrganization] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An organization list hovercard context""" -type GitHubOrganizationsHovercardContext implements GitHubHovercardContext { - """A string describing this context""" - message: String! - - """An octicon to accompany this context""" - octicon: String! - - """Organizations this user is a member of that are relevant""" - relevantOrganizations( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """The total number of organizations this user is in""" - totalOrganizationCount: Int! -} - -enum GitHubPullRequestReviewDecision { - """Changes have been requested on the pull request.""" - CHANGES_REQUESTED - - """The pull request has received an approving review.""" - APPROVED - - """A review is required before the pull request can be merged.""" - REVIEW_REQUIRED -} - -""" -A hovercard context with a message describing the current code review state of the pull -request. - -""" -type GitHubReviewStatusHovercardContext implements GitHubHovercardContext { - """A string describing this context""" - message: String! - - """An octicon to accompany this context""" - octicon: String! - - """The current status of the pull request with respect to code review.""" - reviewDecision: GitHubPullRequestReviewDecision -} - -""" -A hovercard context with a message describing how the viewer is related. -""" -type GitHubViewerHovercardContext implements GitHubHovercardContext { - """A string describing this context""" - message: String! - - """An octicon to accompany this context""" - octicon: String! - - """Identifies the user who is related to this context.""" - viewer: GitHubUser! -} - -"""An individual line of a hovercard""" -interface GitHubHovercardContext { - """A string describing this context""" - message: String! - - """An octicon to accompany this context""" - octicon: String! -} - -"""Detail needed to display a hovercard for a user""" -type GitHubHovercard { - """Each of the contexts for this hovercard""" - contexts: [GitHubHovercardContext!]! -} - -"""An edge in a connection.""" -type GitHubIssueCommentEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubIssueComment -} - -"""The connection type for IssueComment.""" -type GitHubIssueCommentConnection { - """A list of edges.""" - edges: [GitHubIssueCommentEdge] - - """A list of nodes.""" - nodes: [GitHubIssueComment] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project. -""" -type GitHubIssue implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubUniformResourceLocatable & GitHubSubscribable & GitHubRepositoryNode & GitHubReactable & GitHubNode & GitHubLockable & GitHubLabelable & GitHubComment & GitHubClosable & GitHubAssignable { - """Reason that the conversation was locked.""" - activeLockReason: GitHubLockReason - - """A list of Users assigned to this object.""" - assignees( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! - - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the subject of the comment.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """Identifies the body of the issue.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """Identifies the body of the issue rendered to text.""" - bodyText: String! - - """ - `true` if the object is closed (definition of closed may depend on type) - """ - closed: Boolean! - - """Identifies the date and time when the object was closed.""" - closedAt: String - - """A list of comments associated with the Issue.""" - comments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubIssueCommentConnection! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The actor who edited the comment.""" - editor: GitHubActor - - """The hovercard information for this issue""" - hovercard( - """Whether or not to include notification contexts""" - includeNotificationContexts: Boolean - ): GitHubHovercard! - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """A list of labels associated with the object.""" - labels( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for labels returned from the connection.""" - orderBy: GitHubLabelOrder - ): GitHubLabelConnection - - """The moment the editor made the last edit""" - lastEditedAt: String - - """`true` if the object is locked""" - locked: Boolean! - - """Identifies the milestone associated with the issue.""" - milestone: GitHubMilestone - - """Identifies the issue number.""" - number: Int! - - """A list of Users that are participating in the Issue conversation.""" - participants( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! - - """List of project cards associated with this issue.""" - projectCards( - """A list of archived states to filter the cards by""" - archivedStates: [GitHubProjectCardArchivedState] - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubProjectCardConnection! - - """Identifies when the comment was published at.""" - publishedAt: String - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The repository associated with this node.""" - repository: GitHubRepository! - - """The HTTP path for this issue""" - resourcePath: String! - - """Identifies the state of the issue.""" - state: GitHubIssueState! - - """A list of events, comments, commits, etc. associated with the issue.""" - timeline( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Allows filtering timeline events by a `since` timestamp.""" - since: String - ): GitHubIssueTimelineConnection! @deprecated(reason: "`timeline` will be removed Use Issue.timelineItems instead. Removal on 2019-10-01 UTC.") - - """A list of events, comments, commits, etc. associated with the issue.""" - timelineItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter timeline items by type.""" - itemTypes: [GitHubIssueTimelineItemsItemType!] - - """Skips the first _n_ elements in the list.""" - skip: Int - - """Filter timeline items by a `since` timestamp.""" - since: String - ): GitHubIssueTimelineItemsConnection! - - """Identifies the issue title.""" - title: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this issue""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """ - Check if the viewer is able to change their subscription status for the repository. - """ - viewerCanSubscribe: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - - """ - Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. - """ - viewerSubscription: GitHubSubscriptionState - - """Linked Salesforce Case""" - salesforceCase: SalesforceCase - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a comment on an Issue.""" -type GitHubIssueComment implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubRepositoryNode & GitHubReactable & GitHubNode & GitHubMinimizable & GitHubDeletable & GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the subject of the comment.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """The body as Markdown.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body rendered to text.""" - bodyText: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The actor who edited the comment.""" - editor: GitHubActor - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """Returns whether or not a comment has been minimized.""" - isMinimized: Boolean! - - """Identifies the issue associated with the comment.""" - issue: GitHubIssue! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """Returns why the comment was minimized.""" - minimizedReason: String - - """Identifies when the comment was published at.""" - publishedAt: String - - """ - Returns the pull request associated with the comment, if this comment was made on a - pull request. - - """ - pullRequest: GitHubPullRequest - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The repository associated with this node.""" - repository: GitHubRepository! - - """The HTTP path for this issue comment""" - resourcePath: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this issue comment""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! - - """Check if the current viewer can minimize this object.""" - viewerCanMinimize: Boolean! - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - - """Linked Salesforce CaseComment""" - salesforceCaseComment: SalesforceCaseComment - - """Linked Salesforce FeedComment""" - salesforceFeedComment: SalesforceFeedComment - - """Linked Salesforce FeedItem""" - salesforceFeedItem: SalesforceFeedItem - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Comments that can be updated.""" -interface GitHubUpdatableComment { - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! -} - -enum GitHubCommentCannotUpdateReason { - """Unable to create comment because repository is archived.""" - ARCHIVED - - """ - You must be the author or have write access to this repository to update this comment. - """ - INSUFFICIENT_ACCESS - - """Unable to create comment because issue is locked.""" - LOCKED - - """You must be logged in to update this comment.""" - LOGIN_REQUIRED - - """Repository is under maintenance.""" - MAINTENANCE - - """At least one email address must be verified to update this comment.""" - VERIFIED_EMAIL_REQUIRED - - """You cannot update this comment""" - DENIED -} - -"""An edge in a connection.""" -type GitHubUserContentEditEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubUserContentEdit -} - -"""A list of edits to content.""" -type GitHubUserContentEditConnection { - """A list of edges.""" - edges: [GitHubUserContentEditEdge] - - """A list of nodes.""" - nodes: [GitHubUserContentEdit] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubReactionOrderField { - """Allows ordering a list of reactions by when they were created.""" - CREATED_AT -} - -"""Ways in which lists of reactions can be ordered upon return.""" -input GitHubReactionOrder { - """The direction in which to order reactions by the specified field.""" - direction: GitHubOrderDirection! - - """The field in which to order reactions by.""" - field: GitHubReactionOrderField! -} - -"""An emoji reaction to a particular piece of content.""" -type GitHubReaction implements OneGraphNode & GitHubNode { - """Identifies the emoji reaction.""" - content: GitHubReactionContent! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """The reactable piece of content""" - reactable: GitHubReactable! - - """Identifies the user who created this reaction.""" - user: GitHubUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubReactionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubReaction -} - -"""A list of reactions that have been left on the subject.""" -type GitHubReactionConnection { - """A list of edges.""" - edges: [GitHubReactionEdge] - - """A list of nodes.""" - nodes: [GitHubReaction] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! - - """ - Whether or not the authenticated user has left a reaction on the subject. - """ - viewerHasReacted: Boolean! -} - -"""An edge in a connection.""" -type GitHubPullRequestReviewCommentEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequestReviewComment -} - -"""The connection type for PullRequestReviewComment.""" -type GitHubPullRequestReviewCommentConnection { - """A list of edges.""" - edges: [GitHubPullRequestReviewCommentEdge] - - """A list of nodes.""" - nodes: [GitHubPullRequestReviewComment] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A review object for a given pull request.""" -type GitHubPullRequestReview implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubRepositoryNode & GitHubReactable & GitHubNode & GitHubDeletable & GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the subject of the comment.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """Identifies the pull request review body.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body of this review rendered as plain text.""" - bodyText: String! - - """A list of review comments for the current pull request review.""" - comments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPullRequestReviewCommentConnection! - - """Identifies the commit associated with this pull request review.""" - commit: GitHubCommit - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The actor who edited the comment.""" - editor: GitHubActor - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """A list of teams that this review was made on behalf of.""" - onBehalfOf( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTeamConnection! - - """Identifies when the comment was published at.""" - publishedAt: String - - """Identifies the pull request associated with this pull request review.""" - pullRequest: GitHubPullRequest! - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The repository associated with this node.""" - repository: GitHubRepository! - - """The HTTP path permalink for this PullRequestReview.""" - resourcePath: String! - - """Identifies the current state of the pull request review.""" - state: GitHubPullRequestReviewState! - - """Identifies when the Pull Request Review was submitted""" - submittedAt: String - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL permalink for this PullRequestReview.""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a Git commit part of a pull request.""" -type GitHubPullRequestCommit implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """The Git commit object""" - commit: GitHubCommit! - - """""" - id: ID! - - """The pull request this commit belongs to""" - pullRequest: GitHubPullRequest! - - """The HTTP path for this pull request commit""" - resourcePath: String! - - """The HTTP URL for this pull request commit""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubPullRequestReviewState { - """A review that has not yet been submitted.""" - PENDING - - """An informational review.""" - COMMENTED - - """A review allowing the pull request to merge.""" - APPROVED - - """A review blocking the pull request from merging.""" - CHANGES_REQUESTED - - """A review that has been dismissed.""" - DISMISSED -} - -""" -Represents a 'review_dismissed' event on a given issue or pull request. -""" -type GitHubReviewDismissedEvent implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """ - Identifies the optional message associated with the 'review_dismissed' event. - """ - dismissalMessage: String - - """ - Identifies the optional message associated with the event, rendered to HTML. - """ - dismissalMessageHTML: String - - """""" - id: ID! - - """ - Identifies the previous state of the review with the 'review_dismissed' event. - """ - previousReviewState: GitHubPullRequestReviewState! - - """PullRequest referenced by event.""" - pullRequest: GitHubPullRequest! - - """Identifies the commit which caused the review to become stale.""" - pullRequestCommit: GitHubPullRequestCommit - - """The HTTP path for this review dismissed event.""" - resourcePath: String! - - """Identifies the review associated with the 'review_dismissed' event.""" - review: GitHubPullRequestReview - - """The HTTP URL for this review dismissed event.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a type that can be retrieved by a URL.""" -interface GitHubUniformResourceLocatable { - """The HTML path to this resource.""" - resourcePath: String! - - """The URL to this resource.""" - url: String! -} - -"""A placeholder user for attribution of imported data on GitHub.""" -type GitHubMannequin implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode & GitHubActor { - """A URL pointing to the GitHub App's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The mannequin's email on the source instance.""" - email: String - - """""" - id: ID! - - """The username of the actor.""" - login: String! - - """The HTML path to this resource.""" - resourcePath: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The URL to this resource.""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Types that can be requested reviewers.""" -union GitHubRequestedReviewer = GitHubUser | GitHubTeam | GitHubMannequin - -"""Types that can be an actor.""" -union GitHubReviewDismissalAllowanceActor = GitHubUser | GitHubTeam - -enum GitHubSubscriptionState { - """The User is only notified when participating or @mentioned.""" - UNSUBSCRIBED - - """The User is notified of all conversations.""" - SUBSCRIBED - - """The User is never notified.""" - IGNORED -} - -enum GitHubTeamRepositoryOrderField { - """Order repositories by creation time""" - CREATED_AT - - """Order repositories by update time""" - UPDATED_AT - - """Order repositories by push time""" - PUSHED_AT - - """Order repositories by name""" - NAME - - """Order repositories by permission""" - PERMISSION - - """Order repositories by number of stargazers""" - STARGAZERS -} - -"""Ordering options for team repository connections""" -input GitHubTeamRepositoryOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order repositories by.""" - field: GitHubTeamRepositoryOrderField! -} - -enum GitHubRepositoryPermission { - """ - Can read, clone, and push to this repository. Can also manage issues, pull requests, and repository settings, including adding collaborators - """ - ADMIN - - """ - Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings - """ - MAINTAIN - - """ - Can read, clone, and push to this repository. Can also manage issues and pull requests - """ - WRITE - - """ - Can read and clone this repository. Can also manage issues and pull requests - """ - TRIAGE - - """ - Can read and clone this repository. Can also open and comment on issues and pull requests - """ - READ -} - -"""Represents a team repository.""" -type GitHubTeamRepositoryEdge { - """A cursor for use in pagination.""" - cursor: String! - - """""" - node: GitHubRepository! - - """The permission level the team has on the repository""" - permission: GitHubRepositoryPermission! -} - -"""The connection type for Repository.""" -type GitHubTeamRepositoryConnection { - """A list of edges.""" - edges: [GitHubTeamRepositoryEdge] - - """A list of nodes.""" - nodes: [GitHubRepository] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubTeamPrivacy { - """A secret team can only be seen by its members.""" - SECRET - - """ - A visible team can be seen and @mentioned by every member of the organization. - """ - VISIBLE -} - -enum GitHubTeamMemberOrderField { - """Order team members by login""" - LOGIN - - """Order team members by creation time""" - CREATED_AT -} - -"""Ordering options for team member connections""" -input GitHubTeamMemberOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order team members by.""" - field: GitHubTeamMemberOrderField! -} - -enum GitHubTeamMembershipType { - """Includes only immediate members of the team.""" - IMMEDIATE - - """Includes only child team members for the team.""" - CHILD_TEAM - - """Includes immediate and child team members for the team.""" - ALL -} - -enum GitHubTeamMemberRole { - """A team maintainer has permission to add and remove team members.""" - MAINTAINER - - """A team member has no administrative permissions on the team.""" - MEMBER -} - -"""Represents a user who is a member of a team.""" -type GitHubTeamMemberEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The HTTP path to the organization's member access page.""" - memberAccessResourcePath: String! - - """The HTTP URL to the organization's member access page.""" - memberAccessUrl: String! - - """""" - node: GitHubUser! - - """The role the member has on the team.""" - role: GitHubTeamMemberRole! -} - -"""The connection type for User.""" -type GitHubTeamMemberConnection { - """A list of edges.""" - edges: [GitHubTeamMemberEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubUserStatusOrderField { - """Order user statuses by when they were updated.""" - UPDATED_AT -} - -"""Ordering options for user status connections.""" -input GitHubUserStatusOrder { - """The ordering direction.""" - direction: GitHubOrderDirection! - - """The field to order user statuses by.""" - field: GitHubUserStatusOrderField! -} - -"""An edge in a connection.""" -type GitHubUserStatusEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubUserStatus -} - -"""The connection type for UserStatus.""" -type GitHubUserStatusConnection { - """A list of edges.""" - edges: [GitHubUserStatusEdge] - - """A list of nodes.""" - nodes: [GitHubUserStatus] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubOrganizationInvitationRole { - """The user is invited to be a direct member of the organization.""" - DIRECT_MEMBER - - """The user is invited to be an admin of the organization.""" - ADMIN - - """The user is invited to be a billing manager of the organization.""" - BILLING_MANAGER - - """The user's previous role will be reinstated.""" - REINSTATE -} - -enum GitHubOrganizationInvitationType { - """The invitation was to an existing user.""" - USER - - """The invitation was to an email address.""" - EMAIL -} - -"""An Invitation for a user to an organization.""" -type GitHubOrganizationInvitation implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The email address of the user invited to the organization.""" - email: String - - """""" - id: ID! - - """The type of invitation that was sent (e.g. email, user).""" - invitationType: GitHubOrganizationInvitationType! - - """The user who was invited to the organization.""" - invitee: GitHubUser - - """The user who created the invitation.""" - inviter: GitHubUser! - - """The organization the invite is for""" - organization: GitHubOrganization! - - """The user's pending role in the organization (e.g. member, owner).""" - role: GitHubOrganizationInvitationRole! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubOrganizationInvitationEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubOrganizationInvitation -} - -"""The connection type for OrganizationInvitation.""" -type GitHubOrganizationInvitationConnection { - """A list of edges.""" - edges: [GitHubOrganizationInvitationEdge] - - """A list of nodes.""" - nodes: [GitHubOrganizationInvitation] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubTeamDiscussionOrderField { - """Allows chronological ordering of team discussions.""" - CREATED_AT -} - -"""Ways in which team discussion connections can be ordered.""" -input GitHubTeamDiscussionOrder { - """The direction in which to order nodes.""" - direction: GitHubOrderDirection! - - """The field by which to order nodes.""" - field: GitHubTeamDiscussionOrderField! -} - -"""An edge in a connection.""" -type GitHubTeamDiscussionEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubTeamDiscussion -} - -"""The connection type for TeamDiscussion.""" -type GitHubTeamDiscussionConnection { - """A list of edges.""" - edges: [GitHubTeamDiscussionEdge] - - """A list of nodes.""" - nodes: [GitHubTeamDiscussion] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubTeamOrderField { - """Allows ordering a list of teams by name.""" - NAME -} - -"""Ways in which team connections can be ordered.""" -input GitHubTeamOrder { - """The direction in which to order nodes.""" - direction: GitHubOrderDirection! - - """The field in which to order nodes by.""" - field: GitHubTeamOrderField! -} - -"""An edge in a connection.""" -type GitHubTeamEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubTeam -} - -"""The connection type for Team.""" -type GitHubTeamConnection { - """A list of edges.""" - edges: [GitHubTeamEdge] - - """A list of nodes.""" - nodes: [GitHubTeam] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A team of users in an organization.""" -type GitHubTeam implements OneGraphNode & GitHubSubscribable & GitHubNode & GitHubMemberStatusable { - """A list of teams that are ancestors of this team.""" - ancestors( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTeamConnection! - - """A URL pointing to the team's avatar.""" - avatarUrl( - """The size in pixels of the resulting square image.""" - size: Int - ): String - - """List of child teams belonging to this team""" - childTeams( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Whether to list immediate child teams or all descendant child teams.""" - immediateOnly: Boolean - - """User logins to filter by""" - userLogins: [String!] - - """Order for connection""" - orderBy: GitHubTeamOrder - ): GitHubTeamConnection! - - """The slug corresponding to the organization and team.""" - combinedSlug: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """The description of the team.""" - description: String - - """Find a team discussion by its number.""" - discussion( - """The sequence number of the discussion to find.""" - number: Int! - ): GitHubTeamDiscussion - - """A list of team discussions.""" - discussions( - """Order for connection""" - orderBy: GitHubTeamDiscussionOrder - - """ - If provided, filters discussions according to whether or not they are pinned. - """ - isPinned: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTeamDiscussionConnection! - - """The HTTP path for team discussions""" - discussionsResourcePath: String! - - """The HTTP URL for team discussions""" - discussionsUrl: String! - - """The HTTP path for editing this team""" - editTeamResourcePath: String! - - """The HTTP URL for editing this team""" - editTeamUrl: String! - - """""" - id: ID! - - """A list of pending invitations for users to this team""" - invitations( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationInvitationConnection - - """ - Get the status messages members of this entity have set that are either public or visible only to the organization. - """ - memberStatuses( - """Ordering options for user statuses returned from the connection.""" - orderBy: GitHubUserStatusOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserStatusConnection! - - """A list of users who are members of this team.""" - members( - """Order for the connection.""" - orderBy: GitHubTeamMemberOrder - - """Filter by team member role""" - role: GitHubTeamMemberRole - - """Filter by membership type""" - membership: GitHubTeamMembershipType - - """The search string to look for.""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTeamMemberConnection! - - """The HTTP path for the team' members""" - membersResourcePath: String! - - """The HTTP URL for the team' members""" - membersUrl: String! - - """The name of the team.""" - name: String! - - """The HTTP path creating a new team""" - newTeamResourcePath: String! - - """The HTTP URL creating a new team""" - newTeamUrl: String! - - """The organization that owns this team.""" - organization: GitHubOrganization! - - """The parent team of the team.""" - parentTeam: GitHubTeam - - """The level of privacy the team has.""" - privacy: GitHubTeamPrivacy! - - """A list of repositories this team has access to.""" - repositories( - """Order for the connection.""" - orderBy: GitHubTeamRepositoryOrder - - """The search string to look for.""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTeamRepositoryConnection! - - """The HTTP path for this team's repositories""" - repositoriesResourcePath: String! - - """The HTTP URL for this team's repositories""" - repositoriesUrl: String! - - """The HTTP path for this team""" - resourcePath: String! - - """The slug corresponding to the team.""" - slug: String! - - """The HTTP path for this team's teams""" - teamsResourcePath: String! - - """The HTTP URL for this team's teams""" - teamsUrl: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this team""" - url: String! - - """Team is adminable by the viewer.""" - viewerCanAdminister: Boolean! - - """ - Check if the viewer is able to change their subscription status for the repository. - """ - viewerCanSubscribe: Boolean! - - """ - Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. - """ - viewerSubscription: GitHubSubscriptionState - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Types that can be an actor.""" -union GitHubPushAllowanceActor = GitHubUser | GitHubTeam | GitHubApp - -"""A team, user or app who has the ability to push to a protected branch.""" -type GitHubPushAllowance implements OneGraphNode & GitHubNode { - """The actor that can push.""" - actor: GitHubPushAllowanceActor - - """ - Identifies the branch protection rule associated with the allowed user or team. - """ - branchProtectionRule: GitHubBranchProtectionRule - - """""" - id: ID! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubPushAllowanceEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPushAllowance -} - -"""The connection type for PushAllowance.""" -type GitHubPushAllowanceConnection { - """A list of edges.""" - edges: [GitHubPushAllowanceEdge] - - """A list of nodes.""" - nodes: [GitHubPushAllowance] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""An edge in a connection.""" -type GitHubRefEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubRef -} - -"""The connection type for Ref.""" -type GitHubRefConnection { - """A list of edges.""" - edges: [GitHubRefEdge] - - """A list of nodes.""" - nodes: [GitHubRef] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A conflict between two branch protection rules.""" -type GitHubBranchProtectionRuleConflict { - """Identifies the branch protection rule.""" - branchProtectionRule: GitHubBranchProtectionRule - - """Identifies the conflicting branch protection rule.""" - conflictingBranchProtectionRule: GitHubBranchProtectionRule - - """Identifies the branch ref that has conflicting rules""" - ref: GitHubRef -} - -"""An edge in a connection.""" -type GitHubBranchProtectionRuleConflictEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubBranchProtectionRuleConflict -} - -"""The connection type for BranchProtectionRuleConflict.""" -type GitHubBranchProtectionRuleConflictConnection { - """A list of edges.""" - edges: [GitHubBranchProtectionRuleConflictEdge] - - """A list of nodes.""" - nodes: [GitHubBranchProtectionRuleConflict] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A branch protection rule.""" -type GitHubBranchProtectionRule implements OneGraphNode & GitHubNode { - """ - A list of conflicts matching branches protection rule and other branch protection rules - """ - branchProtectionRuleConflicts( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubBranchProtectionRuleConflictConnection! - - """The actor who created this branch protection rule.""" - creator: GitHubActor - - """Identifies the primary key from the database.""" - databaseId: Int - - """ - Will new commits pushed to matching branches dismiss pull request review approvals. - """ - dismissesStaleReviews: Boolean! - - """""" - id: ID! - - """Can admins overwrite branch protection.""" - isAdminEnforced: Boolean! - - """Repository refs that are protected by this rule""" - matchingRefs( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filters refs with query on name""" - query: String - ): GitHubRefConnection! - - """Identifies the protection rule pattern.""" - pattern: String! - - """A list push allowances for this branch protection rule.""" - pushAllowances( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPushAllowanceConnection! - - """The repository associated with this branch protection rule.""" - repository: GitHubRepository - - """Number of approving reviews required to update matching branches.""" - requiredApprovingReviewCount: Int - - """ - List of required status check contexts that must pass for commits to be accepted to matching branches. - """ - requiredStatusCheckContexts: [String] - - """Are approving reviews required to update matching branches.""" - requiresApprovingReviews: Boolean! - - """Are reviews from code owners required to update matching branches.""" - requiresCodeOwnerReviews: Boolean! - - """Are commits required to be signed.""" - requiresCommitSignatures: Boolean! - - """Are status checks required to update matching branches.""" - requiresStatusChecks: Boolean! - - """Are branches required to be up to date before merging.""" - requiresStrictStatusChecks: Boolean! - - """Is pushing to matching branches restricted.""" - restrictsPushes: Boolean! - - """Is dismissal of pull request reviews restricted.""" - restrictsReviewDismissals: Boolean! - - """A list review dismissal allowances for this branch protection rule.""" - reviewDismissalAllowances( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReviewDismissalAllowanceConnection! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubBranchProtectionRuleEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubBranchProtectionRule -} - -"""The connection type for BranchProtectionRule.""" -type GitHubBranchProtectionRuleConnection { - """A list of edges.""" - edges: [GitHubBranchProtectionRuleEdge] - - """A list of nodes.""" - nodes: [GitHubBranchProtectionRule] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""A repository contains the content for a project.""" -type GitHubRepository implements OneGraphNode & GitHubUniformResourceLocatable & GitHubSubscribable & GitHubStarrable & GitHubRepositoryInfo & GitHubRegistryPackageSearch & GitHubRegistryPackageOwner & GitHubProjectOwner & GitHubNode { - """A list of users that can be assigned to issues in this repository.""" - assignableUsers( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filters users with query on user name and login""" - query: String - ): GitHubUserConnection! - - """A list of branch protection rules for this repository.""" - branchProtectionRules( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubBranchProtectionRuleConnection! - - """Returns the code of conduct for this repository""" - codeOfConduct: GitHubCodeOfConduct - - """A list of collaborators associated with the repository.""" - collaborators( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filters users with query on user name and login""" - query: String - - """Collaborators affiliation level with a repository.""" - affiliation: GitHubCollaboratorAffiliation - ): GitHubRepositoryCollaboratorConnection - - """A list of commit comments associated with the repository.""" - commitComments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCommitCommentConnection! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The Ref associated with the repository's default branch.""" - defaultBranchRef: GitHubRef - - """ - Whether or not branches are automatically deleted when merged in this repository. - """ - deleteBranchOnMerge: Boolean! - - """A list of deploy keys that are on this repository.""" - deployKeys( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubDeployKeyConnection! - - """Deployments associated with the repository""" - deployments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for deployments returned from the connection.""" - orderBy: GitHubDeploymentOrder - - """Environments to list deployments for""" - environments: [String!] - ): GitHubDeploymentConnection! - - """The description of the repository.""" - description: String - - """The description of the repository rendered to HTML.""" - descriptionHTML: String! - - """The number of kilobytes this repository occupies on disk.""" - diskUsage: Int - - """ - Returns how many forks there are of this repository in the whole network. - """ - forkCount: Int! - - """A list of direct forked repositories.""" - forks( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! - - """The funding links for this repository""" - fundingLinks: [GitHubFundingLink!]! - - """Indicates if the repository has issues feature enabled.""" - hasIssuesEnabled: Boolean! - - """Indicates if the repository has the Projects feature enabled.""" - hasProjectsEnabled: Boolean! - - """Indicates if the repository has wiki feature enabled.""" - hasWikiEnabled: Boolean! - - """The repository's URL.""" - homepageUrl: String - - """""" - id: ID! - - """Indicates if the repository is unmaintained.""" - isArchived: Boolean! - - """Returns whether or not this repository disabled.""" - isDisabled: Boolean! - - """Identifies if the repository is a fork.""" - isFork: Boolean! - - """Indicates if the repository has been locked or not.""" - isLocked: Boolean! - - """Identifies if the repository is a mirror.""" - isMirror: Boolean! - - """Identifies if the repository is private.""" - isPrivate: Boolean! - - """ - Identifies if the repository is a template that can be used to generate new repositories. - """ - isTemplate: Boolean! - - """Returns a single issue from the current repository by number.""" - issue( - """The number for the issue to be returned.""" - number: Int! - ): GitHubIssue - - """ - Returns a single issue-like object from the current repository by number. - """ - issueOrPullRequest( - """The number for the issue to be returned.""" - number: Int! - ): GitHubIssueOrPullRequest - - """A list of issues that have been opened in the repository.""" - issues( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filtering options for issues returned from the connection.""" - filterBy: GitHubIssueFilters - - """A list of states to filter the issues by.""" - states: [GitHubIssueState!] - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """Ordering options for issues returned from the connection.""" - orderBy: GitHubIssueOrder - ): GitHubIssueConnection! - - """Returns a single label by name""" - label( - """Label name""" - name: String! - ): GitHubLabel - - """A list of labels associated with the repository.""" - labels( - """If provided, searches labels by name and description.""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for labels returned from the connection.""" - orderBy: GitHubLabelOrder - ): GitHubLabelConnection - - """ - A list containing a breakdown of the language composition of the repository. - """ - languages( - """Order for connection""" - orderBy: GitHubLanguageOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubLanguageConnection - - """The license associated with the repository""" - licenseInfo: GitHubLicense - - """The reason the repository has been locked.""" - lockReason: GitHubRepositoryLockReason - - """ - A list of Users that can be mentioned in the context of the repository. - """ - mentionableUsers( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filters users with query on user name and login""" - query: String - ): GitHubUserConnection! - - """Whether or not PRs are merged with a merge commit on this repository.""" - mergeCommitAllowed: Boolean! - - """Returns a single milestone from the current repository by number.""" - milestone( - """The number for the milestone to be returned.""" - number: Int! - ): GitHubMilestone - - """A list of milestones associated with the repository.""" - milestones( - """Ordering options for milestones.""" - orderBy: GitHubMilestoneOrder - - """Filter by the state of the milestones.""" - states: [GitHubMilestoneState!] - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubMilestoneConnection - - """The repository's original mirror URL.""" - mirrorUrl: String - - """The name of the repository.""" - name: String! - - """The repository's name with owner.""" - nameWithOwner: String! - - """A Git object in the repository""" - object( - """A Git revision expression suitable for rev-parse""" - expression: String - - """The Git object ID""" - oid: String - ): GitHubGitObject - - """The image used to represent this repository in Open Graph data.""" - openGraphImageUrl: String! - - """The User owner of the repository.""" - owner: GitHubRepositoryOwner! - - """The repository parent, if this is a fork.""" - parent: GitHubRepository - - """The primary language of the repository's code.""" - primaryLanguage: GitHubLanguage - - """Find project by number.""" - project( - """The project number to find.""" - number: Int! - ): GitHubProject - - """A list of projects under the owner.""" - projects( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """A list of states to filter the projects by.""" - states: [GitHubProjectState!] - - """Query to search projects by, currently only searching by name.""" - search: String - - """Ordering options for projects returned from the connection""" - orderBy: GitHubProjectOrder - ): GitHubProjectConnection! - - """The HTTP path listing the repository's projects""" - projectsResourcePath: String! - - """The HTTP URL listing the repository's projects""" - projectsUrl: String! - - """Returns a single pull request from the current repository by number.""" - pullRequest( - """The number for the pull request to be returned.""" - number: Int! - ): GitHubPullRequest - - """A list of pull requests that have been opened in the repository.""" - pullRequests( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for pull requests returned from the connection.""" - orderBy: GitHubIssueOrder - - """The base ref name to filter the pull requests by.""" - baseRefName: String - - """The head ref name to filter the pull requests by.""" - headRefName: String - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """A list of states to filter the pull requests by.""" - states: [GitHubPullRequestState!] - ): GitHubPullRequestConnection! - - """Identifies when the repository was last pushed to.""" - pushedAt: String - - """Whether or not rebase-merging is enabled on this repository.""" - rebaseMergeAllowed: Boolean! - - """Fetch a given ref from the repository""" - ref( - """ - The ref to retrieve. Fully qualified matches are checked in order (`refs/heads/master`) before falling back onto checks for short name matches (`master`). - """ - qualifiedName: String! - ): GitHubRef - - """Fetch a list of refs from the repository""" - refs( - """Ordering options for refs returned from the connection.""" - orderBy: GitHubRefOrder - - """DEPRECATED: use orderBy. The ordering direction.""" - direction: GitHubOrderDirection - - """A ref name prefix like `refs/heads/`, `refs/tags/`, etc.""" - refPrefix: String! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filters refs with query on name""" - query: String - ): GitHubRefConnection - - """A list of registry packages under the owner.""" - registryPackages( - """Filter registry package by whether it is publicly visible""" - publicOnly: Boolean - - """Filter registry package by type (string).""" - registryPackageType: String - - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry packages in a repository.""" - repositoryId: ID - - """Find registry packages by their names.""" - names: [String] - - """Find registry package by name.""" - name: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageOwner` object instead. Removal on 2020-04-01 UTC.") - - """A list of registry packages for a particular search query.""" - registryPackagesForQuery( - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry package by search query.""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageSearch` object instead. Removal on 2020-04-01 UTC.") - - """Lookup a single release given various criteria.""" - release( - """The name of the Tag the Release was created from""" - tagName: String! - ): GitHubRelease - - """List of releases which are dependent on this repository.""" - releases( - """Order for connection""" - orderBy: GitHubReleaseOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReleaseConnection! - - """A list of applied repository-topic associations for this repository.""" - repositoryTopics( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRepositoryTopicConnection! - - """The HTTP path for this repository""" - resourcePath: String! - - """ - A description of the repository, rendered to HTML without any links in it. - """ - shortDescriptionHTML( - """How many characters to return.""" - limit: Int - ): String! - - """Whether or not squash-merging is enabled on this repository.""" - squashMergeAllowed: Boolean! - - """The SSH URL to clone this repository""" - sshUrl: String! - - """A list of users who have starred this starrable.""" - stargazers( - """Order for connection""" - orderBy: GitHubStarOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubStargazerConnection! - - """ - Returns a list of all submodules in this repository parsed from the .gitmodules file as of the default branch's HEAD commit. - """ - submodules( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSubmoduleConnection! - - """Temporary authentication token for cloning this repository.""" - tempCloneToken: String - - """The repository from which this repository was generated, if any.""" - templateRepository: GitHubRepository - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this repository""" - url: String! - - """ - Whether this repository has a custom image to use with Open Graph as opposed to being represented by the owner's avatar. - """ - usesCustomOpenGraphImage: Boolean! - - """Indicates whether the viewer has admin permissions on this repository.""" - viewerCanAdminister: Boolean! - - """Can the current viewer create new projects on this owner.""" - viewerCanCreateProjects: Boolean! - - """ - Check if the viewer is able to change their subscription status for the repository. - """ - viewerCanSubscribe: Boolean! - - """Indicates whether the viewer can update the topics of this repository.""" - viewerCanUpdateTopics: Boolean! - - """ - Returns a boolean indicating whether the viewing user has starred this starrable. - """ - viewerHasStarred: Boolean! - - """ - The users permission level on the repository. Will return null if authenticated as an GitHub App. - """ - viewerPermission: GitHubRepositoryPermission - - """ - Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. - """ - viewerSubscription: GitHubSubscriptionState - - """A list of vulnerability alerts that are on this repository.""" - vulnerabilityAlerts( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRepositoryVulnerabilityAlertConnection - - """A list of users watching the repository.""" - watchers( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! - - """ - Lists contributors to the specified repository and sorts them by the number of commits per contributor in descending order. This endpoint may return information that is a few hours old because the GitHub REST API v3 caches contributor data to improve performance. - - Note that GitHub identifies contributors by author email address. This field groups contribution counts by GitHub user, which includes all associated email addresses. To improve performance, only the first 500 author email addresses in the repository link to GitHub users. The rest will appear as anonymous contributors without associated GitHub user information. - """ - contributors_oneGraph( - """The pagination cursor used to control which results you want""" - after: String - includeAnonymousContributors: Boolean - ): GitHubRepositoryContributorConnection! @deprecated(reason: "*Temporary mutation until GitHub implemements their own `contributors` field for a repostiory.*") - - """Whether a the current user is a collaborator on this repository""" - viewerIsCollaborator_oneGraph: Boolean! @deprecated(reason: "*Temporary mutation until GitHub implemements their own `viewerIsCollaborator` field for a repository.*") - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -enum GitHubOrderDirection { - """Specifies an ascending order for a given `orderBy` argument.""" - ASC - - """Specifies a descending order for a given `orderBy` argument.""" - DESC -} - -enum GitHubIssueOrderField { - """Order issues by creation time""" - CREATED_AT - - """Order issues by update time""" - UPDATED_AT - - """Order issues by comment count""" - COMMENTS -} - -"""Ways in which lists of issues can be ordered upon return.""" -input GitHubIssueOrder { - """The direction in which to order issues by the specified field.""" - direction: GitHubOrderDirection! - - """The field in which to order issues by.""" - field: GitHubIssueOrderField! -} - -enum GitHubPullRequestState { - """A pull request that is still open.""" - OPEN - - """A pull request that has been closed without being merged.""" - CLOSED - - """A pull request that has been closed by being merged.""" - MERGED -} - -"""Represents a Git reference.""" -type GitHubRef implements OneGraphNode & GitHubNode { - """A list of pull requests with this ref as the head ref.""" - associatedPullRequests( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for pull requests returned from the connection.""" - orderBy: GitHubIssueOrder - - """The base ref name to filter the pull requests by.""" - baseRefName: String - - """The head ref name to filter the pull requests by.""" - headRefName: String - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """A list of states to filter the pull requests by.""" - states: [GitHubPullRequestState!] - ): GitHubPullRequestConnection! - - """""" - id: ID! - - """The ref name.""" - name: String! - - """The ref's prefix, such as `refs/heads/` or `refs/tags/`.""" - prefix: String! - - """The repository the ref belongs to.""" - repository: GitHubRepository! - - """The object the ref points to.""" - target: GitHubGitObject! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Information about pagination in a connection.""" -type GitHubPageInfo { - """When paginating forwards, the cursor to continue.""" - endCursor: String - - """When paginating forwards, are there more items?""" - hasNextPage: Boolean! - - """When paginating backwards, are there more items?""" - hasPreviousPage: Boolean! - - """When paginating backwards, the cursor to continue.""" - startCursor: String -} - -"""Represents a user.""" -type GitHubUserEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubUser -} - -"""The connection type for User.""" -type GitHubUserConnection { - """A list of edges.""" - edges: [GitHubUserEdge] - - """A list of nodes.""" - nodes: [GitHubUser] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubLockReason { - """ - The issue or pull request was locked because the conversation was off-topic. - """ - OFF_TOPIC - - """ - The issue or pull request was locked because the conversation was too heated. - """ - TOO_HEATED - - """ - The issue or pull request was locked because the conversation was resolved. - """ - RESOLVED - - """ - The issue or pull request was locked because the conversation was spam. - """ - SPAM -} - -"""A repository pull request.""" -type GitHubPullRequest implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubUniformResourceLocatable & GitHubSubscribable & GitHubRepositoryNode & GitHubReactable & GitHubNode & GitHubLockable & GitHubLabelable & GitHubComment & GitHubClosable & GitHubAssignable { - """Reason that the conversation was locked.""" - activeLockReason: GitHubLockReason - - """The number of additions in this pull request.""" - additions: Int! - - """A list of Users assigned to this object.""" - assignees( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! - - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the subject of the comment.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """Identifies the base Ref associated with the pull request.""" - baseRef: GitHubRef - - """ - Identifies the name of the base Ref associated with the pull request, even if the ref has been deleted. - """ - baseRefName: String! - - """ - Identifies the oid of the base ref associated with the pull request, even if the ref has been deleted. - """ - baseRefOid: String! - - """The repository associated with this pull request's base Ref.""" - baseRepository: GitHubRepository - - """The body as Markdown.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body rendered to text.""" - bodyText: String! - - """The number of changed files in this pull request.""" - changedFiles: Int! - - """The HTTP path for the checks of this pull request.""" - checksResourcePath: String! - - """The HTTP URL for the checks of this pull request.""" - checksUrl: String! - - """`true` if the pull request is closed""" - closed: Boolean! - - """Identifies the date and time when the object was closed.""" - closedAt: String - - """A list of comments associated with the pull request.""" - comments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubIssueCommentConnection! - - """ - A list of commits present in this pull request's head branch not present in the base branch. - """ - commits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPullRequestCommitConnection! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The number of deletions in this pull request.""" - deletions: Int! - - """The actor who edited this pull request's body.""" - editor: GitHubActor - - """Lists the files changed within this pull request.""" - files( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPullRequestChangedFileConnection - - """Identifies the head Ref associated with the pull request.""" - headRef: GitHubRef - - """ - Identifies the name of the head Ref associated with the pull request, even if the ref has been deleted. - """ - headRefName: String! - - """ - Identifies the oid of the head ref associated with the pull request, even if the ref has been deleted. - """ - headRefOid: String! - - """The repository associated with this pull request's head Ref.""" - headRepository: GitHubRepository - - """ - The owner of the repository associated with this pull request's head Ref. - """ - headRepositoryOwner: GitHubRepositoryOwner - - """The hovercard information for this issue""" - hovercard( - """Whether or not to include notification contexts""" - includeNotificationContexts: Boolean - ): GitHubHovercard! - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """The head and base repositories are different.""" - isCrossRepository: Boolean! - - """Identifies if the pull request is a draft.""" - isDraft: Boolean! - - """A list of labels associated with the object.""" - labels( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for labels returned from the connection.""" - orderBy: GitHubLabelOrder - ): GitHubLabelConnection - - """The moment the editor made the last edit""" - lastEditedAt: String - - """`true` if the pull request is locked""" - locked: Boolean! - - """Indicates whether maintainers can modify the pull request.""" - maintainerCanModify: Boolean! - - """The commit that was created when this pull request was merged.""" - mergeCommit: GitHubCommit - - """ - Whether or not the pull request can be merged based on the existence of merge conflicts. - """ - mergeable: GitHubMergeableState! - - """Whether or not the pull request was merged.""" - merged: Boolean! - - """The date and time that the pull request was merged.""" - mergedAt: String - - """The actor who merged the pull request.""" - mergedBy: GitHubActor - - """Identifies the milestone associated with the pull request.""" - milestone: GitHubMilestone - - """Identifies the pull request number.""" - number: Int! - - """ - A list of Users that are participating in the Pull Request conversation. - """ - participants( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! - - """The permalink to the pull request.""" - permalink: String! - - """ - The commit that GitHub automatically generated to test if this pull request could be merged. This field will not return a value if the pull request is merged, or if the test merge commit is still being generated. See the `mergeable` field for more details on the mergeability of the pull request. - """ - potentialMergeCommit: GitHubCommit - - """List of project cards associated with this pull request.""" - projectCards( - """A list of archived states to filter the cards by""" - archivedStates: [GitHubProjectCardArchivedState] - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubProjectCardConnection! - - """Identifies when the comment was published at.""" - publishedAt: String - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The repository associated with this node.""" - repository: GitHubRepository! - - """The HTTP path for this pull request.""" - resourcePath: String! - - """The HTTP path for reverting this pull request.""" - revertResourcePath: String! - - """The HTTP URL for reverting this pull request.""" - revertUrl: String! - - """The current status of this pull request with respect to code review.""" - reviewDecision: GitHubPullRequestReviewDecision - - """A list of review requests associated with the pull request.""" - reviewRequests( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReviewRequestConnection - - """The list of all review threads for this pull request.""" - reviewThreads( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPullRequestReviewThreadConnection! - - """A list of reviews associated with the pull request.""" - reviews( - """Filter by author of the review.""" - author: String - - """A list of states to filter the reviews.""" - states: [GitHubPullRequestReviewState!] - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPullRequestReviewConnection - - """Identifies the state of the pull request.""" - state: GitHubPullRequestState! - - """ - A list of reviewer suggestions based on commit history and past review comments. - """ - suggestedReviewers: [GitHubSuggestedReviewer]! - - """ - A list of events, comments, commits, etc. associated with the pull request. - """ - timeline( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Allows filtering timeline events by a `since` timestamp.""" - since: String - ): GitHubPullRequestTimelineConnection! @deprecated(reason: "`timeline` will be removed Use PullRequest.timelineItems instead. Removal on 2019-10-01 UTC.") - - """ - A list of events, comments, commits, etc. associated with the pull request. - """ - timelineItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter timeline items by type.""" - itemTypes: [GitHubPullRequestTimelineItemsItemType!] - - """Skips the first _n_ elements in the list.""" - skip: Int - - """Filter timeline items by a `since` timestamp.""" - since: String - ): GitHubPullRequestTimelineItemsConnection! - - """Identifies the pull request title.""" - title: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this pull request.""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Whether or not the viewer can apply suggestion.""" - viewerCanApplySuggestion: Boolean! - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """ - Check if the viewer is able to change their subscription status for the repository. - """ - viewerCanSubscribe: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - - """ - Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. - """ - viewerSubscription: GitHubSubscriptionState - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubPullRequestEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubPullRequest -} - -"""The connection type for PullRequest.""" -type GitHubPullRequestConnection { - """A list of edges.""" - edges: [GitHubPullRequestEdge] - - """A list of nodes.""" - nodes: [GitHubPullRequest] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -"""Represents a Git commit.""" -type GitHubCommit implements OneGraphNode & GitHubUniformResourceLocatable & GitHubSubscribable & GitHubNode & GitHubGitObject { - """An abbreviated version of the Git object ID""" - abbreviatedOid: String! - - """The number of additions in this commit.""" - additions: Int! - - """The pull requests associated with a commit""" - associatedPullRequests( - """Ordering options for pull requests.""" - orderBy: GitHubPullRequestOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPullRequestConnection - - """Authorship details of the commit.""" - author: GitHubGitActor - - """Check if the committer and the author match.""" - authoredByCommitter: Boolean! - - """The datetime when this commit was authored.""" - authoredDate: String! - - """Fetches `git blame` information.""" - blame( - """The file whose Git blame information you want.""" - path: String! - ): GitHubBlame! - - """The number of changed files in this commit.""" - changedFiles: Int! - - """Comments made on the commit.""" - comments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCommitCommentConnection! - - """The HTTP path for this Git object""" - commitResourcePath: String! - - """The HTTP URL for this Git object""" - commitUrl: String! - - """The datetime when this commit was committed.""" - committedDate: String! - - """Check if commited via GitHub web UI.""" - committedViaWeb: Boolean! - - """Committership details of the commit.""" - committer: GitHubGitActor - - """The number of deletions in this commit.""" - deletions: Int! - - """The deployments associated with a commit.""" - deployments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for deployments returned from the connection.""" - orderBy: GitHubDeploymentOrder - - """Environments to list deployments for""" - environments: [String!] - ): GitHubDeploymentConnection - - """ - The linear commit history starting from (and including) this commit, in the same order as `git log`. - """ - history( - """Allows specifying an ending time or date for fetching commits.""" - until: String - - """Allows specifying a beginning time or date for fetching commits.""" - since: String - - """ - If non-null, filters history to only show commits with matching authorship. - """ - author: GitHubCommitAuthor - - """ - If non-null, filters history to only show commits touching files under this path. - """ - path: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCommitHistoryConnection! - - """""" - id: ID! - - """The Git commit message""" - message: String! - - """The Git commit message body""" - messageBody: String! - - """The commit message body rendered to HTML.""" - messageBodyHTML: String! - - """The Git commit message headline""" - messageHeadline: String! - - """The commit message headline rendered to HTML.""" - messageHeadlineHTML: String! - - """The Git object ID""" - oid: String! - - """The organization this commit was made on behalf of.""" - onBehalfOf: GitHubOrganization - - """The parents of a commit.""" - parents( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCommitConnection! - - """The datetime when this commit was pushed.""" - pushedDate: String - - """The Repository this commit belongs to""" - repository: GitHubRepository! - - """The HTTP path for this commit""" - resourcePath: String! - - """Commit signing information, if present.""" - signature: GitHubGitSignature - - """Status information for this commit""" - status: GitHubStatus - - """Check and Status rollup information for this commit.""" - statusCheckRollup: GitHubStatusCheckRollup - - """ - Returns a list of all submodules in this repository as of this Commit parsed from the .gitmodules file. - """ - submodules( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSubmoduleConnection! - - """ - Returns a URL to download a tarball archive for a repository. - Note: For private repositories, these links are temporary and expire after five minutes. - """ - tarballUrl: String! - - """Commit's root Tree""" - tree: GitHubTree! - - """The HTTP path for the tree of this commit""" - treeResourcePath: String! - - """The HTTP URL for the tree of this commit""" - treeUrl: String! - - """The HTTP URL for this commit""" - url: String! - - """ - Check if the viewer is able to change their subscription status for the repository. - """ - viewerCanSubscribe: Boolean! - - """ - Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. - """ - viewerSubscription: GitHubSubscriptionState - - """ - Returns a URL to download a zipball archive for a repository. - Note: For private repositories, these links are temporary and expire after five minutes. - """ - zipballUrl: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A review comment associated with a given repository pull request.""" -type GitHubPullRequestReviewComment implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubRepositoryNode & GitHubReactable & GitHubNode & GitHubMinimizable & GitHubDeletable & GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the subject of the comment.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """The comment body of this review comment.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The comment body of this review comment rendered as plain text.""" - bodyText: String! - - """Identifies the commit associated with the comment.""" - commit: GitHubCommit - - """Identifies when the comment was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The diff hunk to which the comment applies.""" - diffHunk: String! - - """Identifies when the comment was created in a draft state.""" - draftedAt: String! - - """The actor who edited the comment.""" - editor: GitHubActor - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """Returns whether or not a comment has been minimized.""" - isMinimized: Boolean! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """Returns why the comment was minimized.""" - minimizedReason: String - - """Identifies the original commit associated with the comment.""" - originalCommit: GitHubCommit - - """The original line index in the diff to which the comment applies.""" - originalPosition: Int! - - """Identifies when the comment body is outdated""" - outdated: Boolean! - - """The path to which the comment applies.""" - path: String! - - """The line index in the diff to which the comment applies.""" - position: Int - - """Identifies when the comment was published at.""" - publishedAt: String - - """The pull request associated with this review comment.""" - pullRequest: GitHubPullRequest! - - """The pull request review associated with this review comment.""" - pullRequestReview: GitHubPullRequestReview - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The comment this is a reply to.""" - replyTo: GitHubPullRequestReviewComment - - """The repository associated with this node.""" - repository: GitHubRepository! - - """The HTTP path permalink for this review comment.""" - resourcePath: String! - - """Identifies the state of the comment.""" - state: GitHubPullRequestReviewCommentState! - - """Identifies when the comment was last updated.""" - updatedAt: String! - - """The HTTP URL permalink for this review comment.""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! - - """Check if the current viewer can minimize this object.""" - viewerCanMinimize: Boolean! - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Represents a subject that can be reacted on.""" -interface GitHubReactable { - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """Can user react to this subject""" - viewerCanReact: Boolean! -} - -enum GitHubReactionContent { - """Represents the `:+1:` emoji.""" - THUMBS_UP - - """Represents the `:-1:` emoji.""" - THUMBS_DOWN - - """Represents the `:laugh:` emoji.""" - LAUGH - - """Represents the `:hooray:` emoji.""" - HOORAY - - """Represents the `:confused:` emoji.""" - CONFUSED - - """Represents the `:heart:` emoji.""" - HEART - - """Represents the `:rocket:` emoji.""" - ROCKET - - """Represents the `:eyes:` emoji.""" - EYES -} - -"""A group of emoji reactions to a particular piece of content.""" -type GitHubReactionGroup { - """Identifies the emoji reaction.""" - content: GitHubReactionContent! - - """Identifies when the reaction was created.""" - createdAt: String - - """The subject that was reacted to.""" - subject: GitHubReactable! - - """ - Users who have reacted to the reaction subject with the emotion represented by this reaction group - """ - users( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactingUserConnection! - - """ - Whether or not the authenticated user has left a reaction on the subject. - """ - viewerHasReacted: Boolean! -} - -"""A comment on a team discussion.""" -type GitHubTeamDiscussionComment implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubUniformResourceLocatable & GitHubReactable & GitHubNode & GitHubDeletable & GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the comment's team.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """The body as Markdown.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body rendered to text.""" - bodyText: String! - - """The current version of the body content.""" - bodyVersion: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The discussion this comment is about.""" - discussion: GitHubTeamDiscussion! - - """The actor who edited the comment.""" - editor: GitHubActor - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """Identifies the comment number.""" - number: Int! - - """Identifies when the comment was published at.""" - publishedAt: String - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The HTTP path for this comment""" - resourcePath: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this comment""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubTeamDiscussionCommentEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubTeamDiscussionComment -} - -"""The connection type for TeamDiscussionComment.""" -type GitHubTeamDiscussionCommentConnection { - """A list of edges.""" - edges: [GitHubTeamDiscussionCommentEdge] - - """A list of nodes.""" - nodes: [GitHubTeamDiscussionComment] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubCommentAuthorAssociation { - """Author is a member of the organization that owns the repository.""" - MEMBER - - """Author is the owner of the repository.""" - OWNER - - """Author has been invited to collaborate on the repository.""" - COLLABORATOR - - """Author has previously committed to the repository.""" - CONTRIBUTOR - - """Author has not previously committed to the repository.""" - FIRST_TIME_CONTRIBUTOR - - """Author has not previously committed to GitHub.""" - FIRST_TIMER - - """Author has no association with the repository.""" - NONE -} - -"""A team discussion.""" -type GitHubTeamDiscussion implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubUniformResourceLocatable & GitHubSubscribable & GitHubReactable & GitHubNode & GitHubDeletable & GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the discussion's team.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """The body as Markdown.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body rendered to text.""" - bodyText: String! - - """Identifies the discussion body hash.""" - bodyVersion: String! - - """A list of comments on this discussion.""" - comments( - """ - When provided, filters the connection such that results begin with the comment with this number. - """ - fromComment: Int - - """Order for connection""" - orderBy: GitHubTeamDiscussionCommentOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubTeamDiscussionCommentConnection! - - """The HTTP path for discussion comments""" - commentsResourcePath: String! - - """The HTTP URL for discussion comments""" - commentsUrl: String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The actor who edited the comment.""" - editor: GitHubActor - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """Whether or not the discussion is pinned.""" - isPinned: Boolean! - - """ - Whether or not the discussion is only visible to team members and org admins. - """ - isPrivate: Boolean! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """Identifies the discussion within its team.""" - number: Int! - - """Identifies when the comment was published at.""" - publishedAt: String - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The HTTP path for this discussion""" - resourcePath: String! - - """The team that defines the context of this discussion.""" - team: GitHubTeam! - - """The title of the discussion""" - title: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this discussion""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! - - """Whether or not the current viewer can pin this discussion.""" - viewerCanPin: Boolean! - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """ - Check if the viewer is able to change their subscription status for the repository. - """ - viewerCanSubscribe: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - - """ - Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. - """ - viewerSubscription: GitHubSubscriptionState - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Entities that can be subscribed to for web and email notifications.""" -interface GitHubSubscribable { - """""" - id: ID! - - """ - Check if the viewer is able to change their subscription status for the repository. - """ - viewerCanSubscribe: Boolean! - - """ - Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. - """ - viewerSubscription: GitHubSubscriptionState -} - -"""Represents an 'unsubscribed' event on a given `Subscribable`.""" -type GitHubUnsubscribedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """Object referenced by event.""" - subscribable: GitHubSubscribable! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An item in a pull request timeline""" -union GitHubPullRequestTimelineItems = GitHubUserBlockedEvent | GitHubUnsubscribedEvent | GitHubUnpinnedEvent | GitHubUnmarkedAsDuplicateEvent | GitHubUnlockedEvent | GitHubUnlabeledEvent | GitHubUnassignedEvent | GitHubTransferredEvent | GitHubSubscribedEvent | GitHubReviewRequestedEvent | GitHubReviewRequestRemovedEvent | GitHubReviewDismissedEvent | GitHubReopenedEvent | GitHubRenamedTitleEvent | GitHubRemovedFromProjectEvent | GitHubReferencedEvent | GitHubReadyForReviewEvent | GitHubPullRequestRevisionMarker | GitHubPullRequestReviewThread | GitHubPullRequestReview | GitHubPullRequestCommitCommentThread | GitHubPullRequestCommit | GitHubPinnedEvent | GitHubMovedColumnsInProjectEvent | GitHubMilestonedEvent | GitHubMergedEvent | GitHubMentionedEvent | GitHubMarkedAsDuplicateEvent | GitHubLockedEvent | GitHubLabeledEvent | GitHubIssueComment | GitHubHeadRefRestoredEvent | GitHubHeadRefForcePushedEvent | GitHubHeadRefDeletedEvent | GitHubDisconnectedEvent | GitHubDeploymentEnvironmentChangedEvent | GitHubDeployedEvent | GitHubDemilestonedEvent | GitHubCrossReferencedEvent | GitHubConvertedNoteToIssueEvent | GitHubConnectedEvent | GitHubCommentDeletedEvent | GitHubClosedEvent | GitHubBaseRefForcePushedEvent | GitHubBaseRefChangedEvent | GitHubAssignedEvent | GitHubAddedToProjectEvent - -enum GitHubUserBlockDuration { - """The user was blocked for 1 day""" - ONE_DAY - - """The user was blocked for 3 days""" - THREE_DAYS - - """The user was blocked for 7 days""" - ONE_WEEK - - """The user was blocked for 30 days""" - ONE_MONTH - - """The user was blocked permanently""" - PERMANENT -} - -"""Represents a 'user_blocked' event on a given user.""" -type GitHubUserBlockedEvent implements OneGraphNode & GitHubNode { - """Identifies the actor who performed the event.""" - actor: GitHubActor - - """Number of days that the user was blocked for.""" - blockDuration: GitHubUserBlockDuration! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """""" - id: ID! - - """The user who was blocked.""" - subject: GitHubUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edit on user content""" -type GitHubUserContentEdit implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the date and time when the object was deleted.""" - deletedAt: String - - """The actor who deleted this content""" - deletedBy: GitHubActor - - """A summary of the changes for this edit""" - diff: String - - """When this content was edited""" - editedAt: String! - - """The actor who edited this content""" - editor: GitHubActor - - """""" - id: ID! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object with an ID.""" -interface GitHubNode { - """ID of the object.""" - id: ID! -} - -"""Filter linked nodes by __typename.""" -input OneGraphLinkedNodesTypenameFilter { - """ - Checks for linked nodes where the __typename is in the list of the provided values. - """ - in: [String!] - - """ - Checks for linked nodes where the __typename is equal to the provided value. - """ - equalTo: String -} - -"""Services supported by OneGraph.""" -enum OneGraphServiceEnumArg { - BOX - DEV_TO - DRIBBBLE - DROPBOX - CONTENTFUL - EGGHEADIO - EVENTIL - FACEBOOK - GITHUB - GMAIL - GOOGLE - GOOGLE_ANALYTICS - GOOGLE_CALENDAR - GOOGLE_COMPUTE - GOOGLE_DOCS - GOOGLE_TRANSLATE - HUBSPOT - INTERCOM - MAILCHIMP - MEETUP - NETLIFY - PRODUCT_HUNT - QUICKBOOKS - SALESFORCE - SLACK - SPOTIFY - STRIPE - TRELLO - TWILIO - TWITTER - TWITCH_TV - YOUTUBE - ZEIT - ZENDESK - AIRTABLE - BREX - BUNDLEPHOBIA - CRUNCHBASE - CLEARBIT - CLOUDFLARE - FEDEX - GOOGLE_MAPS - IMMIGRATION_GRAPH - UPS - USPS - NPM - LOGDNA - MIXPANEL - ONEGRAPH -} - -"""Filter linked nodes by service.""" -input OneGraphLinkedNodesServiceFilter { - """ - Checks for linked nodes where the service is in the list of the provided values. - """ - in: [OneGraphServiceEnumArg!] - - """ - Checks for linked nodes where the service is equal to the provided value. - """ - equalTo: OneGraphServiceEnumArg -} - -input OneGraphLinkedNodesConnectionFilter { - """Filter connections by their GraphQL __typename""" - typename: OneGraphLinkedNodesTypenameFilter - - """Filter connections by service""" - service: OneGraphLinkedNodesServiceFilter -} - -"""The user's description of what they're currently doing.""" -type GitHubUserStatus implements OneGraphNode & GitHubNode { - """Identifies the date and time when the object was created.""" - createdAt: String! - - """An emoji summarizing the user's status.""" - emoji: String - - """The status emoji as HTML.""" - emojiHTML: String - - """If set, the status will not be shown after this date.""" - expiresAt: String - - """ID of the object.""" - id: ID! - - """ - Whether this status indicates the user is not fully available on GitHub. - """ - indicatesLimitedAvailability: Boolean! - - """A brief message describing what the user is doing.""" - message: String - - """ - The organization whose members can see this status. If null, this status is publicly visible. - """ - organization: GitHubOrganization - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The user who has this status.""" - user: GitHubUser! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An object with a globally unique id across all of OneGraph""" -interface OneGraphNode { - """The id of the object.""" - oneGraphId: ID! - - """List of OneGraphNodes that are linked from this node.""" - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! -} - -"""List of OneGraphNodes that are linked from this node.""" -type OneGraphLinkedNodesConnection { - """List of OneGraphNodes that are linked from this node.""" - nodes: [OneGraphNode!]! -} - -"""A special type of user which takes actions on behalf of GitHub Apps.""" -type GitHubBot implements OneGraphNode & GitHubUniformResourceLocatable & GitHubNode & GitHubActor { - """A URL pointing to the GitHub App's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """""" - id: ID! - - """The username of the actor.""" - login: String! - - """The HTTP path for this bot""" - resourcePath: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this bot""" - url: String! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""Types that can initiate an audit log event.""" -union GitHubAuditEntryActor = GitHubUser | GitHubOrganization | GitHubBot - -"""Audit log entry for a team.remove_repository event.""" -type GitHubTeamRemoveRepositoryAuditEntry implements OneGraphNode & GitHubTeamAuditEntryData & GitHubRepositoryAuditEntryData & GitHubOrganizationAuditEntryData & GitHubNode & GitHubAuditEntry { - """The action name""" - action: String! - - """The user who initiated the action""" - actor: GitHubAuditEntryActor - - """The IP address of the actor""" - actorIp: String - - """A readable representation of the actor's location""" - actorLocation: GitHubActorLocation - - """The username of the user who initiated the action""" - actorLogin: String - - """The HTTP path for the actor.""" - actorResourcePath: String - - """The HTTP URL for the actor.""" - actorUrl: String - - """The time the action was initiated""" - createdAt: String! - - """""" - id: ID! - - """Whether the team was mapped to an LDAP Group.""" - isLdapMapped: Boolean - - """The corresponding operation type for the action""" - operationType: GitHubOperationType - - """The Organization associated with the Audit Entry.""" - organization: GitHubOrganization - - """The name of the Organization.""" - organizationName: String - - """The HTTP path for the organization""" - organizationResourcePath: String - - """The HTTP URL for the organization""" - organizationUrl: String - - """The repository associated with the action""" - repository: GitHubRepository - - """The name of the repository""" - repositoryName: String - - """The HTTP path for the repository""" - repositoryResourcePath: String - - """The HTTP URL for the repository""" - repositoryUrl: String - - """The team associated with the action""" - team: GitHubTeam - - """The name of the team""" - teamName: String - - """The HTTP path for this team""" - teamResourcePath: String - - """The HTTP URL for this team""" - teamUrl: String - - """The user affected by the action""" - user: GitHubUser - - """ - For actions involving two users, the actor is the initiator and the user is the affected user. - """ - userLogin: String - - """The HTTP path for the user.""" - userResourcePath: String - - """The HTTP URL for the user.""" - userUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An audit entry in an organization audit log.""" -union GitHubOrganizationAuditEntry = GitHubTeamRemoveRepositoryAuditEntry | GitHubTeamRemoveMemberAuditEntry | GitHubTeamChangeParentTeamAuditEntry | GitHubTeamAddRepositoryAuditEntry | GitHubTeamAddMemberAuditEntry | GitHubRepositoryVisibilityChangeEnableAuditEntry | GitHubRepositoryVisibilityChangeDisableAuditEntry | GitHubRepoRemoveTopicAuditEntry | GitHubRepoRemoveMemberAuditEntry | GitHubRepoDestroyAuditEntry | GitHubRepoCreateAuditEntry | GitHubRepoConfigUnlockAnonymousGitAccessAuditEntry | GitHubRepoConfigLockAnonymousGitAccessAuditEntry | GitHubRepoConfigEnableSockpuppetDisallowedAuditEntry | GitHubRepoConfigEnableContributorsOnlyAuditEntry | GitHubRepoConfigEnableCollaboratorsOnlyAuditEntry | GitHubRepoConfigEnableAnonymousGitAccessAuditEntry | GitHubRepoConfigDisableSockpuppetDisallowedAuditEntry | GitHubRepoConfigDisableContributorsOnlyAuditEntry | GitHubRepoConfigDisableCollaboratorsOnlyAuditEntry | GitHubRepoConfigDisableAnonymousGitAccessAuditEntry | GitHubRepoChangeMergeSettingAuditEntry | GitHubRepoArchivedAuditEntry | GitHubRepoAddTopicAuditEntry | GitHubRepoAddMemberAuditEntry | GitHubRepoAccessAuditEntry | GitHubPrivateRepositoryForkingEnableAuditEntry | GitHubPrivateRepositoryForkingDisableAuditEntry | GitHubOrgUpdateMemberRepositoryInvitationPermissionAuditEntry | GitHubOrgUpdateMemberRepositoryCreationPermissionAuditEntry | GitHubOrgUpdateMemberAuditEntry | GitHubOrgUpdateDefaultRepositoryPermissionAuditEntry | GitHubOrgUnblockUserAuditEntry | GitHubOrgRestoreMemberAuditEntry | GitHubOrgRemoveOutsideCollaboratorAuditEntry | GitHubOrgRemoveMemberAuditEntry | GitHubOrgRemoveBillingManagerAuditEntry | GitHubOrgOauthAppAccessRequestedAuditEntry | GitHubOrgOauthAppAccessDeniedAuditEntry | GitHubOrgOauthAppAccessApprovedAuditEntry | GitHubOrgInviteToBusinessAuditEntry | GitHubOrgInviteMemberAuditEntry | GitHubOrgEnableTwoFactorRequirementAuditEntry | GitHubOrgEnableSamlAuditEntry | GitHubOrgEnableOauthAppRestrictionsAuditEntry | GitHubOrgDisableTwoFactorRequirementAuditEntry | GitHubOrgDisableSamlAuditEntry | GitHubOrgDisableOauthAppRestrictionsAuditEntry | GitHubOrgCreateAuditEntry | GitHubOrgConfigEnableCollaboratorsOnlyAuditEntry | GitHubOrgConfigDisableCollaboratorsOnlyAuditEntry | GitHubOrgBlockUserAuditEntry | GitHubOrgAddMemberAuditEntry | GitHubOrgAddBillingManagerAuditEntry | GitHubOauthApplicationCreateAuditEntry | GitHubMembersCanDeleteReposEnableAuditEntry | GitHubMembersCanDeleteReposDisableAuditEntry | GitHubMembersCanDeleteReposClearAuditEntry - -"""An edge in a connection.""" -type GitHubOrganizationAuditEntryEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubOrganizationAuditEntry -} - -"""The connection type for OrganizationAuditEntry.""" -type GitHubOrganizationAuditEntryConnection { - """A list of edges.""" - edges: [GitHubOrganizationAuditEntryEdge] - - """A list of nodes.""" - nodes: [GitHubOrganizationAuditEntry] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -""" -An account on GitHub, with one or more owners, that has repositories, members and teams. -""" -type GitHubOrganization implements OneGraphNode & GitHubUniformResourceLocatable & GitHubSponsorable & GitHubRepositoryOwner & GitHubRegistryPackageSearch & GitHubRegistryPackageOwner & GitHubProjectOwner & GitHubProfileOwner & GitHubNode & GitHubMemberStatusable & GitHubActor { - """ - Determine if this repository owner has any items that can be pinned to their profile. - """ - anyPinnableItems( - """Filter to only a particular kind of pinnable item.""" - type: GitHubPinnableItemType - ): Boolean! - - """Audit log entries of the organization""" - auditLog( - """Ordering options for the returned audit log entries.""" - orderBy: GitHubAuditLogOrder - - """The query string to filter audit entries""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationAuditEntryConnection! - - """A URL pointing to the organization's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The organization's public profile description.""" - description: String - - """The organization's public profile description rendered to HTML.""" - descriptionHTML: String - - """The organization's public email.""" - email: String - - """""" - id: ID! - - """Whether the organization has verified its profile email and website.""" - isVerified: Boolean! - - """ - Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. - """ - itemShowcase: GitHubProfileItemShowcase! - - """The organization's public profile location.""" - location: String - - """The organization's login name.""" - login: String! - - """ - Get the status messages members of this entity have set that are either public or visible only to the organization. - """ - memberStatuses( - """Ordering options for user statuses returned from the connection.""" - orderBy: GitHubUserStatusOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserStatusConnection! - - """A list of users who are members of this organization.""" - membersWithRole( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationMemberConnection! - - """The organization's public profile name.""" - name: String - - """The HTTP path creating a new team""" - newTeamResourcePath: String! - - """The HTTP URL creating a new team""" - newTeamUrl: String! - - """The billing email for the organization.""" - organizationBillingEmail: String - - """A list of users who have been invited to join this organization.""" - pendingMembers( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserConnection! - - """ - A list of repositories and gists this profile owner can pin to their profile. - """ - pinnableItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter the types of pinnable items that are returned.""" - types: [GitHubPinnableItemType!] - ): GitHubPinnableItemConnection! - - """ - A list of repositories and gists this profile owner has pinned to their profile - """ - pinnedItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter the types of pinned items that are returned.""" - types: [GitHubPinnableItemType!] - ): GitHubPinnableItemConnection! - - """ - Returns how many more items this profile owner can pin to their profile. - """ - pinnedItemsRemaining: Int! - - """A list of repositories this user has pinned to their profile""" - pinnedRepositories( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! @deprecated(reason: "pinnedRepositories will be removed Use ProfileOwner.pinnedItems instead. Removal on 2019-10-01 UTC.") - - """Find project by number.""" - project( - """The project number to find.""" - number: Int! - ): GitHubProject - - """A list of projects under the owner.""" - projects( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """A list of states to filter the projects by.""" - states: [GitHubProjectState!] - - """Query to search projects by, currently only searching by name.""" - search: String - - """Ordering options for projects returned from the connection""" - orderBy: GitHubProjectOrder - ): GitHubProjectConnection! - - """The HTTP path listing organization's projects""" - projectsResourcePath: String! - - """The HTTP URL listing organization's projects""" - projectsUrl: String! - - """A list of registry packages under the owner.""" - registryPackages( - """Filter registry package by whether it is publicly visible""" - publicOnly: Boolean - - """Filter registry package by type (string).""" - registryPackageType: String - - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry packages in a repository.""" - repositoryId: ID - - """Find registry packages by their names.""" - names: [String] - - """Find registry package by name.""" - name: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageOwner` object instead. Removal on 2020-04-01 UTC.") - - """A list of registry packages for a particular search query.""" - registryPackagesForQuery( - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry package by search query.""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageSearch` object instead. Removal on 2020-04-01 UTC.") - - """A list of repositories that the user owns.""" - repositories( - """ - If non-null, filters repositories according to whether they are forks of another repository - """ - isFork: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! - - """Find Repository.""" - repository( - """Name of Repository to find.""" - name: String! - ): GitHubRepository - - """ - When true the organization requires all members, billing managers, and outside collaborators to enable two-factor authentication. - """ - requiresTwoFactorAuthentication: Boolean - - """The HTTP path for this organization.""" - resourcePath: String! - - """The Organization's SAML identity providers""" - samlIdentityProvider: GitHubOrganizationIdentityProvider - - """The GitHub Sponsors listing for this user.""" - sponsorsListing: GitHubSponsorsListing - - """This object's sponsorships as the maintainer.""" - sponsorshipsAsMaintainer( - """ - Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer. - """ - orderBy: GitHubSponsorshipOrder - - """Whether or not to include private sponsorships in the result set""" - includePrivate: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorshipConnection! - - """This object's sponsorships as the sponsor.""" - sponsorshipsAsSponsor( - """ - Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer. - """ - orderBy: GitHubSponsorshipOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorshipConnection! - - """Find an organization's team by its slug.""" - team( - """The name or slug of the team to find.""" - slug: String! - ): GitHubTeam - - """A list of teams in this organization.""" - teams( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """If true, restrict to only root teams""" - rootTeamsOnly: Boolean - - """ - If true, filters teams that are mapped to an LDAP Group (Enterprise only) - """ - ldapMapped: Boolean - - """Ordering options for teams returned from the connection""" - orderBy: GitHubTeamOrder - - """User logins to filter by""" - userLogins: [String!] - - """If non-null, filters teams with query on team name and team slug""" - query: String - - """ - If non-null, filters teams according to whether the viewer is an admin or member on team - """ - role: GitHubTeamRole - - """If non-null, filters teams according to privacy""" - privacy: GitHubTeamPrivacy - ): GitHubTeamConnection! - - """The HTTP path listing organization's teams""" - teamsResourcePath: String! - - """The HTTP URL listing organization's teams""" - teamsUrl: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this organization.""" - url: String! - - """Organization is adminable by the viewer.""" - viewerCanAdminister: Boolean! - - """Can the viewer pin repositories and gists to the profile?""" - viewerCanChangePinnedItems: Boolean! - - """Can the current viewer create new projects on this owner.""" - viewerCanCreateProjects: Boolean! - - """Viewer can create repositories on this organization""" - viewerCanCreateRepositories: Boolean! - - """Viewer can create teams on this organization.""" - viewerCanCreateTeams: Boolean! - - """Viewer is an active member of this organization.""" - viewerIsAMember: Boolean! - - """The organization's public profile URL.""" - websiteUrl: String - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -""" -Represents an object which can take actions on GitHub. Typically a User or Bot. -""" -interface GitHubActor { - """A URL pointing to the actor's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """The username of the actor.""" - login: String! - - """The HTTP path for this actor.""" - resourcePath: String! - - """The HTTP URL for this actor.""" - url: String! -} - -"""Represents a comment on a given Commit.""" -type GitHubCommitComment implements OneGraphNode & GitHubUpdatableComment & GitHubUpdatable & GitHubRepositoryNode & GitHubReactable & GitHubNode & GitHubMinimizable & GitHubDeletable & GitHubComment { - """The actor who authored the comment.""" - author: GitHubActor - - """Author's association with the subject of the comment.""" - authorAssociation: GitHubCommentAuthorAssociation! - - """Identifies the comment body.""" - body: String! - - """The body rendered to HTML.""" - bodyHTML: String! - - """The body rendered to text.""" - bodyText: String! - - """ - Identifies the commit associated with the comment, if the commit exists. - """ - commit: GitHubCommit - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Check if this comment was created via an email reply.""" - createdViaEmail: Boolean! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The actor who edited the comment.""" - editor: GitHubActor - - """""" - id: ID! - - """ - Check if this comment was edited and includes an edit with the creation data - """ - includesCreatedEdit: Boolean! - - """Returns whether or not a comment has been minimized.""" - isMinimized: Boolean! - - """The moment the editor made the last edit""" - lastEditedAt: String - - """Returns why the comment was minimized.""" - minimizedReason: String - - """Identifies the file path associated with the comment.""" - path: String - - """Identifies the line position associated with the comment.""" - position: Int - - """Identifies when the comment was published at.""" - publishedAt: String - - """A list of reactions grouped by content left on the subject.""" - reactionGroups: [GitHubReactionGroup!] - - """A list of Reactions left on the Issue.""" - reactions( - """Allows specifying the order in which reactions are returned.""" - orderBy: GitHubReactionOrder - - """Allows filtering Reactions by emoji.""" - content: GitHubReactionContent - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubReactionConnection! - - """The repository associated with this node.""" - repository: GitHubRepository! - - """The HTTP path permalink for this commit comment.""" - resourcePath: String! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL permalink for this commit comment.""" - url: String! - - """A list of edits to this content.""" - userContentEdits( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubUserContentEditConnection - - """Check if the current viewer can delete this object.""" - viewerCanDelete: Boolean! - - """Check if the current viewer can minimize this object.""" - viewerCanMinimize: Boolean! - - """Can user react to this subject""" - viewerCanReact: Boolean! - - """Check if the current viewer can update this object.""" - viewerCanUpdate: Boolean! - - """Reasons why the current viewer can not update this comment.""" - viewerCannotUpdateReasons: [GitHubCommentCannotUpdateReason!]! - - """Did the viewer author this comment.""" - viewerDidAuthor: Boolean! - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""An edge in a connection.""" -type GitHubCommitCommentEdge { - """A cursor for use in pagination.""" - cursor: String! - - """The item at the end of the edge.""" - node: GitHubCommitComment -} - -"""The connection type for CommitComment.""" -type GitHubCommitCommentConnection { - """A list of edges.""" - edges: [GitHubCommitCommentEdge] - - """A list of nodes.""" - nodes: [GitHubCommitComment] - - """Information to aid in pagination.""" - pageInfo: GitHubPageInfo! - - """Identifies the total count of items in the connection.""" - totalCount: Int! -} - -enum GitHubPinnableItemType { - """A repository.""" - REPOSITORY - - """A gist.""" - GIST - - """An issue.""" - ISSUE - - """A project.""" - PROJECT - - """A pull request.""" - PULL_REQUEST - - """A user.""" - USER - - """An organization.""" - ORGANIZATION - - """A team.""" - TEAM -} - -""" -A user is an individual's account on GitHub that owns repositories and can make new content. -""" -type GitHubUser implements OneGraphNode & GitHubUniformResourceLocatable & GitHubSponsorable & GitHubRepositoryOwner & GitHubRegistryPackageSearch & GitHubRegistryPackageOwner & GitHubProjectOwner & GitHubProfileOwner & GitHubNode & GitHubActor { - """ - Determine if this repository owner has any items that can be pinned to their profile. - """ - anyPinnableItems( - """Filter to only a particular kind of pinnable item.""" - type: GitHubPinnableItemType - ): Boolean! - - """A URL pointing to the user's public avatar.""" - avatarUrl( - """The size of the resulting square image.""" - size: Int - ): String! - - """The user's public profile bio.""" - bio: String - - """The user's public profile bio as HTML.""" - bioHTML: String! - - """A list of commit comments made by this user.""" - commitComments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubCommitCommentConnection! - - """The user's public profile company.""" - company: String - - """The user's public profile company as HTML.""" - companyHTML: String! - - """ - The collection of contributions this user has made to different repositories. - """ - contributionsCollection( - """ - Only contributions made before and up to and including this time will be counted. If omitted, defaults to the current time. - """ - to: String - - """ - Only contributions made at this time or later will be counted. If omitted, defaults to a year ago. - """ - from: String - - """The ID of the organization used to filter contributions.""" - organizationID: ID - ): GitHubContributionsCollection! - - """Identifies the date and time when the object was created.""" - createdAt: String! - - """Identifies the primary key from the database.""" - databaseId: Int - - """The user's publicly visible profile email.""" - email: String! - - """A list of users the given user is followed by.""" - followers( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubFollowerConnection! - - """A list of users the given user is following.""" - following( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubFollowingConnection! - - """Find gist by repo name.""" - gist( - """The gist name to find.""" - name: String! - ): GitHubGist - - """A list of gist comments made by this user.""" - gistComments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubGistCommentConnection! - - """A list of the Gists the user has created.""" - gists( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for gists returned from the connection""" - orderBy: GitHubGistOrder - - """Filters Gists according to privacy.""" - privacy: GitHubGistPrivacy - ): GitHubGistConnection! - - """The hovercard information for this user in a given context""" - hovercard( - """The ID of the subject to get the hovercard in the context of""" - primarySubjectId: ID - ): GitHubHovercard! - - """""" - id: ID! - - """ - Whether or not this user is a participant in the GitHub Security Bug Bounty. - """ - isBountyHunter: Boolean! - - """ - Whether or not this user is a participant in the GitHub Campus Experts Program. - """ - isCampusExpert: Boolean! - - """Whether or not this user is a GitHub Developer Program member.""" - isDeveloperProgramMember: Boolean! - - """Whether or not this user is a GitHub employee.""" - isEmployee: Boolean! - - """Whether or not the user has marked themselves as for hire.""" - isHireable: Boolean! - - """Whether or not this user is a site administrator.""" - isSiteAdmin: Boolean! - - """Whether or not this user is the viewing user.""" - isViewer: Boolean! - - """A list of issue comments made by this user.""" - issueComments( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubIssueCommentConnection! - - """A list of issues associated with this user.""" - issues( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filtering options for issues returned from the connection.""" - filterBy: GitHubIssueFilters - - """A list of states to filter the issues by.""" - states: [GitHubIssueState!] - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """Ordering options for issues returned from the connection.""" - orderBy: GitHubIssueOrder - ): GitHubIssueConnection! - - """ - Showcases a selection of repositories and gists that the profile owner has either curated or that have been selected automatically based on popularity. - """ - itemShowcase: GitHubProfileItemShowcase! - - """The user's public profile location.""" - location: String - - """The username used to login.""" - login: String! - - """The user's public profile name.""" - name: String - - """Find an organization by its login that the user belongs to.""" - organization( - """The login of the organization to find.""" - login: String! - ): GitHubOrganization - - """A list of organizations the user belongs to.""" - organizations( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubOrganizationConnection! - - """ - A list of repositories and gists this profile owner can pin to their profile. - """ - pinnableItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter the types of pinnable items that are returned.""" - types: [GitHubPinnableItemType!] - ): GitHubPinnableItemConnection! - - """ - A list of repositories and gists this profile owner has pinned to their profile - """ - pinnedItems( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Filter the types of pinned items that are returned.""" - types: [GitHubPinnableItemType!] - ): GitHubPinnableItemConnection! - - """ - Returns how many more items this profile owner can pin to their profile. - """ - pinnedItemsRemaining: Int! - - """A list of repositories this user has pinned to their profile""" - pinnedRepositories( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! @deprecated(reason: "pinnedRepositories will be removed Use ProfileOwner.pinnedItems instead. Removal on 2019-10-01 UTC.") - - """Find project by number.""" - project( - """The project number to find.""" - number: Int! - ): GitHubProject - - """A list of projects under the owner.""" - projects( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """A list of states to filter the projects by.""" - states: [GitHubProjectState!] - - """Query to search projects by, currently only searching by name.""" - search: String - - """Ordering options for projects returned from the connection""" - orderBy: GitHubProjectOrder - ): GitHubProjectConnection! - - """The HTTP path listing user's projects""" - projectsResourcePath: String! - - """The HTTP URL listing user's projects""" - projectsUrl: String! - - """A list of public keys associated with this user.""" - publicKeys( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubPublicKeyConnection! - - """A list of pull requests associated with this user.""" - pullRequests( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """Ordering options for pull requests returned from the connection.""" - orderBy: GitHubIssueOrder - - """The base ref name to filter the pull requests by.""" - baseRefName: String - - """The head ref name to filter the pull requests by.""" - headRefName: String - - """A list of label names to filter the pull requests by.""" - labels: [String!] - - """A list of states to filter the pull requests by.""" - states: [GitHubPullRequestState!] - ): GitHubPullRequestConnection! - - """A list of registry packages under the owner.""" - registryPackages( - """Filter registry package by whether it is publicly visible""" - publicOnly: Boolean - - """Filter registry package by type (string).""" - registryPackageType: String - - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry packages in a repository.""" - repositoryId: ID - - """Find registry packages by their names.""" - names: [String] - - """Find registry package by name.""" - name: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageOwner` object instead. Removal on 2020-04-01 UTC.") - - """A list of registry packages for a particular search query.""" - registryPackagesForQuery( - """Filter registry package by type.""" - packageType: GitHubRegistryPackageType - - """Find registry package by search query.""" - query: String - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRegistryPackageConnection! @deprecated(reason: "Renaming GitHub Packages fields and objects. Use the `PackageSearch` object instead. Removal on 2020-04-01 UTC.") - - """A list of repositories that the user owns.""" - repositories( - """ - If non-null, filters repositories according to whether they are forks of another repository - """ - isFork: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Array of viewer's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the current viewer owns. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! - - """A list of repositories that the user recently contributed to.""" - repositoriesContributedTo( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, include only the specified types of contributions. The GitHub.com UI uses [COMMIT, ISSUE, PULL_REQUEST, REPOSITORY] - """ - contributionTypes: [GitHubRepositoryContributionType] - - """If true, include user repositories""" - includeUserRepositories: Boolean - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! - - """Find Repository.""" - repository( - """Name of Repository to find.""" - name: String! - ): GitHubRepository - - """The HTTP path for this user""" - resourcePath: String! - - """Replies this user has saved""" - savedReplies( - """The field to order saved replies by.""" - orderBy: GitHubSavedReplyOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSavedReplyConnection - - """The GitHub Sponsors listing for this user.""" - sponsorsListing: GitHubSponsorsListing - - """This object's sponsorships as the maintainer.""" - sponsorshipsAsMaintainer( - """ - Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer. - """ - orderBy: GitHubSponsorshipOrder - - """Whether or not to include private sponsorships in the result set""" - includePrivate: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorshipConnection! - - """This object's sponsorships as the sponsor.""" - sponsorshipsAsSponsor( - """ - Ordering options for sponsorships returned from this connection. If left blank, the sponsorships will be ordered based on relevancy to the viewer. - """ - orderBy: GitHubSponsorshipOrder - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubSponsorshipConnection! - - """Repositories the user has starred.""" - starredRepositories( - """Order for connection""" - orderBy: GitHubStarOrder - - """ - Filters starred repositories to only return repositories owned by the viewer. - """ - ownedByViewer: Boolean - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubStarredRepositoryConnection! - - """The user's description of what they're currently doing.""" - status: GitHubUserStatus - - """ - Repositories the user has contributed to, ordered by contribution rank, plus repositories the user has created - - """ - topRepositories( - """How far back in time to fetch contributed repositories""" - since: String - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder! - - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - ): GitHubRepositoryConnection! - - """Identifies the date and time when the object was last updated.""" - updatedAt: String! - - """The HTTP URL for this user""" - url: String! - - """Can the viewer pin repositories and gists to the profile?""" - viewerCanChangePinnedItems: Boolean! - - """Can the current viewer create new projects on this owner.""" - viewerCanCreateProjects: Boolean! - - """Whether or not the viewer is able to follow the user.""" - viewerCanFollow: Boolean! - - """Whether or not this user is followed by the viewer.""" - viewerIsFollowing: Boolean! - - """A list of repositories the given user is watching.""" - watching( - """Returns the last _n_ elements from the list.""" - last: Int - - """Returns the first _n_ elements from the list.""" - first: Int - - """ - Returns the elements in the list that come before the specified cursor. - """ - before: String - - """Returns the elements in the list that come after the specified cursor.""" - after: String - - """ - If non-null, filters repositories according to whether they have been locked - """ - isLocked: Boolean - - """ - Array of owner's affiliation options for repositories returned from the connection. For example, OWNER will include only repositories that the organization or user being viewed owns. - """ - ownerAffiliations: [GitHubRepositoryAffiliation] - - """ - Affiliation options for repositories returned from the connection. If none specified, the results will include repositories for which the current viewer is an owner or collaborator, or member. - """ - affiliations: [GitHubRepositoryAffiliation] - - """Ordering options for repositories returned from the connection""" - orderBy: GitHubRepositoryOrder - - """If non-null, filters repositories according to privacy""" - privacy: GitHubRepositoryPrivacy - ): GitHubRepositoryConnection! - - """A URL pointing to the user's public website/blog.""" - websiteUrl: String - eventilUser: EventilUser - - """ - If this GitHubUser is the currently logged in viewer, this field will contain a list of emails belonging to this GitHub user. - - See the [email address endpoint documentation](https://developer.github.com/v3/users/emails/#list-email-addresses-for-a-user) for more details. - """ - emailsIfIsViewer_oneGraph( - """ - Only include the GitHub has considers to be the primary email for this user - """ - onlyPrimary: Boolean - - """Only include emails that GitHub has verified belong to this user""" - onlyVerified: Boolean - ): [GitHubUserEmail_oneGraph!] @deprecated(reason: "*Temporary field until GitHub implemements their own `emailsIfIsViewer` field for a user.*") - - """Linked Salesforce User""" - salesforceUser: SalesforceUser - oneGraphLinkedNodes( - """Filter the connected nodes that are returned by service or typename.""" - filter: OneGraphLinkedNodesConnectionFilter - ): OneGraphLinkedNodesConnection! - - """Unique id across all of OneGraph""" - oneGraphId: ID! -} - -"""A Google user""" -type GoogleUser { - """The Google user's ID""" - sub: String! - - """The Google user's full name""" - name: String - - """The Google user's given name""" - givenName: String - - """The Google user's family name""" - familyName: String - - """A link to the Google's """ - profile: String - - """The Google user's ID""" - picture: String - - """The user's gender""" - gender: String - - """The user's email""" - email: String - - """The user's email""" - emailVerified: Boolean - - """The user's locale""" - locale: String -} - -enum SpotifyContextType { - ALBUM - ARTIST - PLAYLIST -} - -type SpotifyContext { - """External URLs for this context.""" - externalUrls: SpotifyExternalUrl - - """A link to the Web API endpoint providing full details of the track.""" - href: String - - """The object type, e.g. “artist”, “playlist”, “album”.""" - type: SpotifyContextType - - """ - The [Spotify URI](/documentation/web-api/#spotify-uris-and-ids) for the context. - """ - uri: String -} - -enum SpotifyPlayerRepeatState { - OFF - TRACK - CONTEXT -} - -type SpotifyDevice { - """The device ID. This may be `null`.""" - id: String - - """If this device is the currently active device.""" - isActive: Boolean - - """If this device is currently in a private session.""" - isPrivateSession: Boolean - - """ - Whether controlling this device is restricted. At present if this is “true” then no Web API commands will be accepted by this device. - """ - isRestricted: Boolean - - """The name of the device.""" - name: String - - """Device type, such as “computer”, “smartphone” or “speaker”.""" - type: String - - """The current volume in percent. This may be null.""" - volumePercent: Int -} - -type SpotifyPlayer { - """The device that is currently active""" - device: SpotifyDevice - - """off, track, context""" - repeatState: SpotifyPlayerRepeatState - - """If shuffle is on or off""" - shuffleState: Boolean - - """ - A Context Object. Can be `null` (e.g. If private session is enabled this will be `null`). - """ - context: SpotifyContext - - """Unix Millisecond Timestamp when data was fetched""" - timestamp: Int - - """ - Progress into the currently playing track. Can be `null` (e.g. If private session is enabled this will be `null`). - """ - progressMs: Int - - """If something is currently playing.""" - isPlaying: Boolean - - """ - The currently playing track. Can be `null` (e.g. If private session is enabled this will be `null`). - """ - item: SpotifyTrack - - """ - The object type of the currently playing item. Can be one of track, episode, ad or unknown. - """ - currentlyPlayingType: String -} - -type SpotifyTrackRestriction { - """The reason why the track is not available.""" - reason: String -} - -type SpotifyExternalId { - """International Standard Recording Code""" - isrc: String - - """International Article Number""" - ean: String - - """Universal Product Code""" - upc: String -} - -enum SpotifyAlbumCopyrightsType { - C - P -} - -type SpotifyCopyright { - """The copyright text for this album.""" - text: String - - """ - The type of copyright: C = the copyright, P = the sound recording (performance) copyright. - """ - type: SpotifyAlbumCopyrightsType -} - -enum SpotifyAlbumType { - ALBUM - SINGLE - COMPILATION -} - -type SpotifyAlbum { - """The type of the album: `album`, `single`, or `compilation`.""" - albumType: SpotifyAlbumType - - """ - The artists of the album. Each artist object includes a link in `href` to more detailed information about the artist. - """ - artists: [SpotifyArtist!] - - """ - The markets in which the album is available: [ISO 3166-1 alpha-2 country codes](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Note that an album is considered available in a market when at least 1 of its tracks is available in that market. - """ - availableMarkets: [String!] - - """The copyright statements of the album.""" - copyrights: [SpotifyCopyright!] - - """Known external IDs for the album.""" - externalIds: SpotifyExternalId - - """Known external URLs for this album.""" - externalUrls: SpotifyExternalUrl - - """ - A list of the genres used to classify the album. For example: “Prog Rock” , “Post-Grunge”. (If not yet classified, the array is empty.) - """ - genres: [String!] - - """A link to the Web API endpoint providing full details of the album.""" - href: String - - """The Spotify ID for the album.""" - id: String - - """The cover art for the album in various sizes, widest first.""" - images: [SpotifyImage!] - - """The label for the album.""" - label: String - - """ - The name of the album. In case of an album takedown, the value may be an empty string. - """ - name: String - - """ - The popularity of the album. The value will be between 0 and 100, with 100 being the most popular. The popularity is calculated from the popularity of the album’s individual tracks. - """ - popularity: Int - - """ - The date the album was first released, for example “1981-12-15”. Depending on the precision, it might be shown as “1981” or “1981-12”. - """ - releaseDate: String - - """ - The precision with which release\\_date value is known: “year” , “month” , or “day”. - """ - releaseDatePrecision: String - - """The object type: “album”""" - type: String - - """The Spotify URI for the album.""" - uri: String - tracks: [SpotifyTrack!] -} - -type SpotifyArtist { - """Known external URLs for this artist.""" - externalUrls: SpotifyExternalUrl - - """Information about the followers of the artist.""" - followers: SpotifyFollowers - - """ - A list of the genres the artist is associated with. For example: `"Prog Rock"` , `"Post-Grunge"`. (If not yet classified, the array is empty.) - """ - genres: [String!] - - """A link to the Web API endpoint providing full details of the artist.""" - href: String - - """ - The [Spotify ID](/documentation/web-api/#spotify-uris-and-ids) for the artist. - """ - id: String - - """Images of the artist in various sizes, widest first.""" - images: [SpotifyImage!] - - """The name of the artist.""" - name: String - - """ - The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist’s popularity is calculated from the popularity of all the artist’s tracks. - """ - popularity: Int - - """The object type: `"artist"`""" - type: String - - """ - The [Spotify URI](/documentation/web-api/#spotify-uris-and-ids) for the artist. - """ - uri: String - albums: [SpotifyAlbum!] -} - -type SpotifySimplifiedArtist { - """Known external URLs for this artist.""" - externalUrls: SpotifyExternalUrl - - """A link to the Web API endpoint providing full details of the artist.""" - href: String - - """The Spotify ID for the artist.""" - id: String - - """The name of the artist.""" - name: String - - """The object type: 'artist'""" - type: String - - """The Spotify URI for the artist.""" - uri: String -} - -type SpotifySimplifiedAlbum { - """ - The field is present when getting an artist’s albums. Possible values are “album”, “single”, “compilation”, “appears\\_on”. Compare to album\\_type this field represents relationship between the artist and the album. - """ - albumGroup: String - - """The type of the album: one of “album”, “single”, or “compilation”.""" - albumType: String - - """ - The artists of the album. Each artist object includes a link in `href` to more detailed information about the artist. - """ - artists: [SpotifySimplifiedArtist!] - - """ - The markets in which the album is available: [ISO 3166-1 alpha-2 country codes](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Note that an album is considered available in a market when at least 1 of its tracks is available in that market. - """ - availableMarkets: [String!] - - """Known external URLs for this album.""" - externalUrls: SpotifyExternalUrl - - """A link to the Web API endpoint providing full details of the album.""" - href: String - - """ - The [Spotify ID](/documentation/web-api/#spotify-uris-and-ids) for the album. - """ - id: String - - """The cover art for the album in various sizes, widest first.""" - images: [SpotifyImage!] - - """ - The name of the album. In case of an album takedown, the value may be an empty string. - """ - name: String - - """The object type: “album”""" - type: String - - """ - The [Spotify URI](/documentation/web-api/#spotify-uris-and-ids) for the album. - """ - uri: String -} - -type SpotifyTrack { - """ - The album on which the track appears. The album object includes a link in `href` to full information about the album. - """ - album: SpotifySimplifiedAlbum - - """ - The artists who performed the track. Each artist object includes a link in `href` to more detailed information about the artist. - """ - artists: [SpotifyArtist!] - - """ - A list of the countries in which the track can be played, identified by their [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. - """ - availableMarkets: [String!] - - """ - The disc number (usually `1` unless the album consists of more than one disc). - """ - discNumber: Int - - """The track length in milliseconds.""" - durationMs: Int - - """ - Whether or not the track has explicit lyrics ( `true` = yes it does; `false` = no it does not OR unknown). - """ - explicit: Boolean - - """Known external IDs for the track.""" - externalIds: SpotifyExternalId - - """Known external URLs for this track.""" - externalUrls: SpotifyExternalUrl - - """A link to the Web API endpoint providing full details of the track.""" - href: String - - """ - The [Spotify ID](/documentation/web-api/#spotify-uris-and-ids) for the track. - """ - id: String - - """ - Part of the response when [Track Relinking](/documentation/general/guides/track-relinking-guide/) is applied. If `true` , the track is playable in the given market. Otherwise `false`. - """ - isPlayable: Boolean - - """ - Part of the response when [Track Relinking](/documentation/general/guides/track-relinking-guide/) is applied, and the requested track has been replaced with different track. The track in the `linked_from` object contains information about the originally requested track. - """ - linkedFrom: SpotifyTrack - - """The name of the track.""" - name: String - - """ - The popularity of the track. The value will be between 0 and 100, with 100 being the most popular. - The popularity of a track is a value between 0 and 100, with 100 being the most popular. The popularity is calculated by algorithm and is based, in the most part, on the total number of plays the track has had and how recent those plays are. - Generally speaking, songs that are being played a lot now will have a higher popularity than songs that were played a lot in the past. Duplicate tracks (e.g. the same track from a single and an album) are rated independently. Artist and album popularity is derived mathematically from track popularity. Note that the popularity value may lag actual popularity by a few days: the value is not updated in real time. - """ - popularity: Int - - """A link to a 30 second preview (MP3 format) of the track. Can be `null`""" - previewUrl: String - - """ - Part of the response when [Track Relinking](/documentation/general/guides/track-relinking-guide/) is applied, the original track is not available in the given market, and Spotify did not have any tracks to relink it with. The track response will still contain metadata for the original track, and a restrictions object containing the reason why the track is not available: `"restrictions" : {"reason" : "market"}` - """ - restrictions: [SpotifyTrackRestriction!] - - """ - The number of the track. If an album has several discs, the track number is the number on the specified disc. - """ - trackNumber: Int - - """The object type: “track”.""" - type: String - - """ - The [Spotify URI](/documentation/web-api/#spotify-uris-and-ids) for the track. - """ - uri: String -} - -type SpotifyPublicUser { - """The name displayed on the user’s profile. `null` if not available.""" - displayName: String - - """Known public external URLs for this user.""" - externalUrls: SpotifyExternalUrl - - """Information about the followers of this user.""" - followers: SpotifyFollowers - - """A link to the Web API endpoint for this user.""" - href: String - - """ - The [Spotify user ID](/documentation/web-api/#spotify-uris-and-ids) for this user. - """ - id: String - - """The user’s profile image.""" - images: [SpotifyImage!] - - """The object type: “user”""" - type: String - - """ - The [Spotify URI](/documentation/web-api/#spotify-uris-and-ids) for this user. - """ - uri: String -} - -type SpotifyPlaylist { - """`true` if the owner allows other users to modify the playlist.""" - collaborative: Boolean - - """Known external URLs for this playlist.""" - externalUrls: SpotifyExternalUrl - - """A link to the Web API endpoint providing full details of the playlist.""" - href: String - - """ - The [Spotify ID](/documentation/web-api/#spotify-uris-and-ids) for the playlist. - """ - id: String - - """ - Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See [Working with Playlists](/documentation/general/guides/working-with-playlists/). _Note: If returned, the source URL for the image (`url`) is temporary and will expire in less than a day._ - """ - images: [SpotifyImage!] - - """The name of the playlist.""" - name: String - - """The user who owns the playlist""" - owner: SpotifyPublicUser - - """ - The playlist’s public/private status: `true` the playlist is public, `false` the playlist is private, `null` the playlist status is not relevant. For more about public/private status, see [Working with Playlists](/documentation/general/guides/working-with-playlists/) - """ - public: Boolean - - """ - The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version - """ - snapshotId: String - - """The object type: “playlist”""" - type: String - - """ - The [Spotify URI](/documentation/web-api/#spotify-uris-and-ids) for the playlist. - """ - uri: String - tracks: [SpotifyTrack!] -} - -type SpotifyImage { - """The image height in pixels. If unknown: `null` or not returned.""" - height: Int - - """The source URL of the image.""" - url: String - - """The image width in pixels. If unknown: `null` or not returned.""" - width: Int -} - -type SpotifyFollowers { - """ - A link to the Web API endpoint providing full details of the followers; `null` if not available. - """ - href: String - - """The total number of followers.""" - total: Int -} - -type SpotifyExternalUrl { - """The Spotify URL for the object.""" - spotify: String -} - -type SpotifyCurrentUserProfile { - """ - The user’s date-of-birth. _This field is only available when the current user has granted access to the [user-read-birthdate](/documentation/general/guides/authorization-guide/#list-of-scopes) scope._ - """ - birthdate: String - - """ - The country of the user, as set in the user’s account profile. An [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). _This field is only available when the current user has granted access to the [user-read-private](/documentation/general/guides/authorization-guide/#list-of-scopes) scope._ - """ - country: String - - """The name displayed on the user’s profile. `null` if not available.""" - displayName: String - - """ - The user’s email address, as entered by the user when creating their account. _**Important!** This email address is unverified; there is no proof that it actually belongs to the user._ _This field is only available when the current user has granted access to the [user-read-email](/documentation/general/guides/authorization-guide/#list-of-scopes) scope._ - """ - email: String - - """Known external URLs for this user.""" - externalUrls: SpotifyExternalUrl - - """Information about the followers of the user.""" - followers: SpotifyFollowers - - """A link to the Web API endpoint for this user.""" - href: String - - """ - The [Spotify user ID](/documentation/web-api/#spotify-uris-and-ids) for the user. - """ - id: String - - """The user’s profile image.""" - images: [SpotifyImage!] - - """ - The user’s Spotify subscription level: “premium”, “free”, etc. (The subscription level “open” can be considered the same as “free”.) _This field is only available when the current user has granted access to the [user-read-private](/documentation/general/guides/authorization-guide/#list-of-scopes) scope._ - """ - product: String - - """The object type: “user”""" - type: String - - """ - The [Spotify URI](/documentation/web-api/#spotify-uris-and-ids) for the user. - """ - uri: String - playlists(limit: Int): [SpotifyPlaylist!] - player( - """ - [Get information about the user’s current playback state, including track, track progress, and active device.](https://developer.spotify.com/documentation/web-api/reference/player/get-information-about-the-users-current-playback/)\n - """ - market: String - ): SpotifyPlayer -} - -"""A Slack user""" -type SlackUser { - """The Slack user's ID""" - id: String! - - """The Slack user's chosen display name""" - displayName: String - - """The Slack user's email""" - email: String -} - -"""A OneGraph me TwitchTv user""" -type TwitchTvUser { - """The TwitchTv user's ID""" - id: String! - - """The TwitchTv user's bio""" - bio: String - - """The TwitchTv user's display name""" - displayName: String - - """The TwitchTv user's email""" - email: String - - """Whether TwitchTv has verified this user's email""" - emailVerified: Boolean - - """The logo or avatar for this TwitchTv user""" - logo: String - - """The TwitchTv user's name""" - name: String - - """Whether this user has partnered with Twitch""" - partnered: Boolean - - """Whether this user has connected Twitter to their TwitchTv account""" - twitterConnected: Boolean - - """The type of this TwitchTv user""" - type: String -} - -"""List of Trello organizations, with metadata field for pagination""" -type TrelloOrganizationsConnection { - """List of Trello organizations""" - nodes: [TrelloOrganization!]! - - """Total number of Trello organizations""" - totalCount: Int! -} - -"""""" -type TrelloEnterpriseUserTypes { - """""" - all: Int - - """""" - member: Int - - """""" - collaborator: Int - - """""" - saml: Int - - """""" - none: Int -} - -"""""" -type TrelloEnterprisePrefsSignup { - """""" - message: String - - """""" - confirmation: String - - """""" - banner: String - - """""" - bannerHtml: String - - """""" - confirmationHtml: String - - """""" - messageHtml: String -} - -"""""" -type TrelloEnterprisePrefs { - """""" - ssoOnly: Boolean - - """""" - signup: TrelloEnterprisePrefsSignup - - """""" - mandatoryTranferDate: String - - """""" - maxMembers: Int -} - -"""""" -type TrelloEnterprise { - """The id of the enterprise.""" - id: String - - """Short-form name of the enterprise. Example: test_enterprise.""" - name: String - - """ - Long-form name of the enterprise used when displaying the full name of the enterprise. Example: Trello's Enterprise - """ - displayName: String - - """ - JSON Object containing information about the preferences set within the enterprise. Example: - - { - "ssoOnly": false, - "signup": { - "message": "😁 Howdy, friends.", - "confirmation": "We're confirming that you are a 💫.", - "banner": "Banner Text!", - "bannerHtml": "<p>Banner Text!</p>\n", - "confirmationHtml": "<p>We're confirming that you are a 💫.</p>\n", - "messageHtml": "<p>😁 Howdy, friends.</p>\n" - }, - "mandatoryTransferDate": null, - "maxMembers": null - } - """ - prefs: TrelloEnterprisePrefs - - """Determines whether SSO successfully activated.""" - ssoActivationFailed: Boolean - - """Array of Member ids that are admins of the enterprise.""" - idAdmins: [String!] - - """Array of Member ids that belong to the enterprise.""" - idMembers: [String!] - - """Array of Organization ids that belong to the enterprise.""" - idOrganizations: [String!] - - """ - Object containing keys for every member type (all, member, collaborator, saml, none) and values representing the count of each type of member. - - For example: - - { - "all": 6, - "member": 5, - "collaborator": 0, - "saml": 0, - "none": 1 - } - """ - userTypes: TrelloEnterpriseUserTypes - members: [TrelloMember!] - admins: [TrelloMember!] -} - -"""""" -type TrelloEnterpriseMembership { - """""" - enterprise: TrelloEnterprise - - """""" - displayName: String - - """""" - userType: String -} - -""" -List of Trello enterpriseMemberships, with metadata field for pagination -""" -type TrelloEnterpriseMembershipsConnection { - """List of Trello enterpriseMemberships""" - nodes: [TrelloEnterpriseMembership!]! - - """Total number of Trello enterpriseMemberships""" - totalCount: Int! -} - -"""List of Trello cards, with metadata field for pagination""" -type TrelloCardsConnection { - """List of Trello cards""" - nodes: [TrelloCard!]! - - """Total number of Trello cards""" - totalCount: Int! -} - -"""""" -type TrelloEmojiSkinVariation { - """""" - unified: String - - """""" - native: String - - """""" - sheetX: Int - - """""" - sheetY: Int -} - -"""""" -type TrelloEmojiSkinVariations { - """Light Skin Tone""" - light: TrelloEmojiSkinVariation - - """Medium-Light Skin Tone""" - mediumLight: TrelloEmojiSkinVariation - - """Medium Skin Tone""" - medium: TrelloEmojiSkinVariation - - """Medium-Dark Skin Tone""" - mediumDark: TrelloEmojiSkinVariation - - """Dark Skin Tone""" - dark: TrelloEmojiSkinVariation -} - -"""Available emojis.""" -type TrelloEmoji { - """""" - unified: String - - """""" - name: String - - """""" - native: String - - """""" - shortName: String - - """""" - shortNames: [String!] - - """""" - text: String - - """""" - texts: [String!] - - """""" - category: String - - """""" - sheetX: Int - - """""" - sheetY: Int - - """""" - skinVariations: TrelloEmojiSkinVariations - - """""" - tts: String - - """""" - keywords: [String!] -} - -"""""" -type TrelloReaction { - """""" - id: String - - """""" - member: TrelloMember - - """""" - idMember: String - - """""" - idModel: String - - """""" - idEmoji: String - - """""" - emoji: TrelloEmoji -} - -"""List of Trello reactions, with metadata field for pagination""" -type TrelloReactionsConnection { - """List of Trello reactions""" - nodes: [TrelloReaction!]! - - """Total number of Trello reactions""" - totalCount: Int! -} - -"""Previous data about the action""" -type TrelloActionDataOld { - """Previous name.""" - name: String - - """Previous position.""" - pos: Int - - """Previous closed state.""" - closed: Boolean - - """Previous list id.""" - idList: String - - """Previous description.""" - desc: String -} - -"""Relevant information regarding the action""" -type TrelloActionData { - """The Trello list attached to the action.""" - list: TrelloList - - """The source Trello list for the action.""" - listBefore: TrelloList - - """The destincation Trello list for the action.""" - listAfter: TrelloList - - """The Trello board attached to the action.""" - board: TrelloBoard - - """The Trello card attached to the action.""" - card: TrelloCard - - """The Trello organization attached to the action.""" - organization: TrelloOrganization - - """Text for a comment""" - text: String - - """Fields that changed""" - old: TrelloActionDataOld -} - -"""Filters for boards query.""" -enum TrelloBoardFilterEnumArg { - """Returns all boards that have been closed.""" - CLOSED - - """Returns all boards that have visibility set to Private.""" - MEMBERS - - """Returns all boards that are open.""" - OPEN - - """Returns all boards that have visibility set to Team.""" - ORGANIZATION - - """Returns all boards that have visibility set to Public.""" - PUBLIC - - """Returns all boards that have been starred.""" - STARRED -} - -"""List of Trello boards, with metadata field for pagination""" -type TrelloBoardsConnection { - """List of Trello boards""" - nodes: [TrelloBoard!]! - - """Total number of Trello boards""" - totalCount: Int! -} - -"""""" -type TrelloOrganizationPrefsBoardVisibility { - """""" - private: String - - """""" - org: String - - """""" - public: String -} - -"""""" -type TrelloOrganizationPrefs { - """""" - permissionLevel: String - - """""" - externalMembersDisabled: Boolean - - """""" - associatedDomain: String - - """""" - googleAppsVersion: Int - - """""" - boardVisibilityRestrict: TrelloOrganizationPrefsBoardVisibility -} - -"""""" -type TrelloOrganization { - """The id of the organization""" - id: String - - """""" - billableMemberCount: Int - - """The description for the team""" - desc: String - - """ - If there are custom emoji in the desc this will contain information about them. - """ - descData: JSON - - """The name for the team. For example: Trello Inc""" - displayName: String - - """An array of board ids that are in the team""" - idBoards: [String!] - - """""" - invited: Boolean - - """""" - logoHash: String - - """""" - memberships: [TrelloMembership!] - - """The programmatic name for the team. For example: trelloinc""" - name: String - - """""" - powerUps: [Int!] - - """The preferences (settings) for the team""" - prefs: TrelloOrganizationPrefs - - """""" - premiumFeatures: [String!] - - """""" - products: [Int!] - - """The URL to the team page on Trello""" - url: String - - """""" - website: String - actions: TrelloActionsConnection - boards( - """ - Filter boards. Add multiple filters to include boards that pass any of the fitlers - """ - filters: [TrelloBoardFilterEnumArg!] - ): TrelloBoardsConnection - members: [TrelloMember!] -} - -"""""" -type TrelloChecklistCheckItem { - """""" - state: String - - """""" - checklist: TrelloChecklist - - """""" - idChecklist: String - - """""" - id: String - - """""" - name: String - - """""" - pos: Int -} - -"""Cards can have zero or more checklists on them.""" -type TrelloChecklist { - """The id of the checklist""" - id: String - - """The board the checklist is on""" - board: TrelloBoard - - """The id of the board the checklist is on""" - idBoard: String - - """The card the checklist is on""" - card: TrelloCard - - """The id of the card the checklist is on""" - idCard: String - - """The name of the checklist""" - name: String - - """ - The position of the checklist on the card (relative to any other checklists on the card) - """ - pos: Int - - """""" - checkItems: [TrelloChecklistCheckItem!] -} - -"""Scaled images for a sticker.""" -type TrelloImageScaled { - """""" - width: Int - - """""" - height: Int - - """""" - url: String - - """""" - scaled: Boolean - - """""" - id: String -} - -"""Sticker on a card.""" -type TrelloSticker { - """""" - id: String - - """""" - top: Float - - """""" - left: Float - - """""" - zIndex: Int - - """""" - rotate: Int - - """""" - image: String - - """""" - imageUrl: String - - """""" - imageScaled: [TrelloImageScaled!] -} - -"""List of Trello stickers, with metadata field for pagination""" -type TrelloStickersConnection { - """List of Trello stickers""" - nodes: [TrelloSticker!]! - - """Total number of Trello stickers""" - totalCount: Int! -} - -"""List of Trello members, with metadata field for pagination""" -type TrelloMembersConnection { - """List of Trello members""" - nodes: [TrelloMember!]! - - """Total number of Trello members""" - totalCount: Int! -} - -type TrelloCardAttachmentPreview { - """""" - bytes: Int - - """""" - url: String - - """""" - height: Int - - """""" - width: Int - - """""" - id: String - - """""" - scaled: Boolean -} - -"""Attachment on a card""" -type TrelloCardAttachment { - """""" - id: String - - """""" - bytes: Int - - """""" - date: String - - """""" - edgeColor: String - - """""" - idMember: String - - """""" - isUpload: Boolean - - """""" - mimeType: String - - """""" - name: String - - """""" - previews: [TrelloCardAttachmentPreview!] - - """""" - url: String - - """""" - pos: Int -} - -"""""" -type TrelloCheckItemState { - """""" - idCheckItem: String - - """""" - state: String -} - -""" -Pieces of information about the card that are displayed on the front of the card. -""" -type TrelloCardBadges { - """""" - votes: Int - - """""" - viewingMemberVoted: Boolean - - """""" - subscribed: Boolean - - """""" - fogbugz: String - - """""" - checkItems: Int - - """""" - checkItemsChecked: Int - - """""" - comments: Int - - """""" - attachments: Int - - """""" - description: Boolean - - """""" - dueComplete: Boolean -} - -"""Lists in Trello contain cards. A card belongs to exactly one list.""" -type TrelloCard { - """The id of the card""" - id: String - - """ - Pieces of information about the card that are displayed on the front of the card. - - "badges": { - "votes": 0, - "viewingMemberVoted": false, - "subscribed": true, - "fogbugz": "", - "checkItems": 0, - "checkItemsChecked": 0, - "comments": 1, - "attachments": 2, - "description": true, - "due": null, - "dueComplete": false - } - """ - badges: TrelloCardBadges - - """""" - checkItemStates: [TrelloCheckItemState!] - - """ - Whether the card is closed (archived). Note: Archived lists and boards do not cascade archives to cards. A card can have closed: false but be on an archived board. - """ - closed: Boolean - - """ - The datetime of the last activity on the card. - - Note: There are activities that update dateLastActivity that do not create a corresponding action. For instance, updating the name field of a checklist item on a card does not create an action but does update the card and board's dateLastActivity value. - """ - dateLastActivity: String - - """The description for the card. Up to 16384 chars.""" - desc: String - - """ - If the description has custom emoji, this field will provide the data necessary to display them. - - "descData": { - "emoji": { - "morty": "https://trello-emoji.s3.amazonaws.com/556c8537a1928ba745504dd8/f40ea4f5ecea8443875c27986760d8b3/tumblr_nszc7944yh1uccyhso1_1280.png" - } - } - """ - descData: JSON - - """The due date on the card, if one exists""" - due: String - - """Whether the due date has been marked complete""" - dueComplete: Boolean - - """The id of the attachment selected as the cover image, if one exists""" - idAttachmentCover: String - - """Board the card is on.""" - board: TrelloBoard - - """The id of the board the card is on""" - idBoard: String - - """An array of checklist ids that are on this card""" - idChecklists: [String!] - - """An array of label ids that are on this card""" - idLabels: [String!] - - """List the card is on.""" - list: TrelloList - - """The id of the list the card is in""" - idList: String - - """An array of member ids that are on this card""" - idMembers: [String!] - - """An array of member ids who have voted on this card""" - idMembersVoted: [String!] - - """ - Numeric id for the card on this board. Only unique to the board, and subject to change as the card moves - """ - idShort: Int - - """Array of label objects on this card""" - labels: [String!] - - """ - Whether the card cover image was selected automatically by Trello, or manually by the user - """ - manualCoverAttachment: Boolean - - """Name of the card""" - name: String - - """Position of the card in the list""" - pos: Float - - """The 8 character shortened id for the card""" - shortLink: String - - """URL to the card without the name slug""" - shortUrl: String - - """Whether this member is subscribed to the card""" - subscribed: Boolean - - """Full URL to the card, with the name slug""" - url: String - - """Attachments on a card""" - attachments: [TrelloCardAttachment!] - - """Members that voted on the card""" - membersVoted: TrelloMembersConnection - - """Stickers on the card""" - stickers: TrelloStickersConnection - actions: TrelloActionsConnection - checklists: [TrelloChecklist!] - members: [TrelloMember!] -} - -""" -Actions are generated whenever an action occurs in Trello. For instance, when a user deletes a card, a deleteCard action is generated and includes information about the deleted card, the list the card was in, the board the card was on, the user that deleted the card, and the idObject of the action. -""" -type TrelloAction { - """The id of the action""" - id: String - - """The list this action affected.""" - list: TrelloList - - """The board this action affected.""" - board: TrelloBoard - - """The card this action affected.""" - card: TrelloCard - - """The organization this action affected.""" - organization: TrelloOrganization - - """Relevant information regarding the action""" - data: TrelloActionData - - """The member this action affected.""" - member: TrelloMember - - """When the action occured""" - date: String - - """The id of the member who caused the action""" - idMemberCreator: String - - """The type of the action.""" - type: String - - """The member who caused the action""" - memberCreator: TrelloMember - reactions: TrelloReactionsConnection -} - -"""List of Trello actions, with metadata field for pagination""" -type TrelloActionsConnection { - """List of Trello actions""" - nodes: [TrelloAction!]! - - """Total number of Trello actions""" - totalCount: Int! -} - -"""List of Trello lists, with metadata field for pagination""" -type TrelloListsConnection { - """List of Trello lists""" - nodes: [TrelloList!]! - - """Total number of Trello lists""" - totalCount: Int! -} - -"""Membership for a board.""" -type TrelloMembership { - """""" - id: String - - """""" - member: TrelloMember - - """""" - idMember: String - - """""" - memberType: String - - """""" - unconfirmed: Boolean - - """""" - deactivated: Boolean - - """""" - orgMemberType: String -} - -"""List of Trello memberships, with metadata field for pagination""" -type TrelloMembershipsConnection { - """List of Trello memberships""" - nodes: [TrelloMembership!]! - - """Total number of Trello memberships""" - totalCount: Int! -} - -"""""" -type TrelloCustomFieldsOptionValue { - """""" - text: String -} - -""" -Used for Custom Fields of the `list` type. The objects contain data about the options available for the dropdown. -""" -type TrelloCustomFieldsOption { - """""" - id: String - - """""" - customField: TrelloCustomFields - - """""" - idCustomField: String - - """""" - value: TrelloCustomFieldsOptionValue - - """""" - color: String - - """""" - pos: Int -} - -"""An object that contains this custom fields display properties.""" -type TrelloCustomFieldsDisplay { - """""" - cardFront: Boolean -} - -""" -Custom Fields are extra bits of structured data attached to cards when our users need a bit more than what Trello provides. - -To use them users need to enable the Custom Fields Power-Up. -""" -type TrelloCustomFields { - """The id of the Custom Field definition.""" - id: String - - """The board that the Custom Field is defined on.""" - board: TrelloBoard - - """ - The id of the model that the Custom Field is defined on. This should always be an id of a board. - """ - idModel: String - - """ - The type of model that the Custom Field is being defined for. This should always be `board`. - """ - modelType: String - - """ - A hash created from the fields of a Custom Field used to manage Custom Fields and values between boards. For more on its use, check out the [Grouping Custom Fields Across Boards](https://developers.trello.com/v1.0/docs/getting-started-custom-fields#section-grouping-custom-fields-across-boards) section of the Custom Fields guide. - """ - fieldGroup: String - - """ - The name of the Custom Field. This is displayed to the user in the Trello clients. - """ - name: String - - """ - The position of the Custom Field. This will be used to determine the order that Custom Fields should be listed when being shown to the user. - """ - pos: Int - - """An object that contains this custom fields display properties.""" - display: TrelloCustomFieldsDisplay - - """ - An array of objects used for Custom Fields of the list type. The objects contain data about the options available for the dropdown. - """ - options: [TrelloCustomFieldsOption!] - - """""" - type: String -} - -"""List of Trello customFields, with metadata field for pagination""" -type TrelloCustomFieldsConnection { - """List of Trello customFields""" - nodes: [TrelloCustomFields!]! - - """Total number of Trello customFields""" - totalCount: Int! -} - -"""Filter for boards plugins.""" -enum TrelloPluginFilterEnumArg { - ENABLED - AVAILABLE -} - -"""Public listinf of a power-up for a board.""" -type TrelloPluginListing { - """""" - name: String - - """""" - locale: String - - """""" - description: String - - """""" - overview: String -} - -"""Icon for a power-up for a board.""" -type TrelloPluginIcon { - """""" - url: String -} - -"""Power-up for a board.""" -type TrelloPlugin { - """""" - id: String - - """""" - idOrganizationOwner: String - - """""" - author: String - - """""" - capabilities: [String!] - - """""" - categories: [String!] - - """""" - iframeConnectorUrl: String - - """""" - name: String - - """""" - privacyUrl: String - - """""" - public: Boolean - - """""" - supportEmail: String - - """""" - url: String - - """""" - tags: [String!] - - """""" - icon: TrelloPluginIcon - - """""" - listing: TrelloPluginListing -} - -"""List of Trello plugins, with metadata field for pagination""" -type TrelloPluginsConnection { - """List of Trello plugins""" - nodes: [TrelloPlugin!]! - - """Total number of Trello plugins""" - totalCount: Int! -} - -""" -Labels are defined per board, and can be applied to the cards on that board. -""" -type TrelloLabel { - """The id of the label""" - id: String - - """The id of the board the label is on""" - board: TrelloBoard - - """The id of the board the label is on""" - idBoard: String - - """The optional name of the label (0 - 16384 chars)""" - name: String - - """ - The color of the label. One of: - - yellow, purple, blue, red, green, orange, black, sky, pink, lime, null - - (null means no color, and the label will not show on the front of cards) - """ - color: String -} - -"""List of Trello labels, with metadata field for pagination""" -type TrelloLabelsConnection { - """List of Trello labels""" - nodes: [TrelloLabel!]! - - """Total number of Trello labels""" - totalCount: Int! -} - -"""Names for the labels .""" -type TrelloBoardLabelNames { - """""" - black: String - - """""" - blue: String - - """""" - green: String - - """""" - lime: String - - """""" - orange: String - - """""" - pink: String - - """""" - purple: String - - """""" - red: String - - """""" - sky: String - - """""" - yellow: String -} - -"""Preferences for a board.""" -type TrelloBoardPreferences { - """""" - background: String - - """""" - backgroundBottomColor: String - - """""" - backgroundBrightness: String - - """""" - backgroundColor: String - - """""" - backgroundImage: String - - """""" - backgroundImageScaled: String - - """""" - backgroundTile: Boolean - - """""" - backgroundTopColor: String - - """""" - calendarFeedEnabled: Boolean - - """""" - canBeOrg: Boolean - - """""" - canBePrivate: Boolean - - """""" - canBePublic: Boolean - - """""" - canInvite: Boolean - - """""" - cardAging: String - - """""" - cardCovers: Boolean - - """""" - comments: String - - """""" - invitations: String - - """""" - permissionLevel: String - - """""" - selfJoin: Boolean - - """""" - voting: String -} - -"""A Trello board.""" -type TrelloBoard { - """The id of the board""" - id: String - - """The name of the board""" - name: String - - """ - The description of the board. - Deprecated - """ - desc: String - - """ - If the description includes custom emoji, this will contain the data necessary to display them. - """ - descData: String - - """Boolean whether the board has been closed or not.""" - closed: Boolean - - """Mongoid of the organization to which the board belongs.""" - idOrganization: String - - """Boolean whether the board has been pinned or not.""" - pinned: Boolean - - """Persistent URL for the board.""" - url: String - - """URL for the board using only its shortMongoid""" - shortUrl: String - - """Short for "preferences", these are the settings for the board""" - prefs: TrelloBoardPreferences - - """ - Object containing color keys and the label names given for one label of each color on the board. To get a full list of labels on the board see /boards/{id}/labels/. - """ - labelNames: TrelloBoardLabelNames - - """Whether the board has been starred by the current request's user.""" - starred: Boolean - - """Labels for a board""" - labels( - """Number of labels to fetch. Defaults to 50.""" - limit: Int - ): TrelloLabelsConnection - - """Power-ups for a board""" - plugins( - """Get either enabled or available power-ups. Defaults to enabled.""" - filter: TrelloPluginFilterEnumArg - ): TrelloPluginsConnection - - """ - Custom Fields are extra bits of structured data attached to cards when our users need a bit more than what Trello provides. - """ - customFields: TrelloCustomFieldsConnection - - """Membership the member has to the board""" - memberships: TrelloMembershipsConnection - lists: TrelloListsConnection - actions: TrelloActionsConnection - cards: TrelloCardsConnection - checklists: [TrelloChecklist!] - members: [TrelloMember!] -} - -"""List for a board.""" -type TrelloList { - """The id of the list""" - id: String - - """The name of the list""" - name: String - - """Whether the list is closed (archived)""" - closed: Boolean - - """Board the list is on""" - board: TrelloBoard - - """The id of the board the list is on""" - idBoard: String - - """The position of the list on the board""" - pos: Float - - """Whether the member is subscribed to this list""" - subscribed: Boolean - actions: TrelloActionsConnection - cards: TrelloCardsConnection -} - -"""""" -type TrelloNotificationData { - """The Trello list attached to the notification.""" - list: TrelloList - - """The Trello board attached to the notification.""" - board: TrelloBoard - - """The Trello card attached to the notification.""" - card: TrelloCard - - """Member type if this notification was about a member""" - memberType: String - - """Member if this notification was about a member""" - member: TrelloMember - - """""" - idMember: String - - """Organization if this notification was about a organization""" - organization: TrelloOrganization -} - -"""""" -type TrelloNotification { - """The id of the notification""" - id: String - - """Relevant data regarding the notification""" - data: TrelloNotificationData - - """The datetime the notification was triggered""" - date: String - - """The id of the member who triggered the notification""" - memberCreator: TrelloMember - - """The id of the member who triggered the notification""" - idMemberCreator: String - - """The type of the notification""" - type: String - - """Whether the notification hasn't been read yet""" - unread: Boolean - - """The Trello list attached to the notification.""" - list: TrelloList - - """The Trello board attached to the notification.""" - board: TrelloBoard - - """The Trello card attached to the notification.""" - card: TrelloCard - - """Member if this notification was about a member""" - member: TrelloMember - - """Organization if this notification was about an organization""" - organization: TrelloOrganization -} - -"""List of Trello notifications, with metadata field for pagination""" -type TrelloNotificationsConnection { - """List of Trello notifications""" - nodes: [TrelloNotification!]! - - """Total number of Trello notifications""" - totalCount: Int! -} - -scalar JSON - -"""A Trello user.""" -type TrelloMember { - """The id of the member""" - id: String - - """ - Member profile images are hosted at: https://trello-avatars.s3.amazonaws.com/{avatarHash}/{size}.png - - size can be 30, 50, or 170 - """ - avatarHash: String - - """ - The URL of the current avatar being used, regardless of whether it is a gravatar or uploaded avatar. - """ - avatarUrl: String - - """The source of the user's avatar - either via "upload" or "gravatar".""" - avatarSource: String - - """ - Optional bio for the member - - - """ - bio: String - - """ - If the bio includes custom emoji, this object will contain the information necessary to display them. - """ - bioData: JSON - - """Whether the member has confirmed their email address after signing up""" - confirmed: Boolean - - """The primary email address for the member. You can only read your own.""" - email: String - - """The full display name for the member""" - fullName: String - - """ - Same as avatarHash above; member profile images are hosted at: https://trello-avatars.s3.amazonaws.com/{gravatarHash}/{size}.png - - size can be 30, 50, or 170 - string. - """ - gravatarHash: String - - """An array of board ids this member is on""" - idBoards: [String!] - - """An array of organization ids this member is in""" - idOrganizations: [String!] - - """An array of enterprise ids this member is an admin of""" - idEnterprisesAdmin: [String!] - - """""" - idPremOrgsAdmin: [String!] - - """The member's initials, used for display when there isn't an avatar set""" - initials: String - - """ - The types of logins a user - One of: "password", "saml" - """ - loginTypes: [String!] - - """ - One of: "normal", "ghost" - - A ghost is an individual who has been invited to join but has not yet created a Trello account. - """ - memberType: String - - """""" - oneTimeMessagesDismissed: [String!] - - """""" - premiumFeatures: [String!] - - """ - 10 - member has Trello Gold as a result of being in a Business Class team - 37 - member has monthly Trello Gold - 38 - member has annual Trello Gold - """ - products: [Int!] - - """ - Same as avatarHash - member profile images are hosted at: https://trello-avatars.s3.amazonaws.com/{uploadedAvatarHash}/{size}.png - - size can be 30, 50, or 170 - """ - uploadedAvatarHash: String - - """The URL of the uploaded avatar if one has been uploaded.""" - uploadedAvatarUrl: String - - """The URL to the member's profile page""" - url: String - - """The username for the member. What is shown in @mentions for example""" - username: String - notifications: TrelloNotificationsConnection - enterpriseMemberships: TrelloEnterpriseMembershipsConnection - organizations: TrelloOrganizationsConnection - actions: TrelloActionsConnection - boards( - """ - Filter boards. Add multiple filters to include boards that pass any of the fitlers - """ - filters: [TrelloBoardFilterEnumArg!] - ): TrelloBoardsConnection - cards: TrelloCardsConnection -} - -"""A OneGraph me Zeit user""" -type ZeitUser { - """The Zeit user's ID""" - id: String! - - """The Zeit user's email""" - email: String! - - """The Zeit user's name""" - name: String! - - """The Zeit user's username""" - username: String! - - """""" - billingChecked: Boolean! - - """""" - avatar: String -} - -"""Photos for a Salesforce user""" -type SalesforceOAuthUserPhotos { - picture: String - thumbnail: String -} - -"""Address for a Salesforce user""" -type SalesforceOAuthUserAddress { - country: String -} - -"""A OneGraph me Salesforce user""" -type SalesforceOAuthUser { - sub: String! - active: Boolean - address: SalesforceOAuthUserAddress - email: String - email_verified: Boolean - family_name: String - given_name: String - is_app_installed: Boolean - language: String - locale: String - name: String - nickname: String - organization_id: String - photos: SalesforceOAuthUserPhotos - picture: String - preferred_username: String - profile: String - updatedAt: String - user_id: String - user_type: String - utcOffset: Int - zoneinfo: String -} - -"""A OneGraph me Contentful user""" -type ContentfulUser { - """The Contentful user's ID""" - id: String! - - """The Contentful user's firstName""" - firstName: String - - """The Contentful user's lastName""" - lastName: String - - """The Contentful user's avatarUrl""" - avatarUrl: String - - """The Contentful user's email""" - email: String - - """The Contentful user's activated""" - activated: Boolean - - """The Contentful user's signInCount""" - signInCount: Int - - """The Contentful user's confirmed""" - confirmed: Boolean - - """Whether the user has enabled two-factor auth""" - twoFactorAuthEnabled: Boolean - - """The Contentful user's passwordSet""" - passwordSet: Boolean - - """The Contentful user's ssoLoginOnly""" - ssoLoginOnly: Boolean - - """The Contentful user's logAnalyticsFeature""" - logAnalyticsFeature: Boolean - - """The Contentful user's mfaEligible""" - mfaEligible: Boolean - - """The Contentful user's mfaEnabled""" - mfaEnabled: Boolean -} - -"""Enterprise object in Box""" -type BoxEnterprise { - """""" - type: String - - """Unqiue string identifying this enterprise.""" - id: String - - """Name of this enterprise""" - name: String -} - -"""User object in Box""" -type BoxUser { - """""" - type: String - - """Unqiue string identifying this user.""" - id: String - - """Name of this user""" - name: String - - """The email address this user uses to login.""" - login: String - - """The time this user was created.""" - createdAt: String - - """The time this user was last modified.""" - modifiedAt: String - - """The language of this user. (ISO 639-1 Language Code)""" - language: String - - """The timezone of this user. (tz Database timezones)""" - timezone: String - - """The user’s total available space amount in bytes.""" - spaceAmount: Int - - """The amount of space in use by the user.""" - spaceUsed: Int - - """The maximum individual file size in bytes this user can have.""" - maxUploadSize: Int - - """ - Can be active, inactive, cannot_delete_edit, or cannot_delete_edit_upload. - """ - status: String - - """The user’s job title.""" - jobTitle: String - - """The user’s phone number.""" - phone: String - - """The user’s address.""" - address: String - - """URL of this user’s avatar image.""" - avatarUrl: String - - """This user’s enterprise role. Can be admin, coadmin, or user.""" - role: String - - """Whether this user can see other enterprise users in her contact list.""" - canSeeManagedUsers: Boolean - - """Whether or not this user can use Box Sync.""" - isSyncEnabled: Boolean - - """ - Whether this user is allowed to collaborate with users outside her enterprise. - """ - isExternalCollabRestricted: Boolean - - """Whether to exempt this user from Enterprise device limits.""" - isExemptFromDeviceLimits: Boolean - - """Whether or not this user must use two-factor authentication.""" - isExemptFromLoginVerification: Boolean - - """undefined""" - enterprise: BoxEnterprise - - """Tags for all files and folders owned by this user.""" - myTags: [String!] - - """ - The root (protocol, subdomain, domain) of any links that need to be generated for this user - """ - hostname: String -} - -"""A OneGraph me Eggheadio user""" -type EggheadioUser { - """The Eggheadio user's ID""" - id: Int! - - """The Eggheadio user's full name""" - fullName: String - - """The Eggheadio user's email""" - email: String - - """The Eggheadio user's avatarUrl""" - avatarUrl: String - - """The Eggheadio user's lessonsCompleted""" - lessonsCompleted: Int - - """The Eggheadio user's seriesCompleted""" - seriesCompleted: Int - - """The Eggheadio user's isUnverifiedEmail""" - isUnverifiedEmail: Boolean - - """The Eggheadio user's optedOut""" - optedOut: Boolean - - """The Eggheadio user's isPro""" - isPro: Boolean! - - """The Eggheadio user's isInstructor""" - isInstructor: Boolean! - - """The Eggheadio user's isCancelled""" - isCancelled: Boolean - - """The Eggheadio user's isCommunityMember""" - isCommunityMember: Boolean - - """The Eggheadio user's lastLessonCompletedAt""" - lastLessonCompletedAt: String -} - -""" -Representations for a person's name to assist with internationalization. -""" -type DropboxUserName { - """Also known as a first name.""" - givenName: String - - """Also known as a last name or family name.""" - surname: String - - """ - Locale-dependent name. In the US, a person's familiar name is their given_name, but elsewhere, it could be any combination of a person's given_name and surname. - """ - familiarName: String - - """ - A name that can be used directly to represent the name of a user's Dropbox account. - """ - displayName: String - - """ - An abbreviated form of the person's name. Their initials in most locales. - """ - abbreviatedName: String -} - -"""A user's account information""" -type DropboxAccount { - """The user's unique Dropbox ID.""" - accountId: String - - """Details of a user's name.""" - name: DropboxUserName - - """ - The user's e-mail address. Do not rely on this without checking the email_verified field. Even then, it's possible that the user has since lost access to their e-mail. - """ - email: String - - """Whether the user has verified their e-mail address.""" - emailVerified: Boolean - - """Whether the user has been disabled.""" - disabled: Boolean - - """ - Whether this user is a teammate of the current user. If this account is the current user's account, then this will be true. - """ - isTeammate: Boolean - - """ - URL for the photo representing the user, if one is set. This field is optional. - """ - profilePhotoUrl: String - - """ - The user's unique team member id. This field will only be present if the user is part of a team and is_teammate is true. This field is optional. - """ - teamMemberId: String -} - -type DribbbleTeam { - """The team's unique Dribbble ID.""" - id: Int - - """The team's Dribbble name""" - name: String - - """""" - login: String - - """The public link for this team""" - htmlUrl: String - - """""" - avatarUrl: String - - """""" - bio: String - - """""" - list: DribbbleLink - - """""" - type: String - - """""" - createdAt: String - - """""" - updatedAt: String -} - -type DribbbleLink { - """The user's web link.""" - web: String - - """The user's twitter link.""" - twitter: String -} - -type DribbbleUser { - """The user's unique Dribbble ID.""" - id: Int - - """""" - name: String - - """""" - login: String - - """""" - htmlUrl: String - - """""" - avatarUrl: String - - """""" - bio: String - - """""" - location: String - - """""" - links: DribbbleLink - - """""" - canUploadShot: Boolean - - """""" - pro: Boolean - - """""" - followersCount: Int - - """""" - createdAt: String - - """""" - type: String - - """""" - teams: [DribbbleTeam!] -} - -type DevToWebhook { - """""" - typeOf: String - - """""" - id: Int - - """ - The name of the requester, eg. "DEV" - """ - source: String! - - """The URL where the webhook will be delivered. Must be a `https` url.""" - targetUrl: String - - """ - An array of events identifiers, e.g. `"article_created"`, `"article_updated"` - """ - events: [String] - - """""" - createdAt: String - - """The user who created this webhook""" - user: DevToArticleUser -} - -enum DevToArticlePublishStatusEnum { - PUBLISHED - UNPUBLISHED - ALL -} - -"""An edge in a connection.""" -type DevToMeArticlesEdge { - """The item at the end of the edge""" - node: DevToMeArticle! -} - -type DevToArticleFlareTag { - """""" - name: String - - """Background color (hexadecimal)""" - bgColorHex: String - - """Text color (hexadecimal)""" - textColorHex: String -} - -type DevToArticleOrganization { - """""" - name: String - - """""" - username: String - - """""" - slug: String - - """Profile image (640x640)""" - profileImage: String - - """Profile image (90x90)""" - profileImage90: String -} - -type DevToArticleUser { - """""" - name: String - - """""" - username: String - - """""" - twitterUsername: String - - """""" - githubUsername: String - - """""" - websiteUrl: String - - """Profile image (640x640)""" - profileImage: String - - """Profile image (90x90)""" - profileImage90: String -} - -"""Articles created by the currently authenticated user""" -type DevToMeArticle { - """""" - typeOf: String - - """""" - id: Int - - """""" - title: String - - """""" - description: String - - """""" - coverImage: String - - """""" - published: Boolean - - """""" - publishedAt: String - - """""" - tagList: [String] - - """""" - slug: String - - """""" - path: String - - """""" - url: String - - """""" - canonicalUrl: String - - """""" - commentsCount: Int - - """""" - positiveReactionsCount: Int - - """""" - pageViewsCount: Int - - """Crossposting or published date time""" - publishedTimestamp: String - - """""" - user: DevToArticleUser - - """""" - organization: DevToArticleOrganization - - """""" - flareTag: DevToArticleFlareTag - - """The body content as the original markdown""" - bodyMarkdown: String - - """The body content as the rendered html""" - bodyHtml: String - - """Keywords this article has been tagged with""" - tags: [String!] -} - -"""MeArticles on DevTo""" -type DevToMeArticlessConnection { - """MeArticles""" - nodes: [DevToMeArticle!]! - - """A list of edges""" - edges: [DevToMeArticlesEdge!]! -} - -type devTo { - """ - A placeholder field to tell whether a user is currently logged into DEV (either by api-key or OAuth2 client) until DEV has an endpoint dedicated to user information - """ - isLoggedIn: Boolean! - - """ - This endpoint allows the client to retrieve a list of published articles on - behalf of an authenticated user. - - "Articles" are all the posts that users create on DEV that typically show up in - the feed. They can be a blog post, a discussion question, a help thread etc. but - is referred to as article within the code. - - Published articles will be in reverse chronological publication order. - - It will return published articles with pagination. By default a page will - contain `30` articles. - """ - articles(publishStatus: DevToArticlePublishStatusEnum): DevToMeArticlessConnection - - """ - Retrieve a list of webhooks they have previously registered. - - "Webhooks" are used to register HTTP endpoints that will be called once a relevant event is triggered inside the web application, events like article_created, article_updated. - - It will return all webhooks, without pagination. - """ - webhooks: [DevToWebhook!] -} - -"""Information about a service.""" -type OneGraphServiceMetadata { - service: OneGraphServiceEnum! - friendlyServiceName: String! - isLoggedIn: Boolean! - foreignUserId: String - - """ - Bearer token that can be used to query the underlying API directly. This field will always be null unless the OneGraph App has enabled sharing tokens for its custom OAuth client. - """ - bearerToken: String -} - -"""Information about OneGraph services""" -type OneGraphServicesMetadata { - loggedInServices: [OneGraphServiceMetadata!]! - box: OneGraphServiceMetadata! - devTo: OneGraphServiceMetadata! - dribbble: OneGraphServiceMetadata! - dropbox: OneGraphServiceMetadata! - contentful: OneGraphServiceMetadata! - eggheadio: OneGraphServiceMetadata! - eventil: OneGraphServiceMetadata! - facebookBusiness: OneGraphServiceMetadata! - gitHub: OneGraphServiceMetadata! - gmail: OneGraphServiceMetadata! - google: OneGraphServiceMetadata! - googleAnalytics: OneGraphServiceMetadata! - googleCalendar: OneGraphServiceMetadata! - googleCompute: OneGraphServiceMetadata! - googleDocs: OneGraphServiceMetadata! - googleTranslate: OneGraphServiceMetadata! - hubspot: OneGraphServiceMetadata! - intercom: OneGraphServiceMetadata! - mailchimp: OneGraphServiceMetadata! - meetup: OneGraphServiceMetadata! - netlify: OneGraphServiceMetadata! - productHunt: OneGraphServiceMetadata! - quickbooks: OneGraphServiceMetadata! - salesforce: OneGraphServiceMetadata! - slack: OneGraphServiceMetadata! - spotify: OneGraphServiceMetadata! - stripe: OneGraphServiceMetadata! - trello: OneGraphServiceMetadata! - twilio: OneGraphServiceMetadata! - twitter: OneGraphServiceMetadata! - twitchTv: OneGraphServiceMetadata! - youTube: OneGraphServiceMetadata! - zeit: OneGraphServiceMetadata! - zendesk: OneGraphServiceMetadata! - airtable: OneGraphServiceMetadata! - brex: OneGraphServiceMetadata! - bundlephobia: OneGraphServiceMetadata! - crunchbase: OneGraphServiceMetadata! - clearbit: OneGraphServiceMetadata! - cloudflare: OneGraphServiceMetadata! - fedex: OneGraphServiceMetadata! - googleMaps: OneGraphServiceMetadata! - immigrationGraph: OneGraphServiceMetadata! - ups: OneGraphServiceMetadata! - usps: OneGraphServiceMetadata! - npm: OneGraphServiceMetadata! - logdna: OneGraphServiceMetadata! - mixpanel: OneGraphServiceMetadata! - onegraph: OneGraphServiceMetadata! - facebook: OneGraphServiceMetadata! @deprecated(reason: "Use facebookBusiness.") -} - -"""Custom data for a OneGraph user auth.""" -type OneGraphUserAuthCustomDataForOneGraph { - """AppId that the tokens applies to.""" - appId: String -} - -"""Service-specific data for a user auth.""" -union OneGraphUserAuthCustomData = OneGraphUserAuthCustomDataForOneGraph - -"""Services supported by OneGraph.""" -enum OneGraphServiceEnum { - BOX - DEV_TO - DRIBBBLE - DROPBOX - CONTENTFUL - EGGHEADIO - EVENTIL - FACEBOOK - GITHUB - GMAIL - GOOGLE - GOOGLE_ANALYTICS - GOOGLE_CALENDAR - GOOGLE_COMPUTE - GOOGLE_DOCS - GOOGLE_TRANSLATE - HUBSPOT - INTERCOM - MAILCHIMP - MEETUP - NETLIFY - PRODUCT_HUNT - QUICKBOOKS - SALESFORCE - SLACK - SPOTIFY - STRIPE - TRELLO - TWILIO - TWITTER - TWITCH_TV - YOUTUBE - ZEIT - ZENDESK - AIRTABLE - BREX - BUNDLEPHOBIA - CRUNCHBASE - CLEARBIT - CLOUDFLARE - FEDEX - GOOGLE_MAPS - IMMIGRATION_GRAPH - UPS - USPS - NPM - LOGDNA - MIXPANEL - ONEGRAPH -} - -"""A user auth associated with an access token""" -type OneGraphUserAuth { - """Service that the auth belongs to.""" - service: OneGraphServiceEnum! - - """Unique id for the logged-in entity on the service.""" - foreignUserId: String! - - """Scopes granted for the service.""" - scopes: [String!] - - """Service-specific data for the user auth""" - customData: OneGraphUserAuthCustomData -} - -"""A OneGraph Access Token""" -type OneGraphAccessToken { - """Bearer token""" - token: String! - - """ - Time that the the token expires, measured in seconds since the Unix epoch - """ - expireDate: Int! - - """Token name, if it is a personal access token""" - name: String - - """AppId that the token belongs to""" - appId: String! - - """User auths for the access token""" - userAuths: [OneGraphUserAuth!]! -} - -"""The settings for a OneGraph User""" -type OneGraphUserSettings { - """The tours completed by this OneGraph user""" - completedTours: [String!]! -} - -"""A OneGraph User""" -type OneGraphUser { - """The id of the OneGraph User""" - id: String! - - """Whether this OneGraph user has confirmed their account""" - confirmed: Boolean! - - """The primary email of the currently logged-in OneGraph user""" - email: String! - - """The full name of the currently logged-in OneGraph user""" - fullName: String! - - """ - The date at which this user agreed to the OneGraph terms of service at https://www.onegraph.com/terms-and-conditions - """ - agreedToTosAt: Int - - """The settings of the currently logged-in OneGraph user""" - settings: OneGraphUserSettings! - - """User hash for securely identifying a user with Intercom""" - intercomUserHash: String! - - """Personal access tokens""" - personalTokens: [OneGraphAccessToken!] - - """ - The gitHub databaseId if this OneGraph User has associated their account with a GitHub account - """ - gitHubUserId: String -} - -"""Currently authed Stripe account""" -type StripeAccount { - """""" - object: String! - - """""" - payoutsEnabled: Boolean! - - """""" - country: String! - - """""" - timezone: String - - """""" - businessLogo: String - - """""" - businessName: String - - """""" - supportPhone: String - - """""" - supportEmail: String - - """""" - id: String! - - """""" - email: String - - """""" - displayName: String - - """""" - defaultCurrency: String! - - """""" - detailsSubmitted: Boolean! - - """""" - statementDescriptor: String - - """""" - type: String! - - """""" - chargesEnabled: Boolean! - - """""" - businessUrl: String -} - -"""Currently authed user""" -type Viewer { - stripe: StripeAccount - - """Currently logged in oneUser""" - oneGraph: OneGraphUser - - """Metadata and logged-in state for all OneGraph services""" - serviceMetadata: OneGraphServicesMetadata! - devTo: devTo @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - dribbble: DribbbleUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - dropbox: DropboxAccount @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - eggheadio: EggheadioUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - box: BoxUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - contentful: ContentfulUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - salesforce: SalesforceOAuthUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - zeit: ZeitUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - trello: TrelloMember @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - twitchTv: TwitchTvUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - slack: SlackUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - spotify: SpotifyCurrentUserProfile @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - google: GoogleUser - googleCalendar: GoogleUser - googleCompute: GoogleUser - googleDocs: GoogleUser - googleTranslate: GoogleUser - github: GitHubUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - gmail: GoogleUser - eventil: OneGraphMeEventilUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - hubspot: HubspotOAuthUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - intercom: IntercomAdmin - netlify: NetlifyUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - twilio: TwilioUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - zendesk: ZendeskUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - twitter: TwitterUser @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - youTube: GoogleUser -} - -type Query { - me( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): Viewer! - - """The root for Airtable queries""" - airtable( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): AirtableQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Box queries""" - box( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): BoxQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Bundlephobia queries""" - bundlephobia( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): BundlephobiaQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Clearbit queries""" - clearbit( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): Clearbit! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Cloudflare queries""" - cloudflare( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): CloudflareQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Contentful queries""" - contentful( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): ContentfulQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Dev.to queries""" - devTo( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): DevToQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Dribbble queries""" - dribbble( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): DribbbleQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Dropbox queries""" - dropbox( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): DropboxQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Egghead.io queries""" - eggheadio( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): EggheadioQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Facebook queries""" - facebookBusiness( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): FacebookBusinessQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Fedex queries""" - fedex( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): FedexQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Google queries""" - google( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): GoogleServices! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Hubspot queries""" - hubspot( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): HubspotQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Intercom queries""" - intercom( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): IntercomQuery! - - """The root for LogDNA queries""" - logdna( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): LogdnaQuery! - - """The root for Mailchimp queries""" - mailchimp( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): MailchimpQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Meetup queries""" - meetup( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): MeetupQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Mixpanel queries""" - mixpanel( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): MixpanelQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Netlify queries""" - netlify( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): NetlifyQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Npm queries""" - npm( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): NpmQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Salesforce queries""" - salesforce( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): SalesforceQuery! - - """The root for Slack queries""" - slack( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): Slack! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Spotify queries""" - spotify( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): SpotifyQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Stripe queries""" - stripe( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): StripeQuery! - - """The root for Trello queries""" - trello( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): TrelloQuery! - - """The root for Twilio queries""" - twilio( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): TwilioQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Twitch queries""" - twitchTv( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): TwitchTvQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Twitter queries""" - twitter( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): Twitter! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for UPS queries""" - ups( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): UpsQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for USPS queries""" - usps( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): USPSQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for YouTube queries""" - youTube( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): YouTubeQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Zeit queries""" - zeit( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): ZeitQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - - """The root for Zendesk queries""" - zendesk( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): ZendeskQuery! - quickbooks( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): QuickbooksQuery - immigrationGraph( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): ImmigrationGraphQuery - crunchbase( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): CrunchbaseQuery - brex( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): BrexRootQueryType - gitHub( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): GitHubQuery - productHunt( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): ProductHuntQuery - eventil( - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): EventilQuery - oneGraph: OneGraphServiceQuery! - - """Fetches an object given its globally unique `oneGraphId`.""" - oneGraphNode( - """The globally unique `oneGraphId`.""" - oneGraphId: ID! - ): OneGraphNode - rss: RssQuery! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - youTubeVideo(id: String!): YoutubeVideo @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - youTubeSearch( - cursor: String - pageToken: String - maxResults: Int! - order: String - - """ - The q parameter specifies the query term to search for. - Your request can also use the Boolean NOT (-) and OR (|) operators to exclude videos or to find videos that are associated with one of several search terms. For example, to search for videos matching either "boating" or "sailing", set the q parameter value to boating|sailing. Similarly, to search for videos matching either "boating" or "sailing" but not "fishing", set the q parameter value to boating|sailing -fishing - """ - q: String! - ): YoutubeVideoSearchResult @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") - descuri(url: String!): Descuri - emailNode( - """Email address used to look up nodes.""" - email: String! - - """ - Instruct OneGraph to use the auth associated with a particular user. - - Note that the user must have gone through the OneGraph oauth flow and logged in with an account with the userId provided in the auth. If there is no user with the account, you may get an auth/auth-missing error. - - The userIds for logged-in services can be found under `me.serviceMetadata.loggedInServices.foreignUserId`. - """ - userIds: OneGraphServiceUserIds - - """Optional OAuth tokens used to execute the query""" - auths: OneGraphServiceAuths - ): OneGraphEmailNode! @deprecated(reason: "Beta: this field is still in beta while we work out the kinks.") -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SchemaMedium.graphql b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SchemaMedium.graphql deleted file mode 100644 index 1c06e168b02..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SchemaMedium.graphql +++ /dev/null @@ -1,564 +0,0 @@ -# from https://gist.github.com/rocketraman/065a4a523a094e4e2c0438f4f304c5db -schema { - query: Object49 - mutation: Object8 -} - -interface Interface1 { - field3: Enum1! -} - -interface Interface2 { - field10: String - field11: String - field12: String! - field13: String! - field8: String - field9: String -} - -interface Interface3 { - field14: Scalar2! -} - -interface Interface4 { - field16: [Interface3!]! -} - -interface Interface5 { - field31: String! - field32: String! -} - -union Union1 = Object14 | Object15 - -union Union10 = Object15 | Object47 | Object48 - -union Union2 = Object16 | Object17 - -union Union3 = Object15 | Object19 | Object20 - -union Union4 = Object21 | Object22 | Object23 | Object24 | Object25 - -union Union5 = Object15 | Object22 | Object23 | Object26 | Object27 - -union Union6 = Object15 | Object22 | Object23 | Object28 - -union Union7 = Object15 | Object22 | Object23 | Object29 - -union Union8 = Object44 - -union Union9 = Object15 | Object45 | Object46 - -type Object1 { - field1: Int! - field2: [Scalar1!]! -} - -type Object10 { - field20: Scalar3! - field21: Boolean! -} - -type Object11 { - field24: Object12! - field26(argument5: InputObject2!): Interface1! -} - -type Object12 { - field25: Scalar1! -} - -type Object13 { - field28: Scalar1 - field29(argument7: InputObject3!): Union1! - field34(argument8: InputObject5!): Union2! -} - -type Object14 { - field30: Scalar1! -} - -type Object15 implements Interface5 { - field31: String! - field32: String! - field33: Enum3 -} - -type Object16 { - field35: Scalar1! - field36: Scalar1! -} - -type Object17 implements Interface5 { - field31: String! - field32: String! -} - -type Object18 { - field38(argument11: InputObject7!): Union3! - field40(argument12: InputObject6!, argument13: InputObject8!): Union4! - field44: Union5! - field46: Union6! - field48(argument14: InputObject9!): Union7! -} - -type Object19 { - field39: Scalar1! -} - -type Object2 implements Interface1 { - field3: Enum1! - field4: Object1! - field5: Object3! -} - -type Object20 implements Interface5 { - field31: String! - field32: String! -} - -type Object21 implements Interface5 { - field31: String! - field32: String! -} - -type Object22 implements Interface5 { - field31: String! - field32: String! -} - -type Object23 implements Interface5 { - field31: String! - field32: String! - field41: Enum5! - field42: Enum5! -} - -type Object24 implements Interface5 { - field31: String! - field32: String! -} - -type Object25 { - field43: Scalar1! -} - -type Object26 { - field45: Scalar1! -} - -type Object27 implements Interface5 { - field31: String! - field32: String! -} - -type Object28 { - field47: Scalar1! -} - -type Object29 { - field49: Scalar1! -} - -type Object3 { - field6: Int! - field7: [Scalar1!]! -} - -type Object30 { - field51(argument16: InputObject10!): Object31! - field57(argument17: InputObject11!): Object33! - field63(argument18: InputObject12!): Object35! - field66(argument19: InputObject13!): Object36! -} - -type Object31 { - field52: [Object32!]! - field56: Interface4 -} - -type Object32 { - field53: Scalar1! - field54: Scalar1 - field55: Boolean! -} - -type Object33 { - field58: [Object32!]! - field59: [Object34!]! -} - -type Object34 { - field60: Scalar1! - field61: Scalar1 - field62: Scalar1! -} - -type Object35 { - field64: Interface4 - field65: [Object34!]! -} - -type Object36 { - field67: Boolean! - field68: Object37! -} - -type Object37 { - field69(argument20: InputObject14!): Object38! - field82(argument21: InputObject15!): Object41! -} - -type Object38 { - field70: Float! - field71: Object39! - field74: [Object40!]! - field81: Int! -} - -type Object39 { - field72: Scalar3! - field73: Scalar2! -} - -type Object4 implements Interface1 { - field3: Enum1! -} - -type Object40 { - field75: Float - field76: Scalar2! - field77: Scalar3 - field78: Enum7! - field79: Scalar3! - field80: Int! -} - -type Object41 implements Interface4 { - field16: [Object42!]! - field83: Enum8! - field84: Enum9! -} - -type Object42 implements Interface3 { - field14: Scalar2! - field85: Scalar3! -} - -type Object43 { - field87(argument23: InputObject16!): Union8! - field89: Union9! - field94: Union10! -} - -type Object44 { - field88: String! -} - -type Object45 { - field90: String! - field91: Scalar1! -} - -type Object46 implements Interface5 { - field31: String! - field32: String! - field92: String - field93: String! -} - -type Object47 implements Interface5 { - field31: String! - field32: String! - field95: String -} - -type Object48 { - field96: String! - field97: String! - field98: Scalar1! -} - -type Object49 { - field104(argument24: Scalar1!): Object52! - field116(argument26: Scalar1!): Object37! - field117: Object56! - field129(argument32: Scalar1!): Object58! - field99: Object50! -} - -type Object5 implements Interface2 { - field10: String - field11: String - field12: String! - field13: String! - field8: String - field9: String -} - -type Object50 { - field100: [Object51!]! -} - -type Object51 { - field101: Boolean! - field102: Enum4! - field103: [Enum3!]! -} - -type Object52 { - field105(argument25: InputObject17!): Object53! - field107: Object53! - field108: Object54! -} - -type Object53 { - field106: Object41! -} - -type Object54 { - field109: Object55! -} - -type Object55 { - field110: Float! - field111: Scalar3! - field112: Float! - field113: Scalar3! - field114: Float! - field115: Scalar3! -} - -type Object56 { - field118(argument27: Scalar4, argument28: String): [Object57!]! - field128(argument29: Scalar4, argument30: Int, argument31: String!): [Object57!]! -} - -type Object57 { - field119: Int! - field120: String! - field121: String! - field122: String! - field123: Int! - field124: String! - field125: Boolean! - field126: Int! - field127: String! -} - -type Object58 { - field130: Object59 -} - -type Object59 implements Interface2 { - field10: String - field11: String - field12: String! - field13: String! - field131: Boolean! - field132: Boolean! - field133: [Interface2!]! - field8: String - field9: String -} - -type Object6 implements Interface3 { - field14: Scalar2! - field15: Float! -} - -type Object7 implements Interface4 { - field16: [Object6!]! - field17: String! -} - -type Object8 { - field18(argument1: Scalar1!): Object9! - field23(argument4: Scalar1!): Object11! - field27(argument6: Scalar1): Object13! - field37(argument10: Scalar1, argument9: Scalar1): Object18! - field50(argument15: Scalar1!): Object30! - field86(argument22: Scalar1): Object43! -} - -type Object9 { - field19(argument2: InputObject1!): Object10! - field22(argument3: InputObject1!): Object10! -} - -enum Enum1 { - EnumValue1 - EnumValue2 -} - -enum Enum2 { - EnumValue3 - EnumValue4 - EnumValue5 -} - -enum Enum3 { - EnumValue10 - EnumValue11 - EnumValue12 - EnumValue13 - EnumValue14 - EnumValue15 - EnumValue16 - EnumValue17 - EnumValue18 - EnumValue19 - EnumValue20 - EnumValue6 - EnumValue7 - EnumValue8 - EnumValue9 -} - -enum Enum4 { - EnumValue21 - EnumValue22 - EnumValue23 - EnumValue24 - EnumValue25 - EnumValue26 - EnumValue27 - EnumValue28 -} - -enum Enum5 { - EnumValue29 - EnumValue30 - EnumValue31 - EnumValue32 -} - -enum Enum6 { - EnumValue33 - EnumValue34 - EnumValue35 -} - -enum Enum7 { - EnumValue36 - EnumValue37 - EnumValue38 -} - -enum Enum8 { - EnumValue39 - EnumValue40 - EnumValue41 -} - -enum Enum9 { - EnumValue42 - EnumValue43 - EnumValue44 -} - -scalar Scalar1 - -scalar Scalar2 - -scalar Scalar3 - -scalar Scalar4 - -input InputObject1 { - inputField1: Scalar3! - inputField2: Scalar2! -} - -input InputObject10 { - inputField34: Scalar1! -} - -input InputObject11 { - inputField35: Scalar1! -} - -input InputObject12 { - inputField36: Scalar1! - inputField37: Boolean! - inputField38: Boolean! -} - -input InputObject13 { - inputField39: Scalar1! - inputField40: Boolean! -} - -input InputObject14 { - inputField41: Enum6! -} - -input InputObject15 { - inputField42: Enum6! - inputField43: Enum8! - inputField44: [Scalar1!]! -} - -input InputObject16 { - inputField45: String! -} - -input InputObject17 { - inputField46: Scalar1! -} - -input InputObject2 { - inputField3: Boolean! -} - -input InputObject3 { - inputField12: Boolean! - inputField13: String! - inputField14: Enum2! - inputField15: String! - inputField16: Scalar1 - inputField4: InputObject4! -} - -input InputObject4 { - inputField10: String - inputField11: String - inputField5: String - inputField6: String - inputField7: String - inputField8: String - inputField9: String -} - -input InputObject5 { - inputField17: InputObject4! - inputField18: Boolean! - inputField19: String! - inputField20: Enum2! - inputField21: String! - inputField22: InputObject6! -} - -input InputObject6 { - inputField23: String - inputField24: String - inputField25: String - inputField26: String - inputField27: String -} - -input InputObject7 { - inputField28: String - inputField29: String! - inputField30: String! - inputField31: Enum4! -} - -input InputObject8 { - inputField32: String! -} - -input InputObject9 { - inputField33: Enum4! -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionLargeDLQuery.graphql b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionLargeDLQuery.graphql deleted file mode 100644 index 017bc787804..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionLargeDLQuery.graphql +++ /dev/null @@ -1,79 +0,0 @@ -{ - a: speakerById(id: "U3BlYWtlcgppMQ==") { - ...SpeakerInfo - } - b: speakerById(id: "U3BlYWtlcgppMzE=") { - ...SpeakerInfo - } - c: speakerById(id: "U3BlYWtlcgppMzA=") { - ...SpeakerInfo - } - d: speakerById(id: "U3BlYWtlcgppMjk=") { - ...SpeakerInfo - } - sessions(first: 50) { - nodes { - speakers { - name - sessions { - ...SessionInfo - } - } - } - } - tracks { - nodes { - name - sessions { - nodes { - abstract - title - speakers { - name - sessions { - ...SessionInfo - } - } - } - } - } - } -} - -fragment SessionInfo on Session { - id - abstract - title - startTime - endTime - speakers { - ...SpeakerInfo - } - track { - id - name - sessions { - nodes { - id - abstract - title - startTime - endTime - speakers { - ...SpeakerInfo - } - track { - id - name - } - } - } - } -} - -fragment SpeakerInfo on Speaker { - id - name - bio - webSite -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionLargeQuery.graphql b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionLargeQuery.graphql deleted file mode 100644 index 4e525d598e8..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionLargeQuery.graphql +++ /dev/null @@ -1,63 +0,0 @@ -{ - a: speakerById(id: "U3BlYWtlcgppMQ==") { - ...SpeakerInfo - } - b: speakerById(id: "U3BlYWtlcgppMzE=") { - ...SpeakerInfo - } - c: speakerById(id: "U3BlYWtlcgppMzA=") { - ...SpeakerInfo - } - d: speakerById(id: "U3BlYWtlcgppMjk=") { - ...SpeakerInfo - } - sessions(first: 50) { - nodes { - speakers { - name - sessions { - ...SessionInfo - } - } - } - } - tracks { - nodes { - name - sessions { - nodes { - abstract - title - speakers { - name - sessions { - ...SessionInfo - } - } - } - } - } - } -} - -fragment SessionInfo on Session { - id - abstract - title - startTime - endTime - speakers { - ...SpeakerInfo - } - track { - id - name - } -} - -fragment SpeakerInfo on Speaker { - id - name - bio - webSite -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionMediumQuery.graphql b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionMediumQuery.graphql deleted file mode 100644 index 52627fffe1a..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/Requests/SessionMediumQuery.graphql +++ /dev/null @@ -1,29 +0,0 @@ -{ - sessions(first: 50) { - nodes { - ... SessionInfo - } - } -} - -fragment SessionInfo on Session { - id - abstract - title - startTime - endTime - speakers { - ...SpeakerInfo - } - track { - id - name - } -} - -fragment SpeakerInfo on Speaker { - id - name - bio - webSite -} diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/SchemaBuildingBenchmarks.cs.txt b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/SchemaBuildingBenchmarks.cs.txt deleted file mode 100644 index 3d9c93297c3..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/SchemaBuildingBenchmarks.cs.txt +++ /dev/null @@ -1,131 +0,0 @@ -using System.Threading.Tasks; -using BenchmarkDotNet.Attributes; -using HotChocolate; -using HotChocolate.Execution; -using HotChocolate.ConferencePlanner.Attendees; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate.ConferencePlanner.Imports; -using HotChocolate.ConferencePlanner.Sessions; -using HotChocolate.ConferencePlanner.Speakers; -using HotChocolate.ConferencePlanner.Tracks; -using Microsoft.EntityFrameworkCore; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution.Configuration; -using HotChocolate.Types; - -namespace HotChocolate.Benchmarks; - -[RPlotExporter, CategoriesColumn, RankColumn, MeanColumn, MedianColumn, MemoryDiagnoser] -public class SchemaBuildingBenchmarks -{ - [Benchmark] - public async Task CreateSchema_AnnotationBased_Medium() - { - // for (int i = 0; i < 20; i++) - { - var servicesCollection = new ServiceCollection(); - await ConfigureAnnotationBased(servicesCollection).BuildSchemaAsync(); - } - } - - [Benchmark] - public async Task CreateSchema_SchemaFirst_Medium() - { - for (int i = 0; i < 20; i++) - { - await new ServiceCollection() - .AddGraphQLServer() - .AddDocumentFromString(SchemaMedium) - .AddType(new StringType()) - .AddType(new StringType("Scalar1")) - .AddType(new StringType("Scalar2")) - .AddType(new StringType("Scalar3")) - .AddType(new StringType("Scalar4")) - .UseField(_ => _ => default) - .BuildSchemaAsync(); - } - } - - public string SchemaMedium { get; } = Resources.SchemaMedium; - - [Benchmark] - public async Task CreateSchema_SchemaFirst_Large() - { - // for (int i = 0; i < 20; i++) - { - await new ServiceCollection() - .AddGraphQLServer() - .AddDocumentFromString(SchemaLarge) - .AddType(new StringType()) - .AddType(new StringType("Scalar1")) - .AddType(new StringType("Scalar2")) - .AddType(new StringType("Scalar3")) - .AddType(new StringType("Scalar4")) - .AddType(new StringType("Scalar5")) - .AddType(new StringType("Scalar6")) - .UseField(_ => _ => default) - .BuildSchemaAsync(); - } - } - - public string SchemaLarge { get; } = Resources.SchemaLarge; - - private static IRequestExecutorBuilder ConfigureAnnotationBased(IServiceCollection services) - { - return services - // First we add the DBContext which we will be using to interact with our - // Database. - .AddPooledDbContextFactory<ApplicationDbContext>( - options => options.UseSqlite("Data Source=conferences.db")) - - // This adds the GraphQL server core service and declares a schema. - .AddGraphQL() - - // Next we add the types to our schema. - .AddQueryType() - .AddTypeExtension<AttendeeQueries>() - .AddTypeExtension<SessionQueries>() - .AddTypeExtension<SpeakerQueries>() - .AddTypeExtension<TrackQueries>() - .AddMutationType() - .AddTypeExtension<AttendeeMutations>() - .AddTypeExtension<SessionMutations>() - .AddTypeExtension<SpeakerMutations>() - .AddTypeExtension<TrackMutations>() - .AddSubscriptionType() - .AddTypeExtension<AttendeeSubscriptions>() - .AddTypeExtension<SessionSubscriptions>() - .AddTypeExtension<AttendeeExtensions>() - .AddTypeExtension<SessionExtensions>() - .AddTypeExtension<TrackExtensions>() - .AddTypeExtension<SpeakerExtensions>() - - // In this section we are adding extensions like relay helpers, - // filtering and sorting. - .AddFiltering() - .AddSorting() - .AddGlobalObjectIdentification() - .AddQueryFieldToMutationPayloads() - .AddIdSerializer() - - // Now we add some the DataLoader to our system. - .AddDataLoader<AttendeeByIdDataLoader>() - .AddDataLoader<SessionByIdDataLoader>() - .AddDataLoader<SessionBySpeakerIdDataLoader>() - .AddDataLoader<SpeakerByIdDataLoader>() - .AddDataLoader<SpeakerBySessionIdDataLoader>() - .AddDataLoader<TrackByIdDataLoader>() - - // .AddDiagnosticEventListener<BatchDataLoaderDiagnostics>() - // .AddDiagnosticEventListener<BatchExecutionDiagnostics>() - - // we make sure that the db exists and prefill it with conference data. - .EnsureDatabaseIsCreated() - - // Since we are using subscriptions, we need to register a pub/sub system. - // for our demo we are using a in-memory pub/sub system. - .AddInMemorySubscriptions(); - } - -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/schema.graphql b/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/schema.graphql deleted file mode 100644 index 02c7de9e085..00000000000 --- a/src/HotChocolate/Benchmarks/src/Benchmarks.Execution/schema.graphql +++ /dev/null @@ -1,469 +0,0 @@ -schema { - query: Query - mutation: Mutation - subscription: Subscription -} - -"The node interface is implemented by entities that have a global unique identifier." -interface Node { - id: ID! -} - -type AddSessionPayload { - session: Session @inlineResolver - errors: [UserError!] @inlineResolver -} - -type AddSpeakerPayload { - speaker: Speaker @inlineResolver - errors: [UserError!] @inlineResolver -} - -type AddTrackPayload { - track: Track @inlineResolver - errors: [UserError!] @inlineResolver -} - -type Attendee implements Node { - id: ID! - firstName: String! @inlineResolver - lastName: String! @inlineResolver - userName: String! @inlineResolver - emailAddress: String @inlineResolver - sessions: [Session!]! -} - -"A connection to a list of items." -type AttendeeConnection { - "Information to aid in pagination." - pageInfo: PageInfo! @inlineResolver - "A list of edges." - edges: [AttendeeEdge!] @inlineResolver - "A flattened list of the nodes." - nodes: [Attendee!] @pureResolver -} - -"An edge in a connection." -type AttendeeEdge { - "A cursor for use in pagination." - cursor: String! @inlineResolver - "The item at the end of the edge." - node: Attendee! @inlineResolver -} - -type CheckInAttendeePayload { - session: Session - attendee: Attendee @inlineResolver - errors: [UserError!] @inlineResolver -} - -type ModifySpeakerPayload { - speaker: Speaker @inlineResolver - errors: [UserError!] @inlineResolver -} - -type Mutation { - registerAttendee(input: RegisterAttendeeInput!): RegisterAttendeePayload! - checkInAttendee(input: CheckInAttendeeInput!): CheckInAttendeePayload! - addSession(input: AddSessionInput!): AddSessionPayload! - scheduleSession(input: ScheduleSessionInput!): ScheduleSessionPayload! - renameSession(input: RenameSessionInput!): RenameSessionPayload! - addSpeaker(input: AddSpeakerInput!): AddSpeakerPayload! - modifySpeaker(input: ModifySpeakerInput!): ModifySpeakerPayload! - addTrack(input: AddTrackInput!): AddTrackPayload! - renameTrack(input: RenameTrackInput!): RenameTrackPayload! -} - -"Information about pagination in a connection." -type PageInfo { - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! @inlineResolver - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! @inlineResolver - "When paginating backwards, the cursor to continue." - startCursor: String @inlineResolver - "When paginating forwards, the cursor to continue." - endCursor: String @inlineResolver -} - -type Query { - node(id: ID!): Node - attendees(first: Int after: String last: Int before: String): AttendeeConnection - attendeeById(id: ID!): Attendee! - attendeesById(ids: [ID!]!): [Attendee!]! - sessions(first: Int after: String last: Int before: String where: SessionFilterInput order: [SessionSortInput!]): SessionConnection - sessionById(id: ID!): Session! - sessionsById(ids: [ID!]!): [Track!]! - speakers(first: Int after: String last: Int before: String): SpeakerConnection - speakerById(id: ID!): Speaker! - speakersById(ids: [ID!]!): [Speaker!]! - tracks(first: Int after: String last: Int before: String): TrackConnection - trackByName(name: String!): Track! - trackByNames(names: [String!]!): [Track!]! - trackById(id: ID!): Track! -} - -type RegisterAttendeePayload { - attendee: Attendee @inlineResolver - errors: [UserError!] @inlineResolver -} - -type RenameSessionPayload { - session: Session @inlineResolver - errors: [UserError!] @inlineResolver -} - -type RenameTrackPayload { - track: Track @inlineResolver - errors: [UserError!] @inlineResolver -} - -type ScheduleSessionPayload { - track: Track - speakers: [Speaker!] - session: Session @inlineResolver - errors: [UserError!] @inlineResolver -} - -type Session implements Node { - id: ID! - title: String! @inlineResolver - abstract: String @inlineResolver - startTime: DateTime @inlineResolver - endTime: DateTime @inlineResolver - duration: TimeSpan! @inlineResolver - speakers: [Speaker!]! - attendees: [Attendee!]! - track: Track - trackId: ID -} - -type SessionAttendee { - sessionId: Int! @inlineResolver - session: Session @inlineResolver - attendeeId: Int! @inlineResolver - attendee: Attendee @inlineResolver -} - -type SessionAttendeeCheckIn { - checkInCount: Int! - attendee: Attendee! - session: Session! - attendeeId: ID! - sessionId: ID! -} - -"A connection to a list of items." -type SessionConnection { - "Information to aid in pagination." - pageInfo: PageInfo! @inlineResolver - "A list of edges." - edges: [SessionEdge!] @inlineResolver - "A flattened list of the nodes." - nodes: [Session!] @pureResolver -} - -"An edge in a connection." -type SessionEdge { - "A cursor for use in pagination." - cursor: String! @inlineResolver - "The item at the end of the edge." - node: Session! @inlineResolver -} - -type SessionSpeaker { - sessionId: Int! @inlineResolver - session: Session @inlineResolver - speakerId: Int! @inlineResolver - speaker: Speaker @inlineResolver -} - -type Speaker implements Node { - id: ID! - name: String! @inlineResolver - bio: String @inlineResolver - webSite: String @inlineResolver - sessionSpeakers: [SessionSpeaker!]! @inlineResolver - sessions: [Session!]! -} - -"A connection to a list of items." -type SpeakerConnection { - "Information to aid in pagination." - pageInfo: PageInfo! @inlineResolver - "A list of edges." - edges: [SpeakerEdge!] @inlineResolver - "A flattened list of the nodes." - nodes: [Speaker!] @pureResolver -} - -"An edge in a connection." -type SpeakerEdge { - "A cursor for use in pagination." - cursor: String! @inlineResolver - "The item at the end of the edge." - node: Speaker! @inlineResolver -} - -type Subscription { - onAttendeeCheckedIn(sessionId: ID!): SessionAttendeeCheckIn! - onSessionScheduled: Session! -} - -type Track implements Node { - id: ID! - name: String - sessions(first: Int after: String last: Int before: String): SessionConnection -} - -"A connection to a list of items." -type TrackConnection { - "Information to aid in pagination." - pageInfo: PageInfo! @inlineResolver - "A list of edges." - edges: [TrackEdge!] @inlineResolver - "A flattened list of the nodes." - nodes: [Track!] @pureResolver -} - -"An edge in a connection." -type TrackEdge { - "A cursor for use in pagination." - cursor: String! @inlineResolver - "The item at the end of the edge." - node: Track! @inlineResolver -} - -type UserError { - message: String! @inlineResolver - code: String! @inlineResolver -} - -input AddSessionInput { - title: String! - abstract: String - speakerIds: [ID!]! -} - -input AddSpeakerInput { - name: String! - bio: String - webSite: String -} - -input AddTrackInput { - name: String! -} - -input AttendeeFilterInput { - and: [AttendeeFilterInput!] - or: [AttendeeFilterInput!] - id: ComparableInt32OperationFilterInput - firstName: StringOperationFilterInput - lastName: StringOperationFilterInput - userName: StringOperationFilterInput - emailAddress: StringOperationFilterInput - sessionsAttendees: ListFilterInputTypeOfSessionAttendeeFilterInput -} - -input CheckInAttendeeInput { - sessionId: ID! - attendeeId: ID! -} - -input ComparableInt32OperationFilterInput { - eq: Int - neq: Int - in: [Int!] - nin: [Int!] - gt: Int - ngt: Int - gte: Int - ngte: Int - lt: Int - nlt: Int - lte: Int - nlte: Int -} - -input ComparableNullableOfDateTimeOffsetOperationFilterInput { - eq: DateTime - neq: DateTime - in: [DateTime] - nin: [DateTime] - gt: DateTime - ngt: DateTime - gte: DateTime - ngte: DateTime - lt: DateTime - nlt: DateTime - lte: DateTime - nlte: DateTime -} - -input ComparableTimeSpanOperationFilterInput { - eq: TimeSpan - neq: TimeSpan - in: [TimeSpan!] - nin: [TimeSpan!] - gt: TimeSpan - ngt: TimeSpan - gte: TimeSpan - ngte: TimeSpan - lt: TimeSpan - nlt: TimeSpan - lte: TimeSpan - nlte: TimeSpan -} - -input ListFilterInputTypeOfSessionAttendeeFilterInput { - all: SessionAttendeeFilterInput - none: SessionAttendeeFilterInput - some: SessionAttendeeFilterInput - any: Boolean -} - -input ListFilterInputTypeOfSessionFilterInput { - all: SessionFilterInput - none: SessionFilterInput - some: SessionFilterInput - any: Boolean -} - -input ListFilterInputTypeOfSessionSpeakerFilterInput { - all: SessionSpeakerFilterInput - none: SessionSpeakerFilterInput - some: SessionSpeakerFilterInput - any: Boolean -} - -input ModifySpeakerInput { - id: ID! - name: String - bio: String - webSite: String -} - -input RegisterAttendeeInput { - firstName: String! - lastName: String! - userName: String! - emailAddress: String! -} - -input RenameSessionInput { - sessionId: ID! - title: String! -} - -input RenameTrackInput { - id: ID! - name: String! -} - -input ScheduleSessionInput { - sessionId: ID! - trackId: ID! - startTime: DateTime! - endTime: DateTime! -} - -input SessionAttendeeFilterInput { - and: [SessionAttendeeFilterInput!] - or: [SessionAttendeeFilterInput!] - sessionId: ComparableInt32OperationFilterInput - session: SessionFilterInput - attendeeId: ComparableInt32OperationFilterInput - attendee: AttendeeFilterInput -} - -input SessionFilterInput { - and: [SessionFilterInput!] - or: [SessionFilterInput!] - title: StringOperationFilterInput - abstract: StringOperationFilterInput - startTime: ComparableNullableOfDateTimeOffsetOperationFilterInput - endTime: ComparableNullableOfDateTimeOffsetOperationFilterInput - duration: ComparableTimeSpanOperationFilterInput - sessionSpeakers: ListFilterInputTypeOfSessionSpeakerFilterInput - sessionAttendees: ListFilterInputTypeOfSessionAttendeeFilterInput - track: TrackFilterInput -} - -input SessionSortInput { - id: SortEnumType - title: SortEnumType - abstract: SortEnumType - startTime: SortEnumType - endTime: SortEnumType - duration: SortEnumType - trackId: SortEnumType - track: TrackSortInput -} - -input SessionSpeakerFilterInput { - and: [SessionSpeakerFilterInput!] - or: [SessionSpeakerFilterInput!] - sessionId: ComparableInt32OperationFilterInput - session: SessionFilterInput - speakerId: ComparableInt32OperationFilterInput - speaker: SpeakerFilterInput -} - -input SpeakerFilterInput { - and: [SpeakerFilterInput!] - or: [SpeakerFilterInput!] - id: ComparableInt32OperationFilterInput - name: StringOperationFilterInput - bio: StringOperationFilterInput - webSite: StringOperationFilterInput - sessionSpeakers: ListFilterInputTypeOfSessionSpeakerFilterInput -} - -input StringOperationFilterInput { - and: [StringOperationFilterInput!] - or: [StringOperationFilterInput!] - eq: String - neq: String - contains: String - ncontains: String - in: [String] - nin: [String] - startsWith: String - nstartsWith: String - endsWith: String - nendsWith: String -} - -input TrackFilterInput { - and: [TrackFilterInput!] - or: [TrackFilterInput!] - id: ComparableInt32OperationFilterInput - name: StringOperationFilterInput - sessions: ListFilterInputTypeOfSessionFilterInput -} - -input TrackSortInput { - id: SortEnumType - name: SortEnumType -} - -enum SortEnumType { - ASC - DESC -} - -"The `@defer` directive may be provided for fragment spreads and inline fragments to inform the executor to delay the execution of the current fragment to indicate deprioritization of the current fragment. A query with `@defer` directive will cause the request to potentially return multiple responses, where non-deferred data is delivered in the initial response and data deferred is delivered in a subsequent response. `@include` and `@skip` take precedence over `@defer`." -directive @defer("If this argument label has a value other than null, it will be passed on to the result of this defer directive. This label is intended to give client applications a way to identify to which fragment a deferred result belongs to." label: String "Deferred when true." if: Boolean) on FRAGMENT_SPREAD | INLINE_FRAGMENT - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -"The `@stream` directive may be provided for a field of `List` type so that the backend can leverage technology such as asynchronous iterators to provide a partial list in the initial response, and additional list items in subsequent responses. `@include` and `@skip` take precedence over `@stream`." -directive @stream("If this argument label has a value other than null, it will be passed on to the result of this stream directive. This label is intended to give client applications a way to identify to which fragment a streamed result belongs to." label: String "The initial elements that shall be send down to the consumer." initialCount: Int! "Streamed when true." if: Boolean) on FIELD - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") - -"The `TimeSpan` scalar represents an ISO-8601 compliant duration type." -scalar TimeSpan \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeExtensions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeExtensions.cs deleted file mode 100644 index 243dc224841..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeExtensions.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; -using HotChocolate.Types; -using HotChocolate.Types.Relay; -using Microsoft.EntityFrameworkCore; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - [Node] - [ExtendObjectType(typeof(Attendee))] - public class AttendeeExtensions - { - [BindMember(nameof(Attendee.SessionsAttendees))] - public async Task<IEnumerable<Session>> GetSessionsAsync( - [Parent] Attendee attendee, - [ScopedService] ApplicationDbContext dbContext, - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) - { - var speakerIds = await dbContext.Attendees - .Where(a => a.Id == attendee.Id) - .Include(a => a.SessionsAttendees) - .SelectMany(a => a.SessionsAttendees.Select(t => t.SessionId)) - .ToArrayAsync(cancellationToken); - - return await sessionById.LoadAsync(speakerIds, cancellationToken); - } - - [NodeResolver] - public Task<Attendee> GetAttendeeAsync( - AttendeeByIdDataLoader attendeeById, - int id, - CancellationToken cancellationToken) => - attendeeById.LoadAsync(id, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeMutations.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeMutations.cs deleted file mode 100644 index 643d4c25f8d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeMutations.cs +++ /dev/null @@ -1,68 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate; -using HotChocolate.Subscriptions; -using HotChocolate.Types; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - [ExtendObjectType(OperationTypeNames.Mutation)] - public class AttendeeMutations - { - [UseApplicationDbContext] - public async Task<RegisterAttendeePayload> RegisterAttendeeAsync( - RegisterAttendeeInput input, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) - { - var attendee = new Attendee - { - FirstName = input.FirstName, - LastName = input.LastName, - UserName = input.UserName, - EmailAddress = input.EmailAddress - }; - - context.Attendees.Add(attendee); - - await context.SaveChangesAsync(cancellationToken); - - return new RegisterAttendeePayload(attendee); - } - - [UseApplicationDbContext] - public async Task<CheckInAttendeePayload> CheckInAttendeeAsync( - CheckInAttendeeInput input, - [ScopedService] ApplicationDbContext context, - [Service] ITopicEventSender eventSender, - CancellationToken cancellationToken) - { - var attendee = await context.Attendees.FirstOrDefaultAsync( - t => t.Id == input.AttendeeId, cancellationToken); - - if (attendee is null) - { - return new CheckInAttendeePayload( - new UserError("Attendee not found.", "ATTENDEE_NOT_FOUND")); - } - - attendee.SessionsAttendees.Add( - new SessionAttendee - { - SessionId = input.SessionId - }); - - await context.SaveChangesAsync(cancellationToken); - - await eventSender.SendAsync( - "OnAttendeeCheckedIn_" + input.SessionId, - input.AttendeeId, - cancellationToken); - - return new CheckInAttendeePayload(attendee, input.SessionId); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeePayloadBase.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeePayloadBase.cs deleted file mode 100644 index afbbd98b799..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeePayloadBase.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - public class AttendeePayloadBase : Payload - { - protected AttendeePayloadBase(Attendee attendee) - { - } - - protected AttendeePayloadBase(IReadOnlyList<UserError> errors) - : base(errors) - { - } - - public Attendee? Attendee { get; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeQueries.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeQueries.cs deleted file mode 100644 index 1896e145a41..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeQueries.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - [ExtendObjectType(OperationTypeNames.Query)] - public class AttendeeQueries - { - [UseApplicationDbContext] - [UsePaging] - public IQueryable<Attendee> GetAttendees( - [ScopedService] ApplicationDbContext context) => - context.Attendees; - - public Task<Attendee> GetAttendeeByIdAsync( - [ID(nameof(Attendee))]int id, - AttendeeByIdDataLoader attendeeById, - CancellationToken cancellationToken) => - attendeeById.LoadAsync(id, cancellationToken); - - public async Task<IEnumerable<Attendee>> GetAttendeesByIdAsync( - [ID(nameof(Attendee))]int[] ids, - AttendeeByIdDataLoader attendeeById, - CancellationToken cancellationToken) => - await attendeeById.LoadAsync(ids, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeSubscriptions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeSubscriptions.cs deleted file mode 100644 index e1e671fe720..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/AttendeeSubscriptions.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; -using HotChocolate.Execution; -using HotChocolate.Subscriptions; -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - [ExtendObjectType(OperationTypeNames.Subscription)] - public class AttendeeSubscriptions - { - [Subscribe(With = nameof(SubscribeToOnAttendeeCheckedInAsync))] - public SessionAttendeeCheckIn OnAttendeeCheckedIn( - [ID(nameof(Session))] int sessionId, - [EventMessage] int attendeeId, - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) => - new SessionAttendeeCheckIn(attendeeId, sessionId); - - public async ValueTask<ISourceStream<int>> SubscribeToOnAttendeeCheckedInAsync( - int sessionId, - [Service] ITopicEventReceiver eventReceiver, - CancellationToken cancellationToken) => - await eventReceiver.SubscribeAsync<int>( - "OnAttendeeCheckedIn_" + sessionId, cancellationToken); - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/CheckInAttendeeInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/CheckInAttendeeInput.cs deleted file mode 100644 index de7300d98b9..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/CheckInAttendeeInput.cs +++ /dev/null @@ -1,11 +0,0 @@ -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - public record CheckInAttendeeInput( - [ID(nameof(Session))] - int SessionId, - [ID(nameof(Attendee))] - int AttendeeId); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/CheckInAttendeePayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/CheckInAttendeePayload.cs deleted file mode 100644 index 6edad6e0870..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/CheckInAttendeePayload.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - public class CheckInAttendeePayload : AttendeePayloadBase - { - private int? _sessionId; - - public CheckInAttendeePayload(Attendee attendee, int sessionId) - : base(attendee) - { - _sessionId = sessionId; - } - - public CheckInAttendeePayload(UserError error) - : base(new[] { error }) - { - } - - public async Task<Session?> GetSessionAsync( - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) - { - if (_sessionId.HasValue) - { - return await sessionById.LoadAsync(_sessionId.Value, cancellationToken); - } - - return null; - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/RegisterAttendeeInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/RegisterAttendeeInput.cs deleted file mode 100644 index f4661c11938..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/RegisterAttendeeInput.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.ConferencePlanner.Attendees -{ - public record RegisterAttendeeInput( - string FirstName, - string LastName, - string UserName, - string EmailAddress); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/RegisterAttendeePayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/RegisterAttendeePayload.cs deleted file mode 100644 index a2181e130c7..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/RegisterAttendeePayload.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - public class RegisterAttendeePayload : AttendeePayloadBase - { - public RegisterAttendeePayload(Attendee attendee) - : base(attendee) - { - } - - public RegisterAttendeePayload(UserError error) - : base(new[] { error }) - { - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/SessionAttendeeCheckIn.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/SessionAttendeeCheckIn.cs deleted file mode 100644 index f5a0aa17144..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Attendees/SessionAttendeeCheckIn.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Attendees -{ - public class SessionAttendeeCheckIn - { - public SessionAttendeeCheckIn(int attendeeId, int sessionId) - { - AttendeeId = attendeeId; - SessionId = sessionId; - } - - [ID(nameof(Attendee))] - public int AttendeeId { get; } - - [ID(nameof(Session))] - public int SessionId { get; } - - [UseApplicationDbContext] - public async Task<int> CheckInCountAsync( - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) => - await context.Sessions - .Where(session => session.Id == SessionId) - .SelectMany(session => session.SessionAttendees) - .CountAsync(cancellationToken); - - public Task<Attendee> GetAttendeeAsync( - AttendeeByIdDataLoader attendeeById, - CancellationToken cancellationToken) => - attendeeById.LoadAsync(AttendeeId, cancellationToken); - - public Task<Session> GetSessionAsync( - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) => - sessionById.LoadAsync(AttendeeId, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/BenchmarkBase.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/BenchmarkBase.cs deleted file mode 100644 index 79fee1ba0a6..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/BenchmarkBase.cs +++ /dev/null @@ -1,435 +0,0 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.Net; -using System.Net.Http; -using System.Reflection; -using System.Text; -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.TestHost; -using Microsoft.EntityFrameworkCore; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.DependencyInjection; -using BenchmarkDotNet.Attributes; -using GreenDonut; -using HotChocolate.ConferencePlanner.Attendees; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate.ConferencePlanner.Imports; -using HotChocolate.ConferencePlanner.Sessions; -using HotChocolate.ConferencePlanner.Speakers; -using HotChocolate.ConferencePlanner.Tracks; -using HotChocolate.Execution; -using HotChocolate.Execution.Configuration; -using HotChocolate.Execution.Instrumentation; -using HotChocolate.Execution.Processing; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Types; -using Newtonsoft.Json; - -namespace HotChocolate.ConferencePlanner -{ - public class BenchmarkBase - { - private static readonly MD5DocumentHashProvider _md5 = new(); - private static readonly JsonSerializerOptions _options = - new(JsonSerializerDefaults.Web) - { - PropertyNamingPolicy = JsonNamingPolicy.CamelCase - }; - private readonly Uri _url; - - public BenchmarkBase() - { - var servicesCollection = new ServiceCollection(); - ConfigureServices(servicesCollection); - Services = servicesCollection.BuildServiceProvider(); - ExecutorResolver = Services.GetRequiredService<IRequestExecutorResolver>(); - - TestServerFactory.CreateServer( - services => - { - services.AddGraphQLServer(); - ConfigureServices(services); - }, - out var port); - - _url = new Uri($"http://localhost:{port}/graphql"); - TestClient = new HttpClient(); - } - - public IServiceProvider Services { get; } - - public IRequestExecutorResolver ExecutorResolver { get; } - - public HttpClient TestClient { get; } - - [GlobalSetup] - public async Task GlobalSetup() - { - foreach (var method in GetType().GetMethods() - .Where(t => t.IsDefined(typeof(BenchmarkAttribute)))) - { - Console.WriteLine("Initialize: " + method.Name); - if (method.Invoke(this, Array.Empty<object>()) is Task task) - { - await task.ConfigureAwait(false); - } - } - } - - public Task BenchmarkServerAsync(string requestDocument) - => BenchmarkServerAsync(new ClientQueryRequest { Query = requestDocument }); - - public Task BenchmarkServerAsync(ClientQueryRequest request) - => PostAsync(request); - - public Task BenchmarkAsync(string requestDocument) - { - return BenchmarkAsync(new QueryRequest(new QuerySourceText(requestDocument))); - } - - public async Task BenchmarkAsync(IQueryRequest request) - { - var executor = await ExecutorResolver.GetRequestExecutorAsync(); - var result = await executor.ExecuteAsync(request); - - if (result is IQueryResult cr && cr.Errors is { Count: > 0 }) - { - throw new InvalidOperationException("The request failed."); - } - - if (result is IAsyncDisposable d) - { - await d.DisposeAsync(); - } - } - - public async Task<string> PrintQueryPlanAsync(string requestDocument) - { - var executor = await ExecutorResolver.GetRequestExecutorAsync(); - - var hash = _md5.ComputeHash(Encoding.UTF8.GetBytes(requestDocument).AsSpan()); - var document = Utf8GraphQLParser.Parse(requestDocument); - var operation = document.Definitions.OfType<OperationDefinitionNode>().First(); - var compiler = new OperationCompiler(new InputParser()); - - var preparedOperation = - compiler.Compile( - hash, - operation, - executor.Schema.GetOperationType(operation.Operation)!, - document, - executor.Schema); - - var serialized = preparedOperation.ToString()!; - Console.WriteLine(serialized); - return serialized; - } - - protected static IQueryRequest Prepare(string requestDocument) - { - var hash = _md5.ComputeHash(Encoding.UTF8.GetBytes(requestDocument).AsSpan()); - var document = Utf8GraphQLParser.Parse(requestDocument); - - return QueryRequestBuilder.New() - .SetQuery(document) - .SetQueryHash(hash) - .SetQueryId(hash) - .Create(); - } - - private static void ConfigureServices(IServiceCollection services) - { - services - // First we add the DBContext which we will be using to interact with our - // Database. - .AddPooledDbContextFactory<ApplicationDbContext>( - options => options.UseSqlite("Data Source=conferences.db")) - - // This adds the GraphQL server core service and declares a schema. - .AddGraphQL() - - // Next we add the types to our schema. - .AddQueryType() - .AddTypeExtension<AttendeeQueries>() - .AddTypeExtension<SessionQueries>() - .AddTypeExtension<SpeakerQueries>() - .AddTypeExtension<TrackQueries>() - .AddMutationType() - .AddTypeExtension<AttendeeMutations>() - .AddTypeExtension<SessionMutations>() - .AddTypeExtension<SpeakerMutations>() - .AddTypeExtension<TrackMutations>() - .AddSubscriptionType() - .AddTypeExtension<AttendeeSubscriptions>() - .AddTypeExtension<SessionSubscriptions>() - .AddTypeExtension<AttendeeExtensions>() - .AddTypeExtension<SessionExtensions>() - .AddTypeExtension<TrackExtensions>() - .AddTypeExtension<SpeakerExtensions>() - - // In this section we are adding extensions like relay helpers, - // filtering and sorting. - .AddFiltering() - .AddSorting() - .AddGlobalObjectIdentification() - .AddQueryFieldToMutationPayloads() - .AddIdSerializer() - - // Now we add some the DataLoader to our system. - .AddDataLoader<AttendeeByIdDataLoader>() - .AddDataLoader<SessionByIdDataLoader>() - .AddDataLoader<SessionBySpeakerIdDataLoader>() - .AddDataLoader<SpeakerByIdDataLoader>() - .AddDataLoader<SpeakerBySessionIdDataLoader>() - .AddDataLoader<TrackByIdDataLoader>() - - // .AddDiagnosticEventListener<BatchDataLoaderDiagnostics>() - // .AddDiagnosticEventListener<BatchExecutionDiagnostics>() - - // we make sure that the db exists and prefill it with conference data. - .EnsureDatabaseIsCreated() - - // Since we are using subscriptions, we need to register a pub/sub system. - // for our demo we are using a in-memory pub/sub system. - .AddInMemorySubscriptions(); - } - - private async Task PostAsync(ClientQueryRequest request) - { - using var content = new StringContent( - System.Text.Json.JsonSerializer.Serialize(request, _options), - Encoding.UTF8, - "application/json"); - - using var requestMsg = new HttpRequestMessage(HttpMethod.Post, _url) - { - Content = content - }; - - using var responseMsg = await TestClient.SendAsync(requestMsg); - - if (responseMsg.StatusCode != HttpStatusCode.OK) - { - throw new Exception("Failed."); - } - } - } - - public class BatchDataLoaderDiagnostics : DataLoaderDiagnosticEventListener - { - private static int _batches = 0; - - public static int Batches { get => _batches; set => _batches = value; } - - public override IDisposable ExecuteBatch<TKey>(IDataLoader dataLoader, IReadOnlyList<TKey> keys) - { - Interlocked.Increment(ref _batches); - // Console.WriteLine($"ExecuteBatch {dataLoader.GetType().Name} {string.Join(", ", keys)}."); - return EmptyScope; - } - } - - public class BatchExecutionDiagnostics : ExecutionDiagnosticEventListener - { - public static int Starts { get; set;} - - public override IDisposable ExecuteRequest(IRequestContext context) - { - BatchDataLoaderDiagnostics.Batches = 0; - var scope = new RequestScope(); - context.ContextData[nameof(RequestScope)] = scope; - context.ContextData[nameof(Stopwatch)] = scope.Stopwatch; - return scope; - } - - public override IDisposable DispatchBatch( - IRequestContext context) - { - return new BatchScope(((RequestScope)context.ContextData[nameof(RequestScope)]!)); - } - - public override void StartProcessing(IRequestContext context) - { - ((RequestScope)context.ContextData[nameof(RequestScope)]!).CountStarts(); - - // TimeSpan timeSpan = ((RequestScope)context.ContextData[nameof(RequestScope)]!).Elapsed; - // Console.WriteLine($"{timeSpan} Start processing."); - } - - public override void StopProcessing(IRequestContext context) - { - // TimeSpan timeSpan = ((RequestScope)context.ContextData[nameof(RequestScope)]!).Elapsed; - // Console.WriteLine($"{timeSpan} Stop processing."); - } - - public override IDisposable ResolveFieldValue(IMiddlewareContext context) - { - return new ResolverScope(((RequestScope)context.ContextData[nameof(RequestScope)]!), (ISelection)context.Selection); - } - - private sealed class RequestScope : IDisposable - { - private readonly Stopwatch _stopwatch; - private readonly System.Collections.Concurrent.ConcurrentDictionary<FieldCoordinate, int> _ = new(); - private int _starts; - - public RequestScope() - { - _stopwatch = Stopwatch.StartNew(); - Console.WriteLine($"{DateTime.Now} Execute Request."); - } - - public TimeSpan Elapsed => _stopwatch.Elapsed; - - public Stopwatch Stopwatch => _stopwatch; - - public void Count(FieldCoordinate coordinate) - { - _.AddOrUpdate(coordinate, c => 1, (c, v) => v + 1); - } - - public void CountStarts() - { - Interlocked.Add(ref _starts, 1); - } - - public void Dispose() - { - Console.WriteLine($"Completed in {Elapsed}"); - - Console.WriteLine("-----------------------------------"); - - foreach (var field in _.OrderBy(t => t.Key.ToString())) - { - Console.WriteLine($"{field.Key}:{field.Value}"); - } - - Console.WriteLine("-----------------------------------"); - - Console.WriteLine($"Fields:{_.Select(t => t.Value).Sum()}"); - Console.WriteLine($"Starts:{_starts}"); - BatchExecutionDiagnostics.Starts = _starts; - - Console.WriteLine("-----------------------------------"); - Console.WriteLine("-----------------------------------"); - - _stopwatch.Stop(); - } - } - - private sealed class BatchScope : IDisposable - { - private RequestScope _requestScope; - - public BatchScope(RequestScope requestScope) - { - _requestScope = requestScope; - // Console.WriteLine($"{_requestScope.Elapsed} Begin Dispatching Batch."); - } - - public void Dispose() - { - // Console.WriteLine($"{_requestScope.Elapsed} End Dispatching Batch."); - } - } - - private sealed class ResolverScope : IDisposable - { - private RequestScope _requestScope; - private ISelection _selection; - - public ResolverScope(RequestScope requestScope, ISelection selection) - { - _requestScope = requestScope; - _selection = selection; - - var timeSpan = requestScope.Elapsed; - requestScope.Count(selection.Field.Coordinate); - // Console.WriteLine($"{timeSpan} {Thread.CurrentThread.ManagedThreadId} Begin {selection.Field.Coordinate}"); - } - - public void Dispose() - { - var timeSpan = _requestScope.Elapsed; - //Console.WriteLine($"{timeSpan} {Thread.CurrentThread.ManagedThreadId} End {_selection.Field.Coordinate}"); - } - } - } - - public class ClientQueryRequest - { - public string? Id { get; set; } - - public string? OperationName { get; set; } - - public string? Query { get; set; } - - public Dictionary<string, object>? Variables { get; set; } - - public Dictionary<string, object>? Extensions { get; set; } - } - - public class ClientQueryResponse - { - public string ContentType { get; set; } = default!; - - public HttpStatusCode StatusCode { get; set; } - - public Dictionary<string, object>? Data { get; set; } - - public List<Dictionary<string, object>>? Errors { get; set; } - - public Dictionary<string, object>? Extensions { get; set; } - } - - public static class TestServerFactory - { - public static IWebHost CreateServer(Action<IServiceCollection> configure, out int port) - { - for (port = 5500; port < 6000; port++) - { - try - { - var configBuilder = new ConfigurationBuilder(); - configBuilder.AddInMemoryCollection(); - var config = configBuilder.Build(); - config["server.urls"] = $"http://localhost:{port}"; - var host = new WebHostBuilder() - .UseConfiguration(config) - .UseKestrel() - .ConfigureServices(services => - { - services.AddHttpContextAccessor(); - services.AddRouting(); - configure(services); - }) - .Configure(app => - { - app.UseRouting(); - app.UseEndpoints(c => c.MapGraphQL()); - }) - .Build(); - - host.Start(); - - return host; - } - catch - { - // ignored - } - } - - throw new InvalidOperationException("Not port found"); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Common/Payload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Common/Payload.cs deleted file mode 100644 index f7d4cb85161..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Common/Payload.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.ConferencePlanner.Common -{ - public abstract class Payload - { - protected Payload(IReadOnlyList<UserError>? errors = null) - { - Errors = errors; - } - - public IReadOnlyList<UserError>? Errors { get; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Common/UserError.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Common/UserError.cs deleted file mode 100644 index e9532c925d1..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Common/UserError.cs +++ /dev/null @@ -1,4 +0,0 @@ -namespace HotChocolate.ConferencePlanner.Common -{ - public record UserError(string Message, string Code); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/ApplicationDbContext.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/ApplicationDbContext.cs deleted file mode 100644 index c70049c732f..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/ApplicationDbContext.cs +++ /dev/null @@ -1,38 +0,0 @@ -using Microsoft.EntityFrameworkCore; - -namespace HotChocolate.ConferencePlanner.Data -{ - public class ApplicationDbContext : DbContext - { - public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options) - : base(options) - { - } - - protected override void OnModelCreating(ModelBuilder modelBuilder) - { - modelBuilder - .Entity<Attendee>() - .HasIndex(a => a.UserName) - .IsUnique(); - - // Many-to-many: Session <-> Attendee - modelBuilder - .Entity<SessionAttendee>() - .HasKey(ca => new { ca.SessionId, ca.AttendeeId }); - - // Many-to-many: Speaker <-> Session - modelBuilder - .Entity<SessionSpeaker>() - .HasKey(ss => new { ss.SessionId, ss.SpeakerId }); - } - - public DbSet<Session> Sessions { get; set; } = default!; - - public DbSet<Track> Tracks { get; set; } = default!; - - public DbSet<Speaker> Speakers { get; set; } = default!; - - public DbSet<Attendee> Attendees { get; set; } = default!; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Attendee.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Attendee.cs deleted file mode 100644 index 25ffa36a202..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Attendee.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System.Collections.Generic; -using System.ComponentModel.DataAnnotations; - -namespace HotChocolate.ConferencePlanner.Data -{ - public class Attendee - { - public int Id { get; set; } - - [Required] - [StringLength(200)] - public string? FirstName { get; set; } - - [Required] - [StringLength(200)] - public string? LastName { get; set; } - - [Required] - [StringLength(200)] - public string? UserName { get; set; } - - [StringLength(256)] - public string? EmailAddress { get; set; } - - public ICollection<SessionAttendee> SessionsAttendees { get; set; } = - new List<SessionAttendee>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Session.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Session.cs deleted file mode 100644 index f843658a43d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Session.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel.DataAnnotations; - -namespace HotChocolate.ConferencePlanner.Data -{ - public class Session - { - public int Id { get; set; } - - [Required] - [StringLength(200)] - public string? Title { get; set; } - - [StringLength(4000)] - public string? Abstract { get; set; } - - public DateTimeOffset? StartTime { get; set; } - - public DateTimeOffset? EndTime { get; set; } - - public TimeSpan Duration => - EndTime?.Subtract(StartTime ?? EndTime ?? DateTimeOffset.MinValue) ?? - TimeSpan.Zero; - - public int? TrackId { get; set; } - - public ICollection<SessionSpeaker> SessionSpeakers { get; set; } = - new List<SessionSpeaker>(); - - public ICollection<SessionAttendee> SessionAttendees { get; set; } = - new List<SessionAttendee>(); - - public Track? Track { get; set; } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/SessionAttendee.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/SessionAttendee.cs deleted file mode 100644 index 973be950e7a..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/SessionAttendee.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace HotChocolate.ConferencePlanner.Data -{ - public class SessionAttendee - { - public int SessionId { get; set; } - - public Session? Session { get; set; } - - public int AttendeeId { get; set; } - - public Attendee? Attendee { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/SessionSpeaker.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/SessionSpeaker.cs deleted file mode 100644 index 1cb1fd1b99f..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/SessionSpeaker.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace HotChocolate.ConferencePlanner.Data -{ - public class SessionSpeaker - { - public int SessionId { get; set; } - - public Session? Session { get; set; } - - public int SpeakerId { get; set; } - - public Speaker? Speaker { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Speaker.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Speaker.cs deleted file mode 100644 index 5cbe55a257d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Speaker.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Collections.Generic; -using System.ComponentModel.DataAnnotations; - -namespace HotChocolate.ConferencePlanner.Data -{ - public class Speaker - { - public int Id { get; set; } - - [Required] - [StringLength(200)] - public string? Name { get; set; } - - [StringLength(4000)] - public string? Bio { get; set; } - - [StringLength(1000)] - public string? WebSite { get; set; } - - public ICollection<SessionSpeaker> SessionSpeakers { get; set; } = - new List<SessionSpeaker>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Track.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Track.cs deleted file mode 100644 index ff0df43907e..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Data/Track.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Collections.Generic; -using System.ComponentModel.DataAnnotations; - -namespace HotChocolate.ConferencePlanner.Data -{ - public class Track - { - public int Id { get; set; } - - [Required] - [StringLength(200)] - public string? Name { get; set; } - - public ICollection<Session> Sessions { get; set; } = - new List<Session>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/AttendeeByIdDataLoader.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/AttendeeByIdDataLoader.cs deleted file mode 100644 index 339dff823d3..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/AttendeeByIdDataLoader.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Data; -using GreenDonut; -using HotChocolate.Fetching; - -namespace HotChocolate.ConferencePlanner.DataLoader -{ - public class AttendeeByIdDataLoader : BatchDataLoader<int, Attendee> - { - private readonly IDbContextFactory<ApplicationDbContext> _dbContextFactory; - - public AttendeeByIdDataLoader( - IDbContextFactory<ApplicationDbContext> dbContextFactory, - IBatchScheduler batchScheduler, - DataLoaderOptions options) - : base(batchScheduler, options) - { - _dbContextFactory = dbContextFactory ?? - throw new ArgumentNullException(nameof(dbContextFactory)); - } - - protected override async Task<IReadOnlyDictionary<int, Attendee>> LoadBatchAsync( - IReadOnlyList<int> keys, - CancellationToken cancellationToken) - { - await using var dbContext = - _dbContextFactory.CreateDbContext(); - - return await dbContext.Attendees - .Where(s => keys.Contains(s.Id)) - .ToDictionaryAsync(t => t.Id, cancellationToken); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SessionByIdDataLoader.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SessionByIdDataLoader.cs deleted file mode 100644 index 5a7757c0f4b..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SessionByIdDataLoader.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Data; -using GreenDonut; - -namespace HotChocolate.ConferencePlanner.DataLoader -{ - public class SessionByIdDataLoader : BatchDataLoader<int, Session> - { - private readonly IDbContextFactory<ApplicationDbContext> _dbContextFactory; - - public SessionByIdDataLoader( - IDbContextFactory<ApplicationDbContext> dbContextFactory, - IBatchScheduler batchScheduler, - DataLoaderOptions options) - : base(batchScheduler, options) - { - _dbContextFactory = dbContextFactory ?? - throw new ArgumentNullException(nameof(dbContextFactory)); - } - - protected override async Task<IReadOnlyDictionary<int, Session>> LoadBatchAsync( - IReadOnlyList<int> keys, - CancellationToken cancellationToken) - { - await using var dbContext = - _dbContextFactory.CreateDbContext(); - - return await dbContext.Sessions - .Where(s => keys.Contains(s.Id)) - .ToDictionaryAsync(t => t.Id, cancellationToken); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SessionBySpeakerIdDataLoader.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SessionBySpeakerIdDataLoader.cs deleted file mode 100644 index dffc61cddfd..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SessionBySpeakerIdDataLoader.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using GreenDonut; -using HotChocolate.ConferencePlanner.Data; -using Microsoft.EntityFrameworkCore; - -namespace HotChocolate.ConferencePlanner.DataLoader -{ - public class SessionBySpeakerIdDataLoader : GroupedDataLoader<int, Session> - { - private static readonly string _sessionCacheKey = GetCacheKeyType<SessionByIdDataLoader>(); - private readonly IDbContextFactory<ApplicationDbContext> _dbContextFactory; - - public SessionBySpeakerIdDataLoader( - IDbContextFactory<ApplicationDbContext> dbContextFactory, - IBatchScheduler batchScheduler, - DataLoaderOptions options) - : base(batchScheduler, options) - { - _dbContextFactory = dbContextFactory ?? - throw new ArgumentNullException(nameof(dbContextFactory)); - } - - protected override async Task<ILookup<int, Session>> LoadGroupedBatchAsync( - IReadOnlyList<int> keys, - CancellationToken cancellationToken) - { - await using var dbContext = - _dbContextFactory.CreateDbContext(); - - var list = await dbContext.Speakers - .Where(s => keys.Contains(s.Id)) - .Include(s => s.SessionSpeakers) - .SelectMany(s => s.SessionSpeakers) - .Include(s => s.Session) - .ToListAsync(cancellationToken); - - TryAddToCache(_sessionCacheKey, list, item => item.SessionId, item => item.Session!); - - return list.ToLookup(t => t.SpeakerId, t => t.Session!); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SpeakerByIdDataLoader.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SpeakerByIdDataLoader.cs deleted file mode 100644 index a70202c62da..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SpeakerByIdDataLoader.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Data; -using GreenDonut; - -namespace HotChocolate.ConferencePlanner.DataLoader -{ - public class SpeakerByIdDataLoader : BatchDataLoader<int, Speaker> - { - private readonly IDbContextFactory<ApplicationDbContext> _dbContextFactory; - - public SpeakerByIdDataLoader( - IDbContextFactory<ApplicationDbContext> dbContextFactory, - IBatchScheduler batchScheduler, - DataLoaderOptions options) - : base(batchScheduler, options) - { - _dbContextFactory = dbContextFactory ?? - throw new ArgumentNullException(nameof(dbContextFactory)); - } - - protected override async Task<IReadOnlyDictionary<int, Speaker>> LoadBatchAsync( - IReadOnlyList<int> keys, - CancellationToken cancellationToken) - { - await using var dbContext = - _dbContextFactory.CreateDbContext(); - - return await dbContext.Speakers - .Where(s => keys.Contains(s.Id)) - .ToDictionaryAsync(t => t.Id, cancellationToken); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SpeakerBySessionIdDataLoader.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SpeakerBySessionIdDataLoader.cs deleted file mode 100644 index 46d393fa46d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/SpeakerBySessionIdDataLoader.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using GreenDonut; -using HotChocolate.ConferencePlanner.Data; -using Microsoft.EntityFrameworkCore; - -namespace HotChocolate.ConferencePlanner.DataLoader -{ - public class SpeakerBySessionIdDataLoader : GroupedDataLoader<int, Speaker> - { - private static readonly string _speakerCacheKey = GetCacheKeyType<SpeakerByIdDataLoader>(); - private readonly IDbContextFactory<ApplicationDbContext> _dbContextFactory; - - public SpeakerBySessionIdDataLoader( - IDbContextFactory<ApplicationDbContext> dbContextFactory, - IBatchScheduler batchScheduler, - DataLoaderOptions options) - : base(batchScheduler, options) - { - _dbContextFactory = dbContextFactory ?? - throw new ArgumentNullException(nameof(dbContextFactory)); - } - - protected override async Task<ILookup<int, Speaker>> LoadGroupedBatchAsync( - IReadOnlyList<int> keys, - CancellationToken cancellationToken) - { - await using var dbContext = - _dbContextFactory.CreateDbContext(); - - var list = await dbContext.Sessions - .Where(s => keys.Contains(s.Id)) - .Include(s => s.SessionSpeakers) - .SelectMany(s => s.SessionSpeakers) - .Include(s => s.Speaker) - .ToListAsync(cancellationToken); - - TryAddToCache(_speakerCacheKey, list, item => item.SpeakerId, item => item.Speaker!); - - return list.ToLookup(t => t.SessionId, t => t.Speaker!); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/TrackByIdDataLoader.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/TrackByIdDataLoader.cs deleted file mode 100644 index ad8dcc383c4..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/DataLoader/TrackByIdDataLoader.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Data; -using GreenDonut; - -namespace HotChocolate.ConferencePlanner.DataLoader -{ - public class TrackByIdDataLoader : BatchDataLoader<int, Track> - { - private readonly IDbContextFactory<ApplicationDbContext> _dbContextFactory; - - public TrackByIdDataLoader( - IDbContextFactory<ApplicationDbContext> dbContextFactory, - IBatchScheduler batchScheduler, - DataLoaderOptions options) - : base(batchScheduler, options) - { - _dbContextFactory = dbContextFactory ?? - throw new ArgumentNullException(nameof(dbContextFactory)); - } - - protected override async Task<IReadOnlyDictionary<int, Track>> LoadBatchAsync( - IReadOnlyList<int> keys, - CancellationToken cancellationToken) - { - await using var dbContext = - _dbContextFactory.CreateDbContext(); - - return await dbContext.Tracks - .Where(s => keys.Contains(s.Id)) - .ToDictionaryAsync(t => t.Id, cancellationToken); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/ObjectFieldDescriptorExtensions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/ObjectFieldDescriptorExtensions.cs deleted file mode 100644 index 78d4e5053d8..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/ObjectFieldDescriptorExtensions.cs +++ /dev/null @@ -1,26 +0,0 @@ -using Microsoft.EntityFrameworkCore; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Types; - -namespace HotChocolate.ConferencePlanner -{ - public static class ObjectFieldDescriptorExtensions - { - public static IObjectFieldDescriptor UseDbContext<TDbContext>( - this IObjectFieldDescriptor descriptor) - where TDbContext : DbContext - { - return descriptor.UseScopedService<TDbContext>( - create: s => s.GetRequiredService<IDbContextFactory<TDbContext>>().CreateDbContext(), - disposeAsync: (s, c) => c.DisposeAsync()); - } - - public static IObjectFieldDescriptor UseUpperCase( - this IObjectFieldDescriptor descriptor) - { - descriptor.Extend().Definition.FormatterDefinitions.Add( - new((c, r) => r is string s ? s.ToUpperInvariant() : r)); - return descriptor; - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/UseApplicationDbContextAttribute.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/UseApplicationDbContextAttribute.cs deleted file mode 100644 index 17c020cbd1e..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/UseApplicationDbContextAttribute.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.ConferencePlanner -{ - public class UseApplicationDbContextAttribute : ObjectFieldDescriptorAttribute - { - public UseApplicationDbContextAttribute([CallerLineNumber] int order = 0) - { - Order = order; - } - - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - descriptor.UseDbContext<ApplicationDbContext>(); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/UseUpperCaseAttribute.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/UseUpperCaseAttribute.cs deleted file mode 100644 index 3c9e21f47e5..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Extensions/UseUpperCaseAttribute.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Reflection; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.ConferencePlanner -{ - public class UseUpperCaseAttribute : ObjectFieldDescriptorAttribute - { - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - descriptor.UseUpperCase(); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/HotChocolate.ConferenceApp.csproj b/src/HotChocolate/Benchmarks/src/ConferenceApp/HotChocolate.ConferenceApp.csproj deleted file mode 100644 index 5d63db1306d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/HotChocolate.ConferenceApp.csproj +++ /dev/null @@ -1,36 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <RootNamespace>HotChocolate.ConferencePlanner</RootNamespace> - <PackageVersion>12.2.1</PackageVersion> - <UsePackageVersion>false</UsePackageVersion> - </PropertyGroup> - - <ItemGroup Condition="'$(UsePackageVersion)' != 'true'"> - <ProjectReference Include="..\..\..\AspNetCore\src\AspNetCore\HotChocolate.AspNetCore.csproj" /> - <ProjectReference Include="..\..\..\Data\src\Data\HotChocolate.Data.csproj" /> - </ItemGroup> - - <ItemGroup Condition="'$(UsePackageVersion)' == 'true'"> - <PackageReference Include="HotChocolate.AspNetCore" Version="$(PackageVersion)" /> - <PackageReference Include="HotChocolate.Data" Version="$(PackageVersion)" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" /> - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="BenchmarkDotNet" Version="0.13.1" /> - <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> - </ItemGroup> - - <ItemGroup> - <Content Remove="Imports\Data.json" /> - <EmbeddedResource Include="Imports\Data.json" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/Data.json b/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/Data.json deleted file mode 100644 index e9fcfe6a78a..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/Data.json +++ /dev/null @@ -1,8119 +0,0 @@ -[ - { - "date": "2019-01-30T00:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "sessions": [ - { - "id": "69229", - "title": "Keynote: Welcome to the Machine", - "description": "Information is everywhere and for many people, especially in the connected world, it is accessible freely or at a minimal cost. News outlets rely on social media to broadcast breaking news. Social media in turn relies on us to feed it with information, be it of our surroundings or our personal information. It’s become somewhat of a self-sustaining self-serving machine in which we’re all part of. It’s big data and we’re a cog in the wheel. For now of course, because with big data and cheap yet powerful hardware, AI also wants to play the game.\r\n\r\nAnd if information and knowledge is the key to success, surely this means we’re on the right path. The question is, will we notice some of the warning signs before it’s too late…", - "startsAt": "2019-01-30T09:00:00", - "endsAt": "2019-01-30T10:00:00", - "isServiceSession": false, - "isPlenumSession": true, - "speakers": [ - { - "id": "2d146e58-439f-40ec-9d5b-1dbefdeb707a", - "name": "Hadi Hariri" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "66591", - "title": "Much Ado about Nothing: A C# play in two acts - Act 1, starring Mads Torgersen", - "description": "Understand the history and motivation behind introducing nullable types into an existing language.\r\nThis opening act is a deep design dive where you see the twists and turns of designing such a major feature that introduces potentially breaking changes into mountains of existing code. The stage is set for a major strategic shift in how you write C# code.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - }, - { - "id": "be2a42b5-fc04-47c8-860b-7c503a8c6854", - "name": "Bill Wagner" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "66592", - "title": "Much Ado about Nothing: A C# play in two acts. Act 2, starring Bill Wagner", - "description": "Resolve that tension by learning to love that strategic shift and put the new understanding into practice.\r\n\r\nLearn how nullable reference types affects your design decisions and how you express those decisions. Learn how to migrate an existing code base by discovering the original intent and expressing that intent in new syntax. The exciting conclusion to a world without null.", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "be2a42b5-fc04-47c8-860b-7c503a8c6854", - "name": "Bill Wagner" - }, - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10583, - "name": "Languages" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69301", - "title": "Insecure Transit - Microservice Security", - "description": "A deep dive into some of the technical challenges and solutions to securing a microservice architecture.\r\n\r\nMicroservices are great, and they offer us lots of options for how we can build, scale and evolve our applications. On the face of it, they should also help us create much more secure applications - the ability to protect in depth is a key part of protecting systems, and microservices make this much easier. On the other hand, information that used to flow within single processes, now flows over our networks, giving us a real headache. How do we make sure our shiny new microservices architectures aren’t less secure than their monolithic predecessor.\r\n\r\nIn this talk, I outline some of the key challenges associated with microservice architectures with respect to security, and then looks at approaches to address these issues. From secret stores, time-limited credentials and better backups, to confused deputy problems, JWT tokens and service meshes, this talk looks at the state of the art for building secure microservice architectures.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "9dac5e37-9ba2-4d4b-90a1-a004f4d51270", - "name": "Sam Newman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "68804", - "title": "Life Beyond Distributed Transactions: An Apostate's Implementation", - "description": "Over a decade ago, Pat Helland authored his paper, \"Life Beyond Distributed Transactions: An Apostate's Opinion\" describing a means to coordinate activities between entities in databases when a transaction encompassing those entities wasn't feasible or possible. While the paper and subsequent talks provided great insight in the challenges of coordinating activities across entities in a single database, implementations were left as an exercise to the reader!\r\n\r\nFast forward to today, and now we have NoSQL databases, microservices, message queues and brokers, HTTP web services and more that don't (and shouldn't) support any kind of distributed transaction.\r\n\r\nIn this session, we'll look at how to implement coordination between non-transactional resources using Pat's paper as a guide, with examples in Azure Cosmos DB, Azure Service Bus, and Azure SQL Server. We'll look at a real-world example where a codebase assumed everything would be transactional and always succeed, but production proved us wrong! Finally, we'll look at advanced coordination workflows such as Sagas to achieve robust, scalable coordination across the enterprise.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "f109dd0b-9441-4cbf-8664-19c021a6de4a", - "name": "Jimmy Bogard" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10585, - "name": "Microservices" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69174", - "title": "Hack to the Future", - "description": "Infosec is a continual game of one-upmanship; we build a defence and someone breaks it so we build another one then they break that and the cycle continues. Because of this, the security controls we have at our disposal are rapidly changing and the ones we used yesterday are very often useless today.\r\n\r\nThis talk focuses on what the threats look like *today*. What are we getting wrong, how do we fix it and how do we stay on top in an environment which will be different again tomorrow to what it is today. It's a real-world look at modern defences that everyone building online applications will want to see.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "735a4b60-42e8-4452-9480-68197372c206", - "name": "Troy Hunt" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2776, - "name": "Room 2", - "sessions": [ - { - "id": "69170", - "title": "What you need to know about ASP.NET Core 2.2", - "description": "Another new version of ASP.NET Core is here and it brings new capabilities, making it easier than ever to build and consume APIs. But there's also some hidden gems in the framework that aren't well known that you should definitely know about! \r\n\r\nDamian and David from the ASP.NET Core team are back to show you the new features plus their favourite, little-known features that don't get enough attention but will make your lives easier.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ad079cb0-a1a4-4051-8690-ba4975eb207a", - "name": "Damian Edwards" - }, - { - "id": "f9759467-293f-4805-a4da-c9db9d8310aa", - "name": "David Fowler" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "68938", - "title": "Securing Web Applications and APIs with ASP.NET Core 2.2 and 3.0", - "description": "ASP.NET Core and MVC is a mature and modern platform to build secure web applications and APIs for a while now. Starting with version 2.2, Microsoft makes big investments in the areas of standards-based authentication, single sign-on and API security by including the popular open source project IdentityServer4 in the project templates. This talk gives an overview over the various security features in ASP.NET Core but focuses in particular on the API security scenarios enabled by IdentityServer.", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "2201252d-46ba-4f0e-a519-ac8f6ea1501c", - "name": "Dominick Baier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "68939", - "title": "Building Clients for OpenID Connect/OAuth 2-based Systems", - "description": "Using protocols like OpenID Connect and OAuth 2 for authentication and API access can on one hand simply your front-ends dramatically since they don’t have to deal with credentials anymore – but on the other hand introduces new challenges like choosing the right protocol flow for the given client, secure token storage as well as token lifetime management. This talk gives an overview over the best practices how to solve the above problems for both native server and client-side applications as well as browser-based applications and SPAs.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "2201252d-46ba-4f0e-a519-ac8f6ea1501c", - "name": "Dominick Baier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "66448", - "title": "Designing Nullable Reference Types in F#", - "description": "Together for C#, F# will be incorporating nullability as a concept for .NET reference types. From the F# perspective, this fits with the default non-nullness of other F# types. But compatibility with existing code makes designing this a wild ride indeed! In this talk, we'll briefly explain what nullability means for F#, some existing mitigations for null in the language, and how we must consider compatibility with everything in mind. This deep dive into language design should give you an idea about what it is like designing a nontrivial feature that improves existing code while remaining compatible with it.", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cdeb4f0a-4f3e-4bd3-be85-b8528a5fdfcb", - "name": "Phillip Carter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "68940", - "title": "Domain-Driven Design: Hidden Lessons from the Big Blue Book", - "description": "We are entering an incredible new era of digital product development where users expect a seamless experience across all of their touchable, wearable, and voice-activated devices. How can we learn to develop software effectively in this new digital-by-default world? \r\n\r\nWhat if the answers are hidden away as secret messages in a 15 year old book? \r\n\r\nAre bounded contexts really used to design loosely coupled code, or are they one of the most powerful organisation design tools used to enable autonomous, self-organising teams? Are core domains just academic jargon that get in the way of shiny technical practices like event sourcing, or is understanding business core domains one of the key differentiators between high-performing delivery teams and the rest of us?\r\n\r\nLet’s go on an adventure and see if the big blue big and can help us in this brave new world.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b9d7090c-afe3-4278-ae79-d85987b4aae5", - "name": "Nick Tune" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "61516", - "title": "Panel discussion on the future of .NET", - "description": "Panel discussion with four experts in the field on the current state of the art and the where .NET and related technologies are heading.\r\n\r\nWe will discuss cross platform development, new features, performance, versioning issues of .NET Core, what’s going to happen with full framework, Blazor, how .NET stands up against competing technologies and where it is all going. \r\n\r\nYou won't cram more info into a session than this, come spend a great hour with us.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "de972e57-7765-4c38-9dcd-5981587c1433", - "name": "Bryan Hogan" - }, - { - "id": "70590ad0-b1b3-40b8-b05d-b58722ef9d9d", - "name": "Mark Rendle" - }, - { - "id": "cb70e0f2-0f0b-4b8f-b3f4-a9326309a1b2", - "name": "Tess Ferrandez-Norlander" - }, - { - "id": "8b1783d3-15ce-41dc-b989-386759803d97", - "name": "Oren Novotny" - }, - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2777, - "name": "Room 3", - "sessions": [ - { - "id": "68546", - "title": "Observability and the Development Process", - "description": "Historically, monitoring has been thought of as an afterthought of the software development cycle: something owned by the ops side of the room. But instead of trying to predict the various ways something might go sideways right before release and crafting dashboards to prepare, what might it look like to use answers about our system to figure out what to build, and how to build it, and whom for?\r\n\r\nObservability is the practice of understanding the internal state of a system via knowledge of its external outputs -- and is something that should be built into the process of crafting software from the very beginning.\r\n\r\nIn this talk, we'll discuss what this might look like in practice by using Honeycomb as a case study: how we rely on visibility into our system to inform planning during the development process, to observe the impact of new changes during and after release, and, of course, debug. We'll start by describing the problems faced by a SaaS platform like ours, then run through some specific instrumentation practices that we love and have used successfully to gain the visibility we need into our system’s day-to-day operations.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e5d55e8e-93d1-4a53-bbec-10e4beaf5fd8", - "name": "Christine Yen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10592, - "name": "Testing" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "68745", - "title": "Distributed Tracing: How the Pros Debug Concurrent and Distributed Systems", - "description": "As more and more developers move to distributed architectures such as micro services, distributed actor systems, and so forth it becomes increasingly complex to understand, debug, and diagnose.\r\n\r\nIn this talk we're going to introduce the emerging OpenTracing standard and talk about how you can instrument your applications to help visualize every operation, even across process and service boundaries. We'll also introduce Zipkin, one of the most popular implementations of the OpenTracing standard. ", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "5a279f06-e4d2-449c-879d-eedec29cd401", - "name": "Aaron Stannard" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10566, - "name": "Architecture" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "58654", - "title": "Icons and the Web: Symbols of the Modern Age", - "description": "Icons have been a staple of software for decades, and come in as many varieties as the tools used to make them. From humble beginnings as precisely-pixelated pictograms, icons are now entering a renaissance of high-density displays, vector formats, and an almost cult-like following. In this session, you'll learn the inner workings of modern icon design, explore various techniques for adding symbology to your web apps, and discover how to bring your interfaces into the modern age!", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "17a4cdca-0332-4607-9de3-993d25ccc459", - "name": "Tim G. Thomas" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10594, - "name": "UI" - }, - { - "id": 10595, - "name": "UX" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10574, - "name": "Design" - }, - { - "id": 10593, - "name": "Tools" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "68734", - "title": "Infrastructure as TypeScript", - "description": "For almost a decade \"Infrastructure as Code\" has been a DevOps buzzword - but the myriad tools in share a dirty little secret... there's no actual code! Few people like \"programming\" YAML or JSON (even the human-friendly variants!), and even fewer like having to reverse-engineer ways to apply known good development practices to tools which resist it at all cost.\r\n\r\nSo, what if things were different,and programming infrastructure was more like real programming, with real programming languages like TypeScript? What if you defined Lambda functions by actually writing lambdas, created abstractions using complex types, and could take advantage of existing tools for modularity, linting, refactoring and testing?\r\n\r\nEnter Pulumi, an open-source deployment engine which enables all these things using TypeScript, Python or Go!\r\n\r\nIn this talk, we'll look at how you can write TypeScript code using Pulumi to provision traditional cloud infrastructure, manage Kubernetes and build portable \"serverless\" applications - all with minimal YAML in sight! We'll look at deploying to multiple regions of the same cloud, and how to build abstractions allowing multi-cloud to be a reality.", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "82242efa-dc48-4c4b-8e26-6b93bbe5623a", - "name": "James Nugent" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "68493", - "title": "The tech future is diverse", - "description": "By 2020, there will be 4 times more devices connected to the Internet around the world. While technology impacts our everyday life in almost every way, the solutions we create fails to reflect our society or the world we live in. Instead, they often reinforce stereotypes, prejudice, and differences. In this talk, we will look into the lack of diversity and how diversity will make us more suited to solve problems and meet the needs of our society. We will address the culture in our communities, the reasons why minorities quit, and the importance of diversity in tech.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "50fd0b93-cece-43b5-a7f6-f9ccca500f91", - "name": "Tannaz N. Roshandel" - }, - { - "id": "daafd2d6-0eb2-4eb4-834c-76d51734f6f7", - "name": "Line Moseng" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10578, - "name": "Ethics" - }, - { - "id": 10588, - "name": "People" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "62178", - "title": "Patterns for Resilient Architecture", - "description": "We have traditionally built robust software systems by trying to avoid mistakes and by dodging failures when they occur in production or by testing parts of the system in isolation from one another. Modern methods and techniques take a very different approach based on resiliency, which promotes embracing failure instead of trying to avoid it. Resilient architectures enhance observability, leverage well-known patterns such as graceful degradation, timeouts and circuit breakers and embrace chaos engineering, a discipline that promotes breaking things on purpose in order to learn how to build more resilient systems. In this session, will review the most useful patterns for building resilient software systems and I will introduce chaos engineering methodology and especially show the audience how they can benefit from breaking things on purpose.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e4fd745a-8a49-43d3-8763-020a4f3512ab", - "name": "Adrian Hornsby" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2778, - "name": "Room 4", - "sessions": [ - { - "id": "66715", - "title": "GraphQL Will Do To REST What JSON Did To XML", - "description": "Why GraphQL will become the new standard for accessing external data in your application. I will show how using GraphQL instead of REST services the development process becomes even more declarative as GraphQL will take away the (imperative) hassle of tying data from multiple endpoints together. This will increase the level of complexity in frontend development, while also increasing the performance of the application.\r\n", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "4bb972aa-3d92-45ff-95b4-68ed3ca86e9e", - "name": "Roy Derks" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10587, - "name": "Mobile" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "63252", - "title": "Dynamic Runtime Code with Roslyn", - "description": "A possibly overlooked feature of the Roslyn compiler is the ability to generate, compile, and load new types at runtime. Sure, we've always had *some* ability to use dynamic code in .Net, but the existing techniques were either slow (Reflection) or daunting to use (IL generation or Expressions). Now though, we can just use C# in a way that's both more approachable for more developers and lends itself to more ambitious levels of dynamic behavior. In this talk I'll show some of the ways I've been using this technique to create more efficient, low allocation application frameworks. We'll also dive into the Utf8Json library already uses this approach today in its support for very highly efficient Json parsing.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cf80d55a-62bf-4be2-a986-27d217129faf", - "name": "Jeremy Miller" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "66433", - "title": "Pragmatic Performance: When to care about perf, and what to do about it.", - "description": "As a developer you often here both that performance is important, but also that you shouldn't worry about performance up front, so when is the right time to think about it? And if the time is right, what are you actually supposed to do?\r\n\r\nIf you're interested to hear about a pragmatic approach to performance, this talk will explain when is the right time to think about benchmarking, but more importantly will run through how to correctly benchmark .NET code so any decisions made will be based on information about your code that is trustworthy.\r\n\r\nAdditionally you'll also find out about some of the common, and some of the unknown, performance pitfalls of the .NET Framework and we'll discuss the true meaning behind the phrase \"premature optimization is the root of all evil\".", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "604507ba-fd96-4c48-a29a-67a95760d888", - "name": "David Wengier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "59857", - "title": "CSS Grid - What is this Magic?!", - "description": "We’ve all heard a lot in the last year about a new advancement in the world of CSS, called CSS Grid. Starting off at whispers, we’re now starting to hear it as a deafening roar as more and more developers write about it, talk about it, share it and start using it. In the world of front end, I see it everywhere I turn and am excited as I start to use it in my own projects.\r\n\r\nBut what does this new CSS specification mean for software developers, and why should you care about it? In the world of tech today, we can do so many amazing things and use whatever language we choose across a wide range of devices and platforms. Whether it’s the advent of React and React Native, or frameworks like Electron, it’s easier than ever to build one app that works on multiple platforms with the language we know and work with best. The ability to do this also expands to styling apps on any platform using CSS, and therefore being able to utilise the magical thing that is\r\nCSS Grid.\r\n\r\nThe reason CSS Grid is gaining so much attention, is because it’s a game changer for front end and layouts. With a few simple lines of code, we can now create imaginative, dynamic, responsive layouts (yep, I know that’s a lot of buzz words). While a lot of people are calling this the new ‘table layout’, grid gives us so much more, with the ability to spread cells across columns and rows to whatever size you choose, dictate which direction new items flow, allow cells to move around to fit in place and even tell certain cells exactly where they need to sit.\r\n\r\nWhile there is so much to worry about when developing an app, CSS Grid means that you can worry less about building the layout on the front end, and more about making sure the back end works well. Let me show you how the magic works.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d387e75c-ed26-4dc6-8612-0f18abdfd9f5", - "name": "Amy Kapernick" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "68826", - "title": "A lap around Azure Devops", - "description": "Azure DevOps (previously known as Visual Studio Team Services) is a broad product suite with tools that assists small and large software development teams that want to deliver high quality software at a rapid speed. \r\n\r\nIn session we will walk through all major features in Azure DevOps, such as Azure Boards, Azure Pipelines and Azure Repos, and look at how we can continuously deliver value to or end users and implement DevOps practices such as Infrastructure as Code and testing in production using Azure.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "54973c7d-2fe5-4a49-9a1c-a52afed4d6a4", - "name": "Jakob Ehn" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10571, - "name": "Continuous Delivery" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10564, - "name": "Agile" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2779, - "name": "Room 5", - "sessions": [ - { - "id": "67422", - "title": "What You Need to Know About Open Source—Trust Me, I'm a Lawyer", - "description": "Open source tools. We all use them. Whether an entire framework, a focused toolkit, or a simple custom component from GitHub, npm, or NuGet, the opportunity to improve our development speed while learning new things from open source projects is enticing.\r\n\r\nBut what does “open source” truly mean? What are our rights and limitations as open source consumers to use, modify, and redistribute these tools in a professional environment? The answer depends upon the OSS author's own decisions regarding project licensing. Come investigate the core principles of open source development and consumption while comparing and contrasting some of the more popular licenses in use today. Learn to make better decisions for your organization by becoming informed of how best to leverage the open source works of others and also how to properly license your own.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b3761cce-aaeb-4ca4-a5b3-40f162f6bcf8", - "name": "Jeff Strauss" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10578, - "name": "Ethics" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "66768", - "title": "Teaching New Tricks – How to enhance the skills of experienced developers", - "description": "It’s easy to forget what it felt like when you were a beginner. This lively dog-based* talk is about the rewards and pitfalls involved in introducing pair programming, TDD and an agile development approach to experienced developers who are used to working in a different way. It includes several practical suggestions of how to help and convince less agile-experienced colleagues.\r\nBased on my experience as a consultant technical lead, the aim is to help you to move your team members to a state of childlike fearlessness where learning is fun; is embedded in everything you do; and applies to all team members regardless of experience. \r\n*It turns out that images of dogs can be used to illustrate an astonishing variety of concepts!", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "403fae21-0856-432a-b35c-0949ebaac53c", - "name": "Clare Sudbery" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10564, - "name": "Agile" - }, - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10578, - "name": "Ethics" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "58982", - "title": "Reading other peoples code", - "description": "Someone else's code. Even worse, thousands of lines, maybe hundreds of files of other peoples code. Is there a way to methodically read and understand other peoples work, build their mental models? In this talk I will go through techniques I have developed throughout 18 years of programming. Hopefully you will walk away with a plan on how to approach a new code base. But even more I hope you walk away with a feeling of curiosity, wanting to get to know your fellow programmers through their code.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "0eaa4bb2-cb2a-4b76-800d-de8b1dfdb50c", - "name": "Patricia Aas" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10583, - "name": "Languages" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "69253", - "title": "Power BI for Developers", - "description": "Integrate, Extend, Embed!\r\n\r\nIn this session, you will learn how developers can deliver real-time dashboards, create custom visuals and embed rich interactive analytics in their apps with Power BI. This presentation specifically targets experienced app developers, and also those curious to understand what developers can achieve with Power BI. Numerous demonstrations will put the theory into action.", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cc7c7f29-87fc-44b2-a62b-a6ea4a332ea9", - "name": "Peter Myers" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10565, - "name": "AI" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10573, - "name": "Database" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "67909", - "title": "Build vs Buy: Software Systems at Jurassic Park", - "description": "We were so preoccupied with whether we could, we didn’t stop to think if we should. Nowhere at Jurassic Park was this more true than how we developed software. Having the wrong software and support structures was a key factor in the failures of our first park. We were entrepreneurs launching something new and architects integrating an enterprise. And our decisions had lasting consequences. Deciding which problems were worth our time was foundational to our failure.\r\n\r\nJoin us for a retrospective of software systems at Jurassic Park. We’ll dig into case studies and explore our successes and failures. We’ll uncover the options, costs, and risks inherent in deciding what software to build, what to buy, and alternatives in between. We’ll explore the opportunity cost of building systems, the sustainability of open-source, and the risks of vendor lock-in. You’ll leave equipped to make better decisions and avoid the pitfalls we made at Jurassic Park.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "5f017dbb-6821-480b-a750-82a0f15fa1b2", - "name": "Todd Gardner" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10591, - "name": "Soft Skills" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2780, - "name": "Room 6", - "sessions": [ - { - "id": "67163", - "title": "Workshop: An introduction to Kubernetes on Google Cloud with Docker - Part 1/2", - "description": "Do you want to deploy your own application in the cloud, but don't know where you should start? This workshop is for you!\r\n\r\nIn this workshop you will create your first Kubernetes cluster with Docker images in Google Cloud. By using Docker images, you can build and deploy your application without worrying about the environment on the server. We will create a cluster containing a frontend web application and a backend.\r\n\r\n This workshop does not require knowledge about Docker, Kubernetes or Google Cloud.\r\n\r\nYou will need to bring your own computer to attend the workshop.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8c7086a0-fd3b-4c11-b085-1182faa39e7b", - "name": "Ingrid Guren" - }, - { - "id": "daafd2d6-0eb2-4eb4-834c-76d51734f6f7", - "name": "Line Moseng" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "66459", - "title": "Getting Started with Cosmos DB + EF Core", - "description": "Cosmos DB is great and awesomely fast. Wouldn't be even more amazing if we could use our beloved entity framework to manage it? Let see how we can wire it up and get started", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "c739e2f1-ecf5-43e1-abcf-90cf13dd7b8f", - "name": "Thiago Passos" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10573, - "name": "Database" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "69255", - "title": "Workshop: Embedding Power BI Analytics - Part 1/2", - "description": "This instructor-led workshop focuses on development practices for embedding Power BI reports, dashboards and the Q&A experience, and working with the Power BI JavaScript API.\r\n\r\nThis workshop is designed for web developers experienced with ASP.NET, Visual C#, HTML and JavaScript. You are required to bring your own PC, with Visual Studio 2015 (or later) with web tools installed.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cc7c7f29-87fc-44b2-a62b-a6ea4a332ea9", - "name": "Peter Myers" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10573, - "name": "Database" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - } - ], - "hasOnlyPlenumSessions": false - } - ], - "timeSlots": [ - { - "slotStart": "09:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69229", - "title": "Keynote: Welcome to the Machine", - "description": "Information is everywhere and for many people, especially in the connected world, it is accessible freely or at a minimal cost. News outlets rely on social media to broadcast breaking news. Social media in turn relies on us to feed it with information, be it of our surroundings or our personal information. It’s become somewhat of a self-sustaining self-serving machine in which we’re all part of. It’s big data and we’re a cog in the wheel. For now of course, because with big data and cheap yet powerful hardware, AI also wants to play the game.\r\n\r\nAnd if information and knowledge is the key to success, surely this means we’re on the right path. The question is, will we notice some of the warning signs before it’s too late…", - "startsAt": "2019-01-30T09:00:00", - "endsAt": "2019-01-30T10:00:00", - "isServiceSession": false, - "isPlenumSession": true, - "speakers": [ - { - "id": "2d146e58-439f-40ec-9d5b-1dbefdeb707a", - "name": "Hadi Hariri" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - } - ] - }, - { - "slotStart": "10:20:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "66591", - "title": "Much Ado about Nothing: A C# play in two acts - Act 1, starring Mads Torgersen", - "description": "Understand the history and motivation behind introducing nullable types into an existing language.\r\nThis opening act is a deep design dive where you see the twists and turns of designing such a major feature that introduces potentially breaking changes into mountains of existing code. The stage is set for a major strategic shift in how you write C# code.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - }, - { - "id": "be2a42b5-fc04-47c8-860b-7c503a8c6854", - "name": "Bill Wagner" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "69170", - "title": "What you need to know about ASP.NET Core 2.2", - "description": "Another new version of ASP.NET Core is here and it brings new capabilities, making it easier than ever to build and consume APIs. But there's also some hidden gems in the framework that aren't well known that you should definitely know about! \r\n\r\nDamian and David from the ASP.NET Core team are back to show you the new features plus their favourite, little-known features that don't get enough attention but will make your lives easier.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ad079cb0-a1a4-4051-8690-ba4975eb207a", - "name": "Damian Edwards" - }, - { - "id": "f9759467-293f-4805-a4da-c9db9d8310aa", - "name": "David Fowler" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "68546", - "title": "Observability and the Development Process", - "description": "Historically, monitoring has been thought of as an afterthought of the software development cycle: something owned by the ops side of the room. But instead of trying to predict the various ways something might go sideways right before release and crafting dashboards to prepare, what might it look like to use answers about our system to figure out what to build, and how to build it, and whom for?\r\n\r\nObservability is the practice of understanding the internal state of a system via knowledge of its external outputs -- and is something that should be built into the process of crafting software from the very beginning.\r\n\r\nIn this talk, we'll discuss what this might look like in practice by using Honeycomb as a case study: how we rely on visibility into our system to inform planning during the development process, to observe the impact of new changes during and after release, and, of course, debug. We'll start by describing the problems faced by a SaaS platform like ours, then run through some specific instrumentation practices that we love and have used successfully to gain the visibility we need into our system’s day-to-day operations.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e5d55e8e-93d1-4a53-bbec-10e4beaf5fd8", - "name": "Christine Yen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10592, - "name": "Testing" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "67422", - "title": "What You Need to Know About Open Source—Trust Me, I'm a Lawyer", - "description": "Open source tools. We all use them. Whether an entire framework, a focused toolkit, or a simple custom component from GitHub, npm, or NuGet, the opportunity to improve our development speed while learning new things from open source projects is enticing.\r\n\r\nBut what does “open source” truly mean? What are our rights and limitations as open source consumers to use, modify, and redistribute these tools in a professional environment? The answer depends upon the OSS author's own decisions regarding project licensing. Come investigate the core principles of open source development and consumption while comparing and contrasting some of the more popular licenses in use today. Learn to make better decisions for your organization by becoming informed of how best to leverage the open source works of others and also how to properly license your own.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b3761cce-aaeb-4ca4-a5b3-40f162f6bcf8", - "name": "Jeff Strauss" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10578, - "name": "Ethics" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "67163", - "title": "Workshop: An introduction to Kubernetes on Google Cloud with Docker - Part 1/2", - "description": "Do you want to deploy your own application in the cloud, but don't know where you should start? This workshop is for you!\r\n\r\nIn this workshop you will create your first Kubernetes cluster with Docker images in Google Cloud. By using Docker images, you can build and deploy your application without worrying about the environment on the server. We will create a cluster containing a frontend web application and a backend.\r\n\r\n This workshop does not require knowledge about Docker, Kubernetes or Google Cloud.\r\n\r\nYou will need to bring your own computer to attend the workshop.", - "startsAt": "2019-01-30T10:20:00", - "endsAt": "2019-01-30T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8c7086a0-fd3b-4c11-b085-1182faa39e7b", - "name": "Ingrid Guren" - }, - { - "id": "daafd2d6-0eb2-4eb4-834c-76d51734f6f7", - "name": "Line Moseng" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "11:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "66592", - "title": "Much Ado about Nothing: A C# play in two acts. Act 2, starring Bill Wagner", - "description": "Resolve that tension by learning to love that strategic shift and put the new understanding into practice.\r\n\r\nLearn how nullable reference types affects your design decisions and how you express those decisions. Learn how to migrate an existing code base by discovering the original intent and expressing that intent in new syntax. The exciting conclusion to a world without null.", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "be2a42b5-fc04-47c8-860b-7c503a8c6854", - "name": "Bill Wagner" - }, - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10583, - "name": "Languages" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "68938", - "title": "Securing Web Applications and APIs with ASP.NET Core 2.2 and 3.0", - "description": "ASP.NET Core and MVC is a mature and modern platform to build secure web applications and APIs for a while now. Starting with version 2.2, Microsoft makes big investments in the areas of standards-based authentication, single sign-on and API security by including the popular open source project IdentityServer4 in the project templates. This talk gives an overview over the various security features in ASP.NET Core but focuses in particular on the API security scenarios enabled by IdentityServer.", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "2201252d-46ba-4f0e-a519-ac8f6ea1501c", - "name": "Dominick Baier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "68745", - "title": "Distributed Tracing: How the Pros Debug Concurrent and Distributed Systems", - "description": "As more and more developers move to distributed architectures such as micro services, distributed actor systems, and so forth it becomes increasingly complex to understand, debug, and diagnose.\r\n\r\nIn this talk we're going to introduce the emerging OpenTracing standard and talk about how you can instrument your applications to help visualize every operation, even across process and service boundaries. We'll also introduce Zipkin, one of the most popular implementations of the OpenTracing standard. ", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "5a279f06-e4d2-449c-879d-eedec29cd401", - "name": "Aaron Stannard" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10566, - "name": "Architecture" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "66715", - "title": "GraphQL Will Do To REST What JSON Did To XML", - "description": "Why GraphQL will become the new standard for accessing external data in your application. I will show how using GraphQL instead of REST services the development process becomes even more declarative as GraphQL will take away the (imperative) hassle of tying data from multiple endpoints together. This will increase the level of complexity in frontend development, while also increasing the performance of the application.\r\n", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "4bb972aa-3d92-45ff-95b4-68ed3ca86e9e", - "name": "Roy Derks" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10587, - "name": "Mobile" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "66768", - "title": "Teaching New Tricks – How to enhance the skills of experienced developers", - "description": "It’s easy to forget what it felt like when you were a beginner. This lively dog-based* talk is about the rewards and pitfalls involved in introducing pair programming, TDD and an agile development approach to experienced developers who are used to working in a different way. It includes several practical suggestions of how to help and convince less agile-experienced colleagues.\r\nBased on my experience as a consultant technical lead, the aim is to help you to move your team members to a state of childlike fearlessness where learning is fun; is embedded in everything you do; and applies to all team members regardless of experience. \r\n*It turns out that images of dogs can be used to illustrate an astonishing variety of concepts!", - "startsAt": "2019-01-30T11:40:00", - "endsAt": "2019-01-30T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "403fae21-0856-432a-b35c-0949ebaac53c", - "name": "Clare Sudbery" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10564, - "name": "Agile" - }, - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10578, - "name": "Ethics" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - } - ] - }, - { - "slotStart": "13:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69301", - "title": "Insecure Transit - Microservice Security", - "description": "A deep dive into some of the technical challenges and solutions to securing a microservice architecture.\r\n\r\nMicroservices are great, and they offer us lots of options for how we can build, scale and evolve our applications. On the face of it, they should also help us create much more secure applications - the ability to protect in depth is a key part of protecting systems, and microservices make this much easier. On the other hand, information that used to flow within single processes, now flows over our networks, giving us a real headache. How do we make sure our shiny new microservices architectures aren’t less secure than their monolithic predecessor.\r\n\r\nIn this talk, I outline some of the key challenges associated with microservice architectures with respect to security, and then looks at approaches to address these issues. From secret stores, time-limited credentials and better backups, to confused deputy problems, JWT tokens and service meshes, this talk looks at the state of the art for building secure microservice architectures.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "9dac5e37-9ba2-4d4b-90a1-a004f4d51270", - "name": "Sam Newman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "68939", - "title": "Building Clients for OpenID Connect/OAuth 2-based Systems", - "description": "Using protocols like OpenID Connect and OAuth 2 for authentication and API access can on one hand simply your front-ends dramatically since they don’t have to deal with credentials anymore – but on the other hand introduces new challenges like choosing the right protocol flow for the given client, secure token storage as well as token lifetime management. This talk gives an overview over the best practices how to solve the above problems for both native server and client-side applications as well as browser-based applications and SPAs.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "2201252d-46ba-4f0e-a519-ac8f6ea1501c", - "name": "Dominick Baier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "58654", - "title": "Icons and the Web: Symbols of the Modern Age", - "description": "Icons have been a staple of software for decades, and come in as many varieties as the tools used to make them. From humble beginnings as precisely-pixelated pictograms, icons are now entering a renaissance of high-density displays, vector formats, and an almost cult-like following. In this session, you'll learn the inner workings of modern icon design, explore various techniques for adding symbology to your web apps, and discover how to bring your interfaces into the modern age!", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "17a4cdca-0332-4607-9de3-993d25ccc459", - "name": "Tim G. Thomas" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10594, - "name": "UI" - }, - { - "id": 10595, - "name": "UX" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10574, - "name": "Design" - }, - { - "id": 10593, - "name": "Tools" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "63252", - "title": "Dynamic Runtime Code with Roslyn", - "description": "A possibly overlooked feature of the Roslyn compiler is the ability to generate, compile, and load new types at runtime. Sure, we've always had *some* ability to use dynamic code in .Net, but the existing techniques were either slow (Reflection) or daunting to use (IL generation or Expressions). Now though, we can just use C# in a way that's both more approachable for more developers and lends itself to more ambitious levels of dynamic behavior. In this talk I'll show some of the ways I've been using this technique to create more efficient, low allocation application frameworks. We'll also dive into the Utf8Json library already uses this approach today in its support for very highly efficient Json parsing.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cf80d55a-62bf-4be2-a986-27d217129faf", - "name": "Jeremy Miller" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "58982", - "title": "Reading other peoples code", - "description": "Someone else's code. Even worse, thousands of lines, maybe hundreds of files of other peoples code. Is there a way to methodically read and understand other peoples work, build their mental models? In this talk I will go through techniques I have developed throughout 18 years of programming. Hopefully you will walk away with a plan on how to approach a new code base. But even more I hope you walk away with a feeling of curiosity, wanting to get to know your fellow programmers through their code.", - "startsAt": "2019-01-30T13:40:00", - "endsAt": "2019-01-30T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "0eaa4bb2-cb2a-4b76-800d-de8b1dfdb50c", - "name": "Patricia Aas" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10583, - "name": "Languages" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - } - ] - }, - { - "slotStart": "15:00:00", - "rooms": [ - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "66448", - "title": "Designing Nullable Reference Types in F#", - "description": "Together for C#, F# will be incorporating nullability as a concept for .NET reference types. From the F# perspective, this fits with the default non-nullness of other F# types. But compatibility with existing code makes designing this a wild ride indeed! In this talk, we'll briefly explain what nullability means for F#, some existing mitigations for null in the language, and how we must consider compatibility with everything in mind. This deep dive into language design should give you an idea about what it is like designing a nontrivial feature that improves existing code while remaining compatible with it.", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cdeb4f0a-4f3e-4bd3-be85-b8528a5fdfcb", - "name": "Phillip Carter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "68734", - "title": "Infrastructure as TypeScript", - "description": "For almost a decade \"Infrastructure as Code\" has been a DevOps buzzword - but the myriad tools in share a dirty little secret... there's no actual code! Few people like \"programming\" YAML or JSON (even the human-friendly variants!), and even fewer like having to reverse-engineer ways to apply known good development practices to tools which resist it at all cost.\r\n\r\nSo, what if things were different,and programming infrastructure was more like real programming, with real programming languages like TypeScript? What if you defined Lambda functions by actually writing lambdas, created abstractions using complex types, and could take advantage of existing tools for modularity, linting, refactoring and testing?\r\n\r\nEnter Pulumi, an open-source deployment engine which enables all these things using TypeScript, Python or Go!\r\n\r\nIn this talk, we'll look at how you can write TypeScript code using Pulumi to provision traditional cloud infrastructure, manage Kubernetes and build portable \"serverless\" applications - all with minimal YAML in sight! We'll look at deploying to multiple regions of the same cloud, and how to build abstractions allowing multi-cloud to be a reality.", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "82242efa-dc48-4c4b-8e26-6b93bbe5623a", - "name": "James Nugent" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "66433", - "title": "Pragmatic Performance: When to care about perf, and what to do about it.", - "description": "As a developer you often here both that performance is important, but also that you shouldn't worry about performance up front, so when is the right time to think about it? And if the time is right, what are you actually supposed to do?\r\n\r\nIf you're interested to hear about a pragmatic approach to performance, this talk will explain when is the right time to think about benchmarking, but more importantly will run through how to correctly benchmark .NET code so any decisions made will be based on information about your code that is trustworthy.\r\n\r\nAdditionally you'll also find out about some of the common, and some of the unknown, performance pitfalls of the .NET Framework and we'll discuss the true meaning behind the phrase \"premature optimization is the root of all evil\".", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "604507ba-fd96-4c48-a29a-67a95760d888", - "name": "David Wengier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "69253", - "title": "Power BI for Developers", - "description": "Integrate, Extend, Embed!\r\n\r\nIn this session, you will learn how developers can deliver real-time dashboards, create custom visuals and embed rich interactive analytics in their apps with Power BI. This presentation specifically targets experienced app developers, and also those curious to understand what developers can achieve with Power BI. Numerous demonstrations will put the theory into action.", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cc7c7f29-87fc-44b2-a62b-a6ea4a332ea9", - "name": "Peter Myers" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10565, - "name": "AI" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10573, - "name": "Database" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "66459", - "title": "Getting Started with Cosmos DB + EF Core", - "description": "Cosmos DB is great and awesomely fast. Wouldn't be even more amazing if we could use our beloved entity framework to manage it? Let see how we can wire it up and get started", - "startsAt": "2019-01-30T15:00:00", - "endsAt": "2019-01-30T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "c739e2f1-ecf5-43e1-abcf-90cf13dd7b8f", - "name": "Thiago Passos" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10573, - "name": "Database" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "16:20:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "68804", - "title": "Life Beyond Distributed Transactions: An Apostate's Implementation", - "description": "Over a decade ago, Pat Helland authored his paper, \"Life Beyond Distributed Transactions: An Apostate's Opinion\" describing a means to coordinate activities between entities in databases when a transaction encompassing those entities wasn't feasible or possible. While the paper and subsequent talks provided great insight in the challenges of coordinating activities across entities in a single database, implementations were left as an exercise to the reader!\r\n\r\nFast forward to today, and now we have NoSQL databases, microservices, message queues and brokers, HTTP web services and more that don't (and shouldn't) support any kind of distributed transaction.\r\n\r\nIn this session, we'll look at how to implement coordination between non-transactional resources using Pat's paper as a guide, with examples in Azure Cosmos DB, Azure Service Bus, and Azure SQL Server. We'll look at a real-world example where a codebase assumed everything would be transactional and always succeed, but production proved us wrong! Finally, we'll look at advanced coordination workflows such as Sagas to achieve robust, scalable coordination across the enterprise.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "f109dd0b-9441-4cbf-8664-19c021a6de4a", - "name": "Jimmy Bogard" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10585, - "name": "Microservices" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "68940", - "title": "Domain-Driven Design: Hidden Lessons from the Big Blue Book", - "description": "We are entering an incredible new era of digital product development where users expect a seamless experience across all of their touchable, wearable, and voice-activated devices. How can we learn to develop software effectively in this new digital-by-default world? \r\n\r\nWhat if the answers are hidden away as secret messages in a 15 year old book? \r\n\r\nAre bounded contexts really used to design loosely coupled code, or are they one of the most powerful organisation design tools used to enable autonomous, self-organising teams? Are core domains just academic jargon that get in the way of shiny technical practices like event sourcing, or is understanding business core domains one of the key differentiators between high-performing delivery teams and the rest of us?\r\n\r\nLet’s go on an adventure and see if the big blue big and can help us in this brave new world.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b9d7090c-afe3-4278-ae79-d85987b4aae5", - "name": "Nick Tune" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "68493", - "title": "The tech future is diverse", - "description": "By 2020, there will be 4 times more devices connected to the Internet around the world. While technology impacts our everyday life in almost every way, the solutions we create fails to reflect our society or the world we live in. Instead, they often reinforce stereotypes, prejudice, and differences. In this talk, we will look into the lack of diversity and how diversity will make us more suited to solve problems and meet the needs of our society. We will address the culture in our communities, the reasons why minorities quit, and the importance of diversity in tech.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "50fd0b93-cece-43b5-a7f6-f9ccca500f91", - "name": "Tannaz N. Roshandel" - }, - { - "id": "daafd2d6-0eb2-4eb4-834c-76d51734f6f7", - "name": "Line Moseng" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10578, - "name": "Ethics" - }, - { - "id": 10588, - "name": "People" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "59857", - "title": "CSS Grid - What is this Magic?!", - "description": "We’ve all heard a lot in the last year about a new advancement in the world of CSS, called CSS Grid. Starting off at whispers, we’re now starting to hear it as a deafening roar as more and more developers write about it, talk about it, share it and start using it. In the world of front end, I see it everywhere I turn and am excited as I start to use it in my own projects.\r\n\r\nBut what does this new CSS specification mean for software developers, and why should you care about it? In the world of tech today, we can do so many amazing things and use whatever language we choose across a wide range of devices and platforms. Whether it’s the advent of React and React Native, or frameworks like Electron, it’s easier than ever to build one app that works on multiple platforms with the language we know and work with best. The ability to do this also expands to styling apps on any platform using CSS, and therefore being able to utilise the magical thing that is\r\nCSS Grid.\r\n\r\nThe reason CSS Grid is gaining so much attention, is because it’s a game changer for front end and layouts. With a few simple lines of code, we can now create imaginative, dynamic, responsive layouts (yep, I know that’s a lot of buzz words). While a lot of people are calling this the new ‘table layout’, grid gives us so much more, with the ability to spread cells across columns and rows to whatever size you choose, dictate which direction new items flow, allow cells to move around to fit in place and even tell certain cells exactly where they need to sit.\r\n\r\nWhile there is so much to worry about when developing an app, CSS Grid means that you can worry less about building the layout on the front end, and more about making sure the back end works well. Let me show you how the magic works.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d387e75c-ed26-4dc6-8612-0f18abdfd9f5", - "name": "Amy Kapernick" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "69255", - "title": "Workshop: Embedding Power BI Analytics - Part 1/2", - "description": "This instructor-led workshop focuses on development practices for embedding Power BI reports, dashboards and the Q&A experience, and working with the Power BI JavaScript API.\r\n\r\nThis workshop is designed for web developers experienced with ASP.NET, Visual C#, HTML and JavaScript. You are required to bring your own PC, with Visual Studio 2015 (or later) with web tools installed.", - "startsAt": "2019-01-30T16:20:00", - "endsAt": "2019-01-30T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cc7c7f29-87fc-44b2-a62b-a6ea4a332ea9", - "name": "Peter Myers" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10573, - "name": "Database" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "17:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69174", - "title": "Hack to the Future", - "description": "Infosec is a continual game of one-upmanship; we build a defence and someone breaks it so we build another one then they break that and the cycle continues. Because of this, the security controls we have at our disposal are rapidly changing and the ones we used yesterday are very often useless today.\r\n\r\nThis talk focuses on what the threats look like *today*. What are we getting wrong, how do we fix it and how do we stay on top in an environment which will be different again tomorrow to what it is today. It's a real-world look at modern defences that everyone building online applications will want to see.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "735a4b60-42e8-4452-9480-68197372c206", - "name": "Troy Hunt" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "61516", - "title": "Panel discussion on the future of .NET", - "description": "Panel discussion with four experts in the field on the current state of the art and the where .NET and related technologies are heading.\r\n\r\nWe will discuss cross platform development, new features, performance, versioning issues of .NET Core, what’s going to happen with full framework, Blazor, how .NET stands up against competing technologies and where it is all going. \r\n\r\nYou won't cram more info into a session than this, come spend a great hour with us.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "de972e57-7765-4c38-9dcd-5981587c1433", - "name": "Bryan Hogan" - }, - { - "id": "70590ad0-b1b3-40b8-b05d-b58722ef9d9d", - "name": "Mark Rendle" - }, - { - "id": "cb70e0f2-0f0b-4b8f-b3f4-a9326309a1b2", - "name": "Tess Ferrandez-Norlander" - }, - { - "id": "8b1783d3-15ce-41dc-b989-386759803d97", - "name": "Oren Novotny" - }, - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "62178", - "title": "Patterns for Resilient Architecture", - "description": "We have traditionally built robust software systems by trying to avoid mistakes and by dodging failures when they occur in production or by testing parts of the system in isolation from one another. Modern methods and techniques take a very different approach based on resiliency, which promotes embracing failure instead of trying to avoid it. Resilient architectures enhance observability, leverage well-known patterns such as graceful degradation, timeouts and circuit breakers and embrace chaos engineering, a discipline that promotes breaking things on purpose in order to learn how to build more resilient systems. In this session, will review the most useful patterns for building resilient software systems and I will introduce chaos engineering methodology and especially show the audience how they can benefit from breaking things on purpose.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e4fd745a-8a49-43d3-8763-020a4f3512ab", - "name": "Adrian Hornsby" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "68826", - "title": "A lap around Azure Devops", - "description": "Azure DevOps (previously known as Visual Studio Team Services) is a broad product suite with tools that assists small and large software development teams that want to deliver high quality software at a rapid speed. \r\n\r\nIn session we will walk through all major features in Azure DevOps, such as Azure Boards, Azure Pipelines and Azure Repos, and look at how we can continuously deliver value to or end users and implement DevOps practices such as Infrastructure as Code and testing in production using Azure.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "54973c7d-2fe5-4a49-9a1c-a52afed4d6a4", - "name": "Jakob Ehn" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10571, - "name": "Continuous Delivery" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10564, - "name": "Agile" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "67909", - "title": "Build vs Buy: Software Systems at Jurassic Park", - "description": "We were so preoccupied with whether we could, we didn’t stop to think if we should. Nowhere at Jurassic Park was this more true than how we developed software. Having the wrong software and support structures was a key factor in the failures of our first park. We were entrepreneurs launching something new and architects integrating an enterprise. And our decisions had lasting consequences. Deciding which problems were worth our time was foundational to our failure.\r\n\r\nJoin us for a retrospective of software systems at Jurassic Park. We’ll dig into case studies and explore our successes and failures. We’ll uncover the options, costs, and risks inherent in deciding what software to build, what to buy, and alternatives in between. We’ll explore the opportunity cost of building systems, the sustainability of open-source, and the risks of vendor lock-in. You’ll leave equipped to make better decisions and avoid the pitfalls we made at Jurassic Park.", - "startsAt": "2019-01-30T17:40:00", - "endsAt": "2019-01-30T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "5f017dbb-6821-480b-a750-82a0f15fa1b2", - "name": "Todd Gardner" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10591, - "name": "Soft Skills" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - } - ] - } - ] - }, - { - "date": "2019-01-31T00:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "sessions": [ - { - "id": "69333", - "title": "How We Got Here - The History of Web Development", - "description": "The Internet existed before the Web, but the Web redefined the Internet - what started out as a protocol for helping scientists share documents and references has turned into one of the most important forces in the 21st century. But how did we get here?\r\n\r\nJoin Richard Campbell as he tells the story of the World Wide Web and the web development tools and techniques that made it all possible. From the early versions of HTML where you laid out web pages with tables (GeoCities anyone?) and simple scripting languages to CSS, JavaScript and HTML 5, leading to Single Page Applications, Progressive Web Apps and Web Assembly! We've come a long way, and the story is continuing!", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d4d7850a-526e-4959-aab1-36460081fcf5", - "name": "Richard Campbell" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69344", - "title": "Structure and Interpretation of Test Cases", - "description": "Throw a line of code into many codebases and it's sure to hit one or more testing frameworks. There's no shortage of frameworks for testing, each with their particular spin and set of conventions, but that glut is not always matched by a clear vision of how to structure and use tests — a framework is a vehicle, but you still need to know how to drive.\r\n\r\nThis talk takes a deep dive into testing, with a strong focus on unit testing, looking at examples and counterexamples in different languages and frameworks, from naming to nesting, exploring the benefits of data-driven testing, the trade-offs between example-based and property-based testing, how to get the most out of the common given–when–then refrain and knowing how far to follow it.", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "bc20c5a9-2d7e-4830-827f-8919be0eba88", - "name": "Kevlin Henney" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10574, - "name": "Design" - }, - { - "id": 10564, - "name": "Agile" - }, - { - "id": 10592, - "name": "Testing" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "68994", - "title": "Beyond Developer", - "description": "When I started in IT the roles were clearly separated. Business Analysts wrote requirements, Architects designed them, Programmers wrote the code, Testers tested the software.\r\n\r\nOver the last decade or so we have seen a shift towards “generalising specialists” who can cut code, understand a business domain, design a user interface, participate in and automate some of the testing and deployment activities, and who are sometimes even responsible for the health and wellbeing of their own systems in production.\r\n\r\nTo succeed in this new world requires more than “3 years of Java”. The modern developer needs to be constantly reinventing themselves, learning, and helping others to do the same. In this session, Dan explores some of the skills and characteristics of the modern developer, and suggests some ways you can grow them for yourself.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d06cbb07-240c-4dd9-9c3d-4fd585e084fd", - "name": "Dan North" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69052", - "title": "Blazor, a new framework for browser-based .NET apps", - "description": "Today, nearly all browser-based apps are written in JavaScript (or similar languages that transpile to it). That’s fine, but there’s no good reason to limit our industry to basically one language when so many powerful and mature alternate languages and programming platforms exist. Starting now, WebAssembly opens the floodgates to new choices, and one of the first realistic options may be .NET.\r\n \r\nBlazor is a new experimental web UI framework from the ASP.NET team that aims to brings .NET applications into all browsers (including mobile) via WebAssembly. It allows you to build true full-stack .NET applications, sharing code across server and client, with no need for transpilation or plugins.\r\n \r\nIn this talk I’ll demonstrate what you can do with Blazor today and how it works on the underlying WebAssembly runtime behind the scenes. You’ll see its modern, component-based architecture (inspired by modern SPA frameworks) at work as we use it to build a responsive client-side UI. I’ll cover both basic and advanced scenarios using Blazor’s components, router, DI system, JavaScript interop, and more.", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "05fe7f1a-cc5c-4e6e-8422-281c822c82c3", - "name": "Steve Sanderson" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69345", - "title": "Where is C# headed?", - "description": "C# 8.0 is coming up! Not just nullable reference types and asynchronous streams, which will get much coverage elsewhere in the conference, but also recursive patterns, switch expressions, ranges, default interface member implementations and more. We’ll look at all of those, and also at some of the things being worked on for future versions of the language.", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "66795", - "title": "DiagnosticSourcery 101", - "description": ".NET has a new mechanism for generating and storing diagnostic data: DiagnosticSource. This is the cross-platform alternative to ETW. Much of ASP.NET Core and EF Core produce useful metric data using DiagnosticSource, and you can produce your own and stream some or all of the data to the metrics storage of your choice.\r\n\r\nIn this talk I'll run through how DiagnosticSource works, show you how to use it to output your own metrics in any .NET application, and how to pipe those metrics to a Time-Series database and turn them into a lovely Grafana dashboard.\r\n\r\nYou can use DiagnosticSource in anything from an ASP.NET Core cloud-native microservice to a WPF desktop application, and it's a Microsoft package with no 3rd-party dependencies, so this talk should be interesting and useful for any .NET developer.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "70590ad0-b1b3-40b8-b05d-b58722ef9d9d", - "name": "Mark Rendle" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "63671", - "title": "Let's Talk HTTP in .NET Core", - "description": "In the world of microservices (yes, there's that buzzword again!) and distributed systems, we often find ourselves communicating over HTTP. What seems like a simple requirement can quickly become complicated! Networks aren't reliable and services fail. Dealing with those inevitable facts and avoiding a cascading failure can be quite a challenge. In this talk, Steve will explore how we can build .NET Core applications that make HTTP requests and rely on downstream services, whilst remaining resilient and fault tolerant.\r\n\r\nThis session will focus on some of the improvements which have been released in .NET Core and ASP.NET Core 2.1, such as IHttpClientFactory and the new, more performant SocketHttpHandler. Steve will identify some HTTP anti-patterns and common mistakes and demonstrate how we can refactor existing code to use the new HttpClientFactory features.\r\n\r\nNext, Steve will demonstrate other HTTP tips and tricking, including Polly; a fantastic resilience and transient fault handling library which can be used to make your applications less prone to failure. When integrated with the Microsoft IHttpClientFactory; wrapping your HTTP calls in retries, timeouts and circuit-breakers has never been easier!\r\n\r\nIf you're building services which make HTTP calls, then this talk is for you!", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "26b7e78d-aa31-4d7f-b2ea-90fef14d1087", - "name": "Steve Gordon" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2776, - "name": "Room 2", - "sessions": [ - { - "id": "69266", - "title": "CompSci and My Day Job", - "description": "4 years ago I had a vague idea about Big-O notation and absolutely no clue about combinatorial problems. I knew what a SHA256 hash was (sort of) but I didn't know how it was created, nor that it didn't completely protect some of my data. I knew these things were important, but I never understood how they could apply to the types of applications I was building at the time. All of this changed as I put together the first two volumes of The Imposter's Handbook.\r\n\r\nI get to build a lot of fun things in my new position at Microsoft and I've been surprised at how often I use the things I've learned. Avoiding an obvious performance pitfall with Redis, for instance, because I understood the Big-O implications of the data structure I chose. Going back to ensure that a salt was added to a hash which stored sensitive data for an old client and, most importantly, discouraging a friend from trying to solve a problem that was very clearly NP-Complete.\r\n\r\nIn this talk I'll show you some of the fun things I've learned (like mod(%) and remainder being different things) and how I've applied them to the applications I create for my day job. You might know some of these concepts, or maybe you don't - either way: hopefully you'll leave with a few more tools under your belt to help you do your job better.has grown exponentially over the years, in both market size and developer frustration.\r\n \r\nIn this talk I will walk you through my first few months as an Azure Cloud Developer Engineer, tasked with getting to know Azure, from scratch, while building compelling applications with it. My job is two-fold: I get to show you why Azure is interesting and I then get to tell the Azure product team why it's not. This can be stressful. It can also be quite fun. I'll show you what I've come up with and then you get to decide.", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ecb37172-c6af-49d1-bbb7-3e29ee4b300f", - "name": "Rob Conery" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "68440", - "title": "Leadership Guide for the Reluctant Leader", - "description": "Regardless of the technology you know, regardless of the job title you have, you have amazing potential to impact your workplace, community, and beyond.\r\n\r\nIn this talk, I’ll share a few candid stories of my career failures… I mean… learning opportunities. We’ll start by debunking the myth that leadership == management. Next, we’ll talk about some the attributes, behaviors and skills of good leaders. Last, we’ll cover some practical steps and resources to accelerate your journey.\r\n\r\nYou’ll walk away with some essential leadership skills I believe anyone can develop, and a good dose of encouragement to be more awesome!", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "3884cc4d-8364-4316-9b9a-e16561d87af3", - "name": "David Neal" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - }, - { - "id": 10591, - "name": "Soft Skills" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "63675", - "title": "The State of C# - What Have I Missed?", - "description": "One of the most popular programming language on the market is getting even better. With every iteration of C# we get more and more features that are meant to make our lives as developers a lot easier. Support for writing (hopefully) better and more readable asynchronous code, being able to do pattern matching, tuples, deconstruction and much more. These are just a few of the many additions to C# that we’ve seen lately.\r\n\r\nJoin me in this session to explore what you’ve missed in one of the most fun to work with programming language on the market; C#!", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1f8704d7-04db-4f09-9c0e-d5abcbc7c9ff", - "name": "Filip Ekberg" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "69240", - "title": "Small Steps, Giant Leaps: Engineering Lessons from Apollo", - "description": "On July 20th, 1969, Neil Armstrong and Buzz Aldrin became the first humans to set foot on another world. Billions of people tuned in live to watch Apollo 11 land on the moon, but behind Armstrong’s ‘one small step’ lay a decade of astonishing innovation. The Apollo programme wasn’t just about aerospace engineering; it was also responsible for revolutionary new approaches in project management and quality control; new ways of thinking about testing strategies and communications - not to mention delivering a completely bespoke set of hardware and software components that would play a vital role at every stage of the programme.\r\n\r\nAs we celebrate the fiftieth anniversary of the moon landings, let’s take a look back at the technology, processes and practises behind the Apollo programme - and how many of those techniques are still relevant today. What is ‘all-up testing’, and how does it apply to modern software development? Who was the CAPCOM - and what can they teach us about product ownership? How do you manage a distributed team of nearly half a million people? How do you manage scope creep when you’re working to a hard deadline with the whole world watching you? And how DO you fly to the moon and back using a computer with less processing power than an Apple II?", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1d7dcbfc-1de6-4228-8bd6-04f4ba1c4267", - "name": "Dylan Beattie" - }, - { - "id": "bc20c5a9-2d7e-4830-827f-8919be0eba88", - "name": "Kevlin Henney" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10592, - "name": "Testing" - }, - { - "id": 10574, - "name": "Design" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "68814", - "title": "Scaling microservices with Message queues, .NET and Kubernetes", - "description": "When you design and build applications at scale, you deal with two significant challenges: scalability & robustness. You should design your service so that even if it is subject to intermittent heavy loads, it continues to operate reliably. But how do you build such applications? And how do you deploy an application that scales dynamically? Kubernetes has a feature called autoscaler where instances of your applications are increased or decreased automatically based on metrics that you define.\r\n\r\nIn this talk, you’ll learn how to design, package & deploy reliable .NET applications to Kubernetes & decouple several components using a message broker. You will also learn how to set autoscaling rules to cope with an increasing influx of messages in the queue.", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "964af3ac-fd5e-46f6-b582-6c0d2da30db4", - "name": "Lewis Denham-Parry" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10570, - "name": "Concurrency" - }, - { - "id": 10571, - "name": "Continuous Delivery" - }, - { - "id": 10576, - "name": "Docker" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "68608", - "title": "A practical guide to deep learning", - "description": "Machine Learning is one of the fastest growing areas of computer science, and Deep Learning (neural networks) is growing even faster, with lots of data and computing power at our fingertips. \r\nThis talk is a practical (very little math) guide to computer vision and deep learning.\r\n\r\nWe will look at a deep learning project from start to finish, look at how to program and train a neural network and gradually refine it using some tips and tricks that you can steal for your future deep learning projects.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cb70e0f2-0f0b-4b8f-b3f4-a9326309a1b2", - "name": "Tess Ferrandez-Norlander" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10565, - "name": "AI" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "69332", - "title": ".NET Rocks Live on Software Feature Selection with Christine Yen", - "description": "Join Carl and Richard from .NET Rocks as they chat with Christine Yen from Honeycomb about how you select features to build in your applications.\r\n\r\nAfter the first version of software is out the door, what do you choose nest? Christine has a background in instrumenting applications to understand what people use – is that the best way to pick features? What about the vision of your own designers? What about asking the users? Bring your questions and come to this live recording of .NET Rocks!", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d4d7850a-526e-4959-aab1-36460081fcf5", - "name": "Richard Campbell" - }, - { - "id": "bf171bb6-4c78-4fe9-ac77-2338d5ec7975", - "name": "Carl Franklin" - }, - { - "id": "e5d55e8e-93d1-4a53-bbec-10e4beaf5fd8", - "name": "Christine Yen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2777, - "name": "Room 3", - "sessions": [ - { - "id": "68887", - "title": "ASP.NET Core: The One Hour Makeover", - "description": "The “out of the box” template has some lowest common denominator / simplicity tradeoffs that make it easy to understand and work with in a variety of scenarios, but there are lots of performance and deployment tweaks that experienced developers should make before deploying. If you had one hour to tweak a new project, what would you do? I'll include some top open source libraries, best practices from ASP.NET Community Standup links, recommendations from the ASP.NET Core team, etc.", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "c6f0ebfe-4c60-421c-b791-1aad49a18005", - "name": "Jon Galloway" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "67965", - "title": "Serverless with Knative", - "description": "When you build a serverless app, you either tie yourself to a cloud provider, or you end up building your own serverless stack. Knative provides a better choice. Knative extends Kubernetes to provide a set of middleware components (build, serving, events) for modern, source-centric, and container-based apps that can run anywhere. In this talk, we’ll see how we can use Knative primitives to build a serverless app that utilizes the Machine Learning magic of the cloud. ", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "f79e1173-a28c-4ad1-8885-7c52ba397fe3", - "name": "Mete Atamel" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10590, - "name": "Serverless" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "67996", - "title": "Functional Web Programming in .Net with the SAFE Stack", - "description": "The SAFE stack is an open source stack of libraries and tools which simplify the process of building type safe web applications which run on the cloud almost entirely in F#. \r\n\r\nIn this talk we'll explore the components of the SAFE stack and how they can be used to write web services and web sites in idiomatic F#. We'll see how we can manage this without needing to compromise and use object oriented frameworks whilst also still integrating with the existing ASP.Net, JavaScript and React ecosystems. We'll consider how we can write backend applications using Saturn on top of ASP.Net, we'll look at how to run F# in the web browser with Fable and we'll cover how we can develop interactive web applications leveraging the benefits of functional programming. This talk is aimed at developers who are looking to understand how they can use F# to effectively build full stack web applications.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "71cb7875-d2d8-45d1-ae12-7687bae03200", - "name": "Anthony Brown" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "61211", - "title": "Let’s Talk About Mental Health", - "description": "It’s a great time to be in technology. And yet despite the almost constant improvement in our tools, we somehow don’t spend time talking about how to maintain our most important tool - the one between our ears.\r\n\r\nConstantly feeling worn down, experiencing anxiety over making decisions, and burning out are *not* just facts of a developer’s life! They’re challenges that can be dealt with. In this talk we’ll cover the most common mental health challenges facing developers, and then learn about some techniques to supercharge your brain by improving your mental hygiene (whether you have a psychological disorder or not). Most importantly, you’ll learn how to have a conversation with your coworkers (and other people in your life) about supporting each other and finding your best selves.\r\n", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fdf3c776-f100-41f5-bb22-7a1f16710740", - "name": "Arthur Doler" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10588, - "name": "People" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "56795", - "title": "Zero to Mobile Hero - Intro to Xamarin and Visual Studio Team Services", - "description": "You can be faced with a nightmare of Xcode, Android Studio, Swift, Objective C, Swift and other options. This means not only learning multiple languages and frameworks but also having to support two different codebases for the same application. But Xamarin Native and Xamarin.Forms offer a powerful, cross-platform development solution for .NET developers looking to target smartphones, tablets, TV’s, computers and IoT devices.\r\n\r\nIn this talk, Luce shares what Xamarin is including Native and Xamarin.Forms for both C# and F#, how to get started creating a simple HelloWorld app from scratch and a more complex example (will involve at least one Azure service including Cognitive Services for facial recognition). Also how to use Visual Studio Team Services for Continuous Integration and some awesome examples of apps written using Xamarin including ones used to save lives!\r\n\r\nLuce will take examples from xamarin.com/customers as well as show this demo about how Xamarin was used alongside other technologies to aid with Skin Cancer prediction.\r\n\r\nThis talk will include slides, demos, code samples, live coding and the audience will walk away feeling like they too can create a mobile app in just a few minutes and carry their work around with them in their pocket or backpack!", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "79741134-06bb-4596-bc44-40edd9e03f6b", - "name": "Luce Carter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10565, - "name": "AI" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10587, - "name": "Mobile" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "57812", - "title": "Build cross-platform mobile apps using Fabulous", - "description": "In recent years there has been a shift in the way websites and mobile apps are being built - moving to architectures with immutable models and virtual UIs - based on the MVU (model-view-update) pattern. This has lead to great new frameworks like ELM and React for web, and ReactNative for mobile.\r\n\r\nNow there is a new MVU framework for building mobile apps - Fabulous. It's a community-driven open source framework, combining the simplicity of an MVU framework, with 100% native API access for both iOS and Android, all built with using an established, world class, battle-hardened functional programming language.\r\n\r\nThis session will start with an overview of MVU, discussing how it works and why it is such a great architecture. It will then move on to building your first Fabulous app that runs on iOS and Android. Next up more features will be added to the app whilst the app is running on a device, showing the hot reload capabilities of Fabulous for both UI and app logic. Finally it will look at the underlying architecture, see how to use all of the iOS and Android APIs, see how to easily use native components such as cocoa pods or jars, and look at the massive range of libraries that this framework as available to it to do all manner of UI and application logic things. We'll even see how to use it on macOS and Windows, including being able to build iOS apps on Windows (with the help of a networked Mac, Apple licensing rules and whatnot).\r\n\r\nWhen looking at naming for this framework, someone suggested Fabulous. By the end of this session you will see why that name stuck.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "75465aaf-45f4-4d3c-b78a-2e3d5206b57f", - "name": "Jim Bennett" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "69228", - "title": "Dungeons, Dragons and Functions", - "description": "Dungeons & Dragons, or D&D, is the grand-daddy of all role playing games. While playing D&D is great fun, the rules are a bit daunting for the beginner. The basic rulebook, the PHB, clocks in at a solid 300 pages, and can be extended with multiple additional rule sets. This should come as no surprise to software engineers: this is, after all, documentation for a system that models a complex domain, and has been in use for over 40 years now, going through numerous redesigns over time.\r\n\r\nAs such, D&D rules make for a great exercise in domain modelling. In this talk, I will take you along my journey attempting to tame that monster. We will use no magic, but a weapon imbued with great power, F#; practical tips and tricks for the Adventurer on the functional road will be shared. So... roll 20 for initiative, and join us for an epic adventure in domain modeling with F#!", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "14879952-64d2-42b5-8d6f-d1e1a68b39c9", - "name": "Mathias Brandewinder" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2778, - "name": "Room 4", - "sessions": [ - { - "id": "66632", - "title": "A Practical Guide to Dashboarding.", - "description": "Monitoring is difficult. First, there is a vast choice of tooling and setup. Then, figuring out what information should be displayed, where and why can be confusing. Finally what should be alerted upon and how to avoid fatigue.\r\n\r\nTogether we will journey through a practical tour of dashboarding. Focusing on metrics, we will cover how to get information out of your applications using telemetry. I will show you how you might set up your monitoring infrastructure with a demo and talk through some hardened baselines. Finally, I’ll talk through a productionised setup including some gotchas to look out for.\r\n\r\nThis will be a whirlwind tour from start to finish of a practical guide to development dashboarding. ", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "c3956212-61f8-4098-94ee-35614895d317", - "name": "Jessica White" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "67271", - "title": "Hacking with Go", - "description": "Learning Go programming is easy. Go is popular and becomes even more also in security experts world. Wanted to feel a bit as a hacker? Learn a new language? Or do both at the same time? This session is about it. \r\nSo let's jump into hands-on session and explore how security tools can be written in Go. How to enumerate network resources, extract an information, sniff packets and do port scanning, brute force and more all with Go. \r\nBy the end, you will have more ideas what else can be written or re-written in Go. ", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "4c3efe89-ab58-4b28-a9c3-78251f25ee06", - "name": "Viktorija Almazova" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "57079", - "title": "Augmented Reality - The State of Play", - "description": "Augmented Reality is far more than a Pokémon Go thing now. The hype is real, and many big players (Google, Microsoft, Apple, Facebook, you name it) are pushing AR to become ubiquitous. Hence the abundance of different approaches to AR, a significant need for content creators and creative ways of tackling problems using new techniques.\r\n\r\nIs mobile AR superior to HMDs? What's AR Cloud and why it's important? What are real-world cases solved with AR? Is this all still sci-fi or should you start caring? This session presents the current state of AR, showcases its real capabilities, and demonstrates that we are on the verge of a revolution in how humans interact with digital content.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "7236f293-a77b-436c-93aa-318f10536a14", - "name": "Rafał Legiędź" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10603, - "name": "VR" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "68736", - "title": "Build Nodejs APIs using Serverless on Azure", - "description": "Serverless lets you focus on coding and testing instead of provisioning infrastructure, configuring web servers, debugging your configuration, managing security settings, and all the drudgery normally associated with getting an app up and running. In this session with, you’ll discover how to migrate an API of an existing app to Azure Functions. You’ll learn how to use Visual Studio Code and the Azure Functions extension to speed up your work. After this session, you’ll join the ranks of serverless developers.", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "047b0c14-4a5f-4f2a-bd84-03b7fef87c4b", - "name": "Simona Cotin" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "68161", - "title": "ML.NET for developers without any AI experience", - "description": "AI talk is everywhere but where do you start as a .NET developer? During this session, we will explore how you can use AI in the applications your creating today. How to start building & training your ML models with your .NET skills through ML.NET. \r\n\r\nWant to detect laughter in a phone conversation? Detect the mood of Jira tickets or predict if/where your code has bugs. This session will get you started with AI and ML.NET.", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8061571c-bb36-42a9-b714-4d90c98529fd", - "name": "Lee Mallon" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10565, - "name": "AI" - }, - { - "id": 10584, - "name": "Machine Learning" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "68212", - "title": "Reverse Engineering a Bluetooth Lightbulb", - "description": "I recently made build lights for the company I work for and my home office. They integrate with TeamCity and indicate when a build is running and success/failure of all the tests. In this session, we will reverse engineer a bluetooth light bulb’s protocol, learn how to have an Raspberry Pi communicate with the bulb, and by the end you too will know how to make your own build lights! Please note that this talk will be highly technical. We will be discussing low level details of bluetooth communication, protocol analysis with Wireshark, sniffing bluetooth packets, etc.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "86d72d85-ef02-405e-b0de-1603dae6b8fb", - "name": "Jesse Phelps" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10606, - "name": "Embedded" - }, - { - "id": 10581, - "name": "IoT" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "64248", - "title": "Data on the Inside, Data on the Outside", - "description": "When we move from a monolith to microservices we abandon integrating via a shared database, as each service must own its own data to allow them it to be autonomous. But now we have a new problem, our data is distributed. What happens if I need one service needs to talk to another about a shared concept such as a product, a hotel room, or an order? Does every service need to have a list of all our users? Who knows what users have permissions to the entities within the micro service? What happens if my REST endpoint needs to include data from a graph that includes other services to make it responsive? And I am not breaking the boundary of my service when all of this data leaves my service boundary in response to a request?\r\n\r\nNaive solutions result in chatty calls as each service engages with multiple other services to fulfil a request, or in large message payloads as services add all the data required to process a message to each message. Neither scale well.\r\n\r\nIn 2005, Pat Helland wrote a paper ‘Data on the Inside vs. Data on the Outside’ which answers the question by distinguishing between data a service owns and reference data that it can use. In this presentation we will explain reference data, how it is classified, and how it should be implemented. We will include a discussion of using reference data from ATOM feeds, discrete messaging and event streams. We’ll provide examples in C#, Python and Go as well as using RMQ and Kafka.", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "84ffe422-5bc6-4075-9903-d9ad3526cf86", - "name": "Ian Cooper" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10585, - "name": "Microservices" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2779, - "name": "Room 5", - "sessions": [ - { - "id": "68607", - "title": "Let’s talk patterns", - "description": "At some point in your life, you start realizing that re-inventing the wheel isn't the best way to spend your time. Especially since Bob Wheel Sr. perfected that invention many, many years ago. And it's the same with software. Smart people have already encountered a lot of the problems that we face every day while building software. Some of them have even been nice enough to write down their solutions in so called \"patterns\". So why not stand on the shoulders of...well...maybe not giants...but at least very smart people who were born before you, and build on top of their hard-earned wisdom?\r\nThis session, will walk you through a bunch of really useful patterns, and you'll not only learn their names, but also why they are useful and how to implement them in .NET. And maybe, just maybe, you'll even see that one pattern that solves that problem you are working on at the moment. But even if you don't see that one pattern that you need, you will at least get a few that you can store in your toolbelt for future problems.\r\n", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "239cf374-ad4d-4877-a5e5-951cb4cd9291", - "name": "Chris Klug" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "68678", - "title": "Why should you care about edge computing?", - "description": "Recent technologies are enabling a host of new scenarios for doing data collection and analytics much closer to the source, at the \"edge\" so to speak. \r\n\r\nHow can using Artificial Intelligence in a cheap device the size of a matchbox change the way you do things? What kind of scenarios does this open up for business owners, enabling new opportunities for you and your company? What are the actual benefits for connecting the cloud and the edge in this way? \r\n\r\nI'll give you some examples and demonstrate how Edge Computing can enable new scenarios and new business.\r\n", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fb75b901-4842-4858-ba35-8c370db0af14", - "name": "Glenn F. Henriksen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10606, - "name": "Embedded" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "67079", - "title": "Keeping it DRYer with Templates", - "description": "One common practice to write maintainable code is to minimise repetition, often referred to as DRY or Don't Repeat Yourself.\r\n\r\nHowever, have you ever considered how much you repeat yourself when you create a new .NET application? \r\n\r\nYou've found your ideal architecture and folder structure and now every time you create a new project you have to create the file structure then add all the different project types you need.\r\n\r\nDon't forget all those NuGet dependencies too and the boilerplate code from other projects you\r\ncontinually copy in. \r\n\r\nIn this talk you'll learn the different ways you can create custom templates for .NET projects using the dotnet CLI, Visual Studio templates and Yeoman, helping to reduce repetition, write better applications, apply incremental improvements, all whilst saving you time and effort. ", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ac105033-2b20-4b45-8d47-5647d8accf84", - "name": "Layla Porter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10566, - "name": "Architecture" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "65854", - "title": "Think Like a Trainer: Improving Your Communication Skills", - "description": "Think back to a time when you were in a conversation that could have gone better. Perhaps you said something the wrong way, or you walked away from the conversation not fully knowing if the other person even understood what you were trying to convey.\r\n\r\nTechnical trainers rely on effective communication as the foundation of everything that we do. We help end users to learn how to use software and adjust to new workflows, through the process of constantly adapting to different backgrounds, skill levels, and learning styles.\r\n\r\nIn this session, you’ll learn actionable strategies to begin thinking like a trainer, including:\r\n\r\n- Using active listening techniques to communicate with empathy.\r\n\r\n- Best practices for explaining technical concepts in non-technical terms.\r\n\r\n- Adjusting your communication approach for different communication styles.\r\n\r\n- Using problem solving skills to help you get unstuck during difficult conversations.", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "25cc75bc-df7b-42ad-a3e4-e0bfa8af7f01", - "name": "Olivia Liddell" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - }, - { - "id": 10591, - "name": "Soft Skills" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "66437", - "title": "(WPF + WinForms) * .NET Core = Modern Desktop", - "description": "Learn how .NET Core 3 brings WPF and Windows Forms into the future with a modern runtime. See what’s new for WPF and Windows Forms, learn how to easily retarget your .NET Framework application over to .NET Core, and how to get these modern desktop apps to your users.\r\n", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8b1783d3-15ce-41dc-b989-386759803d97", - "name": "Oren Novotny" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10594, - "name": "UI" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "66866", - "title": "An Introduction to WebAssembly", - "description": "Want to write a web application? Better get familiar with JavaScript JavaScript has long been the king of front-end. While there have been various attempts to dethrone it, they have typically involved treating JavaScript as an assembly-language analog that you transpile your code to. This has lead to complex build pipelines that result in JavaScript which the browser has to parse and *you* still have to debug. But what if there were an actual byte-code language you could compile your non-JavaScript code to instead? That is what WebAssembly is.\r\n\r\nI'm going to explain how WebAssembly works and how to use it in this talk. I'll cover what it is, how it fits into your application, and how to build and use your own WebAssembly modules. And, I'll demo how to build and use those modules with both Rust and the WebAssembly Text Format. That's right, I'll be live coding in an assembly language. I'll also go over some online resources for other languages and tools that make use of WebAssembly.\r\n\r\nWhen we're done, you'll have the footing you need to start building applications featuring WebAssembly. So grab a non-JavaScript language, a modern browser, and let's and get started!", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "520bf4ca-b2d3-47c3-8475-c25bb2b257f7", - "name": "Guy Royse" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "68009", - "title": "Scaling Frontend Development", - "description": "Abstract\r\nLarge frontend projects suffer from all of the same problems of other software projects with the same characteristics:\r\nCommunication and coordination overhead\r\nSpeed of delivery\r\nLarge quantum size\r\nLow productivity \r\n\r\nThese factors are growing concerns for companies as productivity and speed of delivery is nowadays crucial for success in this competitive landscape\r\n\r\nA common way of solving many of these issues in software projects is the microservices approach.\r\n\r\nToday a similar approach of applying this same pattern to the frontend is being popularized and is commonly nominated as micro-frontends.\r\n\r\nHowever this approach has many fallacies because of frontend specific characteristics:\r\n- The performance cost of loading many independent applications\r\n- The need for a common visual language and experience\r\n- The browser is a monolithic runtime \r\n\r\nDescription\r\nThis talk will be about the problems of large frontend projects and how to scale them in a way that balances team autonomy with performance and productivity\r\n\r\nI’ll talk about how at farfetch we’re progressively refactoring our frontend to multiple independent applications, and the strategies we’re using to make sure that despite having many applications made by different independent and geographically distributed teams we still can deliver a performant and consistent product to the end user.\r\n", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "f79c1f81-b367-4ce0-9cc0-4263f30a9f7f", - "name": "luis vieira" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10594, - "name": "UI" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2780, - "name": "Room 6", - "sessions": [ - { - "id": "69354", - "title": "Deep Learning with PyTorch", - "description": "Deep Learning is fast becoming an indispensable approach to getting the most from your data. In this session attendees will learn both how Deep Learning fits into the Artificial Intelligence landscape as well as how to get started using PyTorch. The session will start with the basic intuitions behind the problem setup, models, and optimization methods used to solve computer vision problems.\r\n\r\nAttendees should come away with a strong foundation of how to both create deep learning models as well as how to consume them in their applications. Prior exposure to PyTorch is definitely not expected.", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1825cfcf-5ad4-4ab2-94cb-1de5735cac83", - "name": "Seth Juarez" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "59563", - "title": "Skip the first three months of development for your next app", - "description": "Five amazing ways using the emerging cloud ecosystem can save you time. The true power of serverless comes from using not just the execution service, but the whole platform around it. This talk/demo shows how teams can use AWS Lambda with Cognito, IOT, Kinesis and S3 to achieve in a few hours what usually takes the the first three months of application development.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1eb07015-2101-4cf7-91b9-f255752af538", - "name": "Gojko Adzic" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10571, - "name": "Continuous Delivery" - }, - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "66322", - "title": "Accessible App Design", - "description": "Want to start building apps for people with disabilities but doesn’t no where to start? In this session we cover everything to start right now! There are many people with learning disabilities around the world. There are also people with autism, psychological disabilities… Many of them are also entering the era of mobile and internet. We talk about design guidelines that can reach them. \r\n\r\nWe talk about apps, but do not focus on a specific technology in this talk. Which apps are needed? Which steps of design helps them to catch the frontiers of mobile and internet right now? Microsoft and other big tech companies are working more and more about inclusive design and digital inclusion for people with disabilities. ", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "67a075a3-a111-4116-bd44-a25a01485959", - "name": "Dennie Declercq" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10594, - "name": "UI" - }, - { - "id": 10595, - "name": "UX" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "58551", - "title": "System Stable : Robust connected applications with Polly, the .NET Resilience Framework", - "description": "Short Description\r\n\r\nJoin me for this session and I will show you how with just a few lines of code, you can make your applications much more resilient and reliable. With Polly, the .NET resilience framework, your application can easily tolerate transient faults and longer outages in remote systems or infrastructure. \r\n\r\nAt the end of this hour you will know how to use all the features of Polly to make your application a rock solid piece of work. We’ll cover the reactive and proactive resilience strategies, starting with simple but very powerful retries and finishing with bulkhead isolation.\r\nOh, and did I mention Polly is a .NET Standard library so it will work on any application you can think of! Join me for an hour, and your applications will never be the same.\r\n\r\n----------------------------------------------------------------------------------------------------------------------------------\r\n\r\nFull Description\r\n\r\nJoin me for this session and I will show you how with just a few lines of code, you can make your applications much more resilient and reliable. Let me tell you more… \r\n\r\nAlmost all applications now depend on connectivity, but what do you do when the infrastructure is unreliable or the remote system is down or returns an error? Does your application grind to a halt or just drop that single request? What if you could recover from these kinds of error, maybe even so quickly it won’t be noticed? \r\n \r\nWith Polly your application can easily tolerate transient faults and longer outages in remote systems or infrastructure. \r\n\r\nAt the end of this hour you will know how to use all the features of Polly to make your application a rock solid piece of work. \r\n\r\nWe’ll start with the simple but very powerful Retry Policy which lets you retry a failed request. If simple retries are not good enough for you, there is a Wait and Retry policy which introduces a delay between retries, giving the remote service time to recover before being hit again. Then I show you how to use the circuit breaker for when things have really gone wrong and a remote system is struggling under too much load or has failed. If all these attempts are unsuccessful and you are still not getting through to the remote system, you can return a default response or execute arbitrary code to call for human help (or restart the cloud) with the fallback policy. \r\n\r\nThat takes care of what you can do when things go wrong, but Polly also lets you take proactive steps to keep your application and the services it depends on healthy. \r\n\r\nTo get you started with proactive strategies, you will learn how caching can be used to store and return responses from an in-memory or distributed cache without having to hit the remote server every time. Or you can use bulkhead isolation to marshal resources within your application so that no one struggling part can take down the whole. Finally, I’ll show you how to fail quickly when your application is in danger of being overloaded or the remote systems is not responding in a timely fashion, this is done with the bulkhead isolation and the timeout polices. \r\n\r\nOh, and did I mention Polly is a .NET Standard library so it will work on any application you can think of! Join me for an hour, and your applications will never be the same. ", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "de972e57-7765-4c38-9dcd-5981587c1433", - "name": "Bryan Hogan" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "68611", - "title": "Clean Architecture with ASP.NET Core 2.2", - "description": "The explosive growth of web frameworks and the demands of users have changed the approach to building web applications. Many challenges exist, and getting started can be a daunting prospect. Let's change that now.\r\n\r\nThis talk provides practical guidance and recommendations. We will cover architecture, technologies, tools, and frameworks. We will examine strategies for organizing your projects, folders and files. We will design a system that is simple to build and maintain - all the way from development to production. You leave this talk inspired and prepared to take your enterprise application development to the next level.", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "3a5abb12-c9e2-4641-8ace-a4c067ad8e8d", - "name": "Jason Taylor" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - } - ], - "hasOnlyPlenumSessions": false - } - ], - "timeSlots": [ - { - "slotStart": "09:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69333", - "title": "How We Got Here - The History of Web Development", - "description": "The Internet existed before the Web, but the Web redefined the Internet - what started out as a protocol for helping scientists share documents and references has turned into one of the most important forces in the 21st century. But how did we get here?\r\n\r\nJoin Richard Campbell as he tells the story of the World Wide Web and the web development tools and techniques that made it all possible. From the early versions of HTML where you laid out web pages with tables (GeoCities anyone?) and simple scripting languages to CSS, JavaScript and HTML 5, leading to Single Page Applications, Progressive Web Apps and Web Assembly! We've come a long way, and the story is continuing!", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d4d7850a-526e-4959-aab1-36460081fcf5", - "name": "Richard Campbell" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "69266", - "title": "CompSci and My Day Job", - "description": "4 years ago I had a vague idea about Big-O notation and absolutely no clue about combinatorial problems. I knew what a SHA256 hash was (sort of) but I didn't know how it was created, nor that it didn't completely protect some of my data. I knew these things were important, but I never understood how they could apply to the types of applications I was building at the time. All of this changed as I put together the first two volumes of The Imposter's Handbook.\r\n\r\nI get to build a lot of fun things in my new position at Microsoft and I've been surprised at how often I use the things I've learned. Avoiding an obvious performance pitfall with Redis, for instance, because I understood the Big-O implications of the data structure I chose. Going back to ensure that a salt was added to a hash which stored sensitive data for an old client and, most importantly, discouraging a friend from trying to solve a problem that was very clearly NP-Complete.\r\n\r\nIn this talk I'll show you some of the fun things I've learned (like mod(%) and remainder being different things) and how I've applied them to the applications I create for my day job. You might know some of these concepts, or maybe you don't - either way: hopefully you'll leave with a few more tools under your belt to help you do your job better.has grown exponentially over the years, in both market size and developer frustration.\r\n \r\nIn this talk I will walk you through my first few months as an Azure Cloud Developer Engineer, tasked with getting to know Azure, from scratch, while building compelling applications with it. My job is two-fold: I get to show you why Azure is interesting and I then get to tell the Azure product team why it's not. This can be stressful. It can also be quite fun. I'll show you what I've come up with and then you get to decide.", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ecb37172-c6af-49d1-bbb7-3e29ee4b300f", - "name": "Rob Conery" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "68887", - "title": "ASP.NET Core: The One Hour Makeover", - "description": "The “out of the box” template has some lowest common denominator / simplicity tradeoffs that make it easy to understand and work with in a variety of scenarios, but there are lots of performance and deployment tweaks that experienced developers should make before deploying. If you had one hour to tweak a new project, what would you do? I'll include some top open source libraries, best practices from ASP.NET Community Standup links, recommendations from the ASP.NET Core team, etc.", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "c6f0ebfe-4c60-421c-b791-1aad49a18005", - "name": "Jon Galloway" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "66632", - "title": "A Practical Guide to Dashboarding.", - "description": "Monitoring is difficult. First, there is a vast choice of tooling and setup. Then, figuring out what information should be displayed, where and why can be confusing. Finally what should be alerted upon and how to avoid fatigue.\r\n\r\nTogether we will journey through a practical tour of dashboarding. Focusing on metrics, we will cover how to get information out of your applications using telemetry. I will show you how you might set up your monitoring infrastructure with a demo and talk through some hardened baselines. Finally, I’ll talk through a productionised setup including some gotchas to look out for.\r\n\r\nThis will be a whirlwind tour from start to finish of a practical guide to development dashboarding. ", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "c3956212-61f8-4098-94ee-35614895d317", - "name": "Jessica White" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "68607", - "title": "Let’s talk patterns", - "description": "At some point in your life, you start realizing that re-inventing the wheel isn't the best way to spend your time. Especially since Bob Wheel Sr. perfected that invention many, many years ago. And it's the same with software. Smart people have already encountered a lot of the problems that we face every day while building software. Some of them have even been nice enough to write down their solutions in so called \"patterns\". So why not stand on the shoulders of...well...maybe not giants...but at least very smart people who were born before you, and build on top of their hard-earned wisdom?\r\nThis session, will walk you through a bunch of really useful patterns, and you'll not only learn their names, but also why they are useful and how to implement them in .NET. And maybe, just maybe, you'll even see that one pattern that solves that problem you are working on at the moment. But even if you don't see that one pattern that you need, you will at least get a few that you can store in your toolbelt for future problems.\r\n", - "startsAt": "2019-01-31T09:00:00", - "endsAt": "2019-01-31T10:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "239cf374-ad4d-4877-a5e5-951cb4cd9291", - "name": "Chris Klug" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - } - ] - }, - { - "slotStart": "10:20:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69344", - "title": "Structure and Interpretation of Test Cases", - "description": "Throw a line of code into many codebases and it's sure to hit one or more testing frameworks. There's no shortage of frameworks for testing, each with their particular spin and set of conventions, but that glut is not always matched by a clear vision of how to structure and use tests — a framework is a vehicle, but you still need to know how to drive.\r\n\r\nThis talk takes a deep dive into testing, with a strong focus on unit testing, looking at examples and counterexamples in different languages and frameworks, from naming to nesting, exploring the benefits of data-driven testing, the trade-offs between example-based and property-based testing, how to get the most out of the common given–when–then refrain and knowing how far to follow it.", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "bc20c5a9-2d7e-4830-827f-8919be0eba88", - "name": "Kevlin Henney" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10574, - "name": "Design" - }, - { - "id": 10564, - "name": "Agile" - }, - { - "id": 10592, - "name": "Testing" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "68440", - "title": "Leadership Guide for the Reluctant Leader", - "description": "Regardless of the technology you know, regardless of the job title you have, you have amazing potential to impact your workplace, community, and beyond.\r\n\r\nIn this talk, I’ll share a few candid stories of my career failures… I mean… learning opportunities. We’ll start by debunking the myth that leadership == management. Next, we’ll talk about some the attributes, behaviors and skills of good leaders. Last, we’ll cover some practical steps and resources to accelerate your journey.\r\n\r\nYou’ll walk away with some essential leadership skills I believe anyone can develop, and a good dose of encouragement to be more awesome!", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "3884cc4d-8364-4316-9b9a-e16561d87af3", - "name": "David Neal" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - }, - { - "id": 10591, - "name": "Soft Skills" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "67965", - "title": "Serverless with Knative", - "description": "When you build a serverless app, you either tie yourself to a cloud provider, or you end up building your own serverless stack. Knative provides a better choice. Knative extends Kubernetes to provide a set of middleware components (build, serving, events) for modern, source-centric, and container-based apps that can run anywhere. In this talk, we’ll see how we can use Knative primitives to build a serverless app that utilizes the Machine Learning magic of the cloud. ", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "f79e1173-a28c-4ad1-8885-7c52ba397fe3", - "name": "Mete Atamel" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10590, - "name": "Serverless" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "67271", - "title": "Hacking with Go", - "description": "Learning Go programming is easy. Go is popular and becomes even more also in security experts world. Wanted to feel a bit as a hacker? Learn a new language? Or do both at the same time? This session is about it. \r\nSo let's jump into hands-on session and explore how security tools can be written in Go. How to enumerate network resources, extract an information, sniff packets and do port scanning, brute force and more all with Go. \r\nBy the end, you will have more ideas what else can be written or re-written in Go. ", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "4c3efe89-ab58-4b28-a9c3-78251f25ee06", - "name": "Viktorija Almazova" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "68678", - "title": "Why should you care about edge computing?", - "description": "Recent technologies are enabling a host of new scenarios for doing data collection and analytics much closer to the source, at the \"edge\" so to speak. \r\n\r\nHow can using Artificial Intelligence in a cheap device the size of a matchbox change the way you do things? What kind of scenarios does this open up for business owners, enabling new opportunities for you and your company? What are the actual benefits for connecting the cloud and the edge in this way? \r\n\r\nI'll give you some examples and demonstrate how Edge Computing can enable new scenarios and new business.\r\n", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fb75b901-4842-4858-ba35-8c370db0af14", - "name": "Glenn F. Henriksen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10606, - "name": "Embedded" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "69354", - "title": "Deep Learning with PyTorch", - "description": "Deep Learning is fast becoming an indispensable approach to getting the most from your data. In this session attendees will learn both how Deep Learning fits into the Artificial Intelligence landscape as well as how to get started using PyTorch. The session will start with the basic intuitions behind the problem setup, models, and optimization methods used to solve computer vision problems.\r\n\r\nAttendees should come away with a strong foundation of how to both create deep learning models as well as how to consume them in their applications. Prior exposure to PyTorch is definitely not expected.", - "startsAt": "2019-01-31T10:20:00", - "endsAt": "2019-01-31T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1825cfcf-5ad4-4ab2-94cb-1de5735cac83", - "name": "Seth Juarez" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "11:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "68994", - "title": "Beyond Developer", - "description": "When I started in IT the roles were clearly separated. Business Analysts wrote requirements, Architects designed them, Programmers wrote the code, Testers tested the software.\r\n\r\nOver the last decade or so we have seen a shift towards “generalising specialists” who can cut code, understand a business domain, design a user interface, participate in and automate some of the testing and deployment activities, and who are sometimes even responsible for the health and wellbeing of their own systems in production.\r\n\r\nTo succeed in this new world requires more than “3 years of Java”. The modern developer needs to be constantly reinventing themselves, learning, and helping others to do the same. In this session, Dan explores some of the skills and characteristics of the modern developer, and suggests some ways you can grow them for yourself.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d06cbb07-240c-4dd9-9c3d-4fd585e084fd", - "name": "Dan North" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "63675", - "title": "The State of C# - What Have I Missed?", - "description": "One of the most popular programming language on the market is getting even better. With every iteration of C# we get more and more features that are meant to make our lives as developers a lot easier. Support for writing (hopefully) better and more readable asynchronous code, being able to do pattern matching, tuples, deconstruction and much more. These are just a few of the many additions to C# that we’ve seen lately.\r\n\r\nJoin me in this session to explore what you’ve missed in one of the most fun to work with programming language on the market; C#!", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1f8704d7-04db-4f09-9c0e-d5abcbc7c9ff", - "name": "Filip Ekberg" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "67996", - "title": "Functional Web Programming in .Net with the SAFE Stack", - "description": "The SAFE stack is an open source stack of libraries and tools which simplify the process of building type safe web applications which run on the cloud almost entirely in F#. \r\n\r\nIn this talk we'll explore the components of the SAFE stack and how they can be used to write web services and web sites in idiomatic F#. We'll see how we can manage this without needing to compromise and use object oriented frameworks whilst also still integrating with the existing ASP.Net, JavaScript and React ecosystems. We'll consider how we can write backend applications using Saturn on top of ASP.Net, we'll look at how to run F# in the web browser with Fable and we'll cover how we can develop interactive web applications leveraging the benefits of functional programming. This talk is aimed at developers who are looking to understand how they can use F# to effectively build full stack web applications.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "71cb7875-d2d8-45d1-ae12-7687bae03200", - "name": "Anthony Brown" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "57079", - "title": "Augmented Reality - The State of Play", - "description": "Augmented Reality is far more than a Pokémon Go thing now. The hype is real, and many big players (Google, Microsoft, Apple, Facebook, you name it) are pushing AR to become ubiquitous. Hence the abundance of different approaches to AR, a significant need for content creators and creative ways of tackling problems using new techniques.\r\n\r\nIs mobile AR superior to HMDs? What's AR Cloud and why it's important? What are real-world cases solved with AR? Is this all still sci-fi or should you start caring? This session presents the current state of AR, showcases its real capabilities, and demonstrates that we are on the verge of a revolution in how humans interact with digital content.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "7236f293-a77b-436c-93aa-318f10536a14", - "name": "Rafał Legiędź" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10603, - "name": "VR" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "67079", - "title": "Keeping it DRYer with Templates", - "description": "One common practice to write maintainable code is to minimise repetition, often referred to as DRY or Don't Repeat Yourself.\r\n\r\nHowever, have you ever considered how much you repeat yourself when you create a new .NET application? \r\n\r\nYou've found your ideal architecture and folder structure and now every time you create a new project you have to create the file structure then add all the different project types you need.\r\n\r\nDon't forget all those NuGet dependencies too and the boilerplate code from other projects you\r\ncontinually copy in. \r\n\r\nIn this talk you'll learn the different ways you can create custom templates for .NET projects using the dotnet CLI, Visual Studio templates and Yeoman, helping to reduce repetition, write better applications, apply incremental improvements, all whilst saving you time and effort. ", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ac105033-2b20-4b45-8d47-5647d8accf84", - "name": "Layla Porter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10566, - "name": "Architecture" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "59563", - "title": "Skip the first three months of development for your next app", - "description": "Five amazing ways using the emerging cloud ecosystem can save you time. The true power of serverless comes from using not just the execution service, but the whole platform around it. This talk/demo shows how teams can use AWS Lambda with Cognito, IOT, Kinesis and S3 to achieve in a few hours what usually takes the the first three months of application development.", - "startsAt": "2019-01-31T11:40:00", - "endsAt": "2019-01-31T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1eb07015-2101-4cf7-91b9-f255752af538", - "name": "Gojko Adzic" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10571, - "name": "Continuous Delivery" - }, - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "13:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69052", - "title": "Blazor, a new framework for browser-based .NET apps", - "description": "Today, nearly all browser-based apps are written in JavaScript (or similar languages that transpile to it). That’s fine, but there’s no good reason to limit our industry to basically one language when so many powerful and mature alternate languages and programming platforms exist. Starting now, WebAssembly opens the floodgates to new choices, and one of the first realistic options may be .NET.\r\n \r\nBlazor is a new experimental web UI framework from the ASP.NET team that aims to brings .NET applications into all browsers (including mobile) via WebAssembly. It allows you to build true full-stack .NET applications, sharing code across server and client, with no need for transpilation or plugins.\r\n \r\nIn this talk I’ll demonstrate what you can do with Blazor today and how it works on the underlying WebAssembly runtime behind the scenes. You’ll see its modern, component-based architecture (inspired by modern SPA frameworks) at work as we use it to build a responsive client-side UI. I’ll cover both basic and advanced scenarios using Blazor’s components, router, DI system, JavaScript interop, and more.", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "05fe7f1a-cc5c-4e6e-8422-281c822c82c3", - "name": "Steve Sanderson" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10596, - "name": "Web" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "69240", - "title": "Small Steps, Giant Leaps: Engineering Lessons from Apollo", - "description": "On July 20th, 1969, Neil Armstrong and Buzz Aldrin became the first humans to set foot on another world. Billions of people tuned in live to watch Apollo 11 land on the moon, but behind Armstrong’s ‘one small step’ lay a decade of astonishing innovation. The Apollo programme wasn’t just about aerospace engineering; it was also responsible for revolutionary new approaches in project management and quality control; new ways of thinking about testing strategies and communications - not to mention delivering a completely bespoke set of hardware and software components that would play a vital role at every stage of the programme.\r\n\r\nAs we celebrate the fiftieth anniversary of the moon landings, let’s take a look back at the technology, processes and practises behind the Apollo programme - and how many of those techniques are still relevant today. What is ‘all-up testing’, and how does it apply to modern software development? Who was the CAPCOM - and what can they teach us about product ownership? How do you manage a distributed team of nearly half a million people? How do you manage scope creep when you’re working to a hard deadline with the whole world watching you? And how DO you fly to the moon and back using a computer with less processing power than an Apple II?", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1d7dcbfc-1de6-4228-8bd6-04f4ba1c4267", - "name": "Dylan Beattie" - }, - { - "id": "bc20c5a9-2d7e-4830-827f-8919be0eba88", - "name": "Kevlin Henney" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10592, - "name": "Testing" - }, - { - "id": 10574, - "name": "Design" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "61211", - "title": "Let’s Talk About Mental Health", - "description": "It’s a great time to be in technology. And yet despite the almost constant improvement in our tools, we somehow don’t spend time talking about how to maintain our most important tool - the one between our ears.\r\n\r\nConstantly feeling worn down, experiencing anxiety over making decisions, and burning out are *not* just facts of a developer’s life! They’re challenges that can be dealt with. In this talk we’ll cover the most common mental health challenges facing developers, and then learn about some techniques to supercharge your brain by improving your mental hygiene (whether you have a psychological disorder or not). Most importantly, you’ll learn how to have a conversation with your coworkers (and other people in your life) about supporting each other and finding your best selves.\r\n", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fdf3c776-f100-41f5-bb22-7a1f16710740", - "name": "Arthur Doler" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10588, - "name": "People" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "68736", - "title": "Build Nodejs APIs using Serverless on Azure", - "description": "Serverless lets you focus on coding and testing instead of provisioning infrastructure, configuring web servers, debugging your configuration, managing security settings, and all the drudgery normally associated with getting an app up and running. In this session with, you’ll discover how to migrate an API of an existing app to Azure Functions. You’ll learn how to use Visual Studio Code and the Azure Functions extension to speed up your work. After this session, you’ll join the ranks of serverless developers.", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "047b0c14-4a5f-4f2a-bd84-03b7fef87c4b", - "name": "Simona Cotin" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10582, - "name": "JavaScript" - }, - { - "id": 10590, - "name": "Serverless" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "65854", - "title": "Think Like a Trainer: Improving Your Communication Skills", - "description": "Think back to a time when you were in a conversation that could have gone better. Perhaps you said something the wrong way, or you walked away from the conversation not fully knowing if the other person even understood what you were trying to convey.\r\n\r\nTechnical trainers rely on effective communication as the foundation of everything that we do. We help end users to learn how to use software and adjust to new workflows, through the process of constantly adapting to different backgrounds, skill levels, and learning styles.\r\n\r\nIn this session, you’ll learn actionable strategies to begin thinking like a trainer, including:\r\n\r\n- Using active listening techniques to communicate with empathy.\r\n\r\n- Best practices for explaining technical concepts in non-technical terms.\r\n\r\n- Adjusting your communication approach for different communication styles.\r\n\r\n- Using problem solving skills to help you get unstuck during difficult conversations.", - "startsAt": "2019-01-31T13:40:00", - "endsAt": "2019-01-31T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "25cc75bc-df7b-42ad-a3e4-e0bfa8af7f01", - "name": "Olivia Liddell" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10588, - "name": "People" - }, - { - "id": 10591, - "name": "Soft Skills" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - } - ] - }, - { - "slotStart": "15:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69345", - "title": "Where is C# headed?", - "description": "C# 8.0 is coming up! Not just nullable reference types and asynchronous streams, which will get much coverage elsewhere in the conference, but also recursive patterns, switch expressions, ranges, default interface member implementations and more. We’ll look at all of those, and also at some of the things being worked on for future versions of the language.", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8f64af49-a647-48e7-850b-70505308d948", - "name": "Mads Torgersen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "68814", - "title": "Scaling microservices with Message queues, .NET and Kubernetes", - "description": "When you design and build applications at scale, you deal with two significant challenges: scalability & robustness. You should design your service so that even if it is subject to intermittent heavy loads, it continues to operate reliably. But how do you build such applications? And how do you deploy an application that scales dynamically? Kubernetes has a feature called autoscaler where instances of your applications are increased or decreased automatically based on metrics that you define.\r\n\r\nIn this talk, you’ll learn how to design, package & deploy reliable .NET applications to Kubernetes & decouple several components using a message broker. You will also learn how to set autoscaling rules to cope with an increasing influx of messages in the queue.", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "964af3ac-fd5e-46f6-b582-6c0d2da30db4", - "name": "Lewis Denham-Parry" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10570, - "name": "Concurrency" - }, - { - "id": 10571, - "name": "Continuous Delivery" - }, - { - "id": 10576, - "name": "Docker" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10586, - "name": "Microsoft" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "56795", - "title": "Zero to Mobile Hero - Intro to Xamarin and Visual Studio Team Services", - "description": "You can be faced with a nightmare of Xcode, Android Studio, Swift, Objective C, Swift and other options. This means not only learning multiple languages and frameworks but also having to support two different codebases for the same application. But Xamarin Native and Xamarin.Forms offer a powerful, cross-platform development solution for .NET developers looking to target smartphones, tablets, TV’s, computers and IoT devices.\r\n\r\nIn this talk, Luce shares what Xamarin is including Native and Xamarin.Forms for both C# and F#, how to get started creating a simple HelloWorld app from scratch and a more complex example (will involve at least one Azure service including Cognitive Services for facial recognition). Also how to use Visual Studio Team Services for Continuous Integration and some awesome examples of apps written using Xamarin including ones used to save lives!\r\n\r\nLuce will take examples from xamarin.com/customers as well as show this demo about how Xamarin was used alongside other technologies to aid with Skin Cancer prediction.\r\n\r\nThis talk will include slides, demos, code samples, live coding and the audience will walk away feeling like they too can create a mobile app in just a few minutes and carry their work around with them in their pocket or backpack!", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "79741134-06bb-4596-bc44-40edd9e03f6b", - "name": "Luce Carter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10565, - "name": "AI" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10587, - "name": "Mobile" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "68161", - "title": "ML.NET for developers without any AI experience", - "description": "AI talk is everywhere but where do you start as a .NET developer? During this session, we will explore how you can use AI in the applications your creating today. How to start building & training your ML models with your .NET skills through ML.NET. \r\n\r\nWant to detect laughter in a phone conversation? Detect the mood of Jira tickets or predict if/where your code has bugs. This session will get you started with AI and ML.NET.", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8061571c-bb36-42a9-b714-4d90c98529fd", - "name": "Lee Mallon" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10565, - "name": "AI" - }, - { - "id": 10584, - "name": "Machine Learning" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "66437", - "title": "(WPF + WinForms) * .NET Core = Modern Desktop", - "description": "Learn how .NET Core 3 brings WPF and Windows Forms into the future with a modern runtime. See what’s new for WPF and Windows Forms, learn how to easily retarget your .NET Framework application over to .NET Core, and how to get these modern desktop apps to your users.\r\n", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "8b1783d3-15ce-41dc-b989-386759803d97", - "name": "Oren Novotny" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10594, - "name": "UI" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "66322", - "title": "Accessible App Design", - "description": "Want to start building apps for people with disabilities but doesn’t no where to start? In this session we cover everything to start right now! There are many people with learning disabilities around the world. There are also people with autism, psychological disabilities… Many of them are also entering the era of mobile and internet. We talk about design guidelines that can reach them. \r\n\r\nWe talk about apps, but do not focus on a specific technology in this talk. Which apps are needed? Which steps of design helps them to catch the frontiers of mobile and internet right now? Microsoft and other big tech companies are working more and more about inclusive design and digital inclusion for people with disabilities. ", - "startsAt": "2019-01-31T15:00:00", - "endsAt": "2019-01-31T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "67a075a3-a111-4116-bd44-a25a01485959", - "name": "Dennie Declercq" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10591, - "name": "Soft Skills" - }, - { - "id": 10594, - "name": "UI" - }, - { - "id": 10595, - "name": "UX" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "16:20:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "66795", - "title": "DiagnosticSourcery 101", - "description": ".NET has a new mechanism for generating and storing diagnostic data: DiagnosticSource. This is the cross-platform alternative to ETW. Much of ASP.NET Core and EF Core produce useful metric data using DiagnosticSource, and you can produce your own and stream some or all of the data to the metrics storage of your choice.\r\n\r\nIn this talk I'll run through how DiagnosticSource works, show you how to use it to output your own metrics in any .NET application, and how to pipe those metrics to a Time-Series database and turn them into a lovely Grafana dashboard.\r\n\r\nYou can use DiagnosticSource in anything from an ASP.NET Core cloud-native microservice to a WPF desktop application, and it's a Microsoft package with no 3rd-party dependencies, so this talk should be interesting and useful for any .NET developer.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "70590ad0-b1b3-40b8-b05d-b58722ef9d9d", - "name": "Mark Rendle" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "68608", - "title": "A practical guide to deep learning", - "description": "Machine Learning is one of the fastest growing areas of computer science, and Deep Learning (neural networks) is growing even faster, with lots of data and computing power at our fingertips. \r\nThis talk is a practical (very little math) guide to computer vision and deep learning.\r\n\r\nWe will look at a deep learning project from start to finish, look at how to program and train a neural network and gradually refine it using some tips and tricks that you can steal for your future deep learning projects.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cb70e0f2-0f0b-4b8f-b3f4-a9326309a1b2", - "name": "Tess Ferrandez-Norlander" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10565, - "name": "AI" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "57812", - "title": "Build cross-platform mobile apps using Fabulous", - "description": "In recent years there has been a shift in the way websites and mobile apps are being built - moving to architectures with immutable models and virtual UIs - based on the MVU (model-view-update) pattern. This has lead to great new frameworks like ELM and React for web, and ReactNative for mobile.\r\n\r\nNow there is a new MVU framework for building mobile apps - Fabulous. It's a community-driven open source framework, combining the simplicity of an MVU framework, with 100% native API access for both iOS and Android, all built with using an established, world class, battle-hardened functional programming language.\r\n\r\nThis session will start with an overview of MVU, discussing how it works and why it is such a great architecture. It will then move on to building your first Fabulous app that runs on iOS and Android. Next up more features will be added to the app whilst the app is running on a device, showing the hot reload capabilities of Fabulous for both UI and app logic. Finally it will look at the underlying architecture, see how to use all of the iOS and Android APIs, see how to easily use native components such as cocoa pods or jars, and look at the massive range of libraries that this framework as available to it to do all manner of UI and application logic things. We'll even see how to use it on macOS and Windows, including being able to build iOS apps on Windows (with the help of a networked Mac, Apple licensing rules and whatnot).\r\n\r\nWhen looking at naming for this framework, someone suggested Fabulous. By the end of this session you will see why that name stuck.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "75465aaf-45f4-4d3c-b78a-2e3d5206b57f", - "name": "Jim Bennett" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "68212", - "title": "Reverse Engineering a Bluetooth Lightbulb", - "description": "I recently made build lights for the company I work for and my home office. They integrate with TeamCity and indicate when a build is running and success/failure of all the tests. In this session, we will reverse engineer a bluetooth light bulb’s protocol, learn how to have an Raspberry Pi communicate with the bulb, and by the end you too will know how to make your own build lights! Please note that this talk will be highly technical. We will be discussing low level details of bluetooth communication, protocol analysis with Wireshark, sniffing bluetooth packets, etc.", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "86d72d85-ef02-405e-b0de-1603dae6b8fb", - "name": "Jesse Phelps" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10606, - "name": "Embedded" - }, - { - "id": 10581, - "name": "IoT" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "66866", - "title": "An Introduction to WebAssembly", - "description": "Want to write a web application? Better get familiar with JavaScript JavaScript has long been the king of front-end. While there have been various attempts to dethrone it, they have typically involved treating JavaScript as an assembly-language analog that you transpile your code to. This has lead to complex build pipelines that result in JavaScript which the browser has to parse and *you* still have to debug. But what if there were an actual byte-code language you could compile your non-JavaScript code to instead? That is what WebAssembly is.\r\n\r\nI'm going to explain how WebAssembly works and how to use it in this talk. I'll cover what it is, how it fits into your application, and how to build and use your own WebAssembly modules. And, I'll demo how to build and use those modules with both Rust and the WebAssembly Text Format. That's right, I'll be live coding in an assembly language. I'll also go over some online resources for other languages and tools that make use of WebAssembly.\r\n\r\nWhen we're done, you'll have the footing you need to start building applications featuring WebAssembly. So grab a non-JavaScript language, a modern browser, and let's and get started!", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "520bf4ca-b2d3-47c3-8475-c25bb2b257f7", - "name": "Guy Royse" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "58551", - "title": "System Stable : Robust connected applications with Polly, the .NET Resilience Framework", - "description": "Short Description\r\n\r\nJoin me for this session and I will show you how with just a few lines of code, you can make your applications much more resilient and reliable. With Polly, the .NET resilience framework, your application can easily tolerate transient faults and longer outages in remote systems or infrastructure. \r\n\r\nAt the end of this hour you will know how to use all the features of Polly to make your application a rock solid piece of work. We’ll cover the reactive and proactive resilience strategies, starting with simple but very powerful retries and finishing with bulkhead isolation.\r\nOh, and did I mention Polly is a .NET Standard library so it will work on any application you can think of! Join me for an hour, and your applications will never be the same.\r\n\r\n----------------------------------------------------------------------------------------------------------------------------------\r\n\r\nFull Description\r\n\r\nJoin me for this session and I will show you how with just a few lines of code, you can make your applications much more resilient and reliable. Let me tell you more… \r\n\r\nAlmost all applications now depend on connectivity, but what do you do when the infrastructure is unreliable or the remote system is down or returns an error? Does your application grind to a halt or just drop that single request? What if you could recover from these kinds of error, maybe even so quickly it won’t be noticed? \r\n \r\nWith Polly your application can easily tolerate transient faults and longer outages in remote systems or infrastructure. \r\n\r\nAt the end of this hour you will know how to use all the features of Polly to make your application a rock solid piece of work. \r\n\r\nWe’ll start with the simple but very powerful Retry Policy which lets you retry a failed request. If simple retries are not good enough for you, there is a Wait and Retry policy which introduces a delay between retries, giving the remote service time to recover before being hit again. Then I show you how to use the circuit breaker for when things have really gone wrong and a remote system is struggling under too much load or has failed. If all these attempts are unsuccessful and you are still not getting through to the remote system, you can return a default response or execute arbitrary code to call for human help (or restart the cloud) with the fallback policy. \r\n\r\nThat takes care of what you can do when things go wrong, but Polly also lets you take proactive steps to keep your application and the services it depends on healthy. \r\n\r\nTo get you started with proactive strategies, you will learn how caching can be used to store and return responses from an in-memory or distributed cache without having to hit the remote server every time. Or you can use bulkhead isolation to marshal resources within your application so that no one struggling part can take down the whole. Finally, I’ll show you how to fail quickly when your application is in danger of being overloaded or the remote systems is not responding in a timely fashion, this is done with the bulkhead isolation and the timeout polices. \r\n\r\nOh, and did I mention Polly is a .NET Standard library so it will work on any application you can think of! Join me for an hour, and your applications will never be the same. ", - "startsAt": "2019-01-31T16:20:00", - "endsAt": "2019-01-31T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "de972e57-7765-4c38-9dcd-5981587c1433", - "name": "Bryan Hogan" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "17:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "63671", - "title": "Let's Talk HTTP in .NET Core", - "description": "In the world of microservices (yes, there's that buzzword again!) and distributed systems, we often find ourselves communicating over HTTP. What seems like a simple requirement can quickly become complicated! Networks aren't reliable and services fail. Dealing with those inevitable facts and avoiding a cascading failure can be quite a challenge. In this talk, Steve will explore how we can build .NET Core applications that make HTTP requests and rely on downstream services, whilst remaining resilient and fault tolerant.\r\n\r\nThis session will focus on some of the improvements which have been released in .NET Core and ASP.NET Core 2.1, such as IHttpClientFactory and the new, more performant SocketHttpHandler. Steve will identify some HTTP anti-patterns and common mistakes and demonstrate how we can refactor existing code to use the new HttpClientFactory features.\r\n\r\nNext, Steve will demonstrate other HTTP tips and tricking, including Polly; a fantastic resilience and transient fault handling library which can be used to make your applications less prone to failure. When integrated with the Microsoft IHttpClientFactory; wrapping your HTTP calls in retries, timeouts and circuit-breakers has never been easier!\r\n\r\nIf you're building services which make HTTP calls, then this talk is for you!", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "26b7e78d-aa31-4d7f-b2ea-90fef14d1087", - "name": "Steve Gordon" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10586, - "name": "Microsoft" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "69332", - "title": ".NET Rocks Live on Software Feature Selection with Christine Yen", - "description": "Join Carl and Richard from .NET Rocks as they chat with Christine Yen from Honeycomb about how you select features to build in your applications.\r\n\r\nAfter the first version of software is out the door, what do you choose nest? Christine has a background in instrumenting applications to understand what people use – is that the best way to pick features? What about the vision of your own designers? What about asking the users? Bring your questions and come to this live recording of .NET Rocks!", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "d4d7850a-526e-4959-aab1-36460081fcf5", - "name": "Richard Campbell" - }, - { - "id": "bf171bb6-4c78-4fe9-ac77-2338d5ec7975", - "name": "Carl Franklin" - }, - { - "id": "e5d55e8e-93d1-4a53-bbec-10e4beaf5fd8", - "name": "Christine Yen" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "69228", - "title": "Dungeons, Dragons and Functions", - "description": "Dungeons & Dragons, or D&D, is the grand-daddy of all role playing games. While playing D&D is great fun, the rules are a bit daunting for the beginner. The basic rulebook, the PHB, clocks in at a solid 300 pages, and can be extended with multiple additional rule sets. This should come as no surprise to software engineers: this is, after all, documentation for a system that models a complex domain, and has been in use for over 40 years now, going through numerous redesigns over time.\r\n\r\nAs such, D&D rules make for a great exercise in domain modelling. In this talk, I will take you along my journey attempting to tame that monster. We will use no magic, but a weapon imbued with great power, F#; practical tips and tricks for the Adventurer on the functional road will be shared. So... roll 20 for initiative, and join us for an epic adventure in domain modeling with F#!", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "14879952-64d2-42b5-8d6f-d1e1a68b39c9", - "name": "Mathias Brandewinder" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "64248", - "title": "Data on the Inside, Data on the Outside", - "description": "When we move from a monolith to microservices we abandon integrating via a shared database, as each service must own its own data to allow them it to be autonomous. But now we have a new problem, our data is distributed. What happens if I need one service needs to talk to another about a shared concept such as a product, a hotel room, or an order? Does every service need to have a list of all our users? Who knows what users have permissions to the entities within the micro service? What happens if my REST endpoint needs to include data from a graph that includes other services to make it responsive? And I am not breaking the boundary of my service when all of this data leaves my service boundary in response to a request?\r\n\r\nNaive solutions result in chatty calls as each service engages with multiple other services to fulfil a request, or in large message payloads as services add all the data required to process a message to each message. Neither scale well.\r\n\r\nIn 2005, Pat Helland wrote a paper ‘Data on the Inside vs. Data on the Outside’ which answers the question by distinguishing between data a service owns and reference data that it can use. In this presentation we will explain reference data, how it is classified, and how it should be implemented. We will include a discussion of using reference data from ATOM feeds, discrete messaging and event streams. We’ll provide examples in C#, Python and Go as well as using RMQ and Kafka.", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "84ffe422-5bc6-4075-9903-d9ad3526cf86", - "name": "Ian Cooper" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10585, - "name": "Microservices" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "68009", - "title": "Scaling Frontend Development", - "description": "Abstract\r\nLarge frontend projects suffer from all of the same problems of other software projects with the same characteristics:\r\nCommunication and coordination overhead\r\nSpeed of delivery\r\nLarge quantum size\r\nLow productivity \r\n\r\nThese factors are growing concerns for companies as productivity and speed of delivery is nowadays crucial for success in this competitive landscape\r\n\r\nA common way of solving many of these issues in software projects is the microservices approach.\r\n\r\nToday a similar approach of applying this same pattern to the frontend is being popularized and is commonly nominated as micro-frontends.\r\n\r\nHowever this approach has many fallacies because of frontend specific characteristics:\r\n- The performance cost of loading many independent applications\r\n- The need for a common visual language and experience\r\n- The browser is a monolithic runtime \r\n\r\nDescription\r\nThis talk will be about the problems of large frontend projects and how to scale them in a way that balances team autonomy with performance and productivity\r\n\r\nI’ll talk about how at farfetch we’re progressively refactoring our frontend to multiple independent applications, and the strategies we’re using to make sure that despite having many applications made by different independent and geographically distributed teams we still can deliver a performant and consistent product to the end user.\r\n", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "f79c1f81-b367-4ce0-9cc0-4263f30a9f7f", - "name": "luis vieira" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10594, - "name": "UI" - }, - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "68611", - "title": "Clean Architecture with ASP.NET Core 2.2", - "description": "The explosive growth of web frameworks and the demands of users have changed the approach to building web applications. Many challenges exist, and getting started can be a daunting prospect. Let's change that now.\r\n\r\nThis talk provides practical guidance and recommendations. We will cover architecture, technologies, tools, and frameworks. We will examine strategies for organizing your projects, folders and files. We will design a system that is simple to build and maintain - all the way from development to production. You leave this talk inspired and prepared to take your enterprise application development to the next level.", - "startsAt": "2019-01-31T17:40:00", - "endsAt": "2019-01-31T18:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "3a5abb12-c9e2-4641-8ace-a4c067ad8e8d", - "name": "Jason Taylor" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - } - ] - }, - { - "date": "2019-02-01T00:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "sessions": [ - { - "id": "69232", - "title": "Keynote: The Microsoft Open Source Cinematic Universe - Phase 2", - "description": "Phase 1 is nearly complete with open source .NET Core. What does Microsoft's Open Source plan look like for the next 10 years?\r\n\r\nJoin Scott Hanselman as he compares the MCU (Marvel Cinematic Universe) to the MSFTOSSCU and talks about what a next phase MIGHT look like.", - "startsAt": "2019-02-01T09:00:00", - "endsAt": "2019-02-01T10:00:00", - "isServiceSession": false, - "isPlenumSession": true, - "speakers": [ - { - "id": "142dd289-d6c7-4385-9f36-05b816ceea2c", - "name": "Scott Hanselman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69004", - "title": "Async injection", - "description": "This talk attempts to answer a pair of frequently asked questions, the first one of which is: how do I combine dependency injection with async and await in C# without leaky abstractions?\r\n\r\nIt turns out that the answer to that question can be found by answering another frequently asked question: how do I get the value out of my monad?\r\n\r\nDuring the talk, you’ll get a quick and easy-to-understand explanation of monads.\r\n\r\nAll code examples will be in C#.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "84f7d361-4388-44ad-bc48-31695762bc6d", - "name": "Mark Seemann" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "68521", - "title": "From 'dotnet run' to 'Hello World!'", - "description": "Have you ever stopped to think about all the things that happen when you execute a simple .NET program?\r\n\r\nThis talk will delve into the internals of the recently open-sourced .NET Core runtime, looking at what happens, when it happens and why. \r\n\r\nMaking use of freely available tools such as 'PerfView', we'll examine the Execution Engine, Type Loader, Just-in-Time (JIT) Compiler and the CLR Hosting API to see how all these components play a part in making 'Hello World' possible.", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fb89e2c6-39b1-4ef8-8932-609504cf4901", - "name": "Matt Warren" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69233", - "title": "Solving Diabetes with an Open Source Artificial Pancreas", - "description": "Scott has been a Type 1 diabetic for over 20 years. When he first became diabetic he did what every engineer would do...he wrote an app to solve his problem. Fast forward to 2018 and Scott lives 24 hours a day connected to an open source artificial pancreas. After years of waiting, the diabetes community online creating solutions.\r\n\r\nScott will go through the history of diabetes online, the components (both hardware and software) needed for an artificial pancreas, and discuss the architectural design of two popular systems (LoopKit and OpenAPS). Plus, you'll see Scott *not die* live on stage as he's been \"looping\" for over a year!", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "142dd289-d6c7-4385-9f36-05b816ceea2c", - "name": "Scott Hanselman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "69010", - "title": "Crash, Burn, Report", - "description": "With the launch of the Reporting API any browser that visits your site can automatically detect and alert you to a whole heap of problems with your application. DNS not resolving? Serving an invalid certificate? Got a redirect loop, using a soon to be deprecated API or any one of countless other problems, they can all be detected and reported with no user action, no agents, no code to deploy. You have one of the most extensive and powerful monitoring platforms in existence at your disposal, millions of browsers. Let's look at how to use them.\r\n\r\nIn this talk we'll look at how to configure the browser to send you reports when things go wrong. These are brand new capabilities the likes of which we've haven't seen before and they're already supported in the world's most popular browser, Google Chrome. We'll look at how to receive reports and how to make use of them after having the browser do the hard work.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e9c64362-6194-409c-85da-45c8fd40abd6", - "name": "Scott Helme" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - { - "id": "66952", - "title": "Futurology for Dummies - the Next 30 Years in Tech", - "description": "2019 is the 30th anniversary of my first job in tech. On my first day I was given a Wyse 60 terminal attached via RS232 cables to a Tandon 286, and told to learn C from a dead tree so I could write text applications for an 80x24 character screen. Fast-forward to now: my phone is about a million times more powerful than that Tandon; screens are 3840x2160 pixels; every computer in the world is attached to every other thing with no cables; and we code using, well, still basically C.\r\n\r\nHaving lived through all those changes in realtime, and as an incurable neophile, I think I can make an educated guess as to what the next 30 years are going to be like, and what we're all going to be doing by 2049. If anything, I'm going to underestimate it, but hopefully you'll be inspired, invigorated and maybe even informed about the future of your career in tech.", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "70590ad0-b1b3-40b8-b05d-b58722ef9d9d", - "name": "Mark Rendle" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10565, - "name": "AI" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10594, - "name": "UI" - }, - { - "id": 10595, - "name": "UX" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10574, - "name": "Design" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10604, - "name": "3D Modeling" - }, - { - "id": 10603, - "name": "VR" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2776, - "name": "Room 2", - "sessions": [ - { - "id": "69239", - "title": "Ctrl-Alt-Del: Learning to Love Legacy Code", - "description": "The world runs on legacy code. For every greenfield progressive web app with 100% test coverage, there are literally hundreds of archaic line-of-business applications running in production - systems with no tests, no documentation, built using out-of-date tools, languages and platforms. It’s the code developers love to hate: it’s not exciting, it’s not shiny, and it won’t look good on your CV - but the world runs on legacy code, and, as developers, if we’re going to work on anything that actually matters, we’re going to end up dealing with legacy. To work effectively with this kind of system, we need to answer some fundamental questions: why was it built this way in the first place? What's happened over the years it's been running in production? And, most importantly, how can we develop our understanding of legacy codebases to the point where we're confident that we can add features, fix bugs and improve performance without making things worse?\r\n\r\nDylan worked on the web application stack at Spotlight (www.spotlight.com) from 2000 until 2018 - first as a supplier, then as webmaster, then as systems architect. Working on the same codebase for nearly two decades has given him an unusual perspective on how applications go from being cutting-edge to being 'legacy'. In this talk, he'll share tips, patterns and techniques that he's learned from helping new developers work with a large and unfamiliar codebase. We'll talk about virtualisation, refactoring tools, and how to bring legacy code under control using continuous integration and managed deployments. We'll explore creative ways to use common technologies like DNS to create more productive development environments. We'll talk about how to bridge the gap between automated testing and systems monitoring, how to improve visibility and transparency of your production systems - and why good old Ctrl-Alt-Del might be the secret to unlocking the potential of your legacy codebase.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1d7dcbfc-1de6-4228-8bd6-04f4ba1c4267", - "name": "Dylan Beattie" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10571, - "name": "Continuous Delivery" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "67993", - "title": "The Functional Programmer's Toolkit", - "description": "The functional programming community has a number of patterns with strange names such as monads, monoids, functors, and catamorphisms.\r\n \r\nIn this beginner-friendly talk, we'll demystify these techniques and see how they all fit together into a small but versatile \"tool kit\". \r\n\r\nWe'll then see how the tools in this tool kit can be applied to a wide variety of programming problems, such as handling missing data, working with lists, and implementing the functional equivalent of dependency injection. ", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "89335661-3092-4afa-b53f-3d203cafa2a1", - "name": "Scott Wlaschin" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10574, - "name": "Design" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "69230", - "title": "Society (n+1).0: smashing the patriarchy and other ways of changing the world", - "description": "Software engineers are fond of casually mentioning how their work changes the world. But have you thought about what you want the world to look like after you've changed it? Do you want to smash the patriarchy [1]? Save the planet? Make Furbies cool again? Is technology really the only tool at your disposal?\r\nThis session is a call to both discovery and action. You already care about Furbies, but what do you not know you don't know about them? Have you looked at Furbies from someone else's perspective? Once your eyes are wide open, what's the next step? How would a Furby smash the patriarchy? Let's learn to be better together, and make a difference in the world today.\r\n\r\nFootnote 1: Our system of society norms which puts everyone in boxes that are hard to escape [2]. The boxes surrounding straight white men can be extremely comfortable ones, but more limiting than you might realize.\r\n\r\nFootnote 2: Furbies are pretty easy to get out of boxes; humans, not so much.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1176547b-89c5-40ee-b7d7-bf0eb5ca0aef", - "name": "Jon Skeet" - }, - { - "id": "e5b9e6c6-1477-4b19-8347-06683a7417de", - "name": "Jennifer Wadella" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "69307", - "title": "Tabs, spaces and salaries: a data science detective story", - "description": "In data science, sometimes you stumble across an intriguing property in the data. I will tell you a story of a mysterious correlation - from the StackOverflow developer survey it seems that developers who use spaces have higher salaries than those who use tabs. Correlation doesn't mean causation: using spaces won't suddenly increase your salary. But what does it all mean? Follow me into a detective investigation that will show you how to approach complex data science problems. I will show you some of the perils of correlation, model fitting and biases - how they can be dangerous and how to avoid these traps. And you'll also find how profitable your indentation style really is.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "14fdabdd-3814-4f84-868e-a8178a25c5f8", - "name": "Evelina Gabasova" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10584, - "name": "Machine Learning" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - { - "id": "67994", - "title": "Four Languages from Forty Years Ago", - "description": "The 1970's were a golden age for new programming languages, but do they have any relevance to programming today? Can we still learn from them?\r\n\r\nIn this talk, we'll look at four languages designed over forty years ago -- SQL, Prolog, ML, and Smalltalk -- and discuss their philosophy and approach to programming, which is very different from most popular languages today.\r\n\r\nWe'll come away with some practical principles that are still very applicable to modern development. And you might discover your new favorite programming paradigm!\r\n", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "89335661-3092-4afa-b53f-3d203cafa2a1", - "name": "Scott Wlaschin" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10583, - "name": "Languages" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2777, - "name": "Room 3", - "sessions": [ - { - "id": "69231", - "title": "C# 8", - "description": "It's nearly here! The Visual Studio 2019 Preview is already available, so if you haven't looked into what's coming in C# 8, now is the perfect time to do so.\r\nThe most important feature of C# 8 is undoubtedly nullable reference types, but there's plenty more to look forward to as well.\r\n\r\nWhile I'll make this talk as easy to understand as I can, there's a huge amount to cover. Expect a fast pace, with lots of code.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1176547b-89c5-40ee-b7d7-bf0eb5ca0aef", - "name": "Jon Skeet" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "67078", - "title": "APIs Exposed!", - "description": "More and more developers are building APIs, whether that be for consumption by client-side applications, exposing endpoints directly to customers so they can use an alternative front-end or wrapping up services in containers.\r\n\r\nNow that we have all these exposed endpoints, what are we doing to secure them? Previously, our monolith was self-contained with limited points of access making authentication and authorisation more straightforward - that’s no longer the case.\r\n\r\nWe’ll cover the potential risks we may face such as cross-site scripting and BruteForce attacks as well as a look at the possible options for securing API endpoints including OAuth, Access Tokens, JSON web tokens, IP whitelisting, rate limiting to name but a few.\r\n\r\n", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ac105033-2b20-4b45-8d47-5647d8accf84", - "name": "Layla Porter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "69366", - "title": "Architectural patterns for the cloud", - "description": "As more and more people are starting to deploy their application to the cloud, new architectural patterns have emerged, and some old ones have resurfaced or become more prominent.\r\n\r\nIn this session, Mahesh Krishnan, will run through a large catalogue of cloud patterns that will cover categories such as availability, resiliency, data management, performance, scalability, design and implementation. You will learn about what problem each and every pattern addresses, how to implement them and what considerations you need to take into account while implementing them.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "648e2e9d-28cc-47ef-828c-75a7d599d48d", - "name": "Mahesh Krishnan" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "66814", - "title": "Unity 101 for C# Developers", - "description": "If you are interested in mixed or virtual reality development then Unity is a tool you’ll want to learn. Go to Microsoft’s [Hololens development page](https://developer.microsoft.com/en-us/windows/mixed-reality/install_the_tools) and you’ll find the installation of Unity recommended in the first paragraph.\r\n\r\nOne surprise to developers getting started with Unity is the level of integration with Visual Studio and how easy it is to add C# to manipulate your 3D world.\r\n\r\nIn this demo led session we’ll go back to basics with Unity, easily creating a simple 3D experience with realistic physics. We’ll look at the fantastic Visual Studio integration and how easily the two editors work together.\r\n\r\nFinally we’ll look at the ways in which we can give our 3D experience some polish by adding textures, animations and some explosions!\r\n\r\nKeeping the best news for last: Unity is royalty free until you’re earning $100,000 – so if you like the idea of becoming wildly rich from making immersive 3D experiences this is the talk for you.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ef4df68d-9bdc-471d-aff0-075c77c4a424", - "name": "Andy Clarke" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10603, - "name": "VR" - }, - { - "id": 10604, - "name": "3D Modeling" - }, - { - "id": 10602, - "name": "Gaming" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - { - "id": "67138", - "title": "Deep Learning in the world of little ponies", - "description": "In this talk, we will discuss computer vision, one of the most common real-world applications of machine learning. We will deep dive into various state-of-the-art concepts around building custom image classifiers - application of deep neural networks, specifically convolutional neural networks and transfer learning. We will demonstrate how those approaches could be used to create your own image classifier to recognise the characters of \"My Little Pony\" TV Series [or Pokemon, or Superheroes, or your custom images].", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b4c506ac-9757-4ac6-8b7c-3d6696b113e4", - "name": "Galiya Warrier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10565, - "name": "AI" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2778, - "name": "Room 4", - "sessions": [ - { - "id": "58161", - "title": "Making Accessibility Testing Suck Less: An Intro to Pa11y.", - "description": "Often the hardest part of any problem is simply how to get started. On the ever-evolving web accessibility is a matter of ongoing importance: the brilliance of your code or sleekness of your UI is inconsequential if your app or website is unusable to some of your users. With a million other issues already on your plate how do you find a way to get started on accessibility testing? Pa11y to the rescue! Pa11y is a lightweight command-line accessibility testing tool with enough flexibility to integrate results into your current testing process. This talk will explain what pa11y does and does not cover, review examples of both command line and scripted usage, dive into the pa11y web service and show how to modify output to work in your current testing setup. Bonus content: how to convince the rest of your team and business why accessibility is worth prioritizing and how getting started with low-hanging fruit can vastly improve your product.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e5b9e6c6-1477-4b19-8347-06683a7417de", - "name": "Jennifer Wadella" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10592, - "name": "Testing" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "62532", - "title": "A Developer's Guide to Advertising", - "description": "Love it or hate it, advertising is currently a main source of revenue for many websites. But digital advertising is a complicated space that not many developers understand. If you'd like to understand the ad code on your site better, if your ad ops team has been talking about header bidding, or if you're just curious about how ads work, this is the talk for you. I'll give an overview of how programmatic advertising works, what header bidding is, explain some common tools and libraries, and address some common misconceptions and complaints about ads.", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b8f3c690-5950-4279-9ee7-9291d1439dd2", - "name": "Krista LaFentres" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "68894", - "title": "\"Hey Mycroft\": Getting Started with the OSS Home Assistant", - "description": "Home virtual assistants, like Alexa, Google Now, Siri, and Cortana, are gaining a lot of popularity. They’re now incorporated into our phones, our laptops, and even available as separate devices in our homes. Some people haven’t adopted them out of privacy concerns. A new system called Mycroft has come onto the scene, and it’s built on open source hardware and software. You can install it on a Raspberry Pi, an old Linux box, or buy their own Mycroft device.\r\n\r\nIn this session, we’ll go over the basics of what Mycroft is, and how you can quickly install it yourself. From there, we’ll talk about some of the underlying software and see a short demo. Finally, we’ll see how to build a new skill into it and contribute it back to the community. You’ll leave with your own virtual assistant and the knowledge on how make it do what you want but keep your privacy in check.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "97e1c796-8bf6-468b-b246-0efc6979b9e7", - "name": "Sarah Withee" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10565, - "name": "AI" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "68882", - "title": "Megahertz, Gigahertz, Registers and Instructions: How does a CPU actually work?", - "description": "For decades, we’ve been creating ever higher abstractions between ourselves and the computing hardware we’re programming, but in the end whether you’re writing JavaScript, Haskell, or Python it all comes down to 1’s and 0’s running through hardware patterns that were well understood twenty years ago.\r\n\r\nWe’ll walk through the fundamentals of how CPU’s “think” in an accessible way (no engineering degree required!) so you can appreciate the marvel that is the modern CPU be it in a server data center or your fridge at home. You’ll learn how a CPU turns the code we feed it into actions, what’s the big difference between an ARM and an Intel processor, how CPU’s constantly optimize work for us, and where is it all going for the next few years.\r\n\r\nFinally, we'll show how Meltdown and Spectre take advantage of CPU internals to expose data and why this class of security problems are going to be a challenge to the next generation of CPU's.\r\n", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fe60954c-9d1a-4167-9faa-77027c8d446b", - "name": "Kendall Miller" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - { - "id": "67872", - "title": "Distributed Tracing and Monitoring with OpenCensus", - "description": "OpenCensus is an emerging standard for tracing and metrics of cloud services. You can use it to gain observability into applications that span multiple clouds and technological stacks.\r\nIn this talk, we will use open source and vendor agnostic client libraries for OpenCensus and export telemetry to common distributed tracing systems such as Zipkin and others.\r\nAlong the way. we will discuss core concepts such as tags, metrics, exporters, zPages and trace context propagation. ", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "9aa1b581-80ab-4510-bb28-d5cede7e6460", - "name": "Simon Zeltser" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2779, - "name": "Room 5", - "sessions": [ - { - "id": "67087", - "title": "Fallacies of Doom - Lessons learned from porting Doom 3 to Java", - "description": "\r\nWhile Java has grown enormously over the years, the fundamentals have stagnated.\r\n\r\nThe motivation for this talk and underlying project, was the following question: why is Java, with it’s 20 years of age, and (at least)6 billion running JVM’s not a major player in the video-game development universe?\r\n\r\n#####TL;DR;\r\nSo everybody knows the Doom games, right? Every new installment brought brand new ideas, and groundbreaking graphics. But more importantly, they brought the source code of the prior installment to the public eye.\r\n\r\nNaturally people have played and hacked the code to oblivion, as much as they played the games themselves. And I have the honor to be one of those people.\r\n\r\nI (naively) endeavored to port the Doom 3 C++ code to the fantabulous Java. In doing so, I hoped to learn, among other things, more about 3D graphics.\r\n...what I didn't expect though, was for djoom3(cool name huh!) to teach me more about Java!?\r\n\r\nAside from the basic game development intro, this talk focuses on the following:\r\n- Some areas where Java should learn from it's nemesis, C++\r\n- Other areas where the student(Java) becomes the master(C++)\r\n- And some promises that were made, but never keptWhile Ja", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "981b5372-9139-4fca-90ee-020fba2dafdc", - "name": "Mahmoud Abdelghany" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10568, - "name": "C++" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10602, - "name": "Gaming" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "68282", - "title": "Just what is a \"service mesh\", and if I get one will it make everything OK?", - "description": "Communication is the backbone of distributed applications. Imagine you could control that backbone independently of all the components, so your application code just makes simple calls to other services, and your communication backbone does all the complex non-functional work. Load balancing, traffic management, fault tolerance, end-to-end monitoring, dynamic routing and secure communication could all be applied and controlled centrally. That's a service mesh.\r\n\r\nIn this session I'll cover the major features of a service mesh using Istio - which is the most popular technology in this space. I'll show you what you can do with a service mesh, how it simplifies application design and also where it adds complexity. My examples will range from new microservices designs to legacy monoliths, and you'll see what a service mesh can bring to different types of application.", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e48f1ee5-93ea-4113-a4ca-5de7b129c3ae", - "name": "Elton Stoneman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10576, - "name": "Docker" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "58138", - "title": "Kubernetes - going beyond the basics", - "description": "In this talk and with demos we'll cover some more advanced topics within Kubernetes such as:-\r\nInfluencing the scheduling of pods\r\nControlling applications being scheduled using admission controllers\r\nAuto-scaling of applications and clusters\r\nOptions for extending/customising Kubernetes using Custom Resources\r\nAdding a service mesh to improve traffic shaping\r\n \r\nAfter this talk attendees should have a much clearer understanding of the additional capability in Kubernetes and associated platforms that they can to use to improve their application platform.\r\n \r\nAttendees should have a good understanding of the basic Kubernetes concepts and constructs.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fb14f65c-538d-4980-9010-8ffbd2d8d4b5", - "name": "Shahid Iqbal" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "67372", - "title": "3D printed Bionic Hand a little IOT and a Xamarin Mobile App", - "description": "Kayden a local 13yr Old was born with no left forearm and hand, being continually let down by very poor and expensive NHS prosthetics. Being a close friend of the family, I started looking around the web after seeing news reports of home-made devices. I stumbled across the OpenBionics team and the great work they do and set to building a version for Kayden. \r\nAfter 3D printing the parts I moved onto the electronics but this requires building a bespoke board that often needs software changes to set-up and configure. So my version uses off the shelf IOT parts and connects via Bluetooth to a Xamarin .Net application for changing the settings and configuring on Kayden’s phone. Still a work in progress but I will talk about the process used to get this far and how I have hopefully reduced the costs even more from a few hundred to around £80 for future hands and plan to give back to the opensource project.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "3a76506a-5c6c-4118-937b-6f7b6eefa975", - "name": "Clifford Agius" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10604, - "name": "3D Modeling" - }, - { - "id": 10606, - "name": "Embedded" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10574, - "name": "Design" - }, - { - "id": 10572, - "name": "Cross-Platform" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - { - "id": "66791", - "title": "Kotlin for C# Developers", - "description": "Dive into the latest craze in languages and platforms - Kotlin. This time we will be looking at it from the perspective of a .NET C# developer, draw comparisons between the languages, and bridge the gap between these 2 amazing languages.\r\n\r\nWe'll look at:\r\n- Kotlin as a language\r\n- Platforms Kotlin is great for\r\n- Object Oriented Implementations in Kotlin\r\n- Extended Features\r\n- Features Kotlin has that C# doesn't\r\n- A demo Android application in Kotlin vs a Xamarin.Android app in C#\r\n\r\nIn the end you will leave with a foundational knowledge of Kotlin and its capabilities to build awesome apps with less code. You should feel comfortable comparing C# applications to Kotlin applications and know where to find resources to learn even more!", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "42b758e4-1a7c-434d-9951-ddff53503d1f", - "name": "Alex Dunn" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10593, - "name": "Tools" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - } - ], - "hasOnlyPlenumSessions": false - }, - { - "id": 2780, - "name": "Room 6", - "sessions": [ - { - "id": "76427", - "title": "Lessons learned building ASP.NET Core MVC", - "description": "Join Ryan Nowak from the ASP.NET Core team as he shares learnings from building the framework, improving performance, and helping customers. We’ll talk about design details of Razor Pages and Controllers for Web and APIs, as well as hidden gems and power user features. Come learn how MVC works and get some useful tips from one of the core developers.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cdbc7319-2548-46b7-9ba8-e8c1e299465e", - "name": "Ryan Nowak" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "69938", - "title": "The promise of an async future awaits", - "description": "The prominent trends in software a distributed programs powered by cooperating microservices, each operating independently. These distributed systems are asynchronous by their very nature. You will use asynchronous programming paradigms to build these systesms.\r\n\r\nIn this session, you'll see the most common mistakes developers make using async and await in C#. You'll see the practices you should use instead. This session also provides a deep dive into async streams, a new feature introduced in C# 8.\r\n\r\nYou're building asynchronous programs now. Make sure you're building them for the future.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "be2a42b5-fc04-47c8-860b-7c503a8c6854", - "name": "Bill Wagner" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - { - "id": "68532", - "title": "A Piece of Git", - "description": "You use Git, and maybe you even know the internals: all those blobs, trees, commits and refs make it look like Git is sane, well-designed and organized system. But is it, really?\r\n\r\nAfter all, why are there three different kinds of rebase? What makes merge recursive? And what's the deal with line ending normalization? Edward Thomson shows off some of the weirder idiosyncrasies in Git and why it works the way it does.", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fee375b8-047c-4ea2-ab43-9837f2420b19", - "name": "Edward Thomson" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - } - ], - "hasOnlyPlenumSessions": false - } - ], - "timeSlots": [ - { - "slotStart": "09:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69232", - "title": "Keynote: The Microsoft Open Source Cinematic Universe - Phase 2", - "description": "Phase 1 is nearly complete with open source .NET Core. What does Microsoft's Open Source plan look like for the next 10 years?\r\n\r\nJoin Scott Hanselman as he compares the MCU (Marvel Cinematic Universe) to the MSFTOSSCU and talks about what a next phase MIGHT look like.", - "startsAt": "2019-02-01T09:00:00", - "endsAt": "2019-02-01T10:00:00", - "isServiceSession": false, - "isPlenumSession": true, - "speakers": [ - { - "id": "142dd289-d6c7-4385-9f36-05b816ceea2c", - "name": "Scott Hanselman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - } - ] - }, - { - "slotStart": "10:20:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69004", - "title": "Async injection", - "description": "This talk attempts to answer a pair of frequently asked questions, the first one of which is: how do I combine dependency injection with async and await in C# without leaky abstractions?\r\n\r\nIt turns out that the answer to that question can be found by answering another frequently asked question: how do I get the value out of my monad?\r\n\r\nDuring the talk, you’ll get a quick and easy-to-understand explanation of monads.\r\n\r\nAll code examples will be in C#.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "84f7d361-4388-44ad-bc48-31695762bc6d", - "name": "Mark Seemann" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "69239", - "title": "Ctrl-Alt-Del: Learning to Love Legacy Code", - "description": "The world runs on legacy code. For every greenfield progressive web app with 100% test coverage, there are literally hundreds of archaic line-of-business applications running in production - systems with no tests, no documentation, built using out-of-date tools, languages and platforms. It’s the code developers love to hate: it’s not exciting, it’s not shiny, and it won’t look good on your CV - but the world runs on legacy code, and, as developers, if we’re going to work on anything that actually matters, we’re going to end up dealing with legacy. To work effectively with this kind of system, we need to answer some fundamental questions: why was it built this way in the first place? What's happened over the years it's been running in production? And, most importantly, how can we develop our understanding of legacy codebases to the point where we're confident that we can add features, fix bugs and improve performance without making things worse?\r\n\r\nDylan worked on the web application stack at Spotlight (www.spotlight.com) from 2000 until 2018 - first as a supplier, then as webmaster, then as systems architect. Working on the same codebase for nearly two decades has given him an unusual perspective on how applications go from being cutting-edge to being 'legacy'. In this talk, he'll share tips, patterns and techniques that he's learned from helping new developers work with a large and unfamiliar codebase. We'll talk about virtualisation, refactoring tools, and how to bring legacy code under control using continuous integration and managed deployments. We'll explore creative ways to use common technologies like DNS to create more productive development environments. We'll talk about how to bridge the gap between automated testing and systems monitoring, how to improve visibility and transparency of your production systems - and why good old Ctrl-Alt-Del might be the secret to unlocking the potential of your legacy codebase.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1d7dcbfc-1de6-4228-8bd6-04f4ba1c4267", - "name": "Dylan Beattie" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10571, - "name": "Continuous Delivery" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "69231", - "title": "C# 8", - "description": "It's nearly here! The Visual Studio 2019 Preview is already available, so if you haven't looked into what's coming in C# 8, now is the perfect time to do so.\r\nThe most important feature of C# 8 is undoubtedly nullable reference types, but there's plenty more to look forward to as well.\r\n\r\nWhile I'll make this talk as easy to understand as I can, there's a huge amount to cover. Expect a fast pace, with lots of code.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1176547b-89c5-40ee-b7d7-bf0eb5ca0aef", - "name": "Jon Skeet" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "58161", - "title": "Making Accessibility Testing Suck Less: An Intro to Pa11y.", - "description": "Often the hardest part of any problem is simply how to get started. On the ever-evolving web accessibility is a matter of ongoing importance: the brilliance of your code or sleekness of your UI is inconsequential if your app or website is unusable to some of your users. With a million other issues already on your plate how do you find a way to get started on accessibility testing? Pa11y to the rescue! Pa11y is a lightweight command-line accessibility testing tool with enough flexibility to integrate results into your current testing process. This talk will explain what pa11y does and does not cover, review examples of both command line and scripted usage, dive into the pa11y web service and show how to modify output to work in your current testing setup. Bonus content: how to convince the rest of your team and business why accessibility is worth prioritizing and how getting started with low-hanging fruit can vastly improve your product.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e5b9e6c6-1477-4b19-8347-06683a7417de", - "name": "Jennifer Wadella" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10592, - "name": "Testing" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "67087", - "title": "Fallacies of Doom - Lessons learned from porting Doom 3 to Java", - "description": "\r\nWhile Java has grown enormously over the years, the fundamentals have stagnated.\r\n\r\nThe motivation for this talk and underlying project, was the following question: why is Java, with it’s 20 years of age, and (at least)6 billion running JVM’s not a major player in the video-game development universe?\r\n\r\n#####TL;DR;\r\nSo everybody knows the Doom games, right? Every new installment brought brand new ideas, and groundbreaking graphics. But more importantly, they brought the source code of the prior installment to the public eye.\r\n\r\nNaturally people have played and hacked the code to oblivion, as much as they played the games themselves. And I have the honor to be one of those people.\r\n\r\nI (naively) endeavored to port the Doom 3 C++ code to the fantabulous Java. In doing so, I hoped to learn, among other things, more about 3D graphics.\r\n...what I didn't expect though, was for djoom3(cool name huh!) to teach me more about Java!?\r\n\r\nAside from the basic game development intro, this talk focuses on the following:\r\n- Some areas where Java should learn from it's nemesis, C++\r\n- Other areas where the student(Java) becomes the master(C++)\r\n- And some promises that were made, but never keptWhile Ja", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "981b5372-9139-4fca-90ee-020fba2dafdc", - "name": "Mahmoud Abdelghany" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10568, - "name": "C++" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10602, - "name": "Gaming" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "76427", - "title": "Lessons learned building ASP.NET Core MVC", - "description": "Join Ryan Nowak from the ASP.NET Core team as he shares learnings from building the framework, improving performance, and helping customers. We’ll talk about design details of Razor Pages and Controllers for Web and APIs, as well as hidden gems and power user features. Come learn how MVC works and get some useful tips from one of the core developers.", - "startsAt": "2019-02-01T10:20:00", - "endsAt": "2019-02-01T11:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "cdbc7319-2548-46b7-9ba8-e8c1e299465e", - "name": "Ryan Nowak" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "11:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "68521", - "title": "From 'dotnet run' to 'Hello World!'", - "description": "Have you ever stopped to think about all the things that happen when you execute a simple .NET program?\r\n\r\nThis talk will delve into the internals of the recently open-sourced .NET Core runtime, looking at what happens, when it happens and why. \r\n\r\nMaking use of freely available tools such as 'PerfView', we'll examine the Execution Engine, Type Loader, Just-in-Time (JIT) Compiler and the CLR Hosting API to see how all these components play a part in making 'Hello World' possible.", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fb89e2c6-39b1-4ef8-8932-609504cf4901", - "name": "Matt Warren" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "67993", - "title": "The Functional Programmer's Toolkit", - "description": "The functional programming community has a number of patterns with strange names such as monads, monoids, functors, and catamorphisms.\r\n \r\nIn this beginner-friendly talk, we'll demystify these techniques and see how they all fit together into a small but versatile \"tool kit\". \r\n\r\nWe'll then see how the tools in this tool kit can be applied to a wide variety of programming problems, such as handling missing data, working with lists, and implementing the functional equivalent of dependency injection. ", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "89335661-3092-4afa-b53f-3d203cafa2a1", - "name": "Scott Wlaschin" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10574, - "name": "Design" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "67078", - "title": "APIs Exposed!", - "description": "More and more developers are building APIs, whether that be for consumption by client-side applications, exposing endpoints directly to customers so they can use an alternative front-end or wrapping up services in containers.\r\n\r\nNow that we have all these exposed endpoints, what are we doing to secure them? Previously, our monolith was self-contained with limited points of access making authentication and authorisation more straightforward - that’s no longer the case.\r\n\r\nWe’ll cover the potential risks we may face such as cross-site scripting and BruteForce attacks as well as a look at the possible options for securing API endpoints including OAuth, Access Tokens, JSON web tokens, IP whitelisting, rate limiting to name but a few.\r\n\r\n", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ac105033-2b20-4b45-8d47-5647d8accf84", - "name": "Layla Porter" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10589, - "name": "Security" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "62532", - "title": "A Developer's Guide to Advertising", - "description": "Love it or hate it, advertising is currently a main source of revenue for many websites. But digital advertising is a complicated space that not many developers understand. If you'd like to understand the ad code on your site better, if your ad ops team has been talking about header bidding, or if you're just curious about how ads work, this is the talk for you. I'll give an overview of how programmatic advertising works, what header bidding is, explain some common tools and libraries, and address some common misconceptions and complaints about ads.", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b8f3c690-5950-4279-9ee7-9291d1439dd2", - "name": "Krista LaFentres" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10596, - "name": "Web" - }, - { - "id": 10582, - "name": "JavaScript" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "68282", - "title": "Just what is a \"service mesh\", and if I get one will it make everything OK?", - "description": "Communication is the backbone of distributed applications. Imagine you could control that backbone independently of all the components, so your application code just makes simple calls to other services, and your communication backbone does all the complex non-functional work. Load balancing, traffic management, fault tolerance, end-to-end monitoring, dynamic routing and secure communication could all be applied and controlled centrally. That's a service mesh.\r\n\r\nIn this session I'll cover the major features of a service mesh using Istio - which is the most popular technology in this space. I'll show you what you can do with a service mesh, how it simplifies application design and also where it adds complexity. My examples will range from new microservices designs to legacy monoliths, and you'll see what a service mesh can bring to different types of application.", - "startsAt": "2019-02-01T11:40:00", - "endsAt": "2019-02-01T12:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e48f1ee5-93ea-4113-a4ca-5de7b129c3ae", - "name": "Elton Stoneman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10576, - "name": "Docker" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - } - ] - }, - { - "slotStart": "13:40:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69233", - "title": "Solving Diabetes with an Open Source Artificial Pancreas", - "description": "Scott has been a Type 1 diabetic for over 20 years. When he first became diabetic he did what every engineer would do...he wrote an app to solve his problem. Fast forward to 2018 and Scott lives 24 hours a day connected to an open source artificial pancreas. After years of waiting, the diabetes community online creating solutions.\r\n\r\nScott will go through the history of diabetes online, the components (both hardware and software) needed for an artificial pancreas, and discuss the architectural design of two popular systems (LoopKit and OpenAPS). Plus, you'll see Scott *not die* live on stage as he's been \"looping\" for over a year!", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "142dd289-d6c7-4385-9f36-05b816ceea2c", - "name": "Scott Hanselman" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "69230", - "title": "Society (n+1).0: smashing the patriarchy and other ways of changing the world", - "description": "Software engineers are fond of casually mentioning how their work changes the world. But have you thought about what you want the world to look like after you've changed it? Do you want to smash the patriarchy [1]? Save the planet? Make Furbies cool again? Is technology really the only tool at your disposal?\r\nThis session is a call to both discovery and action. You already care about Furbies, but what do you not know you don't know about them? Have you looked at Furbies from someone else's perspective? Once your eyes are wide open, what's the next step? How would a Furby smash the patriarchy? Let's learn to be better together, and make a difference in the world today.\r\n\r\nFootnote 1: Our system of society norms which puts everyone in boxes that are hard to escape [2]. The boxes surrounding straight white men can be extremely comfortable ones, but more limiting than you might realize.\r\n\r\nFootnote 2: Furbies are pretty easy to get out of boxes; humans, not so much.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "1176547b-89c5-40ee-b7d7-bf0eb5ca0aef", - "name": "Jon Skeet" - }, - { - "id": "e5b9e6c6-1477-4b19-8347-06683a7417de", - "name": "Jennifer Wadella" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "69366", - "title": "Architectural patterns for the cloud", - "description": "As more and more people are starting to deploy their application to the cloud, new architectural patterns have emerged, and some old ones have resurfaced or become more prominent.\r\n\r\nIn this session, Mahesh Krishnan, will run through a large catalogue of cloud patterns that will cover categories such as availability, resiliency, data management, performance, scalability, design and implementation. You will learn about what problem each and every pattern addresses, how to implement them and what considerations you need to take into account while implementing them.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "648e2e9d-28cc-47ef-828c-75a7d599d48d", - "name": "Mahesh Krishnan" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10569, - "name": "Cloud" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "68894", - "title": "\"Hey Mycroft\": Getting Started with the OSS Home Assistant", - "description": "Home virtual assistants, like Alexa, Google Now, Siri, and Cortana, are gaining a lot of popularity. They’re now incorporated into our phones, our laptops, and even available as separate devices in our homes. Some people haven’t adopted them out of privacy concerns. A new system called Mycroft has come onto the scene, and it’s built on open source hardware and software. You can install it on a Raspberry Pi, an old Linux box, or buy their own Mycroft device.\r\n\r\nIn this session, we’ll go over the basics of what Mycroft is, and how you can quickly install it yourself. From there, we’ll talk about some of the underlying software and see a short demo. Finally, we’ll see how to build a new skill into it and contribute it back to the community. You’ll leave with your own virtual assistant and the knowledge on how make it do what you want but keep your privacy in check.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "97e1c796-8bf6-468b-b246-0efc6979b9e7", - "name": "Sarah Withee" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10565, - "name": "AI" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "58138", - "title": "Kubernetes - going beyond the basics", - "description": "In this talk and with demos we'll cover some more advanced topics within Kubernetes such as:-\r\nInfluencing the scheduling of pods\r\nControlling applications being scheduled using admission controllers\r\nAuto-scaling of applications and clusters\r\nOptions for extending/customising Kubernetes using Custom Resources\r\nAdding a service mesh to improve traffic shaping\r\n \r\nAfter this talk attendees should have a much clearer understanding of the additional capability in Kubernetes and associated platforms that they can to use to improve their application platform.\r\n \r\nAttendees should have a good understanding of the basic Kubernetes concepts and constructs.", - "startsAt": "2019-02-01T13:40:00", - "endsAt": "2019-02-01T14:40:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fb14f65c-538d-4980-9010-8ffbd2d8d4b5", - "name": "Shahid Iqbal" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - } - ] - }, - { - "slotStart": "15:00:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "69010", - "title": "Crash, Burn, Report", - "description": "With the launch of the Reporting API any browser that visits your site can automatically detect and alert you to a whole heap of problems with your application. DNS not resolving? Serving an invalid certificate? Got a redirect loop, using a soon to be deprecated API or any one of countless other problems, they can all be detected and reported with no user action, no agents, no code to deploy. You have one of the most extensive and powerful monitoring platforms in existence at your disposal, millions of browsers. Let's look at how to use them.\r\n\r\nIn this talk we'll look at how to configure the browser to send you reports when things go wrong. These are brand new capabilities the likes of which we've haven't seen before and they're already supported in the world's most popular browser, Google Chrome. We'll look at how to receive reports and how to make use of them after having the browser do the hard work.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "e9c64362-6194-409c-85da-45c8fd40abd6", - "name": "Scott Helme" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "69307", - "title": "Tabs, spaces and salaries: a data science detective story", - "description": "In data science, sometimes you stumble across an intriguing property in the data. I will tell you a story of a mysterious correlation - from the StackOverflow developer survey it seems that developers who use spaces have higher salaries than those who use tabs. Correlation doesn't mean causation: using spaces won't suddenly increase your salary. But what does it all mean? Follow me into a detective investigation that will show you how to approach complex data science problems. I will show you some of the perils of correlation, model fitting and biases - how they can be dangerous and how to avoid these traps. And you'll also find how profitable your indentation style really is.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "14fdabdd-3814-4f84-868e-a8178a25c5f8", - "name": "Evelina Gabasova" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10584, - "name": "Machine Learning" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "66814", - "title": "Unity 101 for C# Developers", - "description": "If you are interested in mixed or virtual reality development then Unity is a tool you’ll want to learn. Go to Microsoft’s [Hololens development page](https://developer.microsoft.com/en-us/windows/mixed-reality/install_the_tools) and you’ll find the installation of Unity recommended in the first paragraph.\r\n\r\nOne surprise to developers getting started with Unity is the level of integration with Visual Studio and how easy it is to add C# to manipulate your 3D world.\r\n\r\nIn this demo led session we’ll go back to basics with Unity, easily creating a simple 3D experience with realistic physics. We’ll look at the fantastic Visual Studio integration and how easily the two editors work together.\r\n\r\nFinally we’ll look at the ways in which we can give our 3D experience some polish by adding textures, animations and some explosions!\r\n\r\nKeeping the best news for last: Unity is royalty free until you’re earning $100,000 – so if you like the idea of becoming wildly rich from making immersive 3D experiences this is the talk for you.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "ef4df68d-9bdc-471d-aff0-075c77c4a424", - "name": "Andy Clarke" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10603, - "name": "VR" - }, - { - "id": 10604, - "name": "3D Modeling" - }, - { - "id": 10602, - "name": "Gaming" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "68882", - "title": "Megahertz, Gigahertz, Registers and Instructions: How does a CPU actually work?", - "description": "For decades, we’ve been creating ever higher abstractions between ourselves and the computing hardware we’re programming, but in the end whether you’re writing JavaScript, Haskell, or Python it all comes down to 1’s and 0’s running through hardware patterns that were well understood twenty years ago.\r\n\r\nWe’ll walk through the fundamentals of how CPU’s “think” in an accessible way (no engineering degree required!) so you can appreciate the marvel that is the modern CPU be it in a server data center or your fridge at home. You’ll learn how a CPU turns the code we feed it into actions, what’s the big difference between an ARM and an Intel processor, how CPU’s constantly optimize work for us, and where is it all going for the next few years.\r\n\r\nFinally, we'll show how Meltdown and Spectre take advantage of CPU internals to expose data and why this class of security problems are going to be a challenge to the next generation of CPU's.\r\n", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fe60954c-9d1a-4167-9faa-77027c8d446b", - "name": "Kendall Miller" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "67372", - "title": "3D printed Bionic Hand a little IOT and a Xamarin Mobile App", - "description": "Kayden a local 13yr Old was born with no left forearm and hand, being continually let down by very poor and expensive NHS prosthetics. Being a close friend of the family, I started looking around the web after seeing news reports of home-made devices. I stumbled across the OpenBionics team and the great work they do and set to building a version for Kayden. \r\nAfter 3D printing the parts I moved onto the electronics but this requires building a bespoke board that often needs software changes to set-up and configure. So my version uses off the shelf IOT parts and connects via Bluetooth to a Xamarin .Net application for changing the settings and configuring on Kayden’s phone. Still a work in progress but I will talk about the process used to get this far and how I have hopefully reduced the costs even more from a few hundred to around £80 for future hands and plan to give back to the opensource project.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "3a76506a-5c6c-4118-937b-6f7b6eefa975", - "name": "Clifford Agius" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10604, - "name": "3D Modeling" - }, - { - "id": 10606, - "name": "Embedded" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10588, - "name": "People" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10574, - "name": "Design" - }, - { - "id": 10572, - "name": "Cross-Platform" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "69938", - "title": "The promise of an async future awaits", - "description": "The prominent trends in software a distributed programs powered by cooperating microservices, each operating independently. These distributed systems are asynchronous by their very nature. You will use asynchronous programming paradigms to build these systesms.\r\n\r\nIn this session, you'll see the most common mistakes developers make using async and await in C#. You'll see the practices you should use instead. This session also provides a deep dive into async streams, a new feature introduced in C# 8.\r\n\r\nYou're building asynchronous programs now. Make sure you're building them for the future.", - "startsAt": "2019-02-01T15:00:00", - "endsAt": "2019-02-01T16:00:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "be2a42b5-fc04-47c8-860b-7c503a8c6854", - "name": "Bill Wagner" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - }, - { - "slotStart": "16:20:00", - "rooms": [ - { - "id": 2775, - "name": "Room 1", - "session": { - "id": "66952", - "title": "Futurology for Dummies - the Next 30 Years in Tech", - "description": "2019 is the 30th anniversary of my first job in tech. On my first day I was given a Wyse 60 terminal attached via RS232 cables to a Tandon 286, and told to learn C from a dead tree so I could write text applications for an 80x24 character screen. Fast-forward to now: my phone is about a million times more powerful than that Tandon; screens are 3840x2160 pixels; every computer in the world is attached to every other thing with no cables; and we code using, well, still basically C.\r\n\r\nHaving lived through all those changes in realtime, and as an incurable neophile, I think I can make an educated guess as to what the next 30 years are going to be like, and what we're all going to be doing by 2049. If anything, I'm going to underestimate it, but hopefully you'll be inspired, invigorated and maybe even informed about the future of your career in tech.", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "70590ad0-b1b3-40b8-b05d-b58722ef9d9d", - "name": "Mark Rendle" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10581, - "name": "IoT" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10565, - "name": "AI" - }, - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10594, - "name": "UI" - }, - { - "id": 10595, - "name": "UX" - }, - { - "id": 10596, - "name": "Web" - }, - { - "id": 10574, - "name": "Design" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10604, - "name": "3D Modeling" - }, - { - "id": 10603, - "name": "VR" - } - ], - "sort": 4 - } - ], - "roomId": 2775, - "room": "Room 1" - }, - "index": 0 - }, - { - "id": 2776, - "name": "Room 2", - "session": { - "id": "67994", - "title": "Four Languages from Forty Years Ago", - "description": "The 1970's were a golden age for new programming languages, but do they have any relevance to programming today? Can we still learn from them?\r\n\r\nIn this talk, we'll look at four languages designed over forty years ago -- SQL, Prolog, ML, and Smalltalk -- and discuss their philosophy and approach to programming, which is very different from most popular languages today.\r\n\r\nWe'll come away with some practical principles that are still very applicable to modern development. And you might discover your new favorite programming paradigm!\r\n", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "89335661-3092-4afa-b53f-3d203cafa2a1", - "name": "Scott Wlaschin" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10583, - "name": "Languages" - } - ], - "sort": 4 - } - ], - "roomId": 2776, - "room": "Room 2" - }, - "index": 1 - }, - { - "id": 2777, - "name": "Room 3", - "session": { - "id": "67138", - "title": "Deep Learning in the world of little ponies", - "description": "In this talk, we will discuss computer vision, one of the most common real-world applications of machine learning. We will deep dive into various state-of-the-art concepts around building custom image classifiers - application of deep neural networks, specifically convolutional neural networks and transfer learning. We will demonstrate how those approaches could be used to create your own image classifier to recognise the characters of \"My Little Pony\" TV Series [or Pokemon, or Superheroes, or your custom images].", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "b4c506ac-9757-4ac6-8b7c-3d6696b113e4", - "name": "Galiya Warrier" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10584, - "name": "Machine Learning" - }, - { - "id": 10579, - "name": "Fun" - }, - { - "id": 10565, - "name": "AI" - } - ], - "sort": 4 - } - ], - "roomId": 2777, - "room": "Room 3" - }, - "index": 2 - }, - { - "id": 2778, - "name": "Room 4", - "session": { - "id": "67872", - "title": "Distributed Tracing and Monitoring with OpenCensus", - "description": "OpenCensus is an emerging standard for tracing and metrics of cloud services. You can use it to gain observability into applications that span multiple clouds and technological stacks.\r\nIn this talk, we will use open source and vendor agnostic client libraries for OpenCensus and export telemetry to common distributed tracing systems such as Zipkin and others.\r\nAlong the way. we will discuss core concepts such as tags, metrics, exporters, zPages and trace context propagation. ", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "9aa1b581-80ab-4510-bb28-d5cede7e6460", - "name": "Simon Zeltser" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10585, - "name": "Microservices" - }, - { - "id": 10566, - "name": "Architecture" - }, - { - "id": 10575, - "name": "DevOps" - }, - { - "id": 10572, - "name": "Cross-Platform" - }, - { - "id": 10569, - "name": "Cloud" - }, - { - "id": 10563, - "name": ".NET" - } - ], - "sort": 4 - } - ], - "roomId": 2778, - "room": "Room 4" - }, - "index": 3 - }, - { - "id": 2779, - "name": "Room 5", - "session": { - "id": "66791", - "title": "Kotlin for C# Developers", - "description": "Dive into the latest craze in languages and platforms - Kotlin. This time we will be looking at it from the perspective of a .NET C# developer, draw comparisons between the languages, and bridge the gap between these 2 amazing languages.\r\n\r\nWe'll look at:\r\n- Kotlin as a language\r\n- Platforms Kotlin is great for\r\n- Object Oriented Implementations in Kotlin\r\n- Extended Features\r\n- Features Kotlin has that C# doesn't\r\n- A demo Android application in Kotlin vs a Xamarin.Android app in C#\r\n\r\nIn the end you will leave with a foundational knowledge of Kotlin and its capabilities to build awesome apps with less code. You should feel comfortable comparing C# applications to Kotlin applications and know where to find resources to learn even more!", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "42b758e4-1a7c-434d-9951-ddff53503d1f", - "name": "Alex Dunn" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10563, - "name": ".NET" - }, - { - "id": 10583, - "name": "Languages" - }, - { - "id": 10587, - "name": "Mobile" - }, - { - "id": 10580, - "name": "Functional Programming" - }, - { - "id": 10593, - "name": "Tools" - } - ], - "sort": 4 - } - ], - "roomId": 2779, - "room": "Room 5" - }, - "index": 4 - }, - { - "id": 2780, - "name": "Room 6", - "session": { - "id": "68532", - "title": "A Piece of Git", - "description": "You use Git, and maybe you even know the internals: all those blobs, trees, commits and refs make it look like Git is sane, well-designed and organized system. But is it, really?\r\n\r\nAfter all, why are there three different kinds of rebase? What makes merge recursive? And what's the deal with line ending normalization? Edward Thomson shows off some of the weirder idiosyncrasies in Git and why it works the way it does.", - "startsAt": "2019-02-01T16:20:00", - "endsAt": "2019-02-01T17:20:00", - "isServiceSession": false, - "isPlenumSession": false, - "speakers": [ - { - "id": "fee375b8-047c-4ea2-ab43-9837f2420b19", - "name": "Edward Thomson" - } - ], - "categories": [ - { - "id": 2223, - "name": "Tags", - "categoryItems": [ - { - "id": 10593, - "name": "Tools" - }, - { - "id": 10575, - "name": "DevOps" - } - ], - "sort": 4 - } - ], - "roomId": 2780, - "room": "Room 6" - }, - "index": 5 - } - ] - } - ] - } -] diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/DataImporter.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/DataImporter.cs deleted file mode 100644 index e8453b256c9..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/DataImporter.cs +++ /dev/null @@ -1,72 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using Newtonsoft.Json; -using Newtonsoft.Json.Linq; - -namespace HotChocolate.ConferencePlanner.Imports -{ - public class DataImporter - { - public async Task LoadDataAsync(ApplicationDbContext db) - { - using var stream = GetType().Assembly.GetManifestResourceStream( - "HotChocolate.ConferencePlanner.Imports.Data.json")!; - using var reader = new JsonTextReader(new StreamReader(stream)); - - var speakerNames = new Dictionary<string, Speaker>(); - var tracks = new Dictionary<string, Track>(); - - var conference = await JArray.LoadAsync(reader); - var speakers = new Dictionary<string, Speaker>(); - - foreach (JObject conferenceDay in conference) - { - foreach (JObject roomData in conferenceDay["rooms"]!) - { - var track = new Track - { - Name = roomData["name"]!.ToString() - }; - - foreach (JObject sessionData in roomData["sessions"]!) - { - var session = new Session - { - Title = sessionData["title"]!.ToString(), - Abstract = sessionData["description"]!.ToString(), - StartTime = sessionData["startsAt"]!.Value<DateTime>(), - EndTime = sessionData["endsAt"]!.Value<DateTime>(), - }; - - track.Sessions.Add(session); - - foreach (JObject speakerData in sessionData["speakers"]!) - { - if (!speakers.TryGetValue(speakerData["id"]!.ToString(), out var speaker)) - { - speaker = new Speaker - { - Name = speakerData["name"]!.ToString() - }; - db.Speakers.Add(speaker); - } - - session.SessionSpeakers.Add(new SessionSpeaker - { - Speaker = speaker, - Session = session - }); - } - } - - db.Tracks.Add(track); - } - } - - await db.SaveChangesAsync(); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/DataImporterExtensions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/DataImporterExtensions.cs deleted file mode 100644 index a6defacf5e4..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Imports/DataImporterExtensions.cs +++ /dev/null @@ -1,25 +0,0 @@ -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Execution.Configuration; -using Microsoft.EntityFrameworkCore; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.ConferencePlanner.Imports -{ - public static class ImportRequestExecutorBuilderExtensions - { - public static IRequestExecutorBuilder EnsureDatabaseIsCreated( - this IRequestExecutorBuilder builder) => - builder.ConfigureSchemaAsync(async (services, builder, ct) => - { - var factory = - services.GetRequiredService<IDbContextFactory<ApplicationDbContext>>(); - using var dbContext = factory.CreateDbContext(); - - if (await dbContext.Database.EnsureCreatedAsync(ct)) - { - var importer = new DataImporter(); - await importer.LoadDataAsync(dbContext); - } - }); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725133424_Initial.Designer.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725133424_Initial.Designer.cs deleted file mode 100644 index 798d68c9fc5..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725133424_Initial.Designer.cs +++ /dev/null @@ -1,46 +0,0 @@ -// <auto-generated /> -using HotChocolate.ConferencePlanner.Data; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Migrations; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; - -namespace HotChocolate.ConferencePlanner.Migrations -{ - [DbContext(typeof(ApplicationDbContext))] - [Migration("20200725133424_Initial")] - partial class Initial - { - protected override void BuildTargetModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("ProductVersion", "3.1.6"); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Speaker", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("Bio") - .HasColumnType("TEXT") - .HasMaxLength(4000); - - b.Property<string>("Name") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<string>("WebSite") - .HasColumnType("TEXT") - .HasMaxLength(1000); - - b.HasKey("Id"); - - b.ToTable("Speakers"); - }); -#pragma warning restore 612, 618 - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725133424_Initial.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725133424_Initial.cs deleted file mode 100644 index 988c45870e0..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725133424_Initial.cs +++ /dev/null @@ -1,31 +0,0 @@ -using Microsoft.EntityFrameworkCore.Migrations; - -namespace HotChocolate.ConferencePlanner.Migrations -{ - public partial class Initial : Migration - { - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.CreateTable( - name: "Speakers", - columns: table => new - { - Id = table.Column<int>(nullable: false) - .Annotation("Sqlite:Autoincrement", true), - Name = table.Column<string>(maxLength: 200, nullable: false), - Bio = table.Column<string>(maxLength: 4000, nullable: true), - WebSite = table.Column<string>(maxLength: 1000, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_Speakers", x => x.Id); - }); - } - - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropTable( - name: "Speakers"); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725184711_Refactoring.Designer.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725184711_Refactoring.Designer.cs deleted file mode 100644 index 9157aa3f626..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725184711_Refactoring.Designer.cs +++ /dev/null @@ -1,194 +0,0 @@ -// <auto-generated /> -using System; -using HotChocolate.ConferencePlanner.Data; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Migrations; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; - -namespace HotChocolate.ConferencePlanner.Migrations -{ - [DbContext(typeof(ApplicationDbContext))] - [Migration("20200725184711_Refactoring")] - partial class Refactoring - { - protected override void BuildTargetModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("ProductVersion", "3.1.6"); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Attendee", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("EmailAddress") - .HasColumnType("TEXT") - .HasMaxLength(256); - - b.Property<string>("FirstName") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<string>("LastName") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<string>("UserName") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("UserName") - .IsUnique(); - - b.ToTable("Attendees"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Session", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("Abstract") - .HasColumnType("TEXT") - .HasMaxLength(4000); - - b.Property<DateTimeOffset?>("EndTime") - .HasColumnType("TEXT"); - - b.Property<DateTimeOffset?>("StartTime") - .HasColumnType("TEXT"); - - b.Property<string>("Title") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<int?>("TrackId") - .HasColumnType("INTEGER"); - - b.HasKey("Id"); - - b.HasIndex("TrackId"); - - b.ToTable("Sessions"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionAttendee", b => - { - b.Property<int>("SessionId") - .HasColumnType("INTEGER"); - - b.Property<int>("AttendeeId") - .HasColumnType("INTEGER"); - - b.HasKey("SessionId", "AttendeeId"); - - b.HasIndex("AttendeeId"); - - b.ToTable("SessionAttendee"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionSpeaker", b => - { - b.Property<int>("SessionId") - .HasColumnType("INTEGER"); - - b.Property<int>("SpeakerId") - .HasColumnType("INTEGER"); - - b.HasKey("SessionId", "SpeakerId"); - - b.HasIndex("SpeakerId"); - - b.ToTable("SessionSpeaker"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Speaker", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("Bio") - .HasColumnType("TEXT") - .HasMaxLength(4000); - - b.Property<string>("Name") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<string>("WebSite") - .HasColumnType("TEXT") - .HasMaxLength(1000); - - b.HasKey("Id"); - - b.ToTable("Speakers"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Track", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("Name") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.HasKey("Id"); - - b.ToTable("Tracks"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Session", b => - { - b.HasOne("HotChocolate.ConferencePlanner.Data.Track", "Track") - .WithMany("Sessions") - .HasForeignKey("TrackId"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionAttendee", b => - { - b.HasOne("HotChocolate.ConferencePlanner.Data.Attendee", "Attendee") - .WithMany("SessionsAttendees") - .HasForeignKey("AttendeeId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - - b.HasOne("HotChocolate.ConferencePlanner.Data.Session", "Session") - .WithMany("SessionAttendees") - .HasForeignKey("SessionId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionSpeaker", b => - { - b.HasOne("HotChocolate.ConferencePlanner.Data.Session", "Session") - .WithMany("SessionSpeakers") - .HasForeignKey("SessionId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - - b.HasOne("HotChocolate.ConferencePlanner.Data.Speaker", "Speaker") - .WithMany("SessionSpeakers") - .HasForeignKey("SpeakerId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); -#pragma warning restore 612, 618 - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725184711_Refactoring.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725184711_Refactoring.cs deleted file mode 100644 index bf12d60a00b..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/20200725184711_Refactoring.cs +++ /dev/null @@ -1,150 +0,0 @@ -using System; -using Microsoft.EntityFrameworkCore.Migrations; - -namespace HotChocolate.ConferencePlanner.Migrations -{ - public partial class Refactoring : Migration - { - protected override void Up(MigrationBuilder migrationBuilder) - { - migrationBuilder.CreateTable( - name: "Attendees", - columns: table => new - { - Id = table.Column<int>(nullable: false) - .Annotation("Sqlite:Autoincrement", true), - FirstName = table.Column<string>(maxLength: 200, nullable: false), - LastName = table.Column<string>(maxLength: 200, nullable: false), - UserName = table.Column<string>(maxLength: 200, nullable: false), - EmailAddress = table.Column<string>(maxLength: 256, nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_Attendees", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "Tracks", - columns: table => new - { - Id = table.Column<int>(nullable: false) - .Annotation("Sqlite:Autoincrement", true), - Name = table.Column<string>(maxLength: 200, nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_Tracks", x => x.Id); - }); - - migrationBuilder.CreateTable( - name: "Sessions", - columns: table => new - { - Id = table.Column<int>(nullable: false) - .Annotation("Sqlite:Autoincrement", true), - Title = table.Column<string>(maxLength: 200, nullable: false), - Abstract = table.Column<string>(maxLength: 4000, nullable: true), - StartTime = table.Column<DateTimeOffset>(nullable: true), - EndTime = table.Column<DateTimeOffset>(nullable: true), - TrackId = table.Column<int>(nullable: true) - }, - constraints: table => - { - table.PrimaryKey("PK_Sessions", x => x.Id); - table.ForeignKey( - name: "FK_Sessions_Tracks_TrackId", - column: x => x.TrackId, - principalTable: "Tracks", - principalColumn: "Id", - onDelete: ReferentialAction.Restrict); - }); - - migrationBuilder.CreateTable( - name: "SessionAttendee", - columns: table => new - { - SessionId = table.Column<int>(nullable: false), - AttendeeId = table.Column<int>(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_SessionAttendee", x => new { x.SessionId, x.AttendeeId }); - table.ForeignKey( - name: "FK_SessionAttendee_Attendees_AttendeeId", - column: x => x.AttendeeId, - principalTable: "Attendees", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - table.ForeignKey( - name: "FK_SessionAttendee_Sessions_SessionId", - column: x => x.SessionId, - principalTable: "Sessions", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateTable( - name: "SessionSpeaker", - columns: table => new - { - SessionId = table.Column<int>(nullable: false), - SpeakerId = table.Column<int>(nullable: false) - }, - constraints: table => - { - table.PrimaryKey("PK_SessionSpeaker", x => new { x.SessionId, x.SpeakerId }); - table.ForeignKey( - name: "FK_SessionSpeaker_Sessions_SessionId", - column: x => x.SessionId, - principalTable: "Sessions", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - table.ForeignKey( - name: "FK_SessionSpeaker_Speakers_SpeakerId", - column: x => x.SpeakerId, - principalTable: "Speakers", - principalColumn: "Id", - onDelete: ReferentialAction.Cascade); - }); - - migrationBuilder.CreateIndex( - name: "IX_Attendees_UserName", - table: "Attendees", - column: "UserName", - unique: true); - - migrationBuilder.CreateIndex( - name: "IX_SessionAttendee_AttendeeId", - table: "SessionAttendee", - column: "AttendeeId"); - - migrationBuilder.CreateIndex( - name: "IX_Sessions_TrackId", - table: "Sessions", - column: "TrackId"); - - migrationBuilder.CreateIndex( - name: "IX_SessionSpeaker_SpeakerId", - table: "SessionSpeaker", - column: "SpeakerId"); - } - - protected override void Down(MigrationBuilder migrationBuilder) - { - migrationBuilder.DropTable( - name: "SessionAttendee"); - - migrationBuilder.DropTable( - name: "SessionSpeaker"); - - migrationBuilder.DropTable( - name: "Attendees"); - - migrationBuilder.DropTable( - name: "Sessions"); - - migrationBuilder.DropTable( - name: "Tracks"); - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/ApplicationDbContextModelSnapshot.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/ApplicationDbContextModelSnapshot.cs deleted file mode 100644 index d91b4267273..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Migrations/ApplicationDbContextModelSnapshot.cs +++ /dev/null @@ -1,192 +0,0 @@ -// <auto-generated /> -using System; -using HotChocolate.ConferencePlanner.Data; -using Microsoft.EntityFrameworkCore; -using Microsoft.EntityFrameworkCore.Infrastructure; -using Microsoft.EntityFrameworkCore.Storage.ValueConversion; - -namespace HotChocolate.ConferencePlanner.Migrations -{ - [DbContext(typeof(ApplicationDbContext))] - partial class ApplicationDbContextModelSnapshot : ModelSnapshot - { - protected override void BuildModel(ModelBuilder modelBuilder) - { -#pragma warning disable 612, 618 - modelBuilder - .HasAnnotation("ProductVersion", "3.1.6"); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Attendee", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("EmailAddress") - .HasColumnType("TEXT") - .HasMaxLength(256); - - b.Property<string>("FirstName") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<string>("LastName") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<string>("UserName") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.HasKey("Id"); - - b.HasIndex("UserName") - .IsUnique(); - - b.ToTable("Attendees"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Session", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("Abstract") - .HasColumnType("TEXT") - .HasMaxLength(4000); - - b.Property<DateTimeOffset?>("EndTime") - .HasColumnType("TEXT"); - - b.Property<DateTimeOffset?>("StartTime") - .HasColumnType("TEXT"); - - b.Property<string>("Title") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<int?>("TrackId") - .HasColumnType("INTEGER"); - - b.HasKey("Id"); - - b.HasIndex("TrackId"); - - b.ToTable("Sessions"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionAttendee", b => - { - b.Property<int>("SessionId") - .HasColumnType("INTEGER"); - - b.Property<int>("AttendeeId") - .HasColumnType("INTEGER"); - - b.HasKey("SessionId", "AttendeeId"); - - b.HasIndex("AttendeeId"); - - b.ToTable("SessionAttendee"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionSpeaker", b => - { - b.Property<int>("SessionId") - .HasColumnType("INTEGER"); - - b.Property<int>("SpeakerId") - .HasColumnType("INTEGER"); - - b.HasKey("SessionId", "SpeakerId"); - - b.HasIndex("SpeakerId"); - - b.ToTable("SessionSpeaker"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Speaker", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("Bio") - .HasColumnType("TEXT") - .HasMaxLength(4000); - - b.Property<string>("Name") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.Property<string>("WebSite") - .HasColumnType("TEXT") - .HasMaxLength(1000); - - b.HasKey("Id"); - - b.ToTable("Speakers"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Track", b => - { - b.Property<int>("Id") - .ValueGeneratedOnAdd() - .HasColumnType("INTEGER"); - - b.Property<string>("Name") - .IsRequired() - .HasColumnType("TEXT") - .HasMaxLength(200); - - b.HasKey("Id"); - - b.ToTable("Tracks"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.Session", b => - { - b.HasOne("HotChocolate.ConferencePlanner.Data.Track", "Track") - .WithMany("Sessions") - .HasForeignKey("TrackId"); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionAttendee", b => - { - b.HasOne("HotChocolate.ConferencePlanner.Data.Attendee", "Attendee") - .WithMany("SessionsAttendees") - .HasForeignKey("AttendeeId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - - b.HasOne("HotChocolate.ConferencePlanner.Data.Session", "Session") - .WithMany("SessionAttendees") - .HasForeignKey("SessionId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); - - modelBuilder.Entity("HotChocolate.ConferencePlanner.Data.SessionSpeaker", b => - { - b.HasOne("HotChocolate.ConferencePlanner.Data.Session", "Session") - .WithMany("SessionSpeakers") - .HasForeignKey("SessionId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - - b.HasOne("HotChocolate.ConferencePlanner.Data.Speaker", "Speaker") - .WithMany("SessionSpeakers") - .HasForeignKey("SpeakerId") - .OnDelete(DeleteBehavior.Cascade) - .IsRequired(); - }); -#pragma warning restore 612, 618 - } - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/AddSessionInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/AddSessionInput.cs deleted file mode 100644 index 84860174f39..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/AddSessionInput.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - public record AddSessionInput( - string Title, - string? Abstract, - [ID(nameof(Speaker))] - IReadOnlyList<int> SpeakerIds); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/AddSessionPayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/AddSessionPayload.cs deleted file mode 100644 index abf3f0340ff..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/AddSessionPayload.cs +++ /dev/null @@ -1,20 +0,0 @@ -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - public class AddSessionPayload : Payload - { - public AddSessionPayload(Session session) - { - Session = session; - } - - public AddSessionPayload(UserError error) - : base(new[] { error }) - { - } - - public Session? Session { get; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/RenameSessionInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/RenameSessionInput.cs deleted file mode 100644 index 1f98791ef53..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/RenameSessionInput.cs +++ /dev/null @@ -1,9 +0,0 @@ -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - public record RenameSessionInput( - [ID(nameof(Session))] int SessionId, - string Title); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/RenameSessionPayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/RenameSessionPayload.cs deleted file mode 100644 index a4fa3929cf5..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/RenameSessionPayload.cs +++ /dev/null @@ -1,20 +0,0 @@ -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - public class RenameSessionPayload : Payload - { - public RenameSessionPayload(Session session) - { - Session = session; - } - - public RenameSessionPayload(UserError error) - : base(new[] { error }) - { - } - - public Session? Session { get; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/ScheduleSessionInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/ScheduleSessionInput.cs deleted file mode 100644 index 183b90929ad..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/ScheduleSessionInput.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - public record ScheduleSessionInput( - [ID(nameof(Session))] - int SessionId, - [ID(nameof(Track))] - int TrackId, - DateTimeOffset StartTime, - DateTimeOffset EndTime); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/ScheduleSessionPayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/ScheduleSessionPayload.cs deleted file mode 100644 index eee6c36d58d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/ScheduleSessionPayload.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - public class ScheduleSessionPayload : SessionPayloadBase - { - public ScheduleSessionPayload(Session session) - : base(session) - { - } - - public ScheduleSessionPayload(UserError error) - : base(new[] { error }) - { - } - - public async Task<Track?> GetTrackAsync( - TrackByIdDataLoader trackById, - CancellationToken cancellationToken) - { - if (Session is null) - { - return null; - } - - return await trackById.LoadAsync(Session.Id, cancellationToken); - } - - [UseApplicationDbContext] - public async Task<IEnumerable<Speaker>?> GetSpeakersAsync( - [ScopedService] ApplicationDbContext dbContext, - SpeakerByIdDataLoader speakerById, - CancellationToken cancellationToken) - { - if (Session is null) - { - return null; - } - - var speakerIds = await dbContext.Sessions - .Where(s => s.Id == Session.Id) - .Include(s => s.SessionSpeakers) - .SelectMany(s => s.SessionSpeakers.Select(t => t.SpeakerId)) - .ToArrayAsync(); - - return await speakerById.LoadAsync(speakerIds, cancellationToken); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionExtensions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionExtensions.cs deleted file mode 100644 index 7cc724e5e4b..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionExtensions.cs +++ /dev/null @@ -1,67 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate.Types; -using HotChocolate.Types.Relay; -using Microsoft.EntityFrameworkCore; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - [Node] - [ExtendObjectType(typeof(Session))] - public class SessionExtensions - { - [UseApplicationDbContext] - [BindMember(nameof(Session.SessionSpeakers))] - public async Task<IEnumerable<Speaker>> GetSpeakersAsync( - [Parent] Session session, - SpeakerBySessionIdDataLoader speakerById, - CancellationToken cancellationToken) - => await speakerById.LoadAsync(session.Id, cancellationToken); - - [UseApplicationDbContext] - [BindMember(nameof(Session.SessionAttendees))] - public async Task<IEnumerable<Attendee>> GetAttendeesAsync( - [Parent] Session session, - [ScopedService] ApplicationDbContext dbContext, - AttendeeByIdDataLoader attendeeById, - CancellationToken cancellationToken) - { - var attendeeIds = await dbContext.Sessions - .Where(s => s.Id == session.Id) - .Include(s => s.SessionAttendees) - .SelectMany(s => s.SessionAttendees.Select(t => t.AttendeeId)) - .ToArrayAsync(cancellationToken); - - return await attendeeById.LoadAsync(attendeeIds, cancellationToken); - } - - [BindMember(nameof(Session.Track))] - public async Task<Track?> GetTrackAsync( - [Parent] Session session, - TrackByIdDataLoader trackById, - CancellationToken cancellationToken) - { - if (session.TrackId is null) - { - return null; - } - - return await trackById.LoadAsync(session.TrackId.Value, cancellationToken); - } - - [ID(nameof(Track))] - [BindMember(nameof(Session.TrackId))] - public int? TrackId([Parent] Session session) => session.TrackId; - - [NodeResolver] - public Task<Session> GetSessionAsync( - SessionByIdDataLoader sessionById, - int id, - CancellationToken cancellationToken) => - sessionById.LoadAsync(id, cancellationToken); - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionMutations.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionMutations.cs deleted file mode 100644 index 71cef3fcce9..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionMutations.cs +++ /dev/null @@ -1,111 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate; -using HotChocolate.Subscriptions; -using HotChocolate.Types; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - [ExtendObjectType(OperationTypeNames.Mutation)] - public class SessionMutations - { - [UseApplicationDbContext] - public async Task<AddSessionPayload> AddSessionAsync( - AddSessionInput input, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) - { - if (string.IsNullOrEmpty(input.Title)) - { - return new AddSessionPayload( - new UserError("The title cannot be empty.", "TITLE_EMPTY")); - } - - if (input.SpeakerIds.Count == 0) - { - return new AddSessionPayload( - new UserError("No speaker assigned.", "NO_SPEAKER")); - } - - var session = new Session - { - Title = input.Title, - Abstract = input.Abstract, - }; - - foreach (var speakerId in input.SpeakerIds) - { - session.SessionSpeakers.Add(new SessionSpeaker - { - SpeakerId = speakerId - }); - } - - context.Sessions.Add(session); - await context.SaveChangesAsync(cancellationToken); - - return new AddSessionPayload(session); - } - - [UseApplicationDbContext] - public async Task<ScheduleSessionPayload> ScheduleSessionAsync( - ScheduleSessionInput input, - [ScopedService] ApplicationDbContext context, - [Service]ITopicEventSender eventSender) - { - if (input.EndTime < input.StartTime) - { - return new ScheduleSessionPayload( - new UserError("endTime has to be larger than startTime.", "END_TIME_INVALID")); - } - - var session = await context.Sessions.FindAsync(input.SessionId); - var initialTrackId = session.TrackId; - - if (session is null) - { - return new ScheduleSessionPayload( - new UserError("Session not found.", "SESSION_NOT_FOUND")); - } - - session.TrackId = input.TrackId; - session.StartTime = input.StartTime; - session.EndTime = input.EndTime; - - await context.SaveChangesAsync(); - - await eventSender.SendAsync( - nameof(SessionSubscriptions.OnSessionScheduledAsync), - session.Id); - - return new ScheduleSessionPayload(session); - } - - [UseApplicationDbContext] - public async Task<RenameSessionPayload> RenameSessionAsync( - RenameSessionInput input, - [ScopedService] ApplicationDbContext context, - [Service]ITopicEventSender eventSender) - { - var session = await context.Sessions.FindAsync(input.SessionId); - - if (session is null) - { - return new RenameSessionPayload( - new UserError("Session not found.", "SESSION_NOT_FOUND")); - } - - session.Title = input.Title; - - await context.SaveChangesAsync(); - - await eventSender.SendAsync( - nameof(SessionSubscriptions.OnSessionScheduledAsync), - session.Id); - - return new RenameSessionPayload(session); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionPayloadBase.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionPayloadBase.cs deleted file mode 100644 index c5ab92d124c..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionPayloadBase.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - public class SessionPayloadBase : Payload - { - protected SessionPayloadBase(Session session) - { - Session = session; - } - - protected SessionPayloadBase(IReadOnlyList<UserError> errors) - : base(errors) - { - } - - public Session? Session { get; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionQueries.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionQueries.cs deleted file mode 100644 index 8bebb8c0b6c..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionQueries.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate.ConferencePlanner.Types; -using HotChocolate; -using HotChocolate.Data; -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - [ExtendObjectType(OperationTypeNames.Query)] - public class SessionQueries - { - [UseApplicationDbContext] - [UsePaging] - [UseFiltering(typeof(SessionFilterInputType))] - [UseSorting] - public IQueryable<Session> GetSessions( - [ScopedService] ApplicationDbContext context) => - context.Sessions; - - public Task<Session> GetSessionByIdAsync( - [ID(nameof(Session))] int id, - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) => - sessionById.LoadAsync(id, cancellationToken); - - public async Task<IEnumerable<Session>> GetSessionsByIdAsync( - [ID(nameof(Session))] int[] ids, - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) => - await sessionById.LoadAsync(ids, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionSubscriptions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionSubscriptions.cs deleted file mode 100644 index 1a70cb42991..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Sessions/SessionSubscriptions.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; -using HotChocolate.Types; - -namespace HotChocolate.ConferencePlanner.Sessions -{ - [ExtendObjectType(OperationTypeNames.Subscription)] - public class SessionSubscriptions - { - [Subscribe] - [Topic] - public Task<Session> OnSessionScheduledAsync( - [EventMessage] int sessionId, - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) => - sessionById.LoadAsync(sessionId, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/AddSpeakerInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/AddSpeakerInput.cs deleted file mode 100644 index 3d0d947cc2d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/AddSpeakerInput.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace HotChocolate.ConferencePlanner.Speakers -{ - public record AddSpeakerInput( - string Name, - string? Bio, - string? WebSite); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/AddSpeakerPayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/AddSpeakerPayload.cs deleted file mode 100644 index 40aa0f00085..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/AddSpeakerPayload.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Speakers -{ - public class AddSpeakerPayload : SpeakerPayloadBase - { - public AddSpeakerPayload(Speaker speaker) - : base(speaker) - { - } - - public AddSpeakerPayload(IReadOnlyList<UserError> errors) - : base(errors) - { - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/ModifySpeakerInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/ModifySpeakerInput.cs deleted file mode 100644 index 745c06b3aef..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/ModifySpeakerInput.cs +++ /dev/null @@ -1,13 +0,0 @@ -using HotChocolate.ConferencePlanner.Data; -using HotChocolate; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Speakers -{ - public record ModifySpeakerInput( - [ID(nameof(Speaker))] - int Id, - Optional<string?> Name, - Optional<string?> Bio, - Optional<string?> WebSite); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/ModifySpeakerPayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/ModifySpeakerPayload.cs deleted file mode 100644 index c80f58b1021..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/ModifySpeakerPayload.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Speakers -{ - public class ModifySpeakerPayload : SpeakerPayloadBase - { - public ModifySpeakerPayload(Speaker speaker) - : base(speaker) - { - } - - public ModifySpeakerPayload(UserError error) - : base(new [] { error }) - { - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerExtensions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerExtensions.cs deleted file mode 100644 index 9291d5e9505..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerExtensions.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Speakers -{ - [Node] - [ExtendObjectType(typeof(Speaker))] - public class SpeakerExtensions - { - [UseApplicationDbContext] - public async Task<IEnumerable<Session>> GetSessionsAsync( - [Parent] Speaker speaker, - SessionBySpeakerIdDataLoader sessionBySpeakerId, - CancellationToken cancellationToken) - => await sessionBySpeakerId.LoadAsync(speaker.Id, cancellationToken); - - [NodeResolver] - public Task<Speaker> GetSpeakerAsync( - SpeakerByIdDataLoader speakerById, - int id, - CancellationToken cancellationToken) => - speakerById.LoadAsync(id, cancellationToken); - } -} diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerMutations.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerMutations.cs deleted file mode 100644 index f2b1e4d5a66..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerMutations.cs +++ /dev/null @@ -1,72 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate; -using HotChocolate.Types; - -namespace HotChocolate.ConferencePlanner.Speakers -{ - [ExtendObjectType(OperationTypeNames.Mutation)] - public class SpeakerMutations - { - [UseApplicationDbContext] - public async Task<AddSpeakerPayload> AddSpeakerAsync( - AddSpeakerInput input, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) - { - var speaker = new Speaker - { - Name = input.Name, - Bio = input.Bio, - WebSite = input.WebSite - }; - - context.Speakers.Add(speaker); - await context.SaveChangesAsync(cancellationToken); - - return new AddSpeakerPayload(speaker); - } - - [UseApplicationDbContext] - public async Task<ModifySpeakerPayload> ModifySpeakerAsync( - ModifySpeakerInput input, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) - { - if (input.Name.HasValue && input.Name.Value is null) - { - return new ModifySpeakerPayload( - new UserError("Name cannot be null", "NAME_NULL")); - } - - var speaker = await context.Speakers.FindAsync(input.Id); - - if (speaker is null) - { - return new ModifySpeakerPayload( - new UserError("Speaker with id not found.", "SPEAKER_NOT_FOUND")); - } - - if (input.Name.HasValue) - { - speaker.Name = input.Name; - } - - if (input.Bio.HasValue) - { - speaker.Bio = input.Bio; - } - - if (input.WebSite.HasValue) - { - speaker.WebSite = input.WebSite; - } - - await context.SaveChangesAsync(cancellationToken); - - return new ModifySpeakerPayload(speaker); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerPayloadBase.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerPayloadBase.cs deleted file mode 100644 index e32f3142a9b..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerPayloadBase.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Speakers -{ - public class SpeakerPayloadBase : Payload - { - protected SpeakerPayloadBase(Speaker speaker) - { - Speaker = speaker; - } - - protected SpeakerPayloadBase(IReadOnlyList<UserError> errors) - : base(errors) - { - } - - public Speaker? Speaker { get; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerQueries.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerQueries.cs deleted file mode 100644 index 20c8d492281..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Speakers/SpeakerQueries.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Speakers -{ - [ExtendObjectType(OperationTypeNames.Query)] - public class SpeakerQueries - { - [UseApplicationDbContext] - [UsePaging] - public IQueryable<Speaker> GetSpeakers( - [ScopedService] ApplicationDbContext context) => - context.Speakers.OrderBy(t => t.Name); - - public Task<Speaker> GetSpeakerByIdAsync( - [ID(nameof(Speaker))]int id, - SpeakerByIdDataLoader dataLoader, - CancellationToken cancellationToken) => - dataLoader.LoadAsync(id, cancellationToken); - - public async Task<IEnumerable<Speaker>> GetSpeakersByIdAsync( - [ID(nameof(Speaker))]int[] ids, - SpeakerByIdDataLoader dataLoader, - CancellationToken cancellationToken) => - await dataLoader.LoadAsync(ids, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/AddTrackInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/AddTrackInput.cs deleted file mode 100644 index 9c16a1156cf..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/AddTrackInput.cs +++ /dev/null @@ -1,4 +0,0 @@ -namespace HotChocolate.ConferencePlanner.Tracks -{ - public record AddTrackInput(string Name); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/AddTrackPayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/AddTrackPayload.cs deleted file mode 100644 index 340eac299d2..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/AddTrackPayload.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Tracks -{ - public class AddTrackPayload : TrackPayloadBase - { - public AddTrackPayload(Track track) - : base(track) - { - } - - public AddTrackPayload(IReadOnlyList<UserError> errors) - : base(errors) - { - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/RenameTrackInput.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/RenameTrackInput.cs deleted file mode 100644 index e663c84e938..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/RenameTrackInput.cs +++ /dev/null @@ -1,7 +0,0 @@ -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Tracks -{ - public record RenameTrackInput([ID(nameof(Track))] int Id, string Name); -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/RenameTrackPayload.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/RenameTrackPayload.cs deleted file mode 100644 index 38237ac9329..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/RenameTrackPayload.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Tracks -{ - public class RenameTrackPayload : TrackPayloadBase - { - public RenameTrackPayload(Track track) - : base(track) - { - } - - public RenameTrackPayload(IReadOnlyList<UserError> errors) - : base(errors) - { - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackExtensions.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackExtensions.cs deleted file mode 100644 index 4b4b8e7440d..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackExtensions.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; -using HotChocolate.Types; -using HotChocolate.Types.Relay; -using Microsoft.EntityFrameworkCore; - -namespace HotChocolate.ConferencePlanner.Tracks -{ - [Node] - [ExtendObjectType(typeof(Track))] - public class TrackExtensions - { - [UseUpperCase] - public string? GetName([Parent] Track track) => track.Name; - - [UseApplicationDbContext] - [UsePaging] - [BindMember(nameof(Track.Sessions))] - public async Task<IEnumerable<Session>> GetSessionsAsync( - [Parent] Track track, - [ScopedService] ApplicationDbContext dbContext, - SessionByIdDataLoader sessionById, - CancellationToken cancellationToken) - { - var sessionIds = await dbContext.Sessions - .Where(s => s.Id == track.Id) - .Select(s => s.Id) - .ToArrayAsync(cancellationToken); - - return await sessionById.LoadAsync(sessionIds, cancellationToken); - } - - [NodeResolver] - public Task<Track> GetTrackAsync( - TrackByIdDataLoader trackById, - int id, - CancellationToken cancellationToken) => - trackById.LoadAsync(id, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackMutations.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackMutations.cs deleted file mode 100644 index 741b34c082b..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackMutations.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate; -using HotChocolate.Types; - -namespace HotChocolate.ConferencePlanner.Tracks -{ - [ExtendObjectType(OperationTypeNames.Mutation)] - public class TrackMutations - { - [UseApplicationDbContext] - public async Task<AddTrackPayload> AddTrackAsync( - AddTrackInput input, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) - { - var track = new Track { Name = input.Name }; - context.Tracks.Add(track); - - await context.SaveChangesAsync(cancellationToken); - - return new AddTrackPayload(track); - } - - [UseApplicationDbContext] - public async Task<RenameTrackPayload> RenameTrackAsync( - RenameTrackInput input, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) - { - var track = await context.Tracks.FindAsync(input.Id); - track.Name = input.Name; - - await context.SaveChangesAsync(cancellationToken); - - return new RenameTrackPayload(track); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackPayloadBase.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackPayloadBase.cs deleted file mode 100644 index 3daa12524a7..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackPayloadBase.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.ConferencePlanner.Common; -using HotChocolate.ConferencePlanner.Data; - -namespace HotChocolate.ConferencePlanner.Tracks -{ - public class TrackPayloadBase : Payload - { - public TrackPayloadBase(Track track) - { - Track = track; - } - - public TrackPayloadBase(IReadOnlyList<UserError> errors) - : base(errors) - { - } - - public Track? Track { get; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackQueries.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackQueries.cs deleted file mode 100644 index 932685d339c..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Tracks/TrackQueries.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.EntityFrameworkCore; -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.ConferencePlanner.DataLoader; -using HotChocolate; -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.ConferencePlanner.Tracks -{ - [ExtendObjectType(OperationTypeNames.Query)] - public class TrackQueries - { - [UseApplicationDbContext] - [UsePaging] - public IQueryable<Track> GetTracks( - [ScopedService] ApplicationDbContext context) => - context.Tracks.OrderBy(t => t.Name); - - [UseApplicationDbContext] - public Task<Track> GetTrackByNameAsync( - string name, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) => - context.Tracks.FirstAsync(t => t.Name == name, cancellationToken); - - [UseApplicationDbContext] - public async Task<IEnumerable<Track>> GetTrackByNamesAsync( - string[] names, - [ScopedService] ApplicationDbContext context, - CancellationToken cancellationToken) => - await context.Tracks.Where(t => names.Contains(t.Name)).ToListAsync(cancellationToken); - - public Task<Track> GetTrackByIdAsync( - [ID(nameof(Track))] int id, - TrackByIdDataLoader trackById, - CancellationToken cancellationToken) => - trackById.LoadAsync(id, cancellationToken); - - public async Task<IEnumerable<Track>> GetSessionsByIdAsync( - [ID(nameof(Track))] int[] ids, - TrackByIdDataLoader trackById, - CancellationToken cancellationToken) => - await trackById.LoadAsync(ids, cancellationToken); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/ConferenceApp/Types/SessionFilterInputType.cs b/src/HotChocolate/Benchmarks/src/ConferenceApp/Types/SessionFilterInputType.cs deleted file mode 100644 index 13b118ae534..00000000000 --- a/src/HotChocolate/Benchmarks/src/ConferenceApp/Types/SessionFilterInputType.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.ConferencePlanner.Data; -using HotChocolate.Data.Filters; - -namespace HotChocolate.ConferencePlanner.Types -{ - public class SessionFilterInputType : FilterInputType<Session> - { - protected override void Configure(IFilterInputTypeDescriptor<Session> descriptor) - { - descriptor.Ignore(t => t.Id); - descriptor.Ignore(t => t.TrackId); // todo : fix nullability issue with the descriptor. - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Benchmarks/src/Directory.Build.props b/src/HotChocolate/Benchmarks/src/Directory.Build.props deleted file mode 100644 index 5a9cdeaeb81..00000000000 --- a/src/HotChocolate/Benchmarks/src/Directory.Build.props +++ /dev/null @@ -1,7 +0,0 @@ -<Project> - <PropertyGroup> - <TargetFramework>net6.0</TargetFramework> - <Nullable>enable</Nullable> - <IsPackable>false</IsPackable> - </PropertyGroup> -</Project> diff --git a/src/HotChocolate/CodeGeneration/Directory.Build.props b/src/HotChocolate/CodeGeneration/Directory.Build.props deleted file mode 100644 index 318ac18266f..00000000000 --- a/src/HotChocolate/CodeGeneration/Directory.Build.props +++ /dev/null @@ -1,11 +0,0 @@ -<Project> - - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Nullable.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <Nullable>enable</Nullable> - <IsPackable>false</IsPackable> - </PropertyGroup> - -</Project> diff --git a/src/HotChocolate/CodeGeneration/HotChocolate.CodeGeneration.sln b/src/HotChocolate/CodeGeneration/HotChocolate.CodeGeneration.sln deleted file mode 100644 index 5ea12e97e01..00000000000 --- a/src/HotChocolate/CodeGeneration/HotChocolate.CodeGeneration.sln +++ /dev/null @@ -1,286 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.6.30114.105 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8B817F3C-4084-4D3D-B3C3-81645233243A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.CodeGeneration.Neo4J.Tests", "test\CodeGeneration.Neo4J.Tests\HotChocolate.CodeGeneration.Neo4J.Tests.csproj", "{32393B52-6854-4F94-965A-9621F00F6F61}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0BD0C8D5-0E1A-4B37-908B-539E82BA2C0E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.CodeGeneration", "src\CodeGeneration\HotChocolate.CodeGeneration.csproj", "{C0635190-A8F5-409C-A7D8-A1C3538193DF}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".referenced", ".referenced", "{4717C0CA-5356-4CFA-B449-83D0BD3CA3E9}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types", "..\Core\src\Types\HotChocolate.Types.csproj", "{024921C7-6F3B-408C-8829-2DB852782212}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenDonut", "..\..\GreenDonut\src\Core\GreenDonut.csproj", "{97A0399B-6C2F-4335-9DD4-C043F13A8761}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Abstractions", "..\Core\src\Abstractions\HotChocolate.Abstractions.csproj", "{B7951228-66C4-4203-B279-8DC0676B98A1}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Fetching", "..\Core\src\Fetching\HotChocolate.Fetching.csproj", "{7E633D28-7586-45C6-8400-3D62C628CE7A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Subscriptions", "..\Core\src\Subscriptions\HotChocolate.Subscriptions.csproj", "{D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Utilities", "..\Utilities\src\Utilities\HotChocolate.Utilities.csproj", "{E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Utilities.Introspection", "..\Utilities\src\Utilities.Introspection\HotChocolate.Utilities.Introspection.csproj", "{167C6CCD-0CE7-43B4-8A0A-8B2318984463}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language", "..\Language\src\Language\HotChocolate.Language.csproj", "{9E49AF76-8B10-44CE-B1C7-8233F477DF9F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.SyntaxTree", "..\Language\src\Language.SyntaxTree\HotChocolate.Language.SyntaxTree.csproj", "{137F2CC2-13A7-4F03-BD20-E7C941DD772F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Utf8", "..\Language\src\Language.Utf8\HotChocolate.Language.Utf8.csproj", "{3565E1A7-0FE6-4A77-BF85-896F3F059CB5}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Visitors", "..\Language\src\Language.Visitors\HotChocolate.Language.Visitors.csproj", "{D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Data.Neo4J", "..\Neo4J\src\Data\HotChocolate.Data.Neo4J.csproj", "{5961FF4F-56F8-4A52-B0A7-A18CF874FA38}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Execution", "..\Core\src\Execution\HotChocolate.Execution.csproj", "{9B4983F5-2136-40DF-A1DF-59092ACD2426}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.CodeGeneration.Neo4J", "src\CodeGeneration.Neo4J\HotChocolate.CodeGeneration.Neo4J.csproj", "{26FDE46F-90F1-48CB-995E-BFFD555DF883}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.OffsetPagination", "..\Core\src\Types.OffsetPagination\HotChocolate.Types.OffsetPagination.csproj", "{B0171ED7-5697-4540-A4DA-2BEED69B6BA5}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|Any CPU.Build.0 = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x64.ActiveCfg = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x64.Build.0 = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x86.ActiveCfg = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Debug|x86.Build.0 = Debug|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|Any CPU.ActiveCfg = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|Any CPU.Build.0 = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x64.ActiveCfg = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x64.Build.0 = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x86.ActiveCfg = Release|Any CPU - {32393B52-6854-4F94-965A-9621F00F6F61}.Release|x86.Build.0 = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x64.ActiveCfg = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x64.Build.0 = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x86.ActiveCfg = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Debug|x86.Build.0 = Debug|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|Any CPU.Build.0 = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x64.ActiveCfg = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x64.Build.0 = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x86.ActiveCfg = Release|Any CPU - {C0635190-A8F5-409C-A7D8-A1C3538193DF}.Release|x86.Build.0 = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|Any CPU.Build.0 = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x64.ActiveCfg = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x64.Build.0 = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x86.ActiveCfg = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Debug|x86.Build.0 = Debug|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|Any CPU.ActiveCfg = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|Any CPU.Build.0 = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x64.ActiveCfg = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x64.Build.0 = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x86.ActiveCfg = Release|Any CPU - {024921C7-6F3B-408C-8829-2DB852782212}.Release|x86.Build.0 = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|Any CPU.Build.0 = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x64.ActiveCfg = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x64.Build.0 = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x86.ActiveCfg = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Debug|x86.Build.0 = Debug|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|Any CPU.ActiveCfg = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|Any CPU.Build.0 = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x64.ActiveCfg = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x64.Build.0 = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x86.ActiveCfg = Release|Any CPU - {97A0399B-6C2F-4335-9DD4-C043F13A8761}.Release|x86.Build.0 = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x64.ActiveCfg = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x64.Build.0 = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x86.ActiveCfg = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Debug|x86.Build.0 = Debug|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|Any CPU.Build.0 = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x64.ActiveCfg = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x64.Build.0 = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x86.ActiveCfg = Release|Any CPU - {B7951228-66C4-4203-B279-8DC0676B98A1}.Release|x86.Build.0 = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x64.ActiveCfg = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x64.Build.0 = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x86.ActiveCfg = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Debug|x86.Build.0 = Debug|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|Any CPU.Build.0 = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x64.ActiveCfg = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x64.Build.0 = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x86.ActiveCfg = Release|Any CPU - {7E633D28-7586-45C6-8400-3D62C628CE7A}.Release|x86.Build.0 = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x64.ActiveCfg = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x64.Build.0 = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x86.ActiveCfg = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Debug|x86.Build.0 = Debug|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|Any CPU.Build.0 = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x64.ActiveCfg = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x64.Build.0 = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x86.ActiveCfg = Release|Any CPU - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1}.Release|x86.Build.0 = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x64.ActiveCfg = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x64.Build.0 = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x86.ActiveCfg = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Debug|x86.Build.0 = Debug|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|Any CPU.Build.0 = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x64.ActiveCfg = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x64.Build.0 = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x86.ActiveCfg = Release|Any CPU - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5}.Release|x86.Build.0 = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|Any CPU.Build.0 = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x64.ActiveCfg = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x64.Build.0 = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x86.ActiveCfg = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Debug|x86.Build.0 = Debug|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|Any CPU.ActiveCfg = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|Any CPU.Build.0 = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x64.ActiveCfg = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x64.Build.0 = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x86.ActiveCfg = Release|Any CPU - {167C6CCD-0CE7-43B4-8A0A-8B2318984463}.Release|x86.Build.0 = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x64.ActiveCfg = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x64.Build.0 = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x86.ActiveCfg = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Debug|x86.Build.0 = Debug|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|Any CPU.Build.0 = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x64.ActiveCfg = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x64.Build.0 = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x86.ActiveCfg = Release|Any CPU - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F}.Release|x86.Build.0 = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x64.ActiveCfg = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x64.Build.0 = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x86.ActiveCfg = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Debug|x86.Build.0 = Debug|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|Any CPU.Build.0 = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x64.ActiveCfg = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x64.Build.0 = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x86.ActiveCfg = Release|Any CPU - {137F2CC2-13A7-4F03-BD20-E7C941DD772F}.Release|x86.Build.0 = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x64.ActiveCfg = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x64.Build.0 = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x86.ActiveCfg = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Debug|x86.Build.0 = Debug|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|Any CPU.Build.0 = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x64.ActiveCfg = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x64.Build.0 = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x86.ActiveCfg = Release|Any CPU - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5}.Release|x86.Build.0 = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x64.ActiveCfg = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x64.Build.0 = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x86.ActiveCfg = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Debug|x86.Build.0 = Debug|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|Any CPU.Build.0 = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x64.ActiveCfg = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x64.Build.0 = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x86.ActiveCfg = Release|Any CPU - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06}.Release|x86.Build.0 = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x64.ActiveCfg = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x64.Build.0 = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x86.ActiveCfg = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Debug|x86.Build.0 = Debug|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|Any CPU.Build.0 = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x64.ActiveCfg = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x64.Build.0 = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x86.ActiveCfg = Release|Any CPU - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38}.Release|x86.Build.0 = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x64.ActiveCfg = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x64.Build.0 = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x86.ActiveCfg = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Debug|x86.Build.0 = Debug|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|Any CPU.Build.0 = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x64.ActiveCfg = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x64.Build.0 = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x86.ActiveCfg = Release|Any CPU - {9B4983F5-2136-40DF-A1DF-59092ACD2426}.Release|x86.Build.0 = Release|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Debug|Any CPU.Build.0 = Debug|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Debug|x64.ActiveCfg = Debug|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Debug|x64.Build.0 = Debug|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Debug|x86.ActiveCfg = Debug|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Debug|x86.Build.0 = Debug|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Release|Any CPU.ActiveCfg = Release|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Release|Any CPU.Build.0 = Release|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Release|x64.ActiveCfg = Release|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Release|x64.Build.0 = Release|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Release|x86.ActiveCfg = Release|Any CPU - {26FDE46F-90F1-48CB-995E-BFFD555DF883}.Release|x86.Build.0 = Release|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Debug|x64.ActiveCfg = Debug|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Debug|x64.Build.0 = Debug|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Debug|x86.ActiveCfg = Debug|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Debug|x86.Build.0 = Debug|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Release|Any CPU.Build.0 = Release|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Release|x64.ActiveCfg = Release|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Release|x64.Build.0 = Release|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Release|x86.ActiveCfg = Release|Any CPU - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {32393B52-6854-4F94-965A-9621F00F6F61} = {8B817F3C-4084-4D3D-B3C3-81645233243A} - {C0635190-A8F5-409C-A7D8-A1C3538193DF} = {0BD0C8D5-0E1A-4B37-908B-539E82BA2C0E} - {024921C7-6F3B-408C-8829-2DB852782212} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {97A0399B-6C2F-4335-9DD4-C043F13A8761} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {B7951228-66C4-4203-B279-8DC0676B98A1} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {7E633D28-7586-45C6-8400-3D62C628CE7A} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {D56EB969-F9BC-4E9E-AD77-36F8755E5EE1} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {E56C1FDF-7239-4CA9-ACE0-B3468A904BB5} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {167C6CCD-0CE7-43B4-8A0A-8B2318984463} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {9E49AF76-8B10-44CE-B1C7-8233F477DF9F} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {137F2CC2-13A7-4F03-BD20-E7C941DD772F} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {3565E1A7-0FE6-4A77-BF85-896F3F059CB5} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {D3022A96-4CF5-4C12-A2E4-BFC6D19EFC06} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {5961FF4F-56F8-4A52-B0A7-A18CF874FA38} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {9B4983F5-2136-40DF-A1DF-59092ACD2426} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - {26FDE46F-90F1-48CB-995E-BFFD555DF883} = {0BD0C8D5-0E1A-4B37-908B-539E82BA2C0E} - {B0171ED7-5697-4540-A4DA-2BEED69B6BA5} = {4717C0CA-5356-4CFA-B449-83D0BD3CA3E9} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {ABBF897F-9905-4ADC-9A08-73EF159C9F44} - EndGlobalSection -EndGlobal diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/HotChocolate.CodeGeneration.Neo4J.csproj b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/HotChocolate.CodeGeneration.Neo4J.csproj deleted file mode 100644 index 0efed6f95ec..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/HotChocolate.CodeGeneration.Neo4J.csproj +++ /dev/null @@ -1,17 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.CodeGeneration.Neo4J</AssemblyName> - <RootNamespace>HotChocolate.CodeGeneration.Neo4J</RootNamespace> - <Description>Contains source generators for Neo4J.</Description> - </PropertyGroup> - - <ItemGroup> - <Folder Include="Properties\" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\CodeGeneration\HotChocolate.CodeGeneration.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JCodeGenerator.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JCodeGenerator.cs deleted file mode 100644 index 85a4e400102..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JCodeGenerator.cs +++ /dev/null @@ -1,332 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using Microsoft.CodeAnalysis; -using Microsoft.CodeAnalysis.CSharp.Syntax; -using HotChocolate.CodeGeneration.Neo4J.Types; -using HotChocolate.CodeGeneration.Types; -using HotChocolate.Types; -using HotChocolate.Types.Introspection; -using static HotChocolate.CodeGeneration.TypeNames; -using static HotChocolate.CodeGeneration.Neo4J.Neo4JTypeNames; -using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; -using SyntaxKind = Microsoft.CodeAnalysis.CSharp.SyntaxKind; - -namespace HotChocolate.CodeGeneration.Neo4J -{ - public partial class Neo4JCodeGenerator : ICodeGenerator - { - public CodeGenerationResult Generate(CodeGeneratorContext context) - { - var result = new CodeGenerationResult(); - - var schema = SchemaHelper.CreateSchema(context.Documents); - - GenerateTypes( - result, - DataGeneratorContext.FromSchema(schema), - context, - schema); - - return result; - } - - private static void GenerateTypes( - CodeGenerationResult result, - DataGeneratorContext dataContext, - CodeGeneratorContext generatorContext, - ISchema schema) - { - GenerateQueryType( - result, - dataContext, - generatorContext, - schema.Types - .OfType<ObjectType>() - .Where(type => !IntrospectionTypes.IsIntrospectionType(type)) - .ToList()); - - GenerateDependencyInjectionCode( - result, - generatorContext); - } - - private static void GenerateQueryType( - CodeGenerationResult result, - DataGeneratorContext dataContext, - CodeGeneratorContext generatorContext, - IReadOnlyList<IObjectType> objectTypes) - { - var queryDeclaration = - ClassDeclaration("Query") // todo : we need to read the name from the config - .AddModifiers( - Token(SyntaxKind.PublicKeyword), - Token(SyntaxKind.PartialKeyword)) - .AddGeneratedAttribute() - .AddExtendObjectTypeAttribute("Query"); - - foreach (var objectType in objectTypes) - { - queryDeclaration = queryDeclaration.AddMembers( - CreateQueryResolver(dataContext, generatorContext, objectType)); - - GenerateObjectType(result, generatorContext.Namespace, objectType); - } - - var namespaceDeclaration = - NamespaceDeclaration(IdentifierName(generatorContext.Namespace)) - .AddMembers(queryDeclaration); - - var compilationUnit = - CompilationUnit() - .AddMembers(namespaceDeclaration); - - compilationUnit = compilationUnit.NormalizeWhitespace(elasticTrivia: true); - - result.AddSource( - generatorContext.Namespace + ".Query.cs", - compilationUnit.ToFullString()); - } - - private static void GenerateObjectType( - CodeGenerationResult result, - string @namespace, - IObjectType objectType) - { - var typeNameDirective = objectType.GetFirstDirective<TypeNameDirective>("typeName"); - var typeName = typeNameDirective?.Name ?? objectType.Name; - - var modelDeclaration = - ClassDeclaration(typeName) - .AddModifiers( - Token(SyntaxKind.PublicKeyword), - Token(SyntaxKind.PartialKeyword)) - .AddGeneratedAttribute(); - - foreach (var field in objectType.Fields.Where(t => !t.IsIntrospectionField)) - { - var relationship = - field.GetFirstDirective<RelationshipDirective>("relationship"); - - modelDeclaration = - modelDeclaration.AddProperty( - field.GetPropertyName(), - IdentifierName(field.GetTypeName(@namespace)), - field.Description, - setable: true, - configure: p => - { - if (relationship is not null) - { - p = p.AddNeo4JRelationshipAttribute( - relationship.Name, - relationship.Direction); - } - - return p; - }); - } - - var namespaceDeclaration = - NamespaceDeclaration(IdentifierName(@namespace)) - .AddMembers(modelDeclaration); - - var compilationUnit = - CompilationUnit() - .AddMembers(namespaceDeclaration); - - compilationUnit = compilationUnit.NormalizeWhitespace(elasticTrivia: true); - - result.AddSource(@namespace + $".{typeName}.cs", compilationUnit.ToFullString()); - } - - private static MethodDeclarationSyntax CreateQueryResolver( - DataGeneratorContext dataContext, - CodeGeneratorContext generatorContext, - IObjectType objectType) - { - const string session = nameof(session); - - dataContext = DataGeneratorContext.FromMember(objectType, dataContext); - - var typeNameDirective = - objectType.GetFirstDirective<TypeNameDirective>("typeName"); - var typeName = typeNameDirective?.Name ?? objectType.Name; - var pluralTypeName = typeNameDirective?.PluralName ?? typeName + "s"; - - var resolverSyntax = - MethodDeclaration( - GenericName(Identifier(Global(Neo4JExecutable))) - .WithTypeArgumentList( - TypeArgumentList( - SingletonSeparatedList<TypeSyntax>( - IdentifierName(typeName)))), - Identifier("Get" + pluralTypeName)) - .WithModifiers(TokenList(Token(SyntaxKind.PublicKeyword))) - .WithParameterList( - ParameterList( - SingletonSeparatedList( - Parameter(Identifier(session)) - .AddScopedServiceAttribute() - .WithType(IdentifierName(Global(IAsyncSession)))))) - .WithExpressionBody( - ArrowExpressionClause( - ImplicitObjectCreationExpression() - .WithArgumentList( - ArgumentList(SingletonSeparatedList( - Argument(IdentifierName("session"))))))) - .WithSemicolonToken(Token(SyntaxKind.SemicolonToken)) - .AddGraphQLNameAttribute(GraphQLFieldName(pluralTypeName)) - .AddNeo4JDatabaseAttribute(generatorContext.DatabaseName) - .AddPagingAttribute(dataContext.Paging) - .AddProjectionAttribute(); - - if (dataContext.Filtering) - { - resolverSyntax = resolverSyntax.AddFilteringAttribute(); - } - - if (dataContext.Sorting) - { - resolverSyntax = resolverSyntax.AddSortingAttribute(); - } - - return resolverSyntax; - } - - private static void GenerateDependencyInjectionCode( - CodeGenerationResult result, - CodeGeneratorContext generatorContext) - { - var typeName = generatorContext.Name + "RequestExecutorBuilderExtensions"; - - var dependencyInjectionCode = - ClassDeclaration(typeName) - .AddModifiers( - Token(SyntaxKind.PublicKeyword), - Token(SyntaxKind.StaticKeyword), - Token(SyntaxKind.PartialKeyword)) - .AddGeneratedAttribute(); - - var statements = new List<StatementSyntax> - { - AddTypeExtension(Global(generatorContext.Namespace + ".Query")), - AddNeo4JFiltering(), - AddNeo4JSorting(), - AddNeo4JProjections(), - ReturnStatement(IdentifierName("builder")) - }; - - var addTypes = - MethodDeclaration( - IdentifierName(Global(IRequestExecutorBuilder)), - Identifier("Add" + generatorContext.Name + "Types")) - .WithModifiers( - TokenList( - Token(SyntaxKind.PublicKeyword), - Token(SyntaxKind.StaticKeyword))) - .WithParameterList( - ParameterList( - SingletonSeparatedList( - Parameter(Identifier("builder")) - .WithModifiers(TokenList(Token(SyntaxKind.ThisKeyword))) - .WithType(IdentifierName(Global(IRequestExecutorBuilder)))))) - .WithBody(Block(statements)); - - dependencyInjectionCode = - dependencyInjectionCode.AddMembers(addTypes); - - var namespaceDeclaration = - NamespaceDeclaration(IdentifierName(DependencyInjection)) - .AddMembers(dependencyInjectionCode); - - var compilationUnit = - CompilationUnit() - .AddMembers(namespaceDeclaration); - - compilationUnit = compilationUnit.NormalizeWhitespace(elasticTrivia: true); - - result.AddSource(DependencyInjection + $".{typeName}.cs", compilationUnit.ToFullString()); - } - - private static ExpressionStatementSyntax AddTypeExtension(string typeExtensions) - { - return ExpressionStatement( - InvocationExpression( - MemberAccessExpression( - SyntaxKind.SimpleMemberAccessExpression, - IdentifierName(Global(SchemaRequestExecutorBuilderExtensions)), - GenericName(Identifier("AddTypeExtension")) - .WithTypeArgumentList( - TypeArgumentList( - SingletonSeparatedList<TypeSyntax>( - IdentifierName(typeExtensions)))))) - .WithArgumentList( - ArgumentList( - SingletonSeparatedList( - Argument(IdentifierName("builder")))))); - } - - private static ExpressionStatementSyntax AddNeo4JFiltering() - { - return ExpressionStatement( - InvocationExpression( - MemberAccessExpression( - SyntaxKind.SimpleMemberAccessExpression, - IdentifierName(Global(Neo4JDataRequestBuilderExtensions)), - IdentifierName("AddNeo4JFiltering"))) - .WithArgumentList( - ArgumentList( - SingletonSeparatedList( - Argument(IdentifierName("builder")))))); - } - - private static ExpressionStatementSyntax AddNeo4JSorting() - { - return ExpressionStatement( - InvocationExpression( - MemberAccessExpression( - SyntaxKind.SimpleMemberAccessExpression, - IdentifierName(Global(Neo4JDataRequestBuilderExtensions)), - IdentifierName("AddNeo4JSorting"))) - .WithArgumentList( - ArgumentList( - SingletonSeparatedList( - Argument(IdentifierName("builder")))))); - } - - private static ExpressionStatementSyntax AddNeo4JProjections() - { - return ExpressionStatement( - InvocationExpression( - MemberAccessExpression( - SyntaxKind.SimpleMemberAccessExpression, - IdentifierName(Global(Neo4JDataRequestBuilderExtensions)), - IdentifierName("AddNeo4JProjections"))) - .WithArgumentList( - ArgumentList( - SingletonSeparatedList( - Argument(IdentifierName("builder")))))); - } - - private static string GraphQLFieldName(string s) - { - var buffer = new char[s.Length]; - var lower = true; - - for (var i = 0; i < s.Length; i++) - { - if (lower && char.IsUpper(s[i])) - { - buffer[i] = char.ToLowerInvariant(s[i]); - } - else - { - lower = false; - buffer[i] = s[i]; - } - } - - return new string(buffer); - } - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JSyntaxExtensions.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JSyntaxExtensions.cs deleted file mode 100644 index a5c83d8ff08..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JSyntaxExtensions.cs +++ /dev/null @@ -1,65 +0,0 @@ -using System; -using HotChocolate.CodeGeneration.Neo4J.Types; -using Microsoft.CodeAnalysis.CSharp; -using Microsoft.CodeAnalysis.CSharp.Syntax; -using static HotChocolate.CodeGeneration.Neo4J.Neo4JTypeNames; -using static HotChocolate.CodeGeneration.TypeNames; -using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; - -namespace HotChocolate.CodeGeneration.Neo4J -{ - public static class Neo4JSyntaxExtensions - { - public static MethodDeclarationSyntax AddNeo4JDatabaseAttribute( - this MethodDeclarationSyntax methodSyntax, - string databaseName) - { - var attribute = - Attribute(IdentifierName(Global(UseNeo4JDatabaseAttribute))) - .AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.NumericLiteralExpression, - Literal(databaseName))) - .WithNameColon( - NameColon(IdentifierName(nameof(databaseName))))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } - - public static PropertyDeclarationSyntax AddNeo4JRelationshipAttribute( - this PropertyDeclarationSyntax methodSyntax, - string name, - RelationshipDirection direction) - { - var attribute = - Attribute(IdentifierName(Global(Neo4JRelationshipAttribute))) - .AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.NumericLiteralExpression, - Literal(name))) - .WithNameColon( - NameColon(IdentifierName(nameof(name)))), - AttributeArgument( - MemberAccessExpression( - SyntaxKind.SimpleMemberAccessExpression, - IdentifierName(Global(Neo4JRelationshipDirection)), - IdentifierName(MapDirection(direction)))) - .WithNameColon( - NameColon(IdentifierName(nameof(direction))))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } - - private static string MapDirection(RelationshipDirection direction) => - direction switch - { - RelationshipDirection.In => "Incoming", - RelationshipDirection.Out => "Outgoing", - RelationshipDirection.Both => "None", - _ => throw new NotSupportedException( - $"RelationshipDirection {direction} is not supported.") - }; - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JTypeNames.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JTypeNames.cs deleted file mode 100644 index d64c9a19789..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Neo4JTypeNames.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace HotChocolate.CodeGeneration.Neo4J -{ - public static class Neo4JTypeNames - { - public const string Driver = "Neo4j.Driver"; - public const string Neo4J = TypeNames.Data + "." + nameof(Neo4J); - public const string Execution = Neo4J + "." + nameof(Execution); - public const string Neo4JExecutable = Execution + "." + nameof(Neo4JExecutable); - public const string IAsyncSession = Driver + "." + nameof(IAsyncSession); - public const string UseNeo4JDatabaseAttribute = Neo4J + "." + - nameof(UseNeo4JDatabaseAttribute); - public const string Neo4JRelationshipAttribute = Neo4J + "." + - nameof(Neo4JRelationshipAttribute); - public const string Neo4JRelationshipDirection = Neo4J + "." + "RelationshipDirection"; - public const string Neo4JDataRequestBuilderExtensions = Neo4J + "." + - nameof(Neo4JDataRequestBuilderExtensions); - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/SchemaHelper.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/SchemaHelper.cs deleted file mode 100644 index 760dd500f52..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/SchemaHelper.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.CodeGeneration.Types; -using HotChocolate.Language; - -namespace HotChocolate.CodeGeneration.Neo4J.Types -{ - public static class SchemaHelper - { - public static ISchema CreateSchema(IEnumerable<DocumentNode> documents) - { - var schemaBuilder = new SchemaBuilder(); - - schemaBuilder.AddDirectiveType<FilterableDirectiveType>(); - schemaBuilder.AddDirectiveType<FilteringDirectiveType>(); - schemaBuilder.AddDirectiveType<SortableDirectiveType>(); - schemaBuilder.AddDirectiveType<SortingDirectiveType>(); - schemaBuilder.AddDirectiveType<OperationDirectiveType>(); - schemaBuilder.AddDirectiveType<PagingDirectiveType>(); - schemaBuilder.AddDirectiveType<TypeNameDirectiveType>(); - - schemaBuilder.AddDirectiveType<RelationshipDirectiveType>(); - - schemaBuilder.ModifyOptions(o => o.StrictValidation = false); - schemaBuilder.Use(next => next); - - foreach (var document in documents) - { - schemaBuilder.AddDocument(document); - } - - return schemaBuilder.Create(); - } - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirection.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirection.cs deleted file mode 100644 index 86b0caf7275..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirection.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.CodeGeneration.Neo4J.Types -{ - public enum RelationshipDirection - { - In, - Out, - Both, - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirectionType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirectionType.cs deleted file mode 100644 index dec52f74e56..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirectionType.cs +++ /dev/null @@ -1,12 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Neo4J.Types -{ - public class RelationshipDirectionType : EnumType<RelationshipDirection> - { - protected override void Configure(IEnumTypeDescriptor<RelationshipDirection> descriptor) - { - descriptor.Name("_RelationshipDirection"); - } - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirective.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirective.cs deleted file mode 100644 index b84bc8f946d..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirective.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.CodeGeneration.Neo4J.Types -{ - public class RelationshipDirective - { - public string Name { get; set; } = default!; - - public RelationshipDirection Direction { get; set; } = default!; - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirectiveType.cs deleted file mode 100644 index 5a295825a00..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/Types/RelationshipDirectiveType.cs +++ /dev/null @@ -1,23 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Neo4J.Types -{ - public class RelationshipDirectiveType : DirectiveType<RelationshipDirective> - { - protected override void Configure(IDirectiveTypeDescriptor<RelationshipDirective> descriptor) - { - descriptor - .Name("relationship") - .Location(DirectiveLocation.FieldDefinition); - - descriptor - .Argument(t => t.Name) - .Type<NonNullType<StringType>>(); - - descriptor - .Argument(t => t.Direction) - .Type<NonNullType<RelationshipDirectionType>>() - .DefaultValue(RelationshipDirection.Out); - } - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/packages.lock.json b/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/packages.lock.json deleted file mode 100644 index a37efe9f02e..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration.Neo4J/packages.lock.json +++ /dev/null @@ -1,619 +0,0 @@ -{ - "version": 1, - "dependencies": { - ".NETStandard,Version=v2.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "NETStandard.Library": { - "type": "Direct", - "requested": "[2.0.3, )", - "resolved": "2.0.3", - "contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "Humanizer.Core": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "rsYXB7+iUPP8AHgQ8JP2UZI2xK2KhjcdGr9E6zX3CsZaTLCaw8M35vaAJRo1rfxeaZEVMuXeaquLVCkZ7JcZ5Q==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Bcl.HashCode": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "MalY0Y/uM/LjXtHfX/26l2VtN4LDNZ2OE3aumNOHDLsT4fNYy2hiHXI4CXCqKpNUNm7iJ2brrc4J89UdaL56FA==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "rdEBvPWqe/IIscsnp7OkZ4tQin8khxBcSLyV9tU+sHdw9uW9U0GKL+Dv2rD4voC1bZBaO18Hp+m4Vkyfmaz0OA==", - "dependencies": { - "Humanizer.Core": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "GPYVydsmOmScOWDJA1LFky7/MkoXpx1JI3lZJShxC+bvVUvL9zVKE8WDZMLsYJ5MAbry2xkZftdfeMpZ+kvLDQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "System.Composition": "1.0.31" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Composition": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "I+D26qpYdoklyAVUdqwUBrEIckMNjAYnuPJy/h9dsQItpQwVREkDFs4b4tkBza0kT2Yk48Lcfsv2QQ9hWsh9Iw==", - "dependencies": { - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Convention": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Composition.TypedParts": "1.0.31" - } - }, - "System.Composition.AttributedModel": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "NHWhkM3ZkspmA0XJEsKdtTt1ViDYuojgSND3yHhTzwxepiwqZf+BCWuvCbjUt4fe0NxxQhUDGJ5km6sLjo9qnQ==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.Convention": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "GLjh2Ju71k6C0qxMMtl4efHa68NmWeIUYh4fkUI8xbjQrEBvFmRwMDFcylT8/PR9SQbeeL48IkFxU/+gd0nYEQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Hosting": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "fN1bT4RX4vUqjbgoyuJFVUizAl2mYF5VAb+bVIxIYZSSc0BdnX+yGAxcavxJuDDCQ1K+/mdpgyEFc8e9ikjvrg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Runtime": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0LEJN+2NVM89CE4SekDrrk5tHV5LeATltkp+9WNYrR+Huiyt0vaCqHbbHtVAjPyeLWIc8dOz/3kthRBj32wGQg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.TypedParts": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0Zae/FtzeFgDBBuILeIbC/T9HMYbW4olAmi8XqqAGosSOWvXfiQLfARZEhiGd0LVXaYgXr0NhxiU1LldRP1fpQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.5", - "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "System.Numerics.Vectors": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==" - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", - "dependencies": { - "System.Collections.Immutable": "5.0.0" - } - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Numerics.Vectors": "4.5.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.codegeneration": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "[3.8.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.HashCode": "[1.1.1, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/CodeGenerationResult.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/CodeGenerationResult.cs deleted file mode 100644 index 4b9a85d0efb..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/CodeGenerationResult.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.CodeGeneration; - -public class CodeGenerationResult -{ - public IList<SourceFile> SourceFiles { get; } = new List<SourceFile>(); - - public void AddSource(string name, string source) - { - SourceFiles.Add(new SourceFile(name, source)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/CodeGeneratorContext.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/CodeGeneratorContext.cs deleted file mode 100644 index 92f307f372e..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/CodeGeneratorContext.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.CodeGeneration; - -public class CodeGeneratorContext -{ - /// <summary> - /// A name for what's being generated. - /// </summary> - public string Name { get; } - - /// <summary> - /// Neo4J database name. - /// </summary> - public string DatabaseName { get; } - - /// <summary> - /// The namespace to generate code under. - /// </summary> - public string Namespace { get; } - - /// <summary> - /// GraphQL documents to generate source for. - /// </summary> - public IReadOnlyList<DocumentNode> Documents { get; } - - public CodeGeneratorContext( - string name, - string databaseName, - string @namespace, - IReadOnlyList<DocumentNode> documents) - { - Name = name ?? throw new ArgumentNullException(nameof(name)); - DatabaseName = databaseName ?? throw new ArgumentNullException(nameof(databaseName)); - Namespace = @namespace ?? throw new ArgumentNullException(nameof(@namespace)); - Documents = documents; - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/HotChocolate.CodeGeneration.csproj b/src/HotChocolate/CodeGeneration/src/CodeGeneration/HotChocolate.CodeGeneration.csproj deleted file mode 100644 index a4c8edfb3d7..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/HotChocolate.CodeGeneration.csproj +++ /dev/null @@ -1,21 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.CodeGeneration</AssemblyName> - <RootNamespace>HotChocolate.CodeGeneration</RootNamespace> - <Description>Contains source generators for Hot Chocolate.</Description> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.8.0" /> - <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2"> - <PrivateAssets>all</PrivateAssets> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - </PackageReference> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/ICodeGenerator.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/ICodeGenerator.cs deleted file mode 100644 index 000223430ea..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/ICodeGenerator.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.CodeGeneration; - -public interface ICodeGenerator -{ - CodeGenerationResult Generate(CodeGeneratorContext context); -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Properties/CodeGenerationResources.Designer.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Properties/CodeGenerationResources.Designer.cs deleted file mode 100644 index 5db694153a2..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Properties/CodeGenerationResources.Designer.cs +++ /dev/null @@ -1,54 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace HotChocolate.CodeGeneration.Configuration.Properties { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CodeGenerationResources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CodeGenerationResources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("HotChocolate.CodeGeneration.Configuration.Properties.CodeGenerationResources", typeof(CodeGenerationResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string GraphQLConfig_FromJson_JsonCannotBeNull { - get { - return ResourceManager.GetString("GraphQLConfig_FromJson_JsonCannotBeNull", resourceCulture); - } - } - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Properties/CodeGenerationResources.resx b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Properties/CodeGenerationResources.resx deleted file mode 100644 index d58980a38d7..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Properties/CodeGenerationResources.resx +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<root> - <!-- - Microsoft ResX Schema - - Version 2.0 - - The primary goals of this format is to allow a simple XML format - that is mostly human readable. The generation and parsing of the - various data types are done through the TypeConverter classes - associated with the data types. - - Example: - - ... ado.net/XML headers & schema ... - <resheader name="resmimetype">text/microsoft-resx</resheader> - <resheader name="version">2.0</resheader> - <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> - <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> - <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> - <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> - <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> - <value>[base64 mime encoded serialized .NET Framework object]</value> - </data> - <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> - <comment>This is a comment</comment> - </data> - - There are any number of "resheader" rows that contain simple - name/value pairs. - - Each data row contains a name, and value. The row also contains a - type or mimetype. Type corresponds to a .NET class that support - text/value conversion through the TypeConverter architecture. - Classes that don't support this are serialized and stored with the - mimetype set. - - The mimetype is used for serialized objects, and tells the - ResXResourceReader how to depersist the object. This is currently not - extensible. For a given mimetype the value must be set accordingly: - - Note - application/x-microsoft.net.object.binary.base64 is the format - that the ResXResourceWriter will generate, however the reader can - read any of the formats listed below. - - mimetype: application/x-microsoft.net.object.binary.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.soap.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Soap.SoapFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.bytearray.base64 - value : The object must be serialized into a byte array - : using a System.ComponentModel.TypeConverter - : and then encoded with base64 encoding. - --> - <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> - <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> - <xsd:element name="root" msdata:IsDataSet="true"> - <xsd:complexType> - <xsd:choice maxOccurs="unbounded"> - <xsd:element name="metadata"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" /> - </xsd:sequence> - <xsd:attribute name="name" use="required" type="xsd:string" /> - <xsd:attribute name="type" type="xsd:string" /> - <xsd:attribute name="mimetype" type="xsd:string" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="assembly"> - <xsd:complexType> - <xsd:attribute name="alias" type="xsd:string" /> - <xsd:attribute name="name" type="xsd:string" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="data"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> - <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> - <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="resheader"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" /> - </xsd:complexType> - </xsd:element> - </xsd:choice> - </xsd:complexType> - </xsd:element> - </xsd:schema> - <resheader name="resmimetype"> - <value>text/microsoft-resx</value> - </resheader> - <resheader name="version"> - <value>2.0</value> - </resheader> - <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> -</root> \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/SchemaExtensions.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/SchemaExtensions.cs deleted file mode 100644 index 7e904b525ef..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/SchemaExtensions.cs +++ /dev/null @@ -1,125 +0,0 @@ -using System; -using System.Linq; -using HotChocolate.CodeGeneration.Types; -using HotChocolate.Types; -using static HotChocolate.CodeGeneration.TypeNames; - -namespace HotChocolate.CodeGeneration; - -public static class SchemaExtensions -{ - public static T? GetFirstDirective<T>( - this IHasDirectives hasDirectives, - string name, - T? defaultValue = default) - { - var directive = hasDirectives.Directives[name].FirstOrDefault(); - - if (directive is null) - { - return defaultValue; - } - - return directive.AsValue<T>(); - } - - public static string GetPropertyName(this IObjectField field) - { - if (field.Name.Length == 1) - { - return field.Name.ToUpperInvariant(); - } - - return field.Name.Substring(0, 1).ToUpperInvariant() + - field.Name.Substring(1); - } - - public static string GetTypeName(this IObjectField field, string @namespace) - { - return CreateTypeName(field.Type, @namespace); - } - - public static string CreateTypeName(IType type, string @namespace, bool nullable = true) - { - if (type.IsNonNullType()) - { - return CreateTypeName(type.InnerType(), @namespace, false); - } - - if (type.IsListType()) - { - var elementType = CreateTypeName(type.ElementType(), @namespace); - var listType = Generics(Global(List), elementType); - - if (nullable) - { - return Nullable(listType); - } - - return listType; - } - - if (type.IsScalarType()) - { - var runtimeType = type.ToRuntimeType(); - - if (runtimeType.IsGenericType && - runtimeType.GetGenericTypeDefinition() == typeof(Nullable<>)) - { - runtimeType = runtimeType.GetGenericArguments()[0]; - } - - return Global(ToTypeName(runtimeType)); - } - - if (type is ObjectType objectType) - { - var typeNameDirective = - objectType.GetFirstDirective<TypeNameDirective>("typeName"); - var typeName = typeNameDirective?.Name ?? objectType.Name; - return Global(@namespace + "." + typeName); - } - - throw new NotSupportedException(); - } - - private static string ToTypeName(this Type type) - { - if (type is null) - { - throw new ArgumentNullException(nameof(type)); - } - - return type.IsGenericType - ? CreateGenericTypeName(type) - : CreateTypeName(type, type.Name); - } - - private static string CreateGenericTypeName(Type type) - { - var name = type.Name.Substring(0, type.Name.Length - 2); - var arguments = type.GetGenericArguments().Select(ToTypeName); - return CreateTypeName(type, $"{name}<{string.Join(", ", arguments)}>"); - } - - private static string CreateTypeName(Type type, string typeName) - { - var ns = GetNamespace(type); - - if (ns is null) - { - return typeName; - } - - return $"{ns}.{typeName}"; - } - - private static string? GetNamespace(Type type) - { - if (type.IsNested) - { - return $"{GetNamespace(type.DeclaringType!)}.{type.DeclaringType!.Name}"; - } - return type.Namespace; - } -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/SourceFile.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/SourceFile.cs deleted file mode 100644 index f4c6b53a775..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/SourceFile.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace HotChocolate.CodeGeneration; - -public class SourceFile -{ - public string Name { get; } - - public string Source { get; } - - public SourceFile(string name, string source) - { - Name = name ?? throw new ArgumentNullException(nameof(name)); - Source = source ?? throw new ArgumentNullException(nameof(source)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/SyntaxExtensions.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/SyntaxExtensions.cs deleted file mode 100644 index 19a5534e238..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/SyntaxExtensions.cs +++ /dev/null @@ -1,360 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using Microsoft.CodeAnalysis; -using Microsoft.CodeAnalysis.CSharp; -using Microsoft.CodeAnalysis.CSharp.Syntax; -using HotChocolate.CodeGeneration.Types; -using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; -using static HotChocolate.CodeGeneration.TypeNames; - -namespace HotChocolate.CodeGeneration; - -public static class SyntaxExtensions -{ - public static PropertyDeclarationSyntax WithGetterAndSetter( - this PropertyDeclarationSyntax property) => - property.AddAccessorListAccessors( - AccessorDeclaration(SyntaxKind.GetAccessorDeclaration) - .WithSemicolonToken(Token(SyntaxKind.SemicolonToken)), - AccessorDeclaration(SyntaxKind.SetAccessorDeclaration) - .WithSemicolonToken(Token(SyntaxKind.SemicolonToken))); - - public static PropertyDeclarationSyntax WithGetterAndInit( - this PropertyDeclarationSyntax property) => - property.AddAccessorListAccessors( - AccessorDeclaration(SyntaxKind.GetAccessorDeclaration) - .WithSemicolonToken(Token(SyntaxKind.SemicolonToken)), - AccessorDeclaration(SyntaxKind.InitAccessorDeclaration) - .WithSemicolonToken(Token(SyntaxKind.SemicolonToken))); - - public static PropertyDeclarationSyntax WithGetter( - this PropertyDeclarationSyntax property) => - property.AddAccessorListAccessors( - AccessorDeclaration(SyntaxKind.GetAccessorDeclaration) - .WithSemicolonToken(Token(SyntaxKind.SemicolonToken))); - - public static PropertyDeclarationSyntax WithSuppressNullableWarningExpression( - this PropertyDeclarationSyntax property) => - property - .WithInitializer( - EqualsValueClause( - PostfixUnaryExpression( - SyntaxKind.SuppressNullableWarningExpression, - LiteralExpression( - SyntaxKind.DefaultLiteralExpression, - Token(SyntaxKind.DefaultKeyword))))) - .WithSemicolonToken(Token(SyntaxKind.SemicolonToken)); - - public static VariableDeclaratorSyntax WithSuppressNullableWarningExpression( - this VariableDeclaratorSyntax variable) => - variable - .WithInitializer( - EqualsValueClause( - PostfixUnaryExpression( - SyntaxKind.SuppressNullableWarningExpression, - LiteralExpression( - SyntaxKind.DefaultLiteralExpression, - Token(SyntaxKind.DefaultKeyword))))); - - private static TMember AddSimple<TMember>( - this TMember member, - XmlElementSyntax xmlElement) - where TMember : MemberDeclarationSyntax - { - return member.WithLeadingTrivia( - TriviaList( - Trivia( - DocumentationComment( - xmlElement, - XmlText() - .WithTextTokens( - TokenList( - Token( - TriviaList(), - SyntaxKind.XmlTextLiteralNewLineToken, - Environment.NewLine, - Environment.NewLine, - TriviaList()))))))); - } - - public static TMember AddSummary<TMember>( - this TMember member, - string? value) - where TMember : MemberDeclarationSyntax - { - if (value is { Length: > 0 }) - { - using var reader = new StringReader(value); - var list = new List<XmlNodeSyntax>(); - string? line; - - do - { - line = reader.ReadLine(); - if (line is not null) - { - list.Add(XmlText(line)); - } - } while (line is not null); - - return member.AddSimple(XmlSummaryElement(list.ToArray())); - } - - return member; - } - - public static T AddGeneratedAttribute<T>(this T type) - where T : BaseTypeDeclarationSyntax - { - var version = typeof(SyntaxExtensions).Assembly.GetName().Version!.ToString(); - - var attribute = - Attribute( - QualifiedName( - QualifiedName( - QualifiedName( - AliasQualifiedName( - IdentifierName( - Token(SyntaxKind.GlobalKeyword)), - IdentifierName("System")), - IdentifierName("CodeDom")), - IdentifierName("Compiler")), - IdentifierName("GeneratedCode"))) - .AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.StringLiteralExpression, - Literal("HotChocolate")))) - .AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.StringLiteralExpression, - Literal(version)))); - - - return (T)type - .WithAttributeLists( - SingletonList( - AttributeList( - SingletonSeparatedList( - attribute)))); - } - - public static T AddExtendObjectTypeAttribute<T>(this T type, string typeName) - where T : BaseTypeDeclarationSyntax - { - var attribute = - Attribute( - QualifiedName( - QualifiedName( - AliasQualifiedName( - IdentifierName( - Token(SyntaxKind.GlobalKeyword)), - IdentifierName("HotChocolate")), - IdentifierName("Types")), - IdentifierName("ExtendObjectType"))) - .AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.StringLiteralExpression, - Literal(typeName)))); - - return (T)type - .WithAttributeLists( - SingletonList( - AttributeList( - SingletonSeparatedList( - attribute)))); - } - - public static T AddImplements<T>( - this T type, - params string[] implements) - where T : TypeDeclarationSyntax - { - return type.AddImplements((IReadOnlyList<string>)implements); - } - - public static T AddImplements<T>( - this T type, - IReadOnlyList<string> implements) - where T : TypeDeclarationSyntax - { - if (implements.Count == 0) - { - return type; - } - - return (T)type.AddBaseListTypes( - implements - .Select(t => SimpleBaseType(IdentifierName(t))) - .ToArray()); - } - - public static T AddProperty<T>( - this T type, - string name, - TypeSyntax typeSyntax, - string? description, - bool setable = false, - Func<PropertyDeclarationSyntax, PropertyDeclarationSyntax>? configure = null) - where T : TypeDeclarationSyntax - { - var propertyDeclaration = - PropertyDeclaration(typeSyntax, name); - - if (type is not InterfaceDeclarationSyntax) - { - propertyDeclaration = propertyDeclaration - .AddModifiers(Token(SyntaxKind.PublicKeyword)); - } - - propertyDeclaration = propertyDeclaration.AddSummary(description); - - if (setable) - { - propertyDeclaration = propertyDeclaration.WithGetterAndSetter(); - } - else - { - propertyDeclaration = type is RecordDeclarationSyntax - ? propertyDeclaration.WithGetterAndInit() - : propertyDeclaration.WithGetter(); - } - - if (configure is not null) - { - propertyDeclaration = configure(propertyDeclaration); - } - - return (T)type.AddMembers(propertyDeclaration); - } - - public static ConstructorDeclarationSyntax AssignParameter( - this ConstructorDeclarationSyntax constructor, - string propertyName, - string parameterName, - bool assertNotNull = false) - { - var assertNotNullExpression = - BinaryExpression( - SyntaxKind.CoalesceExpression, - IdentifierName(parameterName), - ThrowExpression( - ObjectCreationExpression(IdentifierName( - "global::" + typeof(ArgumentNullException).FullName)) - .WithArgumentList( - ArgumentList( - SingletonSeparatedList( - Argument( - InvocationExpression(IdentifierName("nameof")) - .WithArgumentList(ArgumentList( - SingletonSeparatedList( - Argument(IdentifierName( - parameterName))))))))))); - - - var assignmentExpression = - AssignmentExpression( - SyntaxKind.SimpleAssignmentExpression, - IdentifierName(propertyName), - assertNotNull - ? assertNotNullExpression - : IdentifierName(parameterName)); - - return constructor.AddBodyStatements(ExpressionStatement(assignmentExpression)); - } - - public static MethodDeclarationSyntax AddPagingAttribute( - this MethodDeclarationSyntax methodSyntax, - PagingDirective directive) - { - if (directive.Kind == PagingKind.None) - { - return methodSyntax; - } - - var attribute = - Attribute(IdentifierName(Global( - directive.Kind == PagingKind.Cursor - ? UsePagingAttribute - : UseOffsetPagingAttribute))) - .AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.NumericLiteralExpression, - Literal(directive.DefaultPageSize))) - .WithNameEquals( - NameEquals(IdentifierName(nameof(directive.DefaultPageSize)))), - AttributeArgument( - LiteralExpression( - SyntaxKind.NumericLiteralExpression, - Literal(directive.MaxPageSize))) - .WithNameEquals( - NameEquals(IdentifierName(nameof(directive.MaxPageSize)))), - AttributeArgument( - LiteralExpression( - directive.IncludeTotalCount - ? SyntaxKind.TrueLiteralExpression - : SyntaxKind.FalseLiteralExpression)) - .WithNameEquals( - NameEquals(IdentifierName(nameof(directive.IncludeTotalCount))))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } - - public static MethodDeclarationSyntax AddFilteringAttribute( - this MethodDeclarationSyntax methodSyntax) - { - var attribute = - Attribute(IdentifierName(Global(UseFilteringAttribute))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } - - public static MethodDeclarationSyntax AddSortingAttribute( - this MethodDeclarationSyntax methodSyntax) - { - var attribute = - Attribute(IdentifierName(Global(UseSortingAttribute))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } - - public static MethodDeclarationSyntax AddProjectionAttribute( - this MethodDeclarationSyntax methodSyntax) - { - var attribute = - Attribute(IdentifierName(Global(UseProjectionAttribute))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } - - public static MethodDeclarationSyntax AddGraphQLNameAttribute( - this MethodDeclarationSyntax methodSyntax, - string name) - { - var attribute = - Attribute(IdentifierName(Global(typeof(GraphQLNameAttribute).FullName!))) - .AddArgumentListArguments( - AttributeArgument( - LiteralExpression( - SyntaxKind.NumericLiteralExpression, - Literal(name)))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } - -#pragma warning disable CS0618 - public static ParameterSyntax AddScopedServiceAttribute( - this ParameterSyntax methodSyntax) - { - var attribute = - Attribute(IdentifierName(Global(typeof(ScopedServiceAttribute).FullName!))); - - return methodSyntax.AddAttributeLists(AttributeList(SingletonSeparatedList(attribute))); - } -#pragma warning restore CS0618 -} diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/TypeNames.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/TypeNames.cs deleted file mode 100644 index 39027a6f53c..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/TypeNames.cs +++ /dev/null @@ -1,36 +0,0 @@ -namespace HotChocolate.CodeGeneration; - -public static class TypeNames -{ - public const string Types = "HotChocolate." + nameof(Types); - public const string Data = "HotChocolate." + nameof(Data); - public const string Configuration = "HotChocolate.Execution.Configuration"; - public const string DependencyInjection = "Microsoft.Extensions.DependencyInjection"; - public const string SystemCollections = "System.Collections.Generic"; - public const string UsePagingAttribute = Types + "." + nameof(UsePagingAttribute); - public const string UseOffsetPagingAttribute = Types + "." + - nameof(UseOffsetPagingAttribute); - public const string UseFilteringAttribute = Data + "." + nameof(UseFilteringAttribute); - public const string UseSortingAttribute = Data + "." + nameof(UseSortingAttribute); - public const string UseProjectionAttribute = Data + "." + nameof(UseProjectionAttribute); - public const string List = SystemCollections + "." + nameof(List); - public const string IRequestExecutorBuilder = Configuration + "." + - nameof(IRequestExecutorBuilder); - public const string SchemaRequestExecutorBuilderExtensions = DependencyInjection + "." + - nameof(SchemaRequestExecutorBuilderExtensions); - - public static string Global(string s) - { - return "global::" + s; - } - - public static string Generics(string s, params string[] args) - { - return $"{s}<{string.Join(", ", args)}>"; - } - - public static string Nullable(string s) - { - return $"{s}?"; - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/DataGeneratorContext.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/DataGeneratorContext.cs deleted file mode 100644 index 8adc9f06749..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/DataGeneratorContext.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System.Linq; - -namespace HotChocolate.CodeGeneration.Types; - -public class DataGeneratorContext -{ - public DataGeneratorContext( - string queryTypeName, - OperationDirective operation, - PagingDirective paging, - bool filtering, - bool sorting) - { - QueryTypeName = queryTypeName; - Operation = operation; - Paging = paging; - Filtering = filtering; - Sorting = sorting; - } - - public string QueryTypeName { get; } - - public OperationDirective Operation { get; } - - public PagingDirective Paging { get; } - - public bool Filtering { get; } - - public bool Sorting { get; } - - public static DataGeneratorContext FromSchema( - ISchema schema) => - new DataGeneratorContext( - null!, - schema.GetFirstDirective<OperationDirective>( - "operation", - new OperationDirective { Operations = new[] { OperationKind.All } })!, - schema.GetFirstDirective<PagingDirective>( - "paging", - new PagingDirective - { - Kind = PagingKind.Cursor, - DefaultPageSize = 10, - MaxPageSize = 50, - IncludeTotalCount = false - })!, - schema.Directives["filtering"].Any(), - schema.Directives["sorting"].Any()); - - public static DataGeneratorContext FromMember( - HotChocolate.Types.IHasDirectives member, - DataGeneratorContext rootContext) => - new DataGeneratorContext( - rootContext.QueryTypeName, - member.GetFirstDirective<OperationDirective>( - "operation", - rootContext.Operation)!, - member.GetFirstDirective<PagingDirective>( - "paging", - rootContext.Paging)!, - member.Directives["filtering"].Any() || rootContext.Filtering, - member.Directives["sorting"].Any() || rootContext.Sorting); -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterOperation.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterOperation.cs deleted file mode 100644 index 4b6d0d9b953..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterOperation.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.CodeGeneration.Types; - -public enum FilterOperation -{ - Equals, - NotEquals, - All, - None -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterOperationType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterOperationType.cs deleted file mode 100644 index ba285bfdf02..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterOperationType.cs +++ /dev/null @@ -1,11 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class FilterOperationType : EnumType<FilterOperation> -{ - protected override void Configure(IEnumTypeDescriptor<FilterOperation> descriptor) - { - descriptor.Name("_FilterOperation"); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterableDirective.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterableDirective.cs deleted file mode 100644 index 7d26a73aa48..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterableDirective.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.CodeGeneration.Types; - -public class FilterableDirective -{ - public IReadOnlyList<FilterOperation> Operations { get; set; } = default!; -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterableDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterableDirectiveType.cs deleted file mode 100644 index 320eb28f2fa..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilterableDirectiveType.cs +++ /dev/null @@ -1,19 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class FilterableDirectiveType : DirectiveType<FilterableDirective> -{ - protected override void Configure(IDirectiveTypeDescriptor<FilterableDirective> descriptor) - { - descriptor - .Name("filterable") - .Location(DirectiveLocation.FieldDefinition | - DirectiveLocation.Schema | - DirectiveLocation.Scalar); - - descriptor - .Argument(t => t.Operations) - .Type<ListType<NonNullType<FilterOperationType>>>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilteringDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilteringDirectiveType.cs deleted file mode 100644 index fdfbb914941..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/FilteringDirectiveType.cs +++ /dev/null @@ -1,13 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class FilteringDirectiveType : DirectiveType -{ - protected override void Configure(IDirectiveTypeDescriptor descriptor) - { - descriptor - .Name("filtering") - .Location(DirectiveLocation.FieldDefinition | DirectiveLocation.Schema); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationDirective.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationDirective.cs deleted file mode 100644 index 2225f1b9771..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationDirective.cs +++ /dev/null @@ -1,9 +0,0 @@ - -using System.Collections.Generic; - -namespace HotChocolate.CodeGeneration.Types; - -public class OperationDirective -{ - public IReadOnlyList<OperationKind> Operations { get; set; } = default!; -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationDirectiveType.cs deleted file mode 100644 index 923b60ef116..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationDirectiveType.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class OperationDirectiveType : DirectiveType<OperationDirective> -{ - protected override void Configure(IDirectiveTypeDescriptor<OperationDirective> descriptor) - { - descriptor - .Name("operation") - .Location(DirectiveLocation.Object | DirectiveLocation.Schema); - - descriptor - .Argument(t => t.Operations) - .Type<ListType<NonNullType<OperationKindType>>>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationKind.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationKind.cs deleted file mode 100644 index c7f062426cf..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationKind.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace HotChocolate.CodeGeneration.Types; - -public enum OperationKind { - Read, - Create, - Update, - Delete, - All, - None -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationKindType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationKindType.cs deleted file mode 100644 index 81bddc66e84..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/OperationKindType.cs +++ /dev/null @@ -1,11 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class OperationKindType : EnumType<OperationKind> -{ - protected override void Configure(IEnumTypeDescriptor<OperationKind> descriptor) - { - descriptor.Name("_OperationKind"); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingDirective.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingDirective.cs deleted file mode 100644 index 64397bc4098..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingDirective.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.CodeGeneration.Types; - -public class PagingDirective -{ - public PagingKind Kind { get; set; } = default!; - - public int DefaultPageSize { get; set; } = default!; - - public int MaxPageSize { get; set; } = default!; - - public bool IncludeTotalCount { get; set; } = default!; -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingDirectiveType.cs deleted file mode 100644 index fe80ae4d631..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingDirectiveType.cs +++ /dev/null @@ -1,32 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class PagingDirectiveType : DirectiveType<PagingDirective> -{ - protected override void Configure(IDirectiveTypeDescriptor<PagingDirective> descriptor) - { - descriptor - .Name("paging") - .Location(DirectiveLocation.Object | DirectiveLocation.Schema); - - descriptor - .Argument(t => t.Kind) - .Type<PagingKindType>(); - - descriptor - .Argument(t => t.DefaultPageSize) - .Type<IntType>() - .DefaultValue(10); - - descriptor - .Argument(t => t.MaxPageSize) - .Type<IntType>() - .DefaultValue(50); - - descriptor - .Argument(t => t.IncludeTotalCount) - .Type<BooleanType>() - .DefaultValue(false); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingKind.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingKind.cs deleted file mode 100644 index 850c67577c5..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingKind.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.CodeGeneration.Types; - -public enum PagingKind -{ - Cursor, - Offset, - None -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingKindType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingKindType.cs deleted file mode 100644 index ee24cc8621b..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/PagingKindType.cs +++ /dev/null @@ -1,11 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class PagingKindType : EnumType<PagingKind> -{ - protected override void Configure(IEnumTypeDescriptor<PagingKind> descriptor) - { - descriptor.Name("_PagingKind"); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/ProjectionDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/ProjectionDirectiveType.cs deleted file mode 100644 index 81dc73dcaef..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/ProjectionDirectiveType.cs +++ /dev/null @@ -1,13 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class ProjectionDirectiveType : DirectiveType -{ - protected override void Configure(IDirectiveTypeDescriptor descriptor) - { - descriptor - .Name("projection") - .Location(DirectiveLocation.FieldDefinition | DirectiveLocation.Schema); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortDirection.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortDirection.cs deleted file mode 100644 index 9e88078a25f..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortDirection.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.CodeGeneration.Types; - -public enum SortDirection -{ - Asc, - Desc, - All, - None -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortDirectionType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortDirectionType.cs deleted file mode 100644 index 5815795798b..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortDirectionType.cs +++ /dev/null @@ -1,11 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class SortDirectionType : EnumType<SortDirection> -{ - protected override void Configure(IEnumTypeDescriptor<SortDirection> descriptor) - { - descriptor.Name("_SortDirection"); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortableDirective.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortableDirective.cs deleted file mode 100644 index 610457ea084..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortableDirective.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.CodeGeneration.Types; - -public class SortableDirective -{ - public SortDirection Direction { get; set; } = default!; -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortableDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortableDirectiveType.cs deleted file mode 100644 index 05ac962751c..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortableDirectiveType.cs +++ /dev/null @@ -1,19 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class SortableDirectiveType : DirectiveType<SortableDirective> -{ - protected override void Configure(IDirectiveTypeDescriptor<SortableDirective> descriptor) - { - descriptor - .Name("sortable") - .Location(DirectiveLocation.FieldDefinition | - DirectiveLocation.Schema | - DirectiveLocation.Scalar); - - descriptor - .Argument(t => t.Direction) - .Type<SortDirectionType>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortingDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortingDirectiveType.cs deleted file mode 100644 index 839c31ca8c3..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/SortingDirectiveType.cs +++ /dev/null @@ -1,13 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class SortingDirectiveType : DirectiveType -{ - protected override void Configure(IDirectiveTypeDescriptor descriptor) - { - descriptor - .Name("sorting") - .Location(DirectiveLocation.FieldDefinition | DirectiveLocation.Schema); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/TypeNameDirective.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/TypeNameDirective.cs deleted file mode 100644 index 806cdce898d..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/TypeNameDirective.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.CodeGeneration.Types; - -public class TypeNameDirective -{ - public string Name { get; set; } = default!; - - public string? PluralName { get; set; } = default!; -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/TypeNameDirectiveType.cs b/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/TypeNameDirectiveType.cs deleted file mode 100644 index 9599159bd31..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/Types/TypeNameDirectiveType.cs +++ /dev/null @@ -1,21 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.CodeGeneration.Types; - -public class TypeNameDirectiveType : DirectiveType<TypeNameDirective> -{ - protected override void Configure(IDirectiveTypeDescriptor<TypeNameDirective> descriptor) - { - descriptor - .Name("typeName") - .Location(DirectiveLocation.Object); - - descriptor - .Argument(t => t.Name) - .Type<NonNullType<StringType>>(); - - descriptor - .Argument(t => t.PluralName) - .Type<StringType>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/CodeGeneration/packages.lock.json b/src/HotChocolate/CodeGeneration/src/CodeGeneration/packages.lock.json deleted file mode 100644 index ce9d89f4772..00000000000 --- a/src/HotChocolate/CodeGeneration/src/CodeGeneration/packages.lock.json +++ /dev/null @@ -1,619 +0,0 @@ -{ - "version": 1, - "dependencies": { - ".NETStandard,Version=v2.0": { - "Microsoft.CodeAnalysis.Analyzers": { - "type": "Direct", - "requested": "[3.3.2, )", - "resolved": "3.3.2", - "contentHash": "7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==" - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "type": "Direct", - "requested": "[3.8.0, )", - "resolved": "3.8.0", - "contentHash": "rdEBvPWqe/IIscsnp7OkZ4tQin8khxBcSLyV9tU+sHdw9uW9U0GKL+Dv2rD4voC1bZBaO18Hp+m4Vkyfmaz0OA==", - "dependencies": { - "Humanizer.Core": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[3.8.0]" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "NETStandard.Library": { - "type": "Direct", - "requested": "[2.0.3, )", - "resolved": "2.0.3", - "contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "Humanizer.Core": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "rsYXB7+iUPP8AHgQ8JP2UZI2xK2KhjcdGr9E6zX3CsZaTLCaw8M35vaAJRo1rfxeaZEVMuXeaquLVCkZ7JcZ5Q==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Bcl.HashCode": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "MalY0Y/uM/LjXtHfX/26l2VtN4LDNZ2OE3aumNOHDLsT4fNYy2hiHXI4CXCqKpNUNm7iJ2brrc4J89UdaL56FA==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "GPYVydsmOmScOWDJA1LFky7/MkoXpx1JI3lZJShxC+bvVUvL9zVKE8WDZMLsYJ5MAbry2xkZftdfeMpZ+kvLDQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "System.Composition": "1.0.31" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Composition": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "I+D26qpYdoklyAVUdqwUBrEIckMNjAYnuPJy/h9dsQItpQwVREkDFs4b4tkBza0kT2Yk48Lcfsv2QQ9hWsh9Iw==", - "dependencies": { - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Convention": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Composition.TypedParts": "1.0.31" - } - }, - "System.Composition.AttributedModel": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "NHWhkM3ZkspmA0XJEsKdtTt1ViDYuojgSND3yHhTzwxepiwqZf+BCWuvCbjUt4fe0NxxQhUDGJ5km6sLjo9qnQ==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.Convention": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "GLjh2Ju71k6C0qxMMtl4efHa68NmWeIUYh4fkUI8xbjQrEBvFmRwMDFcylT8/PR9SQbeeL48IkFxU/+gd0nYEQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Hosting": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "fN1bT4RX4vUqjbgoyuJFVUizAl2mYF5VAb+bVIxIYZSSc0BdnX+yGAxcavxJuDDCQ1K+/mdpgyEFc8e9ikjvrg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Runtime": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0LEJN+2NVM89CE4SekDrrk5tHV5LeATltkp+9WNYrR+Huiyt0vaCqHbbHtVAjPyeLWIc8dOz/3kthRBj32wGQg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.TypedParts": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0Zae/FtzeFgDBBuILeIbC/T9HMYbW4olAmi8XqqAGosSOWvXfiQLfARZEhiGd0LVXaYgXr0NhxiU1LldRP1fpQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.5", - "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "System.Numerics.Vectors": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==" - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==", - "dependencies": { - "System.Collections.Immutable": "5.0.0" - } - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Numerics.Vectors": "4.5.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.HashCode": "[1.1.1, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/CodeGeneration/src/Directory.Build.props b/src/HotChocolate/CodeGeneration/src/Directory.Build.props deleted file mode 100644 index e603e0918fc..00000000000 --- a/src/HotChocolate/CodeGeneration/src/Directory.Build.props +++ /dev/null @@ -1,8 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <TargetFrameworks>$(SourceGenTargetFrameworks)</TargetFrameworks> - </PropertyGroup> - -</Project> diff --git a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/Directory.Build.props b/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/Directory.Build.props deleted file mode 100644 index 4ce69aabe20..00000000000 --- a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/Directory.Build.props +++ /dev/null @@ -1,29 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <ImplicitUsings>enable</ImplicitUsings> - <Warn>0</Warn> - </PropertyGroup> - - <ItemGroup> - <Using Include="Xunit" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> - <PackageReference Include="coverlet.msbuild" Version="3.1.2"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="xunit" Version="2.4.1" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="Moq" Version="4.18.1" /> - <PackageReference Include="Snapshooter.Xunit" Version="0.5.4" /> - <PackageReference Include="ChilliCream.Testing.Utilities" Version="0.2.0" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/HotChocolate.CodeGeneration.Neo4J.Tests.csproj b/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/HotChocolate.CodeGeneration.Neo4J.Tests.csproj deleted file mode 100644 index 51c8640e9d8..00000000000 --- a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/HotChocolate.CodeGeneration.Neo4J.Tests.csproj +++ /dev/null @@ -1,14 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <TargetFrameworks>$(Library2TargetFrameworks)</TargetFrameworks> - <AssemblyName>HotChocolate.CodeGeneration.Tests</AssemblyName> - <RootNamespace>HotChocolate.CodeGeneration</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\CodeGeneration.Neo4J\HotChocolate.CodeGeneration.Neo4J.csproj" /> - <ProjectReference Include="..\..\..\Neo4J\src\Data\HotChocolate.Data.Neo4J.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/Neo4JCodeGeneratorTests.cs b/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/Neo4JCodeGeneratorTests.cs deleted file mode 100644 index a8a8c649243..00000000000 --- a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/Neo4JCodeGeneratorTests.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.CodeGeneration.Neo4J -{ - public class Neo4JCodeGeneratorTests - { - [Fact] - public void Works() - { - // Arrange - DocumentNode? doc = Utf8GraphQLParser.Parse(@" - type Movie @typeName(name: ""Foo"", pluralName: ""Bars"") { - title: String - year: Int - imdbRating: Float - baz: Baz - quox: String - } - - type Actor { - name: String - } - - type Baz { - foo: String - } - - # settings would be annotated to the schema and translate directly into schema options - schema - @paging(kind: NONE) - @filtering - @sorting - { - query: Query - }"); - - var docs = new List<DocumentNode>() { doc }; - - var context = new CodeGeneratorContext( - "MyNeo4J", - "Neo4JDatabase", - "CompanyName.Neo4J", - docs); - - // Act - CodeGenerationResult? result = new Neo4JCodeGenerator().Generate(context); - - // Assert - Snapshot.Match(result); - } - } -} diff --git a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/__snapshots__/Neo4JCodeGeneratorTests.Works.snap b/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/__snapshots__/Neo4JCodeGeneratorTests.Works.snap deleted file mode 100644 index 97bf409661b..00000000000 --- a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/__snapshots__/Neo4JCodeGeneratorTests.Works.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "SourceFiles": [ - { - "Name": "CompanyName.Neo4J.Foo.cs", - "Source": "namespace CompanyName.Neo4J\n{\n [global::System.CodeDom.Compiler.GeneratedCode(\"HotChocolate\", \"0.0.0.0\")]\n public partial class Foo\n {\n public global::System.String Title\n {\n get;\n set;\n }\n\n public global::System.Int32 Year\n {\n get;\n set;\n }\n\n public global::System.Double ImdbRating\n {\n get;\n set;\n }\n\n public global::CompanyName.Neo4J.Baz Baz\n {\n get;\n set;\n }\n\n public global::System.String Quox\n {\n get;\n set;\n }\n }\n}" - }, - { - "Name": "CompanyName.Neo4J.Actor.cs", - "Source": "namespace CompanyName.Neo4J\n{\n [global::System.CodeDom.Compiler.GeneratedCode(\"HotChocolate\", \"0.0.0.0\")]\n public partial class Actor\n {\n public global::System.String Name\n {\n get;\n set;\n }\n }\n}" - }, - { - "Name": "CompanyName.Neo4J.Baz.cs", - "Source": "namespace CompanyName.Neo4J\n{\n [global::System.CodeDom.Compiler.GeneratedCode(\"HotChocolate\", \"0.0.0.0\")]\n public partial class Baz\n {\n public global::System.String Foo\n {\n get;\n set;\n }\n }\n}" - }, - { - "Name": "CompanyName.Neo4J.Query.cs", - "Source": "namespace CompanyName.Neo4J\n{\n [global::HotChocolate.Types.ExtendObjectType(\"Query\")]\n public partial class Query\n {\n [global::HotChocolate.GraphQLNameAttribute(\"bars\")]\n [global::HotChocolate.Data.Neo4J.UseNeo4JDatabaseAttribute(databaseName: \"Neo4JDatabase\")]\n [global::HotChocolate.Data.UseProjectionAttribute]\n [global::HotChocolate.Data.UseFilteringAttribute]\n [global::HotChocolate.Data.UseSortingAttribute]\n public global::HotChocolate.Data.Neo4J.Execution.Neo4JExecutable<Foo> GetBars([global::HotChocolate.ScopedServiceAttribute] global::Neo4j.Driver.IAsyncSession session) => new(session);\n [global::HotChocolate.GraphQLNameAttribute(\"actors\")]\n [global::HotChocolate.Data.Neo4J.UseNeo4JDatabaseAttribute(databaseName: \"Neo4JDatabase\")]\n [global::HotChocolate.Data.UseProjectionAttribute]\n [global::HotChocolate.Data.UseFilteringAttribute]\n [global::HotChocolate.Data.UseSortingAttribute]\n public global::HotChocolate.Data.Neo4J.Execution.Neo4JExecutable<Actor> GetActors([global::HotChocolate.ScopedServiceAttribute] global::Neo4j.Driver.IAsyncSession session) => new(session);\n [global::HotChocolate.GraphQLNameAttribute(\"bazs\")]\n [global::HotChocolate.Data.Neo4J.UseNeo4JDatabaseAttribute(databaseName: \"Neo4JDatabase\")]\n [global::HotChocolate.Data.UseProjectionAttribute]\n [global::HotChocolate.Data.UseFilteringAttribute]\n [global::HotChocolate.Data.UseSortingAttribute]\n public global::HotChocolate.Data.Neo4J.Execution.Neo4JExecutable<Baz> GetBazs([global::HotChocolate.ScopedServiceAttribute] global::Neo4j.Driver.IAsyncSession session) => new(session);\n }\n}" - }, - { - "Name": "Microsoft.Extensions.DependencyInjection.MyNeo4JRequestExecutorBuilderExtensions.cs", - "Source": "namespace Microsoft.Extensions.DependencyInjection\n{\n [global::System.CodeDom.Compiler.GeneratedCode(\"HotChocolate\", \"0.0.0.0\")]\n public static partial class MyNeo4JRequestExecutorBuilderExtensions\n {\n public static global::HotChocolate.Execution.Configuration.IRequestExecutorBuilder AddMyNeo4JTypes(this global::HotChocolate.Execution.Configuration.IRequestExecutorBuilder builder)\n {\n global::Microsoft.Extensions.DependencyInjection.SchemaRequestExecutorBuilderExtensions.AddTypeExtension<global::CompanyName.Neo4J.Query>(builder);\n global::HotChocolate.Data.Neo4J.Neo4JDataRequestBuilderExtensions.AddNeo4JFiltering(builder);\n global::HotChocolate.Data.Neo4J.Neo4JDataRequestBuilderExtensions.AddNeo4JSorting(builder);\n global::HotChocolate.Data.Neo4J.Neo4JDataRequestBuilderExtensions.AddNeo4JProjections(builder);\n return builder;\n }\n }\n}" - } - ] -} diff --git a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/packages.lock.json b/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/packages.lock.json deleted file mode 100644 index 32706a61bca..00000000000 --- a/src/HotChocolate/CodeGeneration/test/CodeGeneration.Neo4J.Tests/packages.lock.json +++ /dev/null @@ -1,4475 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "Humanizer.Core": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "rsYXB7+iUPP8AHgQ8JP2UZI2xK2KhjcdGr9E6zX3CsZaTLCaw8M35vaAJRo1rfxeaZEVMuXeaquLVCkZ7JcZ5Q==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "rdEBvPWqe/IIscsnp7OkZ4tQin8khxBcSLyV9tU+sHdw9uW9U0GKL+Dv2rD4voC1bZBaO18Hp+m4Vkyfmaz0OA==", - "dependencies": { - "Humanizer.Core": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "GPYVydsmOmScOWDJA1LFky7/MkoXpx1JI3lZJShxC+bvVUvL9zVKE8WDZMLsYJ5MAbry2xkZftdfeMpZ+kvLDQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "System.Composition": "1.0.31" - } - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "12.0.1", - "contentHash": "pBR3wCgYWZGiaZDYP+HHYnalVnPJlpP1q55qvVb+adrDHmFMDc1NAKio61xTwftK3Pw5h7TZJPJEEVMd6ty8rg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Composition": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "I+D26qpYdoklyAVUdqwUBrEIckMNjAYnuPJy/h9dsQItpQwVREkDFs4b4tkBza0kT2Yk48Lcfsv2QQ9hWsh9Iw==", - "dependencies": { - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Convention": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Composition.TypedParts": "1.0.31" - } - }, - "System.Composition.AttributedModel": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "NHWhkM3ZkspmA0XJEsKdtTt1ViDYuojgSND3yHhTzwxepiwqZf+BCWuvCbjUt4fe0NxxQhUDGJ5km6sLjo9qnQ==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.Convention": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "GLjh2Ju71k6C0qxMMtl4efHa68NmWeIUYh4fkUI8xbjQrEBvFmRwMDFcylT8/PR9SQbeeL48IkFxU/+gd0nYEQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Hosting": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "fN1bT4RX4vUqjbgoyuJFVUizAl2mYF5VAb+bVIxIYZSSc0BdnX+yGAxcavxJuDDCQ1K+/mdpgyEFc8e9ikjvrg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Runtime": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0LEJN+2NVM89CE4SekDrrk5tHV5LeATltkp+9WNYrR+Huiyt0vaCqHbbHtVAjPyeLWIc8dOz/3kthRBj32wGQg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.TypedParts": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0Zae/FtzeFgDBBuILeIbC/T9HMYbW4olAmi8XqqAGosSOWvXfiQLfARZEhiGd0LVXaYgXr0NhxiU1LldRP1fpQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.codegeneration": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "[3.8.0, )" - } - }, - "hotchocolate.codegeneration.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.CodeGeneration": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "Humanizer.Core": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "rsYXB7+iUPP8AHgQ8JP2UZI2xK2KhjcdGr9E6zX3CsZaTLCaw8M35vaAJRo1rfxeaZEVMuXeaquLVCkZ7JcZ5Q==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "rdEBvPWqe/IIscsnp7OkZ4tQin8khxBcSLyV9tU+sHdw9uW9U0GKL+Dv2rD4voC1bZBaO18Hp+m4Vkyfmaz0OA==", - "dependencies": { - "Humanizer.Core": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "GPYVydsmOmScOWDJA1LFky7/MkoXpx1JI3lZJShxC+bvVUvL9zVKE8WDZMLsYJ5MAbry2xkZftdfeMpZ+kvLDQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "System.Composition": "1.0.31" - } - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "12.0.1", - "contentHash": "pBR3wCgYWZGiaZDYP+HHYnalVnPJlpP1q55qvVb+adrDHmFMDc1NAKio61xTwftK3Pw5h7TZJPJEEVMd6ty8rg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Composition": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "I+D26qpYdoklyAVUdqwUBrEIckMNjAYnuPJy/h9dsQItpQwVREkDFs4b4tkBza0kT2Yk48Lcfsv2QQ9hWsh9Iw==", - "dependencies": { - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Convention": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Composition.TypedParts": "1.0.31" - } - }, - "System.Composition.AttributedModel": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "NHWhkM3ZkspmA0XJEsKdtTt1ViDYuojgSND3yHhTzwxepiwqZf+BCWuvCbjUt4fe0NxxQhUDGJ5km6sLjo9qnQ==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.Convention": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "GLjh2Ju71k6C0qxMMtl4efHa68NmWeIUYh4fkUI8xbjQrEBvFmRwMDFcylT8/PR9SQbeeL48IkFxU/+gd0nYEQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Hosting": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "fN1bT4RX4vUqjbgoyuJFVUizAl2mYF5VAb+bVIxIYZSSc0BdnX+yGAxcavxJuDDCQ1K+/mdpgyEFc8e9ikjvrg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Runtime": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0LEJN+2NVM89CE4SekDrrk5tHV5LeATltkp+9WNYrR+Huiyt0vaCqHbbHtVAjPyeLWIc8dOz/3kthRBj32wGQg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.TypedParts": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0Zae/FtzeFgDBBuILeIbC/T9HMYbW4olAmi8XqqAGosSOWvXfiQLfARZEhiGd0LVXaYgXr0NhxiU1LldRP1fpQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "4.7.1", - "contentHash": "zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.codegeneration": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "[3.8.0, )" - } - }, - "hotchocolate.codegeneration.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.CodeGeneration": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "Humanizer.Core": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "rsYXB7+iUPP8AHgQ8JP2UZI2xK2KhjcdGr9E6zX3CsZaTLCaw8M35vaAJRo1rfxeaZEVMuXeaquLVCkZ7JcZ5Q==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.CSharp.Workspaces": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "rdEBvPWqe/IIscsnp7OkZ4tQin8khxBcSLyV9tU+sHdw9uW9U0GKL+Dv2rD4voC1bZBaO18Hp+m4Vkyfmaz0OA==", - "dependencies": { - "Humanizer.Core": "2.2.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Workspaces.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Workspaces.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "GPYVydsmOmScOWDJA1LFky7/MkoXpx1JI3lZJShxC+bvVUvL9zVKE8WDZMLsYJ5MAbry2xkZftdfeMpZ+kvLDQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "System.Composition": "1.0.31" - } - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "12.0.1", - "contentHash": "pBR3wCgYWZGiaZDYP+HHYnalVnPJlpP1q55qvVb+adrDHmFMDc1NAKio61xTwftK3Pw5h7TZJPJEEVMd6ty8rg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Composition": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "I+D26qpYdoklyAVUdqwUBrEIckMNjAYnuPJy/h9dsQItpQwVREkDFs4b4tkBza0kT2Yk48Lcfsv2QQ9hWsh9Iw==", - "dependencies": { - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Convention": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Composition.TypedParts": "1.0.31" - } - }, - "System.Composition.AttributedModel": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "NHWhkM3ZkspmA0XJEsKdtTt1ViDYuojgSND3yHhTzwxepiwqZf+BCWuvCbjUt4fe0NxxQhUDGJ5km6sLjo9qnQ==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.Convention": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "GLjh2Ju71k6C0qxMMtl4efHa68NmWeIUYh4fkUI8xbjQrEBvFmRwMDFcylT8/PR9SQbeeL48IkFxU/+gd0nYEQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Hosting": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "fN1bT4RX4vUqjbgoyuJFVUizAl2mYF5VAb+bVIxIYZSSc0BdnX+yGAxcavxJuDDCQ1K+/mdpgyEFc8e9ikjvrg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Composition.Runtime": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0LEJN+2NVM89CE4SekDrrk5tHV5LeATltkp+9WNYrR+Huiyt0vaCqHbbHtVAjPyeLWIc8dOz/3kthRBj32wGQg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Composition.TypedParts": { - "type": "Transitive", - "resolved": "1.0.31", - "contentHash": "0Zae/FtzeFgDBBuILeIbC/T9HMYbW4olAmi8XqqAGosSOWvXfiQLfARZEhiGd0LVXaYgXr0NhxiU1LldRP1fpQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Composition.AttributedModel": "1.0.31", - "System.Composition.Hosting": "1.0.31", - "System.Composition.Runtime": "1.0.31", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "4.7.1", - "contentHash": "zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.codegeneration": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.CodeAnalysis.CSharp.Workspaces": "[3.8.0, )" - } - }, - "hotchocolate.codegeneration.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.CodeGeneration": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/.vscode/tasks.json b/src/HotChocolate/Filters/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/Filters/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/HotChocolate.Filters.sln b/src/HotChocolate/Filters/HotChocolate.Filters.sln deleted file mode 100644 index 9da84db34b3..00000000000 --- a/src/HotChocolate/Filters/HotChocolate.Filters.sln +++ /dev/null @@ -1,262 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29521.150 -MinimumVisualStudioVersion = 15.0.26124.0 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".referenced", ".referenced", "{15F44762-B977-4AC9-AE35-E5D1D406D57B}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{485749C8-627A-4EBE-A0F6-2747094D8875}" - ProjectSection(SolutionItems) = preProject - src\Directory.Build.props = src\Directory.Build.props - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FAD335A5-BF47-4904-8432-F82895C15AF3}" - ProjectSection(SolutionItems) = preProject - test\Directory.Build.props = test\Directory.Build.props - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language", "..\Language\src\Language\HotChocolate.Language.csproj", "{BC8FC859-163F-4604-864A-50714D485941}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.SyntaxTree", "..\Language\src\Language.SyntaxTree\HotChocolate.Language.SyntaxTree.csproj", "{DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Utf8", "..\Language\src\Language.Utf8\HotChocolate.Language.Utf8.csproj", "{4B4D759C-AE1F-4912-AE3E-E4907E327484}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Utilities", "..\Utilities\src\Utilities\HotChocolate.Utilities.csproj", "{6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types", "..\Core\src\Types\HotChocolate.Types.csproj", "{817BC433-6CAB-478E-977A-BC0EB62FDE4B}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Abstractions", "..\Core\src\Abstractions\HotChocolate.Abstractions.csproj", "{7E08033D-BEF9-44CF-B932-C5B55AD7024A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.Filters", "src\Types.Filters\HotChocolate.Types.Filters.csproj", "{8EC8E06A-7D73-475E-AE75-0D84610249A9}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.Sorting", "src\Types.Sorting\HotChocolate.Types.Sorting.csproj", "{B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.Filters.Mongo.Tests", "test\Types.Filters.Mongo.Tests\HotChocolate.Types.Filters.Mongo.Tests.csproj", "{55DC5965-FBA9-44DD-8193-D1A4F69E6466}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.Filters.Tests", "test\Types.Filters.Tests\HotChocolate.Types.Filters.Tests.csproj", "{7C4049AB-3332-479D-91A3-72BDB0A07C0B}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.Sorting.Mongo.Tests", "test\Types.Sorting.Mongo.Tests\HotChocolate.Types.Sorting.Mongo.Tests.csproj", "{0235FEB6-585F-453F-9411-FCD064E3367B}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.Sorting.Tests", "test\Types.Sorting.Tests\HotChocolate.Types.Sorting.Tests.csproj", "{13639117-26F3-4DE1-984C-EBA3F85E026E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Core", "..\Core\src\Core\HotChocolate.Core.csproj", "{379D503D-DB7C-414E-B781-7D77B081F258}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types.Tests", "..\Core\test\Types.Tests\HotChocolate.Types.Tests.csproj", "{61C9E0CA-B6F6-4F43-907D-D234323A47A9}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Visitors", "..\Language\src\Language.Visitors\HotChocolate.Language.Visitors.csproj", "{E441012B-309D-4D09-B351-3C45701E4BC9}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BC8FC859-163F-4604-864A-50714D485941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Debug|x64.ActiveCfg = Debug|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Debug|x64.Build.0 = Debug|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Debug|x86.ActiveCfg = Debug|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Debug|x86.Build.0 = Debug|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Release|Any CPU.Build.0 = Release|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Release|x64.ActiveCfg = Release|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Release|x64.Build.0 = Release|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Release|x86.ActiveCfg = Release|Any CPU - {BC8FC859-163F-4604-864A-50714D485941}.Release|x86.Build.0 = Release|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Debug|x64.ActiveCfg = Debug|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Debug|x64.Build.0 = Debug|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Debug|x86.ActiveCfg = Debug|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Debug|x86.Build.0 = Debug|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Release|Any CPU.Build.0 = Release|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Release|x64.ActiveCfg = Release|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Release|x64.Build.0 = Release|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Release|x86.ActiveCfg = Release|Any CPU - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB}.Release|x86.Build.0 = Release|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Debug|x64.ActiveCfg = Debug|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Debug|x64.Build.0 = Debug|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Debug|x86.ActiveCfg = Debug|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Debug|x86.Build.0 = Debug|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Release|Any CPU.Build.0 = Release|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Release|x64.ActiveCfg = Release|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Release|x64.Build.0 = Release|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Release|x86.ActiveCfg = Release|Any CPU - {4B4D759C-AE1F-4912-AE3E-E4907E327484}.Release|x86.Build.0 = Release|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Debug|x64.ActiveCfg = Debug|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Debug|x64.Build.0 = Debug|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Debug|x86.ActiveCfg = Debug|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Debug|x86.Build.0 = Debug|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Release|Any CPU.Build.0 = Release|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Release|x64.ActiveCfg = Release|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Release|x64.Build.0 = Release|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Release|x86.ActiveCfg = Release|Any CPU - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0}.Release|x86.Build.0 = Release|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Debug|x64.ActiveCfg = Debug|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Debug|x64.Build.0 = Debug|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Debug|x86.ActiveCfg = Debug|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Debug|x86.Build.0 = Debug|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Release|Any CPU.Build.0 = Release|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Release|x64.ActiveCfg = Release|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Release|x64.Build.0 = Release|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Release|x86.ActiveCfg = Release|Any CPU - {817BC433-6CAB-478E-977A-BC0EB62FDE4B}.Release|x86.Build.0 = Release|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Debug|x64.ActiveCfg = Debug|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Debug|x64.Build.0 = Debug|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Debug|x86.ActiveCfg = Debug|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Debug|x86.Build.0 = Debug|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Release|Any CPU.Build.0 = Release|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Release|x64.ActiveCfg = Release|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Release|x64.Build.0 = Release|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Release|x86.ActiveCfg = Release|Any CPU - {7E08033D-BEF9-44CF-B932-C5B55AD7024A}.Release|x86.Build.0 = Release|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Debug|x64.ActiveCfg = Debug|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Debug|x64.Build.0 = Debug|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Debug|x86.ActiveCfg = Debug|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Debug|x86.Build.0 = Debug|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Release|Any CPU.Build.0 = Release|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Release|x64.ActiveCfg = Release|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Release|x64.Build.0 = Release|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Release|x86.ActiveCfg = Release|Any CPU - {8EC8E06A-7D73-475E-AE75-0D84610249A9}.Release|x86.Build.0 = Release|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Debug|x64.ActiveCfg = Debug|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Debug|x64.Build.0 = Debug|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Debug|x86.ActiveCfg = Debug|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Debug|x86.Build.0 = Debug|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Release|Any CPU.Build.0 = Release|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Release|x64.ActiveCfg = Release|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Release|x64.Build.0 = Release|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Release|x86.ActiveCfg = Release|Any CPU - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A}.Release|x86.Build.0 = Release|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Debug|Any CPU.Build.0 = Debug|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Debug|x64.ActiveCfg = Debug|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Debug|x64.Build.0 = Debug|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Debug|x86.ActiveCfg = Debug|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Debug|x86.Build.0 = Debug|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Release|Any CPU.ActiveCfg = Release|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Release|Any CPU.Build.0 = Release|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Release|x64.ActiveCfg = Release|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Release|x64.Build.0 = Release|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Release|x86.ActiveCfg = Release|Any CPU - {55DC5965-FBA9-44DD-8193-D1A4F69E6466}.Release|x86.Build.0 = Release|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Debug|x64.ActiveCfg = Debug|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Debug|x64.Build.0 = Debug|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Debug|x86.ActiveCfg = Debug|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Debug|x86.Build.0 = Debug|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Release|Any CPU.Build.0 = Release|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Release|x64.ActiveCfg = Release|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Release|x64.Build.0 = Release|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Release|x86.ActiveCfg = Release|Any CPU - {7C4049AB-3332-479D-91A3-72BDB0A07C0B}.Release|x86.Build.0 = Release|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Debug|x64.ActiveCfg = Debug|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Debug|x64.Build.0 = Debug|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Debug|x86.ActiveCfg = Debug|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Debug|x86.Build.0 = Debug|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Release|Any CPU.Build.0 = Release|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Release|x64.ActiveCfg = Release|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Release|x64.Build.0 = Release|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Release|x86.ActiveCfg = Release|Any CPU - {0235FEB6-585F-453F-9411-FCD064E3367B}.Release|x86.Build.0 = Release|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Debug|x64.ActiveCfg = Debug|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Debug|x64.Build.0 = Debug|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Debug|x86.ActiveCfg = Debug|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Debug|x86.Build.0 = Debug|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Release|Any CPU.Build.0 = Release|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Release|x64.ActiveCfg = Release|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Release|x64.Build.0 = Release|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Release|x86.ActiveCfg = Release|Any CPU - {13639117-26F3-4DE1-984C-EBA3F85E026E}.Release|x86.Build.0 = Release|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Debug|Any CPU.Build.0 = Debug|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Debug|x64.ActiveCfg = Debug|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Debug|x64.Build.0 = Debug|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Debug|x86.ActiveCfg = Debug|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Debug|x86.Build.0 = Debug|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Release|Any CPU.ActiveCfg = Release|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Release|Any CPU.Build.0 = Release|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Release|x64.ActiveCfg = Release|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Release|x64.Build.0 = Release|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Release|x86.ActiveCfg = Release|Any CPU - {379D503D-DB7C-414E-B781-7D77B081F258}.Release|x86.Build.0 = Release|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Debug|x64.ActiveCfg = Debug|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Debug|x64.Build.0 = Debug|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Debug|x86.ActiveCfg = Debug|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Debug|x86.Build.0 = Debug|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Release|Any CPU.Build.0 = Release|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Release|x64.ActiveCfg = Release|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Release|x64.Build.0 = Release|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Release|x86.ActiveCfg = Release|Any CPU - {61C9E0CA-B6F6-4F43-907D-D234323A47A9}.Release|x86.Build.0 = Release|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Debug|x64.ActiveCfg = Debug|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Debug|x64.Build.0 = Debug|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Debug|x86.ActiveCfg = Debug|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Debug|x86.Build.0 = Debug|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Release|Any CPU.Build.0 = Release|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Release|x64.ActiveCfg = Release|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Release|x64.Build.0 = Release|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Release|x86.ActiveCfg = Release|Any CPU - {E441012B-309D-4D09-B351-3C45701E4BC9}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {BC8FC859-163F-4604-864A-50714D485941} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {DD2F42AD-9467-4B9D-BB2D-F9DFCA5C54AB} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {4B4D759C-AE1F-4912-AE3E-E4907E327484} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {6697196A-D64F-4BB6-BEBD-AF63F6BE33F0} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {817BC433-6CAB-478E-977A-BC0EB62FDE4B} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {7E08033D-BEF9-44CF-B932-C5B55AD7024A} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {8EC8E06A-7D73-475E-AE75-0D84610249A9} = {485749C8-627A-4EBE-A0F6-2747094D8875} - {B94C782F-DD06-4A0F-A841-0B2A1C09BD9A} = {485749C8-627A-4EBE-A0F6-2747094D8875} - {55DC5965-FBA9-44DD-8193-D1A4F69E6466} = {FAD335A5-BF47-4904-8432-F82895C15AF3} - {7C4049AB-3332-479D-91A3-72BDB0A07C0B} = {FAD335A5-BF47-4904-8432-F82895C15AF3} - {0235FEB6-585F-453F-9411-FCD064E3367B} = {FAD335A5-BF47-4904-8432-F82895C15AF3} - {13639117-26F3-4DE1-984C-EBA3F85E026E} = {FAD335A5-BF47-4904-8432-F82895C15AF3} - {379D503D-DB7C-414E-B781-7D77B081F258} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {61C9E0CA-B6F6-4F43-907D-D234323A47A9} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - {E441012B-309D-4D09-B351-3C45701E4BC9} = {15F44762-B977-4AC9-AE35-E5D1D406D57B} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {4138558A-AD08-411B-9D05-908F10AFCDA2} - EndGlobalSection -EndGlobal diff --git a/src/HotChocolate/Filters/src/Directory.Build.props b/src/HotChocolate/Filters/src/Directory.Build.props deleted file mode 100644 index b8dd752676a..00000000000 --- a/src/HotChocolate/Filters/src/Directory.Build.props +++ /dev/null @@ -1,17 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Nullable.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks> - <!--Nullable>enable</Nullable--> - </PropertyGroup> - - <ItemGroup> - <!--PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8"> - <PrivateAssets>all</PrivateAssets> - <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> - </PackageReference--> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayBooleanFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayBooleanFilterOperationDescriptor.cs deleted file mode 100644 index cb7c76cad19..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayBooleanFilterOperationDescriptor.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ArrayBooleanFilterOperationDescriptor - : BooleanFilterOperationDescriptorBase - , IArrayBooleanFilterOperationDescriptor -{ - private readonly ArrayFilterFieldDescriptor _descriptor; - - protected ArrayBooleanFilterOperationDescriptor( - IDescriptorContext context, - ArrayFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context, name, type, operation) - { - _descriptor = descriptor - ?? throw new ArgumentNullException(nameof(descriptor)); - } - - public IArrayFilterFieldDescriptor And() - { - return _descriptor; - } - - /// <inheritdoc/> - public new IArrayBooleanFilterOperationDescriptor Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IArrayBooleanFilterOperationDescriptor Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IArrayBooleanFilterOperationDescriptor Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IArrayBooleanFilterOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IArrayBooleanFilterOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new boolean filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static ArrayBooleanFilterOperationDescriptor New( - IDescriptorContext context, - ArrayFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) => - new(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterFieldDescriptor.cs deleted file mode 100644 index 869e0525c3d..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterFieldDescriptor.cs +++ /dev/null @@ -1,141 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ArrayFilterFieldDescriptor - : FilterFieldDescriptorBase - , IArrayFilterFieldDescriptor -{ - private readonly Type _type; - - public ArrayFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property, - Type type) - : base(context, property) - { - _type = type; - AllowedOperations = new HashSet<FilterOperationKind> - { - FilterOperationKind.ArraySome, - FilterOperationKind.ArrayNone, - FilterOperationKind.ArrayAll, - FilterOperationKind.ArrayAny - }; - } - - protected override ISet<FilterOperationKind> AllowedOperations { get; } - - /// <inheritdoc/> - public new IArrayFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior) - { - base.BindFilters(bindingBehavior); - return this; - } - - /// <inheritdoc/> - public IArrayFilterFieldDescriptor BindExplicitly() => - BindFilters(BindingBehavior.Explicit); - - /// <inheritdoc/> - public IArrayFilterFieldDescriptor BindImplicitly() => - BindFilters(BindingBehavior.Implicit); - - public IArrayFilterOperationDescriptor AllowSome() - { - var field = - GetOrCreateOperation(FilterOperationKind.ArraySome); - Filters.Add(field); - return field; - } - - public IArrayFilterOperationDescriptor AllowNone() - { - var field = - GetOrCreateOperation(FilterOperationKind.ArrayNone); - Filters.Add(field); - return field; - } - - public IArrayFilterOperationDescriptor AllowAll() - { - var field = - GetOrCreateOperation(FilterOperationKind.ArrayAll); - Filters.Add(field); - return field; - } - - public IArrayBooleanFilterOperationDescriptor AllowAny() - { - var field = - GetOrCreateBooleanOperation(FilterOperationKind.ArrayAny); - Filters.Add(field); - return field; - } - - protected override FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind) - { - return FilterOperationKind.ArrayAny == operationKind - ? CreateBooleanOperation(operationKind).CreateDefinition() - : CreateOperation(operationKind).CreateDefinition(); - } - - protected FilterOperation GetFilterOperation(FilterOperationKind operationKind) - => new(_type, operationKind, Definition.Property!); - - protected ExtendedTypeReference GetTypeReference() => - Context.TypeInspector.GetTypeRef( - typeof(FilterInputType<>).MakeGenericType(_type), - Definition.Type!.Context); - - private ArrayFilterOperationDescriptor GetOrCreateOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateOperation(operationKind)); - } - - private ArrayBooleanFilterOperationDescriptor GetOrCreateBooleanOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateBooleanOperation(operationKind)); - } - - private ArrayFilterOperationDescriptor CreateOperation( - FilterOperationKind operationKind) - { - var operation = GetFilterOperation(operationKind); - var typeReference = GetTypeReference(); - return ArrayFilterOperationDescriptor.New( - Context, - this, - CreateFieldName(operationKind), - typeReference, - operation); - } - - private ArrayBooleanFilterOperationDescriptor CreateBooleanOperation( - FilterOperationKind operationKind) - { - var operation = GetFilterOperation(operationKind); - - var typeReference = RewriteTypeToNullableType( - Context.TypeInspector.GetTypeRef(typeof(bool)), - Context.TypeInspector); - - return ArrayBooleanFilterOperationDescriptor.New( - Context, - this, - CreateFieldName(operationKind), - typeReference, - operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterFieldDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterFieldDescriptor~1.cs deleted file mode 100644 index 65b1d72bea9..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterFieldDescriptor~1.cs +++ /dev/null @@ -1,141 +0,0 @@ -using System; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ArrayFilterFieldDescriptor<TArray> - : ArrayFilterFieldDescriptor - , IArrayFilterFieldDescriptor<TArray> -{ - public ArrayFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property) - : base(context, property, typeof(TArray)) - { - } - - - /// <inheritdoc/> - public new IArrayFilterFieldDescriptor<TArray> BindFilters( - BindingBehavior bindingBehavior) - { - base.BindFilters(bindingBehavior); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterFieldDescriptor<TArray> BindExplicitly() => - BindFilters(BindingBehavior.Explicit); - - /// <inheritdoc/> - public new IArrayFilterFieldDescriptor<TArray> BindImplicitly() => - BindFilters(BindingBehavior.Implicit); - - - public IArrayFilterOperationDescriptor<TArray> AllowSome( - Action<IFilterInputTypeDescriptor<TArray>> descriptor) - { - var type = new FilterInputType<TArray>(descriptor); - var typeReference = new SchemaTypeReference(type); - var field = - GetOrCreateOperation(FilterOperationKind.ArraySome); - field.Type(typeReference); - Filters.Add(field); - return field; - } - - public IArrayFilterOperationDescriptor<TArray> AllowSome<TFilter>() - where TFilter : FilterInputType<TArray> - { - var field = - GetOrCreateOperation(FilterOperationKind.ArraySome); - field.Type<TFilter>(); - Filters.Add(field); - - return field; - } - - public new IArrayFilterOperationDescriptor<TArray> AllowSome() - { - return AllowSome<FilterInputType<TArray>>(); - } - - public IArrayFilterOperationDescriptor<TArray> AllowNone( - Action<IFilterInputTypeDescriptor<TArray>> descriptor) - { - var type = new FilterInputType<TArray>(descriptor); - var typeReference = new SchemaTypeReference(type); - var field = - GetOrCreateOperation(FilterOperationKind.ArrayNone); - field.Type(typeReference); - Filters.Add(field); - return field; - } - - public IArrayFilterOperationDescriptor<TArray> AllowNone<TFilter>() - where TFilter : FilterInputType<TArray> - { - var field = - GetOrCreateOperation(FilterOperationKind.ArrayNone); - field.Type<TFilter>(); - Filters.Add(field); - - return field; - } - - public new IArrayFilterOperationDescriptor<TArray> AllowNone() - { - return AllowNone<FilterInputType<TArray>>(); - } - - public IArrayFilterOperationDescriptor<TArray> AllowAll( - Action<IFilterInputTypeDescriptor<TArray>> descriptor) - { - var type = new FilterInputType<TArray>(descriptor); - var typeReference = new SchemaTypeReference(type); - var field = - GetOrCreateOperation(FilterOperationKind.ArrayAll); - field.Type(typeReference); - Filters.Add(field); - return field; - } - - public IArrayFilterOperationDescriptor<TArray> AllowAll<TFilter>() - where TFilter : FilterInputType<TArray> - { - var field = - GetOrCreateOperation(FilterOperationKind.ArrayAll); - field.Type<TFilter>(); - Filters.Add(field); - - return field; - } - - public new IArrayFilterOperationDescriptor<TArray> AllowAll() - { - return AllowAll<FilterInputType<TArray>>(); - } - - private ArrayFilterOperationDescriptor<TArray> GetOrCreateOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateOperation(operationKind)); - } - - private ArrayFilterOperationDescriptor<TArray> CreateOperation( - FilterOperationKind operationKind) - { - var operation = GetFilterOperation(operationKind); - var typeReference = GetTypeReference(); - return ArrayFilterOperationDescriptor<TArray>.New( - Context, - this, - CreateFieldName(operationKind), - typeReference, - operation); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterOperationDescriptor.cs deleted file mode 100644 index c6243d0c767..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterOperationDescriptor.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ArrayFilterOperationDescriptor - : FilterOperationDescriptorBase - , IArrayFilterOperationDescriptor -{ - private readonly ArrayFilterFieldDescriptor _descriptor; - - protected ArrayFilterOperationDescriptor( - IDescriptorContext context, - ArrayFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context) - { - Definition.Name = name; - Definition.Type = type ?? throw new ArgumentNullException(nameof(type)); - Definition.Operation = operation ?? throw new ArgumentNullException(nameof(operation)); - _descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor)); - } - - /// <inheritdoc/> - public IArrayFilterFieldDescriptor And() => _descriptor; - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new string filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static ArrayFilterOperationDescriptor New( - IDescriptorContext context, - ArrayFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) => - new(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterOperationDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterOperationDescriptor~1.cs deleted file mode 100644 index 94b0e3759c9..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/ArrayFilterOperationDescriptor~1.cs +++ /dev/null @@ -1,96 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ArrayFilterOperationDescriptor<TArray> - : ArrayFilterOperationDescriptor - , IArrayFilterOperationDescriptor<TArray> -{ - private readonly ArrayFilterFieldDescriptor<TArray> _descriptor; - - protected ArrayFilterOperationDescriptor( - IDescriptorContext context, - ArrayFilterFieldDescriptor<TArray> descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context, descriptor, name, type, operation) - { - _descriptor = descriptor - ?? throw new ArgumentNullException(nameof(descriptor)); - } - - /// <inheritdoc/> - public new IArrayFilterFieldDescriptor<TArray> And() => _descriptor; - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor<TArray> Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor<TArray> Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor<TArray> Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor<TArray> Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IArrayFilterOperationDescriptor<TArray> Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new string filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static ArrayFilterOperationDescriptor<TArray> New( - IDescriptorContext context, - ArrayFilterFieldDescriptor<TArray> descriptor, - string name, - TypeReference type, - FilterOperation operation) => - new(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayBooleanFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayBooleanFilterOperationDescriptor.cs deleted file mode 100644 index 8585a0aa502..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayBooleanFilterOperationDescriptor.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IArrayBooleanFilterOperationDescriptor - : IBooleanFilterOperationDescriptorBase -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IArrayFilterFieldDescriptor And(); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterFieldDescriptor.cs deleted file mode 100644 index 045607f22d6..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterFieldDescriptor.cs +++ /dev/null @@ -1,56 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IArrayFilterFieldDescriptor - : IFluent -{ - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="behavior"> - /// The binding behavior. - /// - /// Implicit: - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// - /// Explicit: - /// All filter operations have to be specified explicitly. - /// </param> - IArrayFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filter operations have to be specified explicitly. - /// </summary> - IArrayFilterFieldDescriptor BindExplicitly(); - - /// <summary> - /// The string filter field descriptor will add - /// all available string filter operations. - /// </summary> - IArrayFilterFieldDescriptor BindImplicitly(); - - /// <summary> - /// Allow array filter operations. Some returns true wehn one item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor AllowSome(); - /// <summary> - /// Allow array filter operations. None returns true when no item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor AllowNone(); - /// <summary> - /// Allow array filter operations. All returns true when all item match the filter - /// </summary> - IArrayFilterOperationDescriptor AllowAll(); - /// <summary> - /// Allow array filter operations. Check if there are items or there are none - /// </summary> - IArrayBooleanFilterOperationDescriptor AllowAny(); - -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterFieldDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterFieldDescriptor~1.cs deleted file mode 100644 index 8d2530894f2..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterFieldDescriptor~1.cs +++ /dev/null @@ -1,92 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IArrayFilterFieldDescriptor<TArray> - : IFluent -{ - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="behavior"> - /// The binding behavior. - /// - /// Implicit: - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// - /// Explicit: - /// All filter operations have to be specified explicitly. - /// </param> - IArrayFilterFieldDescriptor<TArray> BindFilters( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filter operations have to be specified explicitly. - /// </summary> - IArrayFilterFieldDescriptor<TArray> BindExplicitly(); - - /// <summary> - /// The array filter field descriptor will add - /// all available array filter operations. - /// </summary> - IArrayFilterFieldDescriptor<TArray> BindImplicitly(); - - /// <summary> - /// Allow array filter operations. Some returns true wehn one item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowSome( - Action<IFilterInputTypeDescriptor<TArray>> descriptor); - - /// <summary> - /// Allow array filter operations. Some returns true wehn one item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowSome<TFilter>() - where TFilter : FilterInputType<TArray>; - - /// <summary> - /// Allow array filter operations. Some returns true wehn one item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowSome(); - /// <summary> - /// Allow array filter operations. None returns true when no item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowNone( - Action<IFilterInputTypeDescriptor<TArray>> descriptor); - - /// <summary> - /// Allow array filter operations. None returns true when no item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowNone<TFilter>() - where TFilter : FilterInputType<TArray>; - - /// <summary> - /// Allow array filter operations. None returns true when no item matchs the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowNone(); - /// <summary> - /// Allow array filter operations. All returns true when all item match the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowAll( - Action<IFilterInputTypeDescriptor<TArray>> descriptor); - - /// <summary> - /// Allow array filter operations. All returns true when all item match the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowAll<TFilter>() - where TFilter : FilterInputType<TArray>; - - /// <summary> - /// Allow array filter operations. All returns true when all item match the filter - /// </summary> - IArrayFilterOperationDescriptor<TArray> AllowAll(); - - /// <summary> - /// Allow array filter operations. Check if there are items or there are none - /// </summary> - IArrayBooleanFilterOperationDescriptor AllowAny(); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterOperationDescriptor.cs deleted file mode 100644 index 18db0b4b6e2..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterOperationDescriptor.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IArrayFilterOperationDescriptor - : IDescriptor<FilterOperationDefinition> - , IFluent -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IArrayFilterFieldDescriptor And(); - - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - IArrayFilterOperationDescriptor Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - IArrayFilterOperationDescriptor Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IArrayFilterOperationDescriptor Directive<T>(T directiveInstance) where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IArrayFilterOperationDescriptor Directive<T>() where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - IArrayFilterOperationDescriptor Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterOperationDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterOperationDescriptor~1.cs deleted file mode 100644 index e3e3c1ab2b5..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/IArrayFilterOperationDescriptor~1.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IArrayFilterOperationDescriptor<TArray> - : IDescriptor<FilterOperationDefinition> - , IFluent -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IArrayFilterFieldDescriptor<TArray> And(); - - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - IArrayFilterOperationDescriptor<TArray> Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - IArrayFilterOperationDescriptor<TArray> Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IArrayFilterOperationDescriptor<TArray> Directive<T>(T directiveInstance) where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IArrayFilterOperationDescriptor<TArray> Directive<T>() where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - IArrayFilterOperationDescriptor<TArray> Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/ISingleFilter.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/ISingleFilter.cs deleted file mode 100644 index ebe33b06c5b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/ISingleFilter.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISingleFilter -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Array/ISingleFilter~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Array/ISingleFilter~1.cs deleted file mode 100644 index 0ac53178e19..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Array/ISingleFilter~1.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISingleFilter<out T> : ISingleFilter -{ - T Element { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterFieldDescriptor.cs deleted file mode 100644 index 17bd69e3bd9..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterFieldDescriptor.cs +++ /dev/null @@ -1,96 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class BooleanFilterFieldDescriptor - : FilterFieldDescriptorBase - , IBooleanFilterFieldDescriptor -{ - public BooleanFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property) - : base(context, property) - { - AllowedOperations = new HashSet<FilterOperationKind> - { - FilterOperationKind.Equals, - FilterOperationKind.NotEquals, - }; - } - - protected override ISet<FilterOperationKind> AllowedOperations { get; } - - /// <inheritdoc/> - public new IBooleanFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior) - { - base.BindFilters(bindingBehavior); - return this; - } - - /// <inheritdoc/> - public IBooleanFilterFieldDescriptor BindFiltersExplicitly() => - BindFilters(BindingBehavior.Explicit); - - /// <inheritdoc/> - public IBooleanFilterFieldDescriptor BindFiltersImplicitly() => - BindFilters(BindingBehavior.Implicit); - - /// <inheritdoc/> - public IBooleanFilterOperationDescriptor AllowEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.Equals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IBooleanFilterOperationDescriptor AllowNotEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotEquals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IBooleanFilterFieldDescriptor Ignore(bool ignore = true) - { - Definition.Ignore = ignore; - return this; - } - - protected override FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind) => - CreateOperation(operationKind).CreateDefinition(); - - - private BooleanFilterOperationDescriptor GetOrCreateOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateOperation(operationKind)); - } - - private BooleanFilterOperationDescriptor CreateOperation( - FilterOperationKind operationKind) - { - var operation = new FilterOperation( - typeof(bool), - operationKind, - Definition.Property!); - - return BooleanFilterOperationDescriptor.New( - Context, - this, - CreateFieldName(operationKind), - RewriteType(operationKind), - operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterOperationDescriptor.cs deleted file mode 100644 index 0c92ca9062e..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterOperationDescriptor.cs +++ /dev/null @@ -1,96 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class BooleanFilterOperationDescriptor - : BooleanFilterOperationDescriptorBase - , IBooleanFilterOperationDescriptor -{ - private readonly BooleanFilterFieldDescriptor _descriptor; - - protected BooleanFilterOperationDescriptor( - IDescriptorContext context, - BooleanFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context, name, type, operation) - { - _descriptor = descriptor - ?? throw new ArgumentNullException(nameof(descriptor)); - } - - /// <inheritdoc/> - public IBooleanFilterFieldDescriptor And() => _descriptor; - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptor Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptor Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptor Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new boolean filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static BooleanFilterOperationDescriptor New( - IDescriptorContext context, - BooleanFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - => new(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterOperationDescriptorBase.cs b/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterOperationDescriptorBase.cs deleted file mode 100644 index 3e478095996..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Boolean/BooleanFilterOperationDescriptorBase.cs +++ /dev/null @@ -1,64 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class BooleanFilterOperationDescriptorBase - : FilterOperationDescriptorBase - , IBooleanFilterOperationDescriptorBase -{ - protected BooleanFilterOperationDescriptorBase( - IDescriptorContext context, - string name, - TypeReference type, - FilterOperation operation) - : base(context) - { - Definition.Name = name; - Definition.Type = type ?? throw new ArgumentNullException(nameof(type)); - Definition.Operation = operation ?? throw new ArgumentNullException(nameof(operation)); - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptorBase Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptorBase Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptorBase Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptorBase Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IBooleanFilterOperationDescriptorBase Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterFieldsDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterFieldsDescriptor.cs deleted file mode 100644 index b7dfd255b93..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterFieldsDescriptor.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IBooleanFilterFieldDescriptor - : IFluent -{ - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="behavior"> - /// The binding behavior. - /// - /// Implicit: - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// - /// Explicit: - /// All filter operations have to be specified explicitly. - /// </param> - IBooleanFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filter operations have to be specified explicitly. - /// </summary> - IBooleanFilterFieldDescriptor BindFiltersExplicitly(); - - /// <summary> - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// </summary> - IBooleanFilterFieldDescriptor BindFiltersImplicitly(); - - /// <summary> - /// Allow equals filter operations. - /// </summary> - IBooleanFilterOperationDescriptor AllowEquals(); - - /// <summary> - /// Allow not equals filter operations. - /// </summary> - IBooleanFilterOperationDescriptor AllowNotEquals(); - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="ignore">If set to true the field is ignored</param> - IBooleanFilterFieldDescriptor Ignore(bool ignore = true); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterOperationDescriptor.cs deleted file mode 100644 index 3864d74ec8f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterOperationDescriptor.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IBooleanFilterOperationDescriptor : IBooleanFilterOperationDescriptorBase -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IBooleanFilterFieldDescriptor And(); - - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - new IBooleanFilterOperationDescriptor Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - new IBooleanFilterOperationDescriptor Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - new IBooleanFilterOperationDescriptor Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - new IBooleanFilterOperationDescriptor Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - new IBooleanFilterOperationDescriptor Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterOperationDescriptorBase.cs b/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterOperationDescriptorBase.cs deleted file mode 100644 index beb408af3d7..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Boolean/IBooleanFilterOperationDescriptorBase.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IBooleanFilterOperationDescriptorBase - : IDescriptor<FilterOperationDefinition> - , IFluent -{ - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - IBooleanFilterOperationDescriptorBase Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - IBooleanFilterOperationDescriptorBase Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IBooleanFilterOperationDescriptorBase Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IBooleanFilterOperationDescriptorBase Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - IBooleanFilterOperationDescriptorBase Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Comparable/ComparableFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Comparable/ComparableFilterFieldDescriptor.cs deleted file mode 100644 index 01761d02664..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Comparable/ComparableFilterFieldDescriptor.cs +++ /dev/null @@ -1,246 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; -using HotChocolate.Types.Helpers; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ComparableFilterFieldDescriptor - : FilterFieldDescriptorBase - , IComparableFilterFieldDescriptor -{ - public ComparableFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property) - : base(context, property) - { - AllowedOperations = new HashSet<FilterOperationKind> - { - FilterOperationKind.Equals, - FilterOperationKind.NotEquals, - - FilterOperationKind.In, - FilterOperationKind.NotIn, - - FilterOperationKind.GreaterThan, - FilterOperationKind.NotGreaterThan, - - FilterOperationKind.GreaterThanOrEquals, - FilterOperationKind.NotGreaterThanOrEquals, - - FilterOperationKind.LowerThan, - FilterOperationKind.NotLowerThan, - - FilterOperationKind.LowerThanOrEquals, - FilterOperationKind.NotLowerThanOrEquals - }; - } - - protected override ISet<FilterOperationKind> AllowedOperations { get; } - - /// <inheritdoc/> - public new IComparableFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior) - { - base.BindFilters(bindingBehavior); - return this; - } - - /// <inheritdoc/> - public IComparableFilterFieldDescriptor BindFiltersExplicitly() => - BindFilters(BindingBehavior.Explicit); - - /// <inheritdoc/> - public IComparableFilterFieldDescriptor BindFiltersImplicitly() => - BindFilters(BindingBehavior.Implicit); - - /// <inheritdoc/> - public new IComparableFilterFieldDescriptor Type<TLeafType>() - where TLeafType : class, ILeafType - { - base.Type<TLeafType>(); - return this; - } - - /// <inheritdoc/> - public new IComparableFilterFieldDescriptor Type<TLeafType>(TLeafType leafType) - where TLeafType : class, ILeafType - { - base.Type(leafType); - return this; - } - - /// <inheritdoc/> - public IComparableFilterFieldDescriptor Type(NamedTypeNode typeNode) - { - base.Type(typeNode); - return this; - } - - /// <inheritdoc/> - public new IComparableFilterFieldDescriptor Type(Type type) - { - var extractedType = Context.TypeInspector.ExtractNamedType(type); - - if (Context.TypeInspector.IsSchemaType(extractedType) - && !typeof(ILeafType).IsAssignableFrom(extractedType)) - { - // TODO : resource - throw new ArgumentException( - "TypeResources.ObjectFieldDescriptorBase_FieldType"); - } - - Definition.SetMoreSpecificType( - Context.TypeInspector.GetType(extractedType), - TypeContext.Input); - - return this; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.Equals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowNotEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotEquals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowIn() - { - var field = - GetOrCreateOperation(FilterOperationKind.In); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowNotIn() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotIn); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowGreaterThan() - { - var field = - GetOrCreateOperation(FilterOperationKind.GreaterThan); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowNotGreaterThan() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotGreaterThan); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowGreaterThanOrEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.GreaterThanOrEquals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowNotGreaterThanOrEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotGreaterThanOrEquals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowLowerThan() - { - var field = - GetOrCreateOperation(FilterOperationKind.LowerThan); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowNotLowerThan() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotLowerThan); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowLowerThanOrEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.LowerThanOrEquals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterOperationDescriptor AllowNotLowerThanOrEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotLowerThanOrEquals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IComparableFilterFieldDescriptor Ignore(bool ignore = true) - { - Definition.Ignore = ignore; - return this; - } - - protected override FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind) => - CreateOperation(operationKind).CreateDefinition(); - - - private ComparableFilterOperationDescriptor GetOrCreateOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateOperation(operationKind)); - } - - private ComparableFilterOperationDescriptor CreateOperation( - FilterOperationKind operationKind) - { - var operation = new FilterOperation( - typeof(IComparable), - operationKind, - Definition.Property!); - - return ComparableFilterOperationDescriptor.New( - Context, - this, - CreateFieldName(operationKind), - RewriteType(operationKind), - operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Comparable/ComparableFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Comparable/ComparableFilterOperationDescriptor.cs deleted file mode 100644 index 397017fd95a..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Comparable/ComparableFilterOperationDescriptor.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ComparableFilterOperationDescriptor - : FilterOperationDescriptorBase - , IComparableFilterOperationDescriptor -{ - private readonly ComparableFilterFieldDescriptor _descriptor; - - protected ComparableFilterOperationDescriptor( - IDescriptorContext context, - ComparableFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context) - { - Definition.Name = name; - Definition.Type = type ?? throw new ArgumentNullException(nameof(type)); - Definition.Operation = operation ?? throw new ArgumentNullException(nameof(operation)); - _descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor)); - } - - /// <inheritdoc/> - public IComparableFilterFieldDescriptor And() => _descriptor; - - /// <inheritdoc/> - public new IComparableFilterOperationDescriptor Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IComparableFilterOperationDescriptor Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IComparableFilterOperationDescriptor Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IComparableFilterOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IComparableFilterOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new comparable filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static ComparableFilterOperationDescriptor New( - IDescriptorContext context, - ComparableFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) => - new ComparableFilterOperationDescriptor(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Comparable/IComparableFilterFieldsDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Comparable/IComparableFilterFieldsDescriptor.cs deleted file mode 100644 index 6d5372b7072..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Comparable/IComparableFilterFieldsDescriptor.cs +++ /dev/null @@ -1,132 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IComparableFilterFieldDescriptor - : IFluent -{ - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="behavior"> - /// The binding behavior. - /// - /// Implicit: - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// - /// Explicit: - /// All filter operations have to be specified explicitly. - /// </param> - IComparableFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filter operations have to be specified explicitly. - /// </summary> - IComparableFilterFieldDescriptor BindFiltersExplicitly(); - - /// <summary> - /// The comparable filter field descriptor will add - /// all available comparable filter operations. - /// </summary> - IComparableFilterFieldDescriptor BindFiltersImplicitly(); - - /// <summary> - /// Specifies the GraphQL leaf type for this filter field. - /// </summary> - /// <typeparam name="TInputType">The GraphQL leaf type.</typeparam> - IComparableFilterFieldDescriptor Type<TLeafType>() - where TLeafType : class, ILeafType; - - /// <summary> - /// Specifies the GraphQL leaf type for this filter field. - /// </summary> - /// <param name="inputType">The GraphQL leaf type instance.</param> - /// <typeparam name="TInputType">The GraphQL leaf type.</typeparam> - IComparableFilterFieldDescriptor Type<TLeafType>(TLeafType inputType) - where TLeafType : class, ILeafType; - - /// <summary> - /// Specifies the GraphQL leaf type for this filter field. - /// </summary> - /// <param name="type">The GraphQL leaf type.</param> - IComparableFilterFieldDescriptor Type(Type type); - - /// <summary> - /// Specifies the GraphQL leaf type for this filter field. - /// </summary> - /// <param name="typeNode">The GraphQL leaf type reference.</param> - IComparableFilterFieldDescriptor Type(NamedTypeNode typeNode); - - /// <summary> - /// Allow equals filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowEquals(); - - /// <summary> - /// Allow not equals filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowNotEquals(); - - /// <summary> - /// Allow in filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowIn(); - - /// <summary> - /// Allow not in filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowNotIn(); - - /// <summary> - /// Allow greater than filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowGreaterThan(); - - /// <summary> - /// Allow not greater than filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowNotGreaterThan(); - - /// <summary> - /// Allow greater than or equals filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowGreaterThanOrEquals(); - - /// <summary> - /// Allow not greater than or equals filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowNotGreaterThanOrEquals(); - - /// <summary> - /// Allow lower than filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowLowerThan(); - - /// <summary> - /// Allow not lower than filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowNotLowerThan(); - - /// <summary> - /// Allow lower than or equals filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowLowerThanOrEquals(); - - /// <summary> - /// Allow not lower than or equals filter operations. - /// </summary> - IComparableFilterOperationDescriptor AllowNotLowerThanOrEquals(); - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="ignore">If set to true the field is ignored</param> - IComparableFilterFieldDescriptor Ignore(bool ignore = true); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Comparable/IComparableFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Comparable/IComparableFilterOperationDescriptor.cs deleted file mode 100644 index 8906061f3e1..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Comparable/IComparableFilterOperationDescriptor.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IComparableFilterOperationDescriptor - : IDescriptor<FilterOperationDefinition> - , IFluent -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IComparableFilterFieldDescriptor And(); - - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - IComparableFilterOperationDescriptor Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - IComparableFilterOperationDescriptor Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IComparableFilterOperationDescriptor Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IComparableFilterOperationDescriptor Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - IComparableFilterOperationDescriptor Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionBase.cs b/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionBase.cs deleted file mode 100644 index 90b4f00a97d..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionBase.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public abstract class FilterNamingConventionBase : IFilterNamingConvention -{ - public abstract string ArgumentName { get; } - - public virtual string ArrayFilterPropertyName => "element"; - - public abstract string CreateFieldName(FilterFieldDefintion definition, FilterOperationKind kind); - - public virtual string GetFilterTypeName(IDescriptorContext context, Type entityType) - => context.Naming.GetTypeName(entityType, TypeKind.Object) + "Filter"; - - public static IFilterNamingConvention Default { get; } = - new FilterNamingConventionSnakeCase(); - - public string? Scope { get; } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionPascalCase.cs b/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionPascalCase.cs deleted file mode 100644 index 6b40f0324e0..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionPascalCase.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterNamingConventionPascalCase : FilterNamingConventionBase -{ - public override string ArgumentName => "Where"; - - public override string CreateFieldName( - FilterFieldDefintion definition, - FilterOperationKind kind) - => kind switch - { - FilterOperationKind.Equals => GetNameForDefinition(definition), - FilterOperationKind.NotEquals => GetNameForDefinition(definition) + "_Not", - FilterOperationKind.Contains => GetNameForDefinition(definition) + "_Contains", - FilterOperationKind.NotContains => GetNameForDefinition(definition) + "_Not_Contains", - FilterOperationKind.In => GetNameForDefinition(definition) + "_In", - FilterOperationKind.NotIn => GetNameForDefinition(definition) + "_Not_In", - FilterOperationKind.StartsWith => GetNameForDefinition(definition) + "_StartsWith", - FilterOperationKind.NotStartsWith => GetNameForDefinition(definition) + - "_Not_StartsWith", - FilterOperationKind.EndsWith => GetNameForDefinition(definition) + "_EndsWith", - FilterOperationKind.NotEndsWith => GetNameForDefinition(definition) + "_Not_EndsWith", - FilterOperationKind.GreaterThan => GetNameForDefinition(definition) + "_Gt", - FilterOperationKind.NotGreaterThan => GetNameForDefinition(definition) + "_Not_Gt", - FilterOperationKind.GreaterThanOrEquals => GetNameForDefinition(definition) + "_Gte", - FilterOperationKind.NotGreaterThanOrEquals => GetNameForDefinition(definition) + - "_Not_Gte", - FilterOperationKind.LowerThan => GetNameForDefinition(definition) + "_Lt", - FilterOperationKind.NotLowerThan => GetNameForDefinition(definition) + "_Not_Lt", - FilterOperationKind.LowerThanOrEquals => GetNameForDefinition(definition) + "_Lte", - FilterOperationKind.NotLowerThanOrEquals => GetNameForDefinition(definition) + - "_Not_Lte", - FilterOperationKind.Object => GetNameForDefinition(definition), - FilterOperationKind.ArraySome => definition.Name + "_Some", - FilterOperationKind.ArrayNone => definition.Name + "_None", - FilterOperationKind.ArrayAll => definition.Name + "_All", - FilterOperationKind.ArrayAny => definition.Name + "_Any", - _ => throw new NotSupportedException() - }; - - private static string GetNameForDefinition(FilterFieldDefintion definition) => - definition.Name is { Length: > 1 } name - ? name.Substring(0, 1).ToUpperInvariant() + name.Substring(1) - : definition.Name.ToUpperInvariant(); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionSnakeCase.cs b/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionSnakeCase.cs deleted file mode 100644 index 2eb4c220b81..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/FilterNamingConventionSnakeCase.cs +++ /dev/null @@ -1,77 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterNamingConventionSnakeCase : FilterNamingConventionBase -{ - public override string ArgumentName => "where"; - - public override string CreateFieldName( - FilterFieldDefintion definition, - FilterOperationKind kind) - { - switch (kind) - { - case FilterOperationKind.Equals: - return definition.Name; - case FilterOperationKind.NotEquals: - return definition.Name + "_not"; - - case FilterOperationKind.Contains: - return definition.Name + "_contains"; - case FilterOperationKind.NotContains: - return definition.Name + "_not_contains"; - - case FilterOperationKind.In: - return definition.Name + "_in"; - case FilterOperationKind.NotIn: - return definition.Name + "_not_in"; - - case FilterOperationKind.StartsWith: - return definition.Name + "_starts_with"; - case FilterOperationKind.NotStartsWith: - return definition.Name + "_not_starts_with"; - - case FilterOperationKind.EndsWith: - return definition.Name + "_ends_with"; - case FilterOperationKind.NotEndsWith: - return definition.Name + "_not_ends_with"; - - case FilterOperationKind.GreaterThan: - return definition.Name + "_gt"; - case FilterOperationKind.NotGreaterThan: - return definition.Name + "_not_gt"; - - case FilterOperationKind.GreaterThanOrEquals: - return definition.Name + "_gte"; - case FilterOperationKind.NotGreaterThanOrEquals: - return definition.Name + "_not_gte"; - - case FilterOperationKind.LowerThan: - return definition.Name + "_lt"; - case FilterOperationKind.NotLowerThan: - return definition.Name + "_not_lt"; - - case FilterOperationKind.LowerThanOrEquals: - return definition.Name + "_lte"; - case FilterOperationKind.NotLowerThanOrEquals: - return definition.Name + "_not_lte"; - - case FilterOperationKind.Object: - return definition.Name; - - case FilterOperationKind.ArraySome: - return definition.Name + "_some"; - case FilterOperationKind.ArrayNone: - return definition.Name + "_none"; - case FilterOperationKind.ArrayAll: - return definition.Name + "_all"; - case FilterOperationKind.ArrayAny: - return definition.Name + "_any"; - - default: - throw new NotSupportedException(); - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/IFilterNamingConvention.cs b/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/IFilterNamingConvention.cs deleted file mode 100644 index fbd5a4de7db..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Conventions/Naming/IFilterNamingConvention.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IFilterNamingConvention : IConvention -{ - string ArgumentName { get; } - - string ArrayFilterPropertyName { get; } - - string CreateFieldName(FilterFieldDefintion definition, FilterOperationKind kind); - - string GetFilterTypeName(IDescriptorContext context, Type entityType); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ArrayFieldHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ArrayFieldHandler.cs deleted file mode 100644 index 8003c0cb976..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ArrayFieldHandler.cs +++ /dev/null @@ -1,104 +0,0 @@ -using System; -using System.Linq.Expressions; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public class ArrayFieldHandler - : IExpressionFieldHandler -{ - public bool Enter( - FilterOperationField field, - ObjectFieldNode node, - IQueryableFilterVisitorContext context, - out ISyntaxVisitorAction action) - { - if (field.Operation.Kind == FilterOperationKind.ArraySome - || field.Operation.Kind == FilterOperationKind.ArrayNone - || field.Operation.Kind == FilterOperationKind.ArrayAll) - { - var nestedProperty = Expression.Property( - context.GetInstance(), - field.Operation.Property); - - context.PushInstance(nestedProperty); - - var closureType = GetTypeFor(field.Operation); - - context.AddClosure(closureType); - action = SyntaxVisitor.Continue; - return true; - } - action = SyntaxVisitor.SkipAndLeave; - return false; - } - - public void Leave( - FilterOperationField field, - ObjectFieldNode node, - IQueryableFilterVisitorContext context) - { - - if (field.Operation.Kind == FilterOperationKind.ArraySome - || field.Operation.Kind == FilterOperationKind.ArrayNone - || field.Operation.Kind == FilterOperationKind.ArrayAll) - { - var nestedClosure = context.PopClosure(); - var lambda = nestedClosure.CreateLambda(); - var closureType = GetTypeFor(field.Operation); - - Expression expression; - switch (field.Operation.Kind) - { - case FilterOperationKind.ArraySome: - expression = FilterExpressionBuilder.Any( - closureType, - context.GetInstance(), - lambda - ); - break; - - case FilterOperationKind.ArrayNone: - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.Any( - closureType, - context.GetInstance(), - lambda - ) - ); - break; - - case FilterOperationKind.ArrayAll: - expression = FilterExpressionBuilder.All( - closureType, - context.GetInstance(), - lambda - ); - break; - - default: - throw new NotSupportedException(); - } - - if (context.InMemory) - { - expression = FilterExpressionBuilder.NotNullAndAlso( - context.GetInstance(), expression); - } - - context.GetLevel().Enqueue(expression); - context.PopInstance(); - } - } - - private static Type GetTypeFor(FilterOperation operation) - { - if (operation.TryGetSimpleFilterBaseType(out var baseType)) - { - return baseType; - } - return operation.Type; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ExpressionFieldHandlers.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ExpressionFieldHandlers.cs deleted file mode 100644 index 830d5c67549..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ExpressionFieldHandlers.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public static class ExpressionFieldHandlers -{ - public static IReadOnlyList<IExpressionFieldHandler> All { get; } = - new IExpressionFieldHandler[] - { - new ObjectFieldHandler(), - new ArrayFieldHandler(), - }; -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/IExpressionFieldHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/IExpressionFieldHandler.cs deleted file mode 100644 index 39d181af3c0..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/IExpressionFieldHandler.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public interface IExpressionFieldHandler -{ - bool Enter(FilterOperationField field, - ObjectFieldNode node, - IQueryableFilterVisitorContext context, - out ISyntaxVisitorAction action); - - void Leave(FilterOperationField field, - ObjectFieldNode node, - IQueryableFilterVisitorContext context); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ObjectFieldHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ObjectFieldHandler.cs deleted file mode 100644 index ef125bdffa3..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FieldHandlers/ObjectFieldHandler.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System; -using System.Linq.Expressions; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public class ObjectFieldHandler - : IExpressionFieldHandler -{ - public bool Enter( - FilterOperationField field, - ObjectFieldNode node, - IQueryableFilterVisitorContext context, - out ISyntaxVisitorAction action) - { - if (field.Operation.Kind == FilterOperationKind.Object) - { - var nestedProperty = Expression.Property( - context.GetInstance(), - field.Operation.Property); - context.PushInstance(nestedProperty); - action = SyntaxVisitor.Continue; - return true; - } - action = SyntaxVisitor.SkipAndLeave; - return false; - } - - public void Leave( - FilterOperationField field, - ObjectFieldNode node, - IQueryableFilterVisitorContext context) - { - if (field.Operation.Kind == FilterOperationKind.Object) - { - // Deque last expression to prefix with nullcheck - var condition = context.GetLevel().Dequeue(); - var property = context.GetInstance(); - - // wrap last expression only if in memory - if (context.InMemory) - { - condition = FilterExpressionBuilder.NotNullAndAlso( - property, condition); - } - - context.GetLevel().Enqueue(condition); - context.PopInstance(); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FilterExpressionBuilder.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/FilterExpressionBuilder.cs deleted file mode 100644 index b90322d625c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/FilterExpressionBuilder.cs +++ /dev/null @@ -1,200 +0,0 @@ -using System; -using System.Linq; -using System.Linq.Expressions; -using System.Reflection; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public static class FilterExpressionBuilder -{ - private static readonly MethodInfo _startsWith = - typeof(string).GetMethods().Single(m => - m.Name.Equals(nameof(string.StartsWith)) - && m.GetParameters().Length == 1 - && m.GetParameters().Single().ParameterType == typeof(string)); - - private static readonly MethodInfo _endsWith = - typeof(string).GetMethods().Single(m => - m.Name.Equals(nameof(string.EndsWith)) - && m.GetParameters().Length == 1 - && m.GetParameters().Single().ParameterType == typeof(string)); - - private static readonly MethodInfo _contains = - typeof(string).GetMethods().Single(m => - m.Name.Equals(nameof(string.Contains)) - && m.GetParameters().Length == 1 - && m.GetParameters().Single().ParameterType == typeof(string)); - - private static Expression NullableSafeConstantExpression( - object? value, Type type) - { - return Nullable.GetUnderlyingType(type) is null - ? Expression.Constant(value) - : Expression.Convert(Expression.Constant(value), type); - } - - private static readonly MethodInfo _anyMethod = - typeof(Enumerable) - .GetMethods() - .Single(x => x.Name == nameof(Enumerable.Any) && x.GetParameters().Length == 1); - - private static readonly MethodInfo _anyWithParameter = - typeof(Enumerable) - .GetMethods() - .Single(x => x.Name == nameof(Enumerable.Any) && x.GetParameters().Length == 2); - - private static readonly MethodInfo _allMethod = - typeof(Enumerable) - .GetMethods() - .Single(x => x.Name == nameof(Enumerable.All) && x.GetParameters().Length == 2); - - private static readonly ConstantExpression _null = - Expression.Constant(null, typeof(object)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression Not(Expression expression) - => Expression.Not(expression); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression Equals( - Expression property, - object? value) - => Expression.Equal( - property, - NullableSafeConstantExpression(value, property.Type)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression NotEquals( - Expression property, - object? value) - => Expression.NotEqual( - property, - NullableSafeConstantExpression(value, property.Type)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression In( - Expression property, - Type genericType, - object? parsedValue) - => Expression.Call( - typeof(Enumerable), - nameof(Enumerable.Contains), - new[] { genericType }, - Expression.Constant(parsedValue), - property); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression GreaterThan( - Expression property, - object? value) - => Expression.GreaterThan( - property, - NullableSafeConstantExpression(value, property.Type)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression GreaterThanOrEqual( - Expression property, - object? value) - => Expression.GreaterThanOrEqual( - property, - NullableSafeConstantExpression(value, property.Type)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression LowerThan( - Expression property, - object? value) - => Expression.LessThan( - property, - NullableSafeConstantExpression(value, property.Type)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression LowerThanOrEqual( - Expression property, - object? value) - => Expression.LessThanOrEqual( - property, - NullableSafeConstantExpression(value, property.Type)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression StartsWith( - Expression property, - object? value) - => Expression.AndAlso( - Expression.NotEqual(property, Expression.Constant(null)), - Expression.Call(property, _startsWith, Expression.Constant(value))); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression EndsWith( - Expression property, - object? value) - => Expression.AndAlso( - Expression.NotEqual(property, Expression.Constant(null)), - Expression.Call(property, _endsWith, Expression.Constant(value))); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression Contains( - Expression property, - object? value) - => Expression.AndAlso( - Expression.NotEqual(property, Expression.Constant(null)), - Expression.Call(property, _contains, Expression.Constant(value))); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression NotNull(Expression expression) - => Expression.NotEqual(expression, _null); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression NotNullAndAlso(Expression property, Expression condition) - => Expression.AndAlso(NotNull(property), condition); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression Any( - Type type, - Expression property, - Expression body, - params ParameterExpression[] parameterExpression) - { - var lambda = Expression.Lambda(body, parameterExpression); - return Any(type, property, lambda); - } - - [Obsolete("Use HotChocolate.Data.")] - public static Expression Any( - Type type, - Expression property, - LambdaExpression lambda) - => Expression.Call( - _anyWithParameter.MakeGenericMethod(type), - new[] { property, lambda }); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression Any( - Type type, - Expression property) - => Expression.Call( - _anyMethod.MakeGenericMethod(type), - new[] { property }); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression All( - Type type, - Expression property, - LambdaExpression lambda) - => Expression.Call( - _allMethod.MakeGenericMethod(type), - new[] { property, lambda }); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression NotContains( - Expression property, - object? value) - => Expression.OrElse( - Expression.Equal( - property, - Expression.Constant(null)), - Expression.Not(Expression.Call( - property, - _contains, - Expression.Constant(value)))); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Array/ArrayAnyOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Array/ArrayAnyOperationHandler.cs deleted file mode 100644 index d9f3fb868f3..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Array/ArrayAnyOperationHandler.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public class ArrayAnyOperationHandler - : IExpressionOperationHandler -{ - public bool TryHandle( - FilterOperation operation, - IInputType type, - IValueNode value, - IQueryableFilterVisitorContext context, - [NotNullWhen(true)] out Expression? expression) - { - if (operation.Kind == FilterOperationKind.ArrayAny && - type.IsInstanceOfType(value) && - context.InputParser.ParseLiteral(value, type) is bool parsedValue) - { - var property = - Expression.Property(context.GetInstance(), operation.Property); - var propertyType = operation.Type; - - if (operation.TryGetSimpleFilterBaseType(out var baseType)) - { - propertyType = baseType; - } - - if (parsedValue) - { - expression = FilterExpressionBuilder.Any( - propertyType, - property); - } - else - { - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.Any( - propertyType, - property)); - } - if (context.InMemory) - { - expression = - FilterExpressionBuilder.NotNullAndAlso(property, expression); - } - return true; - } - expression = null; - return false; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Boolean/BooleanEqualsOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Boolean/BooleanEqualsOperationHandler.cs deleted file mode 100644 index 2c1caa1e350..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Boolean/BooleanEqualsOperationHandler.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public class BooleanEqualsOperationHandler - : IExpressionOperationHandler -{ - public bool TryHandle( - FilterOperation operation, - IInputType type, - IValueNode value, - IQueryableFilterVisitorContext context, - [NotNullWhen(true)] out Expression? expression) - { - if (operation.Type == typeof(bool) && type.IsInstanceOfType(value)) - { - var property = context.GetInstance(); - - if (!operation.IsSimpleArrayType()) - { - property = Expression.Property(context.GetInstance(), operation.Property); - } - - var parserValue = context.InputParser.ParseLiteral(value, type); - - if (operation.Kind == FilterOperationKind.Equals) - { - expression = FilterExpressionBuilder.Equals( - property, parserValue); - return true; - } - - if (operation.Kind == FilterOperationKind.NotEquals) - { - expression = FilterExpressionBuilder.NotEquals( - property, parserValue); - return true; - } - } - - expression = null; - return false; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableEqualsOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableEqualsOperationHandler.cs deleted file mode 100644 index 966c5dab38a..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableEqualsOperationHandler.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class ComparableEqualsOperationHandler - : ComparableOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - Func<object?> parseValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.Equals: - expression = FilterExpressionBuilder.Equals( - property, parseValue()); - return true; - - case FilterOperationKind.NotEquals: - expression = FilterExpressionBuilder.NotEquals( - property, parseValue()); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableGreaterThanOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableGreaterThanOperationHandler.cs deleted file mode 100644 index 720032ddb4d..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableGreaterThanOperationHandler.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class ComparableGreaterThanOperationHandler - : ComparableOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - Func<object?> parseValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.GreaterThan: - expression = FilterExpressionBuilder.GreaterThan( - property, parseValue()); - return true; - - case FilterOperationKind.NotGreaterThan: - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.GreaterThan( - property, parseValue()) - ); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableGreaterThanOrEqualsOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableGreaterThanOrEqualsOperationHandler.cs deleted file mode 100644 index 406047b180b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableGreaterThanOrEqualsOperationHandler.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class ComparableGreaterThanOrEqualsOperationHandler - : ComparableOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - Func<object?> parseValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.GreaterThanOrEquals: - expression = FilterExpressionBuilder.GreaterThanOrEqual( - property, parseValue()); - return true; - - case FilterOperationKind.NotGreaterThanOrEquals: - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.GreaterThanOrEqual( - property, parseValue())); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableInOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableInOperationHandler.cs deleted file mode 100644 index b612bd87b51..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableInOperationHandler.cs +++ /dev/null @@ -1,72 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class ComparableInOperationHandler - : IExpressionOperationHandler -{ - public bool TryHandle( - FilterOperation operation, - IInputType type, - IValueNode value, - IQueryableFilterVisitorContext context, - [NotNullWhen(true)] out Expression? expression) - { - if (operation.Type == typeof(IComparable) - && type.IsInstanceOfType(value)) - { - var property = context.GetInstance(); - - if (!operation.IsSimpleArrayType()) - { - property = Expression.Property(context.GetInstance(), operation.Property); - } - - if (operation.Kind == FilterOperationKind.In) - { - expression = FilterExpressionBuilder.In( - property, - operation.Property.PropertyType, - ParseValue()); - return true; - } - - if (operation.Kind == FilterOperationKind.NotIn) - { - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.In( - property, - operation.Property.PropertyType, - ParseValue())); - return true; - } - } - - expression = null; - return false; - - object? ParseValue() - { - var parsedValue = context.InputParser.ParseLiteral(value, type); - var elementType = type.ElementType().ToRuntimeType(); - - if (operation.Property.PropertyType != elementType) - { - var listType = typeof(List<>).MakeGenericType( - operation.Property.PropertyType); - - parsedValue = context.TypeConverter.Convert( - typeof(object), - listType, - parsedValue); - } - - return parsedValue; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableLowerThanOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableLowerThanOperationHandler.cs deleted file mode 100644 index f5b8239dd82..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableLowerThanOperationHandler.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class ComparableLowerThanOperationHandler - : ComparableOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - Func<object?> parseValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.LowerThan: - expression = FilterExpressionBuilder.LowerThan( - property, parseValue()); - return true; - - case FilterOperationKind.NotLowerThan: - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.LowerThan( - property, parseValue())); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableLowerThanOrEqualsOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableLowerThanOrEqualsOperationHandler.cs deleted file mode 100644 index 523628d4e62..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableLowerThanOrEqualsOperationHandler.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class ComparableLowerThanOrEqualsOperationHandler - : ComparableOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - Func<object?> parseValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.LowerThanOrEquals: - expression = FilterExpressionBuilder.LowerThanOrEqual( - property, parseValue()); - return true; - - case FilterOperationKind.NotLowerThanOrEquals: - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.LowerThanOrEqual( - property, parseValue())); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableOperationHandlerBase.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableOperationHandlerBase.cs deleted file mode 100644 index 05611015182..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/Comparable/ComparableOperationHandlerBase.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public abstract class ComparableOperationHandlerBase - : IExpressionOperationHandler -{ - public bool TryHandle( - FilterOperation operation, - IInputType type, - IValueNode value, - IQueryableFilterVisitorContext context, - [NotNullWhen(true)] out Expression? expression) - { - if (operation.Type == typeof(IComparable) - && type.IsInstanceOfType(value)) - { - var property = context.GetInstance(); - - if (!operation.IsSimpleArrayType()) - { - property = Expression.Property(context.GetInstance(), operation.Property); - } - - return TryCreateExpression( - operation, - property, - ParseValue, - out expression); - } - - expression = null; - return false; - - object? ParseValue() - { - var parsedValue = context.InputParser.ParseLiteral(value, type); - - if (!operation.Property.PropertyType.IsInstanceOfType(parsedValue)) - { - parsedValue = context.TypeConverter.Convert( - typeof(object), - operation.Property.PropertyType, - parsedValue); - } - - return parsedValue; - } - } - - protected abstract bool TryCreateExpression( - FilterOperation operation, - Expression property, - Func<object?> parseValue, - [NotNullWhen(true)] out Expression? expression); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/ExpressionOperationHandlers.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/ExpressionOperationHandlers.cs deleted file mode 100644 index ca65833291e..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/ExpressionOperationHandlers.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public static class ExpressionOperationHandlers -{ - public static IReadOnlyList<IExpressionOperationHandler> All { get; } = - new IExpressionOperationHandler[] - { - new StringContainsOperationHandler(), - new StringEndsWithOperationHandler(), - new StringEqualsOperationHandler(), - new StringInOperationHandler(), - new StringStartsWithOperationHandler(), - new ComparableEqualsOperationHandler(), - new ComparableGreaterThanOperationHandler(), - new ComparableGreaterThanOrEqualsOperationHandler(), - new ComparableLowerThanOperationHandler(), - new ComparableLowerThanOrEqualsOperationHandler(), - new ComparableInOperationHandler(), - new BooleanEqualsOperationHandler(), - new ArrayAnyOperationHandler(), - }; -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/IExpressionOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/IExpressionOperationHandler.cs deleted file mode 100644 index 630a01b6c83..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/IExpressionOperationHandler.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public interface IExpressionOperationHandler -{ - bool TryHandle( - FilterOperation operation, - IInputType type, - IValueNode value, - IQueryableFilterVisitorContext context, - [NotNullWhen(true)] out Expression? expression); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringContainsOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringContainsOperationHandler.cs deleted file mode 100644 index a98a130b1b6..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringContainsOperationHandler.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class StringContainsOperationHandler - : StringOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - object? parsedValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.Contains: - expression = FilterExpressionBuilder.Contains( - property, parsedValue); - return true; - - case FilterOperationKind.NotContains: - expression = FilterExpressionBuilder.NotContains( - property, parsedValue); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringEndsWithOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringEndsWithOperationHandler.cs deleted file mode 100644 index 990793088c5..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringEndsWithOperationHandler.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class StringEndsWithOperationHandler - : StringOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - object? parsedValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.EndsWith: - expression = FilterExpressionBuilder.EndsWith( - property, parsedValue); - return true; - - case FilterOperationKind.NotEndsWith: - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.EndsWith( - property, parsedValue)); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringEqualsOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringEqualsOperationHandler.cs deleted file mode 100644 index a2c0c108d2f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringEqualsOperationHandler.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class StringEqualsOperationHandler - : StringOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - object? parsedValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.Equals: - expression = FilterExpressionBuilder.Equals( - property, parsedValue); - return true; - - case FilterOperationKind.NotEquals: - expression = FilterExpressionBuilder.NotEquals( - property, parsedValue); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringInOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringInOperationHandler.cs deleted file mode 100644 index 5d7993b9196..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringInOperationHandler.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public class StringInOperationHandler - : IExpressionOperationHandler -{ - public bool TryHandle( - FilterOperation operation, - IInputType type, - IValueNode value, - IQueryableFilterVisitorContext context, - [NotNullWhen(true)] out Expression? expression) - { - if (operation.Type == typeof(string) && type.IsInstanceOfType(value)) - { - var property = context.GetInstance(); - - if (!operation.IsSimpleArrayType()) - { - property = Expression.Property(context.GetInstance(), operation.Property); - } - - var parsedValue = context.InputParser.ParseLiteral(value, type); - - if (operation.Kind == FilterOperationKind.In) - { - expression = FilterExpressionBuilder.In( - property, - operation.Property.PropertyType, - parsedValue); - return true; - } - - if (operation.Kind == FilterOperationKind.NotIn) - { - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.In( - property, - operation.Property.PropertyType, - parsedValue)); - return true; - } - } - - expression = null; - return false; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringOperationHandlerBase.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringOperationHandlerBase.cs deleted file mode 100644 index df091da1edd..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringOperationHandlerBase.cs +++ /dev/null @@ -1,47 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public abstract class StringOperationHandlerBase - : IExpressionOperationHandler -{ - public bool TryHandle( - FilterOperation operation, - IInputType type, - IValueNode value, - IQueryableFilterVisitorContext context, - [NotNullWhen(true)] out Expression? expression) - { - if (operation.Type == typeof(string) && type.IsInstanceOfType(value)) - { - var parsedValue = context.InputParser.ParseLiteral(value, type); - - var property = context.GetInstance(); - - if (!operation.IsSimpleArrayType()) - { - property = Expression.Property( - context.GetInstance(), operation.Property); - } - - return TryCreateExpression( - operation, - property, - parsedValue, - out expression); - } - - expression = null; - return false; - } - - protected abstract bool TryCreateExpression( - FilterOperation operation, - Expression property, - object? parsedValue, - [NotNullWhen(true)] out Expression? expression); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringStartsWithOperationHandler.cs b/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringStartsWithOperationHandler.cs deleted file mode 100644 index 63da1ab35c8..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Expressions/OperationHandlers/String/StringStartsWithOperationHandler.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters.Expressions; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class StringStartsWithOperationHandler - : StringOperationHandlerBase -{ - protected override bool TryCreateExpression( - FilterOperation operation, - Expression property, - object? parsedValue, - [NotNullWhen(true)] out Expression? expression) - { - switch (operation.Kind) - { - case FilterOperationKind.StartsWith: - expression = FilterExpressionBuilder.StartsWith( - property, parsedValue); - return true; - - case FilterOperationKind.NotStartsWith: - expression = FilterExpressionBuilder.Not( - FilterExpressionBuilder.StartsWith( - property, parsedValue) - ); - return true; - - default: - expression = null; - return false; - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterFieldCollectionExtensions.cs b/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterFieldCollectionExtensions.cs deleted file mode 100644 index b2711898995..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterFieldCollectionExtensions.cs +++ /dev/null @@ -1,92 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using HotChocolate.Types.Filters.Properties; - -namespace HotChocolate.Types.Filters.Extensions; - -[Obsolete("Use HotChocolate.Data.")] -public static class FilterFieldCollectionExtensions -{ - [Obsolete("Use HotChocolate.Data.")] - public static T GetOrAddDescriptor<T>( - this IList<FilterFieldDescriptorBase> fields, - PropertyInfo propertyInfo, - Func<T> valueFactory) where T : FilterFieldDescriptorBase - { - if (fields is null) - { - throw new ArgumentNullException(nameof(fields)); - } - if (propertyInfo is null) - { - throw new ArgumentNullException(nameof(propertyInfo)); - } - if (valueFactory is null) - { - throw new ArgumentNullException(nameof(valueFactory)); - } - - var fieldDescriptor = - fields.FirstOrDefault(t => t.Definition.Property?.Equals(propertyInfo) ?? false); - - if (fieldDescriptor is { }) - { - if (fieldDescriptor is T descriptorOfT) - { - return descriptorOfT; - } - fields.Remove(fieldDescriptor); - } - - var newDescriptor = valueFactory.Invoke(); - fields.Add(newDescriptor); - return newDescriptor; - } - - [Obsolete("Use HotChocolate.Data.")] - public static T GetOrAddOperation<T>( - this ICollection<FilterOperationDescriptorBase> fields, - FilterOperationKind operationKind, - Func<T> valueFactory) where T : FilterOperationDescriptorBase - { - if (fields is null) - { - throw new ArgumentNullException(nameof(fields)); - } - if (valueFactory is null) - { - throw new ArgumentNullException(nameof(valueFactory)); - } - - var operationDescriptor = - fields.FirstOrDefault( - t => t.Definition.Operation?.Kind.Equals(operationKind) == true); - - if (operationDescriptor is { }) - { - if (operationDescriptor is T descriptorOfT) - { - return descriptorOfT; - } - else - { - throw new SchemaException( - SchemaErrorBuilder.New() - .SetMessage( - string.Format( - FilterResources.FilterFieldOperationDescriptor_InvalidDescriptorType - , operationDescriptor.GetType().Name - , typeof(T).Name)) - .SetCode(ErrorCodes.Filtering.FilterFieldDescriptorType) - .Build()); - - } - } - - var newDescirptor = valueFactory.Invoke(); - fields.Add(newDescirptor); - return newDescirptor; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterNamingConventionExtensions.cs b/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterNamingConventionExtensions.cs deleted file mode 100644 index 6c10e5966d9..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterNamingConventionExtensions.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public static class FilterNamingConventionExtensions -{ - [Obsolete("Use HotChocolate.Data.")] - public static IFilterNamingConvention GetFilterNamingConvention( - this IDescriptorContext context) - { - return context.GetConventionOrDefault(FilterNamingConventionBase.Default); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterObjectFieldDescriptorExtensions.cs b/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterObjectFieldDescriptorExtensions.cs deleted file mode 100644 index 67128511e3f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Extensions/FilterObjectFieldDescriptorExtensions.cs +++ /dev/null @@ -1,220 +0,0 @@ -using System; -using System.Globalization; -using HotChocolate.Configuration; -using HotChocolate.Internal; -using HotChocolate.Resolvers; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using HotChocolate.Types.Filters; -using HotChocolate.Types.Filters.Properties; - -namespace HotChocolate.Types; - -[Obsolete("Use HotChocolate.Data.")] -public static class FilterObjectFieldDescriptorExtensions -{ - private const string _whereArgumentNamePlaceholder = "placeholder"; - private static readonly Type _middlewareDefinition = - typeof(QueryableFilterMiddleware<>); - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor UseFiltering( - this IObjectFieldDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - return UseFiltering(descriptor, null); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor UseFiltering<T>( - this IObjectFieldDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - var filterType = - typeof(IFilterInputType).IsAssignableFrom(typeof(T)) - ? typeof(T) - : typeof(FilterInputType<>).MakeGenericType(typeof(T)); - - return UseFiltering(descriptor, filterType); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor UseFiltering<T>( - this IObjectFieldDescriptor descriptor, - Action<IFilterInputTypeDescriptor<T>> configure) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - if (configure is null) - { - throw new ArgumentNullException(nameof(configure)); - } - - var filterType = new FilterInputType<T>(configure); - return UseFiltering(descriptor, filterType.GetType(), filterType); - } - - private static IObjectFieldDescriptor UseFiltering( - IObjectFieldDescriptor descriptor, - Type? filterType, - ITypeSystemMember? filterTypeInstance = null) - { - FieldMiddlewareDefinition placeholder = - new(_ => _ => default, key: WellKnownMiddleware.Filtering); - - var argumentPlaceholder = - "_" + Guid.NewGuid().ToString("N", CultureInfo.InvariantCulture); - - descriptor.Extend().Definition.MiddlewareDefinitions.Add(placeholder); - - descriptor - .Extend() - .OnBeforeCreate((c, definition) => - { - var argumentType = filterType; - - if (argumentType is null) - { - if (definition.ResultType is null || - definition.ResultType == typeof(object) || - !c.TypeInspector.TryCreateTypeInfo( - definition.ResultType, out var typeInfo)) - { - throw new ArgumentException( - FilterResources.FilterObjectFieldDescriptor_InvalidType, - nameof(descriptor)); - } - - argumentType = typeof(FilterInputType<>) - .MakeGenericType(typeInfo.NamedType); - } - - TypeReference argumentTypeReference = filterTypeInstance is null - ? c.TypeInspector.GetTypeRef( - argumentType, - TypeContext.Input) - : TypeReference.Create(filterTypeInstance); - - if (argumentType == typeof(object)) - { - throw new SchemaException( - SchemaErrorBuilder.New() - .SetMessage( - FilterResources.FilterObjectFieldDescriptor_InvalidType_Msg) - .SetCode(ErrorCodes.Filtering.FilterObjectType) - .Build()); - } - - var argumentDefinition = new ArgumentDefinition - { - Name = argumentPlaceholder, - Type = c.TypeInspector.GetTypeRef(argumentType, TypeContext.Input) - }; - - argumentDefinition.ConfigureArgumentName(); - definition.Arguments.Add(argumentDefinition); - - var fieldConfig = new CompleteConfiguration<ObjectFieldDefinition>( - (context, d) => - CompileMiddleware( - context, - d, - argumentTypeReference, - placeholder), - definition, - ApplyConfigurationOn.BeforeCompletion, - argumentTypeReference, - TypeDependencyFulfilled.Completed); - - definition.Configurations.Add(fieldConfig); - }); - - return descriptor; - } - - private static void CompileMiddleware( - ITypeCompletionContext context, - ObjectFieldDefinition definition, - TypeReference argumentTypeReference, - FieldMiddlewareDefinition placeholder) - { - var convention = - context.DescriptorContext.GetFilterNamingConvention(); - var type = context.GetType<IFilterInputType>(argumentTypeReference); - var middlewareType = _middlewareDefinition.MakeGenericType(type.EntityType); - var middleware = - FieldClassMiddlewareFactory.Create( - middlewareType, - ( - typeof(FilterMiddlewareContext), - FilterMiddlewareContext.Create(convention.ArgumentName) - )); - var index = definition.MiddlewareDefinitions.IndexOf(placeholder); - definition.MiddlewareDefinitions[index] = - new(middleware, key: WellKnownMiddleware.Filtering); - } - - private static IObjectFieldDescriptor AddFilterArguments( - this IObjectFieldDescriptor descriptor, - Type filterType) - { - return descriptor.Argument(_whereArgumentNamePlaceholder, a => - a.Extend() - .OnBeforeCreate((c, d) => - d.ConfigureArgumentName().Type = - c.TypeInspector.GetTypeRef(filterType, TypeContext.Input))); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor AddFilterArguments<TFilter>( - this IObjectFieldDescriptor descriptor) - where TFilter : class, IInputType, IFilterInputType - { - return descriptor.Argument(_whereArgumentNamePlaceholder, - a => a.Type<TFilter>().Extend().ConfigureArgumentName()); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IInterfaceFieldDescriptor AddFilterArguments<TFilter>( - this IInterfaceFieldDescriptor descriptor) - where TFilter : class, IInputType, IFilterInputType - { - return descriptor.Argument(_whereArgumentNamePlaceholder, - a => a.Type<TFilter>().Extend().ConfigureArgumentName()); - } - - private static IDescriptorExtension<ArgumentDefinition> ConfigureArgumentName( - this IDescriptorExtension<ArgumentDefinition> descriptor) - { - descriptor.OnBeforeCreate(x => x.ConfigureArgumentName()); - return descriptor; - } - - private static ArgumentDefinition ConfigureArgumentName( - this ArgumentDefinition definition) - { - var argumentConfig = new CompleteConfiguration<ArgumentDefinition>( - (context, d) => - { - var convention = - context.DescriptorContext.GetFilterNamingConvention(); - d.Name = convention.ArgumentName; - }, - definition, - ApplyConfigurationOn.BeforeCompletion); - - definition.Configurations.Add(argumentConfig); - return definition; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Extensions/QueryableFilterVisitorContextExtensions.cs b/src/HotChocolate/Filters/src/Types.Filters/Extensions/QueryableFilterVisitorContextExtensions.cs deleted file mode 100644 index e0b0e6813cb..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Extensions/QueryableFilterVisitorContextExtensions.cs +++ /dev/null @@ -1,77 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public static class QueryableFilterVisitorContextExtensions -{ - [Obsolete("Use HotChocolate.Data.")] - public static QueryableClosure AddClosure( - this IQueryableFilterVisitorContext context, - Type type) - => context.AddClosure(type, "_s" + context.Closures.Count, context.InMemory); - - [Obsolete("Use HotChocolate.Data.")] - public static QueryableClosure AddClosure( - this IQueryableFilterVisitorContext context, - Type type, - string parameterName, - bool inMemory) - { - var closure = new QueryableClosure(type, parameterName, inMemory); - context.Closures.Push(closure); - return closure; - } - - [Obsolete("Use HotChocolate.Data.")] - public static QueryableClosure GetClosure( - this IQueryableFilterVisitorContext context) - => context.Closures.Peek(); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression GetInstance( - this IQueryableFilterVisitorContext context) - => context.Closures.Peek().Instance.Peek(); - - [Obsolete("Use HotChocolate.Data.")] - public static Queue<Expression> GetLevel( - this IQueryableFilterVisitorContext context) - => context.Closures.Peek().Level.Peek(); - - [Obsolete("Use HotChocolate.Data.")] - public static void PushInstance( - this IQueryableFilterVisitorContext context, Expression nextExpression) - => context.Closures.Peek().Instance.Push(nextExpression); - - [Obsolete("Use HotChocolate.Data.")] - public static void PushLevel( - this IQueryableFilterVisitorContext context, Queue<Expression> nextLevel) - => context.Closures.Peek().Level.Push(nextLevel); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression PopInstance( - this IQueryableFilterVisitorContext context) - => context.Closures.Peek().Instance.Pop(); - - [Obsolete("Use HotChocolate.Data.")] - public static Queue<Expression> PopLevel( - this IQueryableFilterVisitorContext context) - => context.Closures.Peek().Level.Pop(); - - [Obsolete("Use HotChocolate.Data.")] - public static QueryableClosure PopClosure( - this IQueryableFilterVisitorContext context) - => context.Closures.Pop(); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression<Func<TSource, bool>> CreateFilter<TSource>( - this IQueryableFilterVisitorContext context) - => context.GetClosure().CreateLambda<Func<TSource, bool>>(); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression CreateFilter( - this IQueryableFilterVisitorContext context) - => context.GetClosure().CreateLambda(); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Fields/AndField.cs b/src/HotChocolate/Filters/src/Types.Filters/Fields/AndField.cs deleted file mode 100644 index 451c985ab2d..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Fields/AndField.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using HotChocolate.Configuration; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class AndField - : InputField - , IAndField -{ - private const string _name = "AND"; - - internal AndField(IDescriptorContext context, int index) - : base(CreateDefinition(context), index) - { - } - - private static InputFieldDefinition CreateDefinition( - IDescriptorContext context) => - InputFieldDescriptor - .New(context, _name) - .CreateDefinition(); - - protected override void OnCompleteField( - ITypeCompletionContext context, - ITypeSystemMember declaringMember, - InputFieldDefinition definition) - { - definition.Type = TypeReference.Create( - new ListTypeNode( - new NonNullTypeNode( - new NamedTypeNode(context.Type.Name))), - TypeContext.Input, - context.Type.Scope); - - base.OnCompleteField(context, declaringMember, definition); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Fields/IAndField.cs b/src/HotChocolate/Filters/src/Types.Filters/Fields/IAndField.cs deleted file mode 100644 index f79e57b566a..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Fields/IAndField.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IAndField - : IInputField -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Fields/IFilterOperationField.cs b/src/HotChocolate/Filters/src/Types.Filters/Fields/IFilterOperationField.cs deleted file mode 100644 index 217889fac56..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Fields/IFilterOperationField.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IFilterOperationField - : IInputField -{ - FilterOperation Operation { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Fields/IOrField.cs b/src/HotChocolate/Filters/src/Types.Filters/Fields/IOrField.cs deleted file mode 100644 index 39a1ca500c2..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Fields/IOrField.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IOrField - : IInputField -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Fields/OperationField.cs b/src/HotChocolate/Filters/src/Types.Filters/Fields/OperationField.cs deleted file mode 100644 index 5f0ea1910fb..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Fields/OperationField.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class FilterOperationField - : InputField - , IFilterOperationField -{ - internal FilterOperationField(FilterOperationDefinition definition, int index) - : base(definition, index) - { - Operation = definition.Operation ?? - throw new ArgumentNullException(nameof(definition.Operation)); - } - - public FilterOperation Operation { get; } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Fields/OrField.cs b/src/HotChocolate/Filters/src/Types.Filters/Fields/OrField.cs deleted file mode 100644 index 3b9eff83566..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Fields/OrField.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using HotChocolate.Configuration; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class OrField : InputField, IOrField -{ - private const string _name = "OR"; - - internal OrField(IDescriptorContext context, int index) - : base(CreateDefinition(context), index) - { - } - - private static InputFieldDefinition CreateDefinition( - IDescriptorContext context) => - InputFieldDescriptor - .New(context, _name) - .CreateDefinition(); - - protected override void OnCompleteField( - ITypeCompletionContext context, - ITypeSystemMember declaringMember, - InputFieldDefinition definition) - { - definition.Type = TypeReference.Create( - new ListTypeNode( - new NonNullTypeNode( - new NamedTypeNode(context.Type.Name))), - TypeContext.Input, - context.Type.Scope); - - base.OnCompleteField(context, declaringMember, definition); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterFieldDefintion.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterFieldDefintion.cs deleted file mode 100644 index aa2b5ff1034..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterFieldDefintion.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Filters; - -/// <summary> -/// Represents a field that can be filtered. -/// </summary> -[Obsolete("Use HotChocolate.Data.")] -public class FilterFieldDefintion - : InputFieldDefinition -{ - /// <summary> - /// Gets the filters that can be applied on this field. - /// </summary> - public IBindableList<FilterOperationDefinition> Filters { get; } = - new BindableList<FilterOperationDefinition>(); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterFieldDescriptorBase.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterFieldDescriptorBase.cs deleted file mode 100644 index ebcc0668ab2..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterFieldDescriptorBase.cs +++ /dev/null @@ -1,270 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using HotChocolate.Types.Helpers; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public abstract class FilterFieldDescriptorBase - : DescriptorBase<FilterFieldDefintion> -{ - private readonly IFilterNamingConvention _namingConvention; - - protected FilterFieldDescriptorBase( - IDescriptorContext context, - PropertyInfo property) - : base(context) - { - _namingConvention = context.GetFilterNamingConvention(); - Definition.Property = property - ?? throw new ArgumentNullException(nameof(property)); - Definition.Name = context.Naming.GetMemberName( - property, - MemberKind.InputObjectField); - Definition.Description = context.Naming.GetMemberDescription( - property, - MemberKind.InputObjectField); - Definition.Type = context.TypeInspector.GetReturnTypeRef(property); - Definition.Filters.BindingBehavior = - context.Options.DefaultBindingBehavior; - _namingConvention = context.GetFilterNamingConvention(); - } - - protected internal sealed override FilterFieldDefintion Definition { get; protected set; } = - new FilterFieldDefintion(); - - protected ICollection<FilterOperationDescriptorBase> Filters { get; } = - new List<FilterOperationDescriptorBase>(); - - protected abstract ISet<FilterOperationKind> AllowedOperations { get; } - - protected virtual ISet<FilterOperationKind> ListOperations { get; } = - new HashSet<FilterOperationKind> { FilterOperationKind.In, FilterOperationKind.NotIn }; - - protected override void OnCreateDefinition( - FilterFieldDefintion definition) - { - if (!Definition.AttributesAreApplied && Definition.Property is not null) - { - Context.TypeInspector.ApplyAttributes(Context, this, Definition.Property); - Definition.AttributesAreApplied = true; - } - - var fields = new Dictionary<string, FilterOperationDefinition>(StringComparer.Ordinal); - var handledOperations = new HashSet<FilterOperationKind>(); - - AddExplicitFilters(fields, handledOperations); - OnCompleteFilters(fields, handledOperations); - - Definition.Filters.AddRange(fields.Values); - - base.OnCreateDefinition(definition); - } - - private void AddExplicitFilters( - IDictionary<string, FilterOperationDefinition> fields, - ISet<FilterOperationKind> handledFilterKinds) - { - foreach (var filterDefinition in - Filters.Select(t => t.CreateDefinition()).Where(x => x.Operation is not null)) - { - if (!filterDefinition.Ignore) - { - fields[filterDefinition.Name] = filterDefinition; - } - - handledFilterKinds.Add(filterDefinition.Operation!.Kind); - } - } - - protected virtual void OnCompleteFilters( - IDictionary<string, FilterOperationDefinition> fields, - ISet<FilterOperationKind> handledFilterKinds) - { - if (Definition.Filters.IsImplicitBinding()) - { - foreach (var operationKind in AllowedOperations) - { - AddImplicitOperation( - fields, - handledFilterKinds, - operationKind); - } - } - } - - protected virtual void AddImplicitOperation( - IDictionary<string, FilterOperationDefinition> fields, - ISet<FilterOperationKind> handledFilterKinds, - FilterOperationKind operationKind) - { - if (handledFilterKinds.Add(operationKind)) - { - var definition = - CreateOperationDefinition(operationKind); - if (!fields.ContainsKey(definition.Name)) - { - fields.Add(definition.Name, definition); - } - } - } - - protected FilterFieldDescriptorBase BindFilters( - BindingBehavior bindingBehavior) - { - Definition.Filters.BindingBehavior = bindingBehavior; - return this; - } - - protected void Type<TInputType>() - where TInputType : IInputType - { - Type(typeof(TInputType)); - } - - protected void Type<TInputType>(TInputType inputType) - where TInputType : class, IInputType - { - if (inputType is null) - { - throw new ArgumentNullException(nameof(inputType)); - } - - if (!inputType.IsInputType()) - { - // TODO : resource - throw new ArgumentException( - "TypeResources.ObjectFieldDescriptorBase_FieldType"); - } - - Definition.Type = new SchemaTypeReference(inputType); - } - - protected void Type(Type type) - { - var extractedType = Context.TypeInspector.ExtractNamedType(type); - - if (Context.TypeInspector.IsSchemaType(extractedType) - && !typeof(IInputType).IsAssignableFrom(extractedType)) - { - // TODO : resource - throw new ArgumentException( - "TypeResources.ObjectFieldDescriptorBase_FieldType"); - } - - Definition.SetMoreSpecificType( - Context.TypeInspector.GetType(extractedType), - TypeContext.Input); - } - - protected void Type(ITypeNode typeNode) - { - if (typeNode is null) - { - throw new ArgumentNullException(nameof(typeNode)); - } - - Definition.SetMoreSpecificType(typeNode, TypeContext.Input); - } - - protected TypeReference RewriteTypeListType() - { - var reference = Definition.Type; - - if (reference is ExtendedTypeReference extendedRef) - { - Span<bool?> buffer = stackalloc bool?[32]; - Context.TypeInspector.CollectNullability( - extendedRef.Type, buffer.Slice(1), out var written); - - if (extendedRef.Type.IsSchemaType) - { - var listType = Context.TypeInspector.GetType( - typeof(ListType<>).MakeGenericType(extendedRef.Type.Source), - buffer.Slice(0, written + 1)); - return extendedRef.WithType(listType); - } - - var runtimeListType = Context.TypeInspector.GetType( - typeof(List<>).MakeGenericType(extendedRef.Type.Source), - buffer.Slice(0, written + 1)); - return extendedRef.WithType(runtimeListType); - } - - if (reference is SchemaTypeReference schemaRef) - { - return schemaRef.WithType(new ListType((IType)schemaRef.Type)); - } - - if (reference is SyntaxTypeReference syntaxRef) - { - return syntaxRef.WithType(new ListTypeNode(syntaxRef.Type)); - } - - throw new NotSupportedException(); - } - - protected TypeReference RewriteTypeToNullableType() - { - var reference = Definition.Type; - return RewriteTypeToNullableType(reference!, Context.TypeInspector); - } - - protected static TypeReference RewriteTypeToNullableType( - TypeReference reference, - ITypeInspector typeInspector) - { - if (reference is ExtendedTypeReference extendedTypeRef) - { - return extendedTypeRef.Type.IsNullable - ? extendedTypeRef - : extendedTypeRef.WithType( - typeInspector.ChangeNullability(extendedTypeRef.Type, true)); - } - - if (reference is SchemaTypeReference schemaRef) - { - return schemaRef.Type is NonNullType nnt - ? schemaRef.WithType(nnt.Type) - : schemaRef; - } - - if (reference is SyntaxTypeReference syntaxRef) - { - return syntaxRef.Type is NonNullTypeNode nnt - ? syntaxRef.WithType(nnt.Type) - : syntaxRef; - } - - throw new NotSupportedException(); - } - - protected string CreateFieldName(FilterOperationKind kind) - { - if (typeof(ISingleFilter).IsAssignableFrom(Definition.Property?.DeclaringType)) - { - Definition.Name = _namingConvention.ArrayFilterPropertyName; - } - - return _namingConvention.CreateFieldName(Definition, kind); - } - - protected virtual TypeReference RewriteType( - FilterOperationKind operationKind) - { - if (ListOperations.Contains(operationKind)) - { - return RewriteTypeListType(); - } - - return RewriteTypeToNullableType(); - } - - protected abstract FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterInputType.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterInputType.cs deleted file mode 100644 index 4d256eceed9..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterInputType.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using System.Linq; -using HotChocolate.Configuration; -using HotChocolate.Types.Descriptors.Definitions; -using static HotChocolate.Internal.FieldInitHelper; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterInputType<T> - : InputObjectType - , IFilterInputType -{ - private readonly Action<IFilterInputTypeDescriptor<T>> _configure; - - public FilterInputType() - { - _configure = Configure; - } - - public FilterInputType( - Action<IFilterInputTypeDescriptor<T>> configure) - { - _configure = configure - ?? throw new ArgumentNullException(nameof(configure)); - } - - public Type EntityType { get; private set; } = typeof(object); - - protected override InputObjectTypeDefinition CreateDefinition( - ITypeDiscoveryContext context) - { - var descriptor = FilterInputTypeDescriptor<T>.New( - context.DescriptorContext, - typeof(T)); - _configure(descriptor); - return descriptor.CreateDefinition(); - } - - protected override void OnRegisterDependencies( - ITypeDiscoveryContext context, - InputObjectTypeDefinition definition) - { - base.OnRegisterDependencies(context, definition); - - SetTypeIdentity(typeof(FilterInputType<>)); - } - - protected virtual void Configure( - IFilterInputTypeDescriptor<T> descriptor) - { - } - - protected override void OnCompleteType( - ITypeCompletionContext context, - InputObjectTypeDefinition definition) - { - base.OnCompleteType(context, definition); - - if (definition is FilterInputTypeDefinition ft && - ft.EntityType is { }) - { - EntityType = ft.EntityType; - } - } - - protected override FieldCollection<InputField> OnCompleteFields( - ITypeCompletionContext context, - InputObjectTypeDefinition definition) - { - var index = 0; - var fields = new InputField[definition.Fields.Count + 2]; - - fields[index] = new AndField(context.DescriptorContext, index); - index++; - - fields[index] = new OrField(context.DescriptorContext, index); - index++; - - foreach (var fieldDefinition in - definition.Fields.OfType<FilterOperationDefinition>()) - { - fields[index] = new FilterOperationField(fieldDefinition, index); - index++; - } - - return CompleteFields(context, this, fields); - } - - // we are disabling the default configure method so - // that this does not lead to confusion. - protected sealed override void Configure( - IInputObjectTypeDescriptor descriptor) - { - throw new NotSupportedException(); - } - -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterInputTypeDefinition.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterInputTypeDefinition.cs deleted file mode 100644 index 81f6e5b7823..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterInputTypeDefinition.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterInputTypeDefinition - : InputObjectTypeDefinition -{ - public Type? EntityType { get; set; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterInputTypeDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterInputTypeDescriptor.cs deleted file mode 100644 index 4f8ca4eaa41..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterInputTypeDescriptor.cs +++ /dev/null @@ -1,378 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using System.Linq; -using System.Linq.Expressions; -using System.Reflection; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using HotChocolate.Types.Filters.Extensions; -using HotChocolate.Types.Filters.Properties; -using HotChocolate.Types.Helpers; -using HotChocolate.Utilities; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterInputTypeDescriptor<T> - : DescriptorBase<FilterInputTypeDefinition> - , IFilterInputTypeDescriptor<T> -{ - protected FilterInputTypeDescriptor( - IDescriptorContext context, - Type entityType) - : base(context) - { - var convention = context.GetFilterNamingConvention(); - Definition.EntityType = entityType - ?? throw new ArgumentNullException(nameof(entityType)); - Definition.RuntimeType = typeof(object); - Definition.Name = convention.GetFilterTypeName(context, entityType); - // TODO : should we rework get type description? - Definition.Description = context.Naming.GetTypeDescription( - entityType, - TypeKind.Object); - Definition.Fields.BindingBehavior = - context.Options.DefaultBindingBehavior; - } - - protected internal sealed override FilterInputTypeDefinition Definition - { - get; - protected set; - } = new FilterInputTypeDefinition(); - - protected List<FilterFieldDescriptorBase> Fields { get; } = - new List<FilterFieldDescriptorBase>(); - - public IFilterInputTypeDescriptor<T> Name(string value) - { - Definition.Name = value; - return this; - } - - public IFilterInputTypeDescriptor<T> Description( - string value) - { - Definition.Description = value; - return this; - } - - public IFilterInputTypeDescriptor<T> Directive<TDirective>( - TDirective directiveInstance) - where TDirective : class - { - Definition.AddDirective(directiveInstance, Context.TypeInspector); - return this; - } - - public IFilterInputTypeDescriptor<T> Directive<TDirective>() - where TDirective : class, new() - { - Definition.AddDirective(new TDirective(), Context.TypeInspector); - return this; - } - - public IFilterInputTypeDescriptor<T> Directive( - string name, - params ArgumentNode[] arguments) - { - Definition.AddDirective(name, arguments); - return this; - } - - protected override void OnCreateDefinition( - FilterInputTypeDefinition definition) - { - if (!Definition.AttributesAreApplied && Definition.EntityType is not null) - { - Context.TypeInspector.ApplyAttributes(Context, this, Definition.EntityType); - Definition.AttributesAreApplied = true; - } - - var fields = new Dictionary<string, FilterOperationDefinition>(); - var handledProperties = new HashSet<PropertyInfo>(); - - var explicitFields = Fields.Select(t => t.CreateDefinition()).ToList(); - - FieldDescriptorUtilities.AddExplicitFields( - explicitFields.Where(t => !t.Ignore).SelectMany(t => t.Filters), - f => f.Operation?.Property, - fields, - handledProperties); - - foreach (var field in explicitFields.Where(t => t.Ignore)) - { - handledProperties.Add(field.Property!); - } - - OnCompleteFields(fields, handledProperties); - - Definition.Fields.AddRange(fields.Values); - } - - protected virtual void OnCompleteFields( - IDictionary<string, FilterOperationDefinition> fields, - ISet<PropertyInfo> handledProperties) - { - if (Definition.Fields.IsImplicitBinding() - && Definition.EntityType != typeof(object)) - { - foreach (var member in Context.TypeInspector.GetMembers(Definition.EntityType!)) - { - if (member is PropertyInfo property - && !handledProperties.Contains(property) - && TryCreateImplicitFilter(property, out var definition)) - { - foreach (var filter in definition.Filters) - { - if (!fields.ContainsKey(filter.Name)) - { - fields[filter.Name] = filter; - } - } - } - } - } - } - - private bool TryCreateImplicitFilter( - PropertyInfo property, - [NotNullWhen(true)] out FilterFieldDefintion? definition) - { - var type = property.PropertyType; - - if (type.IsGenericType - && System.Nullable.GetUnderlyingType(type) is { } nullableType) - { - type = nullableType; - } - - if (type == typeof(string)) - { - var field = new StringFilterFieldDescriptor(Context, property); - field.BindFilters(Definition.Fields.BindingBehavior); - definition = field.CreateDefinition(); - return true; - } - - if (type == typeof(bool)) - { - var field = new BooleanFilterFieldDescriptor( - Context, - property); - field.BindFilters(Definition.Fields.BindingBehavior); - definition = field.CreateDefinition(); - return true; - } - - if (IsComparable(property.PropertyType)) - { - var field = new ComparableFilterFieldDescriptor( - Context, - property); - field.BindFilters(Definition.Fields.BindingBehavior); - definition = field.CreateDefinition(); - return true; - } - - if (Context.TypeInspector.TryCreateTypeInfo(type, out var typeInfo) && - typeInfo.GetExtendedType()?.ElementType?.Source is { } elementType) - { - ArrayFilterFieldDescriptor field; - - if (elementType == typeof(string) - || elementType == typeof(bool) - || typeof(IComparable).IsAssignableFrom(elementType)) - { - field = new ArrayFilterFieldDescriptor( - Context, - property, - typeof(ISingleFilter<>).MakeGenericType(elementType)); - } - else - { - field = new ArrayFilterFieldDescriptor(Context, property, elementType); - } - - field.BindFilters(Definition.Fields.BindingBehavior); - definition = field.CreateDefinition(); - return true; - } - - if (type.IsClass) - { - var field = new ObjectFilterFieldDescriptor( - Context, - property, - property.PropertyType); - field.BindFilters(Definition.Fields.BindingBehavior); - definition = field.CreateDefinition(); - return true; - } - - definition = null; - return false; - } - - private bool IsComparable(Type type) - { - if (typeof(IComparable).IsAssignableFrom(type)) - { - return true; - } - - if (type.IsValueType - && type.IsGenericType - && type.GetGenericTypeDefinition() == typeof(Nullable<>)) - { - return typeof(IComparable).IsAssignableFrom( - System.Nullable.GetUnderlyingType(type)); - } - - return false; - } - - public IFilterInputTypeDescriptor<T> BindFields( - BindingBehavior bindingBehavior) - { - Definition.Fields.BindingBehavior = bindingBehavior; - return this; - } - - public IFilterInputTypeDescriptor<T> BindFieldsExplicitly() => - BindFields(BindingBehavior.Explicit); - - public IFilterInputTypeDescriptor<T> BindFieldsImplicitly() => - BindFields(BindingBehavior.Implicit); - - public IStringFilterFieldDescriptor Filter( - Expression<Func<T, string>> property) - { - if (property.ExtractMember() is PropertyInfo p) - { - return Fields.GetOrAddDescriptor( - p, - () => new StringFilterFieldDescriptor(Context, p)); - } - - throw new ArgumentException( - FilterResources.FilterInputTypeDescriptor_OnlyProperties, - nameof(property)); - } - - public IBooleanFilterFieldDescriptor Filter( - Expression<Func<T, bool>> property) - { - if (property.ExtractMember() is PropertyInfo p) - { - return Fields.GetOrAddDescriptor( - p, - () => new BooleanFilterFieldDescriptor(Context, p)); - } - - throw new ArgumentException( - FilterResources.FilterInputTypeDescriptor_OnlyProperties, - nameof(property)); - } - - public IComparableFilterFieldDescriptor Filter( - Expression<Func<T, IComparable>> property) - { - if (property.ExtractMember() is PropertyInfo p) - { - return Fields.GetOrAddDescriptor( - p, - () => new ComparableFilterFieldDescriptor(Context, p)); - } - - throw new ArgumentException( - FilterResources.FilterInputTypeDescriptor_OnlyProperties, - nameof(property)); - } - - public IFilterInputTypeDescriptor<T> Ignore( - Expression<Func<T, object>> property) - { - if (property.ExtractMember() is PropertyInfo p) - { - Fields.GetOrAddDescriptor( - p, - () => new IgnoredFilterFieldDescriptor(Context, p)); - return this; - } - - throw new ArgumentException( - FilterResources.FilterInputTypeDescriptor_OnlyProperties, - nameof(property)); - } - - public IObjectFilterFieldDescriptor<TObject> Object<TObject>( - Expression<Func<T, TObject>> property) where TObject : class - { - if (property.ExtractMember() is PropertyInfo p) - { - return Fields.GetOrAddDescriptor( - p, - () => new ObjectFilterFieldDescriptor<TObject>(Context, p)); - } - - throw new ArgumentException( - FilterResources.FilterInputTypeDescriptor_OnlyProperties, - nameof(property)); - } - - public IArrayFilterFieldDescriptor<TObject> ListFilter<TObject, TListType>( - Expression<Func<T, TListType>> property) - { - if (property.ExtractMember() is PropertyInfo p) - { - return Fields.GetOrAddDescriptor( - p, - () => new ArrayFilterFieldDescriptor<TObject>(Context, p)); - } - - throw new ArgumentException( - FilterResources.FilterInputTypeDescriptor_OnlyProperties, - nameof(property)); - } - - public IArrayFilterFieldDescriptor<TObject> List<TObject>( - Expression<Func<T, IEnumerable<TObject>>> property) - where TObject : class - { - return ListFilter<TObject, IEnumerable<TObject>>(property); - } - - public IArrayFilterFieldDescriptor<ISingleFilter<string>> List( - Expression<Func<T, IEnumerable<string>>> property) - { - return ListFilter<ISingleFilter<string>, IEnumerable<string>>(property); - } - - public IArrayFilterFieldDescriptor<ISingleFilter<bool>> List( - Expression<Func<T, IEnumerable<bool>>> property) - { - return ListFilter<ISingleFilter<bool>, IEnumerable<bool>>(property); - } - - public IArrayFilterFieldDescriptor<ISingleFilter<TStruct>> List<TStruct>( - Expression<Func<T, IEnumerable<TStruct>>> property, - IFilterInputTypeDescriptor<T>.RequireStruct<TStruct>? ignore = null) - where TStruct : struct - { - return ListFilter<ISingleFilter<TStruct>, IEnumerable<TStruct>>(property); - } - - public IArrayFilterFieldDescriptor<ISingleFilter<TStruct>> List<TStruct>( - Expression<Func<T, IEnumerable<TStruct?>>> property, - IFilterInputTypeDescriptor<T>.RequireStruct<TStruct>? ignore = null) - where TStruct : struct - { - return ListFilter<ISingleFilter<TStruct>, IEnumerable<TStruct?>>(property); - } - - public static FilterInputTypeDescriptor<T> New(IDescriptorContext context, Type entityType) - => new(context, entityType); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterMiddlewareContext.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterMiddlewareContext.cs deleted file mode 100644 index d41506920d4..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterMiddlewareContext.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterMiddlewareContext -{ - public FilterMiddlewareContext(string argumentName) - { - ArgumentName = argumentName; - } - - public string ArgumentName { get; } - - public static FilterMiddlewareContext Create(string argumentName) - { - return new FilterMiddlewareContext(argumentName); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterOperation.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterOperation.cs deleted file mode 100644 index 990d5de9250..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterOperation.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using System.Reflection; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterOperation -{ - private bool _singleFilterInitialized; - private Type? _arrayBaseType; - - public FilterOperation( - Type type, - FilterOperationKind kind, - PropertyInfo property) - { - Type = type ?? throw new ArgumentNullException(nameof(type)); - Kind = kind; - Property = property ?? throw new ArgumentNullException(nameof(property)); - } - - public Type Type { get; } - - public FilterOperationKind Kind { get; } - - public PropertyInfo Property { get; } - - public bool TryGetSimpleFilterBaseType( - [NotNullWhen(true)]out Type? baseType) - { - if (!_singleFilterInitialized) - { - if (typeof(ISingleFilter).IsAssignableFrom(Type)) - { - _arrayBaseType = Type.GetGenericArguments()[0]; - } - if (typeof(ISingleFilter).IsAssignableFrom(Property.DeclaringType) && - Property.DeclaringType is { }) - { - _arrayBaseType = Property.DeclaringType.GetGenericArguments()[0]; - } - _singleFilterInitialized = true; - } - - baseType = _arrayBaseType; - return baseType is not null; - } - - public bool IsSimpleArrayType() => TryGetSimpleFilterBaseType(out _); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterOperationDefintion.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterOperationDefintion.cs deleted file mode 100644 index 2d7e17567f3..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterOperationDefintion.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Filters; - -/// <summary> -/// Represents a specific filter that can be applied on a field. -/// </summary> -[Obsolete("Use HotChocolate.Data.")] -public class FilterOperationDefinition : InputFieldDefinition -{ - /// <summary> - /// Gets or sets the operation description for this field. - /// </summary> - public FilterOperation? Operation { get; set; } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterOperationDescriptorBase.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterOperationDescriptorBase.cs deleted file mode 100644 index c8f42bbd6b0..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterOperationDescriptorBase.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterOperationDescriptorBase - : ArgumentDescriptorBase<FilterOperationDefinition> -{ - protected FilterOperationDescriptorBase( - IDescriptorContext context) - : base(context) - { - } - - protected internal override FilterOperationDefinition Definition { get; protected set; } = - new(); - - protected void Name(string value) - { - Definition.Name = value; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterOperationKind.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterOperationKind.cs deleted file mode 100644 index a035e3d4f85..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterOperationKind.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public enum FilterOperationKind - : byte -{ - Equals = 0x0000, - NotEquals = 0x0001, - - Contains = 0x0002, - NotContains = 0x0003, - - In = 0x0004, - NotIn = 0x0005, - - StartsWith = 0x0006, - NotStartsWith = 0x0007, - - EndsWith = 0x0008, - NotEndsWith = 0x0009, - - GreaterThan = 0x0016, - NotGreaterThan = 0x0017, - - GreaterThanOrEquals = 0x0018, - NotGreaterThanOrEquals = 0x0019, - - LowerThan = 0x0020, - NotLowerThan = 0x0021, - - LowerThanOrEquals = 0x0022, - NotLowerThanOrEquals = 0x0023, - - Object = 0x0024, - - ArraySome = 0x0026, - - ArrayNone = 0x0028, - - ArrayAll = 0x0030, - - ArrayAny = 0x0032, - -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterVisitorBase.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterVisitorBase.cs deleted file mode 100644 index 07f15775a5a..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterVisitorBase.cs +++ /dev/null @@ -1,47 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterVisitorBase<TContext> - : SyntaxWalker<TContext> - where TContext : IFilterVisitorContextBase -{ - protected FilterVisitorBase() - { - } - - protected override ISyntaxVisitorAction Enter( - ObjectFieldNode node, - TContext context) - { - if (context.Types.Peek().NamedType() is InputObjectType inputType) - { - if (inputType.Fields.TryGetField(node.Name.Value, out IInputField? field)) - { - context.Operations.Push(field); - context.Types.Push(field.Type); - return Continue; - } - - // TODO : resources - invalid field - throw new InvalidOperationException(); - } - else - { - // TODO : resources - invalid type - throw new InvalidOperationException(); - } - } - - protected override ISyntaxVisitorAction Leave( - ObjectFieldNode node, - TContext context) - { - context.Operations.Pop(); - context.Types.Pop(); - return Continue; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/FilterVisitorContextBase.cs b/src/HotChocolate/Filters/src/Types.Filters/FilterVisitorContextBase.cs deleted file mode 100644 index 60ed762de39..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/FilterVisitorContextBase.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class FilterVisitorContextBase - : IFilterVisitorContextBase -{ - protected FilterVisitorContextBase( - InputObjectType initialType) - { - if (initialType is null) - { - throw new ArgumentNullException(nameof(initialType)); - } - Types.Push(initialType); - } - - public Stack<IType> Types { get; } = - new Stack<IType>(); - - public Stack<IInputField> Operations { get; } = - new Stack<IInputField>(); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/HotChocolate.Types.Filters.csproj b/src/HotChocolate/Filters/src/Types.Filters/HotChocolate.Types.Filters.csproj deleted file mode 100644 index b394512641c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/HotChocolate.Types.Filters.csproj +++ /dev/null @@ -1,30 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <PackageId>HotChocolate.Types.Filters</PackageId> - <AssemblyName>HotChocolate.Types.Filters</AssemblyName> - <RootNamespace>HotChocolate.Types.Filters</RootNamespace> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\..\..\Language\src\Language.Visitors\HotChocolate.Language.Visitors.csproj" /> - </ItemGroup> - - <ItemGroup> - <Compile Update="Properties\FilterResources.Designer.cs"> - <DesignTime>True</DesignTime> - <AutoGen>True</AutoGen> - <DependentUpon>FilterResources.resx</DependentUpon> - </Compile> - </ItemGroup> - - <ItemGroup> - <EmbeddedResource Update="Properties\FilterResources.resx"> - <Generator>ResXFileCodeGenerator</Generator> - <LastGenOutput>FilterResources.Designer.cs</LastGenOutput> - </EmbeddedResource> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/src/Types.Filters/IFilterInputType.cs b/src/HotChocolate/Filters/src/Types.Filters/IFilterInputType.cs deleted file mode 100644 index 26a92d88ed0..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/IFilterInputType.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -/// <summary> -/// Specifies a filter input type. -/// </summary> -[Obsolete("Use HotChocolate.Data.")] -public interface IFilterInputType - : INamedInputType -{ - /// <summary> - /// The entity on which the filter is applied. - /// </summary> - Type EntityType { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/IFilterInputTypeDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/IFilterInputTypeDescriptor.cs deleted file mode 100644 index c04ab518e60..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/IFilterInputTypeDescriptor.cs +++ /dev/null @@ -1,160 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IFilterInputTypeDescriptor<T> - : IDescriptor<FilterInputTypeDefinition> - , IFluent -{ - /// <summary> - /// Defines the name of the <see cref="FilterInputType{T}"/>. - /// </summary> - /// <param name="value">The filter type name.</param> - /// <exception cref="ArgumentNullException"> - /// <paramref name="value"/> is <c>null</c> or - /// <see cref="string.Empty"/>. - /// </exception> - IFilterInputTypeDescriptor<T> Name(string value); - - /// <summary> - /// Adds explanatory text of the <see cref="FilterInputType{T}"/> - /// that can be accessed via introspection. - /// </summary> - /// <param name="value">The filter type description.</param> - /// - IFilterInputTypeDescriptor<T> Description(string value); - - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="bindingBehavior"> - /// The binding behavior. - /// - /// Implicit: - /// The filter type descriptor will try to infer the filters - /// from the specified <typeparamref name="T"/>. - /// - /// Explicit: - /// All filters have to be specified explicitly via one of the `Filter` - /// methods. - /// </param> - IFilterInputTypeDescriptor<T> BindFields( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filters have to be specified explicitly. - /// </summary> - IFilterInputTypeDescriptor<T> BindFieldsExplicitly(); - - /// <summary> - /// The filter type will add filters for all compatible fields. - /// </summary> - IFilterInputTypeDescriptor<T> BindFieldsImplicitly(); - - /// <summary> - /// Define a string filter for the selected property. - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - IStringFilterFieldDescriptor Filter( - Expression<Func<T, string>> property); - - /// <summary> - /// Define a boolean filter for the selected property. - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - IBooleanFilterFieldDescriptor Filter( - Expression<Func<T, bool>> property); - - /// <summary> - /// Define a comparable filter for the selected property. - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - IComparableFilterFieldDescriptor Filter( - Expression<Func<T, IComparable>> property); - - /// <summary> - /// Define a object filter for the selected property. - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - IObjectFilterFieldDescriptor<TObject> Object<TObject>( - Expression<Func<T, TObject>> property) - where TObject : class; - - /// <summary> - /// Define a object filter for a IEnumerable of type object - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - IArrayFilterFieldDescriptor<TObject> List<TObject>( - Expression<Func<T, IEnumerable<TObject>>> property) - where TObject : class; - - /// <summary> - /// Define a object filter for a IEnumerable of type object - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - IArrayFilterFieldDescriptor<ISingleFilter<string>> List( - Expression<Func<T, IEnumerable<string>>> property); - - /// <summary> - /// Define a object filter for a IEnumerable of type object - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - /// <param name="ignore"></param> - IArrayFilterFieldDescriptor<ISingleFilter<TStruct>> List<TStruct>( - Expression<Func<T, IEnumerable<TStruct>>> property, - RequireStruct<TStruct>? ignore = null) - where TStruct : struct; - - /// <summary> - /// Define a object filter for a IEnumerable of type object - /// </summary> - /// <param name="property"> - /// The property for which a filter shall be applied. - /// </param> - /// <param name="ignore"></param> - IArrayFilterFieldDescriptor<ISingleFilter<TStruct>> List<TStruct>( - Expression<Func<T, IEnumerable<TStruct?>>> property, - RequireStruct<TStruct>? ignore = null) - where TStruct : struct; - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="property">The property that hall be ignored.</param> - IFilterInputTypeDescriptor<T> Ignore( - Expression<Func<T, object>> property); - - IFilterInputTypeDescriptor<T> Directive<TDirective>( - TDirective directiveInstance) - where TDirective : class; - - IFilterInputTypeDescriptor<T> Directive<TDirective>() - where TDirective : class, new(); - - IFilterInputTypeDescriptor<T> Directive( - string name, - params ArgumentNode[] arguments); - - public class RequireStruct<TStruct> where TStruct : struct { } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/IFilterVisitorContextBase.cs b/src/HotChocolate/Filters/src/Types.Filters/IFilterVisitorContextBase.cs deleted file mode 100644 index 4781407fb2b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/IFilterVisitorContextBase.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IFilterVisitorContextBase - : ISyntaxVisitorContext -{ - Stack<IType> Types { get; } - - Stack<IInputField> Operations { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/IQueryableFilterVisitorContext.cs b/src/HotChocolate/Filters/src/Types.Filters/IQueryableFilterVisitorContext.cs deleted file mode 100644 index 544869a8ed4..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/IQueryableFilterVisitorContext.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Types.Filters.Expressions; -using HotChocolate.Utilities; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IQueryableFilterVisitorContext -{ - IReadOnlyList<IExpressionOperationHandler> OperationHandlers { get; } - - IReadOnlyList<IExpressionFieldHandler> FieldHandlers { get; } - - ITypeConverter TypeConverter { get; } - - bool InMemory { get; } - - Stack<QueryableClosure> Closures { get; } - - InputParser InputParser { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/IgnoredFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/IgnoredFilterFieldDescriptor.cs deleted file mode 100644 index 8ed39da8903..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/IgnoredFilterFieldDescriptor.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -internal class IgnoredFilterFieldDescriptor - : FilterFieldDescriptorBase -{ - public IgnoredFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property) - : base(context, property) - { - Definition.Ignore = true; - } - - protected override ISet<FilterOperationKind> AllowedOperations { get; } = - new HashSet<FilterOperationKind>(); - - protected override FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind) - { - throw new NotSupportedException(); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/InternalsVisibleTo.cs b/src/HotChocolate/Filters/src/Types.Filters/InternalsVisibleTo.cs deleted file mode 100644 index f1dc0617f40..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/InternalsVisibleTo.cs +++ /dev/null @@ -1,4 +0,0 @@ - -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("HotChocolate.Types.Filters.Tests")] diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterFieldsDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterFieldsDescriptor.cs deleted file mode 100644 index e44e2579ce6..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterFieldsDescriptor.cs +++ /dev/null @@ -1,44 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IObjectFilterFieldDescriptor - : IFluent -{ - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="behavior"> - /// The binding behavior. - /// - /// Implicit: - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// - /// Explicit: - /// All filter operations have to be specified explicitly. - /// </param> - IObjectFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filter operations have to be specified explicitly. - /// </summary> - IObjectFilterFieldDescriptor BindExplicitly(); - - /// <summary> - /// The string filter field descriptor will add - /// all available string filter operations. - /// </summary> - IObjectFilterFieldDescriptor BindImplicitly(); - - /// <summary> - /// Allow object filter operations. - /// </summary> - IObjectFilterOperationDescriptor AllowObject(); - -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterFieldsDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterFieldsDescriptor~1.cs deleted file mode 100644 index 76ec9315e46..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterFieldsDescriptor~1.cs +++ /dev/null @@ -1,57 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IObjectFilterFieldDescriptor<TObject> - : IFluent -{ - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="behavior"> - /// The binding behavior. - /// - /// Implicit: - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// - /// Explicit: - /// All filter operations have to be specified explicitly. - /// </param> - IObjectFilterFieldDescriptor<TObject> BindFilters( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filter operations have to be specified explicitly. - /// </summary> - IObjectFilterFieldDescriptor<TObject> BindExplicitly(); - - /// <summary> - /// The string filter field descriptor will add - /// all available string filter operations. - /// </summary> - IObjectFilterFieldDescriptor<TObject> BindImplicitly(); - - /// <summary> - /// Allow object filter operations. - /// </summary> - IObjectFilterOperationDescriptor<TObject> AllowObject( - Action<IFilterInputTypeDescriptor<TObject>> descriptor); - - - /// <summary> - /// Allow object filter operations. - /// </summary> - IObjectFilterOperationDescriptor<TObject> AllowObject<TFilter>() - where TFilter : FilterInputType<TObject>; - - /// <summary> - /// Allow object filter operations. - /// </summary> - IObjectFilterOperationDescriptor<TObject> AllowObject(); - -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterOperationDescriptor.cs deleted file mode 100644 index 5b2baf24b8c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterOperationDescriptor.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IObjectFilterOperationDescriptor - : IDescriptor<FilterOperationDefinition> - , IFluent -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IObjectFilterFieldDescriptor And(); - - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - IObjectFilterOperationDescriptor Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - IObjectFilterOperationDescriptor Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IObjectFilterOperationDescriptor Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IObjectFilterOperationDescriptor Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - IObjectFilterOperationDescriptor Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterOperationDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterOperationDescriptor~1.cs deleted file mode 100644 index 9d692c82e5f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/IObjectFilterOperationDescriptor~1.cs +++ /dev/null @@ -1,65 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IObjectFilterOperationDescriptor<TObject> - : IDescriptor<FilterOperationDefinition> - , IFluent -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IObjectFilterFieldDescriptor<TObject> And(); - - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - IObjectFilterOperationDescriptor<TObject> Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - IObjectFilterOperationDescriptor<TObject> Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IObjectFilterOperationDescriptor<TObject> Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IObjectFilterOperationDescriptor<TObject> Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - IObjectFilterOperationDescriptor<TObject> Directive( - string name, - params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterFieldDescriptor.cs deleted file mode 100644 index 6881547a28f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterFieldDescriptor.cs +++ /dev/null @@ -1,87 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ObjectFilterFieldDescriptor - : FilterFieldDescriptorBase - , IObjectFilterFieldDescriptor -{ - private readonly Type _type; - - public ObjectFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property, - Type type) - : base(context, property) - { - _type = type; - AllowedOperations = new HashSet<FilterOperationKind> - { - FilterOperationKind.Object - }; - } - - protected override ISet<FilterOperationKind> AllowedOperations { get; } - - /// <inheritdoc/> - public new IObjectFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior) - { - base.BindFilters(bindingBehavior); - return this; - } - - /// <inheritdoc/> - public IObjectFilterFieldDescriptor BindExplicitly() => - BindFilters(BindingBehavior.Explicit); - - /// <inheritdoc/> - public IObjectFilterFieldDescriptor BindImplicitly() => - BindFilters(BindingBehavior.Implicit); - - - protected override FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind) => - CreateOperation(operationKind).CreateDefinition(); - - private ObjectFilterOperationDescriptor CreateOperation( - FilterOperationKind operationKind) - { - var operation = new FilterOperation( - _type, - operationKind, - Definition.Property!); - - var typeRef = Context.TypeInspector.GetTypeRef( - typeof(FilterInputType<>).MakeGenericType(_type), - Definition.Type!.Context); - - return ObjectFilterOperationDescriptor.New( - Context, - this, - CreateFieldName(operationKind), - typeRef, - operation); - } - - private ObjectFilterOperationDescriptor GetOrCreateOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateOperation(operationKind)); - } - - public IObjectFilterOperationDescriptor AllowObject() - { - var field = - GetOrCreateOperation(FilterOperationKind.Object); - Filters.Add(field); - return field; - } - -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterFieldDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterFieldDescriptor~1.cs deleted file mode 100644 index f449b7a995f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterFieldDescriptor~1.cs +++ /dev/null @@ -1,90 +0,0 @@ -using System; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ObjectFilterFieldDescriptor<TObject> - : ObjectFilterFieldDescriptor - , IObjectFilterFieldDescriptor<TObject> -{ - public ObjectFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property) - : base(context, property, typeof(TObject)) - { - } - - /// <inheritdoc/> - public new IObjectFilterFieldDescriptor<TObject> BindFilters( - BindingBehavior bindingBehavior) - { - base.BindFilters(bindingBehavior); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterFieldDescriptor<TObject> BindExplicitly() => - BindFilters(BindingBehavior.Explicit); - - /// <inheritdoc/> - public new IObjectFilterFieldDescriptor<TObject> BindImplicitly() => - BindFilters(BindingBehavior.Implicit); - - - protected override FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind) => - CreateOperation(operationKind).CreateDefinition(); - - private ObjectFilterOperationDescriptor<TObject> CreateOperation( - FilterOperationKind operationKind) - { - var operation = new FilterOperation( - typeof(TObject), - operationKind, - Definition.Property!); - - return ObjectFilterOperationDescriptor<TObject>.New( - Context, - this, - CreateFieldName(operationKind), - RewriteType(operationKind), - operation); - } - - private ObjectFilterOperationDescriptor<TObject> GetOrCreateOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateOperation(operationKind)); - } - - public IObjectFilterOperationDescriptor<TObject> AllowObject( - Action<IFilterInputTypeDescriptor<TObject>> descriptor) - { - var field = - GetOrCreateOperation(FilterOperationKind.Object); - var type = new FilterInputType<TObject>(descriptor); - var typeReference = new SchemaTypeReference(type); - field.Type(typeReference); - return field; - } - - public IObjectFilterOperationDescriptor<TObject> AllowObject<TFilter>() - where TFilter : FilterInputType<TObject> - { - var field = - GetOrCreateOperation(FilterOperationKind.Object); - field.Type<TFilter>(); - Filters.Add(field); - - return field; - } - - public new IObjectFilterOperationDescriptor<TObject> AllowObject() - { - return AllowObject<FilterInputType<TObject>>(); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterOperationDescriptor.cs deleted file mode 100644 index cec33feb2d8..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterOperationDescriptor.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ObjectFilterOperationDescriptor - : FilterOperationDescriptorBase - , IObjectFilterOperationDescriptor -{ - private readonly ObjectFilterFieldDescriptor _descriptor; - - protected ObjectFilterOperationDescriptor( - IDescriptorContext context, - ObjectFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context) - { - Definition.Name = name; - Definition.Type = type ?? throw new ArgumentNullException(nameof(type)); - Definition.Operation = operation ?? throw new ArgumentNullException(nameof(operation)); - _descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor)); - } - - /// <inheritdoc/> - public IObjectFilterFieldDescriptor And() => _descriptor; - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new string filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static ObjectFilterOperationDescriptor New( - IDescriptorContext context, - ObjectFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) => - new(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterOperationDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterOperationDescriptor~1.cs deleted file mode 100644 index f986e220914..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Object/ObjectFilterOperationDescriptor~1.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class ObjectFilterOperationDescriptor<TObject> - : ObjectFilterOperationDescriptor - , IObjectFilterOperationDescriptor<TObject> -{ - private readonly ObjectFilterFieldDescriptor<TObject> _descriptor; - - protected ObjectFilterOperationDescriptor( - IDescriptorContext context, - ObjectFilterFieldDescriptor<TObject> descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context, descriptor, name, type, operation) - { - Definition.Name = name; - Definition.Type = type ?? throw new ArgumentNullException(nameof(type)); - Definition.Operation = operation ?? throw new ArgumentNullException(nameof(operation)); - _descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor)); - } - - /// <inheritdoc/> - public new IObjectFilterFieldDescriptor<TObject> And() => _descriptor; - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor<TObject> Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor<TObject> Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor<TObject> Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor<TObject> Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IObjectFilterOperationDescriptor<TObject> Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new string filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static ObjectFilterOperationDescriptor<TObject> New( - IDescriptorContext context, - ObjectFilterFieldDescriptor<TObject> descriptor, - string name, - TypeReference type, - FilterOperation operation) - => new(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Properties/FilterResources.Designer.cs b/src/HotChocolate/Filters/src/Types.Filters/Properties/FilterResources.Designer.cs deleted file mode 100644 index 2ce8106d2e8..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Properties/FilterResources.Designer.cs +++ /dev/null @@ -1,108 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace HotChocolate.Types.Filters.Properties { - using System; - - - /// <summary> - /// A strongly-typed resource class, for looking up localized strings, etc. - /// </summary> - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class FilterResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal FilterResources() { - } - - /// <summary> - /// Returns the cached ResourceManager instance used by this class. - /// </summary> - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HotChocolate.Types.Filters.Properties.FilterResources", typeof(FilterResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// <summary> - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// </summary> - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// <summary> - /// Looks up a localized string similar to Cannot handle the specified type.. - /// </summary> - internal static string FilterArrayFieldDescriptor_InvalidType { - get { - return ResourceManager.GetString("FilterArrayFieldDescriptor_InvalidType", resourceCulture); - } - } - - /// <summary> - /// Looks up a localized string similar to The operation descriptor type {0} does not match the requested type {1}.. - /// </summary> - internal static string FilterFieldOperationDescriptor_InvalidDescriptorType { - get { - return ResourceManager.GetString("FilterFieldOperationDescriptor_InvalidDescriptorType", resourceCulture); - } - } - - /// <summary> - /// Looks up a localized string similar to Only properties are allowed for input types.. - /// </summary> - internal static string FilterInputTypeDescriptor_OnlyProperties { - get { - return ResourceManager.GetString("FilterInputTypeDescriptor_OnlyProperties", resourceCulture); - } - } - - /// <summary> - /// Looks up a localized string similar to Cannot handle the specified type.. - /// </summary> - internal static string FilterObjectFieldDescriptor_InvalidType { - get { - return ResourceManager.GetString("FilterObjectFieldDescriptor_InvalidType", resourceCulture); - } - } - - /// <summary> - /// Looks up a localized string similar to The filter type cannot be infered from `System.Object`.. - /// </summary> - internal static string FilterObjectFieldDescriptor_InvalidType_Msg { - get { - return ResourceManager.GetString("FilterObjectFieldDescriptor_InvalidType_Msg", resourceCulture); - } - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/Properties/FilterResources.resx b/src/HotChocolate/Filters/src/Types.Filters/Properties/FilterResources.resx deleted file mode 100644 index d3ce1763f9c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/Properties/FilterResources.resx +++ /dev/null @@ -1,135 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<root> - <!-- - Microsoft ResX Schema - - Version 2.0 - - The primary goals of this format is to allow a simple XML format - that is mostly human readable. The generation and parsing of the - various data types are done through the TypeConverter classes - associated with the data types. - - Example: - - ... ado.net/XML headers & schema ... - <resheader name="resmimetype">text/microsoft-resx</resheader> - <resheader name="version">2.0</resheader> - <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> - <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> - <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> - <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> - <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> - <value>[base64 mime encoded serialized .NET Framework object]</value> - </data> - <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> - <comment>This is a comment</comment> - </data> - - There are any number of "resheader" rows that contain simple - name/value pairs. - - Each data row contains a name, and value. The row also contains a - type or mimetype. Type corresponds to a .NET class that support - text/value conversion through the TypeConverter architecture. - Classes that don't support this are serialized and stored with the - mimetype set. - - The mimetype is used for serialized objects, and tells the - ResXResourceReader how to depersist the object. This is currently not - extensible. For a given mimetype the value must be set accordingly: - - Note - application/x-microsoft.net.object.binary.base64 is the format - that the ResXResourceWriter will generate, however the reader can - read any of the formats listed below. - - mimetype: application/x-microsoft.net.object.binary.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.soap.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Soap.SoapFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.bytearray.base64 - value : The object must be serialized into a byte array - : using a System.ComponentModel.TypeConverter - : and then encoded with base64 encoding. - --> - <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> - <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> - <xsd:element name="root" msdata:IsDataSet="true"> - <xsd:complexType> - <xsd:choice maxOccurs="unbounded"> - <xsd:element name="metadata"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" /> - </xsd:sequence> - <xsd:attribute name="name" use="required" type="xsd:string" /> - <xsd:attribute name="type" type="xsd:string" /> - <xsd:attribute name="mimetype" type="xsd:string" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="assembly"> - <xsd:complexType> - <xsd:attribute name="alias" type="xsd:string" /> - <xsd:attribute name="name" type="xsd:string" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="data"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> - <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> - <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="resheader"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" /> - </xsd:complexType> - </xsd:element> - </xsd:choice> - </xsd:complexType> - </xsd:element> - </xsd:schema> - <resheader name="resmimetype"> - <value>text/microsoft-resx</value> - </resheader> - <resheader name="version"> - <value>2.0</value> - </resheader> - <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <data name="FilterArrayFieldDescriptor_InvalidType" xml:space="preserve"> - <value>Cannot handle the specified type.</value> - </data> - <data name="FilterFieldOperationDescriptor_InvalidDescriptorType" xml:space="preserve"> - <value>The operation descriptor type {0} does not match the requested type {1}.</value> - </data> - <data name="FilterInputTypeDescriptor_OnlyProperties" xml:space="preserve"> - <value>Only properties are allowed for input types.</value> - </data> - <data name="FilterObjectFieldDescriptor_InvalidType" xml:space="preserve"> - <value>Cannot handle the specified type.</value> - </data> - <data name="FilterObjectFieldDescriptor_InvalidType_Msg" xml:space="preserve"> - <value>The filter type cannot be infered from `System.Object`.</value> - </data> -</root> \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/QueryableClosure.cs b/src/HotChocolate/Filters/src/Types.Filters/QueryableClosure.cs deleted file mode 100644 index e550ec91890..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/QueryableClosure.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq.Expressions; -using HotChocolate.Types.Filters.Expressions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class QueryableClosure -{ - private readonly bool _inMemory; - - public QueryableClosure( - Type type, - string parameterName, - bool inMemory) - { - Parameter = Expression.Parameter(type, parameterName); - Level = new Stack<Queue<Expression>>(); - Instance = new Stack<Expression>(); - - Level.Push(new Queue<Expression>()); - Instance.Push(Parameter); - _inMemory = inMemory; - } - - public ParameterExpression Parameter { get; } - - public Stack<Queue<Expression>> Level { get; } - - public Stack<Expression> Instance { get; } - - - public LambdaExpression CreateLambda() - { - if (_inMemory) - { - return Expression.Lambda(GetExpressionBodyWithNullCheck(), Parameter); - - } - return Expression.Lambda(Level.Peek().Peek(), Parameter); - } - - public Expression<T> CreateLambda<T>() - { - if (_inMemory) - { - return Expression.Lambda<T>(GetExpressionBodyWithNullCheck(), Parameter); - } - return Expression.Lambda<T>(Level.Peek().Peek(), Parameter); - } - - private Expression GetExpressionBodyWithNullCheck() - => FilterExpressionBuilder.NotNullAndAlso(Parameter, Level.Peek().Peek()); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/QueryableFilterMiddleware.cs b/src/HotChocolate/Filters/src/Types.Filters/QueryableFilterMiddleware.cs deleted file mode 100644 index 503c7648d4c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/QueryableFilterMiddleware.cs +++ /dev/null @@ -1,68 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Mime; -using System.Threading.Tasks; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Utilities; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class QueryableFilterMiddleware<T> -{ - private readonly FieldDelegate _next; - private readonly ITypeConverter _converter; - private readonly FilterMiddlewareContext _contextData; - - public QueryableFilterMiddleware( - FieldDelegate next, - FilterMiddlewareContext contextData, - ITypeConverter? converter) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - _contextData = contextData ?? throw new ArgumentNullException(nameof(contextData)); - _converter = converter ?? DefaultTypeConverter.Default; - } - - public async Task InvokeAsync(IMiddlewareContext context) - { - await _next(context).ConfigureAwait(false); - - var filter = context.ArgumentLiteral<IValueNode>(_contextData.ArgumentName); - - if (filter is NullValueNode) - { - return; - } - - IQueryable<T>? source = null; - - if (context.Result is IQueryable<T> q) - { - source = q; - } - else if (context.Result is IEnumerable<T> e) - { - source = e.AsQueryable(); - } - - if (source is not null && - context.Selection.Arguments[_contextData.ArgumentName].Type is InputObjectType iot && - iot is IFilterInputType fit) - { - var visitorContext = new QueryableFilterVisitorContext( - iot, - fit.EntityType, - _converter, - source is EnumerableQuery, - context.Service<InputParser>()); - - QueryableFilterVisitor.Default.Visit(filter, visitorContext); - - source = source.Where(visitorContext.CreateFilter<T>()); - context.Result = source; - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/QueryableFilterVisitor.cs b/src/HotChocolate/Filters/src/Types.Filters/QueryableFilterVisitor.cs deleted file mode 100644 index 5b7df55091c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/QueryableFilterVisitor.cs +++ /dev/null @@ -1,164 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using System.Linq.Expressions; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class QueryableFilterVisitor - : FilterVisitorBase<QueryableFilterVisitorContext> -{ - protected QueryableFilterVisitor() - { - - } - - #region Object Value - - protected override ISyntaxVisitorAction Enter( - ObjectValueNode node, - QueryableFilterVisitorContext context) - { - context.PushLevel(new Queue<Expression>()); - return Continue; - } - - protected override ISyntaxVisitorAction Leave( - ObjectValueNode node, - QueryableFilterVisitorContext context) - { - var operations = context.PopLevel(); - - if (TryCombineOperations( - operations, - (a, b) => Expression.AndAlso(a, b), - out var combined)) - { - context.GetLevel().Enqueue(combined); - } - - return Continue; - } - - #endregion - - #region Object Field - - protected override ISyntaxVisitorAction Enter( - ObjectFieldNode node, - QueryableFilterVisitorContext context) - { - base.Enter(node, context); - - if (context.Operations.Peek() is FilterOperationField field) - { - for (var i = context.FieldHandlers.Count - 1; i >= 0; i--) - { - if (context.FieldHandlers[i].Enter( - field, - node, - context, - out var action)) - { - return action; - } - } - for (var i = context.OperationHandlers.Count - 1; i >= 0; i--) - { - if (context.OperationHandlers[i].TryHandle( - field.Operation, - field.Type, - node.Value, - context, - out var expression)) - { - context.GetLevel().Enqueue(expression); - break; - } - } - return SkipAndLeave; - } - return Continue; - } - - protected override ISyntaxVisitorAction Leave( - ObjectFieldNode node, - QueryableFilterVisitorContext context) - { - if (context.Operations.Peek() is FilterOperationField field) - { - for (var i = context.FieldHandlers.Count - 1; i >= 0; i--) - { - context.FieldHandlers[i].Leave( - field, - node, - context); - } - } - return base.Leave(node, context); - } - - private bool TryCombineOperations( - Queue<Expression> operations, - Func<Expression, Expression, Expression> combine, - [NotNullWhen(true)] out Expression? combined) - { - if (operations.Count != 0) - { - combined = operations.Dequeue(); - - while (operations.Count != 0) - { - combined = combine(combined, operations.Dequeue()); - } - - return true; - } - - combined = null; - return false; - } - - #endregion - - #region List - - protected override ISyntaxVisitorAction Enter( - ListValueNode node, - QueryableFilterVisitorContext context) - { - context.PushLevel(new Queue<Expression>()); - return Continue; - } - - protected override ISyntaxVisitorAction Leave( - ListValueNode node, - QueryableFilterVisitorContext context) - { - var combine = - context.Operations.Peek() is OrField - ? new Func<Expression, Expression, Expression>( - (a, b) => Expression.OrElse(a, b)) - : new Func<Expression, Expression, Expression>( - (a, b) => Expression.AndAlso(a, b)); - - var operations = context.PopLevel(); - - if (TryCombineOperations( - operations, - combine, - out var combined)) - { - context.GetLevel().Enqueue(combined); - } - - return Continue; - } - - #endregion - - public static QueryableFilterVisitor Default = new QueryableFilterVisitor(); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/QueryableVisitorContext.cs b/src/HotChocolate/Filters/src/Types.Filters/QueryableVisitorContext.cs deleted file mode 100644 index 537886301f4..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/QueryableVisitorContext.cs +++ /dev/null @@ -1,67 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Types.Filters.Expressions; -using HotChocolate.Utilities; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class QueryableFilterVisitorContext - : FilterVisitorContextBase - , IQueryableFilterVisitorContext -{ - public QueryableFilterVisitorContext( - InputObjectType initialType, - Type source, - ITypeConverter converter, - bool inMemory, - InputParser inputParser) - : this( - initialType, - source, - ExpressionOperationHandlers.All, - ExpressionFieldHandlers.All, - converter, - inMemory, inputParser) - { - } - - public QueryableFilterVisitorContext( - InputObjectType initialType, - Type source, - IReadOnlyList<IExpressionOperationHandler> operationHandlers, - IReadOnlyList<IExpressionFieldHandler> fieldHandlers, - ITypeConverter typeConverter, - bool inMemory, - InputParser inputParser) - : base(initialType) - { - if (source is null) - { - throw new ArgumentNullException(nameof(source)); - } - OperationHandlers = operationHandlers ?? - throw new ArgumentNullException(nameof(operationHandlers)); - FieldHandlers = fieldHandlers ?? - throw new ArgumentNullException(nameof(fieldHandlers)); - TypeConverter = typeConverter ?? - throw new ArgumentNullException(nameof(typeConverter)); - InMemory = inMemory; - InputParser = inputParser ?? - throw new ArgumentNullException(nameof(inputParser)); - Closures = new Stack<QueryableClosure>(); - Closures.Push(new QueryableClosure(source, "r", inMemory)); - } - - public IReadOnlyList<IExpressionOperationHandler> OperationHandlers { get; } - - public IReadOnlyList<IExpressionFieldHandler> FieldHandlers { get; } - - public ITypeConverter TypeConverter { get; } - - public bool InMemory { get; } - - public Stack<QueryableClosure> Closures { get; } - - public InputParser InputParser { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/String/IStringFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/String/IStringFilterFieldDescriptor.cs deleted file mode 100644 index 9f7814c01ef..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/String/IStringFilterFieldDescriptor.cs +++ /dev/null @@ -1,94 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IStringFilterFieldDescriptor - : IFluent -{ - /// <summary> - /// Defines the filter binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="bindingBehavior"> - /// The binding behavior. - /// - /// Implicit: - /// The boolean filter field descriptor will add - /// all available boolean filter operations. - /// - /// Explicit: - /// All filter operations have to be specified explicitly. - /// </param> - IStringFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior); - - /// <summary> - /// Defines that all filter operations have to be specified explicitly. - /// </summary> - IStringFilterFieldDescriptor BindFiltersExplicitly(); - - /// <summary> - /// The string filter field descriptor will add - /// all available string filter operations. - /// </summary> - IStringFilterFieldDescriptor BindFiltersImplicitly(); - - /// <summary> - /// Allow contains filter operations. - /// </summary> - IStringFilterOperationDescriptor AllowContains(); - - /// <summary> - /// Allow not contains filter operations. - /// </summary> - IStringFilterOperationDescriptor AllowNotContains(); - - /// <summary> - /// Allow equals filter operations. - /// </summary> - IStringFilterOperationDescriptor AllowEquals(); - - /// <summary> - /// Allow not equals filter operations. - /// </summary> - IStringFilterOperationDescriptor AllowNotEquals(); - - /// <summary> - /// Allow in filter operations. - /// </summary> - IStringFilterOperationDescriptor AllowIn(); - - /// <summary> - /// Allow not in filter operations. - /// </summary> - IStringFilterOperationDescriptor AllowNotIn(); - - /// <summary> - /// Allow starts with filter oprerations. - /// </summary> - IStringFilterOperationDescriptor AllowStartsWith(); - - /// <summary> - /// Allow not starts with filter oprerations. - /// </summary> - IStringFilterOperationDescriptor AllowNotStartsWith(); - - /// <summary> - /// Allow ends with filter oprerations. - /// </summary> - IStringFilterOperationDescriptor AllowEndsWith(); - - /// <summary> - /// Allow not ends with filter oprerations. - /// </summary> - IStringFilterOperationDescriptor AllowNotEndsWith(); - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="ignore">If set to true the field is ignored</param> - IStringFilterFieldDescriptor Ignore(bool ignore = true); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/String/IStringFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/String/IStringFilterOperationDescriptor.cs deleted file mode 100644 index e1bce8b6a5b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/String/IStringFilterOperationDescriptor.cs +++ /dev/null @@ -1,65 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IStringFilterOperationDescriptor - : IDescriptor<FilterOperationDefinition> - , IFluent -{ - /// <summary> - /// Define filter operations for another field. - /// </summary> - IStringFilterFieldDescriptor And(); - - /// <summary> - /// Specify the name of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation name. - /// </param> - IStringFilterOperationDescriptor Name(string value); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - IStringFilterOperationDescriptor Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IStringFilterOperationDescriptor Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - IStringFilterOperationDescriptor Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - IStringFilterOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/String/StringFilterFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/String/StringFilterFieldDescriptor.cs deleted file mode 100644 index 501a6d67549..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/String/StringFilterFieldDescriptor.cs +++ /dev/null @@ -1,179 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class StringFilterFieldDescriptor - : FilterFieldDescriptorBase - , IStringFilterFieldDescriptor -{ - public StringFilterFieldDescriptor( - IDescriptorContext context, - PropertyInfo property) - : base(context, property) - { - AllowedOperations = new HashSet<FilterOperationKind> - { - FilterOperationKind.Equals, - FilterOperationKind.NotEquals, - - FilterOperationKind.Contains, - FilterOperationKind.NotContains, - - FilterOperationKind.StartsWith, - FilterOperationKind.NotStartsWith, - - FilterOperationKind.EndsWith, - FilterOperationKind.NotEndsWith, - - FilterOperationKind.In, - FilterOperationKind.NotIn - }; - } - - protected override ISet<FilterOperationKind> AllowedOperations { get; } - - /// <inheritdoc/> - public new IStringFilterFieldDescriptor BindFilters( - BindingBehavior bindingBehavior) - { - base.BindFilters(bindingBehavior); - return this; - } - - /// <inheritdoc/> - public IStringFilterFieldDescriptor BindFiltersExplicitly() => - BindFilters(BindingBehavior.Explicit); - - /// <inheritdoc/> - public IStringFilterFieldDescriptor BindFiltersImplicitly() => - BindFilters(BindingBehavior.Implicit); - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.Equals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowNotEquals() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotEquals); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowContains() - { - var field = - GetOrCreateOperation(FilterOperationKind.Contains); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowNotContains() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotContains); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowIn() - { - var field = - GetOrCreateOperation(FilterOperationKind.In); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowNotIn() - { - var field = - GetOrCreateOperation(FilterOperationKind.In); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowStartsWith() - { - var field = - GetOrCreateOperation(FilterOperationKind.StartsWith); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowNotStartsWith() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotStartsWith); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowEndsWith() - { - var field = - GetOrCreateOperation(FilterOperationKind.EndsWith); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterOperationDescriptor AllowNotEndsWith() - { - var field = - GetOrCreateOperation(FilterOperationKind.NotEndsWith); - Filters.Add(field); - return field; - } - - /// <inheritdoc/> - public IStringFilterFieldDescriptor Ignore(bool ignore = true) - { - Definition.Ignore = ignore; - return this; - } - - protected override FilterOperationDefinition CreateOperationDefinition( - FilterOperationKind operationKind) => - CreateOperation(operationKind).CreateDefinition(); - - private StringFilterOperationDescriptor GetOrCreateOperation( - FilterOperationKind operationKind) - { - return Filters.GetOrAddOperation(operationKind, - () => CreateOperation(operationKind)); - } - - private StringFilterOperationDescriptor CreateOperation( - FilterOperationKind operationKind) - { - var operation = new FilterOperation( - typeof(string), - operationKind, - Definition.Property!); - - return StringFilterOperationDescriptor.New( - Context, - this, - CreateFieldName(operationKind), - RewriteType(operationKind), - operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/String/StringFilterOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Filters/String/StringFilterOperationDescriptor.cs deleted file mode 100644 index ece56ccca9c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/String/StringFilterOperationDescriptor.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public class StringFilterOperationDescriptor - : FilterOperationDescriptorBase - , IStringFilterOperationDescriptor -{ - private readonly StringFilterFieldDescriptor _descriptor; - - protected StringFilterOperationDescriptor( - IDescriptorContext context, - StringFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - : base(context) - { - Definition.Name = name; - Definition.Type = type ?? throw new ArgumentNullException(nameof(type)); - Definition.Operation = operation ?? throw new ArgumentNullException(nameof(operation)); - _descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor)); - } - - /// <inheritdoc/> - public IStringFilterFieldDescriptor And() => _descriptor; - - /// <inheritdoc/> - public new IStringFilterOperationDescriptor Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public new IStringFilterOperationDescriptor Description( - string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new IStringFilterOperationDescriptor Directive<T>( - T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new IStringFilterOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new IStringFilterOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - /// <summary> - /// Create a new string filter operation descriptor. - /// </summary> - /// <param name="context"> - /// The descriptor context. - /// </param> - /// <param name="descriptor"> - /// The field descriptor on which this - /// filter operation shall be applied. - /// </param> - /// <param name="name"> - /// The default name of the filter operation field. - /// </param> - /// <param name="type"> - /// The field type of this filter operation field. - /// </param> - /// <param name="operation"> - /// The filter operation info. - /// </param> - public static StringFilterOperationDescriptor New( - IDescriptorContext context, - StringFilterFieldDescriptor descriptor, - string name, - TypeReference type, - FilterOperation operation) - => new(context, descriptor, name, type, operation); -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/FilterInputTypeNameDependencyDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/FilterInputTypeNameDependencyDescriptor~1.cs deleted file mode 100644 index 30a5cac503b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/FilterInputTypeNameDependencyDescriptor~1.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System; -using HotChocolate.Types.Helpers; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -internal class FilterInputTypeNameDependencyDescriptor<T> - : IFilterInputTypeNameDependencyDescriptor<T> -{ - private readonly IFilterInputTypeDescriptor<T> _descriptor; - private readonly Func<INamedType, string> _createName; - - public FilterInputTypeNameDependencyDescriptor( - IFilterInputTypeDescriptor<T> descriptor, - Func<INamedType, string> createName) - { - _descriptor = descriptor - ?? throw new ArgumentNullException(nameof(descriptor)); - _createName = createName - ?? throw new ArgumentNullException(nameof(createName)); - } - - public IFilterInputTypeDescriptor<T> DependsOn<TDependency>() - where TDependency : IType - { - TypeNameHelper.AddNameFunction( - _descriptor, _createName, typeof(TDependency)); - return _descriptor; - } - - public IFilterInputTypeDescriptor<T> DependsOn(Type schemaType) - { - TypeNameHelper.AddNameFunction( - _descriptor, _createName, schemaType); - return _descriptor; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/FilterTypeNameExtensions.cs b/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/FilterTypeNameExtensions.cs deleted file mode 100644 index 0e51887e85c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/FilterTypeNameExtensions.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public static class FilterTypeNameExtensions -{ - [Obsolete("Use HotChocolate.Data.")] - public static IFilterInputTypeNameDependencyDescriptor<T> Name<T>( - this IFilterInputTypeDescriptor<T> descriptor, - Func<INamedType, string> createName) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - if (createName is null) - { - throw new ArgumentNullException(nameof(createName)); - } - - return new FilterInputTypeNameDependencyDescriptor<T>( - descriptor, createName); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/IFilterInputTypeNameDependencyDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/IFilterInputTypeNameDependencyDescriptor~1.cs deleted file mode 100644 index 2417de3b047..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/TypeNameExtension/IFilterInputTypeNameDependencyDescriptor~1.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace HotChocolate.Types.Filters; - -[Obsolete("Use HotChocolate.Data.")] -public interface IFilterInputTypeNameDependencyDescriptor<T> -{ - IFilterInputTypeDescriptor<T> DependsOn<TDependency>() - where TDependency : IType; - - IFilterInputTypeDescriptor<T> DependsOn(Type schemaType); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/UseFilteringAttribute.cs b/src/HotChocolate/Filters/src/Types.Filters/UseFilteringAttribute.cs deleted file mode 100644 index d50c2b52865..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/UseFilteringAttribute.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; -using System.Linq; -using System.Reflection; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class UseFilteringAttribute : ObjectFieldDescriptorAttribute -{ - private static readonly MethodInfo _generic = typeof(FilterObjectFieldDescriptorExtensions) - .GetMethods(BindingFlags.Public | BindingFlags.Static) - .Single(m => m.Name.Equals( - nameof(FilterObjectFieldDescriptorExtensions.UseFiltering), - StringComparison.Ordinal) - && m.GetGenericArguments().Length == 1 - && m.GetParameters().Length == 1 - && m.GetParameters()[0].ParameterType == typeof(IObjectFieldDescriptor)); - - /// <summary> - /// Gets or sets the filter type which specifies the filter object structure. - /// </summary> - /// <value>The filter type</value> - public Type? FilterType { get; set; } - - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - if (FilterType is null) - { - descriptor.UseFiltering(); - } - else - { - _generic.MakeGenericMethod(FilterType).Invoke(null, new[] { descriptor }); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Filters/packages.lock.json b/src/HotChocolate/Filters/src/Types.Filters/packages.lock.json deleted file mode 100644 index 4e2be74cebc..00000000000 --- a/src/HotChocolate/Filters/src/Types.Filters/packages.lock.json +++ /dev/null @@ -1,575 +0,0 @@ -{ - "version": 1, - "dependencies": { - ".NETStandard,Version=v2.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "NETStandard.Library": { - "type": "Direct", - "requested": "[2.0.3, )", - "resolved": "2.0.3", - "contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Bcl.HashCode": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "MalY0Y/uM/LjXtHfX/26l2VtN4LDNZ2OE3aumNOHDLsT4fNYy2hiHXI4CXCqKpNUNm7iJ2brrc4J89UdaL56FA==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.5", - "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "System.Numerics.Vectors": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==" - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Numerics.Vectors": "4.5.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.HashCode": "[1.1.1, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - } - }, - "net6.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - } - }, - "net7.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - } - }, - "net8.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/ISortingNamingConvention.cs b/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/ISortingNamingConvention.cs deleted file mode 100644 index 7fe0f14fde4..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/ISortingNamingConvention.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISortingNamingConvention : IConvention -{ - string ArgumentName { get; } - - string SortKindAscName { get; } - - string SortKindDescName { get; } - - string GetSortingTypeName(IDescriptorContext context, Type entityType); - - string GetSortingOperationKindTypeName(IDescriptorContext context, Type entityType); -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionBase.cs b/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionBase.cs deleted file mode 100644 index 37fabf9b08a..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionBase.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public abstract class SortingNamingConventionBase : ISortingNamingConvention -{ - public virtual string SortKindAscName => "ASC"; - - public virtual string SortKindDescName => "DESC"; - - public abstract string ArgumentName { get; } - - public virtual string GetSortingTypeName(IDescriptorContext context, Type entityType) - { - return context.Naming.GetTypeName(entityType, TypeKind.Object) + "Sort"; - } - - public virtual string GetSortingOperationKindTypeName( - IDescriptorContext context, - Type entityType) - { - return context.Naming.GetTypeName(entityType, TypeKind.Enum); - } - - public static ISortingNamingConvention Default { get; } = - new SortingNamingConventionSnakeCase(); - - public string? Scope { get; } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionPascalCase.cs b/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionPascalCase.cs deleted file mode 100644 index 35580d90596..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionPascalCase.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortingNamingConventionPascalCase : SortingNamingConventionBase -{ - public override string ArgumentName => "OrderBy"; -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionSnakeCase.cs b/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionSnakeCase.cs deleted file mode 100644 index f59b614dbef..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Conventions/Naming/SortingNamingConventionSnakeCase.cs +++ /dev/null @@ -1,10 +0,0 @@ - -using System; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortingNamingConventionSnakeCase : SortingNamingConventionBase -{ - public override string ArgumentName => "order_by"; -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Expressions/SortExpressionBuilder.cs b/src/HotChocolate/Filters/src/Types.Sorting/Expressions/SortExpressionBuilder.cs deleted file mode 100644 index 4cca194fc93..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Expressions/SortExpressionBuilder.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public static class SortExpressionBuilder -{ - private static readonly ConstantExpression _null = - Expression.Constant(null, typeof(object)); - - [Obsolete("Use HotChocolate.Data.")] - public static Expression IsNull(Expression expression) - { - return Expression.Equal(expression, _null); - } - - [Obsolete("Use HotChocolate.Data.")] - public static Expression IfNullThenDefault( - Expression left, - Expression right, - DefaultExpression defaultExpression) - { - return Expression.Condition(IsNull(left), defaultExpression, right); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/QueryableSortVisitorContextExtensions.cs b/src/HotChocolate/Filters/src/Types.Sorting/Extensions/QueryableSortVisitorContextExtensions.cs deleted file mode 100644 index fb738177c51..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/QueryableSortVisitorContextExtensions.cs +++ /dev/null @@ -1,98 +0,0 @@ -using System; -using System.Linq; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public static class QueryableSortVisitorContextExtensions -{ - [Obsolete("Use HotChocolate.Data.")] - public static SortOperationInvocation CreateSortOperation( - this QueryableSortVisitorContext context, - SortOperationKind kind) - { - if (context.InMemory) - { - return context.Closure.CreateInMemorySortOperation(kind); - } - - return context.Closure.CreateSortOperation(kind); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IQueryable<TSource> Sort<TSource>( - this QueryableSortVisitorContext context, - IQueryable<TSource> source) - { - if (context.SortOperations.Count == 0) - { - return source; - } - - return source.Provider.CreateQuery<TSource>(context.Compile(source.Expression)); - } - - [Obsolete("Use HotChocolate.Data.")] - public static Expression Compile( - this QueryableSortVisitorContext context, - Expression source) - { - if (context.SortOperations.Count == 0) - { - return source; - } - - if (!OrderingMethodFinder.OrderMethodExists(source)) - { - source = source.CompileInitialSortOperation( - context.SortOperations.Dequeue()); - } - - while (context.SortOperations.Count != 0) - { - source = source.CompileSortOperation( - context.SortOperations.Dequeue()); - } - - return source; - } - - // Adapted from internal System.Web.Util.OrderingMethodFinder - // http://referencesource.microsoft.com/#System.Web/Util/OrderingMethodFinder.cs - private sealed class OrderingMethodFinder : ExpressionVisitor - { - private bool _orderingMethodFound = false; - - public override Expression? Visit(Expression? node) - { - if (_orderingMethodFound) - { - return node; - } - - return base.Visit(node); - } - - protected override Expression VisitMethodCall(MethodCallExpression node) - { - var name = node.Method.Name; - - if (node.Method.DeclaringType == typeof(Queryable) && ( - name.StartsWith(nameof(Queryable.OrderBy), StringComparison.Ordinal) || - name.StartsWith(nameof(Queryable.ThenBy), StringComparison.Ordinal))) - { - _orderingMethodFound = true; - } - - return base.VisitMethodCall(node); - } - - public static bool OrderMethodExists(Expression expression) - { - var visitor = new OrderingMethodFinder(); - visitor.Visit(expression); - return visitor._orderingMethodFound; - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortObjectFieldDescriptorExtensions.cs b/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortObjectFieldDescriptorExtensions.cs deleted file mode 100644 index e986d649344..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortObjectFieldDescriptorExtensions.cs +++ /dev/null @@ -1,191 +0,0 @@ -using System; -using System.Globalization; -using HotChocolate.Configuration; -using HotChocolate.Internal; -using HotChocolate.Resolvers; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using HotChocolate.Types.Sorting; - -namespace HotChocolate.Types; - -[Obsolete("Use HotChocolate.Data.")] -public static class SortObjectFieldDescriptorExtensions -{ - private static readonly Type _middlewareDefinition = typeof(QueryableSortMiddleware<>); - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor UseSorting( - this IObjectFieldDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - return UseSorting(descriptor, null); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor UseSorting<T>( - this IObjectFieldDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - var sortType = - typeof(ISortInputType).IsAssignableFrom(typeof(T)) - ? typeof(T) - : typeof(SortInputType<>).MakeGenericType(typeof(T)); - - return UseSorting(descriptor, sortType); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor UseSorting<T>( - this IObjectFieldDescriptor descriptor, - Action<ISortInputTypeDescriptor<T>> configure) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - if (configure is null) - { - throw new ArgumentNullException(nameof(configure)); - } - - var sortType = new SortInputType<T>(configure); - - return UseSorting(descriptor, sortType.GetType(), sortType); - } - - [Obsolete("Use HotChocolate.Data.")] - public static IObjectFieldDescriptor UseSorting( - this IObjectFieldDescriptor descriptor, - Type? sortType, - ITypeSystemMember? sortTypeInstance = null) - { - FieldMiddlewareDefinition placeholder = - new(_ => _ => default, key: WellKnownMiddleware.Sorting); - - var argumentPlaceholder = - "_" + Guid.NewGuid().ToString("N", CultureInfo.InvariantCulture); - - descriptor.Extend().Definition.MiddlewareDefinitions.Add(placeholder); - - descriptor - .Extend() - .OnBeforeCreate((c,definition) => - { - var argumentType = GetArgumentType(definition, sortType, c.TypeInspector); - - TypeReference argumentTypeReference = sortTypeInstance is null - ? c.TypeInspector.GetTypeRef( - argumentType, - TypeContext.Input) - : TypeReference.Create(sortTypeInstance); - - var argumentDefinition = new ArgumentDefinition - { - Name = argumentPlaceholder, - Type = c.TypeInspector.GetTypeRef(argumentType, TypeContext.Input) - }; - - argumentDefinition.Configurations.Add( - new CompleteConfiguration<ArgumentDefinition>( - (context, d) => - { - var convention = - context.DescriptorContext.GetSortingNamingConvention(); - d.Name = convention.ArgumentName; - }, - argumentDefinition, - ApplyConfigurationOn. - BeforeCompletion)); - - definition.Arguments.Add(argumentDefinition); - definition.Configurations.Add( - new CompleteConfiguration<ObjectFieldDefinition>( - (context, d) => - CompileMiddleware( - context, - d, - argumentTypeReference, - placeholder), - definition, - ApplyConfigurationOn.BeforeCompletion, - argumentTypeReference, - TypeDependencyFulfilled.Completed)); - }); - - return descriptor; - } - - private static Type GetArgumentType( - ObjectFieldDefinition definition, - Type? filterType, - ITypeInspector typeInspector) - { - var argumentType = filterType; - - if (argumentType is null) - { - if (definition.ResultType is null || - definition.ResultType == typeof(object) || - !typeInspector.TryCreateTypeInfo( - definition.ResultType, out var typeInfo)) - { - throw new SchemaException( - SchemaErrorBuilder.New() - .SetMessage("Cannot handle the specified type.") - .SetExtension("fieldName", definition.Name) - .Build()); - } - - argumentType = typeof(SortInputType<>).MakeGenericType(typeInfo.NamedType); - } - - if (argumentType == typeof(object)) - { - // TODO : resources - throw new SchemaException( - SchemaErrorBuilder.New() - .SetMessage( - "The sort type cannot be " + - "inferred from `System.Object`.") - .SetCode(ErrorCodes.Filtering.FilterObjectType) - .Build()); - } - - return argumentType; - } - - private static void CompileMiddleware( - ITypeCompletionContext context, - ObjectFieldDefinition definition, - TypeReference argumentTypeReference, - FieldMiddlewareDefinition placeholder) - { - var convention = - context.DescriptorContext.GetSortingNamingConvention(); - - var type = context.GetType<ISortInputType>(argumentTypeReference); - var middlewareType = _middlewareDefinition.MakeGenericType(type.EntityType); - - var middleware = - FieldClassMiddlewareFactory.Create( - middlewareType, - ( - typeof(SortMiddlewareContext), - SortMiddlewareContext.Create(convention.ArgumentName - ))); - - var index = definition.MiddlewareDefinitions.IndexOf(placeholder); - definition.MiddlewareDefinitions[index] = - new(middleware, key: WellKnownMiddleware.Sorting); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortingFieldCollectionExtensions.cs b/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortingFieldCollectionExtensions.cs deleted file mode 100644 index b0a5ba67f65..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortingFieldCollectionExtensions.cs +++ /dev/null @@ -1,47 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection; - -namespace HotChocolate.Types.Sorting.Extensions; - -[Obsolete("Use HotChocolate.Data.")] -public static class SortingFieldCollectionExtensions -{ - [Obsolete("Use HotChocolate.Data.")] - public static T GetOrAddDescriptor<T>( - this ICollection<SortOperationDescriptorBase> fields, - PropertyInfo propertyInfo, - Func<T> valueFactory) where T : SortOperationDescriptorBase - { - if (fields is null) - { - throw new ArgumentNullException(nameof(fields)); - } - if (propertyInfo is null) - { - throw new ArgumentNullException(nameof(propertyInfo)); - } - if (valueFactory is null) - { - throw new ArgumentNullException(nameof(valueFactory)); - } - - var fieldDescriptor = fields.FirstOrDefault( - t => t.Definition.Operation?.Property.Equals(propertyInfo) ?? false); - - if (fieldDescriptor is { }) - { - if (fieldDescriptor is T descritorOfT) - { - return descritorOfT; - } - - fields.Remove(fieldDescriptor); - } - - var newDescriptor = valueFactory.Invoke(); - fields.Add(newDescriptor); - return newDescriptor; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortingNamingConventionExtension.cs b/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortingNamingConventionExtension.cs deleted file mode 100644 index b5bdca67c4b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Extensions/SortingNamingConventionExtension.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public static class SortingNamingConventionExtension -{ - [Obsolete("Use HotChocolate.Data.")] - public static ISortingNamingConvention GetSortingNamingConvention( - this IDescriptorContext context) - { - return context.GetConventionOrDefault(SortingNamingConventionBase.Default); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/HotChocolate.Types.Sorting.csproj b/src/HotChocolate/Filters/src/Types.Sorting/HotChocolate.Types.Sorting.csproj deleted file mode 100644 index ddbc604ef8d..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/HotChocolate.Types.Sorting.csproj +++ /dev/null @@ -1,29 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <PackageId>HotChocolate.Types.Sorting</PackageId> - <AssemblyName>HotChocolate.Types.Sorting</AssemblyName> - <RootNamespace>HotChocolate.Types.Sorting</RootNamespace> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - </ItemGroup> - - <ItemGroup> - <Compile Update="Properties\SortingResources.Designer.cs"> - <DesignTime>True</DesignTime> - <AutoGen>True</AutoGen> - <DependentUpon>SortingResources.resx</DependentUpon> - </Compile> - </ItemGroup> - - <ItemGroup> - <EmbeddedResource Update="Properties\SortingResources.resx"> - <Generator>ResXFileCodeGenerator</Generator> - <LastGenOutput>SortingResources.Designer.cs</LastGenOutput> - </EmbeddedResource> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/src/Types.Sorting/ISortInputType.cs b/src/HotChocolate/Filters/src/Types.Sorting/ISortInputType.cs deleted file mode 100644 index 0d2722f1a2f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/ISortInputType.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; - -namespace HotChocolate.Types.Sorting; - -/// <summary> -/// Specifies a sort input type. -/// </summary> -[Obsolete("Use HotChocolate.Data.")] -public interface ISortInputType - : INamedInputType -{ - /// <summary> - /// The entity on which the sorting is applied. - /// </summary> - Type EntityType { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/ISortInputTypeDescriptor.cs b/src/HotChocolate/Filters/src/Types.Sorting/ISortInputTypeDescriptor.cs deleted file mode 100644 index 81e68d17589..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/ISortInputTypeDescriptor.cs +++ /dev/null @@ -1,93 +0,0 @@ -using System; -using System.Linq.Expressions; -using HotChocolate.Language; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISortInputTypeDescriptor<T> - : IDescriptor<SortInputTypeDefinition> - , IFluent -{ - - /// <summary> - /// Defines the name of the <see cref="SortInputType{T}"/>. - /// </summary> - /// <param name="value">The sort type name.</param> - /// <exception cref="ArgumentNullException"> - /// <paramref name="value"/> is <c>null</c> or - /// <see cref="string.Empty"/>. - /// </exception> - ISortInputTypeDescriptor<T> Name(string value); - - /// <summary> - /// Adds explanatory text of the <see cref="SortInputType{T}"/> - /// that can be accessed via introspection. - /// </summary> - /// <param name="value">The sort type description.</param> - /// - ISortInputTypeDescriptor<T> Description(string value); - - /// <summary> - /// Defines the sort binding behavior. - /// - /// The default binding behavior is set to - /// <see cref="BindingBehavior.Implicit"/>. - /// </summary> - /// <param name="behavior"> - /// The binding behavior. - /// - /// Implicit: - /// The sort type descriptor will try to infer the sortable fields - /// from the specified <typeparamref name="T"/>. - /// - /// Explicit: - /// All sortable fields have to be specified explicitly by specifying - /// which field is sortable. - /// </param> - ISortInputTypeDescriptor<T> BindFields(BindingBehavior behavior); - - /// <summary> - /// Defines that all sortable fields have to be specified explicitly by specifying - /// which field is sortable. - /// </summary> - ISortInputTypeDescriptor<T> BindFieldsExplicitly(); - - /// <summary> - /// Defines that the sort type descriptor will try to infer the sortable fields - /// from the specified <typeparamref name="T"/>. - /// </summary> - ISortInputTypeDescriptor<T> BindFieldsImplicitly(); - - /// <summary> - /// Defines that the selected property is sortable. - /// </summary> - /// <param name="property"> - /// The property that is sortable. - /// </param> - ISortOperationDescriptor Sortable(Expression<Func<T, IComparable>> property); - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="property">The property that hall be ignored.</param> - ISortInputTypeDescriptor<T> Ignore(Expression<Func<T, object>> property); - - ISortInputTypeDescriptor<T> Directive<TDirective>(TDirective directiveInstance) - where TDirective : class; - - ISortInputTypeDescriptor<T> Directive<TDirective>() - where TDirective : class, new(); - - ISortInputTypeDescriptor<T> Directive(string name, params ArgumentNode[] arguments); - - /// <summary> - /// Defines that the selected property is sortable. - /// </summary> - /// <param name="property"> - /// The property that is sortable. - /// </param> - ISortObjectOperationDescriptor<TObject> SortableObject<TObject>( - Expression<Func<T, TObject>> property) - where TObject : class; -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/ISortObjectOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Sorting/ISortObjectOperationDescriptor.cs deleted file mode 100644 index 428e8419011..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/ISortObjectOperationDescriptor.cs +++ /dev/null @@ -1,64 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISortObjectOperationDescriptor - : IDescriptor<SortOperationDefintion> - , IFluent -{ - /// <summary> - /// Specify the name of the sort operation. - /// </summary> - /// <param name="value"> - /// The sort operation name. - /// </param> - ISortObjectOperationDescriptor Name(string value); - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="ignore">If set to true the field is ignored</param> - ISortObjectOperationDescriptor Ignore(bool ignore = true); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - ISortObjectOperationDescriptor Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - ISortObjectOperationDescriptor Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - ISortObjectOperationDescriptor Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - ISortObjectOperationDescriptor Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/ISortObjectOperationDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Sorting/ISortObjectOperationDescriptor~1.cs deleted file mode 100644 index 32003bf212d..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/ISortObjectOperationDescriptor~1.cs +++ /dev/null @@ -1,79 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISortObjectOperationDescriptor<TObject> : - ISortObjectOperationDescriptor -{ - /// <summary> - /// Specify the name of the sort operation. - /// </summary> - /// <param name="value"> - /// The sort operation name. - /// </param> - new ISortObjectOperationDescriptor<TObject> Name(string value); - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="ignore">If set to true the field is ignored</param> - new ISortObjectOperationDescriptor<TObject> Ignore(bool ignore = true); - - /// <summary> - /// Specifies the type of the filter operation - /// </summary> - /// <param name="descriptor"></param> - /// <returns></returns> - ISortObjectOperationDescriptor<TObject> Type( - Action<ISortInputTypeDescriptor<TObject>> descriptor); - - /// <summary> - /// Specifies the type of the filter operation - /// </summary> - ISortObjectOperationDescriptor<TObject> Type<TFilter>() - where TFilter : SortInputType<TObject>; - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - new ISortObjectOperationDescriptor<TObject> Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - new ISortObjectOperationDescriptor<TObject> Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - new ISortObjectOperationDescriptor<TObject> Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - new ISortObjectOperationDescriptor<TObject> Directive( - string name, - params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/ISortOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Sorting/ISortOperationDescriptor.cs deleted file mode 100644 index a54263780be..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/ISortOperationDescriptor.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISortOperationDescriptor -{ - /// <summary> - /// Specify the name of the sort operation. - /// </summary> - /// <param name="value"> - /// The sort operation name. - /// </param> - ISortOperationDescriptor Name(string value); - - /// <summary> - /// Ignore the specified property. - /// </summary> - /// <param name="ignore">If set to true the field is ignored</param> - ISortOperationDescriptor Ignore(bool ignore = true); - - /// <summary> - /// Specify the description of the filter operation. - /// </summary> - /// <param name="value"> - /// The operation description. - /// </param> - ISortOperationDescriptor Description(string value); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="directiveInstance"> - /// The directive with which the field shall be annotated. - /// </param> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - ISortOperationDescriptor Directive<T>(T directiveInstance) - where T : class; - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <typeparam name="T"> - /// The directive type. - /// </typeparam> - ISortOperationDescriptor Directive<T>() - where T : class, new(); - - /// <summary> - /// Annotate the operation filter field with a directive. - /// </summary> - /// <param name="name"> - /// The name of the directive. - /// </param> - /// <param name="arguments"> - /// The argument values of the directive. - /// </param> - ISortOperationDescriptor Directive(string name, params ArgumentNode[] arguments); -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/ISortVisitorContextBase.cs b/src/HotChocolate/Filters/src/Types.Sorting/ISortVisitorContextBase.cs deleted file mode 100644 index 6dd16847025..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/ISortVisitorContextBase.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISortVisitorContextBase - : ISyntaxVisitorContext -{ - Stack<IType> Types { get; } - - Stack<IInputField> Operations { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/IgnoredSortingFieldDescriptor.cs b/src/HotChocolate/Filters/src/Types.Sorting/IgnoredSortingFieldDescriptor.cs deleted file mode 100644 index 0b30ffef720..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/IgnoredSortingFieldDescriptor.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using static HotChocolate.Types.TypeContext; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -internal class IgnoredSortingFieldDescriptor - : SortOperationDescriptorBase -{ - protected IgnoredSortingFieldDescriptor( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - : base(context, name, type, operation) - { - - Definition.Ignore = true; - } - - public static IgnoredSortingFieldDescriptor New( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - => new(context, name, type, operation); - - public static IgnoredSortingFieldDescriptor CreateOperation( - PropertyInfo property, - IDescriptorContext context) - { - var operation = new SortOperation(property); - var typeReference = context.TypeInspector.GetTypeRef(typeof(SortOperationKindType), Input); - var name = context.Naming.GetMemberName(property, MemberKind.InputObjectField); - - return New(context, name, typeReference, operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/InternalsVisibleTo.cs b/src/HotChocolate/Filters/src/Types.Sorting/InternalsVisibleTo.cs deleted file mode 100644 index 6c7677190b6..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/InternalsVisibleTo.cs +++ /dev/null @@ -1,4 +0,0 @@ - -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("HotChocolate.Types.Sorting.Tests")] diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Properties/InternalsVisibleTo.cs b/src/HotChocolate/Filters/src/Types.Sorting/Properties/InternalsVisibleTo.cs deleted file mode 100644 index 5380394beff..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Properties/InternalsVisibleTo.cs +++ /dev/null @@ -1,2 +0,0 @@ -using System.Runtime.CompilerServices; -[assembly: InternalsVisibleTo("HotChocolate.Types.Sorting.Tests")] diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Properties/SortingResources.Designer.cs b/src/HotChocolate/Filters/src/Types.Sorting/Properties/SortingResources.Designer.cs deleted file mode 100644 index 7226feb2d6e..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Properties/SortingResources.Designer.cs +++ /dev/null @@ -1,66 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace HotChocolate.Types.Sorting.Properties { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class SortingResources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal SortingResources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("HotChocolate.Types.Sorting.Properties.SortingResources", typeof(SortingResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string SortObjectTypeFieldVisitor_InvalidType { - get { - return ResourceManager.GetString("SortObjectTypeFieldVisitor_InvalidType", resourceCulture); - } - } - - internal static string SortObjectTypeVisitor_InvalidType { - get { - return ResourceManager.GetString("SortObjectTypeVisitor_InvalidType", resourceCulture); - } - } - - internal static string SortInputTypeDescriptor_Ignore_OnlyPopertiesAreAllowed { - get { - return ResourceManager.GetString("SortInputTypeDescriptor_Ignore_OnlyPopertiesAreAllowed", resourceCulture); - } - } - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/Properties/SortingResources.resx b/src/HotChocolate/Filters/src/Types.Sorting/Properties/SortingResources.resx deleted file mode 100644 index 687f50c4676..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/Properties/SortingResources.resx +++ /dev/null @@ -1,129 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<root> - <!-- - Microsoft ResX Schema - - Version 2.0 - - The primary goals of this format is to allow a simple XML format - that is mostly human readable. The generation and parsing of the - various data types are done through the TypeConverter classes - associated with the data types. - - Example: - - ... ado.net/XML headers & schema ... - <resheader name="resmimetype">text/microsoft-resx</resheader> - <resheader name="version">2.0</resheader> - <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> - <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> - <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> - <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> - <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> - <value>[base64 mime encoded serialized .NET Framework object]</value> - </data> - <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> - <comment>This is a comment</comment> - </data> - - There are any number of "resheader" rows that contain simple - name/value pairs. - - Each data row contains a name, and value. The row also contains a - type or mimetype. Type corresponds to a .NET class that support - text/value conversion through the TypeConverter architecture. - Classes that don't support this are serialized and stored with the - mimetype set. - - The mimetype is used for serialized objects, and tells the - ResXResourceReader how to depersist the object. This is currently not - extensible. For a given mimetype the value must be set accordingly: - - Note - application/x-microsoft.net.object.binary.base64 is the format - that the ResXResourceWriter will generate, however the reader can - read any of the formats listed below. - - mimetype: application/x-microsoft.net.object.binary.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.soap.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Soap.SoapFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.bytearray.base64 - value : The object must be serialized into a byte array - : using a System.ComponentModel.TypeConverter - : and then encoded with base64 encoding. - --> - <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> - <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> - <xsd:element name="root" msdata:IsDataSet="true"> - <xsd:complexType> - <xsd:choice maxOccurs="unbounded"> - <xsd:element name="metadata"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" /> - </xsd:sequence> - <xsd:attribute name="name" use="required" type="xsd:string" /> - <xsd:attribute name="type" type="xsd:string" /> - <xsd:attribute name="mimetype" type="xsd:string" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="assembly"> - <xsd:complexType> - <xsd:attribute name="alias" type="xsd:string" /> - <xsd:attribute name="name" type="xsd:string" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="data"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> - <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> - <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="resheader"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" /> - </xsd:complexType> - </xsd:element> - </xsd:choice> - </xsd:complexType> - </xsd:element> - </xsd:schema> - <resheader name="resmimetype"> - <value>text/microsoft-resx</value> - </resheader> - <resheader name="version"> - <value>2.0</value> - </resheader> - <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <data name="SortObjectTypeFieldVisitor_InvalidType" xml:space="preserve"> - <value>The visited field is of a invalid type. Only IInputField is allowed.</value> - </data> - <data name="SortObjectTypeVisitor_InvalidType" xml:space="preserve"> - <value>The visited type is invalid. Only InputObjectType is allowed.</value> - </data> - <data name="SortInputTypeDescriptor_Ignore_OnlyPopertiesAreAllowed" xml:space="preserve"> - <value>Only properties are allowed for input types.</value> - </data> -</root> \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/QueryableExtensions.cs b/src/HotChocolate/Filters/src/Types.Sorting/QueryableExtensions.cs deleted file mode 100644 index 1c18e88adfb..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/QueryableExtensions.cs +++ /dev/null @@ -1,80 +0,0 @@ -using System; -using System.Linq; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -internal static class QueryableExtensions -{ - internal static Expression CompileInitialSortOperation( - this Expression source, - SortOperationInvocation operation) - { - var lambda - = operation.CreateProperty(); - - var type = typeof(Enumerable); - if (typeof(IOrderedQueryable).IsAssignableFrom(source.Type) || - typeof(IQueryable).IsAssignableFrom(source.Type)) - { - type = typeof(Queryable); - } - if (operation.Kind == SortOperationKind.Desc) - { - return Expression.Call( - type, - nameof(Queryable.OrderByDescending), - new[] { operation.Parameter.Type, operation.ReturnType }, - source, - lambda); - } - - return Expression.Call( - type, - nameof(Queryable.OrderBy), - new[] { operation.Parameter.Type, operation.ReturnType }, - source, - lambda); - } - - internal static Expression CompileSortOperation( - this Expression source, - SortOperationInvocation operation) - { - var lambda - = operation.CreateProperty(); - - var type = typeof(Enumerable); - if (typeof(IOrderedQueryable).IsAssignableFrom(source.Type)) - { - type = typeof(Queryable); - } - - if (operation.Kind == SortOperationKind.Desc) - { - return Expression.Call( - type, - nameof(Queryable.ThenByDescending), - new[] { operation.Parameter.Type, operation.ReturnType }, - source, - lambda); - } - - return Expression.Call( - type, - nameof(Queryable.ThenBy), - new[] { operation.Parameter.Type, operation.ReturnType }, - source, - lambda); - } - - internal static Expression CreateProperty( - this SortOperationInvocation operation) - { - return Expression.Lambda( - operation.ExpressionBody, - operation.Parameter - ); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortMiddleware.cs b/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortMiddleware.cs deleted file mode 100644 index e7a1aa8e273..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortMiddleware.cs +++ /dev/null @@ -1,64 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.InteropServices.ComTypes; -using System.Threading.Tasks; -using HotChocolate.Language; -using HotChocolate.Resolvers; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class QueryableSortMiddleware<T> -{ - private readonly SortMiddlewareContext _contextData; - private readonly FieldDelegate _next; - - public QueryableSortMiddleware( - FieldDelegate next, - SortMiddlewareContext contextData) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - _contextData = contextData ?? throw new ArgumentNullException(nameof(contextData)); - } - - public async Task InvokeAsync(IMiddlewareContext context) - { - await _next(context).ConfigureAwait(false); - - var sortArg = context.ArgumentLiteral<IValueNode>(_contextData.ArgumentName); - - if (sortArg is NullValueNode) - { - return; - } - - IQueryable<T>? source = null; - - if (context.Result is IQueryable<T> q) - { - source = q; - } - else if (context.Result is IEnumerable<T> e) - { - source = e.AsQueryable(); - } - - if (source is not null && - context.Selection.Field.Arguments[_contextData.ArgumentName].Type - is InputObjectType iot - and ISortInputType { EntityType: not null } fit) - { - var visitorCtx = new QueryableSortVisitorContext( - context.Service<InputParser>(), - iot, - fit.EntityType, - source is EnumerableQuery); - - QueryableSortVisitor.Default.Visit(sortArg, visitorCtx); - - source = visitorCtx.Sort(source); - context.Result = source; - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortVisitor.cs b/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortVisitor.cs deleted file mode 100644 index f5324a87230..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortVisitor.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class QueryableSortVisitor : SortVisitorBase<QueryableSortVisitorContext> -{ - protected QueryableSortVisitor() - { - } - - #region Object Value - - protected override ISyntaxVisitorAction Enter( - ObjectValueNode node, QueryableSortVisitorContext context) => Continue; - - protected override ISyntaxVisitorAction Leave( - ObjectValueNode node, QueryableSortVisitorContext context) => Continue; - - #endregion - - #region Object Field - - protected override ISyntaxVisitorAction Enter( - ObjectFieldNode node, - QueryableSortVisitorContext context) - { - base.Enter(node, context); - - if (context.Operations.Peek() is SortOperationField sortField && - sortField.Operation?.Property != null) - { - context.Closure.EnqueueProperty(sortField.Operation.Property); - if (!sortField.Operation.IsObject) - { - var parser = context.InputParser; - var kind = (SortOperationKind)parser.ParseLiteral(node.Value, sortField)!; - context.SortOperations.Enqueue(context.CreateSortOperation(kind)); - } - } - - return Continue; - } - - protected override ISyntaxVisitorAction Leave( - ObjectFieldNode node, - QueryableSortVisitorContext context) - { - if (context.Operations.Peek() is SortOperationField) - { - context.Closure.Pop(); - } - return base.Leave(node, context); - } - - #endregion - - #region List - - protected override ISyntaxVisitorAction Enter( - ListValueNode node, - QueryableSortVisitorContext context) => Continue; - - #endregion - - public static readonly QueryableSortVisitor Default = new(); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortVisitorContext.cs b/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortVisitorContext.cs deleted file mode 100644 index 7a9f44686d7..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/QueryableSortVisitorContext.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class QueryableSortVisitorContext - : SortVisitorContextBase -{ - private const string _parameterName = "t"; - - public QueryableSortVisitorContext( - InputParser inputParser, - InputObjectType initialType, - Type source, - bool inMemory) - : base(initialType) - { - if (source is null) - { - throw new ArgumentNullException(nameof(source)); - } - - Closure = new SortQueryableClosure(source, _parameterName); - InputParser = inputParser ?? throw new ArgumentNullException(nameof(inputParser)); - InMemory = inMemory; - } - - public InputParser InputParser { get; } - - public SortQueryableClosure Closure { get; } - - public Queue<SortOperationInvocation> SortOperations { get; } = new(); - - public bool InMemory { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortInputType.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortInputType.cs deleted file mode 100644 index d8e6aa3466c..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortInputType.cs +++ /dev/null @@ -1,91 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Configuration; -using HotChocolate.Types.Descriptors.Definitions; - -using static HotChocolate.Internal.FieldInitHelper; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortInputType<T> - : InputObjectType - , ISortInputType -{ - private readonly Action<ISortInputTypeDescriptor<T>> _configure; - - public SortInputType() - { - _configure = Configure; - } - - public SortInputType( - Action<ISortInputTypeDescriptor<T>> configure) - { - _configure = configure - ?? throw new ArgumentNullException(nameof(configure)); - } - - public Type EntityType { get; private set; } = typeof(object); - - protected override InputObjectTypeDefinition CreateDefinition( - ITypeDiscoveryContext context) - { - var descriptor = - SortInputTypeDescriptor<T>.New( - context.DescriptorContext, - typeof(T)); - _configure(descriptor); - return descriptor.CreateDefinition(); - } - - protected override void OnRegisterDependencies( - ITypeDiscoveryContext context, - InputObjectTypeDefinition definition) - { - base.OnRegisterDependencies(context, definition); - - SetTypeIdentity(typeof(SortInputType<>)); - } - - protected virtual void Configure( - ISortInputTypeDescriptor<T> descriptor) - { - } - - protected override void OnCompleteType( - ITypeCompletionContext context, - InputObjectTypeDefinition definition) - { - base.OnCompleteType(context, definition); - - if (definition is SortInputTypeDefinition { EntityType: { } } ft) - { - EntityType = ft.EntityType; - } - } - - protected override FieldCollection<InputField> OnCompleteFields( - ITypeCompletionContext context, - InputObjectTypeDefinition definition) - { - return CompleteFields( - context, - this, - definition.Fields.OfType<SortOperationDefintion>(), - CreateField, - definition.Fields.Count); - - static InputField CreateField(SortOperationDefintion fieldDef, int index) - => new SortOperationField(fieldDef, index); - } - - // we are disabling the default configure method so - // that this does not lead to confusion. - protected sealed override void Configure( - IInputObjectTypeDescriptor descriptor) - { - throw new NotSupportedException(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortInputTypeDefinition.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortInputTypeDefinition.cs deleted file mode 100644 index 9db6c547b75..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortInputTypeDefinition.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortInputTypeDefinition - : InputObjectTypeDefinition -{ - public Type? EntityType { get; set; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortInputTypeDescriptor.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortInputTypeDescriptor.cs deleted file mode 100644 index b4916cb7ae8..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortInputTypeDescriptor.cs +++ /dev/null @@ -1,237 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; -using System.Linq; -using System.Linq.Expressions; -using System.Reflection; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using HotChocolate.Types.Helpers; -using HotChocolate.Types.Sorting.Extensions; -using HotChocolate.Types.Sorting.Properties; -using HotChocolate.Utilities; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortInputTypeDescriptor<T> - : DescriptorBase<SortInputTypeDefinition> - , ISortInputTypeDescriptor<T> -{ - protected SortInputTypeDescriptor( - IDescriptorContext context, - Type entityType) - : base(context) - { - var convention = context.GetSortingNamingConvention(); - Definition.EntityType = entityType ?? throw new ArgumentNullException(nameof(entityType)); - Definition.RuntimeType = typeof(object); - Definition.Name = convention.GetSortingTypeName(context, entityType); - Definition.Description = context.Naming.GetTypeDescription(entityType, TypeKind.Object); - } - - protected internal sealed override SortInputTypeDefinition Definition { get; protected set; } = - new(); - - protected ICollection<SortOperationDescriptorBase> Fields { get; } = - new List<SortOperationDescriptorBase>(); - - - public ISortInputTypeDescriptor<T> Name(string value) - { - Definition.Name = value; - return this; - } - - public ISortInputTypeDescriptor<T> Description( - string value) - { - Definition.Description = value; - return this; - } - - public ISortInputTypeDescriptor<T> Directive<TDirective>( - TDirective directiveInstance) - where TDirective : class - { - Definition.AddDirective(directiveInstance, Context.TypeInspector); - return this; - } - - public ISortInputTypeDescriptor<T> Directive<TDirective>() - where TDirective : class, new() - { - Definition.AddDirective(new TDirective(), Context.TypeInspector); - return this; - } - - public ISortInputTypeDescriptor<T> Directive( - string name, - params ArgumentNode[] arguments) - { - Definition.AddDirective(name, arguments); - return this; - } - - - public ISortInputTypeDescriptor<T> BindFields( - BindingBehavior behavior) - { - Definition.Fields.BindingBehavior = behavior; - return this; - } - - public ISortInputTypeDescriptor<T> BindFieldsImplicitly() => - BindFields(BindingBehavior.Implicit); - - public ISortInputTypeDescriptor<T> BindFieldsExplicitly() => - BindFields(BindingBehavior.Explicit); - - public ISortOperationDescriptor Sortable( - Expression<Func<T, IComparable>> property) - { - if (property.ExtractMember() is PropertyInfo p) - { - return Fields.GetOrAddDescriptor(p, - () => SortOperationDescriptor.CreateOperation(p, Context)); - } - - // TODO : resources - throw new ArgumentException( - SortingResources.SortInputTypeDescriptor_Ignore_OnlyPopertiesAreAllowed, - nameof(property)); - } - - public ISortObjectOperationDescriptor<TObject> SortableObject<TObject>( - Expression<Func<T, TObject>> property) - where TObject : class - { - if (property.ExtractMember() is PropertyInfo p) - { - return Fields.GetOrAddDescriptor(p, - () => SortObjectOperationDescriptor<TObject>.CreateOperation(p, Context)); - } - - // TODO : resources - throw new ArgumentException( - SortingResources.SortInputTypeDescriptor_Ignore_OnlyPopertiesAreAllowed, - nameof(property)); - } - - public ISortInputTypeDescriptor<T> Ignore(Expression<Func<T, object>> property) - { - if (property.ExtractMember() is PropertyInfo p) - { - Fields.GetOrAddDescriptor( - p, - () => IgnoredSortingFieldDescriptor.CreateOperation(p, Context)); - return this; - } - - throw new ArgumentException( - SortingResources.SortInputTypeDescriptor_Ignore_OnlyPopertiesAreAllowed, - nameof(property)); - } - - protected override void OnCreateDefinition( - SortInputTypeDefinition definition) - { - if (!Definition.AttributesAreApplied && Definition.EntityType is not null) - { - Context.TypeInspector.ApplyAttributes(Context, this, Definition.EntityType); - Definition.AttributesAreApplied = true; - } - - var fields = new Dictionary<string, SortOperationDefintion>(StringComparer.Ordinal); - var handledProperties = new HashSet<PropertyInfo>(); - - var explicitFields = - Fields.Select(x => x.CreateDefinition()).ToList(); - - FieldDescriptorUtilities.AddExplicitFields( - explicitFields.Where(t => !t.Ignore), - f => f.Operation?.Property, - fields, - handledProperties); - - foreach (var field in explicitFields.Where(t => t.Ignore)) - { - if (field.Operation?.Property is { } property) - { - handledProperties.Add(property); - } - } - - OnCompleteFields(fields, handledProperties); - - Definition.Fields.AddRange(fields.Values); - } - - protected virtual void OnCompleteFields( - IDictionary<string, SortOperationDefintion> fields, - ISet<PropertyInfo> handledProperties) - { - if (!Definition.Fields.IsImplicitBinding() || - Definition.EntityType == typeof(object)) - { - return; - } - - foreach (var member in Context.TypeInspector.GetMembers(Definition.EntityType!)) - { - if (member is PropertyInfo property) - { - if (handledProperties.Contains(property)) - { - continue; - } - - if (TryCreateImplicitSorting(property, out var definition) - && !fields.ContainsKey(definition.Name)) - { - fields[definition.Name] = definition; - } - } - } - } - - private bool TryCreateImplicitSorting( - PropertyInfo property, - [NotNullWhen(true)] out SortOperationDefintion? definition) - { - var type = property.PropertyType; - - if (type.IsGenericType - && System.Nullable.GetUnderlyingType(type) is { } nullableType) - { - type = nullableType; - } - - if (typeof(IComparable).IsAssignableFrom(type)) - { - definition = SortOperationDescriptor - .CreateOperation(property, Context) - .CreateDefinition(); - return true; - } - - if (Context.TypeInspector.TryCreateTypeInfo(type, out var typeInfo) && - typeInfo.GetExtendedType()?.IsList is { } isList) - { - if (type.IsClass && !isList) - { - definition = SortObjectOperationDescriptor - .CreateOperation(property, Context) - .CreateDefinition(); - return true; - } - } - - definition = null; - return false; - } - - public static SortInputTypeDescriptor<T> New(IDescriptorContext context, Type entityType) - => new(context, entityType); -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortMiddlewareContext.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortMiddlewareContext.cs deleted file mode 100644 index db5de986b3f..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortMiddlewareContext.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortMiddlewareContext -{ - public SortMiddlewareContext(string argumentName) - { - ArgumentName = argumentName; - } - - public string ArgumentName { get; } - - public static SortMiddlewareContext Create(string argumentName) - { - return new SortMiddlewareContext(argumentName); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortObjectOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortObjectOperationDescriptor.cs deleted file mode 100644 index dc811dddda9..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortObjectOperationDescriptor.cs +++ /dev/null @@ -1,89 +0,0 @@ -using System; -using System.Reflection; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortObjectOperationDescriptor - : SortOperationDescriptorBase - , ISortObjectOperationDescriptor -{ - - protected SortObjectOperationDescriptor( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - : base(context, name, type, operation) - { - } - - /// <inheritdoc/> - public new ISortObjectOperationDescriptor Name(string value) - { - base.Name(value); - return this; - } - - /// <inheritdoc/> - public ISortObjectOperationDescriptor Ignore(bool ignore = true) - { - Definition.Ignore = ignore; - return this; - } - - /// <inheritdoc/> - public new ISortObjectOperationDescriptor Description(string value) - { - base.Description(value); - return this; - } - - /// <inheritdoc/> - public new ISortObjectOperationDescriptor Directive<T>(T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - /// <inheritdoc/> - public new ISortObjectOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - /// <inheritdoc/> - public new ISortObjectOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - public static SortObjectOperationDescriptor New( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - => new(context, name, type, operation); - - public static SortObjectOperationDescriptor CreateOperation( - PropertyInfo property, - IDescriptorContext context) - { - var type = property.PropertyType; - var operation = new SortOperation(property, true); - var name = context.Naming.GetMemberName(property, MemberKind.InputObjectField); - var typeReference = context.TypeInspector.GetTypeRef( - typeof(SortInputType<>).MakeGenericType(type), - TypeContext.Input); - - return New(context, name, typeReference, operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortObjectOperationDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortObjectOperationDescriptor~1.cs deleted file mode 100644 index 6312bbe1f3d..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortObjectOperationDescriptor~1.cs +++ /dev/null @@ -1,96 +0,0 @@ -using System; -using System.Reflection; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortObjectOperationDescriptor<TObject> - : SortObjectOperationDescriptor - , ISortObjectOperationDescriptor<TObject> -{ - protected SortObjectOperationDescriptor( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - : base(context, name, type, operation) - { - } - - public new ISortObjectOperationDescriptor<TObject> Name(string value) - { - base.Name(value); - return this; - } - - public new ISortObjectOperationDescriptor<TObject> Ignore(bool ignore = true) - { - base.Ignore(ignore); - return this; - } - - public new ISortObjectOperationDescriptor<TObject> Description(string value) - { - base.Description(value); - return this; - } - - public new ISortObjectOperationDescriptor<TObject> Directive<T>(T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - public new ISortObjectOperationDescriptor<TObject> Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - public new ISortObjectOperationDescriptor<TObject> Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - public ISortObjectOperationDescriptor<TObject> Type( - Action<ISortInputTypeDescriptor<TObject>> descriptor) - { - var type = new SortInputType<TObject>(descriptor); - base.Type(type); - return this; - } - - public new ISortObjectOperationDescriptor<TObject> Type<TFilter>() - where TFilter : SortInputType<TObject> - { - base.Type<TFilter>(); - return this; - } - - public new static SortObjectOperationDescriptor<TObject> New( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - => new(context, name, type, operation); - - public static new SortObjectOperationDescriptor<TObject> CreateOperation( - PropertyInfo property, - IDescriptorContext context) - { - var operation = new SortOperation(property, true); - var name = context.Naming.GetMemberName(property, MemberKind.InputObjectField); - var typeReference = context.TypeInspector.GetTypeRef( - typeof(SortInputType<>).MakeGenericType(typeof(TObject)), - TypeContext.Input); - - return New(context, name, typeReference, operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperation.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperation.cs deleted file mode 100644 index 837273e3629..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperation.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Reflection; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortOperation -{ - public SortOperation(PropertyInfo property) : this(property, false) - { - Property = property ?? - throw new ArgumentNullException(nameof(property)); - } - public SortOperation(PropertyInfo property, bool isObject) - { - IsObject = isObject; - Property = property ?? - throw new ArgumentNullException(nameof(property)); - } - - public bool IsObject { get; } - - public PropertyInfo Property { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDefintion.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDefintion.cs deleted file mode 100644 index fba0793aae6..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDefintion.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortOperationDefintion - : InputFieldDefinition -{ - public SortOperation? Operation { get; set; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDescriptor.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDescriptor.cs deleted file mode 100644 index f6b2c57f7fa..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDescriptor.cs +++ /dev/null @@ -1,100 +0,0 @@ -using System; -using System.Reflection; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortOperationDescriptor - : SortOperationDescriptorBase - , ISortOperationDescriptor -{ - protected SortOperationDescriptor( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - : base(context, name, type, operation) - { - } - - protected internal sealed override SortOperationDefintion Definition { get; protected set; } = - new(); - - protected override void OnCreateDefinition( - SortOperationDefintion definition) - { - if (!Definition.AttributesAreApplied && Definition.Operation?.Property is not null) - { - Context.TypeInspector.ApplyAttributes( - Context, - this, - Definition.Operation.Property); - Definition.AttributesAreApplied = true; - } - base.OnCreateDefinition(definition); - } - - public ISortOperationDescriptor Ignore(bool ignore = true) - { - Definition.Ignore = ignore; - return this; - } - - public new ISortOperationDescriptor Name(string value) - { - Definition.Name = value; - return this; - } - - public new ISortOperationDescriptor Description(string value) - { - base.Description(value); - return this; - } - - public new ISortOperationDescriptor Directive<T>(T directiveInstance) - where T : class - { - base.Directive(directiveInstance); - return this; - } - - public new ISortOperationDescriptor Directive<T>() - where T : class, new() - { - base.Directive<T>(); - return this; - } - - public new ISortOperationDescriptor Directive( - string name, - params ArgumentNode[] arguments) - { - base.Directive(name, arguments); - return this; - } - - public static SortOperationDescriptor New( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - => new(context, name, type, operation); - - public static SortOperationDescriptor CreateOperation( - PropertyInfo property, - IDescriptorContext context) - { - var operation = new SortOperation(property); - - var typeReference = context.TypeInspector.GetTypeRef( - typeof(SortOperationKindType), - TypeContext.Input); - - var name = context.Naming.GetMemberName(property, MemberKind.InputObjectField); - - return New(context, name, typeReference, operation); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDescriptorBase.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDescriptorBase.cs deleted file mode 100644 index 683ea5200e7..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationDescriptorBase.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public abstract class SortOperationDescriptorBase - : ArgumentDescriptorBase<SortOperationDefintion> -{ - protected SortOperationDescriptorBase( - IDescriptorContext context, - string name, - TypeReference type, - SortOperation operation) - : base(context) - { - Definition.Name = name; - Definition.Type = type ?? throw new ArgumentNullException(nameof(type)); - Definition.Operation = operation ?? throw new ArgumentNullException(nameof(operation)); - } - - protected internal override SortOperationDefintion Definition { get; protected set; } = - new(); - - protected void Name(string value) - { - Definition.Name = value; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationField.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperationField.cs deleted file mode 100644 index e8e5ae5cf28..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationField.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -internal sealed class SortOperationField : InputField -{ - public SortOperationField(SortOperationDefintion definition, int index) - : base(definition, index) - { - Operation = definition.Operation; - } - - public SortOperation? Operation { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationInvocation.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperationInvocation.cs deleted file mode 100644 index 4dbacd0088b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationInvocation.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Linq.Expressions; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortOperationInvocation -{ - public SortOperationInvocation( - SortOperationKind kind, - ParameterExpression parameterExpression, - Expression expressionBody, - Type returnType) - { - Kind = kind; - Parameter = parameterExpression - ?? throw new ArgumentNullException(nameof(parameterExpression)); - ExpressionBody = expressionBody - ?? throw new ArgumentNullException(nameof(expressionBody)); - ReturnType = returnType - ?? throw new ArgumentNullException(nameof(returnType)); - } - - public SortOperationKind Kind { get; } - - public Expression ExpressionBody { get; } - - public ParameterExpression Parameter { get; } - - public Type ReturnType { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationKind.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperationKind.cs deleted file mode 100644 index e1c765b779a..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationKind.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public enum SortOperationKind -{ - Asc, - Desc -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationKindType.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortOperationKindType.cs deleted file mode 100644 index a139550b30b..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortOperationKindType.cs +++ /dev/null @@ -1,49 +0,0 @@ -using System; -using HotChocolate.Configuration; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortOperationKindType - : EnumType<SortOperationKind> -{ - protected override void Configure(IEnumTypeDescriptor<SortOperationKind> descriptor) - { - base.Configure(descriptor); - descriptor.Value(SortOperationKind.Asc); - descriptor.Value(SortOperationKind.Desc); - } - - protected override EnumTypeDefinition CreateDefinition(ITypeDiscoveryContext context) - { - var definition = base.CreateDefinition(context); - var convention = - context.DescriptorContext.GetSortingNamingConvention(); - - definition.Name = convention.GetSortingOperationKindTypeName( - context.DescriptorContext, definition.RuntimeType); - - foreach (var value in definition.Values) - { - ConfigureEnumValue(value, convention); - } - - return definition; - } - - private void ConfigureEnumValue( - EnumValueDefinition definition, - ISortingNamingConvention convention) - { - switch (definition.RuntimeValue) - { - case SortOperationKind.Asc: - definition.Name = convention.SortKindAscName; - break; - case SortOperationKind.Desc: - definition.Name = convention.SortKindDescName; - break; - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortQueryableClosure.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortQueryableClosure.cs deleted file mode 100644 index 32fabeb70c9..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortQueryableClosure.cs +++ /dev/null @@ -1,64 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq.Expressions; -using System.Reflection; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortQueryableClosure -{ - public SortQueryableClosure(Type type, string parameterName) - { - Parameter = Expression.Parameter(type, parameterName); - Instance = new Stack<Expression>(); - Property = new Stack<PropertyInfo>(); - - Instance.Push(Parameter); - } - - public ParameterExpression Parameter { get; } - - private Stack<Expression> Instance { get; } - - private Stack<PropertyInfo> Property { get; } - - public SortOperationInvocation CreateSortOperation(SortOperationKind kind) - { - return new SortOperationInvocation( - kind, Parameter, Instance.Peek(), Property.Peek().PropertyType); - } - - public SortOperationInvocation CreateInMemorySortOperation( - SortOperationKind kind) - { - var nextExpression = Instance.Peek(); - if (Property.Count > 0) - { - var defaultOfType = - Expression.Default(Property.Peek().PropertyType); - var enumerator = Instance.GetEnumerator(); - enumerator.MoveNext(); - while (enumerator.MoveNext()) - { - nextExpression = - SortExpressionBuilder.IfNullThenDefault( - enumerator.Current, nextExpression, defaultOfType); - } - } - return new SortOperationInvocation( - kind, Parameter, nextExpression, Property.Peek().PropertyType); - } - - public void EnqueueProperty(PropertyInfo property) - { - Property.Push(property); - Instance.Push(Expression.Property(Instance.Peek(), property)); - } - - public Expression Pop() - { - Property.Pop(); - return Instance.Pop(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortVisitorBase.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortVisitorBase.cs deleted file mode 100644 index d21ba172d76..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortVisitorBase.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using HotChocolate.Types.Sorting.Properties; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortVisitorBase<TContext> - : SyntaxWalker<TContext> - where TContext : ISortVisitorContextBase -{ - protected SortVisitorBase() - { - } - - protected override ISyntaxVisitorAction Enter( - ObjectFieldNode node, - TContext context) - { - if (context.Types.Peek().NamedType() is InputObjectType inputType) - { - if (inputType.Fields.TryGetField(node.Name.Value, out IInputField? field)) - { - context.Operations.Push(field); - context.Types.Push(field.Type); - return Continue; - } - - throw new InvalidOperationException( - SortingResources.SortObjectTypeFieldVisitor_InvalidType); - } - else - { - throw new InvalidOperationException( - SortingResources.SortObjectTypeVisitor_InvalidType); - } - } - - protected override ISyntaxVisitorAction Leave( - ObjectFieldNode node, - TContext context) - { - context.Operations.Pop(); - context.Types.Pop(); - return Continue; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/SortVisitorContextBase.cs b/src/HotChocolate/Filters/src/Types.Sorting/SortVisitorContextBase.cs deleted file mode 100644 index 459c3d343ec..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/SortVisitorContextBase.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public class SortVisitorContextBase - : ISortVisitorContextBase -{ - protected SortVisitorContextBase(InputObjectType initialType) - { - if (initialType is null) - { - throw new ArgumentNullException(nameof(initialType)); - } - Types.Push(initialType); - } - - public Stack<IType> Types { get; } = - new Stack<IType>(); - - public Stack<IInputField> Operations { get; } = - new Stack<IInputField>(); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/ISortInputTypeNameDependencyDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/ISortInputTypeNameDependencyDescriptor~1.cs deleted file mode 100644 index 152d4cdcf54..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/ISortInputTypeNameDependencyDescriptor~1.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public interface ISortInputTypeNameDependencyDescriptor<T> -{ - ISortInputTypeDescriptor<T> DependsOn<TDependency>() - where TDependency : IType; - - ISortInputTypeDescriptor<T> DependsOn(Type schemaType); -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/SortInputTypeNameDependencyDescriptor~1.cs b/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/SortInputTypeNameDependencyDescriptor~1.cs deleted file mode 100644 index 92da4221633..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/SortInputTypeNameDependencyDescriptor~1.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Helpers; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -internal class SortInputTypeNameDependencyDescriptor<T> - : ISortInputTypeNameDependencyDescriptor<T> -{ - private readonly ISortInputTypeDescriptor<T> _descriptor; - private readonly Func<INamedType, string> _createName; - - public SortInputTypeNameDependencyDescriptor( - ISortInputTypeDescriptor<T> descriptor, - Func<INamedType, string> createName) - { - _descriptor = descriptor ?? throw new ArgumentNullException(nameof(descriptor)); - _createName = createName ?? throw new ArgumentNullException(nameof(createName)); - } - - public ISortInputTypeDescriptor<T> DependsOn<TDependency>() - where TDependency : IType - { - TypeNameHelper.AddNameFunction( - _descriptor, _createName, typeof(TDependency)); - return _descriptor; - } - - public ISortInputTypeDescriptor<T> DependsOn(Type schemaType) - { - TypeNameHelper.AddNameFunction( - _descriptor, _createName, schemaType); - return _descriptor; - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/SortTypeNameExtensions.cs b/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/SortTypeNameExtensions.cs deleted file mode 100644 index c8d12f2fbff..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/TypeNameExtension/SortTypeNameExtensions.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; - -namespace HotChocolate.Types.Sorting; - -[Obsolete("Use HotChocolate.Data.")] -public static class SortTypeNameExtensions -{ - [Obsolete("Use HotChocolate.Data.")] - public static ISortInputTypeNameDependencyDescriptor<T> Name<T>( - this ISortInputTypeDescriptor<T> descriptor, - Func<INamedType, string> createName) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - if (createName is null) - { - throw new ArgumentNullException(nameof(createName)); - } - - return new SortInputTypeNameDependencyDescriptor<T>(descriptor, createName); - } -} diff --git a/src/HotChocolate/Filters/src/Types.Sorting/UseSortingAttribute.cs b/src/HotChocolate/Filters/src/Types.Sorting/UseSortingAttribute.cs deleted file mode 100644 index 26e11a8a839..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/UseSortingAttribute.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System; -using System.Linq; -using System.Reflection; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Types; - -[Obsolete("Use HotChocolate.Data.")] -public sealed class UseSortingAttribute : ObjectFieldDescriptorAttribute -{ - private static readonly MethodInfo _generic = typeof(SortObjectFieldDescriptorExtensions) - .GetMethods(BindingFlags.Public | BindingFlags.Static) - .Single(m => m.Name.Equals( - nameof(SortObjectFieldDescriptorExtensions.UseSorting), - StringComparison.Ordinal) - && m.GetGenericArguments().Length == 1 - && m.GetParameters().Length == 1 - && m.GetParameters()[0].ParameterType == typeof(IObjectFieldDescriptor)); - - /// <summary> - /// Gets or sets the sort type which specifies the sort object structure. - /// </summary> - /// <value>The sort type</value> - public Type? SortType { get; set; } - - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - if (SortType is null) - { - descriptor.UseSorting(); - } - else - { - _generic.MakeGenericMethod(SortType).Invoke(null, new[] { descriptor }); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/src/Types.Sorting/packages.lock.json b/src/HotChocolate/Filters/src/Types.Sorting/packages.lock.json deleted file mode 100644 index 4e2be74cebc..00000000000 --- a/src/HotChocolate/Filters/src/Types.Sorting/packages.lock.json +++ /dev/null @@ -1,575 +0,0 @@ -{ - "version": 1, - "dependencies": { - ".NETStandard,Version=v2.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "NETStandard.Library": { - "type": "Direct", - "requested": "[2.0.3, )", - "resolved": "2.0.3", - "contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==", - "dependencies": { - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Bcl.HashCode": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "MalY0Y/uM/LjXtHfX/26l2VtN4LDNZ2OE3aumNOHDLsT4fNYy2hiHXI4CXCqKpNUNm7iJ2brrc4J89UdaL56FA==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.5", - "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "System.Numerics.Vectors": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==" - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "6.0.0", - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Numerics.Vectors": "4.5.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "4.5.3" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.HashCode": "[1.1.1, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Memory": "[4.5.5, )", - "System.Threading.Tasks.Extensions": "[4.5.4, )" - } - } - }, - "net6.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - } - }, - "net7.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - } - }, - "net8.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Directory.Build.props b/src/HotChocolate/Filters/test/Directory.Build.props deleted file mode 100644 index d6944e5cfc8..00000000000 --- a/src/HotChocolate/Filters/test/Directory.Build.props +++ /dev/null @@ -1,31 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../../'))" /> - - <PropertyGroup> - <TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks> - <IsPackable>false</IsPackable> - <ImplicitUsings>enable</ImplicitUsings> - <Warn>0</Warn> - </PropertyGroup> - - <ItemGroup> - <Using Include="Xunit" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> - <PackageReference Include="coverlet.msbuild" Version="3.1.2"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="xunit" Version="2.4.1" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="Moq" Version="4.18.1" /> - <PackageReference Include="Snapshooter.Xunit" Version="0.5.4" /> - <PackageReference Include="ChilliCream.Testing.Utilities" Version="0.2.0" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/ArrayFilterTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/ArrayFilterTests.cs deleted file mode 100644 index 1d72015a5b4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/ArrayFilterTests.cs +++ /dev/null @@ -1,250 +0,0 @@ -using System; -using MongoDB.Bson; -using Xunit; -using Squadron; -using System.Collections.Generic; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using MongoDB.Driver; -using HotChocolate.Execution; -using Snapshooter.Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class ArrayFilterTests - : IClassFixture<MongoResource> -{ - private readonly MongoResource _mongoResource; - - public ArrayFilterTests(MongoResource mongoResource) - { - _mongoResource = mongoResource; - } - - [Fact] - public async Task Array_Filter_On_Scalar_Types() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton<IMongoCollection<Foo>>(sp => - { - var database = _mongoResource.CreateDatabase(); - return database.GetCollection<Foo>("col"); - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .BindRuntimeType<ObjectId, IdType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var collection = services.GetRequiredService<IMongoCollection<Foo>>(); - - await collection.InsertOneAsync(new Foo - { - BarCollection = new List<string> { "a", "b", "c" }, - BazCollection = new List<Baz> { new Baz { Quux = "a" }, new Baz { Quux = "b" } }, - Bars = new[] { "d", "e", "f" }, - Bazs = new[] { new Baz { Quux = "c" }, new Baz { Quux = "d" } }, - Quux = "abc" - }); - - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .AddServices(services) - .BindRuntimeType<ObjectId, IdType>() - .Create(); - - var request = QueryRequestBuilder.New() - .SetQuery( - "{" + - "foos(where: { bars_some: { element: \"e\" } }) { bars } " + - "}") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Array_Filter_On_Objects_Types() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton<IMongoCollection<Foo>>(sp => - { - var database = _mongoResource.CreateDatabase(); - return database.GetCollection<Foo>("col"); - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .BindRuntimeType<ObjectId, IdType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var collection = services.GetRequiredService<IMongoCollection<Foo>>(); - - await collection.InsertOneAsync(new Foo - { - BarCollection = new List<string> { "a", "b", "c" }, - BazCollection = new List<Baz> { new Baz { Quux = "a" }, new Baz { Quux = "b" } }, - Bars = new[] { "d", "e", "f" }, - Bazs = new[] { new Baz { Quux = "c" }, new Baz { Quux = "d" } }, - Quux = "abc" - }); - - var request = QueryRequestBuilder.New() - .SetQuery( - "{" + - "a: foos(where: { bazs_some: { quux: \"c\" } }) { bars } " + - "}") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Collection_Filter_On_Scalar_Types() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton<IMongoCollection<Foo>>(sp => - { - var database = _mongoResource.CreateDatabase(); - return database.GetCollection<Foo>("col"); - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .BindRuntimeType<ObjectId, IdType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var collection = services.GetRequiredService<IMongoCollection<Foo>>(); - - await collection.InsertOneAsync(new Foo - { - BarCollection = new List<string> { "a", "b", "c" }, - BazCollection = new List<Baz> { new Baz { Quux = "a" }, new Baz { Quux = "b" } }, - Bars = new[] { "d", "e", "f" }, - Bazs = new[] { new Baz { Quux = "c" }, new Baz { Quux = "d" } }, - Quux = "abc" - }); - - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .AddServices(services) - .BindRuntimeType<ObjectId, IdType>() - .Create(); - - var request = QueryRequestBuilder.New() - .SetQuery( - "{" + - "foos(where: { barCollection_some: { element: \"b\" } }) { bars } " + - "}") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Collection_Filter_On_Objects_Types() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton<IMongoCollection<Foo>>(sp => - { - var database = _mongoResource.CreateDatabase(); - return database.GetCollection<Foo>("col"); - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .BindRuntimeType<ObjectId, IdType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var collection = services.GetRequiredService<IMongoCollection<Foo>>(); - - await collection.InsertOneAsync(new Foo - { - BarCollection = new List<string> { "a", "b", "c" }, - BazCollection = new List<Baz> { new Baz { Quux = "a" }, new Baz { Quux = "b" } }, - Bars = new[] { "d", "e", "f" }, - Bazs = new[] { new Baz { Quux = "c" }, new Baz { Quux = "d" } }, - Quux = "abc" - }); - - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .AddServices(services) - .BindRuntimeType<ObjectId, IdType>() - .Create(); - - var request = QueryRequestBuilder.New() - .SetQuery( - "{" + - "a: foos(where: { bazCollection_some: { quux: \"a\" } }) { bars } " + - "}") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - public class QueryType : ObjectType - { - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor.Name("Query"); - descriptor.Field("foos") - .Type<ListType<ObjectType<Foo>>>() - .UseFiltering<FilterInputType<Foo>>() - .Resolve(ctx => ctx.Service<IMongoCollection<Foo>>().AsQueryable()); - } - } - - public class Foo - { - [GraphQLType(typeof(NonNullType<IdType>))] - public ObjectId Id { get; set; } - public string[] Bars { get; set; } - public Baz[] Bazs { get; set; } - public ICollection<string> BarCollection { get; set; } - public ICollection<Baz> BazCollection { get; set; } - public string Quux { get; set; } - } - - public class Baz - { - public string Quux { get; set; } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/HotChocolate.Types.Filters.Mongo.Tests.csproj b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/HotChocolate.Types.Filters.Mongo.Tests.csproj deleted file mode 100644 index 755fe78d32a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/HotChocolate.Types.Filters.Mongo.Tests.csproj +++ /dev/null @@ -1,28 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Types.Filters.Mongo.Tests</AssemblyName> - <RootNamespace>HotChocolate.Types.Filters</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="Squadron.Mongo" Version="0.15.0" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Core\HotChocolate.Core.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\..\..\Core\test\Types.Tests\HotChocolate.Types.Tests.csproj" /> - <ProjectReference Include="..\..\src\Types.Filters\HotChocolate.Types.Filters.csproj" /> - </ItemGroup> - - <ItemGroup> - <None Update="$(MSBuildProjectDirectory)\__resources__\*.*"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - <None Update="$(MSBuildProjectDirectory)\xunit.runner.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/MongoFilterTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/MongoFilterTests.cs deleted file mode 100644 index 135736485c8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/MongoFilterTests.cs +++ /dev/null @@ -1,393 +0,0 @@ -using System; -using System.Threading.Tasks; -using HotChocolate.Execution; -using Microsoft.Extensions.DependencyInjection; -using MongoDB.Bson; -using MongoDB.Driver; -using Snapshooter.Xunit; -using Squadron; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class MongoFilterTests : IClassFixture<MongoResource> -{ - private readonly MongoResource _mongoResource; - - public MongoFilterTests(MongoResource mongoResource) - { - _mongoResource = mongoResource; - } - - [Fact] - public async Task GetItems_NoFilter_AllItems_Are_Returned() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items { foo } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_EqualsFilter_FirstItems_Is_Returned() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items(where: { foo: \"abc\" }) { foo } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_ObjectEqualsFilter_FirstItems_Is_Returned() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model - { - Nested = null - }, - new Model - { - Nested = new Model - { - Nested = new Model - { - Foo = "abc", - Bar = 1, - Baz = true - } - } - }, - new Model - { - Nested = new Model - { - Nested= new Model - { - Foo = "def", - Bar = 2, - Baz = false - } - } - }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery( - "{ items(where: { nested:{ nested: { foo: \"abc\" " + - "} } }) { nested { nested { foo } } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_With_Paging_EqualsFilter_FirstItems_Is_Returned() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ paging(where: { foo: \"abc\" }) { nodes { foo } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task Boolean_Filter_Equals() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ paging(where: { baz: true }) { nodes { foo } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task Boolean_Filter_Not_Equals() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ paging(where: { baz_not: false }) { nodes { foo } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task DateTimeType_GreaterThan_Filter() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Time = new DateTime(2000, 1, 1, 1, 1, 1, DateTimeKind.Utc) }, - new Model { Time = new DateTime(2016, 1, 1, 1, 1, 1, DateTimeKind.Utc) }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items(where: { time_gt: \"2001-01-01\" }) { time } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task DateType_GreaterThan_Filter() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Date = new DateTime(2000, 1, 1, 1, 1, 1, DateTimeKind.Utc).Date }, - new Model { Date = new DateTime(2016, 1, 1, 1, 1, 1, DateTimeKind.Utc).Date }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items(where: { date_gt: \"2001-01-01\" }) { date } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.ToJson().MatchSnapshot(); - } - - public class QueryType : ObjectType - { - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor.Name("Query"); - descriptor.Field("items") - .Type<ListType<ModelType>>() - .UseFiltering<FilterInputType<Model>>() - .Resolve(ctx => ctx.Service<IMongoCollection<Model>>().AsQueryable()); - - descriptor.Field("paging") - .UsePaging<ModelType>() - .UseFiltering<FilterInputType<Model>>() - .Resolve(ctx => ctx.Service<IMongoCollection<Model>>().AsQueryable()); - } - } - - public class ModelType : ObjectType<Model> - { - protected override void Configure( - IObjectTypeDescriptor<Model> descriptor) - { - descriptor.Field(t => t.Id) - .Type<IdType>() - .Resolve(c => c.Parent<Model>().Id); - - descriptor.Field(t => t.Time) - .Type<NonNullType<DateTimeType>>(); - - descriptor.Field(t => t.Date) - .Type<NonNullType<DateType>>(); - } - } - - public class Model - { - public ObjectId Id { get; set; } - - public string Foo { get; set; } - - public int Bar { get; set; } - - public bool Baz { get; set; } - - public Model Nested { get; set; } - - [GraphQLType(typeof(NonNullType<DateTimeType>))] - public DateTime Time { get; set; } - - [GraphQLType(typeof(NonNullType<DateType>))] - public DateTime Date { get; set; } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Array_Filter_On_Objects_Types.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Array_Filter_On_Objects_Types.snap deleted file mode 100644 index 8e2a95f3cee..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Array_Filter_On_Objects_Types.snap +++ /dev/null @@ -1,22 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "a": [ - { - "bars": [ - "d", - "e", - "f" - ] - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Array_Filter_On_Scalar_Types.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Array_Filter_On_Scalar_Types.snap deleted file mode 100644 index c3b42a7c2c4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Array_Filter_On_Scalar_Types.snap +++ /dev/null @@ -1,22 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bars": [ - "d", - "e", - "f" - ] - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Collection_Filter_On_Objects_Types.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Collection_Filter_On_Objects_Types.snap deleted file mode 100644 index 8e2a95f3cee..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Collection_Filter_On_Objects_Types.snap +++ /dev/null @@ -1,22 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "a": [ - { - "bars": [ - "d", - "e", - "f" - ] - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Collection_Filter_On_Scalar_Types.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Collection_Filter_On_Scalar_Types.snap deleted file mode 100644 index c3b42a7c2c4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/ArrayFilterTests.Collection_Filter_On_Scalar_Types.snap +++ /dev/null @@ -1,22 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bars": [ - "d", - "e", - "f" - ] - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.Boolean_Filter_Equals.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.Boolean_Filter_Equals.snap deleted file mode 100644 index 29c840b72e3..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.Boolean_Filter_Equals.snap +++ /dev/null @@ -1,11 +0,0 @@ -{ - "data": { - "paging": { - "nodes": [ - { - "foo": "abc" - } - ] - } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.Boolean_Filter_Not_Equals.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.Boolean_Filter_Not_Equals.snap deleted file mode 100644 index 29c840b72e3..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.Boolean_Filter_Not_Equals.snap +++ /dev/null @@ -1,11 +0,0 @@ -{ - "data": { - "paging": { - "nodes": [ - { - "foo": "abc" - } - ] - } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.DateTimeType_GreaterThan_Filter.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.DateTimeType_GreaterThan_Filter.snap deleted file mode 100644 index 71de7c05915..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.DateTimeType_GreaterThan_Filter.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "data": { - "items": [ - { - "time": "2016-01-01T01:01:01.000Z" - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.DateType_GreaterThan_Filter.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.DateType_GreaterThan_Filter.snap deleted file mode 100644 index 5f2054bb7b7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.DateType_GreaterThan_Filter.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "data": { - "items": [ - { - "date": "2016-01-01" - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_EqualsFilter_FirstItems_Is_Returned.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_EqualsFilter_FirstItems_Is_Returned.snap deleted file mode 100644 index 12d8131b1fd..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_EqualsFilter_FirstItems_Is_Returned.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "data": { - "items": [ - { - "foo": "abc" - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_NoFilter_AllItems_Are_Returned.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_NoFilter_AllItems_Are_Returned.snap deleted file mode 100644 index 16ed88f3ae9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_NoFilter_AllItems_Are_Returned.snap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "data": { - "items": [ - { - "foo": "abc" - }, - { - "foo": "def" - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_ObjectEqualsFilter_FirstItems_Is_Returned.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_ObjectEqualsFilter_FirstItems_Is_Returned.snap deleted file mode 100644 index f9fdfe025d3..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_ObjectEqualsFilter_FirstItems_Is_Returned.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "data": { - "items": [ - { - "nested": { - "nested": { - "foo": "abc" - } - } - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_With_Paging_EqualsFilter_FirstItems_Is_Returned.snap b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_With_Paging_EqualsFilter_FirstItems_Is_Returned.snap deleted file mode 100644 index 29c840b72e3..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/__snapshots__/MongoFilterTests.GetItems_With_Paging_EqualsFilter_FirstItems_Is_Returned.snap +++ /dev/null @@ -1,11 +0,0 @@ -{ - "data": { - "paging": { - "nodes": [ - { - "foo": "abc" - } - ] - } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/packages.lock.json b/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/packages.lock.json deleted file mode 100644 index e4c68e7ec0b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Mongo.Tests/packages.lock.json +++ /dev/null @@ -1,6241 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Mongo": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "brIDCOYLLfAKL93faGWq0rPippbhnGQUzSZVf0cixtYI6rLPs6lH7zV3l92hHaCJgwMPGsNTZNp5Obk+putTfQ==", - "dependencies": { - "MongoDB.Driver": "2.9.2", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "DnsClient": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "P34wUkeqU4FoQiOMV8OjpdeDZKs4d3r+VlHuKJ6eO5feiZgna3+9MF5orHRUn3DAv1g/HPE5hlkGucmxmsFfBw==", - "dependencies": { - "System.Buffers": "4.4.0" - } - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1", - "System.ComponentModel.Annotations": "5.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "MongoDB.Bson": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "XZaqjCLyDJZnfcvy6Aefp2pfanKI/ArrT4tNqXAIAjsU4krZHXLj2shPDfg1NBS5ez0wFMV17aBUUJv43TF3ww==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Collections.NonGeneric": "4.0.1", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0" - } - }, - "MongoDB.Driver": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "On2uj3x0EXUIJCogdkJHrTF17rsDolyrdeXGJw+alse2R11WRa657noz44fyYX/00wPpbjHBx15Qqig8mAYvHQ==", - "dependencies": { - "MongoDB.Bson": "2.9.2", - "MongoDB.Driver.Core": "2.9.2", - "NETStandard.Library": "1.6.1", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Linq.Queryable": "4.0.1" - } - }, - "MongoDB.Driver.Core": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "ZyQVrrsmh0eLKxFZpQybboZwrnQJc526aksqG8umNfIy2UHqSa1/C8FpWi9/zEeaxjx9gvaFmc5dg6CouC1gXQ==", - "dependencies": { - "DnsClient": "1.2.0", - "MongoDB.Bson": "2.9.2", - "NETStandard.Library": "1.6.1", - "SharpCompress": "0.23.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.0.0", - "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.2", - "System.Security.SecureString": "4.0.0", - "System.Threading.Thread": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" - }, - "SharpCompress": { - "type": "Transitive", - "resolved": "0.23.0", - "contentHash": "HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==", - "dependencies": { - "System.Text.Encoding.CodePages": "4.5.1" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Collections.NonGeneric": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Collections.Specialized": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Primitives": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.TypeConverter": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Process": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.TextWriterTraceListener": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.0.11", - "contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.SecureString": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "sqzq9GD6/b0yqPuMpgIKBuoLf4VKAj8oAfh4kXSzPaN6eoKY3hRi9C5L27uip25qlU+BGPfb0xh2Rmbwc4jFVA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Thread": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.filters": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Mongo": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "brIDCOYLLfAKL93faGWq0rPippbhnGQUzSZVf0cixtYI6rLPs6lH7zV3l92hHaCJgwMPGsNTZNp5Obk+putTfQ==", - "dependencies": { - "MongoDB.Driver": "2.9.2", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "DnsClient": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "P34wUkeqU4FoQiOMV8OjpdeDZKs4d3r+VlHuKJ6eO5feiZgna3+9MF5orHRUn3DAv1g/HPE5hlkGucmxmsFfBw==", - "dependencies": { - "System.Buffers": "4.4.0" - } - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "MongoDB.Bson": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "XZaqjCLyDJZnfcvy6Aefp2pfanKI/ArrT4tNqXAIAjsU4krZHXLj2shPDfg1NBS5ez0wFMV17aBUUJv43TF3ww==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Collections.NonGeneric": "4.0.1", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0" - } - }, - "MongoDB.Driver": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "On2uj3x0EXUIJCogdkJHrTF17rsDolyrdeXGJw+alse2R11WRa657noz44fyYX/00wPpbjHBx15Qqig8mAYvHQ==", - "dependencies": { - "MongoDB.Bson": "2.9.2", - "MongoDB.Driver.Core": "2.9.2", - "NETStandard.Library": "1.6.1", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Linq.Queryable": "4.0.1" - } - }, - "MongoDB.Driver.Core": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "ZyQVrrsmh0eLKxFZpQybboZwrnQJc526aksqG8umNfIy2UHqSa1/C8FpWi9/zEeaxjx9gvaFmc5dg6CouC1gXQ==", - "dependencies": { - "DnsClient": "1.2.0", - "MongoDB.Bson": "2.9.2", - "NETStandard.Library": "1.6.1", - "SharpCompress": "0.23.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.0.0", - "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.2", - "System.Security.SecureString": "4.0.0", - "System.Threading.Thread": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" - }, - "SharpCompress": { - "type": "Transitive", - "resolved": "0.23.0", - "contentHash": "HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==", - "dependencies": { - "System.Text.Encoding.CodePages": "4.5.1" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.Collections.NonGeneric": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Collections.Specialized": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Primitives": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.TypeConverter": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Process": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.TextWriterTraceListener": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.0.11", - "contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "4.5.2", - "contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.SecureString": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "sqzq9GD6/b0yqPuMpgIKBuoLf4VKAj8oAfh4kXSzPaN6eoKY3hRi9C5L27uip25qlU+BGPfb0xh2Rmbwc4jFVA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Thread": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.filters": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Mongo": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "brIDCOYLLfAKL93faGWq0rPippbhnGQUzSZVf0cixtYI6rLPs6lH7zV3l92hHaCJgwMPGsNTZNp5Obk+putTfQ==", - "dependencies": { - "MongoDB.Driver": "2.9.2", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "DnsClient": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "P34wUkeqU4FoQiOMV8OjpdeDZKs4d3r+VlHuKJ6eO5feiZgna3+9MF5orHRUn3DAv1g/HPE5hlkGucmxmsFfBw==", - "dependencies": { - "System.Buffers": "4.4.0" - } - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "MongoDB.Bson": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "XZaqjCLyDJZnfcvy6Aefp2pfanKI/ArrT4tNqXAIAjsU4krZHXLj2shPDfg1NBS5ez0wFMV17aBUUJv43TF3ww==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Collections.NonGeneric": "4.0.1", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0" - } - }, - "MongoDB.Driver": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "On2uj3x0EXUIJCogdkJHrTF17rsDolyrdeXGJw+alse2R11WRa657noz44fyYX/00wPpbjHBx15Qqig8mAYvHQ==", - "dependencies": { - "MongoDB.Bson": "2.9.2", - "MongoDB.Driver.Core": "2.9.2", - "NETStandard.Library": "1.6.1", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Linq.Queryable": "4.0.1" - } - }, - "MongoDB.Driver.Core": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "ZyQVrrsmh0eLKxFZpQybboZwrnQJc526aksqG8umNfIy2UHqSa1/C8FpWi9/zEeaxjx9gvaFmc5dg6CouC1gXQ==", - "dependencies": { - "DnsClient": "1.2.0", - "MongoDB.Bson": "2.9.2", - "NETStandard.Library": "1.6.1", - "SharpCompress": "0.23.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.0.0", - "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.2", - "System.Security.SecureString": "4.0.0", - "System.Threading.Thread": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" - }, - "SharpCompress": { - "type": "Transitive", - "resolved": "0.23.0", - "contentHash": "HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==", - "dependencies": { - "System.Text.Encoding.CodePages": "4.5.1" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.Collections.NonGeneric": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Collections.Specialized": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Primitives": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.TypeConverter": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Process": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.TextWriterTraceListener": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.0.11", - "contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "4.5.2", - "contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.SecureString": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "sqzq9GD6/b0yqPuMpgIKBuoLf4VKAj8oAfh4kXSzPaN6eoKY3hRi9C5L27uip25qlU+BGPfb0xh2Rmbwc4jFVA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Thread": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.filters": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/ArrayFilterInputGenericConstraintTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/ArrayFilterInputGenericConstraintTests.cs deleted file mode 100644 index b000679d204..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/ArrayFilterInputGenericConstraintTests.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System; -using System.Collections.Generic; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class ArrayFilterInputGenericConstraintTests - : TypeTestBase -{ - [Theory] - [MemberData(nameof(GetData))] - public void Create_ArrayObjectFilter_ShouldMatchSameSnapshotInAllCases( - FilterInputType<Foo> input) - { - // arrange - // act - var schema = CreateSchema(input); - - // assert - schema.ToString().MatchSnapshot(); - } - - public static IEnumerable<object[]> GetData => new List<FilterInputType<Foo>[]> - { - new[] { CreateFilterTypeFor(x => x.List(y => y.IEnumerable)) }, - new[] { CreateFilterTypeFor(x => x.List(y => y.List)) } - }; - - public static FilterInputType<Foo> CreateFilterTypeFor( - Func<IFilterInputTypeDescriptor<Foo>, IArrayFilterFieldDescriptor<Bar>> expression) - { - return new FilterInputType<Foo>( - x => expression - .Invoke(x.BindFieldsExplicitly()) - .BindExplicitly() - .AllowSome() - .Name("test")); - } - - public class Foo - { - public List<Bar> List { get; set; } - public IEnumerable<Bar> IEnumerable { get; set; } - } - - public class Bar - { - public string Baz { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/ArrayFilterInputTypeTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/ArrayFilterInputTypeTests.cs deleted file mode 100644 index a4decd7f30a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/ArrayFilterInputTypeTests.cs +++ /dev/null @@ -1,949 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class ArrayFilterInputTypeTests - : TypeTestBase -{ - [Fact] - public void Create_ArraySimpleFilter_FooImplicitBarImplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterBool_FooExplicitBarExplicitAny() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarBool) - .BindExplicitly() - .AllowAny(); - } - )); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_OverrideFieldDescriptor() - { - // arrange - // act - IArrayFilterFieldDescriptor<ISingleFilter<bool>> first = null; - IArrayFilterFieldDescriptor<ISingleFilter<bool>> second = null; - var schema = CreateSchema( - new FilterInputType<FooSimple>(descriptor => - { - first = descriptor - .BindFieldsExplicitly() - .List(x => x.BarBool) - .BindExplicitly() - .AllowAll().Name("this_should_not_be_visible").And() - .AllowNone().Name("this_should_not_be_visible").And() - .AllowSome().Name("this_should_not_be_visible").And(); - first.AllowAny().Name("this_should_not_be_visible"); - - second = descriptor - .BindFieldsExplicitly() - .List(x => x.BarBool) - .BindExplicitly() - .AllowAll().Name("all").And() - .AllowNone().Name("none").And() - .AllowSome().Name("some").And(); - second.AllowAny().Name("any"); - })); - - // assert - schema.ToString().MatchSnapshot(); - Assert.Equal(first, second); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_Override() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<FooSimple>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .List(x => x.BarBool) - .BindImplicitly(); - descriptor - .BindFieldsExplicitly() - .List(x => x.BarBool) - .BindExplicitly().AllowAny(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstAddThenIgnore() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<FooSimple>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .List(x => x.BarBool) - .BindExplicitly().AllowAny(); - descriptor.Ignore(x => x.BarBool); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<FooSimple>(descriptor => - { - descriptor.Ignore(x => x.BarBool); - descriptor - .BindFieldsExplicitly() - .List(x => x.BarBool) - .BindExplicitly().AllowAny(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDouble_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDouble) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals() - ); - } - )); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDoubleNullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDoubleNullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals() - ); - } - )); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterBool_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarBool) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals() - ); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterBoolNullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarBoolNullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals() - ); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterInt32_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarInt32) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals() - ); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterInt32Nullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarInt32Nullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterInt64_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarInt64) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterInt64Nullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarInt64Nullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterSingle_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarSingle) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterSingleNullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarSingleNullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterInt16_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarInt16) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterInt16Nullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarInt16Nullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDatetime_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDatetime) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals() - ); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDatetimeNullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDatetimeNullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDatetimeOffset_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDatetimeOffset) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDatetimeOffsetNullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDatetimeOffsetNullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterGuid_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarGuid) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterGuidNullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarGuidNullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDecimal_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDecimal) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilterDecimalNullable_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimple>(x => - { - x.BindFieldsExplicitly() - .List(y => y.BarDecimalNullable) - .BindExplicitly() - .AllowSome(z => z.BindFieldsExplicitly() - .Filter(m => m.Element) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayStringFilter_FooImplicitBarImplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooString>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayStringFilter_FooImplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<FooString>( - x => x.List(y => y.BarString).BindImplicitly() - .AllowSome( - y => y.BindFieldsExplicitly() - .Filter(z => z.Element) - .BindFiltersExplicitly() - .AllowContains()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayObjectFilter_FooImplicitBarImplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayObjectFilter_FooImplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.List(y => y.BarNested).BindImplicitly() - .AllowSome( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowContains()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact(Skip = "Skipped till issue 1194 is solved")] - public void Create_ArrayObjectFilter_FooImplicitMultipleBarExplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.List(y => y.BarNested).BindImplicitly() - .AllowSome( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowContains()) - .And() - .AllowNone( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayObjectFilter_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.BindFieldsExplicitly() - .List(y => y.BarNested) - .AllowSome( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowContains()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayObjectFilter_FooExplicitBarExplicitByGeneric() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.BindFieldsExplicitly() - .List(y => y.BarNested) - .BindExplicitly() - .AllowSome<BarFilterType>())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayObjectFilter_FooExplicitBarImplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.BindFieldsExplicitly() - .List(y => y.BarNested) - .AllowSome())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArrayObjectFilter_BindExplicitly() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => descriptor - .BindFieldsExplicitly() - .List(x => x.BarNested) - .AllowSome(x => x.BindFieldsExplicitly() - .Filter(y => y.Baz) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - /// <summary> - /// This test checks if the binding of all allow methods are correct - /// </summary> - [Fact] - public void Create_ArrayFilter_Declare_Operators_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.List(x => x.BarNested) - .BindExplicitly() - .AllowSome(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Name_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.List(x => x.BarNested) - .BindExplicitly() - .AllowSome() - .Name("custom_array"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Description_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.List(x => x.BarNested) - .BindExplicitly() - .AllowSome() - .Description("custom_array_description"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.List(x => x.BarNested) - .BindExplicitly() - .AllowSome() - .Directive("bar"); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name_With_Argument() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.List(x => x.BarNested) - .BindExplicitly() - .AllowSome() - .Directive("bar", - new ArgumentNode("qux", - new StringValueNode("foo"))); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition) - .Argument("qux") - .Type<StringType>()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Type() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.List(x => x.BarNested) - .BindExplicitly() - .AllowSome() - .Directive<Bar>(); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ArraySimpleFilter_FooImplicitBarImplicit_Collection() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<FooSimpleCollection>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - public class FooSimpleCollection - { - public int[] Array { get; set; } - - public int?[] ArrayNullable { get; set; } - - public List<int> List { get; set; } - - public List<int?> ListNullable { get; set; } - - public Queue<int> Queue { get; set; } - - public Queue<int?> QueueNullable { get; set; } - - public Stack<int> Stack { get; set; } - - public Stack<int?> StackNullable { get; set; } - - public IList<int> IList { get; set; } - - public IList<int?> IListNullable { get; set; } - - public HashSet<int> HashSet { get; set; } - - public HashSet<int?> HashSetNullable { get; set; } - - public ICollection<int> ICollection { get; set; } - - public ICollection<int?> ICollectionNullable { get; set; } - - public IReadOnlyCollection<int> IReadOnlyCollection { get; set; } - - public IReadOnlyCollection<int?> IReadOnlyCollectionNullable { get; set; } - - public ISet<int> ISet { get; set; } - - public ISet<int?> ISetNullable { get; set; } - } - - public class FooString - { - public IEnumerable<string> BarString { get; set; } - } - - public class FooSimple - { - public IEnumerable<string> BarString { get; set; } - - public IEnumerable<bool> BarBool { get; set; } - - public IEnumerable<short> BarInt16 { get; set; } - - public IEnumerable<int> BarInt32 { get; set; } - - public IEnumerable<long> BarInt64 { get; set; } - - public IEnumerable<double> BarDouble { get; set; } - - public IEnumerable<float> BarSingle { get; set; } - - public IEnumerable<decimal> BarDecimal { get; set; } - - public IEnumerable<Guid> BarGuid { get; set; } - - public IEnumerable<DateTime> BarDatetime { get; set; } - - public IEnumerable<DateTimeOffset> BarDatetimeOffset { get; set; } - - public IEnumerable<bool?> BarBoolNullable { get; set; } - - public IEnumerable<short?> BarInt16Nullable { get; set; } - - public IEnumerable<int?> BarInt32Nullable { get; set; } - - public IEnumerable<long?> BarInt64Nullable { get; set; } - - public IEnumerable<double?> BarDoubleNullable { get; set; } - - public IEnumerable<float?> BarSingleNullable { get; set; } - - public IEnumerable<decimal?> BarDecimalNullable { get; set; } - - public IEnumerable<Guid?> BarGuidNullable { get; set; } - - public IEnumerable<DateTime?> BarDatetimeNullable { get; set; } - - public IEnumerable<DateTimeOffset?> BarDatetimeOffsetNullable { get; set; } - } - - public class Foo - { - public string Bar { get; set; } - public IEnumerable<Bar> BarNested { get; set; } - } - - public class Bar - { - public string Baz { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.BindFieldsExplicitly() - .List(x => x.BarNested) - .AllowSome(); - } - } - - public class BarFilterType - : FilterInputType<Bar> - { - protected override void Configure( - IFilterInputTypeDescriptor<Bar> descriptor) - { - descriptor.BindFieldsExplicitly() - .Filter(x => x.Baz) - .BindFiltersExplicitly() - .AllowEquals() - .Name("test"); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/BooleanFilterInputTypeTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/BooleanFilterInputTypeTests.cs deleted file mode 100644 index cadc42ce441..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/BooleanFilterInputTypeTests.cs +++ /dev/null @@ -1,345 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class BooleanFilterInputTypeTests - : TypeTestBase -{ - [Fact] - public void Create_Filter_Discover_Everything_Implicitly() - { - // arrange - // act - var schema = CreateSchema(new FooFilterTypeDefaults()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Filter_Discover_Operators_Implicitly() - { - // arrange - // act - var schema = CreateSchema(new FooFilterType()); - - // assert - schema.ToString().MatchSnapshot(); - } - - /// <summary> - /// This test checks if the binding of all allow methods are correct - /// </summary> - [Fact] - public void Create_Filter_Declare_Operators_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals().And() - .AllowNotEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Name_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Name("custom_equals"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Description_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Description("custom_equals_description"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive("bar"); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name_With_Argument() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive("bar", - new ArgumentNode("qux", - new StringValueNode("foo"))); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition) - .Argument("qux") - .Type<StringType>()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Type() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive<Bar>(); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Instance() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive(new Bar()); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_Implicitly() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .BindFiltersImplicitly(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_Override() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersImplicitly(); - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly().AllowNotEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_OverrideFieldDescriptor() - { - // arrange - // act - IBooleanFilterFieldDescriptor first = null; - IBooleanFilterFieldDescriptor second = null; - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - first = descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals().Name("this_should_not_be_visible").And() - .AllowNotEquals().Name("this_should_not_be_visible_not").And(); - second = descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals().Name("equals").And() - .AllowNotEquals().Name("not_equals").And(); - })); - - // assert - schema.ToString().MatchSnapshot(); - Assert.Equal(first, second); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstAddThenIgnore() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly().AllowNotEquals(); - descriptor.Ignore(x => x.Bar); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor.Ignore(x => x.Bar); - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly().AllowNotEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Ignore_Field_Fields() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Ignore(f => f.Bar))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Ignore_Field_2() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Filter(f => f.Bar) - .Ignore())); - - // assert - schema.ToString().MatchSnapshot(); - } - - public class Foo - { - public bool Bar { get; set; } - public bool? BarNullable { get; set; } - } - - public class Bar - { - public string Qux { get; set; } - } - - public class FooArray - { - public List<bool> BarList { get; set; } - public IEnumerable<bool> BarEnumerable { get; set; } - public bool[] BarArray { get; set; } - public List<bool?> BarListNullable { get; set; } - public IEnumerable<bool?> BarEnumerableNullable { get; set; } - public bool?[] BarArrayNullable { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.Filter(x => x.Bar); - } - } - - public class FooFilterTypeDefaults - : FilterInputType<Foo> - { - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/ComparableFilterInputTypeTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/ComparableFilterInputTypeTests.cs deleted file mode 100644 index 078a986515b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/ComparableFilterInputTypeTests.cs +++ /dev/null @@ -1,430 +0,0 @@ -using System; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class ComparableFilterInputTypeTests - : TypeTestBase -{ - [Fact] - public void Create_Filter_Discover_Everything_Implicitly() - { - // arrange - // act - var schema = CreateSchema(new FooFilterTypeDefaults()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Filter_Discover_Operators_Implicitly() - { - // arrange - // act - var schema = CreateSchema(new FooFilterType()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_OverrideFieldDescriptor() - { - // arrange - // act - IComparableFilterFieldDescriptor first = null; - IComparableFilterFieldDescriptor second = null; - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - first = descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarShort) - .BindFiltersExplicitly() - .AllowEquals().Name("this_should_not_be_visible").And() - .AllowNotEquals().Name("this_should_not_be_visible").And() - .AllowIn().Name("this_should_not_be_visible").And() - .AllowNotIn().Name("this_should_not_be_visible").And() - .AllowGreaterThan().Name("this_should_not_be_visible").And() - .AllowNotGreaterThan().Name("this_should_not_be_visible").And() - .AllowGreaterThanOrEquals().Name("this_should_not_be_visible").And() - .AllowNotGreaterThanOrEquals().Name("this_should_not_be_visible").And() - .AllowLowerThan().Name("this_should_not_be_visible").And() - .AllowNotLowerThan().Name("this_should_not_be_visible").And() - .AllowLowerThanOrEquals().Name("this_should_not_be_visible").And() - .AllowNotLowerThanOrEquals().Name("this_should_not_be_visible").And(); - second = descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarShort) - .AllowEquals().Name("eq").And() - .AllowNotEquals().Name("neq").And() - .AllowIn().Name("in").And() - .AllowNotIn().Name("nin").And() - .AllowGreaterThan().Name("gt").And() - .AllowNotGreaterThan().Name("ngt").And() - .AllowGreaterThanOrEquals().Name("gte").And() - .AllowNotGreaterThanOrEquals().Name("ngte").And() - .AllowLowerThan().Name("lt").And() - .AllowNotLowerThan().Name("nlt").And() - .AllowLowerThanOrEquals().Name("lte").And() - .AllowNotLowerThanOrEquals().Name("nlte").And(); - })); - - // assert - schema.ToString().MatchSnapshot(); - Assert.Equal(first, second); - } - - - [Fact] - public void Bind_Filter_FilterDescirptor_Override() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarShort) - .BindFiltersImplicitly(); - descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarShort) - .BindFiltersExplicitly().AllowNotEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstAddThenIgnore() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarShort) - .BindFiltersExplicitly().AllowNotEquals(); - descriptor.Ignore(x => x.BarShort); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor.Ignore(x => x.BarShort); - descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarShort) - .BindFiltersExplicitly().AllowNotEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - /// <summary> - /// This test checks if the binding of all allow methods are correct - /// </summary> - [Fact] - public void Create_Filter_Declare_Operators_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarShort) - .BindFiltersExplicitly() - .AllowEquals() - .And().AllowNotEquals() - .And().AllowIn() - .And().AllowNotIn() - .And().AllowGreaterThan() - .And().AllowNotGreaterThan() - .And().AllowGreaterThanOrEquals() - .And().AllowNotGreaterThanOrEquals() - .And().AllowLowerThan() - .And().AllowNotLowerThan() - .And().AllowLowerThanOrEquals() - .And().AllowNotLowerThanOrEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Name_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Filter(x => x.BarInt) - .BindFiltersExplicitly() - .AllowEquals() - .Name("custom_equals"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Description_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Filter(x => x.BarInt) - .BindFiltersExplicitly() - .AllowEquals() - .Description("custom_equals_description"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.BarInt) - .BindFiltersExplicitly() - .AllowEquals() - .Directive("bar"); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name_With_Argument() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.BarInt) - .BindFiltersExplicitly() - .AllowEquals() - .Directive("bar", - new ArgumentNode("qux", - new StringValueNode("foo"))); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition) - .Argument("qux") - .Type<StringType>()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Type() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.BarInt) - .BindFiltersExplicitly() - .AllowEquals() - .Directive<Bar>(); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Instance() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.BarInt) - .BindFiltersExplicitly() - .AllowEquals() - .Directive(new Bar()); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_Implicitly() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.BarInt) - .BindFiltersExplicitly() - .BindFiltersImplicitly(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Ignore_Field_Fields() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Ignore(f => f.BarShort))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Ignore_Field_2() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Filter(f => f.BarShort) - .Ignore())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Model_With_Nullable_Properties() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<FooNullable>( - d => d.Filter(f => f.BarShort))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Infer_Nullable_Fields() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<FooNullable>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - public enum FooBar - { - Foo, - Bar - } - - public class Foo - { - public short BarShort { get; set; } - public int BarInt { get; set; } - public long BarLong { get; set; } - public float BarFloat { get; set; } - public double BarDouble { get; set; } - public decimal BarDecimal { get; set; } - public short? BarShortNullable { get; set; } - public int? BarIntNullable { get; set; } - public long? BarLongNullable { get; set; } - public float? BarFloatNullable { get; set; } - public double? BarDoubleNullable { get; set; } - public decimal? BarDecimalNullable { get; set; } - public FooBar FooBar { get; set; } - } - - public class FooNullable - { - public short? BarShort { get; set; } - } - - public class Bar - { - public string Baz { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.BindFieldsExplicitly(); - descriptor.Filter(x => x.BarShort); - descriptor.Filter(x => x.BarInt); - descriptor.Filter(x => x.BarLong); - descriptor.Filter(x => x.BarFloat); - descriptor.Filter(x => x.BarDouble); - descriptor.Filter(x => x.BarDecimal); - descriptor.Filter(x => x.BarShortNullable); - descriptor.Filter(x => x.BarIntNullable); - descriptor.Filter(x => x.BarLongNullable); - descriptor.Filter(x => x.BarFloatNullable); - descriptor.Filter(x => x.BarDoubleNullable); - descriptor.Filter(x => x.BarDecimalNullable); - descriptor.Filter(x => x.FooBar); - } - } - - public class FooFilterTypeDefaults - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterFieldCollectionExtensionTest.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterFieldCollectionExtensionTest.cs deleted file mode 100644 index 4842de56bb8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterFieldCollectionExtensionTest.cs +++ /dev/null @@ -1,309 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq.Expressions; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Filters.Extensions; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class FilterFieldCollectionExtensionTest -{ - private readonly Expression<Func<Foo, string>> _property; - private readonly PropertyInfo _propertyInfo; - private readonly IDescriptorContext _descriptorContext; - - public FilterFieldCollectionExtensionTest() - { - _property = x => x.Bar; - _propertyInfo = (PropertyInfo)_property.ExtractMember(); - _descriptorContext = DescriptorContext.Create(); - } - - [Fact] - public void GetOrAddDescriptor_Argument_Fields() - { - //arrange - var factory = - () => new StringFilterFieldDescriptor(_descriptorContext, _propertyInfo); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>( - () => FilterFieldCollectionExtensions.GetOrAddDescriptor( - null, _propertyInfo, factory)); - Assert.Equal("fields", assertNullException.ParamName); - } - - - [Fact] - public void GetOrAddDescriptor_Argument_PropertyInfo() - { - //arrange - var factory = - () => new StringFilterFieldDescriptor(_descriptorContext, _propertyInfo); - IList<FilterFieldDescriptorBase> list = new List<FilterFieldDescriptorBase>(); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>(() => list.GetOrAddDescriptor(null, factory)); - Assert.Equal("propertyInfo", assertNullException.ParamName); - } - - - [Fact] - public void GetOrAddDescriptor_Argument_Factory() - { - //arrange - IList<FilterFieldDescriptorBase> list = new List<FilterFieldDescriptorBase>(); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>( - () => list.GetOrAddDescriptor<StringFilterFieldDescriptor>( - _propertyInfo, null)); - - Assert.Equal("valueFactory", assertNullException.ParamName); - } - - [Fact] - public void GetOrAddDescriptor_Should_AddDescriptorIfNotExists() - { - //arrange - IList<FilterFieldDescriptorBase> list = new List<FilterFieldDescriptorBase>(); - var descriptor = new StringFilterFieldDescriptor(_descriptorContext, _propertyInfo); - var valueFactory = () => descriptor; - - //act - var result = - list.GetOrAddDescriptor(_propertyInfo, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(descriptor, list[0]); - Assert.Same(descriptor, result); - } - - [Fact] - public void GetOrAddDescriptor_Should_ReturnDescriptorIfAlreadyExists() - { - //arrange - IList<FilterFieldDescriptorBase> list = new List<FilterFieldDescriptorBase>(); - var descriptorShouldNotBeRemoved = - new StringFilterFieldDescriptor(_descriptorContext, _propertyInfo); - var newDescriptorShouldNotHaveAnyEffect = - new StringFilterFieldDescriptor(_descriptorContext, _propertyInfo); - var valueFactory = - () => newDescriptorShouldNotHaveAnyEffect; - list.Add(descriptorShouldNotBeRemoved); - - //act - var result = - list.GetOrAddDescriptor(_propertyInfo, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(descriptorShouldNotBeRemoved, list[0]); - Assert.Same(descriptorShouldNotBeRemoved, result); - Assert.NotSame(newDescriptorShouldNotHaveAnyEffect, result); - } - - [Fact] - public void GetOrAddDescriptor_Should_ReplaceDescriptorIfDifferentType() - { - //arrange - IList<FilterFieldDescriptorBase> list = new List<FilterFieldDescriptorBase>(); - var descriptorToRemove = - new IgnoredFilterFieldDescriptor(_descriptorContext, _propertyInfo); - var descriptorToAdd = - new StringFilterFieldDescriptor(_descriptorContext, _propertyInfo); - var valueFactory = () => descriptorToAdd; - - list.Add(descriptorToRemove); - - //act - var result = - list.GetOrAddDescriptor(_propertyInfo, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(descriptorToAdd, list[0]); - Assert.Same(descriptorToAdd, result); - Assert.NotSame(descriptorToRemove, result); - } - - - [Fact] - public void GetOrAddOperation_Argument_Fields() - { - //arrange - Func<FilterOperationDescriptorBase> factory = - () => CreateOperation(FilterOperationKind.Equals); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>( - () => FilterFieldCollectionExtensions.GetOrAddOperation( - null, FilterOperationKind.Equals, factory)); - Assert.Equal("fields", assertNullException.ParamName); - } - - - [Fact] - public void GetOrAddOperation_Argument_Factory() - { - //arrange - IList<FilterOperationDescriptorBase> list = new List<FilterOperationDescriptorBase>(); - Func<FilterOperationDescriptorBase> factory = - () => CreateOperation(FilterOperationKind.Equals); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>( - () => list.GetOrAddOperation<BooleanFilterOperationDescriptor>( - FilterOperationKind.Equals, null)); - Assert.Equal("valueFactory", assertNullException.ParamName); - } - - [Fact] - public void GetOrAddOperation_Should_AddDescriptorIfNotExists() - { - //arrange - IList<FilterOperationDescriptorBase> list = new List<FilterOperationDescriptorBase>(); - var operation = - CreateOperation(FilterOperationKind.Equals); - var valueFactory = () => operation; - - //act - var result = - list.GetOrAddOperation(FilterOperationKind.Equals, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(operation, list[0]); - Assert.Same(operation, result); - } - - [Fact] - public void GetOrAddOperation_Should_ReturnDescriptorIfAlreadyExists() - { - //arrange - IList<FilterOperationDescriptorBase> list = new List<FilterOperationDescriptorBase>(); - var descriptorShouldNotBeRemoved = - CreateOperation(FilterOperationKind.Equals); - var newDescriptorShouldNotHaveAnyEffect = - CreateOperation(FilterOperationKind.Equals); - var valueFactory = - () => newDescriptorShouldNotHaveAnyEffect; - - list.Add(descriptorShouldNotBeRemoved); - - //act - var result = - list.GetOrAddOperation(FilterOperationKind.Equals, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(descriptorShouldNotBeRemoved, list[0]); - Assert.Same(descriptorShouldNotBeRemoved, result); - Assert.NotSame(newDescriptorShouldNotHaveAnyEffect, result); - } - - - [Fact] - public void GetOrAddOperation_Throws_ExceptionIfExistingDescriptorIsOfDifferentType() - { - //arrange - IList<FilterOperationDescriptorBase> list = new List<FilterOperationDescriptorBase>(); - var descriptorShouldNotBeRemoved = - CreateOperation(FilterOperationKind.Equals); - var newDescriptorShouldThrowException = - CreateComparableOperation(FilterOperationKind.Equals); - var valueFactory = - () => newDescriptorShouldThrowException; - - list.Add(descriptorShouldNotBeRemoved); - - //act - - //assert - Assert.Throws<SchemaException>(() => - list.GetOrAddOperation(FilterOperationKind.Equals, valueFactory)); - } - - - - private BooleanFilterOperationDescriptor CreateOperation( - FilterOperationKind operationKind) - { - var descirptor = new BooleanFilterFieldDescriptor( - _descriptorContext, _propertyInfo); - - var typeReference = _descriptorContext.TypeInspector.GetTypeRef( - typeof(Foo), - TypeContext.Input); - var definition = new FilterOperationDefinition() - { - Name = "Foo", - Type = typeReference, - Operation = new FilterOperation(typeof(string), operationKind, _propertyInfo), - Property = _propertyInfo - }; - - var operation = new FilterOperation( - typeof(bool), - operationKind, - definition.Property); - - return BooleanFilterOperationDescriptor.New( - _descriptorContext, - descirptor, - "Foo", - typeReference, - operation); - } - - - private ComparableFilterOperationDescriptor CreateComparableOperation( - FilterOperationKind operationKind) - { - var descriptor = new ComparableFilterFieldDescriptor( - _descriptorContext, _propertyInfo); - var typeReference = _descriptorContext.TypeInspector.GetTypeRef( - typeof(Foo), - TypeContext.Input); - var definition = new FilterOperationDefinition() - { - Name = "Foo", - Type = typeReference, - Operation = new FilterOperation(typeof(string), operationKind, _propertyInfo), - Property = _propertyInfo - }; - - var operation = new FilterOperation( - typeof(bool), - operationKind, - definition.Property); - - return ComparableFilterOperationDescriptor.New( - _descriptorContext, - descriptor, - "Foo", - typeReference, - operation); - } - - private sealed class Foo - { - public string Bar { get; set; } - } - -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterInputTypeTest.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterInputTypeTest.cs deleted file mode 100644 index 3a9fddc16d2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterInputTypeTest.cs +++ /dev/null @@ -1,353 +0,0 @@ -using System; -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class FilterInputTypeTest - : TypeTestBase -{ - [Fact] - public void FilterInputType_DynamicName() - { - // arrange - // act - var schema = CreateSchema( - s => s.AddType( - new FilterInputType<Foo>( - d => d - .Name(dep => dep.Name + "Foo") - .DependsOn<StringType>() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInputType_DynamicName_NonGeneric() - { - // arrange - // act - var schema = CreateSchema( - s => s.AddType( - new FilterInputType<Foo>( - d => d - .Name(dep => dep.Name + "Foo") - .DependsOn(typeof(StringType)) - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInput_AddDirectives_NameArgs() - { - // arrange - // act - var schema = CreateSchema( - s => s - .AddDirectiveType<FooDirectiveType>() - .AddType( - new FilterInputType<Foo>( - d => d - .Directive("foo") - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInput_AddDirectives_NameArgs2() - { - // arrange - // act - var schema = CreateSchema( - s => s - .AddDirectiveType<FooDirectiveType>() - .AddType( - new FilterInputType<Foo>( - d => d - .Directive("foo") - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInput_AddDirectives_DirectiveNode() - { - // arrange - // act - var schema = CreateSchema( - s => s - .AddDirectiveType<FooDirectiveType>() - .AddType( - new FilterInputType<Foo>( - d => d - .Directive(new DirectiveNode("foo")) - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInput_AddDirectives_DirectiveClassInstance() - { - // arrange - // act - var schema = CreateSchema( - s => s - .AddDirectiveType<FooDirectiveType>() - .AddType( - new FilterInputType<Foo>( - d => d - .Directive(new FooDirective()) - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInput_AddDirectives_DirectiveType() - { - // arrange - // act - var schema = CreateSchema( - s => s - .AddDirectiveType<FooDirectiveType>() - .AddType( - new FilterInputType<Foo>( - d => d - .Directive<FooDirective>() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInput_AddDescription() - { - // arrange - // act - var schema = CreateSchema( - s => s - .AddType( - new FilterInputType<Foo>( - d => d - .Description("Test") - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInput_AddName() - { - // arrange - // act - var schema = CreateSchema( - s => s - .AddType( - new FilterInputType<Foo>( - d => d - .Name("Test") - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterAttribute_NonNullType() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType<Query>( - d => d - .Name("Test") - .Field(x => x.Books()) - .UseFiltering()) - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInputType_ImplicitBinding() - { - // arrange - // act - var schema = SchemaBuilder.New() - .ModifyOptions(x => x.DefaultBindingBehavior = BindingBehavior.Explicit) - .AddType(new ObjectType<Foo>(x => x.Field(x => x.Bar))) - .AddQueryType( - c => - c.Name("Query") - .Field("foo") - .Type<ObjectType<Foo>>() - .Resolve("bar") - .UseFiltering<Foo>(x => x.BindFieldsImplicitly())) - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInputType_ImplicitBinding_BindFields() - { - // arrange - // act - var schema = SchemaBuilder.New() - .ModifyOptions(x => x.DefaultBindingBehavior = BindingBehavior.Explicit) - .AddType(new ObjectType<Foo>(x => x.Field(x => x.Bar))) - .AddQueryType( - c => - c.Name("Query") - .Field("foo") - .Type<ObjectType<Foo>>() - .Resolve("bar") - .UseFiltering<Foo>(x => x.BindFields(BindingBehavior.Implicit))) - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInputType_ExplicitBinding() - { - // arrange - // act - var schema = SchemaBuilder.New() - .ModifyOptions(x => x.DefaultBindingBehavior = BindingBehavior.Implicit) - .AddQueryType( - c => - c.Name("Query") - .Field("foo") - .Type<ObjectType<Bar>>() - .Resolve("bar") - .UseFiltering<Bar>( - x => x.BindFields(BindingBehavior.Explicit) - .Filter(y => y.Baz) - .AllowContains())) - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void FilterInputType_ExplicitBinding_BindFields() - { - // arrange - // act - var schema = SchemaBuilder.New() - .ModifyOptions(x => x.DefaultBindingBehavior = BindingBehavior.Implicit) - .AddQueryType( - c => - c.Name("Query") - .Field("foo") - .Type<ObjectType<Bar>>() - .Resolve("bar") - .UseFiltering<Bar>( - x => x.BindFields(BindingBehavior.Explicit) - .Filter(y => y.Baz) - .AllowContains())) - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - public class FooDirectiveType - : DirectiveType<FooDirective> - { - protected override void Configure( - IDirectiveTypeDescriptor<FooDirective> descriptor) - { - descriptor.Name("foo"); - descriptor.Location(DirectiveLocation.InputObject) - .Location(DirectiveLocation.InputFieldDefinition); - } - } - - public class FooDirective - { - } - - public class Foo - { - public string Bar { get; set; } - } - - public class Bar - { - public string Baz { get; set; } - - public string Qux { get; set; } - } - - public class Query - { - [GraphQLNonNullType(false, false)] - public IQueryable<Book> Books() => new List<Book>().AsQueryable(); - } - - public class Book - { - public int Id { get; set; } - - [GraphQLNonNullType] - public string Title { get; set; } - - public int Pages { get; set; } - - public int Chapters { get; set; } - - [GraphQLNonNullType] - public Author Author { get; set; } - } - - public class Author - { - [GraphQLType(typeof(NonNullType<IdType>))] - public int Id { get; set; } - - [GraphQLNonNullType] - public string Name { get; set; } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterNamingConventionTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterNamingConventionTests.cs deleted file mode 100644 index a3106e799b9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterNamingConventionTests.cs +++ /dev/null @@ -1,91 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Types.Descriptors; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class FilterNamingConventionTests - : TypeTestBase -{ - [Fact] - public void Default_Convention() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Convention_PascalCase() - { - // arrange - // act - var schema = CreateSchema( - x => x.AddType<FilterInputType<Foo>>() - .AddConvention<IFilterNamingConvention, FilterNamingConventionPascalCase>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact] - public void Convention_SnakeCase() - { - // arrange - // act - var schema = CreateSchema( - x => x.AddType<FilterInputType<Foo>>() - .AddConvention<IFilterNamingConvention, FilterNamingConventionSnakeCase>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Convention_Custom() - { - // arrange - // act - var schema = CreateSchema(x => - x.AddConvention<IFilterNamingConvention, CustomConvention>() - .AddObjectType(x => x.Name("Test") - .Field("foo") - .Type<NonNullType<ListType<NonNullType<ObjectType<Foo>>>>>() - .UseFiltering<FilterInputType<Foo>>()) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - private sealed class CustomConvention : FilterNamingConventionSnakeCase - { - public override string ArgumentName => "test"; - - public override string ArrayFilterPropertyName => "TESTelement"; - - public override string GetFilterTypeName(IDescriptorContext context, Type entityType) - { - return base.GetFilterTypeName(context, entityType) + "Test"; - } - } - - public class Foo - { - public short Comparable { get; set; } - public IEnumerable<short> ComparableEnumerable { get; set; } - public bool Bool { get; set; } - public FooBar Object { get; set; } - } - public class FooBar - { - public string Nested { get; set; } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterObjectFieldDescriptorExtensionsTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterObjectFieldDescriptorExtensionsTests.cs deleted file mode 100644 index 8a8bfa1b554..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterObjectFieldDescriptorExtensionsTests.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using Moq; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class FilterObjectFieldDescriptorExtensionsTests -{ - [Fact] - public void UseFiltering_FieldDescConfig_FieldDesc_Is_Null() - { - // arrange - Action<IFilterInputTypeDescriptor<object>> config = d => { }; - - // act - Action action = () => - FilterObjectFieldDescriptorExtensions - .UseFiltering<object>(null, config); - - // assert - Assert.Throws<ArgumentNullException>(action); - } - - [Fact] - public void UseFiltering_FieldDescConfig_Config_Is_Null() - { - // arrange - var desc = Mock.Of<IObjectFieldDescriptor>(); - - // act - Action action = () => - FilterObjectFieldDescriptorExtensions - .UseFiltering<object>(desc, null); - - // assert - Assert.Throws<ArgumentNullException>(action); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterTypeAttributeTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterTypeAttributeTests.cs deleted file mode 100644 index 679eedefd93..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/FilterTypeAttributeTests.cs +++ /dev/null @@ -1,140 +0,0 @@ -using System; -using System.Linq; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class FilterTypeAttributeTests : TypeTestBase -{ - [Fact] - public void GenericTypeDescriptorAttribute_Changes_Name() - { - // act - var schema = SchemaBuilder.New() - .AddType<FilterInputType<FooGeneric>>() - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - // assert - Assert.Equal( - GenericTypeFilterAttribute.TypeName, - schema.GetType<FilterInputType<FooGeneric>>( - GenericTypeFilterAttribute.TypeName).TypeName()); - } - - [Fact] - public void FilterFieldStringAttribute_Changes_Name() - { - // act - var schema = SchemaBuilder.New() - .AddType<FilterInputType<FooFields>>() - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - // assert - Assert.NotNull( - schema.GetType<FilterInputType<FooFields>>("FooFieldsFilter") - .Fields - .FirstOrDefault(x => x.Name == FilterFieldAttributeTest.StringField)); - } - - [Fact] - public void FilterFieldComparableAttribute_Changes_Name() - { - // act - var schema = SchemaBuilder.New() - .AddType<FilterInputType<FooFields>>() - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - // assert - Assert.NotNull( - schema.GetType<FilterInputType<FooFields>>("FooFieldsFilter") - .Fields - .FirstOrDefault(x => x.Name == FilterFieldAttributeTest.ComparableField)); - } - - [Fact] - public void FilterFieldBooleanAttribute_Changes_Name() - { - // act - var schema = SchemaBuilder.New() - .AddType<FilterInputType<FooFields>>() - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - // assert - Assert.NotNull( - schema.GetType<FilterInputType<FooFields>>("FooFieldsFilter") - .Fields - .FirstOrDefault(x => x.Name == FilterFieldAttributeTest.BooleanField)); - } - - [GenericTypeFilter] - public class FooGeneric - { - public string StringFilterTest { get; set; } - } - - [FilterFieldAttributeTest] - public class FooFields - { - [FilterFieldAttributeTest] - public string String { get; set; } - [FilterFieldAttributeTest] - public int Comparable { get; set; } - [FilterFieldAttributeTest] - public bool Boolean { get; set; } - } - - public class GenericTypeFilterAttribute - : DescriptorAttribute - { - public static string TypeName { get; } = "ThisIsATest"; - - protected internal override void TryConfigure( - IDescriptorContext context, - IDescriptor d, - ICustomAttributeProvider element) - { - if (d is FilterInputTypeDescriptor<FooGeneric> descriptor) - { - descriptor.Name(TypeName); - } - } - } - - public class FilterFieldAttributeTest - : DescriptorAttribute - { - public static string StringField { get; } = "StringField"; - public static string ComparableField { get; } = "ComparableField"; - public static string BooleanField { get; } = "BooleanField"; - - protected internal override void TryConfigure( - IDescriptorContext context, - IDescriptor d, - ICustomAttributeProvider element) - { - if (d is IComparableFilterFieldDescriptor fieldComparableDescriptor) - { - fieldComparableDescriptor - .BindFiltersExplicitly().AllowEquals().Name(ComparableField); - } - if (d is IBooleanFilterFieldDescriptor fieldBooleanDescriptor) - { - fieldBooleanDescriptor - .BindFiltersExplicitly().AllowEquals().Name(BooleanField); - } - if (d is IStringFilterFieldDescriptor fieldStringDescriptor) - { - fieldStringDescriptor - .BindFiltersExplicitly().AllowEquals().Name(StringField); - } - } - } - -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/HotChocolate.Types.Filters.Tests.csproj b/src/HotChocolate/Filters/test/Types.Filters.Tests/HotChocolate.Types.Filters.Tests.csproj deleted file mode 100644 index 28f58ca0ee7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/HotChocolate.Types.Filters.Tests.csproj +++ /dev/null @@ -1,24 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Types.Filters.Tests</AssemblyName> - <RootNamespace>HotChocolate.Types.Filters</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Core\HotChocolate.Core.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\..\src\Types.Filters\HotChocolate.Types.Filters.csproj" /> - <ProjectReference Include="..\Types.Sorting.Tests\HotChocolate.Types.Sorting.Tests.csproj" /> - </ItemGroup> - - <ItemGroup> - <None Update="$(MSBuildProjectDirectory)\__resources__\*.*"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - <None Update="$(MSBuildProjectDirectory)\xunit.runner.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/NoNullQueryFilterTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/NoNullQueryFilterTests.cs deleted file mode 100644 index b05cc0f2393..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/NoNullQueryFilterTests.cs +++ /dev/null @@ -1,70 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Execution; -using Snapshooter.Xunit; -using Xunit; - -#nullable enable - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class NoNullQueryFilterTests -{ - [Fact] - public void Create_Schema() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Execute_Filter() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { bar_starts_with: \"a\" }) { bar } }"); - - // assert - result.MatchSnapshot(); - } - - public class QueryType : ObjectType<Query> - { - protected override void Configure(IObjectTypeDescriptor<Query> descriptor) - { - descriptor.Field(t => t.Foos).UseFiltering(); - } - } - - public class Query - { - public IEnumerable<Foo> Foos { get; } = new[] - { - new Foo {Bar = "aa", Baz = "bb"}, - new Foo {Bar = "cc", Baz = "dd"}, - new Foo {Bar = "ee", Baz = "ff"}, - new Foo {Bar = "gg", Baz = "hh"}, - }; - } - - public class Foo - { - public string? Bar { get; set; } - - public string Baz { get; set; } = string.Empty; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/ObjectFilterInputTypeTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/ObjectFilterInputTypeTests.cs deleted file mode 100644 index 84cfe20d900..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/ObjectFilterInputTypeTests.cs +++ /dev/null @@ -1,447 +0,0 @@ -using System; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class ObjectFilterInputTypeTests - : TypeTestBase -{ - [Fact] - public void Create_ObjectFilter_FooImplicitBarImplicit() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ObjectFilter_FooImplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.Object(y => y.BarNested) - .AllowObject( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowContains() - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact(Skip = "Skipped till issue 1194 is solved")] - public void Create_ObjectFilter_FooImplicitMultipleBarExplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => - { - x.Object(y => y.BarNested) - .AllowObject( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowContains()); - x.Object(y => y.BarNestedSecond) - .AllowObject( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowEquals()); - } - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_Override() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Object(x => x.BarNested) - .BindExplicitly() - .AllowObject( - x => x.BindFieldsExplicitly() - .Filter(f => f.Baz) - .BindFiltersExplicitly() - .AllowNotEquals()); - descriptor - .BindFieldsExplicitly() - .Object(x => x.BarNested) - .BindExplicitly().AllowObject( - x => x.BindFieldsExplicitly() - .Filter(f => f.Baz) - .BindFiltersExplicitly() - .AllowEquals()); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_OverrideFieldDescriptor() - { - // arrange - // act - IObjectFilterFieldDescriptor<Bar> first = null; - IObjectFilterFieldDescriptor<Bar> second = null; - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - first = descriptor - .BindFieldsExplicitly() - .Object(x => x.BarNested) - .BindExplicitly() - .AllowObject().Name("this_should_not_be_visible").And(); - - second = descriptor - .BindFieldsExplicitly() - .Object(x => x.BarNested) - .BindExplicitly() - .AllowObject().Name("obj").And(); - - })); - - // assert - schema.ToString().MatchSnapshot(); - Assert.Equal(first, second); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_OverrideString() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Object(x => x.Bar) - .BindImplicitly(); - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly().AllowEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstAddThenIgnore() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Object(x => x.BarNested) - .BindExplicitly().AllowObject(); - descriptor.Ignore(x => x.BarNested); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor.Ignore(x => x.BarNested); - descriptor - .BindFieldsExplicitly() - .Object(x => x.BarNested) - .BindExplicitly().AllowObject(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ObjectFilter_FooExplicitBarExplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.BindFieldsExplicitly() - .Object(y => y.BarNested) - .AllowObject( - y => y.BindFieldsExplicitly() - .Filter(z => z.Baz) - .BindFiltersExplicitly() - .AllowContains() - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ObjectFilter_FooExplicitBarExplicitByGeneric() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.BindFieldsExplicitly() - .Object(y => y.BarNested) - .AllowObject<BarFilterType>() - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_ObjectFilter_FooExplicitBarImplicit() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>( - x => x.BindFieldsExplicitly() - .Object(y => y.BarNested) - .AllowObject() - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact] - public void Create_ObjectFilter_BindExplicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => descriptor.BindFieldsExplicitly() - .Object(x => x.BarNested) - .AllowObject(x => - x.BindFieldsExplicitly() - .Filter(y => y.Baz).BindFiltersExplicitly().AllowEquals() - ))); - - // assert - schema.ToString().MatchSnapshot(); - } - - - /// <summary> - /// This test checks if the binding of all allow methods are correct - /// </summary> - [Fact] - public void Create_Filter_Declare_Operators_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Object(x => x.BarNested) - .BindExplicitly() - .AllowObject(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Name_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Object(x => x.BarNested) - .BindExplicitly() - .AllowObject() - .Name("custom_object"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Description_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Object(x => x.BarNested) - .BindExplicitly() - .AllowObject() - .Description("custom_object_description"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Object(x => x.BarNested) - .BindExplicitly() - .AllowObject() - .Directive("bar"); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name_With_Argument() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Object(x => x.BarNested) - .BindExplicitly() - .AllowObject() - .Directive("bar", - new ArgumentNode("qux", - new StringValueNode("foo"))); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition) - .Argument("qux") - .Type<StringType>()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Type() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Object(x => x.BarNested) - .BindExplicitly() - .AllowObject() - .Directive<Bar>(); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Instance() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive(new Bar()); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_Implicitly() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .BindFiltersImplicitly(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - - public class Foo - { - public string Bar { get; set; } - public Bar BarNested { get; set; } - public Bar BarNestedSecond { get; set; } - } - - public class Bar - { - public string Baz { get; set; } - } - - public class BarFilterType - : FilterInputType<Bar> - { - protected override void Configure( - IFilterInputTypeDescriptor<Bar> descriptor) - { - descriptor.BindFieldsExplicitly().Filter(x => x.Baz).BindFiltersExplicitly().AllowEquals().Name("test"); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterAttributeTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterAttributeTests.cs deleted file mode 100644 index beed4f74248..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterAttributeTests.cs +++ /dev/null @@ -1,88 +0,0 @@ -using System; -using System.Collections.Generic; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterAttributeTests -{ - [Fact] - public void Create_Schema_With_FilterType() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType<Query1>() - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Schema_With_FilterType_With_Fluent_API() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType<Query2>() - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - public class Query1 - { - [UseFiltering] - public IEnumerable<Foo> Foos { get; } = new[] - { - new Foo { Bar = "aa", Baz = 1, Qux = 1 }, - new Foo { Bar = "ba", Baz = 1 }, - new Foo { Bar = "ca", Baz = 2 }, - new Foo { Bar = "ab", Baz = 2 }, - new Foo { Bar = "ac", Baz = 2 }, - new Foo { Bar = "ad", Baz = 2 }, - new Foo { Bar = null, Baz = 0 } - }; - } - - public class Query2 - { - [UseFiltering(FilterType = typeof(FooFilterType))] - public IEnumerable<Foo> Foos { get; } = new[] - { - new Foo { Bar = "aa", Baz = 1, Qux = 1 }, - new Foo { Bar = "ba", Baz = 1 }, - new Foo { Bar = "ca", Baz = 2 }, - new Foo { Bar = "ab", Baz = 2 }, - new Foo { Bar = "ac", Baz = 2 }, - new Foo { Bar = "ad", Baz = 2 }, - new Foo { Bar = null, Baz = 0 } - }; - } - - public class FooFilterType : FilterInputType<Foo> - { - protected override void Configure(IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.BindFieldsExplicitly() - .Filter(m => m.Bar) - .BindFiltersExplicitly() - .AllowEquals(); - } - } - - public class Foo - { - public string Bar { get; set; } - - [GraphQLType(typeof(NonNullType<IntType>))] - public long Baz { get; set; } - - [GraphQLType(typeof(IntType))] - public int? Qux { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterTests.cs deleted file mode 100644 index 5995db4716f..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterTests.cs +++ /dev/null @@ -1,479 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using HotChocolate.Execution; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterTests -{ - [Fact] - public void Create_Schema_With_FilterType() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Schema_With_FilterType_With_Fluent_API() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => - d.Field(m => m.Foos) - .UseFiltering<Foo>(f => - f.BindFieldsExplicitly() - .Filter(m => m.Bar) - .BindFiltersExplicitly() - .AllowEquals())) - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Execute_Filter() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { bar_starts_with: \"a\" }) { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_With_Variables() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - - var executor = schema.MakeExecutable(); - - var request = QueryRequestBuilder.New() - .SetQuery( - @"query filter($a: String) { - foos(where: { bar_starts_with: $a }) { - bar - } - }") - .SetVariableValue("a", "a") - .Create(); - - // act - var result = executor.Execute(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_As_Variable() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - - var executor = schema.MakeExecutable(); - - var request = QueryRequestBuilder.New() - .SetQuery( - @"query filter($a: FooFilter) { - foos(where: $a) { - bar - } - }") - .SetVariableValue("a", new Dictionary<string, object> - { - { "bar_starts_with", "a" } - }) - .Create(); - - // act - var result = executor.Execute(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Is_Null() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Execute_ObjectStringEqualWithNull_Expression_Array() - { - // arrange - - var schema = SchemaBuilder.New() - .AddQueryType(x => - x.Field("list") - .Type<ListType<ObjectType<FooObject>>>() - .Resolve( - ctx => new FooObject[] { - null, - new FooObject { FooNested = new FooNested { Bar = "a" } - } - } - ) - .UseFiltering() - ) - .Create(); - - var executor = schema.MakeExecutable(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ list(where: { fooNested: { bar: \"a\" } }) { fooNested { bar } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Execute_ObjectStringEqualWithNull_Expression_InMemoryQueryable() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType( - x => x.Field("list") - .Type<ListType<ObjectType<FooObject>>>() - .Resolve(x => - new FooObject[] { - null, - new FooObject { FooNested = new FooNested { Bar = "a" } } - } - .AsQueryable() - ) - .UseFiltering() - ) - .Create(); - - var executor = schema.MakeExecutable(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ list(where: { fooNested: {bar: \"a\"} }) { fooNested { bar } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Infer_Filter_From_Field() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { bar_starts_with: \"a\" }) { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Equals_Null() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { bar: null }) { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Not_Equals_Null() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { bar_not: null }) { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_In() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { bar_in: [ \"aa\" \"ab\" ] }) { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Comparable_In() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { baz_in: [ 1 0 ] }) { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Nullable_Equals_1() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { qux: 1 }) { bar qux } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Nullable_Equals_Null() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { qux: null }) { bar qux } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Equals_And() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { AND: [ { bar: \"aa\" } { bar: \"ba\" } ] })" + - " { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public void Execute_Filter_Equals_Or() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<Query>(d => d.Field(t => t.Foos).UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - // act - var result = executor.Execute( - "{ foos(where: { OR: [ { bar: \"aa\" } { bar: \"ba\" } ] })" + - " { bar } }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Execute_DateTime_Filter() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<QueryFooDateTime>(d => d - .Name("Query") - .Field(y => y.Foo) - .UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ foo(where: { foo_gte: \"2019-06-01\"}) { foo } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Execute_DateTime_Filter_With_Variables() - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType<QueryFooDateTime>(d => d - .Name("Query") - .Field(y => y.Foo) - .UseFiltering()) - .Create(); - - var executor = schema.MakeExecutable(); - - var request = QueryRequestBuilder.New() - .SetQuery( - "query TestQuery($where: FooDateTimeFilter) {" + - "foo(where: $where) { foo } }") - .SetVariableValue("where", new Dictionary<string, object> - { - { "foo_gte", "2019-06-01" } - }) - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - result.MatchSnapshot(); - } - - public class FooDateTime - { - public DateTime Foo { get; set; } - } - - public class QueryFooDateTime - { - public IEnumerable<FooDateTime> Foo { get; set; } = new List<FooDateTime> - { - new FooDateTime { Foo = new DateTime(2020,01,01, 18, 0, 0, DateTimeKind.Utc) }, - new FooDateTime { Foo = new DateTime(2018,01,01, 18, 0, 0, DateTimeKind.Utc) } - }; - } - - public class FooObject - { - public FooNested FooNested { get; set; } - } - public class FooNested - { - public string Bar { get; set; } - } - - public class QueryType - : ObjectType<Query> - { - protected override void Configure( - IObjectTypeDescriptor<Query> descriptor) - { - descriptor.Field(t => t.Foos).UseFiltering<Foo>(); - } - } - - public class Query - { - public IEnumerable<Foo> Foos { get; } = new[] - { - new Foo { Bar = "aa", Baz = 1, Qux = 1 }, - new Foo { Bar = "ba", Baz = 1 }, - new Foo { Bar = "ca", Baz = 2 }, - new Foo { Bar = "ab", Baz = 2 }, - new Foo { Bar = "ac", Baz = 2 }, - new Foo { Bar = "ad", Baz = 2 }, - new Foo { Bar = null, Baz = 0 } - }; - } - - public class Foo - { - public string Bar { get; set; } - - [GraphQLType(typeof(NonNullType<IntType>))] - public long Baz { get; set; } - - [GraphQLType(typeof(IntType))] - public int? Qux { get; set; } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorArrayTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorArrayTests.cs deleted file mode 100644 index 88adb644f86..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorArrayTests.cs +++ /dev/null @@ -1,490 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterVisitorContextArrayTests - : TypeTestBase -{ - [Fact] - public void Create_ArraySomeStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_some", - new ObjectValueNode( - new ObjectFieldNode("element", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooSimpleFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(FooSimple), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<FooSimple>().Compile(); - - // assert - var a = new FooSimple { Bar = new[] { "c", "d", "a" } }; - Assert.True(func(a)); - - var b = new FooSimple { Bar = new[] { "c", "d", "b" } }; - Assert.False(func(b)); - } - - [Fact] - public void Create_ArrayAnyStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_any", - new BooleanValueNode(true) - ) - ); - - var fooType = CreateType(new FooSimpleFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(FooSimple), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<FooSimple>().Compile(); - - // assert - var a = new FooSimple { Bar = new[] { "c", "d", "a" } }; - Assert.True(func(a)); - - var b = new FooSimple { Bar = new string[0] }; - Assert.False(func(b)); - - var c = new FooSimple { Bar = null }; - Assert.False(func(c)); - } - - [Fact] - public void Create_ArraySomeStringEqualWithNull_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_some", - new ObjectValueNode( - new ObjectFieldNode("element", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooSimpleFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(FooSimple), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<FooSimple>().Compile(); - - // assert - var a = new FooSimple { Bar = new[] { "c", null, "a" } }; - Assert.True(func(a)); - - var b = new FooSimple { Bar = new[] { "c", null, "b" } }; - Assert.False(func(b)); - - var c = new FooSimple { Bar = null }; - Assert.False(func(c)); - } - - [Fact] - public void Create_ArraySomeObjectStringEqualWithNull_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested_some", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - null, - new FooNested { Bar = "a" } - } - }; - Assert.True(func(a)); - - var b = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - null, - new FooNested { Bar = "b" } - } - }; - Assert.False(func(b)); - } - [Fact] - public void Create_ArraySomeObjectStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested_some", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "a" } - } - }; - Assert.True(func(a)); - - var b = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "b" } - } - }; - Assert.False(func(b)); - - var c = new Foo - { - FooNested = new[] - { - null, - new FooNested { Bar = null }, - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "a" } - } - }; - Assert.True(func(c)); - } - - [Fact] - public void Create_ArrayNoneObjectStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested_none", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "a" } - } - }; - Assert.False(func(a)); - - var b = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "b" } - } - }; - Assert.True(func(b)); - var c = new Foo - { - FooNested = new[] - { - null, - new FooNested { Bar = "c" }, - new FooNested { Bar = null }, - new FooNested { Bar = "b" } - } - }; - Assert.True(func(c)); - } - - [Fact] - public void Create_ArrayAllObjectStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested_all", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "a" }, - new FooNested { Bar = "a" }, - new FooNested { Bar = "a" } - } - }; - Assert.True(func(a)); - - var b = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "a" }, - new FooNested { Bar = "a" } - } - }; - Assert.False(func(b)); - - var c = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "a" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "b" } - } - }; - Assert.False(func(c)); - - var d = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "b" } - } - }; - Assert.False(func(d)); - - var e = new Foo - { - FooNested = new[] - { - null, - new FooNested { Bar = null }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "b" } - } - }; - Assert.False(func(e)); - } - - [Fact] - public void Create_ArrayAnyObjectStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested_any", - new BooleanValueNode(true) - ) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "a" } - } - }; - Assert.True(func(a)); - - var b = new Foo { FooNested = new FooNested[] { } }; - Assert.False(func(b)); - var c = new Foo { FooNested = null }; - Assert.False(func(c)); - var d = new Foo { FooNested = new FooNested[] { null } }; - Assert.True(func(d)); - } - - [Fact] - public void Create_ArrayNotAnyObjectStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested_any", - new BooleanValueNode(false))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo - { - FooNested = new[] - { - new FooNested { Bar = "c" }, - new FooNested { Bar = "d" }, - new FooNested { Bar = "a" } - } - }; - Assert.False(func(a)); - - var b = new Foo { FooNested = new FooNested[] { } }; - Assert.True(func(b)); - var c = new Foo { FooNested = null }; - Assert.False(func(c)); - - var d = new Foo { FooNested = new FooNested[] { null } }; - Assert.False(func(d)); - } - public class Foo - { - public IEnumerable<FooNested> FooNested { get; set; } - } - - public class FooSimple - { - public IEnumerable<string> Bar { get; set; } - } - - public class FooNested - { - public string Bar { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.List(t => t.FooNested).BindImplicitly(); - } - } - - public class FooSimpleFilterType - : FilterInputType<FooSimple> - { - protected override void Configure( - IFilterInputTypeDescriptor<FooSimple> descriptor) - { - descriptor.List(t => t.Bar).BindImplicitly(); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorBooleanTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorBooleanTests.cs deleted file mode 100644 index 5a9f86df95b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorBooleanTests.cs +++ /dev/null @@ -1,169 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterVisitorContextBooleanTests - : TypeTestBase -{ - [Fact] - public void Create_BooleanEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "bar", - new BooleanValueNode(true))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {Bar = true}; - Assert.True(func(a)); - - var b = new Foo {Bar = false}; - Assert.False(func(b)); - } - - [Fact] - public void Create_BooleanNotEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "bar", - new BooleanValueNode(false))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {Bar = false}; - Assert.True(func(a)); - - var b = new Foo {Bar = true}; - Assert.False(func(b)); - } - - [Fact] - public void Create_NullableBooleanEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "bar", - new BooleanValueNode(true))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {Bar = true}; - Assert.True(func(a)); - - var b = new FooNullable {Bar = false}; - Assert.False(func(b)); - - var c = new FooNullable {Bar = null}; - Assert.False(func(c)); - } - - [Fact] - public void Create_NullableBooleanNotEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "bar", - new BooleanValueNode(false))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {Bar = false}; - Assert.True(func(a)); - - var b = new FooNullable {Bar = true}; - Assert.False(func(b)); - - var c = new FooNullable {Bar = null}; - Assert.False(func(c)); - } - - public class Foo - { - public bool Bar { get; set; } - } - - public class FooNullable - { - public bool? Bar { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.Filter(t => t.Bar) - .AllowEquals() - .And() - .AllowNotEquals(); - } - } - - public class FooNullableFilterType - : FilterInputType<FooNullable> - { - protected override void Configure( - IFilterInputTypeDescriptor<FooNullable> descriptor) - { - descriptor.Filter(t => t.Bar) - .AllowEquals() - .And() - .AllowNotEquals(); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorComparableTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorComparableTests.cs deleted file mode 100644 index ff2913c91c9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorComparableTests.cs +++ /dev/null @@ -1,881 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Utilities; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterVisitorContextComparableTests - : TypeTestBase -{ - [Fact] - public void Create_ShortEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 12}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 13}; - Assert.False(func(b)); - } - - [Fact] - public void Create_ShortNotEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 13}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.False(func(b)); - } - - - [Fact] - public void Create_ShortGreaterThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_gt", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.False(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.False(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.True(func(c)); - } - - [Fact] - public void Create_ShortNotGreaterThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_gt", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.True(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.False(func(c)); - } - - - [Fact] - public void Create_ShortGreaterThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_gte", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.False(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.True(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.True(func(c)); - } - - [Fact] - public void Create_ShortNotGreaterThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_gte", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.False(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.False(func(c)); - } - - - [Fact] - public void Create_ShortLowerThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_lt", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filter = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filter); - var func = filter.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.False(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.False(func(c)); - } - - [Fact] - public void Create_ShortNotLowerThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_lt", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.False(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.True(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.True(func(c)); - } - - - [Fact] - public void Create_ShortLowerThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_lte", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.True(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.False(func(c)); - } - - [Fact] - public void Create_ShortNotLowerThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_lte", - new IntValueNode(12))); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 11}; - Assert.False(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.False(func(b)); - - var c = new Foo {BarShort = 13}; - Assert.True(func(c)); - } - - [Fact] - public void Create_ShortIn_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_in", - new ListValueNode(new IntValueNode(13), new IntValueNode(14))) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 13}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 12}; - Assert.False(func(b)); - } - - [Fact] - public void Create_ShortNotIn_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_in", - new ListValueNode(new IntValueNode(13), new IntValueNode(14))) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo {BarShort = 12}; - Assert.True(func(a)); - - var b = new Foo {BarShort = 13}; - Assert.False(func(b)); - } - - [Fact] - public void Create_NullableShortEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 12}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 13}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = null}; - Assert.False(func(c)); - } - - [Fact] - public void Create_NullableShortNotEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 13}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = null}; - Assert.True(func(c)); - } - - - [Fact] - public void Create_NullableShortGreaterThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_gt", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.False(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.True(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.False(func(d)); - } - - [Fact] - public void Create_NullableShortNotGreaterThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_gt", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.True(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.False(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.True(func(d)); - } - - - [Fact] - public void Create_NullableShortGreaterThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_gte", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.False(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.True(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.True(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.False(func(d)); - } - - [Fact] - public void Create_NullableShortNotGreaterThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_gte", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.False(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.True(func(d)); - } - - - [Fact] - public void Create_NullableShortLowerThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_lt", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.False(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.False(func(d)); - } - - [Fact] - public void Create_NullableShortNotLowerThan_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_lt", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.False(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.True(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.True(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.True(func(d)); - } - - - [Fact] - public void Create_NullableShortLowerThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_lte", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.True(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.False(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.False(func(d)); - } - - [Fact] - public void Create_NullableShortNotLowerThanOrEquals_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_lte", - new IntValueNode(12))); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 11}; - Assert.False(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = 13}; - Assert.True(func(c)); - - var d = new FooNullable {BarShort = null}; - Assert.True(func(d)); - } - - [Fact] - public void Create_NullableShortIn_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_in", - new ListValueNode(new[] {new IntValueNode(13), new IntValueNode(14)})) - ); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 13}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 12}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = null}; - Assert.False(func(c)); - } - - [Fact] - public void Create_NullableShortNotIn_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode( - "barShort_not_in", - new ListValueNode( - new[] {new IntValueNode(13), new IntValueNode(14)} - )) - ); - - var fooNullableType = CreateType(new FooNullableFilterType()); - - // act - var context = new QueryableFilterVisitorContext( - fooNullableType, - typeof(FooNullable), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, context); - var func = context.CreateFilter<FooNullable>().Compile(); - - // assert - var a = new FooNullable {BarShort = 12}; - Assert.True(func(a)); - - var b = new FooNullable {BarShort = 13}; - Assert.False(func(b)); - - var c = new FooNullable {BarShort = null}; - Assert.True(func(c)); - } - - [Fact] - public void Overwrite_Comparable_Filter_Type_With_Attribute() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<EntityWithTypeAttribute>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Overwrite_Comparable_Filter_Type_With_Descriptor() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Entity>( - d => - d.Filter(t => t.BarShort).Type<IntType>())); - - // assert - schema.ToString().MatchSnapshot(); - } - - public class Foo - { - public short BarShort { get; set; } - public int BarInt { get; set; } - public long BarLong { get; set; } - public float BarFloat { get; set; } - public double BarDouble { get; set; } - public decimal BarDecimal { get; set; } - } - - public class FooNullable - { - public short? BarShort { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.Filter(x => x.BarShort); - descriptor.Filter(x => x.BarInt); - descriptor.Filter(x => x.BarLong); - descriptor.Filter(x => x.BarFloat); - descriptor.Filter(x => x.BarDouble); - descriptor.Filter(x => x.BarDecimal); - } - } - - public class FooNullableFilterType - : FilterInputType<FooNullable> - { - protected override void Configure( - IFilterInputTypeDescriptor<FooNullable> descriptor) - { - descriptor.Filter(x => x.BarShort); - } - } - - public class EntityWithTypeAttribute - { - [GraphQLType(typeof(IntType))] public short? BarShort { get; set; } - } - - public class Entity - { - public short? BarShort { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorObjectTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorObjectTests.cs deleted file mode 100644 index 00af47d633e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorObjectTests.cs +++ /dev/null @@ -1,274 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterVisitorObjectTests - : TypeTestBase -{ - [Fact] - public void Create_ObjectStringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { FooNested = new FooNested { Bar = "a" } }; - Assert.True(func(a)); - - var b = new Foo { FooNested = new FooNested { Bar = "b" } }; - Assert.False(func(b)); - } - - [Fact] - public void Create_ObjectStringEqualWithNull_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("fooNested", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a") - ) - ) - ) - ); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { FooNested = new FooNested { Bar = "a" } }; - Assert.True(func(a)); - Assert.False(func(null)); - } - - [Fact] - public void Create_ObjectStringEqualDeep_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("foo", - new ObjectValueNode( - new ObjectFieldNode("fooNested", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a"))))))); - - var fooType = CreateType(new EvenDeeperFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(EvenDeeper), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<EvenDeeper>().Compile(); - - // assert - var a = new EvenDeeper { Foo = new Foo { FooNested = new FooNested { Bar = "a" } } }; - Assert.True(func(a)); - - var b = new EvenDeeper { Foo = new Foo { FooNested = new FooNested { Bar = "b" } } }; - Assert.False(func(b)); - } - - [Fact] - public void Create_ObjectStringEqualRecursive_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("nested", - new ObjectValueNode( - new ObjectFieldNode("nested", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a"))))))); - - var fooType = CreateType(new FilterInputType<Recursive>()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Recursive), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Recursive>().Compile(); - - - var a = new Recursive { Nested = new Recursive { Nested = new Recursive { Bar = "a" } } }; - Assert.True(func(a)); - - var b = new Recursive { Nested = new Recursive { Nested = new Recursive { Bar = "b" } } }; - Assert.False(func(b)); - - } - - - [Fact] - public void Create_ObjectStringEqualNull_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("foo", - new ObjectValueNode( - new ObjectFieldNode("fooNested", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a") - ) - ) - ) - ) - ) - ); - - var fooType = CreateType(new EvenDeeperFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(EvenDeeper), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<EvenDeeper>().Compile(); - - // assert - var a = new EvenDeeper { Foo = null }; - Assert.False(func(a)); - - var b = new EvenDeeper { Foo = new Foo { FooNested = null } }; - Assert.False(func(b)); - - var c = new EvenDeeper { Foo = new Foo { FooNested = new FooNested { Bar = null } } }; - Assert.False(func(c)); - - var d = new EvenDeeper { Foo = new Foo { FooNested = new FooNested { Bar = "a" } } }; - Assert.True(func(d)); - - } - - /** - * As multiple handlers for a single property can exists, it makes sense to test mutliple porperty filterContexting too - * Just to see if the null checks are wrapped around the whole object and not just around the one of the expressions. - * With the current visitor implementation this cannot be the case. Anyway, as code lifes is good to check twice. - * */ - [Fact] - public void Create_ObjectStringEqualNullWithMultipleFilters_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("foo", - new ObjectValueNode( - new ObjectFieldNode("fooNested", - new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a")), - new ObjectFieldNode("bar_not", - new StringValueNode("c"))))))); - - var fooType = CreateType(new EvenDeeperFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(EvenDeeper), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<EvenDeeper>().Compile(); - - // assert - var a = new EvenDeeper { Foo = null }; - Assert.False(func(a)); - - var b = new EvenDeeper { Foo = new Foo { FooNested = null } }; - Assert.False(func(b)); - - var c = new EvenDeeper { Foo = new Foo { FooNested = new FooNested { Bar = null } } }; - Assert.False(func(c)); - - var d = new EvenDeeper { Foo = new Foo { FooNested = new FooNested { Bar = "a" } } }; - Assert.True(func(d)); - - } - - public class EvenDeeper - { - public Foo Foo { get; set; } - } - - public class Foo - { - public FooNested FooNested { get; set; } - } - public class FooNested - { - public string Bar { get; set; } - } - public class Recursive - { - public Recursive Nested { get; set; } - public string Bar { get; set; } - } - - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.Object(t => t.FooNested).AllowObject(x => x.Filter(y => y.Bar)); - } - } - - public class EvenDeeperFilterType - : FilterInputType<EvenDeeper> - { - protected override void Configure( - IFilterInputTypeDescriptor<EvenDeeper> descriptor) - { - descriptor.Object(t => t.Foo).AllowObject(x => x.Object(y => y.FooNested).AllowObject(z => z.Filter(z => z.Bar))); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorStringTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorStringTests.cs deleted file mode 100644 index fe5e6152dc4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorStringTests.cs +++ /dev/null @@ -1,343 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterVisitorStringTests - : TypeTestBase -{ - [Fact] - public void Create_StringEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "a" }; - Assert.True(func(a)); - - var b = new Foo { Bar = "b" }; - Assert.False(func(b)); - } - - [Fact] - public void Create_StringNotEqual_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_not", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "a" }; - Assert.False(func(a)); - - var b = new Foo { Bar = "b" }; - Assert.True(func(b)); - } - - [Fact] - public void Create_StringIn_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_in", - new ListValueNode(new[] - { - new StringValueNode("a"), - new StringValueNode("c") - }))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "a" }; - Assert.True(func(a)); - - var b = new Foo { Bar = "b" }; - Assert.False(func(b)); - } - - [Fact] - public void Create_StringIn_SingleValue_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_in", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "a" }; - Assert.True(func(a)); - - var b = new Foo { Bar = "b" }; - Assert.False(func(b)); - } - - [Fact] - public void Create_StringNotIn_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_not_in", - new ListValueNode(new[] - { - new StringValueNode("a"), - new StringValueNode("c") - }))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "a" }; - Assert.False(func(a)); - - var b = new Foo { Bar = "b" }; - Assert.True(func(b)); - } - - [Fact] - public void Create_StringContains_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_contains", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "testatest" }; - Assert.True(func(a)); - - var b = new Foo { Bar = "testbtest" }; - Assert.False(func(b)); - } - - [Fact] - public void Create_StringNoContains_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_not_contains", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "testatest" }; - Assert.False(func(a)); - - var b = new Foo { Bar = "testbtest" }; - Assert.True(func(b)); - } - - [Fact] - public void Create_StringStartsWith_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_starts_with", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "ab" }; - Assert.True(func(a)); - - var b = new Foo { Bar = "ba" }; - Assert.False(func(b)); - } - - [Fact] - public void Create_StringNotStartsWith_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_not_starts_with", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "ab" }; - Assert.False(func(a)); - - var b = new Foo { Bar = "ba" }; - Assert.True(func(b)); - } - - [Fact] - public void Create_StringEndsWith_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_ends_with", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "ab" }; - Assert.False(func(a)); - - var b = new Foo { Bar = "ba" }; - Assert.True(func(b)); - } - - [Fact] - public void Create_StringNotEndsWith_Expression() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar_not_ends_with", - new StringValueNode("a"))); - - var fooType = CreateType(new FooFilterType()); - - // act - var filterContext = new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - QueryableFilterVisitor.Default.Visit(value, filterContext); - var func = filterContext.CreateFilter<Foo>().Compile(); - - // assert - var a = new Foo { Bar = "ab" }; - Assert.True(func(a)); - - var b = new Foo { Bar = "ba" }; - Assert.False(func(b)); - } - - public class Foo - { - public string Bar { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.Filter(t => t.Bar) - .BindFiltersImplicitly(); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorTest.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorTest.cs deleted file mode 100644 index 6007afd7eb4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/QueryableFilterVisitorTest.cs +++ /dev/null @@ -1,142 +0,0 @@ -using System; -using HotChocolate.Types.Filters.Expressions; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class QueryableFilterVisitorContextTests - : TypeTestBase -{ - [Fact] - public void Create_Should_Throw_IfOperationHandlersIsNull() - { - // arrange - - var fooType = CreateType(new FooFilterType()); - - var action = () => - { - new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - null!, - ExpressionFieldHandlers.All, - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - }; - - // act - // assert - Assert.Throws<ArgumentNullException>(action); - } - - [Fact] - public void Create_Should_Throw_IfFieldHandlersIsNull() - { - // arrange - - var fooType = CreateType(new FooFilterType()); - - var action = () => - { - new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - ExpressionOperationHandlers.All, - null!, - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - }; - - // act - // assert - Assert.Throws<ArgumentNullException>(action); - } - - [Fact] - public void Create_Should_Throw_IfTypeConversionIsNull() - { - // arrange - - var fooType = CreateType(new FooFilterType()); - - var action = () => - { - new QueryableFilterVisitorContext( - fooType, - typeof(Foo), - null!, - true, - new(new DefaultTypeConverter())); - }; - - // act - // assert - Assert.Throws<ArgumentNullException>(action); - } - - [Fact] - public void Create_Should_Throw_IfTypeIsNull() - { - // arrange - - var fooType = CreateType(new FooFilterType()); - - var action = () => - { - new QueryableFilterVisitorContext( - fooType, - null!, - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - }; - - // act - // assert - Assert.Throws<ArgumentNullException>(action); - } - - [Fact] - public void Create_Should_Throw_IfInputTypeIsNull() - { - // arrange - - var action = () => - { - new QueryableFilterVisitorContext( - null!, - typeof(Foo), - DefaultTypeConverter.Default, - true, - new(new DefaultTypeConverter())); - }; - - // act - // assert - Assert.Throws<ArgumentNullException>(action); - } - - public class Foo - { - public bool Bar { get; set; } - } - - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.Filter(t => t.Bar) - .AllowEquals() - .And() - .AllowNotEquals(); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/StringFilterInputTypeTests.cs b/src/HotChocolate/Filters/test/Types.Filters.Tests/StringFilterInputTypeTests.cs deleted file mode 100644 index d9b979e4eb1..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/StringFilterInputTypeTests.cs +++ /dev/null @@ -1,382 +0,0 @@ -using System; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Filters; - -[Obsolete] -public class StringFilterInputTypeTests - : TypeTestBase -{ - [Fact] - public void Create_Implicit_Filters() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Explicit_Filters() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Filter(f => f.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Name("foo_eq"))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Explicit_Filters_All_Operations() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Filter(f => f.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .And().AllowContains() - .And().AllowEndsWith() - .And().AllowEquals() - .And().AllowIn() - .And().AllowNotContains() - .And().AllowNotEndsWith() - .And().AllowNotEquals() - .And().AllowNotIn() - .And().AllowNotStartsWith() - .And().AllowStartsWith())); - - // assert - schema.ToString().MatchSnapshot(); - } - [Fact] - public void Bind_Filter_FilterDescirptor_OverrideFieldDescriptor() - { - // arrange - // act - IStringFilterFieldDescriptor first = null; - IStringFilterFieldDescriptor second = null; - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - first = descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals().Name("this_should_not_be_visible").And() - .AllowNotEquals().Name("this_should_not_be_visible").And() - .AllowIn().Name("this_should_not_be_visible").And() - .AllowNotIn().Name("this_should_not_be_visible").And() - .AllowContains().Name("this_should_not_be_visible").And() - .AllowNotContains().Name("this_should_not_be_visible").And() - .AllowStartsWith().Name("this_should_not_be_visible").And() - .AllowNotStartsWith().Name("this_should_not_be_visible").And() - .AllowEndsWith().Name("this_should_not_be_visible").And() - .AllowNotEndsWith().Name("this_should_not_be_visible").And(); - second = descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .AllowEquals().Name("eq").And() - .AllowNotEquals().Name("neq").And() - .AllowIn().Name("in").And() - .AllowNotIn().Name("nin").And() - .AllowContains().Name("c").And() - .AllowNotContains().Name("nc").And() - .AllowStartsWith().Name("sw").And() - .AllowNotStartsWith().Name("nsw").And() - .AllowEndsWith().Name("ew").And() - .AllowNotEndsWith().Name("new").And(); - })); - - // assert - schema.ToString().MatchSnapshot(); - Assert.Equal(first, second); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_Override() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersImplicitly(); - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly().AllowNotEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstAddThenIgnore() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly().AllowNotEquals(); - descriptor.Ignore(x => x.Bar); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor.Ignore(x => x.Bar); - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly().AllowNotEquals(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Ignore_Field_Fields() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Ignore(f => f.Bar))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Ignore_Field_2() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Filter(f => f.Bar) - .Ignore())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Rename_Specific_Filter() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(d => d - .Filter(f => f.Bar) - .AllowEquals() - .Name("foo"))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Define_Filters_By_Configure_Override() - { - // arrange - // act - var schema = CreateSchema(new FooFilterType()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Name_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Name("custom_equals"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Description_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new FilterInputType<Foo>(descriptor => - { - descriptor.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Description("custom_equals_description"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive("bar"); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_By_Name_With_Argument() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive("bar", - new ArgumentNode("qux", - new StringValueNode("foo"))); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition) - .Argument("qux") - .Type<StringType>()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Type() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive<Bar>(); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Declare_Directive_With_Clr_Instance() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new FilterInputType<Foo>(d => - { - d.Filter(x => x.Bar) - .BindFiltersExplicitly() - .AllowEquals() - .Directive(new Bar()); - })) - .AddDirectiveType(new DirectiveType<Bar>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Filter_Implicitly() - { - // arrange - // act - var schema = CreateSchema( - new FilterInputType<Foo>(descriptor => - { - descriptor - .BindFieldsExplicitly() - .Filter(x => x.Bar) - .BindFiltersExplicitly() - .BindFiltersImplicitly(); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - public class Foo - { - public string Bar { get; set; } - } - - public class Bar - { - public string Baz { get; set; } - } - - public class FooFilterType - : FilterInputType<Foo> - { - protected override void Configure( - IFilterInputTypeDescriptor<Foo> descriptor) - { - descriptor.Filter(t => t.Bar) - .BindFiltersExplicitly() - .AllowContains().And() - .AllowEquals().Name("equals").And() - .AllowIn(); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputGenericConstraintTests.Create_ArrayObjectFilter_ShouldMatchSameSnapshotInAllCases.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputGenericConstraintTests.Create_ArrayObjectFilter_ShouldMatchSameSnapshotInAllCases.snap deleted file mode 100644 index 8498201c6d8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputGenericConstraintTests.Create_ArrayObjectFilter_ShouldMatchSameSnapshotInAllCases.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - test: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap deleted file mode 100644 index ab4bc60f5ae..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap +++ /dev/null @@ -1,14 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap deleted file mode 100644 index e6a4f979cbc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barBool_any: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap deleted file mode 100644 index e6a4f979cbc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barBool_any: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap deleted file mode 100644 index 1ce09590fa6..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap +++ /dev/null @@ -1,25 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - all: ISingleFilterOfBooleanFilter - none: ISingleFilterOfBooleanFilter - some: ISingleFilterOfBooleanFilter - any: Boolean -} - -input ISingleFilterOfBooleanFilter { - AND: [ISingleFilterOfBooleanFilter!] - OR: [ISingleFilterOfBooleanFilter!] - element: Boolean - element_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayFilter_Declare_Operators_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayFilter_Declare_Operators_Explicitly.snap deleted file mode 100644 index 53047b9698c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayFilter_Declare_Operators_Explicitly.snap +++ /dev/null @@ -1,40 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_BindExplicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_BindExplicitly.snap deleted file mode 100644 index 36b87dc5e09..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_BindExplicitly.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter - barNested_none: BarFilter - barNested_all: BarFilter - barNested_any: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarExplicit.snap deleted file mode 100644 index ac1aaf79062..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz_contains: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter - barNested_none: BarFilter - barNested_all: BarFilter - barNested_any: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarExplicitByGeneric.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarExplicitByGeneric.snap deleted file mode 100644 index 7b7a8c6f4b8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarExplicitByGeneric.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - test: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarImplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarImplicit.snap deleted file mode 100644 index 96ce400ae03..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooExplicitBarImplicit.snap +++ /dev/null @@ -1,33 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter - barNested_none: BarFilter - barNested_all: BarFilter - barNested_any: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooImplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooImplicitBarExplicit.snap deleted file mode 100644 index eb53228c99b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooImplicitBarExplicit.snap +++ /dev/null @@ -1,34 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz_contains: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter - barNested_none: BarFilter - barNested_all: BarFilter - barNested_any: Boolean - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooImplicitBarImplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooImplicitBarImplicit.snap deleted file mode 100644 index 2fde17e0d20..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayObjectFilter_FooImplicitBarImplicit.snap +++ /dev/null @@ -1,43 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNested_some: BarFilter - barNested_none: BarFilter - barNested_all: BarFilter - barNested_any: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBoolNullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBoolNullable_FooExplicitBarExplicit.snap deleted file mode 100644 index aed5379ca66..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBoolNullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barBoolNullable_some: ISingleFilterOfBooleanFilter -} - -input ISingleFilterOfBooleanFilter { - AND: [ISingleFilterOfBooleanFilter!] - OR: [ISingleFilterOfBooleanFilter!] - element: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBool_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBool_FooExplicitBarExplicit.snap deleted file mode 100644 index a2299fca63c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBool_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barBool_some: ISingleFilterOfBooleanFilter -} - -input ISingleFilterOfBooleanFilter { - AND: [ISingleFilterOfBooleanFilter!] - OR: [ISingleFilterOfBooleanFilter!] - element: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBool_FooExplicitBarExplicitAny.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBool_FooExplicitBarExplicitAny.snap deleted file mode 100644 index e6a4f979cbc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterBool_FooExplicitBarExplicitAny.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barBool_any: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeNullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeNullable_FooExplicitBarExplicit.snap deleted file mode 100644 index db3843428d2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeNullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,27 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDatetimeNullable_some: ISingleFilterOfDateTimeFilter -} - -input ISingleFilterOfDateTimeFilter { - AND: [ISingleFilterOfDateTimeFilter!] - OR: [ISingleFilterOfDateTimeFilter!] - element: DateTime -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeOffsetNullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeOffsetNullable_FooExplicitBarExplicit.snap deleted file mode 100644 index f47b6051a6a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeOffsetNullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,27 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDatetimeOffsetNullable_some: ISingleFilterOfDateTimeOffsetFilter -} - -input ISingleFilterOfDateTimeOffsetFilter { - AND: [ISingleFilterOfDateTimeOffsetFilter!] - OR: [ISingleFilterOfDateTimeOffsetFilter!] - element: DateTime -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeOffset_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeOffset_FooExplicitBarExplicit.snap deleted file mode 100644 index 3951147e1bc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetimeOffset_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,27 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDatetimeOffset_some: ISingleFilterOfDateTimeOffsetFilter -} - -input ISingleFilterOfDateTimeOffsetFilter { - AND: [ISingleFilterOfDateTimeOffsetFilter!] - OR: [ISingleFilterOfDateTimeOffsetFilter!] - element: DateTime -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetime_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetime_FooExplicitBarExplicit.snap deleted file mode 100644 index 4b6a6f87b23..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDatetime_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,27 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDatetime_some: ISingleFilterOfDateTimeFilter -} - -input ISingleFilterOfDateTimeFilter { - AND: [ISingleFilterOfDateTimeFilter!] - OR: [ISingleFilterOfDateTimeFilter!] - element: DateTime -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDecimalNullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDecimalNullable_FooExplicitBarExplicit.snap deleted file mode 100644 index 18c0d4bd23e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDecimalNullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDecimalNullable_some: ISingleFilterOfDecimalFilter -} - -input ISingleFilterOfDecimalFilter { - AND: [ISingleFilterOfDecimalFilter!] - OR: [ISingleFilterOfDecimalFilter!] - element: Decimal -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDecimal_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDecimal_FooExplicitBarExplicit.snap deleted file mode 100644 index fa34c11364f..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDecimal_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDecimal_some: ISingleFilterOfDecimalFilter -} - -input ISingleFilterOfDecimalFilter { - AND: [ISingleFilterOfDecimalFilter!] - OR: [ISingleFilterOfDecimalFilter!] - element: Decimal -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDoubleNullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDoubleNullable_FooExplicitBarExplicit.snap deleted file mode 100644 index 176faea93ab..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDoubleNullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDoubleNullable_some: ISingleFilterOfDoubleFilter -} - -input ISingleFilterOfDoubleFilter { - AND: [ISingleFilterOfDoubleFilter!] - OR: [ISingleFilterOfDoubleFilter!] - element: Float -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDouble_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDouble_FooExplicitBarExplicit.snap deleted file mode 100644 index 7a038957d6c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterDouble_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barDouble_some: ISingleFilterOfDoubleFilter -} - -input ISingleFilterOfDoubleFilter { - AND: [ISingleFilterOfDoubleFilter!] - OR: [ISingleFilterOfDoubleFilter!] - element: Float -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterGuidNullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterGuidNullable_FooExplicitBarExplicit.snap deleted file mode 100644 index a27bafc287e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterGuidNullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,26 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barGuidNullable_some: ISingleFilterOfGuidFilter -} - -input ISingleFilterOfGuidFilter { - AND: [ISingleFilterOfGuidFilter!] - OR: [ISingleFilterOfGuidFilter!] - element: UUID -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122") diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterGuid_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterGuid_FooExplicitBarExplicit.snap deleted file mode 100644 index 02df0498f6b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterGuid_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,26 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barGuid_some: ISingleFilterOfGuidFilter -} - -input ISingleFilterOfGuidFilter { - AND: [ISingleFilterOfGuidFilter!] - OR: [ISingleFilterOfGuidFilter!] - element: UUID -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122") diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt16Nullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt16Nullable_FooExplicitBarExplicit.snap deleted file mode 100644 index f3e21a93fda..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt16Nullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barInt16Nullable_some: ISingleFilterOfInt16Filter -} - -input ISingleFilterOfInt16Filter { - AND: [ISingleFilterOfInt16Filter!] - OR: [ISingleFilterOfInt16Filter!] - element: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt16_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt16_FooExplicitBarExplicit.snap deleted file mode 100644 index 5fe21f1b4c1..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt16_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barInt16_some: ISingleFilterOfInt16Filter -} - -input ISingleFilterOfInt16Filter { - AND: [ISingleFilterOfInt16Filter!] - OR: [ISingleFilterOfInt16Filter!] - element: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt32Nullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt32Nullable_FooExplicitBarExplicit.snap deleted file mode 100644 index 10b9c288e21..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt32Nullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barInt32Nullable_some: ISingleFilterOfInt32Filter -} - -input ISingleFilterOfInt32Filter { - AND: [ISingleFilterOfInt32Filter!] - OR: [ISingleFilterOfInt32Filter!] - element: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt32_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt32_FooExplicitBarExplicit.snap deleted file mode 100644 index d5e9e07eb96..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt32_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barInt32_some: ISingleFilterOfInt32Filter -} - -input ISingleFilterOfInt32Filter { - AND: [ISingleFilterOfInt32Filter!] - OR: [ISingleFilterOfInt32Filter!] - element: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt64Nullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt64Nullable_FooExplicitBarExplicit.snap deleted file mode 100644 index c99f756eac1..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt64Nullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barInt64Nullable_some: ISingleFilterOfInt64Filter -} - -input ISingleFilterOfInt64Filter { - AND: [ISingleFilterOfInt64Filter!] - OR: [ISingleFilterOfInt64Filter!] - element: Long -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt64_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt64_FooExplicitBarExplicit.snap deleted file mode 100644 index af38c4c152b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterInt64_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barInt64_some: ISingleFilterOfInt64Filter -} - -input ISingleFilterOfInt64Filter { - AND: [ISingleFilterOfInt64Filter!] - OR: [ISingleFilterOfInt64Filter!] - element: Long -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterSingleNullable_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterSingleNullable_FooExplicitBarExplicit.snap deleted file mode 100644 index 3498ad5fc22..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterSingleNullable_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barSingleNullable_some: ISingleFilterOfSingleFilter -} - -input ISingleFilterOfSingleFilter { - AND: [ISingleFilterOfSingleFilter!] - OR: [ISingleFilterOfSingleFilter!] - element: Float -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterSingle_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterSingle_FooExplicitBarExplicit.snap deleted file mode 100644 index e186d146a05..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilterSingle_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barSingle_some: ISingleFilterOfSingleFilter -} - -input ISingleFilterOfSingleFilter { - AND: [ISingleFilterOfSingleFilter!] - OR: [ISingleFilterOfSingleFilter!] - element: Float -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilter_FooImplicitBarImplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilter_FooImplicitBarImplicit.snap deleted file mode 100644 index d86c017b5dc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilter_FooImplicitBarImplicit.snap +++ /dev/null @@ -1,470 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleFilter { - AND: [FooSimpleFilter!] - OR: [FooSimpleFilter!] - barString_some: ISingleFilterOfStringFilter - barString_none: ISingleFilterOfStringFilter - barString_all: ISingleFilterOfStringFilter - barString_any: Boolean - barBool_some: ISingleFilterOfBooleanFilter - barBool_none: ISingleFilterOfBooleanFilter - barBool_all: ISingleFilterOfBooleanFilter - barBool_any: Boolean - barInt16_some: ISingleFilterOfInt16Filter - barInt16_none: ISingleFilterOfInt16Filter - barInt16_all: ISingleFilterOfInt16Filter - barInt16_any: Boolean - barInt32_some: ISingleFilterOfInt32Filter - barInt32_none: ISingleFilterOfInt32Filter - barInt32_all: ISingleFilterOfInt32Filter - barInt32_any: Boolean - barInt64_some: ISingleFilterOfInt64Filter - barInt64_none: ISingleFilterOfInt64Filter - barInt64_all: ISingleFilterOfInt64Filter - barInt64_any: Boolean - barDouble_some: ISingleFilterOfDoubleFilter - barDouble_none: ISingleFilterOfDoubleFilter - barDouble_all: ISingleFilterOfDoubleFilter - barDouble_any: Boolean - barSingle_some: ISingleFilterOfSingleFilter - barSingle_none: ISingleFilterOfSingleFilter - barSingle_all: ISingleFilterOfSingleFilter - barSingle_any: Boolean - barDecimal_some: ISingleFilterOfDecimalFilter - barDecimal_none: ISingleFilterOfDecimalFilter - barDecimal_all: ISingleFilterOfDecimalFilter - barDecimal_any: Boolean - barGuid_some: ISingleFilterOfGuidFilter - barGuid_none: ISingleFilterOfGuidFilter - barGuid_all: ISingleFilterOfGuidFilter - barGuid_any: Boolean - barDatetime_some: ISingleFilterOfDateTimeFilter - barDatetime_none: ISingleFilterOfDateTimeFilter - barDatetime_all: ISingleFilterOfDateTimeFilter - barDatetime_any: Boolean - barDatetimeOffset_some: ISingleFilterOfDateTimeOffsetFilter - barDatetimeOffset_none: ISingleFilterOfDateTimeOffsetFilter - barDatetimeOffset_all: ISingleFilterOfDateTimeOffsetFilter - barDatetimeOffset_any: Boolean - barBoolNullable_some: NullableOfBooleanFilter - barBoolNullable_none: NullableOfBooleanFilter - barBoolNullable_all: NullableOfBooleanFilter - barBoolNullable_any: Boolean - barInt16Nullable_some: NullableOfInt16Filter - barInt16Nullable_none: NullableOfInt16Filter - barInt16Nullable_all: NullableOfInt16Filter - barInt16Nullable_any: Boolean - barInt32Nullable_some: NullableOfInt32Filter - barInt32Nullable_none: NullableOfInt32Filter - barInt32Nullable_all: NullableOfInt32Filter - barInt32Nullable_any: Boolean - barInt64Nullable_some: NullableOfInt64Filter - barInt64Nullable_none: NullableOfInt64Filter - barInt64Nullable_all: NullableOfInt64Filter - barInt64Nullable_any: Boolean - barDoubleNullable_some: NullableOfDoubleFilter - barDoubleNullable_none: NullableOfDoubleFilter - barDoubleNullable_all: NullableOfDoubleFilter - barDoubleNullable_any: Boolean - barSingleNullable_some: NullableOfSingleFilter - barSingleNullable_none: NullableOfSingleFilter - barSingleNullable_all: NullableOfSingleFilter - barSingleNullable_any: Boolean - barDecimalNullable_some: NullableOfDecimalFilter - barDecimalNullable_none: NullableOfDecimalFilter - barDecimalNullable_all: NullableOfDecimalFilter - barDecimalNullable_any: Boolean - barGuidNullable_some: NullableOfGuidFilter - barGuidNullable_none: NullableOfGuidFilter - barGuidNullable_all: NullableOfGuidFilter - barGuidNullable_any: Boolean - barDatetimeNullable_some: NullableOfDateTimeFilter - barDatetimeNullable_none: NullableOfDateTimeFilter - barDatetimeNullable_all: NullableOfDateTimeFilter - barDatetimeNullable_any: Boolean - barDatetimeOffsetNullable_some: NullableOfDateTimeOffsetFilter - barDatetimeOffsetNullable_none: NullableOfDateTimeOffsetFilter - barDatetimeOffsetNullable_all: NullableOfDateTimeOffsetFilter - barDatetimeOffsetNullable_any: Boolean -} - -input ISingleFilterOfBooleanFilter { - AND: [ISingleFilterOfBooleanFilter!] - OR: [ISingleFilterOfBooleanFilter!] - element: Boolean - element_not: Boolean -} - -input ISingleFilterOfDateTimeFilter { - AND: [ISingleFilterOfDateTimeFilter!] - OR: [ISingleFilterOfDateTimeFilter!] - element: DateTime - element_not: DateTime - element_in: [DateTime!] - element_not_in: [DateTime!] - element_gt: DateTime - element_not_gt: DateTime - element_gte: DateTime - element_not_gte: DateTime - element_lt: DateTime - element_not_lt: DateTime - element_lte: DateTime - element_not_lte: DateTime -} - -input ISingleFilterOfDateTimeOffsetFilter { - AND: [ISingleFilterOfDateTimeOffsetFilter!] - OR: [ISingleFilterOfDateTimeOffsetFilter!] - element: DateTime - element_not: DateTime - element_in: [DateTime!] - element_not_in: [DateTime!] - element_gt: DateTime - element_not_gt: DateTime - element_gte: DateTime - element_not_gte: DateTime - element_lt: DateTime - element_not_lt: DateTime - element_lte: DateTime - element_not_lte: DateTime -} - -input ISingleFilterOfDecimalFilter { - AND: [ISingleFilterOfDecimalFilter!] - OR: [ISingleFilterOfDecimalFilter!] - element: Decimal - element_not: Decimal - element_in: [Decimal!] - element_not_in: [Decimal!] - element_gt: Decimal - element_not_gt: Decimal - element_gte: Decimal - element_not_gte: Decimal - element_lt: Decimal - element_not_lt: Decimal - element_lte: Decimal - element_not_lte: Decimal -} - -input ISingleFilterOfDoubleFilter { - AND: [ISingleFilterOfDoubleFilter!] - OR: [ISingleFilterOfDoubleFilter!] - element: Float - element_not: Float - element_in: [Float!] - element_not_in: [Float!] - element_gt: Float - element_not_gt: Float - element_gte: Float - element_not_gte: Float - element_lt: Float - element_not_lt: Float - element_lte: Float - element_not_lte: Float -} - -input ISingleFilterOfGuidFilter { - AND: [ISingleFilterOfGuidFilter!] - OR: [ISingleFilterOfGuidFilter!] - element: UUID - element_not: UUID - element_in: [UUID!] - element_not_in: [UUID!] - element_gt: UUID - element_not_gt: UUID - element_gte: UUID - element_not_gte: UUID - element_lt: UUID - element_not_lt: UUID - element_lte: UUID - element_not_lte: UUID -} - -input ISingleFilterOfInt16Filter { - AND: [ISingleFilterOfInt16Filter!] - OR: [ISingleFilterOfInt16Filter!] - element: Short - element_not: Short - element_in: [Short!] - element_not_in: [Short!] - element_gt: Short - element_not_gt: Short - element_gte: Short - element_not_gte: Short - element_lt: Short - element_not_lt: Short - element_lte: Short - element_not_lte: Short -} - -input ISingleFilterOfInt32Filter { - AND: [ISingleFilterOfInt32Filter!] - OR: [ISingleFilterOfInt32Filter!] - element: Int - element_not: Int - element_in: [Int!] - element_not_in: [Int!] - element_gt: Int - element_not_gt: Int - element_gte: Int - element_not_gte: Int - element_lt: Int - element_not_lt: Int - element_lte: Int - element_not_lte: Int -} - -input ISingleFilterOfInt64Filter { - AND: [ISingleFilterOfInt64Filter!] - OR: [ISingleFilterOfInt64Filter!] - element: Long - element_not: Long - element_in: [Long!] - element_not_in: [Long!] - element_gt: Long - element_not_gt: Long - element_gte: Long - element_not_gte: Long - element_lt: Long - element_not_lt: Long - element_lte: Long - element_not_lte: Long -} - -input ISingleFilterOfSingleFilter { - AND: [ISingleFilterOfSingleFilter!] - OR: [ISingleFilterOfSingleFilter!] - element: Float - element_not: Float - element_in: [Float!] - element_not_in: [Float!] - element_gt: Float - element_not_gt: Float - element_gte: Float - element_not_gte: Float - element_lt: Float - element_not_lt: Float - element_lte: Float - element_not_lte: Float -} - -input ISingleFilterOfStringFilter { - AND: [ISingleFilterOfStringFilter!] - OR: [ISingleFilterOfStringFilter!] - element: String - element_not: String - element_contains: String - element_not_contains: String - element_starts_with: String - element_not_starts_with: String - element_ends_with: String - element_not_ends_with: String - element_in: [String!] - element_not_in: [String!] -} - -input NullableOfBooleanFilter { - AND: [NullableOfBooleanFilter!] - OR: [NullableOfBooleanFilter!] - hasValue: Boolean - hasValue_not: Boolean - value: Boolean - value_not: Boolean -} - -input NullableOfDateTimeFilter { - AND: [NullableOfDateTimeFilter!] - OR: [NullableOfDateTimeFilter!] - hasValue: Boolean - hasValue_not: Boolean - value: DateTime - value_not: DateTime - value_in: [DateTime!] - value_not_in: [DateTime!] - value_gt: DateTime - value_not_gt: DateTime - value_gte: DateTime - value_not_gte: DateTime - value_lt: DateTime - value_not_lt: DateTime - value_lte: DateTime - value_not_lte: DateTime -} - -input NullableOfDateTimeOffsetFilter { - AND: [NullableOfDateTimeOffsetFilter!] - OR: [NullableOfDateTimeOffsetFilter!] - hasValue: Boolean - hasValue_not: Boolean - value: DateTime - value_not: DateTime - value_in: [DateTime!] - value_not_in: [DateTime!] - value_gt: DateTime - value_not_gt: DateTime - value_gte: DateTime - value_not_gte: DateTime - value_lt: DateTime - value_not_lt: DateTime - value_lte: DateTime - value_not_lte: DateTime -} - -input NullableOfDecimalFilter { - AND: [NullableOfDecimalFilter!] - OR: [NullableOfDecimalFilter!] - hasValue: Boolean - hasValue_not: Boolean - value: Decimal - value_not: Decimal - value_in: [Decimal!] - value_not_in: [Decimal!] - value_gt: Decimal - value_not_gt: Decimal - value_gte: Decimal - value_not_gte: Decimal - value_lt: Decimal - value_not_lt: Decimal - value_lte: Decimal - value_not_lte: Decimal -} - -input NullableOfDoubleFilter { - AND: [NullableOfDoubleFilter!] - OR: [NullableOfDoubleFilter!] - hasValue: Boolean - hasValue_not: Boolean - value: Float - value_not: Float - value_in: [Float!] - value_not_in: [Float!] - value_gt: Float - value_not_gt: Float - value_gte: Float - value_not_gte: Float - value_lt: Float - value_not_lt: Float - value_lte: Float - value_not_lte: Float -} - -input NullableOfGuidFilter { - AND: [NullableOfGuidFilter!] - OR: [NullableOfGuidFilter!] - hasValue: Boolean - hasValue_not: Boolean - value: UUID - value_not: UUID - value_in: [UUID!] - value_not_in: [UUID!] - value_gt: UUID - value_not_gt: UUID - value_gte: UUID - value_not_gte: UUID - value_lt: UUID - value_not_lt: UUID - value_lte: UUID - value_not_lte: UUID -} - -input NullableOfInt16Filter { - AND: [NullableOfInt16Filter!] - OR: [NullableOfInt16Filter!] - hasValue: Boolean - hasValue_not: Boolean - value: Short - value_not: Short - value_in: [Short!] - value_not_in: [Short!] - value_gt: Short - value_not_gt: Short - value_gte: Short - value_not_gte: Short - value_lt: Short - value_not_lt: Short - value_lte: Short - value_not_lte: Short -} - -input NullableOfInt32Filter { - AND: [NullableOfInt32Filter!] - OR: [NullableOfInt32Filter!] - hasValue: Boolean - hasValue_not: Boolean - value: Int - value_not: Int - value_in: [Int!] - value_not_in: [Int!] - value_gt: Int - value_not_gt: Int - value_gte: Int - value_not_gte: Int - value_lt: Int - value_not_lt: Int - value_lte: Int - value_not_lte: Int -} - -input NullableOfInt64Filter { - AND: [NullableOfInt64Filter!] - OR: [NullableOfInt64Filter!] - hasValue: Boolean - hasValue_not: Boolean - value: Long - value_not: Long - value_in: [Long!] - value_not_in: [Long!] - value_gt: Long - value_not_gt: Long - value_gte: Long - value_not_gte: Long - value_lt: Long - value_not_lt: Long - value_lte: Long - value_not_lte: Long -} - -input NullableOfSingleFilter { - AND: [NullableOfSingleFilter!] - OR: [NullableOfSingleFilter!] - hasValue: Boolean - hasValue_not: Boolean - value: Float - value_not: Float - value_in: [Float!] - value_not_in: [Float!] - value_gt: Float - value_not_gt: Float - value_gte: Float - value_not_gte: Float - value_lt: Float - value_not_lt: Float - value_lte: Float - value_not_lte: Float -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short - -scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122") diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilter_FooImplicitBarImplicit_Collection.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilter_FooImplicitBarImplicit_Collection.snap deleted file mode 100644 index 47925fbed89..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArraySimpleFilter_FooImplicitBarImplicit_Collection.snap +++ /dev/null @@ -1,122 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSimpleCollectionFilter { - AND: [FooSimpleCollectionFilter!] - OR: [FooSimpleCollectionFilter!] - array_some: ISingleFilterOfInt32Filter - array_none: ISingleFilterOfInt32Filter - array_all: ISingleFilterOfInt32Filter - array_any: Boolean - arrayNullable_some: NullableOfInt32Filter - arrayNullable_none: NullableOfInt32Filter - arrayNullable_all: NullableOfInt32Filter - arrayNullable_any: Boolean - list_some: ISingleFilterOfInt32Filter - list_none: ISingleFilterOfInt32Filter - list_all: ISingleFilterOfInt32Filter - list_any: Boolean - listNullable_some: NullableOfInt32Filter - listNullable_none: NullableOfInt32Filter - listNullable_all: NullableOfInt32Filter - listNullable_any: Boolean - queue_some: ISingleFilterOfInt32Filter - queue_none: ISingleFilterOfInt32Filter - queue_all: ISingleFilterOfInt32Filter - queue_any: Boolean - queueNullable_some: NullableOfInt32Filter - queueNullable_none: NullableOfInt32Filter - queueNullable_all: NullableOfInt32Filter - queueNullable_any: Boolean - stack_some: ISingleFilterOfInt32Filter - stack_none: ISingleFilterOfInt32Filter - stack_all: ISingleFilterOfInt32Filter - stack_any: Boolean - stackNullable_some: NullableOfInt32Filter - stackNullable_none: NullableOfInt32Filter - stackNullable_all: NullableOfInt32Filter - stackNullable_any: Boolean - iList_some: ISingleFilterOfInt32Filter - iList_none: ISingleFilterOfInt32Filter - iList_all: ISingleFilterOfInt32Filter - iList_any: Boolean - iListNullable_some: NullableOfInt32Filter - iListNullable_none: NullableOfInt32Filter - iListNullable_all: NullableOfInt32Filter - iListNullable_any: Boolean - hashSet_some: ISingleFilterOfInt32Filter - hashSet_none: ISingleFilterOfInt32Filter - hashSet_all: ISingleFilterOfInt32Filter - hashSet_any: Boolean - hashSetNullable_some: NullableOfInt32Filter - hashSetNullable_none: NullableOfInt32Filter - hashSetNullable_all: NullableOfInt32Filter - hashSetNullable_any: Boolean - iCollection_some: ISingleFilterOfInt32Filter - iCollection_none: ISingleFilterOfInt32Filter - iCollection_all: ISingleFilterOfInt32Filter - iCollection_any: Boolean - iCollectionNullable_some: NullableOfInt32Filter - iCollectionNullable_none: NullableOfInt32Filter - iCollectionNullable_all: NullableOfInt32Filter - iCollectionNullable_any: Boolean - iReadOnlyCollection_some: ISingleFilterOfInt32Filter - iReadOnlyCollection_none: ISingleFilterOfInt32Filter - iReadOnlyCollection_all: ISingleFilterOfInt32Filter - iReadOnlyCollection_any: Boolean - iReadOnlyCollectionNullable_some: NullableOfInt32Filter - iReadOnlyCollectionNullable_none: NullableOfInt32Filter - iReadOnlyCollectionNullable_all: NullableOfInt32Filter - iReadOnlyCollectionNullable_any: Boolean - iSet_some: ISingleFilterOfInt32Filter - iSet_none: ISingleFilterOfInt32Filter - iSet_all: ISingleFilterOfInt32Filter - iSet_any: Boolean - iSetNullable_some: NullableOfInt32Filter - iSetNullable_none: NullableOfInt32Filter - iSetNullable_all: NullableOfInt32Filter - iSetNullable_any: Boolean -} - -input ISingleFilterOfInt32Filter { - AND: [ISingleFilterOfInt32Filter!] - OR: [ISingleFilterOfInt32Filter!] - element: Int - element_not: Int - element_in: [Int!] - element_not_in: [Int!] - element_gt: Int - element_not_gt: Int - element_gte: Int - element_not_gte: Int - element_lt: Int - element_not_lt: Int - element_lte: Int - element_not_lte: Int -} - -input NullableOfInt32Filter { - AND: [NullableOfInt32Filter!] - OR: [NullableOfInt32Filter!] - hasValue: Boolean - hasValue_not: Boolean - value: Int - value_not: Int - value_in: [Int!] - value_not_in: [Int!] - value_gt: Int - value_not_gt: Int - value_gte: Int - value_not_gte: Int - value_lt: Int - value_not_lt: Int - value_lte: Int - value_not_lte: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayStringFilter_FooImplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayStringFilter_FooImplicitBarExplicit.snap deleted file mode 100644 index 03dada47c87..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayStringFilter_FooImplicitBarExplicit.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooStringFilter { - AND: [FooStringFilter!] - OR: [FooStringFilter!] - barString_some: ISingleFilterOfStringFilter - barString_none: ISingleFilterOfStringFilter - barString_all: ISingleFilterOfStringFilter - barString_any: Boolean -} - -input ISingleFilterOfStringFilter { - AND: [ISingleFilterOfStringFilter!] - OR: [ISingleFilterOfStringFilter!] - element_contains: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayStringFilter_FooImplicitBarImplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayStringFilter_FooImplicitBarImplicit.snap deleted file mode 100644 index 3d370be9db8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Create_ArrayStringFilter_FooImplicitBarImplicit.snap +++ /dev/null @@ -1,33 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooStringFilter { - AND: [FooStringFilter!] - OR: [FooStringFilter!] - barString_some: ISingleFilterOfStringFilter - barString_none: ISingleFilterOfStringFilter - barString_all: ISingleFilterOfStringFilter - barString_any: Boolean -} - -input ISingleFilterOfStringFilter { - AND: [ISingleFilterOfStringFilter!] - OR: [ISingleFilterOfStringFilter!] - element: String - element_not: String - element_contains: String - element_not_contains: String - element_starts_with: String - element_not_starts_with: String - element_ends_with: String - element_not_ends_with: String - element_in: [String!] - element_not_in: [String!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Description_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Description_Explicitly.snap deleted file mode 100644 index f3ea03aaf7e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Description_Explicitly.snap +++ /dev/null @@ -1,41 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - "custom_array_description" - barNested_some: BarFilter - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_By_Name.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_By_Name.snap deleted file mode 100644 index a176e15f548..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_By_Name.snap +++ /dev/null @@ -1,42 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter @bar - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @bar on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap deleted file mode 100644 index 2b29dac5aef..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap +++ /dev/null @@ -1,42 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter @bar(qux: "foo") - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap deleted file mode 100644 index ceb4afd619b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap +++ /dev/null @@ -1,42 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested_some: BarFilter @bar - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @bar(baz: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Name_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Name_Explicitly.snap deleted file mode 100644 index 53bb87d6a0b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ArrayFilterInputTypeTests.Declare_Name_Explicitly.snap +++ /dev/null @@ -1,40 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - custom_array: BarFilter - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap deleted file mode 100644 index d170e517125..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap +++ /dev/null @@ -1,14 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap deleted file mode 100644 index 9dcbb0aa4f2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap deleted file mode 100644 index 9dcbb0aa4f2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap deleted file mode 100644 index 8c02e227337..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap +++ /dev/null @@ -1,16 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - equals: Boolean - not_equals: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_Implicitly.snap deleted file mode 100644 index 98159074aeb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_Implicitly.snap +++ /dev/null @@ -1,16 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean - bar_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_ImplicitlyTwice.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_ImplicitlyTwice.snap deleted file mode 100644 index 3714d82ded9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Bind_Filter_ImplicitlyTwice.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - bar: Boolean - bar_not: Boolean - OR: [FooFilter!] -} - -"The `Boolean` scalar type represents `true` or `false`." -scalar Boolean - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap deleted file mode 100644 index 3c9c8cfdf93..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean - bar_not: Boolean - barNullable: Boolean - barNullable_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Discover_Everything_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Discover_Everything_Implicitly.snap deleted file mode 100644 index 3c9c8cfdf93..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Discover_Everything_Implicitly.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean - bar_not: Boolean - barNullable: Boolean - barNullable_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Discover_Operators_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Discover_Operators_Implicitly.snap deleted file mode 100644 index 3c9c8cfdf93..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Create_Filter_Discover_Operators_Implicitly.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean - bar_not: Boolean - barNullable: Boolean - barNullable_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Description_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Description_Explicitly.snap deleted file mode 100644 index 587c1d7475e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Description_Explicitly.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - "custom_equals_description" - bar: Boolean - barNullable: Boolean - barNullable_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_By_Name.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_By_Name.snap deleted file mode 100644 index de44e5d293e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_By_Name.snap +++ /dev/null @@ -1,19 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean @bar - barNullable: Boolean - barNullable_not: Boolean -} - -directive @bar on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap deleted file mode 100644 index 5cc5baa83cc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap +++ /dev/null @@ -1,19 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean @bar(qux: "foo") - barNullable: Boolean - barNullable_not: Boolean -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap deleted file mode 100644 index 76fb4826149..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap +++ /dev/null @@ -1,19 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean @bar - barNullable: Boolean - barNullable_not: Boolean -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap deleted file mode 100644 index 76fb4826149..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap +++ /dev/null @@ -1,19 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: Boolean @bar - barNullable: Boolean - barNullable_not: Boolean -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Name_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Name_Explicitly.snap deleted file mode 100644 index f9f6a38c923..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Declare_Name_Explicitly.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - custom_equals: Boolean - barNullable: Boolean - barNullable_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Ignore_Field_2.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Ignore_Field_2.snap deleted file mode 100644 index c3534ad951e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Ignore_Field_2.snap +++ /dev/null @@ -1,16 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNullable: Boolean - barNullable_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Ignore_Field_Fields.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Ignore_Field_Fields.snap deleted file mode 100644 index c3534ad951e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/BooleanFilterInputTypeTests.Ignore_Field_Fields.snap +++ /dev/null @@ -1,16 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNullable: Boolean - barNullable_not: Boolean -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap deleted file mode 100644 index d170e517125..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap +++ /dev/null @@ -1,14 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap deleted file mode 100644 index c86dfaa0961..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barShort_not: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap deleted file mode 100644 index c86dfaa0961..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barShort_not: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap deleted file mode 100644 index fe53c9ca9a9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - eq: Short - neq: Short - in: [Short!] - nin: [Short!] - gt: Short - ngt: Short - gte: Short - ngte: Short - lt: Short - nlt: Short - lte: Short - nlte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_Implicitly.snap deleted file mode 100644 index ef16e4edf2d..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Bind_Filter_Implicitly.snap +++ /dev/null @@ -1,26 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barInt: Int - barInt_not: Int - barInt_in: [Int!] - barInt_not_in: [Int!] - barInt_gt: Int - barInt_not_gt: Int - barInt_gte: Int - barInt_not_gte: Int - barInt_lt: Int - barInt_not_lt: Int - barInt_lte: Int - barInt_not_lte: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap deleted file mode 100644 index 5a849c1d1d0..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Discover_Everything_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Discover_Everything_Implicitly.snap deleted file mode 100644 index 7fa03f95336..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Discover_Everything_Implicitly.snap +++ /dev/null @@ -1,184 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barInt: Int - barInt_not: Int - barInt_in: [Int!] - barInt_not_in: [Int!] - barInt_gt: Int - barInt_not_gt: Int - barInt_gte: Int - barInt_not_gte: Int - barInt_lt: Int - barInt_not_lt: Int - barInt_lte: Int - barInt_not_lte: Int - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Discover_Operators_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Discover_Operators_Implicitly.snap deleted file mode 100644 index 7fa03f95336..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Create_Filter_Discover_Operators_Implicitly.snap +++ /dev/null @@ -1,184 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barInt: Int - barInt_not: Int - barInt_in: [Int!] - barInt_not_in: [Int!] - barInt_gt: Int - barInt_not_gt: Int - barInt_gte: Int - barInt_not_gte: Int - barInt_lt: Int - barInt_not_lt: Int - barInt_lte: Int - barInt_not_lte: Int - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Description_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Description_Explicitly.snap deleted file mode 100644 index 0f4d6543492..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Description_Explicitly.snap +++ /dev/null @@ -1,174 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - "custom_equals_description" - barInt: Int - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_By_Name.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_By_Name.snap deleted file mode 100644 index e6a0682f963..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_By_Name.snap +++ /dev/null @@ -1,175 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barInt: Int @bar - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @bar on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap deleted file mode 100644 index ae3a286806a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap +++ /dev/null @@ -1,175 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barInt: Int @bar(qux: "foo") - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap deleted file mode 100644 index 0e0cfce14fd..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap +++ /dev/null @@ -1,175 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barInt: Int @bar - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @bar(baz: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap deleted file mode 100644 index 0e0cfce14fd..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap +++ /dev/null @@ -1,175 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barInt: Int @bar - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @bar(baz: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Name_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Name_Explicitly.snap deleted file mode 100644 index 772da3c9211..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Declare_Name_Explicitly.snap +++ /dev/null @@ -1,173 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - custom_equals: Int - barShort: Short - barShort_not: Short - barShort_in: [Short!] - barShort_not_in: [Short!] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Ignore_Field_2.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Ignore_Field_2.snap deleted file mode 100644 index 0c494b17e19..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Ignore_Field_2.snap +++ /dev/null @@ -1,172 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barInt: Int - barInt_not: Int - barInt_in: [Int!] - barInt_not_in: [Int!] - barInt_gt: Int - barInt_not_gt: Int - barInt_gte: Int - barInt_not_gte: Int - barInt_lt: Int - barInt_not_lt: Int - barInt_lte: Int - barInt_not_lte: Int - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Ignore_Field_Fields.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Ignore_Field_Fields.snap deleted file mode 100644 index 0c494b17e19..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Ignore_Field_Fields.snap +++ /dev/null @@ -1,172 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barInt: Int - barInt_not: Int - barInt_in: [Int!] - barInt_not_in: [Int!] - barInt_gt: Int - barInt_not_gt: Int - barInt_gte: Int - barInt_not_gte: Int - barInt_lt: Int - barInt_not_lt: Int - barInt_lte: Int - barInt_not_lte: Int - barLong: Long - barLong_not: Long - barLong_in: [Long!] - barLong_not_in: [Long!] - barLong_gt: Long - barLong_not_gt: Long - barLong_gte: Long - barLong_not_gte: Long - barLong_lt: Long - barLong_not_lt: Long - barLong_lte: Long - barLong_not_lte: Long - barFloat: Float - barFloat_not: Float - barFloat_in: [Float!] - barFloat_not_in: [Float!] - barFloat_gt: Float - barFloat_not_gt: Float - barFloat_gte: Float - barFloat_not_gte: Float - barFloat_lt: Float - barFloat_not_lt: Float - barFloat_lte: Float - barFloat_not_lte: Float - barDouble: Float - barDouble_not: Float - barDouble_in: [Float!] - barDouble_not_in: [Float!] - barDouble_gt: Float - barDouble_not_gt: Float - barDouble_gte: Float - barDouble_not_gte: Float - barDouble_lt: Float - barDouble_not_lt: Float - barDouble_lte: Float - barDouble_not_lte: Float - barDecimal: Decimal - barDecimal_not: Decimal - barDecimal_in: [Decimal!] - barDecimal_not_in: [Decimal!] - barDecimal_gt: Decimal - barDecimal_not_gt: Decimal - barDecimal_gte: Decimal - barDecimal_not_gte: Decimal - barDecimal_lt: Decimal - barDecimal_not_lt: Decimal - barDecimal_lte: Decimal - barDecimal_not_lte: Decimal - barShortNullable: Short - barShortNullable_not: Short - barShortNullable_in: [Short] - barShortNullable_not_in: [Short] - barShortNullable_gt: Short - barShortNullable_not_gt: Short - barShortNullable_gte: Short - barShortNullable_not_gte: Short - barShortNullable_lt: Short - barShortNullable_not_lt: Short - barShortNullable_lte: Short - barShortNullable_not_lte: Short - barIntNullable: Int - barIntNullable_not: Int - barIntNullable_in: [Int] - barIntNullable_not_in: [Int] - barIntNullable_gt: Int - barIntNullable_not_gt: Int - barIntNullable_gte: Int - barIntNullable_not_gte: Int - barIntNullable_lt: Int - barIntNullable_not_lt: Int - barIntNullable_lte: Int - barIntNullable_not_lte: Int - barLongNullable: Long - barLongNullable_not: Long - barLongNullable_in: [Long] - barLongNullable_not_in: [Long] - barLongNullable_gt: Long - barLongNullable_not_gt: Long - barLongNullable_gte: Long - barLongNullable_not_gte: Long - barLongNullable_lt: Long - barLongNullable_not_lt: Long - barLongNullable_lte: Long - barLongNullable_not_lte: Long - barFloatNullable: Float - barFloatNullable_not: Float - barFloatNullable_in: [Float] - barFloatNullable_not_in: [Float] - barFloatNullable_gt: Float - barFloatNullable_not_gt: Float - barFloatNullable_gte: Float - barFloatNullable_not_gte: Float - barFloatNullable_lt: Float - barFloatNullable_not_lt: Float - barFloatNullable_lte: Float - barFloatNullable_not_lte: Float - barDoubleNullable: Float - barDoubleNullable_not: Float - barDoubleNullable_in: [Float] - barDoubleNullable_not_in: [Float] - barDoubleNullable_gt: Float - barDoubleNullable_not_gt: Float - barDoubleNullable_gte: Float - barDoubleNullable_not_gte: Float - barDoubleNullable_lt: Float - barDoubleNullable_not_lt: Float - barDoubleNullable_lte: Float - barDoubleNullable_not_lte: Float - barDecimalNullable: Decimal - barDecimalNullable_not: Decimal - barDecimalNullable_in: [Decimal] - barDecimalNullable_not_in: [Decimal] - barDecimalNullable_gt: Decimal - barDecimalNullable_not_gt: Decimal - barDecimalNullable_gte: Decimal - barDecimalNullable_not_gte: Decimal - barDecimalNullable_lt: Decimal - barDecimalNullable_not_lt: Decimal - barDecimalNullable_lte: Decimal - barDecimalNullable_not_lte: Decimal - fooBar: FooBar - fooBar_not: FooBar - fooBar_in: [FooBar!] - fooBar_not_in: [FooBar!] - fooBar_gt: FooBar - fooBar_not_gt: FooBar - fooBar_gte: FooBar - fooBar_not_gte: FooBar - fooBar_lt: FooBar - fooBar_not_lt: FooBar - fooBar_lte: FooBar - fooBar_not_lte: FooBar -} - -enum FooBar { - FOO - BAR -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Infer_Nullable_Fields.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Infer_Nullable_Fields.snap deleted file mode 100644 index 61a702a9afa..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Infer_Nullable_Fields.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooNullableFilter { - AND: [FooNullableFilter!] - OR: [FooNullableFilter!] - barShort: Short - barShort_not: Short - barShort_in: [Short] - barShort_not_in: [Short] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Model_With_Nullable_Properties.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Model_With_Nullable_Properties.snap deleted file mode 100644 index 61a702a9afa..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Model_With_Nullable_Properties.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooNullableFilter { - AND: [FooNullableFilter!] - OR: [FooNullableFilter!] - barShort: Short - barShort_not: Short - barShort_in: [Short] - barShort_not_in: [Short] - barShort_gt: Short - barShort_not_gt: Short - barShort_gte: Short - barShort_not_gte: Short - barShort_lt: Short - barShort_not_lt: Short - barShort_lte: Short - barShort_not_lte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Query_DateTimeGte_Integration.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Query_DateTimeGte_Integration.snap deleted file mode 100644 index 98e8f3d89bb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ComparableFilterInputTypeTests.Query_DateTimeGte_Integration.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "foo": null - }, - "Extensions": {}, - "Errors": [], - "ContextData": {} -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterAttribute_NonNullType.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterAttribute_NonNullType.snap deleted file mode 100644 index 8dc05b7018f..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterAttribute_NonNullType.snap +++ /dev/null @@ -1,101 +0,0 @@ -schema { - query: Test -} - -type Author { - id: ID! - name: String! -} - -type Book { - id: Int! - title: String! - pages: Int! - chapters: Int! - author: Author! -} - -type Test { - books(where: BookFilter): [Book!]! -} - -input AuthorFilter { - AND: [AuthorFilter!] - OR: [AuthorFilter!] - id: ID - id_not: ID - id_in: [ID!] - id_not_in: [ID!] - id_gt: ID - id_not_gt: ID - id_gte: ID - id_not_gte: ID - id_lt: ID - id_not_lt: ID - id_lte: ID - id_not_lte: ID - name: String - name_not: String - name_contains: String - name_not_contains: String - name_starts_with: String - name_not_starts_with: String - name_ends_with: String - name_not_ends_with: String - name_in: [String!] - name_not_in: [String!] -} - -input BookFilter { - AND: [BookFilter!] - OR: [BookFilter!] - id: Int - id_not: Int - id_in: [Int!] - id_not_in: [Int!] - id_gt: Int - id_not_gt: Int - id_gte: Int - id_not_gte: Int - id_lt: Int - id_not_lt: Int - id_lte: Int - id_not_lte: Int - title: String - title_not: String - title_contains: String - title_not_contains: String - title_starts_with: String - title_not_starts_with: String - title_ends_with: String - title_not_ends_with: String - title_in: [String!] - title_not_in: [String!] - pages: Int - pages_not: Int - pages_in: [Int!] - pages_not_in: [Int!] - pages_gt: Int - pages_not_gt: Int - pages_gte: Int - pages_not_gte: Int - pages_lt: Int - pages_not_lt: Int - pages_lte: Int - pages_not_lte: Int - chapters: Int - chapters_not: Int - chapters_in: [Int!] - chapters_not_in: [Int!] - chapters_gt: Int - chapters_not_gt: Int - chapters_gte: Int - chapters_not_gte: Int - chapters_lt: Int - chapters_not_lt: Int - chapters_lte: Int - chapters_not_lte: Int - author: AuthorFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_DynamicName.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_DynamicName.snap deleted file mode 100644 index 1af8a9b0375..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_DynamicName.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input StringFoo { - AND: [StringFoo!] - OR: [StringFoo!] - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_DynamicName_NonGeneric.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_DynamicName_NonGeneric.snap deleted file mode 100644 index 1af8a9b0375..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_DynamicName_NonGeneric.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input StringFoo { - AND: [StringFoo!] - OR: [StringFoo!] - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ExplicitBinding.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ExplicitBinding.snap deleted file mode 100644 index 4919cfec3e2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ExplicitBinding.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Bar { - baz: String - qux: String -} - -type Query { - foo(where: BarFilter): Bar -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz_contains: String - baz: String - baz_not: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ExplicitBinding_BindFields.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ExplicitBinding_BindFields.snap deleted file mode 100644 index 4919cfec3e2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ExplicitBinding_BindFields.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Bar { - baz: String - qux: String -} - -type Query { - foo(where: BarFilter): Bar -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz_contains: String - baz: String - baz_not: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ImplicitBinding.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ImplicitBinding.snap deleted file mode 100644 index fe546588a50..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ImplicitBinding.snap +++ /dev/null @@ -1,28 +0,0 @@ -schema { - query: Query -} - -type Foo { - bar: String -} - -type Query { - foo(where: FooFilter): Foo -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ImplicitBinding_BindFields.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ImplicitBinding_BindFields.snap deleted file mode 100644 index fe546588a50..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInputType_ImplicitBinding_BindFields.snap +++ /dev/null @@ -1,28 +0,0 @@ -schema { - query: Query -} - -type Foo { - bar: String -} - -type Query { - foo(where: FooFilter): Foo -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDescription.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDescription.snap deleted file mode 100644 index 9847e1b6137..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDescription.snap +++ /dev/null @@ -1,16 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -"Test" -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveClassInstance.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveClassInstance.snap deleted file mode 100644 index 9bf6fd0567e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveClassInstance.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter @foo { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveNode.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveNode.snap deleted file mode 100644 index 9bf6fd0567e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveNode.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter @foo { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveType.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveType.snap deleted file mode 100644 index 9bf6fd0567e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_DirectiveType.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter @foo { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_NameArgs.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_NameArgs.snap deleted file mode 100644 index 9bf6fd0567e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_NameArgs.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter @foo { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_NameArgs2.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_NameArgs2.snap deleted file mode 100644 index 9bf6fd0567e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddDirectives_NameArgs2.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter @foo { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddName.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddName.snap deleted file mode 100644 index 57ab7aecde7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTest.FilterInput_AddName.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input Test { - AND: [Test!] - OR: [Test!] - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Create_Explicit_Filters.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Create_Explicit_Filters.snap deleted file mode 100644 index c41e9c367ef..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Create_Explicit_Filters.snap +++ /dev/null @@ -1,16 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooInput { - AND: [FooInput!] - foo_eq: String - OR: [FooInput!] -} - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Create_Implicit_Filters.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Create_Implicit_Filters.snap deleted file mode 100644 index 4378ab64539..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Create_Implicit_Filters.snap +++ /dev/null @@ -1,25 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooInput { - AND: [FooInput!] - bar: String - bar_contains: String - bar_ends_with: String - bar_in: [String] - bar_not: String - bar_not_contains: String - bar_not_ends_with: String - bar_not_in: [String] - bar_not_starts_with: String - bar_starts_with: String - OR: [FooInput!] -} - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Define_Filters_By_Configure_Override.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Define_Filters_By_Configure_Override.snap deleted file mode 100644 index 731b59bc9ed..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Define_Filters_By_Configure_Override.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooInput { - AND: [FooInput!] - bar_contains: String - bar_in: [String] - equals: String - OR: [FooInput!] -} - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Rename_Specific_Filter.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Rename_Specific_Filter.snap deleted file mode 100644 index 56d3105d08c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterInputTypeTests.Rename_Specific_Filter.snap +++ /dev/null @@ -1,25 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooInput { - AND: [FooInput!] - bar_contains: String - bar_ends_with: String - bar_in: [String] - bar_not: String - bar_not_contains: String - bar_not_ends_with: String - bar_not_in: [String] - bar_not_starts_with: String - bar_starts_with: String - foo: String - OR: [FooInput!] -} - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_Custom.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_Custom.snap deleted file mode 100644 index 9aa2082a95a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_Custom.snap +++ /dev/null @@ -1,83 +0,0 @@ -schema { - query: Query -} - -type Foo { - comparable: Short! - comparableEnumerable: [Short!] - bool: Boolean! - object: FooBar -} - -type FooBar { - nested: String -} - -type Query { - foo: String -} - -type Test { - foo(test: FooFilterTest): [Foo!]! -} - -input FooBarFilterTest { - AND: [FooBarFilterTest!] - OR: [FooBarFilterTest!] - nested: String - nested_not: String - nested_contains: String - nested_not_contains: String - nested_starts_with: String - nested_not_starts_with: String - nested_ends_with: String - nested_not_ends_with: String - nested_in: [String] - nested_not_in: [String] -} - -input FooFilterTest { - AND: [FooFilterTest!] - OR: [FooFilterTest!] - comparable: Short - comparable_not: Short - comparable_in: [Short!] - comparable_not_in: [Short!] - comparable_gt: Short - comparable_not_gt: Short - comparable_gte: Short - comparable_not_gte: Short - comparable_lt: Short - comparable_not_lt: Short - comparable_lte: Short - comparable_not_lte: Short - comparableEnumerable_some: ISingleFilterOfInt16FilterTest - comparableEnumerable_none: ISingleFilterOfInt16FilterTest - comparableEnumerable_all: ISingleFilterOfInt16FilterTest - comparableEnumerable_any: Boolean - bool: Boolean - bool_not: Boolean - object: FooBarFilterTest -} - -input ISingleFilterOfInt16FilterTest { - AND: [ISingleFilterOfInt16FilterTest!] - OR: [ISingleFilterOfInt16FilterTest!] - TESTelement: Short - TESTelement_not: Short - TESTelement_in: [Short!] - TESTelement_not_in: [Short!] - TESTelement_gt: Short - TESTelement_not_gt: Short - TESTelement_gte: Short - TESTelement_not_gte: Short - TESTelement_lt: Short - TESTelement_not_lt: Short - TESTelement_lte: Short - TESTelement_not_lte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_PascalCase.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_PascalCase.snap deleted file mode 100644 index 5991782a885..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_PascalCase.snap +++ /dev/null @@ -1,68 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooBarFilter { - AND: [FooBarFilter!] - OR: [FooBarFilter!] - Nested: String - Nested_Not: String - Nested_Contains: String - Nested_Not_Contains: String - Nested_StartsWith: String - Nested_Not_StartsWith: String - Nested_EndsWith: String - Nested_Not_EndsWith: String - Nested_In: [String] - Nested_Not_In: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - Comparable: Short - Comparable_Not: Short - Comparable_In: [Short!] - Comparable_Not_In: [Short!] - Comparable_Gt: Short - Comparable_Not_Gt: Short - Comparable_Gte: Short - Comparable_Not_Gte: Short - Comparable_Lt: Short - Comparable_Not_Lt: Short - Comparable_Lte: Short - Comparable_Not_Lte: Short - comparableEnumerable_Some: ISingleFilterOfInt16Filter - comparableEnumerable_None: ISingleFilterOfInt16Filter - comparableEnumerable_All: ISingleFilterOfInt16Filter - comparableEnumerable_Any: Boolean - Bool: Boolean - Bool_Not: Boolean - Object: FooBarFilter -} - -input ISingleFilterOfInt16Filter { - AND: [ISingleFilterOfInt16Filter!] - OR: [ISingleFilterOfInt16Filter!] - Element: Short - Element_Not: Short - Element_In: [Short!] - Element_Not_In: [Short!] - Element_Gt: Short - Element_Not_Gt: Short - Element_Gte: Short - Element_Not_Gte: Short - Element_Lt: Short - Element_Not_Lt: Short - Element_Lte: Short - Element_Not_Lte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_SnakeCase.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_SnakeCase.snap deleted file mode 100644 index ec6786ee000..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Convention_SnakeCase.snap +++ /dev/null @@ -1,68 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooBarFilter { - AND: [FooBarFilter!] - OR: [FooBarFilter!] - nested: String - nested_not: String - nested_contains: String - nested_not_contains: String - nested_starts_with: String - nested_not_starts_with: String - nested_ends_with: String - nested_not_ends_with: String - nested_in: [String] - nested_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - comparable: Short - comparable_not: Short - comparable_in: [Short!] - comparable_not_in: [Short!] - comparable_gt: Short - comparable_not_gt: Short - comparable_gte: Short - comparable_not_gte: Short - comparable_lt: Short - comparable_not_lt: Short - comparable_lte: Short - comparable_not_lte: Short - comparableEnumerable_some: ISingleFilterOfInt16Filter - comparableEnumerable_none: ISingleFilterOfInt16Filter - comparableEnumerable_all: ISingleFilterOfInt16Filter - comparableEnumerable_any: Boolean - bool: Boolean - bool_not: Boolean - object: FooBarFilter -} - -input ISingleFilterOfInt16Filter { - AND: [ISingleFilterOfInt16Filter!] - OR: [ISingleFilterOfInt16Filter!] - element: Short - element_not: Short - element_in: [Short!] - element_not_in: [Short!] - element_gt: Short - element_not_gt: Short - element_gte: Short - element_not_gte: Short - element_lt: Short - element_not_lt: Short - element_lte: Short - element_not_lte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Default_Convention.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Default_Convention.snap deleted file mode 100644 index ec6786ee000..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/FilterNamingConventionTests.Default_Convention.snap +++ /dev/null @@ -1,68 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooBarFilter { - AND: [FooBarFilter!] - OR: [FooBarFilter!] - nested: String - nested_not: String - nested_contains: String - nested_not_contains: String - nested_starts_with: String - nested_not_starts_with: String - nested_ends_with: String - nested_not_ends_with: String - nested_in: [String] - nested_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - comparable: Short - comparable_not: Short - comparable_in: [Short!] - comparable_not_in: [Short!] - comparable_gt: Short - comparable_not_gt: Short - comparable_gte: Short - comparable_not_gte: Short - comparable_lt: Short - comparable_not_lt: Short - comparable_lte: Short - comparable_not_lte: Short - comparableEnumerable_some: ISingleFilterOfInt16Filter - comparableEnumerable_none: ISingleFilterOfInt16Filter - comparableEnumerable_all: ISingleFilterOfInt16Filter - comparableEnumerable_any: Boolean - bool: Boolean - bool_not: Boolean - object: FooBarFilter -} - -input ISingleFilterOfInt16Filter { - AND: [ISingleFilterOfInt16Filter!] - OR: [ISingleFilterOfInt16Filter!] - element: Short - element_not: Short - element_in: [Short!] - element_not_in: [Short!] - element_gt: Short - element_not_gt: Short - element_gte: Short - element_not_gte: Short - element_lt: Short - element_not_lt: Short - element_lte: Short - element_not_lte: Short -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/NoNullQueryFilterTests.Create_Schema.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/NoNullQueryFilterTests.Create_Schema.snap deleted file mode 100644 index f5274ad5937..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/NoNullQueryFilterTests.Create_Schema.snap +++ /dev/null @@ -1,39 +0,0 @@ -schema { - query: Query -} - -type Foo { - bar: String - baz: String! -} - -type Query { - foos(where: FooFilter): [Foo!]! -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String!] - baz_not_in: [String!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/NoNullQueryFilterTests.Execute_Filter.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/NoNullQueryFilterTests.Execute_Filter.snap deleted file mode 100644 index 57660d7f3d8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/NoNullQueryFilterTests.Execute_Filter.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap deleted file mode 100644 index d170e517125..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap +++ /dev/null @@ -1,14 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap deleted file mode 100644 index dbc5b2f2ac8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap deleted file mode 100644 index ee6b4f20347..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap deleted file mode 100644 index 306fa0ff9bf..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - obj: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideString.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideString.snap deleted file mode 100644 index c11df2c327a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideString.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_Implicitly.snap deleted file mode 100644 index 73dca14ebdb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Bind_Filter_Implicitly.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap deleted file mode 100644 index 314d340c2cd..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_Filter_Declare_Operators_Explicitly.snap +++ /dev/null @@ -1,41 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNestedSecond: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_BindExplicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_BindExplicitly.snap deleted file mode 100644 index ee6b4f20347..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_BindExplicitly.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_Discover_Everything.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_Discover_Everything.snap deleted file mode 100644 index 3c0e5dca88a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_Discover_Everything.snap +++ /dev/null @@ -1,41 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - baz: String - baz_contains: String - baz_ends_with: String - baz_in: [String] - baz_not: String - baz_not_contains: String - baz_not_ends_with: String - baz_not_in: [String] - baz_not_starts_with: String - baz_starts_with: String - OR: [BarFilter!] -} - -input FooFilter { - AND: [FooFilter!] - bar: String - bar_contains: String - bar_ends_with: String - bar_in: [String] - bar_not: String - bar_not_contains: String - bar_not_ends_with: String - bar_not_in: [String] - bar_not_starts_with: String - bar_starts_with: String - barNested: BarFilter - OR: [FooFilter!] -} - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarExplicit.snap deleted file mode 100644 index c1ec9a75e59..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarExplicit.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz_contains: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarExplicitByGeneric.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarExplicitByGeneric.snap deleted file mode 100644 index 4d36c8b32ad..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarExplicitByGeneric.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - test: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarImplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarImplicit.snap deleted file mode 100644 index dbc5b2f2ac8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooExplicitBarImplicit.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooImplicitBarExplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooImplicitBarExplicit.snap deleted file mode 100644 index b11c25f9865..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooImplicitBarExplicit.snap +++ /dev/null @@ -1,32 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz_contains: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNestedSecond: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooImplicitBarImplicit.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooImplicitBarImplicit.snap deleted file mode 100644 index 69b80811b8a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Create_ObjectFilter_FooImplicitBarImplicit.snap +++ /dev/null @@ -1,41 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNested: BarFilter - barNestedSecond: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Description_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Description_Explicitly.snap deleted file mode 100644 index dff7923f6fc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Description_Explicitly.snap +++ /dev/null @@ -1,42 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - "custom_object_description" - barNested: BarFilter - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNestedSecond: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_By_Name.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_By_Name.snap deleted file mode 100644 index dfdca129a89..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_By_Name.snap +++ /dev/null @@ -1,43 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter @bar - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNestedSecond: BarFilter -} - -directive @bar on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap deleted file mode 100644 index 58d09adb373..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap +++ /dev/null @@ -1,43 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter @bar(qux: "foo") - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNestedSecond: BarFilter -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap deleted file mode 100644 index ec9f1ccc0c7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap +++ /dev/null @@ -1,34 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String @bar - barNested: BarFilter - barNestedSecond: BarFilter -} - -directive @bar(baz: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap deleted file mode 100644 index 682912371b9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap +++ /dev/null @@ -1,43 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - barNested: BarFilter @bar - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNestedSecond: BarFilter -} - -directive @bar(baz: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Name_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Name_Explicitly.snap deleted file mode 100644 index f090665e05e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/ObjectFilterInputTypeTests.Declare_Name_Explicitly.snap +++ /dev/null @@ -1,41 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarFilter { - AND: [BarFilter!] - OR: [BarFilter!] - baz: String - baz_not: String - baz_contains: String - baz_not_contains: String - baz_starts_with: String - baz_not_starts_with: String - baz_ends_with: String - baz_not_ends_with: String - baz_in: [String] - baz_not_in: [String] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - custom_object: BarFilter - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - barNestedSecond: BarFilter -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterAttributeTests.Create_Schema_With_FilterType.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterAttributeTests.Create_Schema_With_FilterType.snap deleted file mode 100644 index 5ea349afd04..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterAttributeTests.Create_Schema_With_FilterType.snap +++ /dev/null @@ -1,54 +0,0 @@ -schema { - query: Query1 -} - -type Foo { - bar: String - baz: Int! - qux: Int -} - -type Query1 { - foos(where: FooFilter): [Foo] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - baz: Int - baz_not: Int - baz_in: [Int!] - baz_not_in: [Int!] - baz_gt: Int - baz_not_gt: Int - baz_gte: Int - baz_not_gte: Int - baz_lt: Int - baz_not_lt: Int - baz_lte: Int - baz_not_lte: Int - qux: Int - qux_not: Int - qux_in: [Int] - qux_not_in: [Int] - qux_gt: Int - qux_not_gt: Int - qux_gte: Int - qux_not_gte: Int - qux_lt: Int - qux_not_lt: Int - qux_lte: Int - qux_not_lte: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterAttributeTests.Create_Schema_With_FilterType_With_Fluent_API.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterAttributeTests.Create_Schema_With_FilterType_With_Fluent_API.snap deleted file mode 100644 index 3c2ac396eef..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterAttributeTests.Create_Schema_With_FilterType_With_Fluent_API.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query2 -} - -type Foo { - bar: String - baz: Int! - qux: Int -} - -type Query2 { - foos(where: FooFilter): [Foo] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Create_Schema_With_FilterType.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Create_Schema_With_FilterType.snap deleted file mode 100644 index a60c3419f55..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Create_Schema_With_FilterType.snap +++ /dev/null @@ -1,54 +0,0 @@ -schema { - query: Query -} - -type Foo { - bar: String - baz: Int! - qux: Int -} - -type Query { - foos(where: FooFilter): [Foo] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] - baz: Int - baz_not: Int - baz_in: [Int!] - baz_not_in: [Int!] - baz_gt: Int - baz_not_gt: Int - baz_gte: Int - baz_not_gte: Int - baz_lt: Int - baz_not_lt: Int - baz_lte: Int - baz_not_lte: Int - qux: Int - qux_not: Int - qux_in: [Int] - qux_not_in: [Int] - qux_gt: Int - qux_not_gt: Int - qux_gte: Int - qux_not_gte: Int - qux_lt: Int - qux_not_lt: Int - qux_lte: Int - qux_not_lte: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Create_Schema_With_FilterType_With_Fluent_API.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Create_Schema_With_FilterType_With_Fluent_API.snap deleted file mode 100644 index e1db988eee7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Create_Schema_With_FilterType_With_Fluent_API.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Foo { - bar: String - baz: Int! - qux: Int -} - -type Query { - foos(where: FooFilter): [Foo] -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_DateTime_Filter.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_DateTime_Filter.snap deleted file mode 100644 index 33635fa2c5d..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_DateTime_Filter.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foo": [ - { - "foo": "2020-01-01T18:00:00.000Z" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_DateTime_Filter_With_Variables.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_DateTime_Filter_With_Variables.snap deleted file mode 100644 index 33635fa2c5d..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_DateTime_Filter_With_Variables.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foo": [ - { - "foo": "2020-01-01T18:00:00.000Z" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter.snap deleted file mode 100644 index 0f113421539..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ab" - }, - { - "bar": "ac" - }, - { - "bar": "ad" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_As_Variable.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_As_Variable.snap deleted file mode 100644 index 0f113421539..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_As_Variable.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ab" - }, - { - "bar": "ac" - }, - { - "bar": "ad" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Comparable_In.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Comparable_In.snap deleted file mode 100644 index efe1ec7fe71..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Comparable_In.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ba" - }, - { - "bar": null - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_And.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_And.snap deleted file mode 100644 index 993a04d9ffe..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_And.snap +++ /dev/null @@ -1,14 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_Null.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_Null.snap deleted file mode 100644 index f1056f5a41b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_Null.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": null - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_Or.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_Or.snap deleted file mode 100644 index e9270952cfc..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Equals_Or.snap +++ /dev/null @@ -1,21 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ba" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_In.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_In.snap deleted file mode 100644 index fa083f82480..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_In.snap +++ /dev/null @@ -1,21 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ab" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Is_Null.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Is_Null.snap deleted file mode 100644 index 849127ad6f9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Is_Null.snap +++ /dev/null @@ -1,36 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ba" - }, - { - "bar": "ca" - }, - { - "bar": "ab" - }, - { - "bar": "ac" - }, - { - "bar": "ad" - }, - { - "bar": null - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Not_Equals_Null.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Not_Equals_Null.snap deleted file mode 100644 index 3ee5adbe667..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Not_Equals_Null.snap +++ /dev/null @@ -1,33 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ba" - }, - { - "bar": "ca" - }, - { - "bar": "ab" - }, - { - "bar": "ac" - }, - { - "bar": "ad" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Nullable_Equals_1.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Nullable_Equals_1.snap deleted file mode 100644 index ac54c4b4055..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Nullable_Equals_1.snap +++ /dev/null @@ -1,19 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa", - "qux": 1 - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Nullable_Equals_Null.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Nullable_Equals_Null.snap deleted file mode 100644 index 2f88bafcabb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_Nullable_Equals_Null.snap +++ /dev/null @@ -1,39 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "ba", - "qux": null - }, - { - "bar": "ca", - "qux": null - }, - { - "bar": "ab", - "qux": null - }, - { - "bar": "ac", - "qux": null - }, - { - "bar": "ad", - "qux": null - }, - { - "bar": null, - "qux": null - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_With_Variables.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_With_Variables.snap deleted file mode 100644 index 0f113421539..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_Filter_With_Variables.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ab" - }, - { - "bar": "ac" - }, - { - "bar": "ad" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_ObjectStringEqualWithNull_Expression_Array.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_ObjectStringEqualWithNull_Expression_Array.snap deleted file mode 100644 index 059b02edad4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_ObjectStringEqualWithNull_Expression_Array.snap +++ /dev/null @@ -1,20 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "list": [ - { - "fooNested": { - "bar": "a" - } - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_ObjectStringEqualWithNull_Expression_InMemoryQueryable.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_ObjectStringEqualWithNull_Expression_InMemoryQueryable.snap deleted file mode 100644 index 059b02edad4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Execute_ObjectStringEqualWithNull_Expression_InMemoryQueryable.snap +++ /dev/null @@ -1,20 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "list": [ - { - "fooNested": { - "bar": "a" - } - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Infer_Filter_From_Field.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Infer_Filter_From_Field.snap deleted file mode 100644 index 0f113421539..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterTests.Infer_Filter_From_Field.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foos": [ - { - "bar": "aa" - }, - { - "bar": "ab" - }, - { - "bar": "ac" - }, - { - "bar": "ad" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorComparableTests.Overwrite_Comparable_Filter_Type_With_Attribute.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorComparableTests.Overwrite_Comparable_Filter_Type_With_Attribute.snap deleted file mode 100644 index e4a281f8e9f..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorComparableTests.Overwrite_Comparable_Filter_Type_With_Attribute.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input EntityWithTypeAttributeFilter { - AND: [EntityWithTypeAttributeFilter!] - barShort: Int - barShort_gt: Int - barShort_gte: Int - barShort_in: [Int] - barShort_lt: Int - barShort_lte: Int - barShort_not: Int - barShort_not_gt: Int - barShort_not_gte: Int - barShort_not_in: [Int] - barShort_not_lt: Int - barShort_not_lte: Int - OR: [EntityWithTypeAttributeFilter!] -} - -"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1." -scalar Int - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorComparableTests.Overwrite_Comparable_Filter_Type_With_Descriptor.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorComparableTests.Overwrite_Comparable_Filter_Type_With_Descriptor.snap deleted file mode 100644 index 5c22cfcf121..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorComparableTests.Overwrite_Comparable_Filter_Type_With_Descriptor.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input EntityFilter { - AND: [EntityFilter!] - barShort: Int - barShort_gt: Int - barShort_gte: Int - barShort_in: [Int] - barShort_lt: Int - barShort_lte: Int - barShort_not: Int - barShort_not_gt: Int - barShort_not_gte: Int - barShort_not_in: [Int] - barShort_not_lt: Int - barShort_not_lte: Int - OR: [EntityFilter!] -} - -"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1." -scalar Int - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorContextComparableTests.Overwrite_Comparable_Filter_Type_With_Attribute.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorContextComparableTests.Overwrite_Comparable_Filter_Type_With_Attribute.snap deleted file mode 100644 index 90ce6f4b94b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorContextComparableTests.Overwrite_Comparable_Filter_Type_With_Attribute.snap +++ /dev/null @@ -1,26 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input EntityWithTypeAttributeFilter { - AND: [EntityWithTypeAttributeFilter!] - OR: [EntityWithTypeAttributeFilter!] - barShort: Int - barShort_not: Int - barShort_in: [Int] - barShort_not_in: [Int] - barShort_gt: Int - barShort_not_gt: Int - barShort_gte: Int - barShort_not_gte: Int - barShort_lt: Int - barShort_not_lt: Int - barShort_lte: Int - barShort_not_lte: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorContextComparableTests.Overwrite_Comparable_Filter_Type_With_Descriptor.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorContextComparableTests.Overwrite_Comparable_Filter_Type_With_Descriptor.snap deleted file mode 100644 index 63c92e48b69..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/QueryableFilterVisitorContextComparableTests.Overwrite_Comparable_Filter_Type_With_Descriptor.snap +++ /dev/null @@ -1,26 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input EntityFilter { - AND: [EntityFilter!] - OR: [EntityFilter!] - barShort: Int - barShort_not: Int - barShort_in: [Int] - barShort_not_in: [Int] - barShort_gt: Int - barShort_not_gt: Int - barShort_gte: Int - barShort_not_gte: Int - barShort_lt: Int - barShort_not_lt: Int - barShort_lte: Int - barShort_not_lte: Int -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap deleted file mode 100644 index d170e517125..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstAddThenIgnore.snap +++ /dev/null @@ -1,14 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap deleted file mode 100644 index 481958af139..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_FirstIgnoreThenAdd.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar_not: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap deleted file mode 100644 index 481958af139..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_Override.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar_not: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap deleted file mode 100644 index b2fdfbb10fd..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_FilterDescirptor_OverrideFieldDescriptor.snap +++ /dev/null @@ -1,23 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - eq: String - neq: String - nin: [String] - c: String - nc: String - sw: String - nsw: String - ew: String - new: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_Implicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_Implicitly.snap deleted file mode 100644 index 73dca14ebdb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Bind_Filter_Implicitly.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Explicit_Filters.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Explicit_Filters.snap deleted file mode 100644 index 629cdfb4d78..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Explicit_Filters.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - foo_eq: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Explicit_Filters_All_Operations.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Explicit_Filters_All_Operations.snap deleted file mode 100644 index 24f2de7bd20..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Explicit_Filters_All_Operations.snap +++ /dev/null @@ -1,23 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_contains: String - bar_ends_with: String - bar_in: [String] - bar_not_contains: String - bar_not_ends_with: String - bar_not: String - bar_not_starts_with: String - bar_starts_with: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Implicit_Filters.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Implicit_Filters.snap deleted file mode 100644 index 73dca14ebdb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Create_Implicit_Filters.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Description_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Description_Explicitly.snap deleted file mode 100644 index 0e82c9014a0..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Description_Explicitly.snap +++ /dev/null @@ -1,16 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - "custom_equals_description" - bar: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_By_Name.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_By_Name.snap deleted file mode 100644 index 94d0049dba0..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_By_Name.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String @bar -} - -directive @bar on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap deleted file mode 100644 index 4c80784e56b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_By_Name_With_Argument.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String @bar(qux: "foo") -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap deleted file mode 100644 index 0fb2cc3697c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_With_Clr_Instance.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String @bar -} - -directive @bar(baz: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap deleted file mode 100644 index 0fb2cc3697c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Directive_With_Clr_Type.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar: String @bar -} - -directive @bar(baz: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Name_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Name_Explicitly.snap deleted file mode 100644 index f7a98ac6fd7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Declare_Name_Explicitly.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - custom_equals: String -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Define_Filters_By_Configure_Override.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Define_Filters_By_Configure_Override.snap deleted file mode 100644 index a336a4c93df..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Define_Filters_By_Configure_Override.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - bar_contains: String - equals: String - bar_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Ignore_Field_2.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Ignore_Field_2.snap deleted file mode 100644 index d170e517125..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Ignore_Field_2.snap +++ /dev/null @@ -1,14 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Ignore_Field_Fields.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Ignore_Field_Fields.snap deleted file mode 100644 index d170e517125..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Ignore_Field_Fields.snap +++ /dev/null @@ -1,14 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Rename_Specific_Filter.snap b/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Rename_Specific_Filter.snap deleted file mode 100644 index 2f34af4a035..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/__snapshots__/StringFilterInputTypeTests.Rename_Specific_Filter.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooFilter { - AND: [FooFilter!] - OR: [FooFilter!] - foo: String - bar_not: String - bar_contains: String - bar_not_contains: String - bar_starts_with: String - bar_not_starts_with: String - bar_ends_with: String - bar_not_ends_with: String - bar_in: [String] - bar_not_in: [String] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Filters.Tests/packages.lock.json b/src/HotChocolate/Filters/test/Types.Filters.Tests/packages.lock.json deleted file mode 100644 index e4d66312be1..00000000000 --- a/src/HotChocolate/Filters/test/Types.Filters.Tests/packages.lock.json +++ /dev/null @@ -1,4724 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1", - "System.ComponentModel.Annotations": "5.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.filters": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.Sorting": "[0.0.0, )", - "HotChocolate.Types.Tests": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.filters": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.Sorting": "[0.0.0, )", - "HotChocolate.Types.Tests": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.filters": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.Sorting": "[0.0.0, )", - "HotChocolate.Types.Tests": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/HotChocolate.Types.Sorting.Mongo.Tests.csproj b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/HotChocolate.Types.Sorting.Mongo.Tests.csproj deleted file mode 100644 index c4796de355a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/HotChocolate.Types.Sorting.Mongo.Tests.csproj +++ /dev/null @@ -1,28 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Types.Sorting.Mongo.Tests</AssemblyName> - <RootNamespace>HotChocolate.Types.Sorting</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <PackageReference Include="Squadron.Mongo" Version="0.15.0" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Core\HotChocolate.Core.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\..\..\Core\test\Types.Tests\HotChocolate.Types.Tests.csproj" /> - <ProjectReference Include="..\..\src\Types.Sorting\HotChocolate.Types.Sorting.csproj" /> - </ItemGroup> - - <ItemGroup> - <None Update="$(MSBuildProjectDirectory)\__resources__\*.*"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - <None Update="$(MSBuildProjectDirectory)\xunit.runner.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/MongoSortingObjectTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/MongoSortingObjectTests.cs deleted file mode 100644 index 786bcf7ecc2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/MongoSortingObjectTests.cs +++ /dev/null @@ -1,389 +0,0 @@ -using System; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using MongoDB.Bson; -using MongoDB.Driver; -using Snapshooter.Xunit; -using Squadron; -using Xunit; - -namespace HotChocolate.Types.Sorting -{ - [Obsolete] - public class MongoSortingObjectTests : IClassFixture<MongoResource> - { - private readonly MongoResource _mongoResource; - - public MongoSortingObjectTests(MongoResource mongoResource) - { - _mongoResource = mongoResource; - } - - [Fact] - public async Task GetItems_NoSorting_AllItems_Are_Returned_Unsorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Parent>("col"); - collection.InsertMany(new[] - { - new Parent { Model = new Model { Foo = "abc", Bar = 1, Baz = true } }, - new Parent { Model = new Model { Foo = "def", Bar = 2, Baz = false } } - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items { model { foo } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullable() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Parent>("col"); - collection.InsertMany( - new[] - { - new Parent - { - Model = new Model - { - Foo = "def", - Bar = 1, - Baz = true, - BazNullable = 1 - } - }, - new Parent - { - Model = new Model - { - Foo = "abc", - Bar = 2, - Baz = false, - BazNullable = 2 - } - }, - new Parent - { - Model = new Model - { - Foo = "abc", - Bar = 2, - Baz = false, - BazNullable = null - } - } - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery( - @"{ - items(order_by: { model: { bazNullable: DESC } }) { - model { bazNullable } - } - }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullableObject() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Parent>("col"); - collection.InsertMany(new[] - { - new Parent - { - Model = new Model - { - Foo = "def", - Bar = 1, - Baz = true, - BazNullable = 1 - } - }, - new Parent - { - Model = new Model - { - Foo = "abc", - Bar = 2, - Baz = false, - BazNullable = 2 - } - }, - new Parent() - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery( - @"{ - items(order_by: { model: { bazNullable: DESC } }) { - model { - bazNullable - } - } - }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - - [Fact] - public async Task GetItems_DescSorting_AllItems_Are_Returned_DescSorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Parent>("col"); - collection.InsertMany(new[] - { - new Parent { Model = new Model { Foo = "abc", Bar = 1, Baz = true } }, - new Parent { Model = new Model { Foo = "def", Bar = 2, Baz = false } } - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery( - @"{ - items(order_by: { model: { foo: DESC } }) { - model { - foo - } - } - }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Parent>("col"); - collection.InsertMany(new[] - { - new Parent { Model = new Model { Foo = "abc", Bar = 1, Baz = true } }, - new Parent { Model = new Model { Foo = "def", Bar = 2, Baz = false } } - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery( - "{ paging(order_by: { model: { foo: DESC } }) " + - "{ nodes { model { foo } } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Parent>("col"); - collection.InsertMany(new[] - { - new Parent { Model = new Model { Foo = "abc", Bar = 1, Baz = true } }, - new Parent { Model = new Model { Foo = "def", Bar = 2, Baz = false } } - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items(order_by: { model: { qux: DESC } }) { model { bar } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - public class QueryType : ObjectType - { - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor.Name("Query"); - - descriptor.Field("items") - .Type<ListType<ParentType>>() - .UseSorting<ParentSortInputType>() - .Resolve(ctx => ctx.Service<IMongoCollection<Parent>>().AsQueryable()); - - descriptor.Field("paging") - .UsePaging<ParentType>() - .UseSorting<ParentSortInputType>() - .Resolve(ctx => ctx.Service<IMongoCollection<Parent>>().AsQueryable()); - } - } - - public class ParentSortInputType : SortInputType<Parent> - { - protected override void Configure(ISortInputTypeDescriptor<Parent> descriptor) - { - descriptor.SortableObject(m => m.Model).Type<ModelSortInputType>(); - } - } - public class ModelSortInputType : SortInputType<Model> - { - protected override void Configure(ISortInputTypeDescriptor<Model> descriptor) - { - descriptor.Sortable(m => m.Bar).Name("qux"); - } - } - - public class ModelType : ObjectType<Model> - { - protected override void Configure( - IObjectTypeDescriptor<Model> descriptor) - { - descriptor.Field(t => t.Id) - .Type<IdType>() - .Resolve(c => c.Parent<Model>().Id); - } - } - - public class ParentType : ObjectType<Parent> - { - protected override void Configure( - IObjectTypeDescriptor<Parent> descriptor) - { - descriptor.Field(t => t.Model) - .Type<ModelType>(); - descriptor.Field(t => t.Id) - .Type<IdType>() - .Resolve(c => c.Parent<Model>().Id); - } - } - public class Parent - { - public ObjectId Id { get; set; } - public Model Model { get; set; } - } - - public class Model - { - public ObjectId Id { get; set; } - public string Foo { get; set; } - public int Bar { get; set; } - public bool Baz { get; set; } - public int? BazNullable { get; set; } - } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/MongoSortingTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/MongoSortingTests.cs deleted file mode 100644 index 7c6eb6c3814..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/MongoSortingTests.cs +++ /dev/null @@ -1,219 +0,0 @@ -using MongoDB.Driver; -using MongoDB.Bson; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using Xunit; -using System.Threading.Tasks; -using Snapshooter.Xunit; -using Squadron; -using System; - -namespace HotChocolate.Types.Sorting -{ - [Obsolete] - public class MongoSortingTests : IClassFixture<MongoResource> - { - private readonly MongoResource _mongoResource; - - public MongoSortingTests(MongoResource mongoResource) - { - _mongoResource = mongoResource; - } - - - [Fact] - public async Task GetItems_NoSorting_AllItems_Are_Returned_Unsorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items { foo } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_DescSorting_AllItems_Are_Returned_DescSorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items(order_by: { foo: DESC }) { foo } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ paging(order_by: { foo: DESC }) { nodes { foo } } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - - [Fact] - public async Task GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted() - { - // arrange - IServiceProvider services = new ServiceCollection() - .AddSingleton(_ => - { - var database = _mongoResource.CreateDatabase(); - var collection = database.GetCollection<Model>("col"); - collection.InsertMany(new[] - { - new Model { Foo = "abc", Bar = 1, Baz = true }, - new Model { Foo = "def", Bar = 2, Baz = false }, - }); - return collection; - }) - .AddGraphQL() - .AddQueryType<QueryType>() - .Services - .BuildServiceProvider(); - - var executor = - await services.GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - - var request = QueryRequestBuilder.New() - .SetQuery("{ items(order_by: { qux: DESC }) { bar } }") - .Create(); - - // act - var result = await executor.ExecuteAsync(request); - - // assert - Assert.Null(result.ExpectQueryResult().Errors); - result.ToJson().MatchSnapshot(); - } - - public class QueryType : ObjectType - { - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor.Name("Query"); - descriptor.Field("items") - .Type<ListType<ModelType>>() - .UseSorting<ModelSortInputType>() - .Resolve(ctx => - ctx.Service<IMongoCollection<Model>>().AsQueryable()); - - descriptor.Field("paging") - .UsePaging<ModelType>() - .UseSorting<ModelSortInputType>() - .Resolve(ctx => - ctx.Service<IMongoCollection<Model>>().AsQueryable()); - } - } - - public class ModelSortInputType : SortInputType<Model> - { - protected override void Configure(ISortInputTypeDescriptor<Model> descriptor) - { - descriptor.Sortable(m => m.Bar).Name("qux"); - } - } - - public class ModelType : ObjectType<Model> - { - protected override void Configure( - IObjectTypeDescriptor<Model> descriptor) - { - descriptor.Field(t => t.Id) - .Type<IdType>() - .Resolve(c => c.Parent<Model>().Id); - } - } - - public class Model - { - public ObjectId Id { get; set; } - public string Foo { get; set; } - public int Bar { get; set; } - public bool Baz { get; set; } - } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSorted.snap deleted file mode 100644 index 916a5822ab1..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSorted.snap +++ /dev/null @@ -1,16 +0,0 @@ -{ - "data": { - "items": [ - { - "model": { - "foo": "def" - } - }, - { - "model": { - "foo": "abc" - } - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullable.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullable.snap deleted file mode 100644 index 02c040f4d52..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullable.snap +++ /dev/null @@ -1,21 +0,0 @@ -{ - "data": { - "items": [ - { - "model": { - "bazNullable": 2 - } - }, - { - "model": { - "bazNullable": 1 - } - }, - { - "model": { - "bazNullable": null - } - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullableObject.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullableObject.snap deleted file mode 100644 index 203f615fd73..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_DescSorting_AllItems_Are_Returned_DescSortedOnNullableObject.snap +++ /dev/null @@ -1,19 +0,0 @@ -{ - "data": { - "items": [ - { - "model": { - "bazNullable": 2 - } - }, - { - "model": { - "bazNullable": 1 - } - }, - { - "model": null - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_NoSorting_AllItems_Are_Returned_Unsorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_NoSorting_AllItems_Are_Returned_Unsorted.snap deleted file mode 100644 index e427d9f26c6..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_NoSorting_AllItems_Are_Returned_Unsorted.snap +++ /dev/null @@ -1,16 +0,0 @@ -{ - "data": { - "items": [ - { - "model": { - "foo": "abc" - } - }, - { - "model": { - "foo": "def" - } - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted.snap deleted file mode 100644 index e6c8f304cc3..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted.snap +++ /dev/null @@ -1,16 +0,0 @@ -{ - "data": { - "items": [ - { - "model": { - "bar": 2 - } - }, - { - "model": { - "bar": 1 - } - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted.snap deleted file mode 100644 index 364f65853ac..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingObjectTests.GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "data": { - "paging": { - "nodes": [ - { - "model": { - "foo": "def" - } - }, - { - "model": { - "foo": "abc" - } - } - ] - } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_DescSorting_AllItems_Are_Returned_DescSorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_DescSorting_AllItems_Are_Returned_DescSorted.snap deleted file mode 100644 index ac1d1ed80c4..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_DescSorting_AllItems_Are_Returned_DescSorted.snap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "data": { - "items": [ - { - "foo": "def" - }, - { - "foo": "abc" - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_NoSorting_AllItems_Are_Returned_Unsorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_NoSorting_AllItems_Are_Returned_Unsorted.snap deleted file mode 100644 index 16ed88f3ae9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_NoSorting_AllItems_Are_Returned_Unsorted.snap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "data": { - "items": [ - { - "foo": "abc" - }, - { - "foo": "def" - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted.snap deleted file mode 100644 index a021a9c2a8f..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_OnRenamedField_DescSorting_AllItems_Are_Returned_DescSorted.snap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "data": { - "items": [ - { - "bar": 2 - }, - { - "bar": 1 - } - ] - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted.snap b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted.snap deleted file mode 100644 index d5fecd20630..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/__snapshots__/MongoSortingTests.GetItems_With_Paging__DescSorting_AllItems_Are_Returned_DescSorted.snap +++ /dev/null @@ -1,14 +0,0 @@ -{ - "data": { - "paging": { - "nodes": [ - { - "foo": "def" - }, - { - "foo": "abc" - } - ] - } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/packages.lock.json b/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/packages.lock.json deleted file mode 100644 index 0f7fbdbd890..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Mongo.Tests/packages.lock.json +++ /dev/null @@ -1,6238 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Mongo": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "brIDCOYLLfAKL93faGWq0rPippbhnGQUzSZVf0cixtYI6rLPs6lH7zV3l92hHaCJgwMPGsNTZNp5Obk+putTfQ==", - "dependencies": { - "MongoDB.Driver": "2.9.2", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "DnsClient": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "P34wUkeqU4FoQiOMV8OjpdeDZKs4d3r+VlHuKJ6eO5feiZgna3+9MF5orHRUn3DAv1g/HPE5hlkGucmxmsFfBw==", - "dependencies": { - "System.Buffers": "4.4.0" - } - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1", - "System.ComponentModel.Annotations": "5.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "MongoDB.Bson": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "XZaqjCLyDJZnfcvy6Aefp2pfanKI/ArrT4tNqXAIAjsU4krZHXLj2shPDfg1NBS5ez0wFMV17aBUUJv43TF3ww==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Collections.NonGeneric": "4.0.1", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0" - } - }, - "MongoDB.Driver": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "On2uj3x0EXUIJCogdkJHrTF17rsDolyrdeXGJw+alse2R11WRa657noz44fyYX/00wPpbjHBx15Qqig8mAYvHQ==", - "dependencies": { - "MongoDB.Bson": "2.9.2", - "MongoDB.Driver.Core": "2.9.2", - "NETStandard.Library": "1.6.1", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Linq.Queryable": "4.0.1" - } - }, - "MongoDB.Driver.Core": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "ZyQVrrsmh0eLKxFZpQybboZwrnQJc526aksqG8umNfIy2UHqSa1/C8FpWi9/zEeaxjx9gvaFmc5dg6CouC1gXQ==", - "dependencies": { - "DnsClient": "1.2.0", - "MongoDB.Bson": "2.9.2", - "NETStandard.Library": "1.6.1", - "SharpCompress": "0.23.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.0.0", - "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.2", - "System.Security.SecureString": "4.0.0", - "System.Threading.Thread": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" - }, - "SharpCompress": { - "type": "Transitive", - "resolved": "0.23.0", - "contentHash": "HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==", - "dependencies": { - "System.Text.Encoding.CodePages": "4.5.1" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Collections.NonGeneric": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Collections.Specialized": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Primitives": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.TypeConverter": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Process": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.TextWriterTraceListener": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.0.11", - "contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.SecureString": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "sqzq9GD6/b0yqPuMpgIKBuoLf4VKAj8oAfh4kXSzPaN6eoKY3hRi9C5L27uip25qlU+BGPfb0xh2Rmbwc4jFVA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Thread": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Mongo": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "brIDCOYLLfAKL93faGWq0rPippbhnGQUzSZVf0cixtYI6rLPs6lH7zV3l92hHaCJgwMPGsNTZNp5Obk+putTfQ==", - "dependencies": { - "MongoDB.Driver": "2.9.2", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "DnsClient": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "P34wUkeqU4FoQiOMV8OjpdeDZKs4d3r+VlHuKJ6eO5feiZgna3+9MF5orHRUn3DAv1g/HPE5hlkGucmxmsFfBw==", - "dependencies": { - "System.Buffers": "4.4.0" - } - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "MongoDB.Bson": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "XZaqjCLyDJZnfcvy6Aefp2pfanKI/ArrT4tNqXAIAjsU4krZHXLj2shPDfg1NBS5ez0wFMV17aBUUJv43TF3ww==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Collections.NonGeneric": "4.0.1", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0" - } - }, - "MongoDB.Driver": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "On2uj3x0EXUIJCogdkJHrTF17rsDolyrdeXGJw+alse2R11WRa657noz44fyYX/00wPpbjHBx15Qqig8mAYvHQ==", - "dependencies": { - "MongoDB.Bson": "2.9.2", - "MongoDB.Driver.Core": "2.9.2", - "NETStandard.Library": "1.6.1", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Linq.Queryable": "4.0.1" - } - }, - "MongoDB.Driver.Core": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "ZyQVrrsmh0eLKxFZpQybboZwrnQJc526aksqG8umNfIy2UHqSa1/C8FpWi9/zEeaxjx9gvaFmc5dg6CouC1gXQ==", - "dependencies": { - "DnsClient": "1.2.0", - "MongoDB.Bson": "2.9.2", - "NETStandard.Library": "1.6.1", - "SharpCompress": "0.23.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.0.0", - "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.2", - "System.Security.SecureString": "4.0.0", - "System.Threading.Thread": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" - }, - "SharpCompress": { - "type": "Transitive", - "resolved": "0.23.0", - "contentHash": "HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==", - "dependencies": { - "System.Text.Encoding.CodePages": "4.5.1" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.Collections.NonGeneric": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Collections.Specialized": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Primitives": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.TypeConverter": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Process": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.TextWriterTraceListener": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.0.11", - "contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "4.5.2", - "contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.SecureString": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "sqzq9GD6/b0yqPuMpgIKBuoLf4VKAj8oAfh4kXSzPaN6eoKY3hRi9C5L27uip25qlU+BGPfb0xh2Rmbwc4jFVA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Thread": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Mongo": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "brIDCOYLLfAKL93faGWq0rPippbhnGQUzSZVf0cixtYI6rLPs6lH7zV3l92hHaCJgwMPGsNTZNp5Obk+putTfQ==", - "dependencies": { - "MongoDB.Driver": "2.9.2", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "DnsClient": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "P34wUkeqU4FoQiOMV8OjpdeDZKs4d3r+VlHuKJ6eO5feiZgna3+9MF5orHRUn3DAv1g/HPE5hlkGucmxmsFfBw==", - "dependencies": { - "System.Buffers": "4.4.0" - } - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "q+eLtROUAQ3OxYA5mpQrgyFgzLQxIyrfT2eLpYX5IEPlHmIio2nh4F5bgOaQoGOV865kFKZZso9Oq9RlazvXtg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0" - } - }, - "MongoDB.Bson": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "XZaqjCLyDJZnfcvy6Aefp2pfanKI/ArrT4tNqXAIAjsU4krZHXLj2shPDfg1NBS5ez0wFMV17aBUUJv43TF3ww==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "System.Collections.NonGeneric": "4.0.1", - "System.Diagnostics.Process": "4.1.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Runtime.Serialization.Formatters": "4.3.0" - } - }, - "MongoDB.Driver": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "On2uj3x0EXUIJCogdkJHrTF17rsDolyrdeXGJw+alse2R11WRa657noz44fyYX/00wPpbjHBx15Qqig8mAYvHQ==", - "dependencies": { - "MongoDB.Bson": "2.9.2", - "MongoDB.Driver.Core": "2.9.2", - "NETStandard.Library": "1.6.1", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Linq.Queryable": "4.0.1" - } - }, - "MongoDB.Driver.Core": { - "type": "Transitive", - "resolved": "2.9.2", - "contentHash": "ZyQVrrsmh0eLKxFZpQybboZwrnQJc526aksqG8umNfIy2UHqSa1/C8FpWi9/zEeaxjx9gvaFmc5dg6CouC1gXQ==", - "dependencies": { - "DnsClient": "1.2.0", - "MongoDB.Bson": "2.9.2", - "NETStandard.Library": "1.6.1", - "SharpCompress": "0.23.0", - "System.Collections.Specialized": "4.0.1", - "System.Diagnostics.TextWriterTraceListener": "4.0.0", - "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.3.0", - "System.Net.Security": "4.3.2", - "System.Security.SecureString": "4.0.0", - "System.Threading.Thread": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==" - }, - "SharpCompress": { - "type": "Transitive", - "resolved": "0.23.0", - "contentHash": "HBbT47JHvNrsZX2dTBzUBOSzBt+EmIRGLIBkbxcP6Jef7DB4eFWQX5iHWV3Nj7hABFPCjISrZ8s0z72nF2zFHQ==", - "dependencies": { - "System.Text.Encoding.CodePages": "4.5.1" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.Collections.NonGeneric": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Collections.Specialized": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==", - "dependencies": { - "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Primitives": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", - "dependencies": { - "System.ComponentModel": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.ComponentModel.TypeConverter": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.NonGeneric": "4.0.1", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel": "4.0.1", - "System.ComponentModel.Primitives": "4.1.0", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Process": { - "type": "Transitive", - "resolved": "4.1.0", - "contentHash": "mpVZ5bnlSs3tTeJ6jYyDJEIa6tavhAd88lxq1zbYhkkCu0Pno2+gHXcvZcoygq2d8JxW3gojXqNJMTAshduqZA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "Microsoft.Win32.Primitives": "4.0.1", - "Microsoft.Win32.Registry": "4.0.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.TextWriterTraceListener": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "w36Dr8yKy8xP150qPANe7Td+/zOI3G62ImRcHDIEW+oUXUuTKZHd4DHmqRx5+x8RXd85v3tXd1uhNTfsr+yxjA==", - "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.TraceSource": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.0.11", - "contentHash": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", - "System.Reflection.Emit": "4.0.1", - "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Linq.Queryable": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", - "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.NameResolution": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Principal.Windows": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Security": { - "type": "Transitive", - "resolved": "4.3.2", - "contentHash": "xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.ThreadPool": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Security": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "4.5.2", - "contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Serialization.Formatters": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0" - } - }, - "System.Runtime.Serialization.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Principal": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.SecureString": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "sqzq9GD6/b0yqPuMpgIKBuoLf4VKAj8oAfh4kXSzPaN6eoKY3hRi9C5L27uip25qlU+BGPfb0xh2Rmbwc4jFVA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Thread": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading.ThreadPool": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/HotChocolate.Types.Sorting.Tests.csproj b/src/HotChocolate/Filters/test/Types.Sorting.Tests/HotChocolate.Types.Sorting.Tests.csproj deleted file mode 100644 index 859151a4dd2..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/HotChocolate.Types.Sorting.Tests.csproj +++ /dev/null @@ -1,24 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Types.Sorting.Tests</AssemblyName> - <RootNamespace>HotChocolate.Types.Sorting</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Core\HotChocolate.Core.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\..\..\Core\test\Types.Tests\HotChocolate.Types.Tests.csproj" /> - <ProjectReference Include="..\..\src\Types.Sorting\HotChocolate.Types.Sorting.csproj" /> - </ItemGroup> - - <ItemGroup> - <None Update="$(MSBuildProjectDirectory)\__resources__\*.*"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - <None Update="$(MSBuildProjectDirectory)\xunit.runner.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/ObjectFieldDescriptorExtensionsTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/ObjectFieldDescriptorExtensionsTests.cs deleted file mode 100644 index 97ed15085eb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/ObjectFieldDescriptorExtensionsTests.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using HotChocolate.Resolvers; -using HotChocolate.Types.Descriptors; -using Moq; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class ObjectFieldDescriptorExtensionsTests - : DescriptorTestBase -{ - [Fact] - public void UseSorting_WithoutParams_ShouldRegisterPlaceholderMiddleware() - { - // arrange - var descriptor = ObjectFieldDescriptor.New(Context, "field"); - descriptor.Resolve("abc"); - - // act - descriptor.UseSorting(); - - // assert - Assert.Single(descriptor.CreateDefinition().MiddlewareDefinitions); - } - - [Fact] - public void UseSorting_WithoutTypeParam_ShouldRegisterPlaceholderMiddleware() - { - // arrange - var descriptor = ObjectFieldDescriptor.New(Context, "field"); - - // act - descriptor.UseSorting<object>(); - - // assert - Assert.Single(descriptor.CreateDefinition().MiddlewareDefinitions); - } - - [Fact] - public void UseSorting_FieldDescConfig_FieldDesc_Is_Null() - { - // arrange - Action<ISortInputTypeDescriptor<object>> config = d => { }; - - // act - Action action = () => - SortObjectFieldDescriptorExtensions - .UseSorting(null!, config); - - // assert - Assert.Throws<ArgumentNullException>(action); - } - - [Fact] - public void UseSorting_FieldDescConfig_Config_Is_Null() - { - // arrange - var desc = Mock.Of<IObjectFieldDescriptor>(); - - // act - Action action = () => - SortObjectFieldDescriptorExtensions - .UseSorting<object>(desc, null); - - // assert - Assert.Throws<ArgumentNullException>(action); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableExtensionsTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableExtensionsTests.cs deleted file mode 100644 index 98a5d36f050..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableExtensionsTests.cs +++ /dev/null @@ -1,103 +0,0 @@ -using System; -using System.Linq; -using System.Linq.Expressions; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class QueryableExtensionsTests -{ - [Fact] - public void CompileInitialSortOperation_AscOnIQueryable_ShouldAddOrderBy() - { - // arrange - var source = new Foo[0].AsQueryable(); - var closure = new SortQueryableClosure(typeof(Foo), "p"); - closure.EnqueueProperty(typeof(Foo).GetProperty(nameof(Foo.Bar))); - var operation = - closure.CreateSortOperation(SortOperationKind.Asc); - - // act - var sortExpression = source.Expression.CompileInitialSortOperation( - operation - ); - var sorted = - source.Provider.CreateQuery<Foo>(sortExpression); - - // assert - Assert.Equal(source.OrderBy(s => s.Bar), sorted); - } - - [Fact] - public void CompileInitialSortOperation_DescOnIQueryable_ShouldAddOrderBy() - { - // arrange - var source = new Foo[0].AsQueryable(); - var closure = new SortQueryableClosure(typeof(Foo), "p"); - closure.EnqueueProperty(typeof(Foo).GetProperty(nameof(Foo.Bar))); - var operation = - closure.CreateSortOperation(SortOperationKind.Desc); - - // act - var sortExpression = source.Expression.CompileInitialSortOperation( - operation - ); - - var sorted = - source.Provider.CreateQuery<Foo>(sortExpression); - - - // assert - Assert.Equal(source.OrderByDescending(s => s.Bar), sorted); - } - - [Fact] - public void AddSortOperation_AscOnIOrderedQueryable_ShouldAddThenBy() - { - // arrange - var source = new Foo[0].AsQueryable().OrderBy(f => f.Bar); - var closure = new SortQueryableClosure(typeof(Foo), "p"); - closure.EnqueueProperty(typeof(Foo).GetProperty(nameof(Foo.Bar))); - var operation = - closure.CreateSortOperation(SortOperationKind.Asc); - - // act - var sortExpression = source.Expression.CompileInitialSortOperation( - operation - ); - var sorted = - source.Provider.CreateQuery<Foo>(sortExpression); - - - // assert - Assert.Equal(source.ThenBy(s => s.Bar), sorted); - } - - [Fact] - public void AddSortOperation_DescOnIOrderedQueryable_ShouldAddThenByDescending() - { - // arrange - var source = new Foo[0].AsQueryable().OrderBy(f => f.Bar); - var closure = new SortQueryableClosure(typeof(Foo), "p"); - closure.EnqueueProperty(typeof(Foo).GetProperty(nameof(Foo.Bar))); - var operation = - closure.CreateSortOperation(SortOperationKind.Desc); - - // act - var sortExpression = source.Expression.CompileInitialSortOperation( - operation - ); - var sorted = - source.Provider.CreateQuery<Foo>(sortExpression); - - - // assert - Assert.Equal(source.ThenByDescending(s => s.Bar), sorted); - } - - private sealed class Foo - { - public string Bar { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableObjectSortVisitorTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableObjectSortVisitorTests.cs deleted file mode 100644 index 919a53a3b0a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableObjectSortVisitorTests.cs +++ /dev/null @@ -1,267 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class QueryableObjectSortVisitorTests - : TypeTestBase -{ - [Fact] - public void Ctor_InitialTypeNull_ShouldThrowArgumentNullException() - { - // arrange - - // act - var createVisitor - = () => new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), null!, typeof(Foo), false); - - // assert - Assert.Throws<ArgumentNullException>(createVisitor); - } - - [Fact] - public void Ctor_SourceTypeNull_ShouldThrowArgumentNullException() - { - // arrange - var sortType = CreateType(new FooSortType()); - - // act - var createVisitor - = () => new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, null!, false); - - // assert - Assert.Throws<ArgumentNullException>(createVisitor); - } - - [Fact] - public void Sort_ComparableAsc_ShouldSortByStringNullableAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new ObjectValueNode( - new ObjectFieldNode("baz", - new EnumValueNode(SortOperationKind.Asc))))); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar =new Bar{Baz= "b" } }, - new Foo {Bar =new Bar{Baz= null}}, - new Foo {Bar =new Bar{Baz= "c"}} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Null(foo.Bar.Baz), - foo => Assert.Equal("b", foo.Bar.Baz), - foo => Assert.Equal("c", foo.Bar.Baz) - ); - } - - [Fact] - public void Sort_ComparableAsc_ShouldSortByStringNullableObjectAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new ObjectValueNode( - new ObjectFieldNode("baz", - new EnumValueNode(SortOperationKind.Asc) - ) - ) - )); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar =new Bar{Baz= "b" } }, - new Foo {}, - new Foo {Bar =new Bar{Baz= "c"}} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), true); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Null(foo.Bar), - foo => Assert.Equal("b", foo.Bar.Baz), - foo => Assert.Equal("c", foo.Bar.Baz) - ); - } - - [Fact] - public void Sort_ComparableAsc_ShouldSortByStringWithNullableObjectInRootAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new ObjectValueNode( - new ObjectFieldNode("baz", - new EnumValueNode(SortOperationKind.Asc))))); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar =new Bar{Baz= "c"}}, - new Foo {Bar =new Bar{Baz= "b" }}, - null - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), true); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Null(foo), - foo => Assert.Equal("b", foo.Bar.Baz), - foo => Assert.Equal("c", foo.Bar.Baz) - ); - } - - [Fact] - public void Sort_ComparableAsc_ShouldSortByStringAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new ObjectValueNode( - new ObjectFieldNode("baz", - new EnumValueNode(SortOperationKind.Asc) - ) - ) - )); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar =new Bar{Baz= "b" } }, - new Foo {Bar =new Bar{Baz= "a"}}, - new Foo {Bar =new Bar{Baz= "c"}} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("a", foo.Bar.Baz), - foo => Assert.Equal("b", foo.Bar.Baz), - foo => Assert.Equal("c", foo.Bar.Baz) - ); - } - - [Fact] - public void Sort_ComparableDesc_ShouldSortByStringAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new ObjectValueNode( - new ObjectFieldNode("baz", - new EnumValueNode(SortOperationKind.Desc) - ) - ) - )); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar =new Bar{Baz= "b"}}, - new Foo {Bar =new Bar{Baz= "a"}}, - new Foo {Bar =new Bar{Baz= "c"}} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("c", foo.Bar.Baz), - foo => Assert.Equal("b", foo.Bar.Baz), - foo => Assert.Equal("a", foo.Bar.Baz) - ); - } - - [Fact] - public void Sort_NoSortSpecified_ShouldReturnUnalteredSource() - { - // arrange - var value = new ObjectValueNode(); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar =new Bar{Baz= "b"}}, - new Foo {Bar =new Bar{Baz= "a"}}, - new Foo {Bar =new Bar{Baz= "c"}} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - var aFiltered = context.Sort(a); - - // assert - Assert.Same(a, aFiltered); - Assert.Collection(aFiltered, - foo => Assert.Equal("b", foo.Bar.Baz), - foo => Assert.Equal("a", foo.Bar.Baz), - foo => Assert.Equal("c", foo.Bar.Baz) - ); - } - - public class FooSortType - : SortInputType<Foo> - { - protected override void Configure( - ISortInputTypeDescriptor<Foo> descriptor) - { - descriptor.SortableObject(t => t.Bar); - } - } - - public class Foo - { - public Bar Bar { get; set; } - } - -#nullable enable - public class Bar - { - public string? Baz { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableSortVisitorTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableSortVisitorTests.cs deleted file mode 100644 index ca80b22a074..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/QueryableSortVisitorTests.cs +++ /dev/null @@ -1,335 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Utilities; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class QueryableSortVisitorTests - : TypeTestBase -{ - [Fact] - public void Sort_ComparableMultiple_ShouldSortByStringAscThenByStringAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("baz", - new EnumValueNode(SortOperationKind.Asc)), - new ObjectFieldNode("bar", - new EnumValueNode(SortOperationKind.Asc))); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar = "b",Baz = "b"}, - new Foo {Bar = "a",Baz = "b"}, - new Foo {Bar = "c",Baz = "a"} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - var temp = context.Sort(a); - ICollection<Foo> aFiltered = temp.ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("c", foo.Bar), - foo => Assert.Equal("a", foo.Bar), - foo => Assert.Equal("b", foo.Bar)); - } - - [Fact] - public void Sort_ObjectMultiple_ShouldSortByStringAscThenByStringAsc() - { - // arrange - var value = new ObjectValueNode(new ObjectFieldNode("foo", - new ObjectValueNode( - new ObjectFieldNode("baz", - new EnumValueNode(SortOperationKind.Asc)), - new ObjectFieldNode("bar", - new EnumValueNode(SortOperationKind.Asc))))); - - var sortType = CreateType(new FooNestedSortType()); - - var a = new[] - { - new FooNested{Foo =new Foo {Bar = "b",Baz = "b"}}, - new FooNested{Foo =new Foo {Bar = "a",Baz = "b"}}, - new FooNested{Foo =new Foo {Bar = "c",Baz = "a"}} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(FooNested), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<FooNested> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("c", foo.Foo.Bar), - foo => Assert.Equal("a", foo.Foo.Bar), - foo => Assert.Equal("b", foo.Foo.Bar) - ); - } - - [Fact(Skip = "Disabled")] - public void Sort_ComparableAsc_PrefilterInResolver() - { - // arrange - IQueryable<Foo> data = new[] { - new Foo { Bar = "baz", Baz = "a" }, - new Foo { Bar = "aa", Baz = "b" }, - new Foo { Bar = "zz", Baz = "b" } - }.AsQueryable().OrderBy(x => x.Baz); - - var schema = SchemaBuilder.New() - .AddQueryType(ctx => - { - ctx.Field("foo") - .Resolve(data) - .Type<NonNullType<ListType<NonNullType<ObjectType<Foo>>>>>() - .UseSorting(); - }) - .Create(); - - var request = - QueryRequestBuilder.New() - .SetQuery("{ foo(order_by: { bar: DESC }) { bar } }") - .Create(); - - // act - var result = schema.MakeExecutable().Execute(request); - - // assert - result.MatchSnapshot(); - } - - - [Fact] - public void Sort_ComparableAsc_ShouldSortByStringAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new EnumValueNode(SortOperationKind.Asc)) - ); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar = "b"}, new Foo {Bar = "a"}, new Foo {Bar = "c"} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("a", foo.Bar), - foo => Assert.Equal("b", foo.Bar), - foo => Assert.Equal("c", foo.Bar) - ); - } - - [Fact] - public void Sort_ComparableDesc_ShouldSortByStringAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new EnumValueNode(SortOperationKind.Desc)) - ); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar = "b"}, new Foo {Bar = "a"}, new Foo {Bar = "c"} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("c", foo.Bar), - foo => Assert.Equal("b", foo.Bar), - foo => Assert.Equal("a", foo.Bar) - ); - } - - [Fact] - public void Sort_NoSortSpecified_ShouldReturnUnalteredSource() - { - // arrange - var value = new ObjectValueNode(); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar = "b"}, new Foo {Bar = "a"}, new Foo {Bar = "c"} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - var aFiltered = context.Sort(a); - - // assert - Assert.Same(a, aFiltered); - Assert.Collection(aFiltered, - foo => Assert.Equal("b", foo.Bar), - foo => Assert.Equal("a", foo.Bar), - foo => Assert.Equal("c", foo.Bar) - ); - } - - [Fact] - public void Sort_Nullable_ShouldSortNullableProperlyAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("nullableInt", - new EnumValueNode(SortOperationKind.Asc))); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar = "b"}, - new Foo {Bar = "c", NullableInt = 2}, - new Foo {Bar = "a", NullableInt = 1} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("b", foo.Bar), - foo => Assert.Equal("a", foo.Bar), - foo => Assert.Equal("c", foo.Bar) - ); - } - - [Fact] - public void Sort_Nullable_ShouldSortNullableProperlyDesc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("nullableInt", - new EnumValueNode(SortOperationKind.Desc))); - - var sortType = CreateType(new FooSortType()); - - var a = new[] - { - new Foo {Bar = "b"}, - new Foo {Bar = "c", NullableInt = 2}, - new Foo {Bar = "a", NullableInt = 1} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(Foo), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<Foo> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("c", foo.Bar), - foo => Assert.Equal("a", foo.Bar), - foo => Assert.Equal("b", foo.Bar) - ); - } - - [Fact] - public void Sort_Inheritance_ShouldSortByStringAsc() - { - // arrange - var value = new ObjectValueNode( - new ObjectFieldNode("bar", - new EnumValueNode(SortOperationKind.Desc) - ) - ); - - var sortType = CreateType(new SortInputType<FooInherited>()); - - var a = new[] - { - new FooInherited {Bar = "b"}, - new FooInherited {Bar = "a"}, - new FooInherited {Bar = "c"} - }.AsQueryable(); - - // act - var context = new QueryableSortVisitorContext( - new(new DefaultTypeConverter()), sortType, typeof(FooInherited), false); - QueryableSortVisitor.Default.Visit(value, context); - ICollection<FooInherited> aFiltered = context.Sort(a).ToList(); - - // assert - Assert.Collection(aFiltered, - foo => Assert.Equal("c", foo.Bar), - foo => Assert.Equal("b", foo.Bar), - foo => Assert.Equal("a", foo.Bar) - ); - } - - public class FooSortType - : SortInputType<Foo> - { - protected override void Configure( - ISortInputTypeDescriptor<Foo> descriptor) - { - descriptor.Sortable(t => t.Bar); - } - } - - public class FooNestedSortType - : SortInputType<FooNested> - { - protected override void Configure( - ISortInputTypeDescriptor<FooNested> descriptor) - { - descriptor.SortableObject(t => t.Foo); - } - } - - public class FooNested - { - public Foo Foo { get; set; } - } - - public class Foo - { - public int? NullableInt { get; set; } - public string Bar { get; set; } - public string Baz { get; set; } - } - - public class FooInherited : Foo - { - public string Qux { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortInputObjectTypeTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortInputObjectTypeTests.cs deleted file mode 100644 index c8bcc6ac6a7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortInputObjectTypeTests.cs +++ /dev/null @@ -1,335 +0,0 @@ -using System; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class SortInputObjectTypeTests - : TypeTestBase -{ - [Fact] - public void Create_Implicit_Sorting_NoBindInvocation() - { - // arrange - // act - var schema = CreateSchema(new SortInputType<Foo>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d.BindFieldsImplicitly())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Sort_SortDescirptor_OverrideDescriptor() - { - // arrange - // act - ISortOperationDescriptor first = null; - ISortOperationDescriptor second = null; - var schema = CreateSchema( - new SortInputType<Bar>(descriptor => - { - first = descriptor - .BindFieldsExplicitly() - .Sortable(x => x.BarProperty); - first.Name("this_should_not_be_visible"); - - second = descriptor - .BindFieldsExplicitly() - .Sortable(x => x.BarProperty); - second.Name("bar"); - })); - - // assert - schema.ToString().MatchSnapshot(); - Assert.Equal(first, second); - } - - [Fact] - public void Bind_Sort_SortDescirptor_OverrideObjectDescriptor() - { - // arrange - // act - ISortObjectOperationDescriptor<Baz> first = null; - ISortObjectOperationDescriptor<Baz> second = null; - var schema = CreateSchema( - new SortInputType<Bar>(descriptor => - { - first = descriptor - .BindFieldsExplicitly() - .SortableObject(x => x.Baz); - first.Name("this_should_not_be_visible"); - - second = descriptor - .BindFieldsExplicitly() - .SortableObject(x => x.Baz); - second.Name("bar"); - })); - - // assert - schema.ToString().MatchSnapshot(); - Assert.Equal(first, second); - } - - - [Fact] - public void Bind_Sort_SortDescirptor_FirstAddThenIgnoreBar() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Baz>(descriptor => - { - descriptor.Sortable(x => x.BazProperty); - descriptor.BindFieldsExplicitly(); - descriptor.Sortable(x => x.BarProperty); - descriptor.Ignore(x => x.BarProperty); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Bind_Sort_SortDescirptor_FirstIgnoreThenAddBar() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Baz>(descriptor => - { - descriptor.BindFieldsExplicitly(); - descriptor.Ignore(x => x.BarProperty); - descriptor.Sortable(x => x.BarProperty); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting_WithIgnoredField() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Baz>(d => d.BindFieldsImplicitly() - .SortableObject(f => f.BarProperty).Ignore())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting_WithIgnoredField2() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Baz>(d => d.BindFieldsImplicitly().Ignore(f => f.BarProperty))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Description_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new SortInputType<Foo>(descriptor => - { - descriptor.BindFieldsExplicitly() - .SortableObject(x => x.Bar) - .Description("custom_description"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Directive_By_Name() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new SortInputType<Foo>(d => - { - d.BindFieldsExplicitly(). - SortableObject(x => x.Bar) - .Directive("bar"); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Directive_By_Name_With_Argument() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new SortInputType<Foo>(d => - { - d.BindFieldsExplicitly() - .SortableObject(x => x.Bar) - .Directive("bar", - new ArgumentNode("qux", - new StringValueNode("foo"))); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition) - .Argument("qux") - .Type<StringType>()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Directive_With_Clr_Type() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new SortInputType<Foo>(d => - { - d.BindFieldsExplicitly() - .SortableObject(x => x.Bar) - .Directive<FooDirective>(); - })) - .AddDirectiveType(new DirectiveType<FooDirective>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting_WithRenamedField() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d.BindFieldsImplicitly() - .SortableObject(f => f.Bar).Name("quux"))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Explicit_Sorting() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d - .BindFieldsExplicitly() - .SortableObject(f => f.Bar) - .Type(x => x.BindFieldsExplicitly() - .SortableObject(y => y.Baz) - .Type(z => z.BindFieldsExplicitly().Sortable(x => x.BarProperty) - ) - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Explicit_Sorting_ByType() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d - .BindFieldsExplicitly() - .SortableObject(f => f.Bar) - .Type<SortInputType<Bar>>() - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact(Skip= "Skipped till issue 1194 is solved")] - public void Create_Explicit_Sorting_DifferentDescirptorOfSameType() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<FooDoubleBaz>(d => - { - d.BindFieldsExplicitly() - .SortableObject(f => f.Baz1) - .Type(x => x.BindFieldsExplicitly().Sortable(y => y.BarProperty) - ); - d.SortableObject(f => f.Baz2) - .Type(x => x.BindFieldsExplicitly() - .Sortable(y => y.BazProperty) - ); - } - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - private sealed class BarType : SortInputType<Bar> - { - protected override void Configure(ISortInputTypeDescriptor<Bar> descriptor) - { - base.Configure(descriptor); - descriptor.BindFieldsExplicitly().Sortable(x => x.BarProperty); - } - } - - private sealed class FooDirective - { - } - private sealed class Foo - { - public Bar Bar { get; set; } - } - - private sealed class Bar - { - public string BarProperty { get; set; } - public Baz Baz { get; set; } - } - private sealed class Baz - { - public string BarProperty { get; set; } - public string BazProperty { get; set; } - } - private sealed class FooDoubleBaz - { - public Baz Baz2 { get; set; } - public Baz Baz1 { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortInputTypeTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortInputTypeTests.cs deleted file mode 100644 index 031f865bb81..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortInputTypeTests.cs +++ /dev/null @@ -1,380 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class SortInputTypeTests : TypeTestBase -{ - - [Fact] - public void Create_Global_Explicit_Sorting() - { - // arrange - // act - var builder = SchemaBuilder.New() - .AddQueryType(c => - c.Name("Query") - .Field("foo") - .Type<StringType>() - .Resolve("bar")) - .AddType(new SortInputType<Foo>( - d => d.BindFieldsExplicitly() - .Sortable(f => f.Bar) - )) - .ModifyOptions(t => t.DefaultBindingBehavior = BindingBehavior.Explicit); - - var schema = builder.Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting_EnumerablesShouldNotBeGenerated() - { - // arrange - // act - var schema = CreateSchema(new SortInputType<FooEnumerables>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact] - public void Create_Implicit_Sorting_NoBindInvocation() - { - // arrange - // act - var schema = CreateSchema(new SortInputType<Foo>()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d.BindFieldsImplicitly())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting_WithIgnoredField() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d.BindFieldsImplicitly() - .Sortable(f => f.Baz).Ignore())); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Sorting_WithRenamedField() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d.BindFieldsImplicitly() - .Sortable(f => f.Baz).Name("quux"))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Explicit_Sorting() - { - // arrange - // act - var schema = CreateSchema( - new SortInputType<Foo>(d => d - .BindFieldsExplicitly() - .Sortable(f => f.Bar) - )); - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact] - public void Create_Description_Explicitly() - { - // arrange - // act - var schema = CreateSchema(new SortInputType<Foo>(descriptor => - { - descriptor.BindFieldsExplicitly() - .Sortable(x => x.Bar) - .Description("custom_description"); - })); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void SortInputType_DynamicName() - { - // arrange - // act - var schema = CreateSchema(s => s.AddType(new SortInputType<Foo>( - d => d - .Name(dep => dep.Name + "Foo") - .DependsOn<StringType>() - .Sortable(x => x.Bar) - ) - ) - ); - - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact] - public void SortInputType_DynamicName_NonGeneric() - { - - // arrange - // act - var schema = CreateSchema(s => s.AddType(new SortInputType<Foo>( - d => d - .Name(dep => dep.Name + "Foo") - .DependsOn(typeof(StringType)) - .Sortable(x => x.Bar) - ) - ) - ); - - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void SortInputType_AddDirectives_NameArgs() - { - // arrange - // act - var schema = CreateSchema(s => s.AddDirectiveType<FooDirectiveType>() - .AddType(new SortInputType<Foo>( - d => d.Directive("foo") - .Sortable(x => x.Bar) - ) - ) - ); - - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void SortInputType_AddDirectives_NameArgs2() - { - // arrange - // act - var schema = CreateSchema(s => s - .AddDirectiveType<FooDirectiveType>() - .AddType(new SortInputType<Foo>(d => d - .Directive("foo").Sortable(x => x.Bar)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Directive_By_Name() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new SortInputType<Foo>(d => - { - d.BindFieldsExplicitly(). - Sortable(x => x.Bar) - .Directive("bar"); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Directive_By_Name_With_Argument() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new SortInputType<Foo>(d => - { - d.BindFieldsExplicitly() - .Sortable(x => x.Bar) - .Directive("bar", - new ArgumentNode("qux", - new StringValueNode("foo"))); - })) - .AddDirectiveType(new DirectiveType(d => d - .Name("bar") - .Location(DirectiveLocation.InputFieldDefinition) - .Argument("qux") - .Type<StringType>()))); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Create_Directive_With_Clr_Type() - { - // arrange - // act - var schema = CreateSchema(builder => - builder.AddType(new SortInputType<Foo>(d => - { - d.BindFieldsExplicitly() - .Sortable(x => x.Bar) - .Directive<FooDirective>(); - })) - .AddDirectiveType(new DirectiveType<FooDirective>(d => d - .Location(DirectiveLocation.InputFieldDefinition)))); - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact] - public void SortInputType_AddDirectives_DirectiveNode() - { - // arrange - // act - var schema = CreateSchema(s => s.AddDirectiveType<FooDirectiveType>() - .AddType(new SortInputType<Foo>( - d => d - .Directive(new DirectiveNode("foo")) - .Sortable(x => x.Bar) - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void SortInputType_AddDirectives_DirectiveClassInstance() - { - // arrange - // act - var schema = CreateSchema(s => s.AddDirectiveType<FooDirectiveType>() - .AddType(new SortInputType<Foo>( - d => d - .Directive(new FooDirective()) - .Sortable(x => x.Bar) - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void SortInputType_AddDirectives_DirectiveType() - { - // arrange - // act - var schema = CreateSchema(s => s.AddDirectiveType<FooDirectiveType>() - .AddType(new SortInputType<Foo>( - d => d - .Directive<FooDirective>() - .Sortable(x => x.Bar) - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void SortInputType_AddDescription() - { - // arrange - // act - var schema = CreateSchema(s => s.AddType(new SortInputType<Foo>( - d => d.Description("Test") - .Sortable(x => x.Bar) - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void SortInputType_AddName() - { - // arrange - // act - var schema = CreateSchema(s => s.AddType(new SortInputType<Foo>( - d => d.Name("Test") - .Sortable(x => x.Bar) - ) - ) - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - private sealed class FooDirectiveType - : DirectiveType<FooDirective> - { - protected override void Configure( - IDirectiveTypeDescriptor<FooDirective> descriptor) - { - descriptor.Name("foo"); - descriptor.Location(DirectiveLocation.InputObject) - .Location(DirectiveLocation.InputFieldDefinition); - } - } - private sealed class FooDirective { } - - private sealed class Foo - { - public bool? NullableBoolean { get; set; } - public string Bar { get; set; } - public string Baz { get; set; } - } - - private sealed class FooEnumerables - { - public string Bar { get; set; } - public List<string> List { get; set; } - public IEnumerable<string> IEnumerable { get; set; } - public HashSet<string> HashSet { get; set; } - public Queue<string> Queue { get; set; } - public Stack<string> Stack { get; set; } - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortMiddlewareTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortMiddlewareTests.cs deleted file mode 100644 index 3ccab235bd3..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortMiddlewareTests.cs +++ /dev/null @@ -1,75 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Execution; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class SortMiddlewareTests -{ - public static IEnumerable<object[]> Data => - new List<object[]> - { - new object[] - { - new[] - { - new Foo {Bar = "baz"}, new Foo {Bar = "qux"}, new Foo {Bar = "quux"} - }, - "AsEnumerable" - }, - new object[] - { - new[] {new Foo {Bar = "baz"}, new Foo {Bar = "qux"}, new Foo {Bar = "quux"}} - .AsQueryable(), - "AsQueryable" - } - }; - - private static void AddField<T>(IObjectTypeDescriptor ctx, T resolvedItems) - { - ctx.Field("foo") - .Resolve(resolvedItems) - .Type<NonNullType<ListType<NonNullType<ObjectType<Foo>>>>>() - .UseSorting(); - } - - [MemberData(nameof(Data))] - [Theory] - public void InvokeAsync(object resolvedItems, string scenarioName) - { - // arrange - var schema = SchemaBuilder.New() - .AddQueryType(ctx => - { - if (resolvedItems is IQueryable<Foo> queryable) - { - AddField(ctx, queryable); - } - else if (resolvedItems is IEnumerable<Foo> enumerable) - { - AddField(ctx, enumerable); - } - }) - .Create(); - - var request = - QueryRequestBuilder.New() - .SetQuery("{ foo(order_by: { bar: DESC}) { bar } }") - .Create(); - - // act - var result = schema.MakeExecutable().Execute(request); - - // assert - result.MatchSnapshot(scenarioName); - } - - private sealed class Foo - { - public string Bar { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortNamingConventionTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortNamingConventionTests.cs deleted file mode 100644 index 4a3d5fae004..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortNamingConventionTests.cs +++ /dev/null @@ -1,105 +0,0 @@ -using HotChocolate.Types.Descriptors; -using Snapshooter.Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class SortingNamingConventionTests : TypeTestBase -{ - - [Fact] - public void Default_Convention() - { - // arrange - // act - var schema = CreateSchema(x => x.AddSortingType()); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Convention_PascalCase() - { - // arrange - // act - var schema = CreateSchema(x => - x.AddConvention<ISortingNamingConvention, SortingNamingConventionPascalCase>() - .AddSortingType() - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - - [Fact] - public void Convention_SnakeCase() - { - // arrange - // act - var schema = CreateSchema(x => - x.AddConvention<ISortingNamingConvention, SortingNamingConventionSnakeCase>() - .AddSortingType() - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Convention_Custom() - { - // arrange - // act - var schema = CreateSchema(x => - x.AddConvention<ISortingNamingConvention, CustomConvention>() - .AddSortingType() - ); - - // assert - schema.ToString().MatchSnapshot(); - } - - private sealed class CustomConvention : SortingNamingConventionSnakeCase - { - public override string ArgumentName => "test"; - - public override string SortKindAscName => "TESTASC"; - - public override string SortKindDescName => "TESTDESC"; - - public override string GetSortingTypeName( - IDescriptorContext context, - Type entityType) - { - return string.Concat(base.GetSortingTypeName(context, entityType), "Test"); - } - - public override string GetSortingOperationKindTypeName( - IDescriptorContext context, - Type entityType) - { - return string.Concat(base.GetSortingOperationKindTypeName(context, entityType), "Test"); - } - } -} - -internal class Foo -{ - public short Comparable { get; set; } -} - -internal static class TestExtension -{ - [Obsolete] - public static ISchemaBuilder AddSortingType(this ISchemaBuilder ctx, Foo[] resolvedItems = null) - { - ctx.AddObjectType(x => x.Name("Test") - .Field("foo") - .Resolve(resolvedItems) - .Type<NonNullType<ListType<NonNullType<ObjectType<Foo>>>>>() - .UseSorting()); - return ctx; - } -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingAttributeTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingAttributeTests.cs deleted file mode 100644 index fa4c5b21c91..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingAttributeTests.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using System.Collections.Generic; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class SortingAttributeTests -{ - [Fact] - public void Use_Attribute_Without_SortType() - { - // act - var schema = SchemaBuilder.New() - .AddQueryType<Query1>() - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public void Use_Attribute_With_SortType() - { - // act - var schema = SchemaBuilder.New() - .AddQueryType<Query2>() - .Create(); - - // assert - schema.ToString().MatchSnapshot(); - } - - public class Query1 - { - [UseSorting] - public IEnumerable<Model> Models { get; } = new List<Model> - { - new Model { Foo = "Abc", Bar = 1 }, - new Model { Foo = "Abc", Bar = 2 } - }; - } - - public class Query2 - { - [UseSorting(SortType = typeof(ModelSortType))] - public IEnumerable<Model> Models { get; } = new List<Model> - { - new Model { Foo = "Abc", Bar = 1 }, - new Model { Foo = "Abc", Bar = 2 } - }; - } - - public class ModelSortType : SortInputType<Model> - { - protected override void Configure(ISortInputTypeDescriptor<Model> descriptor) - { - descriptor.BindFieldsExplicitly().Sortable(t => t.Bar); - } - } - - public class Model - { - public string Foo { get; set; } - - public int Bar { get; set; } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingFieldCollectionExtensionTest.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingFieldCollectionExtensionTest.cs deleted file mode 100644 index c70669afeb7..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingFieldCollectionExtensionTest.cs +++ /dev/null @@ -1,148 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq.Expressions; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Sorting.Extensions; -using HotChocolate.Utilities; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class SortingFieldCollectionExtensionTest -{ - private readonly Expression<Func<Foo, string>> _property; - private readonly PropertyInfo _propertyInfo; - private readonly IDescriptorContext _descriptorContext; - - public SortingFieldCollectionExtensionTest() - { - _property = x => x.Bar; - _propertyInfo = (PropertyInfo)_property.ExtractMember(); - _descriptorContext = DescriptorContext.Create(); - } - - [Fact] - public void GetOrAddDescriptor_Argument_Fields() - { - //arrange - var factory = - () => SortOperationDescriptor.CreateOperation(_propertyInfo, _descriptorContext); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>( - () => SortingFieldCollectionExtensions.GetOrAddDescriptor( - null, _propertyInfo, factory)); - Assert.Equal("fields", assertNullException.ParamName); - } - - - [Fact] - public void GetOrAddDescriptor_Argument_PropertyInfo() - { - //arrange - var factory = - () => SortOperationDescriptor.CreateOperation(_propertyInfo, _descriptorContext); - IList<SortOperationDescriptorBase> list = new List<SortOperationDescriptorBase>(); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>(() => list.GetOrAddDescriptor(null, factory)); - Assert.Equal("propertyInfo", assertNullException.ParamName); - } - - - [Fact] - public void GetOrAddDescriptor_Argument_Factory() - { - //arrange - IList<SortOperationDescriptorBase> list = new List<SortOperationDescriptorBase>(); - - //act - //assert - var assertNullException = - Assert.Throws<ArgumentNullException>( - () => list.GetOrAddDescriptor<SortOperationDescriptor>( - _propertyInfo, null)); - - Assert.Equal("valueFactory", assertNullException.ParamName); - } - - [Fact] - public void GetOrAddDescriptor_Should_AddDescriptorIfNotExists() - { - //arrange - IList<SortOperationDescriptorBase> list = new List<SortOperationDescriptorBase>(); - var descriptor = - SortOperationDescriptor.CreateOperation(_propertyInfo, _descriptorContext); - var valueFactory = () => descriptor; - - //act - var result = - list.GetOrAddDescriptor(_propertyInfo, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(descriptor, list[0]); - Assert.Same(descriptor, result); - } - - [Fact] - public void GetOrAddDescriptor_Should_ReturnDescriptorIfAlreadyExists() - { - //arrange - IList<SortOperationDescriptorBase> list = new List<SortOperationDescriptorBase>(); - var descriptorShouldNotBeRemoved = - SortOperationDescriptor.CreateOperation(_propertyInfo, _descriptorContext); - var newDescriptorShouldNotHaveAnyEffect = - SortOperationDescriptor.CreateOperation(_propertyInfo, _descriptorContext); - var valueFactory = () => newDescriptorShouldNotHaveAnyEffect; - - list.Add(descriptorShouldNotBeRemoved); - - //act - var result = - list.GetOrAddDescriptor(_propertyInfo, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(descriptorShouldNotBeRemoved, list[0]); - Assert.Same(descriptorShouldNotBeRemoved, result); - Assert.NotSame(newDescriptorShouldNotHaveAnyEffect, result); - } - - [Fact] - public void GetOrAddDescriptor_Should_ReplaceDescriptorIfDifferentType() - { - //arrange - IList<SortOperationDescriptorBase> list = new List<SortOperationDescriptorBase>(); - var descriptorToRemove = - IgnoredSortingFieldDescriptor.CreateOperation(_propertyInfo, _descriptorContext); - var descriptorToAdd = - SortOperationDescriptor.CreateOperation(_propertyInfo, _descriptorContext); - var valueFactory = () => descriptorToAdd; - - list.Add(descriptorToRemove); - - //act - var result = - list.GetOrAddDescriptor(_propertyInfo, valueFactory); - - //assert - Assert.Single(list); - Assert.Same(descriptorToAdd, list[0]); - Assert.Same(descriptorToAdd, result); - Assert.NotSame(descriptorToRemove, result); - } - - - private sealed class Foo - { - public string Bar { get; set; } - } - -} \ No newline at end of file diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingTypeAttributeTests.cs b/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingTypeAttributeTests.cs deleted file mode 100644 index 8a2167aae29..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/SortingTypeAttributeTests.cs +++ /dev/null @@ -1,101 +0,0 @@ -using System; -using System.Linq; -using System.Reflection; -using HotChocolate.Types.Descriptors; -using Xunit; - -namespace HotChocolate.Types.Sorting; - -[Obsolete] -public class SortTypeAttributeTests - : TypeTestBase -{ - [Fact] - public void GenericTypeDescriptorAttribute_Changes_Name() - { - // act - var schema = SchemaBuilder.New() - .AddType<SortInputType<FooGeneric>>() - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - // assert - Assert.Equal( - GenericTypeSortAttribute.TypeName, - schema.GetType<SortInputType<FooGeneric>>( - GenericTypeSortAttribute.TypeName).TypeName()); - } - - [Fact] - public void SortOperationFieldAttribute_Changes_Name() - { - // act - var schema = SchemaBuilder.New() - .AddType<SortInputType<FooFields>>() - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - // assert - Assert.NotNull( - schema.GetType<SortInputType<FooFields>>("FooFieldsSort") - .Fields - .FirstOrDefault(x => x.Name == SortFieldAttributeTest.SortOperationField)); - } - - [GenericTypeSortAttribute] - public class FooGeneric - { - public string StringSortTest { get; set; } - } - - [SortFieldAttributeTest] - public class FooFields - { - [SortFieldAttributeTest] - public string String { get; set; } - [SortFieldAttributeTest] - public Bar Bar { get; set; } - } - - public class Bar - { - public string Baz { get; set; } - } - - public class GenericTypeSortAttribute - : DescriptorAttribute - { - public static string TypeName { get; } = "ThisIsATest"; - - protected internal override void TryConfigure( - IDescriptorContext context, - IDescriptor d, - ICustomAttributeProvider element) - { - { - if (d is SortInputTypeDescriptor<FooGeneric> descriptor) - { - descriptor.Name(TypeName); - } - } - } - } - - public class SortFieldAttributeTest - : DescriptorAttribute - { - public static string SortOperationField { get; } = "SortOperationField"; - - protected internal override void TryConfigure( - IDescriptorContext context, - IDescriptor d, - ICustomAttributeProvider element) - { - if (d is SortOperationDescriptor sortOperationDescritor) - { - sortOperationDescritor.Name(SortOperationField); - } - } - } - -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/AsEnumerable.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/AsEnumerable.snap deleted file mode 100644 index 13c7ed8f624..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/AsEnumerable.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foo": [ - { - "bar": "qux" - }, - { - "bar": "quux" - }, - { - "bar": "baz" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/AsQueryable.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/AsQueryable.snap deleted file mode 100644 index 13c7ed8f624..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/AsQueryable.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Kind": "SingleResult", - "Label": null, - "Path": null, - "Data": { - "foo": [ - { - "bar": "qux" - }, - { - "bar": "quux" - }, - { - "bar": "baz" - } - ] - }, - "Items": null, - "Errors": null, - "Extensions": null, - "Incremental": null, - "ContextData": null, - "HasNext": null -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/QueryableSortVisitorTests.Sort_ComparableAsc_PrefilterInResolver.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/QueryableSortVisitorTests.Sort_ComparableAsc_PrefilterInResolver.snap deleted file mode 100644 index d3ef6b18dba..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/QueryableSortVisitorTests.Sort_ComparableAsc_PrefilterInResolver.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Data": { - "foo": [ - { - "bar": "baz" - }, - { - "bar": "zz" - }, - { - "bar": "aa" - } - ] - }, - "Extensions": {}, - "Errors": [], - "ContextData": {} -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_FirstAddThenIgnoreBar.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_FirstAddThenIgnoreBar.snap deleted file mode 100644 index 30609fd2c69..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_FirstAddThenIgnoreBar.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BazSort { - bazProperty: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_FirstIgnoreThenAddBar.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_FirstIgnoreThenAddBar.snap deleted file mode 100644 index 4aac485587a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_FirstIgnoreThenAddBar.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BazSort { - barProperty: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_OverrideDescriptor.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_OverrideDescriptor.snap deleted file mode 100644 index 86c4c68c018..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_OverrideDescriptor.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_OverrideObjectDescriptor.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_OverrideObjectDescriptor.snap deleted file mode 100644 index 59f9444aab1..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Bind_Sort_SortDescirptor_OverrideObjectDescriptor.snap +++ /dev/null @@ -1,23 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - bar: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Description_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Description_Explicitly.snap deleted file mode 100644 index e53f081d238..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Description_Explicitly.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - "custom_description" - bar: BarSort -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_By_Name.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_By_Name.snap deleted file mode 100644 index 8cce6d158d8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_By_Name.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - bar: BarSort @bar -} - -enum SortOperationKind { - ASC - DESC -} - -directive @bar on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_By_Name_With_Argument.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_By_Name_With_Argument.snap deleted file mode 100644 index 827bfc740da..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_By_Name_With_Argument.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - bar: BarSort @bar(qux: "foo") -} - -enum SortOperationKind { - ASC - DESC -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_With_Clr_Type.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_With_Clr_Type.snap deleted file mode 100644 index f4042b40657..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Directive_With_Clr_Type.snap +++ /dev/null @@ -1,30 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - bar: BarSort @foo -} - -enum SortOperationKind { - ASC - DESC -} - -directive @foo on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Explicit_Sorting.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Explicit_Sorting.snap deleted file mode 100644 index 3218cf3b85c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Explicit_Sorting.snap +++ /dev/null @@ -1,26 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind -} - -input FooSort { - bar: BarSort -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Explicit_Sorting_ByType.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Explicit_Sorting_ByType.snap deleted file mode 100644 index 4a5433a4b78..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Explicit_Sorting_ByType.snap +++ /dev/null @@ -1,28 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - bar: BarSort -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting.snap deleted file mode 100644 index 4a5433a4b78..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting.snap +++ /dev/null @@ -1,28 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - bar: BarSort -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_NoBindInvocation.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_NoBindInvocation.snap deleted file mode 100644 index 4a5433a4b78..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_NoBindInvocation.snap +++ /dev/null @@ -1,28 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - bar: BarSort -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithIgnoredField.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithIgnoredField.snap deleted file mode 100644 index 30609fd2c69..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithIgnoredField.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BazSort { - bazProperty: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithIgnoredField2.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithIgnoredField2.snap deleted file mode 100644 index 30609fd2c69..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithIgnoredField2.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BazSort { - bazProperty: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithRenamedField.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithRenamedField.snap deleted file mode 100644 index a1396b637fd..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputObjectTypeTests.Create_Implicit_Sorting_WithRenamedField.snap +++ /dev/null @@ -1,28 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input BarSort { - barProperty: SortOperationKind - baz: BazSort -} - -input BazSort { - barProperty: SortOperationKind - bazProperty: SortOperationKind -} - -input FooSort { - quux: BarSort -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Description_Explicitly.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Description_Explicitly.snap deleted file mode 100644 index 3670572e8eb..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Description_Explicitly.snap +++ /dev/null @@ -1,19 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - "custom_description" - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_By_Name.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_By_Name.snap deleted file mode 100644 index 80633faa80a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_By_Name.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - bar: SortOperationKind @bar -} - -enum SortOperationKind { - ASC - DESC -} - -directive @bar on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_By_Name_With_Argument.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_By_Name_With_Argument.snap deleted file mode 100644 index a73e1bed597..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_By_Name_With_Argument.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - bar: SortOperationKind @bar(qux: "foo") -} - -enum SortOperationKind { - ASC - DESC -} - -directive @bar(qux: String) on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_With_Clr_Type.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_With_Clr_Type.snap deleted file mode 100644 index 1c2e9eec717..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Directive_With_Clr_Type.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - bar: SortOperationKind @foo -} - -enum SortOperationKind { - ASC - DESC -} - -directive @foo on INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Explicit_Sorting.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Explicit_Sorting.snap deleted file mode 100644 index 2146bbbea48..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Explicit_Sorting.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Global_Explicit_Sorting.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Global_Explicit_Sorting.snap deleted file mode 100644 index 2146bbbea48..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Global_Explicit_Sorting.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting.snap deleted file mode 100644 index 837e3162a61..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - nullableBoolean: SortOperationKind - bar: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_EnumerablesShouldNotBeGenerated.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_EnumerablesShouldNotBeGenerated.snap deleted file mode 100644 index e717f6f1d8b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_EnumerablesShouldNotBeGenerated.snap +++ /dev/null @@ -1,18 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooEnumerablesSort { - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_NoBindInvocation.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_NoBindInvocation.snap deleted file mode 100644 index 837e3162a61..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_NoBindInvocation.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - nullableBoolean: SortOperationKind - bar: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_WithIgnoredField.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_WithIgnoredField.snap deleted file mode 100644 index 95cd9713088..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_WithIgnoredField.snap +++ /dev/null @@ -1,19 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - nullableBoolean: SortOperationKind - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_WithRenamedField.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_WithRenamedField.snap deleted file mode 100644 index 971e8b2d03a..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.Create_Implicit_Sorting_WithRenamedField.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort { - quux: SortOperationKind - nullableBoolean: SortOperationKind - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDescription.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDescription.snap deleted file mode 100644 index 6d6eea0d16c..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDescription.snap +++ /dev/null @@ -1,21 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -"Test" -input FooSort { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveClassInstance.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveClassInstance.snap deleted file mode 100644 index ea22f0da4ae..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveClassInstance.snap +++ /dev/null @@ -1,22 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort @foo { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveNode.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveNode.snap deleted file mode 100644 index ea22f0da4ae..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveNode.snap +++ /dev/null @@ -1,22 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort @foo { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveType.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveType.snap deleted file mode 100644 index ea22f0da4ae..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_DirectiveType.snap +++ /dev/null @@ -1,22 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort @foo { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_NameArgs.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_NameArgs.snap deleted file mode 100644 index ea22f0da4ae..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_NameArgs.snap +++ /dev/null @@ -1,22 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort @foo { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_NameArgs2.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_NameArgs2.snap deleted file mode 100644 index ea22f0da4ae..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddDirectives_NameArgs2.snap +++ /dev/null @@ -1,22 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input FooSort @foo { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @foo on INPUT_OBJECT | INPUT_FIELD_DEFINITION - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddName.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddName.snap deleted file mode 100644 index a855a41b4c9..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_AddName.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input Test { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_DynamicName.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_DynamicName.snap deleted file mode 100644 index 71eceb6f59b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_DynamicName.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input StringFoo { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_DynamicName_NonGeneric.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_DynamicName_NonGeneric.snap deleted file mode 100644 index 71eceb6f59b..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortInputTypeTests.SortInputType_DynamicName_NonGeneric.snap +++ /dev/null @@ -1,20 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String -} - -input StringFoo { - bar: SortOperationKind - nullableBoolean: SortOperationKind - baz: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortMiddlewareTests.InvokeAsync.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortMiddlewareTests.InvokeAsync.snap deleted file mode 100644 index 13077a4e8b6..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortMiddlewareTests.InvokeAsync.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Data": { - "foo": [ - { - "bar": "qux" - }, - { - "bar": "quux" - }, - { - "bar": "baz" - } - ] - }, - "Extensions": {}, - "Errors": [], - "ContextData": {} -} diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingAttributeTests.Use_Attribute_With_SortType.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingAttributeTests.Use_Attribute_With_SortType.snap deleted file mode 100644 index 2126298696e..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingAttributeTests.Use_Attribute_With_SortType.snap +++ /dev/null @@ -1,23 +0,0 @@ -schema { - query: Query2 -} - -type Model { - foo: String - bar: Int! -} - -type Query2 { - models(order_by: ModelSort): [Model] -} - -input ModelSort { - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingAttributeTests.Use_Attribute_Without_SortType.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingAttributeTests.Use_Attribute_Without_SortType.snap deleted file mode 100644 index 4c35b76c5af..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingAttributeTests.Use_Attribute_Without_SortType.snap +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query1 -} - -type Model { - foo: String - bar: Int! -} - -type Query1 { - models(order_by: ModelSort): [Model] -} - -input ModelSort { - foo: SortOperationKind - bar: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_Custom.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_Custom.snap deleted file mode 100644 index a2da14416f3..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_Custom.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Foo { - comparable: Short! -} - -type Query { - foo: String -} - -type Test { - foo(test: FooSortTest): [Foo!]! -} - -input FooSortTest { - comparable: SortOperationKindTest -} - -enum SortOperationKindTest { - TESTASC - TESTDESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_PascalCase.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_PascalCase.snap deleted file mode 100644 index 052741141a8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_PascalCase.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Foo { - comparable: Short! -} - -type Query { - foo: String -} - -type Test { - foo(OrderBy: FooSort): [Foo!]! -} - -input FooSort { - comparable: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_SnakeCase.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_SnakeCase.snap deleted file mode 100644 index d281b7da1c8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Convention_SnakeCase.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Foo { - comparable: Short! -} - -type Query { - foo: String -} - -type Test { - foo(order_by: FooSort): [Foo!]! -} - -input FooSort { - comparable: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Default_Convention.snap b/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Default_Convention.snap deleted file mode 100644 index d281b7da1c8..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/__snapshots__/SortingNamingConventionTests.Default_Convention.snap +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -type Foo { - comparable: Short! -} - -type Query { - foo: String -} - -type Test { - foo(order_by: FooSort): [Foo!]! -} - -input FooSort { - comparable: SortOperationKind -} - -enum SortOperationKind { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short diff --git a/src/HotChocolate/Filters/test/Types.Sorting.Tests/packages.lock.json b/src/HotChocolate/Filters/test/Types.Sorting.Tests/packages.lock.json deleted file mode 100644 index a702c19fd76..00000000000 --- a/src/HotChocolate/Filters/test/Types.Sorting.Tests/packages.lock.json +++ /dev/null @@ -1,4661 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1", - "System.ComponentModel.Annotations": "5.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.1", - "contentHash": "pZRDYdN1FpepOIfHU62QoBQ6zdAoTvnjxFfqAzEd9Jhb2dfhA5i6jeTdgGgcgTWFRC7oT0+3XrbQu4LjvgX1Nw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "70vWLYeeCRCm29s1bgXoH7CqTaGWoCmcn2VS0uM7xFHmYS7c+DIA1OEZSnw4zHyDT5fYFwQFOm53vrFbL47UXw==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "NxiqndHd05xbGnPFR51DLXhBY1Ye64Zao1UsxBH2Ly71H6j2k4XC1KHdwz3EodOty8PSrJs3dRn58o1DcCvN6w==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "7.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "7.0.3", - "contentHash": "tqxG0578cQEoOQcg6QcDnJ6rCcMClzge8F3z/ypY4VyiaL3TG323xsmedldsQK39PyVPSwLPXzXIp8m3bTZ1Mw==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "7.0.3", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Options": "7.0.1" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.types.sorting": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.tests": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Types.Tests.Documentation": "[0.0.0, )", - "Microsoft.Extensions.Identity.Core": "[7.0.3, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.types.tests.documentation": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/.graphqlrc.json b/src/HotChocolate/Neo4J/.graphqlrc.json deleted file mode 100644 index daa5a839adb..00000000000 --- a/src/HotChocolate/Neo4J/.graphqlrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projects": [] -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/.vscode/tasks.json b/src/HotChocolate/Neo4J/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/Neo4J/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/Directory.Build.props b/src/HotChocolate/Neo4J/Directory.Build.props deleted file mode 100644 index ac9d1a88380..00000000000 --- a/src/HotChocolate/Neo4J/Directory.Build.props +++ /dev/null @@ -1,10 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <TargetFrameworks>$(Library2TargetFrameworks)</TargetFrameworks> - <Nullable>enable</Nullable> - <ImplicitUsings>enable</ImplicitUsings> - </PropertyGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/HotChocolate.Neo4J.sln b/src/HotChocolate/Neo4J/HotChocolate.Neo4J.sln deleted file mode 100644 index d7431b7250f..00000000000 --- a/src/HotChocolate/Neo4J/HotChocolate.Neo4J.sln +++ /dev/null @@ -1,253 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26124.0 -MinimumVisualStudioVersion = 15.0.26124.0 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{381E7519-8284-4D97-A28C-AF8B1F79C11B}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J", "src\Data\HotChocolate.Data.Neo4J.csproj", "{5219FDEE-0427-4429-BDBE-76DC00742027}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{828618C0-B8D0-4AEC-984C-99B759FA523F}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".referenced", ".referenced", "{E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data", "..\Data\src\Data\HotChocolate.Data.csproj", "{DD34372A-EDF5-4C38-B27F-A4BB629B5765}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Core", "..\Core\src\Core\HotChocolate.Core.csproj", "{B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Types", "..\Core\src\Types\HotChocolate.Types.csproj", "{14CBD606-F6E1-44D5-9822-468D1562D844}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Types.CursorPagination", "..\Core\src\Types.CursorPagination\HotChocolate.Types.CursorPagination.csproj", "{F68E902F-CE0C-4835-8159-04BCC2A06E95}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Types.OffsetPagination", "..\Core\src\Types.OffsetPagination\HotChocolate.Types.OffsetPagination.csproj", "{2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Utilities", "..\Utilities\src\Utilities\HotChocolate.Utilities.csproj", "{66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Abstractions", "..\Core\src\Abstractions\HotChocolate.Abstractions.csproj", "{384C2579-EBEF-44DC-8F54-2B9558E07ADB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J.Language.Tests", "test\Data.Neo4J.Language.Tests\HotChocolate.Data.Neo4J.Language.Tests.csproj", "{8325D43F-3F12-4C4F-8887-5FA714AA8EC7}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J.Filtering.Tests", "test\Data.Neo4J.Filtering.Tests\HotChocolate.Data.Neo4J.Filtering.Tests.csproj", "{81EC7457-71A6-4E87-943A-DBA5059599F7}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J.Sorting.Tests", "test\Data.Neo4J.Sorting.Tests\HotChocolate.Data.Neo4J.Sorting.Tests.csproj", "{FE82E164-96FE-4C44-B241-D19C2387A2C9}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J.Projections.Tests", "test\Data.Neo4J.Projections.Tests\HotChocolate.Data.Neo4J.Projections.Tests.csproj", "{B8CDE36A-9FD3-479E-AB8A-245082523D00}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J.Paging.Tests", "test\Data.Neo4J.Paging.Tests\HotChocolate.Data.Neo4J.Paging.Tests.csproj", "{2A4849BE-4105-4068-B1FD-D875094EE619}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J.Integration.Tests", "test\Data.Neo4J.Integration.Tests\HotChocolate.Data.Neo4J.Integration.Tests.csproj", "{2AB0B430-5150-4983-B62E-E7DD7FABBB3B}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Data.Neo4J.Testing", "test\Data.Neo4J.Testing\HotChocolate.Data.Neo4J.Testing.csproj", "{E6631F91-84AC-4C01-8A9A-1586378F27C1}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5219FDEE-0427-4429-BDBE-76DC00742027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Debug|x64.ActiveCfg = Debug|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Debug|x64.Build.0 = Debug|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Debug|x86.ActiveCfg = Debug|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Debug|x86.Build.0 = Debug|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Release|Any CPU.Build.0 = Release|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Release|x64.ActiveCfg = Release|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Release|x64.Build.0 = Release|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Release|x86.ActiveCfg = Release|Any CPU - {5219FDEE-0427-4429-BDBE-76DC00742027}.Release|x86.Build.0 = Release|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Debug|x64.ActiveCfg = Debug|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Debug|x64.Build.0 = Debug|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Debug|x86.ActiveCfg = Debug|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Debug|x86.Build.0 = Debug|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Release|Any CPU.Build.0 = Release|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Release|x64.ActiveCfg = Release|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Release|x64.Build.0 = Release|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Release|x86.ActiveCfg = Release|Any CPU - {DD34372A-EDF5-4C38-B27F-A4BB629B5765}.Release|x86.Build.0 = Release|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Debug|x64.ActiveCfg = Debug|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Debug|x64.Build.0 = Debug|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Debug|x86.ActiveCfg = Debug|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Debug|x86.Build.0 = Debug|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Release|Any CPU.Build.0 = Release|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Release|x64.ActiveCfg = Release|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Release|x64.Build.0 = Release|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Release|x86.ActiveCfg = Release|Any CPU - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741}.Release|x86.Build.0 = Release|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Debug|Any CPU.Build.0 = Debug|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Debug|x64.ActiveCfg = Debug|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Debug|x64.Build.0 = Debug|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Debug|x86.ActiveCfg = Debug|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Debug|x86.Build.0 = Debug|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Release|Any CPU.ActiveCfg = Release|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Release|Any CPU.Build.0 = Release|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Release|x64.ActiveCfg = Release|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Release|x64.Build.0 = Release|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Release|x86.ActiveCfg = Release|Any CPU - {14CBD606-F6E1-44D5-9822-468D1562D844}.Release|x86.Build.0 = Release|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Debug|x64.ActiveCfg = Debug|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Debug|x64.Build.0 = Debug|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Debug|x86.ActiveCfg = Debug|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Debug|x86.Build.0 = Debug|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Release|Any CPU.Build.0 = Release|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Release|x64.ActiveCfg = Release|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Release|x64.Build.0 = Release|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Release|x86.ActiveCfg = Release|Any CPU - {F68E902F-CE0C-4835-8159-04BCC2A06E95}.Release|x86.Build.0 = Release|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Debug|x64.ActiveCfg = Debug|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Debug|x64.Build.0 = Debug|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Debug|x86.ActiveCfg = Debug|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Debug|x86.Build.0 = Debug|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Release|Any CPU.Build.0 = Release|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Release|x64.ActiveCfg = Release|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Release|x64.Build.0 = Release|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Release|x86.ActiveCfg = Release|Any CPU - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155}.Release|x86.Build.0 = Release|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Debug|x64.ActiveCfg = Debug|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Debug|x64.Build.0 = Debug|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Debug|x86.ActiveCfg = Debug|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Debug|x86.Build.0 = Debug|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Release|Any CPU.Build.0 = Release|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Release|x64.ActiveCfg = Release|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Release|x64.Build.0 = Release|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Release|x86.ActiveCfg = Release|Any CPU - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D}.Release|x86.Build.0 = Release|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Debug|x64.ActiveCfg = Debug|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Debug|x64.Build.0 = Debug|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Debug|x86.ActiveCfg = Debug|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Debug|x86.Build.0 = Debug|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Release|Any CPU.Build.0 = Release|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Release|x64.ActiveCfg = Release|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Release|x64.Build.0 = Release|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Release|x86.ActiveCfg = Release|Any CPU - {384C2579-EBEF-44DC-8F54-2B9558E07ADB}.Release|x86.Build.0 = Release|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Debug|x64.ActiveCfg = Debug|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Debug|x64.Build.0 = Debug|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Debug|x86.ActiveCfg = Debug|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Debug|x86.Build.0 = Debug|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Release|Any CPU.Build.0 = Release|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Release|x64.ActiveCfg = Release|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Release|x64.Build.0 = Release|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Release|x86.ActiveCfg = Release|Any CPU - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7}.Release|x86.Build.0 = Release|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Debug|x64.ActiveCfg = Debug|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Debug|x64.Build.0 = Debug|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Debug|x86.ActiveCfg = Debug|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Debug|x86.Build.0 = Debug|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Release|Any CPU.Build.0 = Release|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Release|x64.ActiveCfg = Release|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Release|x64.Build.0 = Release|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Release|x86.ActiveCfg = Release|Any CPU - {81EC7457-71A6-4E87-943A-DBA5059599F7}.Release|x86.Build.0 = Release|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Debug|x64.ActiveCfg = Debug|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Debug|x64.Build.0 = Debug|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Debug|x86.ActiveCfg = Debug|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Debug|x86.Build.0 = Debug|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Release|Any CPU.Build.0 = Release|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Release|x64.ActiveCfg = Release|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Release|x64.Build.0 = Release|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Release|x86.ActiveCfg = Release|Any CPU - {FE82E164-96FE-4C44-B241-D19C2387A2C9}.Release|x86.Build.0 = Release|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Debug|x64.ActiveCfg = Debug|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Debug|x64.Build.0 = Debug|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Debug|x86.ActiveCfg = Debug|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Debug|x86.Build.0 = Debug|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Release|Any CPU.Build.0 = Release|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Release|x64.ActiveCfg = Release|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Release|x64.Build.0 = Release|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Release|x86.ActiveCfg = Release|Any CPU - {B8CDE36A-9FD3-479E-AB8A-245082523D00}.Release|x86.Build.0 = Release|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Debug|x64.ActiveCfg = Debug|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Debug|x64.Build.0 = Debug|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Debug|x86.ActiveCfg = Debug|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Debug|x86.Build.0 = Debug|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Release|Any CPU.Build.0 = Release|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Release|x64.ActiveCfg = Release|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Release|x64.Build.0 = Release|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Release|x86.ActiveCfg = Release|Any CPU - {2A4849BE-4105-4068-B1FD-D875094EE619}.Release|x86.Build.0 = Release|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Debug|x64.ActiveCfg = Debug|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Debug|x64.Build.0 = Debug|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Debug|x86.ActiveCfg = Debug|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Debug|x86.Build.0 = Debug|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Release|Any CPU.Build.0 = Release|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Release|x64.ActiveCfg = Release|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Release|x64.Build.0 = Release|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Release|x86.ActiveCfg = Release|Any CPU - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B}.Release|x86.Build.0 = Release|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Debug|x64.ActiveCfg = Debug|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Debug|x64.Build.0 = Debug|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Debug|x86.ActiveCfg = Debug|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Debug|x86.Build.0 = Debug|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Release|Any CPU.Build.0 = Release|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Release|x64.ActiveCfg = Release|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Release|x64.Build.0 = Release|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Release|x86.ActiveCfg = Release|Any CPU - {E6631F91-84AC-4C01-8A9A-1586378F27C1}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {5219FDEE-0427-4429-BDBE-76DC00742027} = {381E7519-8284-4D97-A28C-AF8B1F79C11B} - {DD34372A-EDF5-4C38-B27F-A4BB629B5765} = {E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A} - {B45BC2EA-44DA-4A7B-B6C0-8AA2B7558741} = {E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A} - {14CBD606-F6E1-44D5-9822-468D1562D844} = {E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A} - {F68E902F-CE0C-4835-8159-04BCC2A06E95} = {E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A} - {2AA2940D-DD68-4A9F-84A5-2A5E7F4F1155} = {E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A} - {66CE0347-8424-4CFF-AA7C-BEAEEE5D145D} = {E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A} - {384C2579-EBEF-44DC-8F54-2B9558E07ADB} = {E877FDC6-C10E-4FA7-B95E-D5E271E3DD7A} - {8325D43F-3F12-4C4F-8887-5FA714AA8EC7} = {828618C0-B8D0-4AEC-984C-99B759FA523F} - {81EC7457-71A6-4E87-943A-DBA5059599F7} = {828618C0-B8D0-4AEC-984C-99B759FA523F} - {FE82E164-96FE-4C44-B241-D19C2387A2C9} = {828618C0-B8D0-4AEC-984C-99B759FA523F} - {B8CDE36A-9FD3-479E-AB8A-245082523D00} = {828618C0-B8D0-4AEC-984C-99B759FA523F} - {2A4849BE-4105-4068-B1FD-D875094EE619} = {828618C0-B8D0-4AEC-984C-99B759FA523F} - {2AB0B430-5150-4983-B62E-E7DD7FABBB3B} = {828618C0-B8D0-4AEC-984C-99B759FA523F} - {E6631F91-84AC-4C01-8A9A-1586378F27C1} = {828618C0-B8D0-4AEC-984C-99B759FA523F} - EndGlobalSection -EndGlobal diff --git a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JCypherAttribute.cs b/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JCypherAttribute.cs deleted file mode 100644 index 00ba0aa043b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JCypherAttribute.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System.Reflection; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Data.Neo4J; - -public class Neo4JCypherAttribute - : ObjectFieldDescriptorAttribute -{ - private readonly string _statement; - - public Neo4JCypherAttribute(string statement) - { - _statement = statement; - } - - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - descriptor - .Extend() - .OnBeforeCreate(x => x.ContextData.Add(nameof(Neo4JCypherAttribute), _statement)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JIgnoreAttribute.cs b/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JIgnoreAttribute.cs deleted file mode 100644 index b66ccc37d42..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JIgnoreAttribute.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System.Reflection; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Data.Neo4J; - -/// <summary> -/// If this is used on a field it will be ignored. -/// </summary> -public class Neo4JIgnoreAttribute - : ObjectFieldDescriptorAttribute -{ - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - descriptor - .Extend() - .OnBeforeCreate(x => x.ContextData.Add(nameof(Neo4JIgnoreAttribute), null)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JNodeAttribute.cs b/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JNodeAttribute.cs deleted file mode 100644 index b58848c899c..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JNodeAttribute.cs +++ /dev/null @@ -1,27 +0,0 @@ -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Data.Neo4J; - -public class Neo4JNodeAttribute : ObjectTypeDescriptorAttribute -{ - public Neo4JNodeAttribute(string key, params string[] labels) - { - Key = key; - Labels = labels; - } - - public string Key { get; } - - public string[] Labels { get; } - - protected override void OnConfigure( - IDescriptorContext context, - IObjectTypeDescriptor descriptor, - Type type) - { - descriptor - .Extend() - .OnBeforeCreate(x => x.ContextData.Add(nameof(Neo4JNodeAttribute), this)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JNodeIdAttribute.cs b/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JNodeIdAttribute.cs deleted file mode 100644 index c3c46e9070e..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JNodeIdAttribute.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.Data.Neo4J; - -[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] -public class Neo4JNodeIdAttribute : Attribute -{ -} diff --git a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JRelationshipAttribute.cs b/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JRelationshipAttribute.cs deleted file mode 100644 index 833c27cf32f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4JRelationshipAttribute.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Data.Neo4J; - -public class Neo4JRelationshipAttribute - : ObjectFieldDescriptorAttribute -{ - public Neo4JRelationshipAttribute(string name) - { - Name = name; - } - - public Neo4JRelationshipAttribute( - string name, - RelationshipDirection direction) - { - Name = name; - Direction = direction; - } - - public string Name { get; } - - public RelationshipDirection Direction { get; } = RelationshipDirection.Outgoing; - - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - descriptor - .Extend() - .OnBeforeCreate(x => x.ContextData.Add(nameof(Neo4JRelationshipAttribute), this)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4jDateTimeAttribute.cs b/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4jDateTimeAttribute.cs deleted file mode 100644 index ba45e679fc4..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Attributes/Neo4jDateTimeAttribute.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Reflection; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Data.Neo4J; - -/// <summary> -/// If this is used on a <see cref="System.DateTime"/> property - it will be serialized as a -/// Neo4j Date object rather than a string. -/// </summary> -public class Neo4JDateTimeAttribute - : ObjectFieldDescriptorAttribute -{ - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - descriptor - .Extend() - .OnBeforeCreate(x => x.ContextData.Add(nameof(Neo4JDateTimeAttribute), null)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Attributes/UseNeo4JDbAttribute.cs b/src/HotChocolate/Neo4J/src/Data/Attributes/UseNeo4JDbAttribute.cs deleted file mode 100644 index 1cbfd75fffe..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Attributes/UseNeo4JDbAttribute.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Data.Neo4J; - -public class UseNeo4JDatabaseAttribute - : ObjectFieldDescriptorAttribute -{ - private readonly string _databaseName; - - public UseNeo4JDatabaseAttribute(string databaseName, [CallerLineNumber] int order = 0) - { - _databaseName = databaseName; - Order = order; - } - - protected override void OnConfigure( - IDescriptorContext context, - IObjectFieldDescriptor descriptor, - MemberInfo member) - { - descriptor.UseAsyncSessionWithDatabase(_databaseName); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Driver/RecordExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Driver/RecordExtensions.cs deleted file mode 100644 index d952b5e08b9..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Driver/RecordExtensions.cs +++ /dev/null @@ -1,11 +0,0 @@ -using Neo4j.Driver; - -namespace HotChocolate.Data.Neo4J; - -internal static class RecordExtensions -{ - public static TReturn Map<TReturn>(this IRecord record) - { - return ValueMapper.MapValue<TReturn>(record[0]); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Driver/RelationshipDirection.cs b/src/HotChocolate/Neo4J/src/Data/Driver/RelationshipDirection.cs deleted file mode 100644 index d3d54fe9230..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Driver/RelationshipDirection.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.Data.Neo4J; - -public enum RelationshipDirection -{ - Outgoing, - Incoming, - None -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Driver/ResultCursorExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Driver/ResultCursorExtensions.cs deleted file mode 100644 index a8f9d7c1399..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Driver/ResultCursorExtensions.cs +++ /dev/null @@ -1,26 +0,0 @@ -using Neo4j.Driver; - -namespace HotChocolate.Data.Neo4J; - -internal static class ResultCursorExtensions -{ - public static async Task<List<TReturn>> MapAsync<TReturn>(this IResultCursor resultCursor) - { - return await resultCursor - .MapAsync(record => record.Map<TReturn>()) - .ConfigureAwait(false); - } - - private static async Task<List<TReturn>> MapAsync<TReturn>( - this IResultCursor resultCursor, - Func<IRecord, TReturn> mapFunc) - { - var list = new List<TReturn>(); - while (await resultCursor.FetchAsync().ConfigureAwait(false)) - { - list.Add(mapFunc(resultCursor.Current)); - } - - return list; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/ErrorHelper.cs b/src/HotChocolate/Neo4J/src/Data/ErrorHelper.cs deleted file mode 100644 index 0ecd88451b4..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/ErrorHelper.cs +++ /dev/null @@ -1,53 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Sorting; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J; - -internal static class ErrorHelper -{ - public static IError CreateNonNullError<T>( - IFilterField field, - IValueNode value, - IFilterVisitorContext<T> context, - bool isMemberInvalid = false) - { - var filterType = context.Types.OfType<IFilterInputType>().First(); - - INullabilityNode nullability = - isMemberInvalid && field.Type.IsListType() - ? new ListNullabilityNode(null, new RequiredModifierNode(null, null)) - : new RequiredModifierNode(null, null); - - return ErrorBuilder.New() - .SetMessage( - Neo4JResources.ErrorHelper_Filtering_CreateNonNullError, - context.Operations.Peek().Name, - filterType.Print()) - .AddLocation(value) - .SetCode(ErrorCodes.Data.NonNullError) - .SetExtension("expectedType", field.Type.RewriteNullability(nullability).Print()) - .SetExtension("filterType", filterType.Print()) - .Build(); - } - - public static IError CreateNonNullError<T>( - ISortField field, - IValueNode value, - ISortVisitorContext<T> context) - { - var sortType = context.Types.OfType<ISortInputType>().First(); - - return ErrorBuilder.New() - .SetMessage( - Neo4JResources.ErrorHelper_Filtering_CreateNonNullError, - context.Fields.Peek().Name, - sortType.Print()) - .AddLocation(value) - .SetCode(ErrorCodes.Data.NonNullError) - .SetExtension("expectedType", new NonNullType(field.Type).Print()) - .SetExtension("sortType", sortType.Print()) - .Build(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Execution/CollectionMapper`1.cs b/src/HotChocolate/Neo4J/src/Data/Execution/CollectionMapper`1.cs deleted file mode 100644 index b9f0abb9016..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Execution/CollectionMapper`1.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Collections; -using ServiceStack.Text; - -namespace HotChocolate.Data.Neo4J; - -internal class CollectionMapper<TResult> : ICollectionMapper -{ - public IEnumerable MapValues(IEnumerable fromList, Type toInstanceOfType) - { - var to = (ICollection<TResult>)TranslateListWithElements<TResult> - .CreateInstance(toInstanceOfType); - - foreach (var item in fromList) - { - to.Add(ValueMapper.MapValue<TResult>(item)); - } - - return to; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Execution/INeo4JExecutable.cs b/src/HotChocolate/Neo4J/src/Data/Execution/INeo4JExecutable.cs deleted file mode 100644 index 49dc95bf374..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Execution/INeo4JExecutable.cs +++ /dev/null @@ -1,31 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Neo4J.Sorting; - -namespace HotChocolate.Data.Neo4J.Execution; - -/// <summary> -/// Represents a executable for Neo4j database. -/// </summary> -public interface INeo4JExecutable : IExecutable -{ - /// <summary> - /// Applies the filter definition to the executable - /// </summary> - /// <param name="filters">The filter definition</param> - /// <returns>A executable that contains the filter definition</returns> - INeo4JExecutable WithFiltering(CompoundCondition filters); - - /// <summary> - /// Applies the sorting definition to the executable - /// </summary> - /// <param name="sorting">The sorting definition</param> - /// <returns>A executable that contains the sorting definition</returns> - INeo4JExecutable WithSorting(Neo4JSortDefinition[] sorting); - - /// <summary> - /// Applies the projection definition to the executable - /// </summary> - /// <param name="projection">The projection definition</param> - /// <returns>A executable that contains the projection definition</returns> - INeo4JExecutable WithProjection(object[] projection); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Execution/Interfaces/ICollectionMapper.cs b/src/HotChocolate/Neo4J/src/Data/Execution/Interfaces/ICollectionMapper.cs deleted file mode 100644 index bdcb167a7a0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Execution/Interfaces/ICollectionMapper.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System.Collections; - -namespace HotChocolate.Data.Neo4J; - -internal interface ICollectionMapper -{ - IEnumerable MapValues(IEnumerable fromList, Type toInstanceOfType); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Execution/Neo4JExecutable.cs b/src/HotChocolate/Neo4J/src/Data/Execution/Neo4JExecutable.cs deleted file mode 100644 index 07a4a47fb2a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Execution/Neo4JExecutable.cs +++ /dev/null @@ -1,181 +0,0 @@ -using System.Collections; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Neo4J.Sorting; -using HotChocolate.Language; -using Neo4j.Driver; - -namespace HotChocolate.Data.Neo4J.Execution; - -/// <summary> -/// Represents a executable for Neo4j database. -/// </summary> -public class Neo4JExecutable<T> - : INeo4JExecutable - , IExecutable<T> -{ - private static Node Node => Cypher.NamedNode(typeof(T).Name); - - private readonly IAsyncSession _session; - - /// <summary> - /// The filter definition that was set by <see cref="WithFiltering"/> - /// </summary> - private CompoundCondition? _filters; - - /// <summary> - /// The sort definition that was set by <see cref="WithSorting"/> - /// </summary> - private Neo4JSortDefinition[]? _sorting; - - /// <summary> - /// The projection definition that was set by <see cref="WithProjection"/> - /// </summary> - private object[]? _projection; - - /// <summary> - /// The skip paging definition - /// </summary> - private int? _skip; - - /// <summary> - /// The limit paging definition - /// </summary> - private int? _limit; - - public Neo4JExecutable(IAsyncSession session) - { - _session = session; - } - - /// <inheritdoc /> - public object Source => _session; - - /// <inheritdoc /> - public async ValueTask<IList> ToListAsync(CancellationToken cancellationToken) - { - var cursor = await _session.RunAsync(Pipeline().Build()); - return await cursor.MapAsync<T>().ConfigureAwait(false); - } - - /// <inheritdoc /> - public ValueTask<object?> FirstOrDefaultAsync(CancellationToken cancellationToken) - { - throw new NotImplementedException(); - } - - /// <inheritdoc /> - public ValueTask<object?> SingleOrDefaultAsync(CancellationToken cancellationToken) - { - throw new NotImplementedException(); - } - - /// <inheritdoc /> - public string Print() => Pipeline().Build(); - - public Neo4JExecutable<T> WithSkip(int skip) - { - _skip = skip; - return this; - } - - public Neo4JExecutable<T> WithLimit(int limit) - { - _limit = limit; - return this; - } - - /// <inheritdoc /> - public INeo4JExecutable WithFiltering(CompoundCondition filters) - { - if (!filters.IsEmpty) - { - _filters = filters; - } - - return this; - } - - /// <inheritdoc /> - public INeo4JExecutable WithSorting(Neo4JSortDefinition[] sorting) - { - _sorting = sorting; - return this; - } - - /// <inheritdoc /> - public INeo4JExecutable WithProjection(object[] projection) - { - _projection = projection; - return this; - } - - public StatementBuilder Pipeline() - { - var statement = Cypher.Match(Node).Return(Node); - - ApplyFilters(statement); - ApplyProjections(statement); - ApplyPaging(statement); - ApplySorting(statement); - - return statement; - } - - private void ApplyFilters(StatementBuilder statement) - { - if (_filters is null) - { - return; - } - - statement.Match(new Where(_filters), Node); - } - - private void ApplyProjections(StatementBuilder statement) - { - if (_projection is null) - { - return; - } - - statement.Return(Node.Project(_projection)); - } - - private void ApplyPaging(StatementBuilder statement) - { - if (_limit is not null) - { - statement.Limit((int)_limit); - } - - if (_skip is not null) - { - statement.Skip((int)_skip); - } - } - - private void ApplySorting(StatementBuilder statement) - { - if (_sorting is null) - { - return; - } - - var sorts = new List<SortItem>(_sorting.Length); - - foreach (var sort in _sorting) - { - var sortItem = Cypher.Sort(Node.Property(sort.Field)); - if (sort.Direction == SortDirection.Ascending) - { - sorts.Push(sortItem.Ascending()); - } - else if (sort.Direction == SortDirection.Descending) - { - sorts.Push(sortItem.Descending()); - } - } - - statement.OrderBy(sorts); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Execution/ValueMapper.cs b/src/HotChocolate/Neo4J/src/Data/Execution/ValueMapper.cs deleted file mode 100644 index bcb957941d6..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Execution/ValueMapper.cs +++ /dev/null @@ -1,45 +0,0 @@ -using System.Collections; -using Neo4j.Driver; -using ServiceStack; - -namespace HotChocolate.Data.Neo4J; - -internal static class ValueMapper -{ - public static T MapValue<T>(object cypherValue) - { - var targetType = typeof(T); - - if (typeof(IEnumerable).IsAssignableFrom(targetType)) - { - if (cypherValue is not IEnumerable enumerable) - { - throw ThrowHelper - .ValueMapper_CypherValueIsNotAListAndCannotBeMapped( - targetType.UnderlyingSystemType); - } - - if (targetType == typeof(string)) - { - return enumerable.As<T>(); - } - - var elementType = targetType.GetGenericArguments()[0]; - var genericType = typeof(CollectionMapper<>).MakeGenericType(elementType); - var collectionMapper = (ICollectionMapper)genericType.CreateInstance(); - - return (T)collectionMapper.MapValues(enumerable, targetType); - } - - return cypherValue switch - { - INode node => node.Properties.FromObjectDictionary<T>(), - IRelationship relationship => relationship.Properties.FromObjectDictionary<T>(), - IReadOnlyDictionary<string, object> map => map.FromObjectDictionary<T>(), - IEnumerable => - throw ThrowHelper.ValueMapper_CypherValueIsAListAndCannotBeMapped( - targetType.UnderlyingSystemType), - _ => cypherValue.As<T>() - }; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JDataRequestBuilderExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JDataRequestBuilderExtensions.cs deleted file mode 100644 index bce4a180574..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JDataRequestBuilderExtensions.cs +++ /dev/null @@ -1,95 +0,0 @@ -using HotChocolate.Data.Neo4J.Paging; -using HotChocolate.Execution.Configuration; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Data.Neo4J; - -/// <summary> -/// Provides data extensions for the <see cref="IRequestExecutorBuilder"/>. -/// </summary> -public static class Neo4JDataRequestBuilderExtensions -{ - /// <summary> - /// Adds filtering support for Neo4j. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="name"> - /// The filtering convention name. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - public static IRequestExecutorBuilder AddNeo4JFiltering( - this IRequestExecutorBuilder builder, - string? name = null, - bool compatabilityMode = false) => - builder.ConfigureSchema(s => s.AddNeo4JFiltering(name, compatabilityMode)); - - /// <summary> - /// Adds sorting support for Neo4j. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="name"> - /// The sorting convention name. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - public static IRequestExecutorBuilder AddNeo4JSorting( - this IRequestExecutorBuilder builder, - string? name = null) => - builder.ConfigureSchema(s => s.AddNeo4JSorting(name)); - - /// <summary> - /// Adds projections support for Neo4j. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="name"> - /// The projection convention name. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - public static IRequestExecutorBuilder AddNeo4JProjections( - this IRequestExecutorBuilder builder, - string? name = null) => - builder.ConfigureSchema(s => s.AddNeo4JProjections(name)); - - /// <summary> - /// Adds the Neo4j offset paging provider. - /// </summary> - /// <param name="builder"> - /// The GraphQL configuration builder. - /// </param> - /// <param name="providerName"> - /// The name which shall be used to refer to this registration. - /// </param> - /// <param name="defaultProvider"> - /// Defines if these providers shall be registered as default providers. - /// </param> - /// <returns> - /// Returns the GraphQL configuration builder for further configuration chaining. - /// </returns> - public static IRequestExecutorBuilder AddNeo4JPagingProviders( - this IRequestExecutorBuilder builder, - string? providerName = null, - bool defaultProvider = false) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - builder.AddOffsetPagingProvider<Neo4JOffsetPagingProvider>( - providerName, - defaultProvider); - - return builder; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JObjectFieldDescriptorExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JObjectFieldDescriptorExtensions.cs deleted file mode 100644 index e5a156a7340..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JObjectFieldDescriptorExtensions.cs +++ /dev/null @@ -1,16 +0,0 @@ -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; -using Neo4j.Driver; - -namespace HotChocolate.Data.Neo4J; - -public static class Neo4JObjectFieldDescriptorExtensions -{ - public static IObjectFieldDescriptor UseAsyncSessionWithDatabase( - this IObjectFieldDescriptor descriptor, - string dbName) - { - return descriptor.UseScopedService( - s => s.GetRequiredService<IDriver>().AsyncSession(o => o.WithDatabase(dbName))); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JSchemaBuilderExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JSchemaBuilderExtensions.cs deleted file mode 100644 index 3d03c9d6963..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Extensions/Neo4JSchemaBuilderExtensions.cs +++ /dev/null @@ -1,63 +0,0 @@ -using HotChocolate.Data.Neo4J.Filtering; -using HotChocolate.Data.Neo4J.Projections; -using HotChocolate.Data.Neo4J.Sorting; - -namespace HotChocolate.Data.Neo4J; - -/// <summary> -/// Provides Neo4j extensions for the <see cref="ISchemaBuilder"/>. -/// </summary> -public static class Neo4JSchemaBuilderExtensions -{ - /// <summary> - /// Adds filtering support for Neo4j. - /// </summary> - /// <param name="builder"> - /// The <see cref="ISchemaBuilder"/>. - /// </param> - /// <param name="name"> - /// The filtering convention name. - /// </param> - /// <returns> - /// Returns the <see cref="ISchemaBuilder"/>. - /// </returns> - public static ISchemaBuilder AddNeo4JFiltering( - this ISchemaBuilder builder, - string? name = null, - bool compatabilityMode = false) => - builder.AddFiltering(x => x.AddNeo4JDefaults(compatabilityMode), name); - - /// <summary> - /// Adds sorting support for Neo4j. - /// </summary> - /// <param name="builder"> - /// The <see cref="ISchemaBuilder"/>. - /// </param> - /// <param name="name"> - /// The sorting convention name. - /// </param> - /// <returns> - /// Returns the <see cref="ISchemaBuilder"/>. - /// </returns> - public static ISchemaBuilder AddNeo4JSorting( - this ISchemaBuilder builder, - string? name = null) => - builder.AddSorting(x => x.AddNeo4JDefaults(), name); - - /// <summary> - /// Adds projections support for Neo4j. - /// </summary> - /// <param name="builder"> - /// The <see cref="ISchemaBuilder"/>. - /// </param> - /// <param name="name"> - /// The projections convention name. - /// </param> - /// <returns> - /// Returns the <see cref="ISchemaBuilder"/>. - /// </returns> - public static ISchemaBuilder AddNeo4JProjections( - this ISchemaBuilder builder, - string? name = null) => - builder.AddProjections(x => x.AddNeo4JDefaults(), name); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Extensions/StringExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Extensions/StringExtensions.cs deleted file mode 100644 index af31c056b2f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Extensions/StringExtensions.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Extensions; - -internal static class StringExtensions -{ - public static bool HasText(this string str) => !string.IsNullOrEmpty(str); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterConventionDescriptorExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterConventionDescriptorExtensions.cs deleted file mode 100644 index 765705bca35..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterConventionDescriptorExtensions.cs +++ /dev/null @@ -1,218 +0,0 @@ -using HotChocolate.Data.Filters; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public static class Neo4JFilterConventionDescriptorExtensions -{ - /// <summary> - /// Initializes the default configuration for Neo4j on the convention by adding operations - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/></returns> - public static IFilterConventionDescriptor AddNeo4JDefaults( - this IFilterConventionDescriptor descriptor) => - descriptor.AddDefaultNeo4JOperations().BindDefaultNeo4JTypes().UseNeo4JProvider(); - - /// <summary> - /// Initializes the default configuration for Neo4j on the convention by adding operations - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The descriptor that was passed in as a parameter</returns> - public static IFilterConventionDescriptor AddNeo4JDefaults( - this IFilterConventionDescriptor descriptor, - bool compatabilityMode) => - descriptor - .AddDefaultNeo4JOperations() - .BindDefaultNeo4JTypes(compatabilityMode) - .UseNeo4JProvider(); - - /// <summary> - /// Adds default operations for Neo4j to the descriptor - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/></returns> - /// <exception cref="ArgumentNullException"> - /// Throws in case the argument <paramref name="descriptor"/> is null - /// </exception> - public static IFilterConventionDescriptor AddDefaultNeo4JOperations( - this IFilterConventionDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - descriptor.Operation(DefaultFilterOperations.Equals).Name("eq"); - descriptor.Operation(DefaultFilterOperations.NotEquals).Name("neq"); - descriptor.Operation(DefaultFilterOperations.GreaterThan).Name("gt"); - descriptor.Operation(DefaultFilterOperations.NotGreaterThan).Name("ngt"); - descriptor.Operation(DefaultFilterOperations.GreaterThanOrEquals).Name("gte"); - descriptor.Operation(DefaultFilterOperations.NotGreaterThanOrEquals).Name("ngte"); - descriptor.Operation(DefaultFilterOperations.LowerThan).Name("lt"); - descriptor.Operation(DefaultFilterOperations.NotLowerThan).Name("nlt"); - descriptor.Operation(DefaultFilterOperations.LowerThanOrEquals).Name("lte"); - descriptor.Operation(DefaultFilterOperations.NotLowerThanOrEquals).Name("nlte"); - descriptor.Operation(DefaultFilterOperations.Contains).Name("contains"); - descriptor.Operation(DefaultFilterOperations.NotContains).Name("ncontains"); - descriptor.Operation(DefaultFilterOperations.In).Name("in"); - descriptor.Operation(DefaultFilterOperations.NotIn).Name("nin"); - descriptor.Operation(DefaultFilterOperations.StartsWith).Name("startsWith"); - descriptor.Operation(DefaultFilterOperations.NotStartsWith).Name("nstartsWith"); - descriptor.Operation(DefaultFilterOperations.EndsWith).Name("endsWith"); - descriptor.Operation(DefaultFilterOperations.NotEndsWith).Name("nendsWith"); - descriptor.Operation(DefaultFilterOperations.All).Name("all"); - descriptor.Operation(DefaultFilterOperations.None).Name("none"); - descriptor.Operation(DefaultFilterOperations.Some).Name("some"); - descriptor.Operation(DefaultFilterOperations.Any).Name("any"); - descriptor.Operation(DefaultFilterOperations.And).Name("and"); - descriptor.Operation(DefaultFilterOperations.Or).Name("or"); - - return descriptor; - } - - /// <summary> - /// Binds common runtime types to the according <see cref="FilterInputType"/> that are - /// supported by Neo4j - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The descriptor that was passed in as a parameter</returns> - /// <exception cref="ArgumentNullException"> - /// Throws in case the argument <paramref name="descriptor"/> is null - /// </exception> - public static IFilterConventionDescriptor BindDefaultNeo4JTypes( - this IFilterConventionDescriptor descriptor, - bool compatabilityMode = false) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - if (compatabilityMode) - { - return descriptor - .BindRuntimeType<string, StringOperationFilterInputType>() - .BindRuntimeType<bool, BooleanOperationFilterInputType>() - .BindRuntimeType<bool?, BooleanOperationFilterInputType>() - .BindComparableType<byte>() - .BindComparableType<short>() - .BindComparableType<int>() - .BindComparableType<long>() - .BindComparableType<float>() - .BindComparableType<double>() - .BindComparableType<decimal>() - .BindComparableType<sbyte>() - .BindComparableType<ushort>() - .BindComparableType<uint>() - .BindComparableType<ulong>() - .BindComparableType<Guid>() - .BindComparableType<DateTime>() - .BindComparableType<DateTimeOffset>() -#if NET6_0_OR_GREATER - .BindComparableType<DateOnly>() - .BindComparableType<TimeOnly>() -#endif - .BindComparableType<TimeSpan>() - .BindRuntimeType<Uri, ComparableOperationFilterInputType<Uri>>() - .BindRuntimeType<Uri?, ComparableOperationFilterInputType<Uri?>>(); - } - else - { - return descriptor - .BindRuntimeType<string, StringOperationFilterInputType>() - .BindRuntimeType<bool, BooleanOperationFilterInputType>() - .BindRuntimeType<bool?, BooleanOperationFilterInputType>() - .BindRuntimeType<byte, ByteOperationFilterInputType>() - .BindRuntimeType<byte?, ByteOperationFilterInputType>() - .BindRuntimeType<sbyte, ByteOperationFilterInputType>() - .BindRuntimeType<sbyte?, ByteOperationFilterInputType>() - .BindRuntimeType<short, ShortOperationFilterInputType>() - .BindRuntimeType<short?, ShortOperationFilterInputType>() - .BindRuntimeType<int, IntOperationFilterInputType>() - .BindRuntimeType<int?, IntOperationFilterInputType>() - .BindRuntimeType<long, LongOperationFilterInputType>() - .BindRuntimeType<long?, LongOperationFilterInputType>() - .BindRuntimeType<float, FloatOperationFilterInputType>() - .BindRuntimeType<float?, FloatOperationFilterInputType>() - .BindRuntimeType<double, FloatOperationFilterInputType>() - .BindRuntimeType<double?, FloatOperationFilterInputType>() - .BindRuntimeType<decimal, DecimalOperationFilterInputType>() - .BindRuntimeType<decimal?, DecimalOperationFilterInputType>() - .BindRuntimeType<Guid, UuidOperationFilterInputType>() - .BindRuntimeType<Guid?, UuidOperationFilterInputType>() - .BindRuntimeType<DateTime, DateTimeOperationFilterInputType>() - .BindRuntimeType<DateTime?, DateTimeOperationFilterInputType>() - .BindRuntimeType<DateTimeOffset, DateTimeOperationFilterInputType>() - .BindRuntimeType<DateTimeOffset?, DateTimeOperationFilterInputType>() -#if NET6_0_OR_GREATER - .BindRuntimeType<DateOnly, DateOperationFilterInputType>() - .BindRuntimeType<DateOnly?, DateOperationFilterInputType>() - .BindRuntimeType<TimeOnly, TimeSpanOperationFilterInputType>() - .BindRuntimeType<TimeOnly?, TimeSpanOperationFilterInputType>() -#endif - .BindRuntimeType<TimeSpan, TimeSpanOperationFilterInputType>() - .BindRuntimeType<TimeSpan?, TimeSpanOperationFilterInputType>() - .BindRuntimeType<Uri, UrlOperationFilterInputType>() - .BindRuntimeType<Uri?, UrlOperationFilterInputType>(); - } - } - - /// <summary> - /// Adds a <see cref="Neo4JFilterProvider"/> with default configuration - /// </summary> - /// <param name="descriptor">The descriptor where the provider is registered</param> - /// <returns>The descriptor that was passed in as a parameter</returns> - public static IFilterConventionDescriptor UseNeo4JProvider( - this IFilterConventionDescriptor descriptor) => - descriptor.Provider(new Neo4JFilterProvider(x => x.AddDefaultNeo4JFieldHandlers())); - - /// <summary> - /// Initializes the default configuration of the provider by registering handlers - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/> that was passed in as a parameter</returns> - public static IFilterProviderDescriptor<Neo4JFilterVisitorContext> - AddDefaultNeo4JFieldHandlers( - this IFilterProviderDescriptor<Neo4JFilterVisitorContext> descriptor) - { - descriptor.AddFieldHandler<Neo4JEqualsOperationHandler>(); - descriptor.AddFieldHandler<Neo4JNotEqualsOperationHandler>(); - - descriptor.AddFieldHandler<Neo4JInOperationHandler>(); - descriptor.AddFieldHandler<Neo4JNotInOperationHandler>(); - - descriptor.AddFieldHandler<Neo4JComparableGreaterThanHandler>(); - descriptor.AddFieldHandler<Neo4JComparableNotGreaterThanHandler>(); - descriptor.AddFieldHandler<Neo4JComparableGreaterThanOrEqualsHandler>(); - descriptor.AddFieldHandler<Neo4JComparableNotGreaterThanOrEqualsHandler>(); - descriptor.AddFieldHandler<Neo4JComparableLowerThanHandler>(); - descriptor.AddFieldHandler<Neo4JComparableNotLowerThanHandler>(); - descriptor.AddFieldHandler<Neo4JComparableLowerThanOrEqualsHandler>(); - descriptor.AddFieldHandler<Neo4JComparableNotLowerThanOrEqualsHandler>(); - - descriptor.AddFieldHandler<Neo4JStringStartsWithHandler>(); - descriptor.AddFieldHandler<Neo4JStringNotStartsWithHandler>(); - descriptor.AddFieldHandler<Neo4JStringEndsWithHandler>(); - descriptor.AddFieldHandler<Neo4JStringNotEndsWithHandler>(); - descriptor.AddFieldHandler<Neo4JStringContainsHandler>(); - descriptor.AddFieldHandler<Neo4JStringNotContainsHandler>(); - - descriptor.AddFieldHandler<Neo4JListAllOperationHandler>(); - descriptor.AddFieldHandler<Neo4JListAnyOperationHandler>(); - descriptor.AddFieldHandler<Neo4JListNoneOperationHandler>(); - descriptor.AddFieldHandler<Neo4JListSomeOperationHandler>(); - - descriptor.AddFieldHandler<Neo4JDefaultFieldHandler>(); - - return descriptor; - } - - private static IFilterConventionDescriptor BindComparableType<T>( - this IFilterConventionDescriptor descriptor) - where T : struct - { - return descriptor - .BindRuntimeType<T, ComparableOperationFilterInputType<T>>() - .BindRuntimeType<T?, ComparableOperationFilterInputType<T?>>(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterFieldExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterFieldExtensions.cs deleted file mode 100644 index 8a3f6bc4f4b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterFieldExtensions.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Data.Filters; - -namespace HotChocolate.Data.Neo4J.Filtering; - -internal static class Neo4JFilterFieldExtensions -{ - public static string GetName(this IFilterField field) - { - var fieldName = field.Name; - if (field.Member is { } p) - { - fieldName = p.Name; - } - - return fieldName; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterScopeExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterScopeExtensions.cs deleted file mode 100644 index 40309ae9a39..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterScopeExtensions.cs +++ /dev/null @@ -1,25 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Filtering; - -internal static class Neo4JFilterScopeExtensions -{ - public static string GetPath(this Neo4JFilterScope scope) => - string.Join(".", scope.Path.Reverse()); - - public static CompoundCondition CreateQuery(this Neo4JFilterScope scope) - { - if (scope.Level.Peek().Count == 0) - { - return new CompoundCondition(null); - } - - var conditions = new CompoundCondition(Operator.And); - foreach (var condition in scope.Level.Peek().ToArray()) - { - conditions.And(condition); - } - - return conditions; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterVisitorContextExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterVisitorContextExtensions.cs deleted file mode 100644 index e41d1b3a94d..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Extensions/Neo4JFilterVisitorContextExtensions.cs +++ /dev/null @@ -1,33 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using ServiceStack; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public static class Neo4JFilteringVisitorContextExtensions -{ - /// <summary> - /// Reads the current scope from the context - /// </summary> - /// <param name="context">The context</param> - /// <returns>The current scope</returns> - public static Neo4JFilterScope GetNeo4JFilterScope(this Neo4JFilterVisitorContext context) => - (Neo4JFilterScope)context.GetScope(); - - public static Node GetNode(this Neo4JFilterVisitorContext context) - { - var nodeName = context.RuntimeTypes.Skip(1).First().Type.Name; - - return Cypher.Node(nodeName).Named(nodeName.ToCamelCase()); - } - - /// <summary> - /// Tries to build the query based on the items that are stored on the scope - /// </summary> - /// <param name="context">The context</param> - /// <returns>True in case the query has been build successfully, otherwise false</returns> - public static CompoundCondition CreateQuery(this Neo4JFilterVisitorContext context) - { - return context.GetNeo4JFilterScope().CreateQuery(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableGreaterThanHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableGreaterThanHandler.cs deleted file mode 100644 index 261ef4cc5c4..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableGreaterThanHandler.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a GreaterThan operation field to a -/// <see cref="Condition"/> -/// </summary> -public class Neo4JComparableGreaterThanHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableGreaterThanHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.GreaterThan; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .GreaterThan(Cypher.LiteralOf(parsedValue)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableGreaterThanOrEqualsHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableGreaterThanOrEqualsHandler.cs deleted file mode 100644 index ed44e383d0c..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableGreaterThanOrEqualsHandler.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a GreaterThanOrEquals operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JComparableGreaterThanOrEqualsHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableGreaterThanOrEqualsHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.GreaterThanOrEquals; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .GreaterThanOEqualTo(Cypher.LiteralOf(parsedValue)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableLowerThanHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableLowerThanHandler.cs deleted file mode 100644 index ee03055508b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableLowerThanHandler.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a LowerThan operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JComparableLowerThanHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableLowerThanHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.LowerThan; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .LessThan(Cypher.LiteralOf(parsedValue)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableLowerThanOrEqualsHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableLowerThanOrEqualsHandler.cs deleted file mode 100644 index a88e671328e..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableLowerThanOrEqualsHandler.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a LowerThanOrEquals operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JComparableLowerThanOrEqualsHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableLowerThanOrEqualsHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.LowerThanOrEquals; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .LessThanOrEqualTo(Cypher.LiteralOf(parsedValue)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotGreaterThanHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotGreaterThanHandler.cs deleted file mode 100644 index f044b86aa7a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotGreaterThanHandler.cs +++ /dev/null @@ -1,42 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a NotGreaterThan operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JComparableNotGreaterThanHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableNotGreaterThanHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.NotGreaterThan; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .GreaterThan(Cypher.LiteralOf(parsedValue)) - .Not(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotGreaterThanOrEqualsHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotGreaterThanOrEqualsHandler.cs deleted file mode 100644 index 1d812728d0f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotGreaterThanOrEqualsHandler.cs +++ /dev/null @@ -1,42 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a NotGreaterThanOrEquals operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JComparableNotGreaterThanOrEqualsHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableNotGreaterThanOrEqualsHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.NotGreaterThanOrEquals; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .GreaterThanOEqualTo(Cypher.LiteralOf(parsedValue)) - .Not(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotLowerThanHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotLowerThanHandler.cs deleted file mode 100644 index f85d81acede..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotLowerThanHandler.cs +++ /dev/null @@ -1,42 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a NotLowerThan operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JComparableNotLowerThanHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableNotLowerThanHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.NotLowerThan; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .LessThan(Cypher.LiteralOf(parsedValue)) - .Not(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotLowerThanOrEqualsHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotLowerThanOrEqualsHandler.cs deleted file mode 100644 index ecdc75d4925..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableNotLowerThanOrEqualsHandler.cs +++ /dev/null @@ -1,42 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a NotLowerThanOrEquals operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JComparableNotLowerThanOrEqualsHandler - : Neo4JComparableOperationHandler -{ - public Neo4JComparableNotLowerThanOrEqualsHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.NotLowerThanOrEquals; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is null) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .LessThanOrEqualTo(Cypher.LiteralOf(parsedValue)) - .Not(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableOperationHandler.cs deleted file mode 100644 index 163566e8bac..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Comparable/Neo4JComparableOperationHandler.cs +++ /dev/null @@ -1,46 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// The base of a Neo4j operation handler specific for -/// <see cref="IComparableOperationFilterInputType "/> -/// If the <see cref="FilterTypeInterceptor"/> encounters a operation field that implements -/// <see cref="IComparableOperationFilterInputType "/> and matches the operation identifier -/// defined in <see cref="Neo4JComparableOperationHandler.Operation"/> the handler is bound to -/// the field -/// </summary> -public abstract class Neo4JComparableOperationHandler - : Neo4JFilterOperationHandlerBase -{ - public Neo4JComparableOperationHandler(InputParser inputParser) - : base(inputParser) - { - } - - /// <summary> - /// Specifies the identifier of the operations that should be handled by this handler - /// </summary> - protected abstract int Operation { get; } - - /// <summary> - /// Checks if the <see cref="FilterField"/> implements - /// <see cref="IComparableOperationFilterInputType "/> and has the operation identifier - /// defined in <see cref="Neo4JComparableOperationHandler.Operation"/> - /// </summary> - /// <param name="context">The discovery context of the schema</param> - /// <param name="typeDefinition">The definition of the declaring type of the field</param> - /// <param name="fieldDefinition">The definition of the field</param> - /// <returns>Returns true if the field can be handled</returns> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) - { - return context.Type is IComparableOperationFilterInputType && - fieldDefinition is FilterOperationFieldDefinition operationField && - operationField.Id == Operation; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListAllOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListAllOperationHandler.cs deleted file mode 100644 index 56f2efb1ce9..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListAllOperationHandler.cs +++ /dev/null @@ -1,29 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a All operation field. -/// </summary> -public class Neo4JListAllOperationHandler : Neo4JListOperationHandlerBase -{ - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.All; - - /// <inheritdoc /> - protected override Condition HandleListOperation( - Neo4JFilterVisitorContext context, - IFilterField field, - Neo4JFilterScope scope, - string path) => - field.Type is IComparableOperationFilterInputType - ? CreateArrayAllScalar(scope, path) - : CreateArrayAll(scope, path); - - private static Condition CreateArrayAll(Neo4JFilterScope scope, string path) => - new CompoundCondition(Operator.And); - - private static Condition CreateArrayAllScalar(Neo4JFilterScope scope, string path) => - new CompoundCondition(Operator.And); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListAnyOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListAnyOperationHandler.cs deleted file mode 100644 index 7655952eb64..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListAnyOperationHandler.cs +++ /dev/null @@ -1,51 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using static HotChocolate.Data.Filters.DefaultFilterOperations; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JListAnyOperationHandler - : Neo4JFilterOperationHandlerBase -{ - public Neo4JListAnyOperationHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - /// <inheritdoc /> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) - { - return context.Type is IListFilterInputType && - fieldDefinition is FilterOperationFieldDefinition { Id: Any }; - } - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (context.RuntimeTypes.Count > 0 && - context.RuntimeTypes.Peek().TypeArguments is { Count: > 0 } && - parsedValue is bool parsedBool && - context.Scopes.Peek() is Neo4JFilterScope) - { - if (parsedBool) - { - return new CompoundCondition(Operator.And); - } - - return new CompoundCondition(Operator.And); - } - - throw new InvalidOperationException(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListNoneOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListNoneOperationHandler.cs deleted file mode 100644 index 897ba2e673e..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListNoneOperationHandler.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JListNoneOperationHandler : Neo4JListOperationHandlerBase -{ - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.None; - - /// <inheritdoc /> - protected override Condition HandleListOperation( - Neo4JFilterVisitorContext context, - IFilterField field, - Neo4JFilterScope scope, - string path) => - new CompoundCondition(Operator.And); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListOperationHandlerBase.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListOperationHandlerBase.cs deleted file mode 100644 index f34351c6898..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListOperationHandlerBase.cs +++ /dev/null @@ -1,128 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// The base of a Neo4J operation handler specific for -/// <see cref="IListFilterInputType"/> -/// If the <see cref="FilterTypeInterceptor"/> encounters a operation field that implements -/// <see cref="IListFilterInputType"/> and matches the operation identifier -/// defined in <see cref="Neo4JComparableOperationHandler.Operation"/> the handler is bound to -/// the field -/// </summary> -public abstract class Neo4JListOperationHandlerBase - : FilterFieldHandler<Neo4JFilterVisitorContext, Condition> -{ - /// <summary> - /// Specifies the identifier of the operations that should be handled by this handler - /// </summary> - protected abstract int Operation { get; } - - /// <inheritdoc /> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) - { - return context.Type is IListFilterInputType && - fieldDefinition is FilterOperationFieldDefinition operationField && - operationField.Id == Operation; - } - - /// <inheritdoc /> - public override bool TryHandleEnter( - Neo4JFilterVisitorContext context, - IFilterField field, - ObjectFieldNode node, - [NotNullWhen(true)] out ISyntaxVisitorAction? action) - { - if (node.Value.IsNull()) - { - context.ReportError( - ErrorHelper.CreateNonNullError(field, node.Value, context)); - - action = SyntaxVisitor.Skip; - return true; - } - - if (context.RuntimeTypes.Count > 0 && - context.RuntimeTypes.Peek().TypeArguments is { Count: > 0 } args) - { - var element = args[0]; - context.RuntimeTypes.Push(element); - context.AddScope(); - - action = SyntaxVisitor.Continue; - return true; - } - - action = null; - return false; - } - - /// <inheritdoc /> - public override bool TryHandleLeave( - Neo4JFilterVisitorContext context, - IFilterField field, - ObjectFieldNode node, - [NotNullWhen(true)] out ISyntaxVisitorAction? action) - { - context.RuntimeTypes.Pop(); - - if (context.Scopes.Pop() is Neo4JFilterScope scope) - { - var path = context.GetNeo4JFilterScope().GetPath(); - - var combinedOperations = - HandleListOperation(context, field, scope, path); - - context.GetLevel().Enqueue(combinedOperations); - } - - action = SyntaxVisitor.Continue; - return true; - } - - /// <summary> - /// Maps a operation field to a Neo4J list filter definition. - /// This method is called when the <see cref="FilterVisitor{TContext,T}"/> enters a - /// field - /// </summary> - /// <param name="context">The context of the visitor</param> - /// <param name="field">The currently visited filter field</param> - /// <param name="scope">The current scope of the visitor</param> - /// <param name="path">The path that leads to this visitor</param> - /// <returns></returns> - protected abstract Condition HandleListOperation( - Neo4JFilterVisitorContext context, - IFilterField field, - Neo4JFilterScope scope, - string path); - - /// <summary> - /// Combines all definitions of the <paramref name="scope"/> with and - /// </summary> - /// <param name="scope">The scope where the definitions should be combined</param> - /// <returns>A with and combined filter definition of all definitions of the scope</returns> - protected static Condition CombineOperationsOfScope(Neo4JFilterScope scope) - { - var level = scope.Level.Peek(); - if (level.Count == 1) - { - return level.Peek(); - } - - var conditions = new CompoundCondition(Operator.And); - foreach (var condition in level) - { - conditions.And(condition); - } - - return conditions; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListSomeOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListSomeOperationHandler.cs deleted file mode 100644 index 5c8716e84e8..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/List/Neo4JListSomeOperationHandler.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JListSomeOperationHandler : Neo4JListOperationHandlerBase -{ - /// <inheritdoc /> - protected override int Operation => DefaultFilterOperations.Some; - - /// <inheritdoc /> - protected override Condition HandleListOperation( - Neo4JFilterVisitorContext context, - IFilterField field, - Neo4JFilterScope scope, - string path) => - new CompoundCondition(Operator.And); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JDefaultFieldHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JDefaultFieldHandler.cs deleted file mode 100644 index 9c0eb8e234b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JDefaultFieldHandler.cs +++ /dev/null @@ -1,70 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// The default handler for all <see cref="FilterField"/> for the -/// <see cref="Neo4JFilterProvider"/> -/// </summary> -public class Neo4JDefaultFieldHandler - : FilterFieldHandler<Neo4JFilterVisitorContext, Condition> -{ - /// <summary> - /// Checks if the field not a filter operations field - /// </summary> - /// <param name="context">The current context</param> - /// <param name="typeDefinition">The definition of the type that declares the field</param> - /// <param name="fieldDefinition">The definition of the field</param> - /// <returns>True in case the field can be handled</returns> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) => - fieldDefinition is not FilterOperationFieldDefinition; - - /// <inheritdoc /> - public override bool TryHandleEnter( - Neo4JFilterVisitorContext context, - IFilterField field, - ObjectFieldNode node, - [NotNullWhen(true)] out ISyntaxVisitorAction? action) - { - if (node.Value.IsNull()) - { - context.ReportError(ErrorHelper.CreateNonNullError(field, node.Value, context)); - - action = SyntaxVisitor.Skip; - return true; - } - - if (field.RuntimeType is null) - { - action = null; - return false; - } - - context.GetNeo4JFilterScope().Path.Push(field.GetName()); - context.RuntimeTypes.Push(field.RuntimeType); - action = SyntaxVisitor.Continue; - return true; - } - - /// <inheritdoc /> - public override bool TryHandleLeave( - Neo4JFilterVisitorContext context, - IFilterField field, - ObjectFieldNode node, - [NotNullWhen(true)] out ISyntaxVisitorAction? action) - { - context.RuntimeTypes.Pop(); - context.GetNeo4JFilterScope().Path.Pop(); - - action = SyntaxVisitor.Continue; - return true; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JEqualsOperatorHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JEqualsOperatorHandler.cs deleted file mode 100644 index 330510df45f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JEqualsOperatorHandler.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a Equals operation field to a -/// <see cref="Condition"/> -/// </summary> -public class Neo4JEqualsOperationHandler - : Neo4JFilterOperationHandlerBase -{ - public Neo4JEqualsOperationHandler(InputParser inputParser) - : base(inputParser) - { - } - - /// <inheritdoc /> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) => - fieldDefinition is FilterOperationFieldDefinition - { Id: DefaultFilterOperations.Equals }; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .IsEqualTo(Cypher.LiteralOf(parsedValue)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JFilterOperatorHandlerBase.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JFilterOperatorHandlerBase.cs deleted file mode 100644 index dd7e48f63ac..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JFilterOperatorHandlerBase.cs +++ /dev/null @@ -1,83 +0,0 @@ -using System; -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Filters.Internal; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Internal; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// The base of a Neo4j operation handler that can be bound to a -/// <see cref="FilterOperationField"/>. This is executed during the visitation of a input -/// object. This base is optimized to handle filter operations for Neo4j -/// </summary> -public abstract class Neo4JFilterOperationHandlerBase - : FilterOperationHandler<Neo4JFilterVisitorContext, Condition> -{ - protected Neo4JFilterOperationHandlerBase(InputParser inputParser) - { - InputParser = inputParser; - } - - protected InputParser InputParser { get; } - - /// <inheritdoc/> - public override bool TryHandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - ObjectFieldNode node, - [NotNullWhen(true)] out Condition result) - { - var value = node.Value; - var runtimeType = context.RuntimeTypes.Peek(); - - var type = field.Type.IsListType() - ? runtimeType.Source.MakeArrayType() - : runtimeType.Source; - - var parsedValue = InputParser.ParseLiteral(value, field, type); - - if ((!runtimeType.IsNullable || !CanBeNull) && parsedValue is null) - { - var error = ErrorHelper.CreateNonNullError(field, value, context); - context.ReportError(error); - result = null!; - return false; - } - - if (!ValueNullabilityHelpers.IsListValueValid(field.Type, runtimeType, node.Value)) - { - var error = ErrorHelper.CreateNonNullError(field, value, context, true); - context.ReportError(error); - result = null!; - return false; - } - - result = HandleOperation(context, field, value, parsedValue); - return true; - } - - /// <summary> - /// if this value is true, null values are allowed as inputs - /// </summary> - protected bool CanBeNull { get; set; } = true; - - /// <summary> - /// Maps a operation field to a provider specific result. - /// This method is called when the <see cref="FilterVisitor{TContext,T}"/> enters a - /// field - /// </summary> - /// <param name="context">The <see cref="IFilterVisitorContext{T}"/> of the visitor</param> - /// <param name="field">The field that is currently being visited</param> - /// <param name="value">The value node of this field</param> - /// <param name="parsedValue">The value of the value node</param> - /// <returns>If <c>true</c> is returned the action is used for further processing</returns> - public abstract Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JInOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JInOperationHandler.cs deleted file mode 100644 index 338a1411e16..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JInOperationHandler.cs +++ /dev/null @@ -1,42 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using static HotChocolate.Data.Filters.DefaultFilterOperations; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a In operation field to Cypher. -/// </summary> -public class Neo4JInOperationHandler - : Neo4JFilterOperationHandlerBase -{ - public Neo4JInOperationHandler(InputParser inputParser) - : base(inputParser) - { - } - - /// <inheritdoc /> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) - { - return fieldDefinition is FilterOperationFieldDefinition { Id: In }; - } - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .In(new PlainStringLiteral(value.ToString())); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JNotEqualsOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JNotEqualsOperationHandler.cs deleted file mode 100644 index c85b62ff62e..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JNotEqualsOperationHandler.cs +++ /dev/null @@ -1,45 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using static HotChocolate.Data.Filters.DefaultFilterOperations; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a NotEquals operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JNotEqualsOperationHandler - : Neo4JFilterOperationHandlerBase -{ - public Neo4JNotEqualsOperationHandler(InputParser inputParser) - : base(inputParser) - { - } - - /// <inheritdoc /> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) - { - return fieldDefinition is FilterOperationFieldDefinition { Id: NotEquals }; - } - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - var expression = context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .IsNotEqualTo(Cypher.LiteralOf(parsedValue)); - - return expression; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JNotInOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JNotInOperationHandler.cs deleted file mode 100644 index 6e3950f246a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/Neo4JNotInOperationHandler.cs +++ /dev/null @@ -1,42 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; -using static HotChocolate.Data.Filters.DefaultFilterOperations; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <summary> -/// This filter operation handler maps a NotIn operation field to a -/// <see cref="FilterDefinition{TDocument}"/> -/// </summary> -public class Neo4JNotInOperationHandler - : Neo4JFilterOperationHandlerBase -{ - public Neo4JNotInOperationHandler(InputParser inputParser) - : base(inputParser) - { - } - - /// <inheritdoc /> - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) => - fieldDefinition is FilterOperationFieldDefinition { Id: NotIn }; - - /// <inheritdoc /> - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .In(new PlainStringLiteral(value.ToString())) - .Not(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringContainsHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringContainsHandler.cs deleted file mode 100644 index 630a08c9ab9..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringContainsHandler.cs +++ /dev/null @@ -1,35 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JStringContainsHandler - : Neo4JStringOperationHandler -{ - public Neo4JStringContainsHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - protected override int Operation => DefaultFilterOperations.Contains; - - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is not string str) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .Contains(Cypher.LiteralOf(str)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringEndsWithHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringEndsWithHandler.cs deleted file mode 100644 index e69d56b24aa..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringEndsWithHandler.cs +++ /dev/null @@ -1,35 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JStringEndsWithHandler - : Neo4JStringOperationHandler -{ - public Neo4JStringEndsWithHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - protected override int Operation => DefaultFilterOperations.EndsWith; - - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is not string str) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .EndsWith(Cypher.LiteralOf(str)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotContainsHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotContainsHandler.cs deleted file mode 100644 index 6f247fca3d0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotContainsHandler.cs +++ /dev/null @@ -1,36 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JStringNotContainsHandler - : Neo4JStringOperationHandler -{ - public Neo4JStringNotContainsHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - protected override int Operation => DefaultFilterOperations.NotContains; - - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is not string str) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .Contains(Cypher.LiteralOf(str)) - .Not(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotEndsWithHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotEndsWithHandler.cs deleted file mode 100644 index f7717e05d86..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotEndsWithHandler.cs +++ /dev/null @@ -1,36 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JStringNotEndsWithHandler - : Neo4JStringOperationHandler -{ - public Neo4JStringNotEndsWithHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - protected override int Operation => DefaultFilterOperations.NotEndsWith; - - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is not string str) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .EndsWith(Cypher.LiteralOf(str)) - .Not(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotStartsWithHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotStartsWithHandler.cs deleted file mode 100644 index 26114bb195c..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringNotStartsWithHandler.cs +++ /dev/null @@ -1,36 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JStringNotStartsWithHandler - : Neo4JStringOperationHandler -{ - public Neo4JStringNotStartsWithHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - protected override int Operation => DefaultFilterOperations.NotStartsWith; - - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is not string str) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .StartsWith(Cypher.LiteralOf(str)) - .Not(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringOperationHandler.cs deleted file mode 100644 index d891ea333a3..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringOperationHandler.cs +++ /dev/null @@ -1,26 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Data.Filters; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public abstract class Neo4JStringOperationHandler - : Neo4JFilterOperationHandlerBase -{ - public Neo4JStringOperationHandler(InputParser inputParser) - : base(inputParser) - { - } - - protected abstract int Operation { get; } - - public override bool CanHandle( - ITypeCompletionContext context, - IFilterInputTypeDefinition typeDefinition, - IFilterFieldDefinition fieldDefinition) - { - return context.Type is StringOperationFilterInputType && - fieldDefinition is FilterOperationFieldDefinition operationField && - operationField.Id == Operation; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringStartsWithHandler.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringStartsWithHandler.cs deleted file mode 100644 index 1149a123364..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Handlers/String/Neo4JStringStartsWithHandler.cs +++ /dev/null @@ -1,35 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JStringStartsWithHandler - : Neo4JStringOperationHandler -{ - public Neo4JStringStartsWithHandler(InputParser inputParser) - : base(inputParser) - { - CanBeNull = false; - } - - protected override int Operation => DefaultFilterOperations.StartsWith; - - public override Condition HandleOperation( - Neo4JFilterVisitorContext context, - IFilterOperationField field, - IValueNode value, - object? parsedValue) - { - if (parsedValue is not string str) - { - throw new InvalidOperationException(); - } - - return context - .GetNode() - .Property(context.GetNeo4JFilterScope().GetPath()) - .StartsWith(Cypher.LiteralOf(str)); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterCombinator.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterCombinator.cs deleted file mode 100644 index b931a52f9c0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterCombinator.cs +++ /dev/null @@ -1,65 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JFilterCombinator - : FilterOperationCombinator<Neo4JFilterVisitorContext, Condition> -{ - /// <inheritdoc /> - public override bool TryCombineOperations( - Neo4JFilterVisitorContext context, - Queue<Condition> operations, - FilterCombinator combinator, - [NotNullWhen(true)] out Condition? combined) - { - if (operations.Count == 0) - { - combined = default; - return false; - } - - combined = combinator switch - { - FilterCombinator.And => CombineWithAnd(operations), - FilterCombinator.Or => CombineWithOr(operations), - _ => throw ThrowHelper - .Filtering_Neo4JFilterCombinator_InvalidCombinator(this, combinator) - }; - - return true; - } - - private static CompoundCondition CombineWithAnd(IReadOnlyCollection<Condition> operations) - { - if (operations.Count == 0) - { - throw new InvalidOperationException(); - } - - var conditions = new CompoundCondition(Operator.And); - foreach (var condition in operations) - { - conditions.And(condition); - } - - return conditions; - } - - private static Condition CombineWithOr(IReadOnlyCollection<Condition> operations) - { - if (operations.Count == 0) - { - throw new InvalidOperationException(); - } - - var conditions = new CompoundCondition(Operator.Or); - foreach (var condition in operations) - { - conditions.Or(condition); - } - - return conditions; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterProvider.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterProvider.cs deleted file mode 100644 index 803d2dd5fd0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterProvider.cs +++ /dev/null @@ -1,75 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Execution; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Language; -using HotChocolate.Resolvers; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JFilterProvider : FilterProvider<Neo4JFilterVisitorContext> -{ - /// <inheritdoc /> - public Neo4JFilterProvider() - { - } - - /// <inheritdoc /> - public Neo4JFilterProvider( - Action<IFilterProviderDescriptor<Neo4JFilterVisitorContext>> configure) - : base(configure) - { - } - - /// <summary> - /// The visitor that is used to traverse the incoming selection set an execute handlers - /// </summary> - protected virtual FilterVisitor<Neo4JFilterVisitorContext, Condition> Visitor { get; } = - new(new Neo4JFilterCombinator()); - - /// <inheritdoc /> - public override FieldMiddleware CreateExecutor<TEntityType>(string argumentName) - { - return next => context => ExecuteAsync(next, context); - - async ValueTask ExecuteAsync( - FieldDelegate next, - IMiddlewareContext context) - { - var argument = context.Selection.Arguments[argumentName]; - var filter = context.ArgumentLiteral<IValueNode>(argumentName); - - if (filter is not NullValueNode && argument.Type is IFilterInputType filterInput) - { - var visitorContext = new Neo4JFilterVisitorContext(filterInput); - - Visitor.Visit(filter, visitorContext); - - if (visitorContext.Errors.Count > 0) - { - context.Result = Array.Empty<TEntityType>(); - foreach (var error in visitorContext.Errors) - { - context.ReportError(error.WithPath(context.Path)); - } - } - else - { - var query = visitorContext.CreateQuery(); - - context.LocalContextData = context.LocalContextData.SetItem("Filter", query); - - await next(context).ConfigureAwait(false); - - if (context.Result is INeo4JExecutable executable) - { - context.Result = executable.WithFiltering(query); - } - } - } - else - { - await next(context).ConfigureAwait(false); - } - } - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterScope.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterScope.cs deleted file mode 100644 index 5f85705b113..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterScope.cs +++ /dev/null @@ -1,13 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <inheritdoc /> -public class Neo4JFilterScope : FilterScope<Condition> -{ - /// <summary> - /// The path from the root to the current position in the input object - /// </summary> - public Stack<string> Path { get; } = new(); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterVisitorContext.cs b/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterVisitorContext.cs deleted file mode 100644 index 635edbaa511..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Filtering/Neo4JFilterVisitorContext.cs +++ /dev/null @@ -1,24 +0,0 @@ -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Internal; - -namespace HotChocolate.Data.Neo4J.Filtering; - -/// <inheritdoc /> -public class Neo4JFilterVisitorContext : FilterVisitorContext<Condition> -{ - public Neo4JFilterVisitorContext(IFilterInputType initialType) - : base(initialType) - { - RuntimeTypes = new Stack<IExtendedType>(); - RuntimeTypes.Push(initialType.EntityType); - } - - /// <summary> - /// The already visited runtime types - /// </summary> - public Stack<IExtendedType> RuntimeTypes { get; } - - /// <inheritdoc /> - public override FilterScope<Condition> CreateScope() => new Neo4JFilterScope(); -} diff --git a/src/HotChocolate/Neo4J/src/Data/HotChocolate.Data.Neo4J.csproj b/src/HotChocolate/Neo4J/src/Data/HotChocolate.Data.Neo4J.csproj deleted file mode 100644 index bf3db9a960f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/HotChocolate.Data.Neo4J.csproj +++ /dev/null @@ -1,47 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <PackageId>HotChocolate.Data.Neo4J</PackageId> - <AssemblyName>HotChocolate.Data.Neo4J</AssemblyName> - <RootNamespace>HotChocolate.Data.Neo4J</RootNamespace> - <NoWarn>$(NoWarn);CA1062;RS0016;RS0017;RS0037</NoWarn> - <Description>Contains extensions for seamless integration of Neo4J into the HotChocolate.Data package</Description> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types.OffsetPagination\HotChocolate.Types.OffsetPagination.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\..\..\Data\src\Data\HotChocolate.Data.csproj" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Neo4j.Driver" Version="5.2.0" /> - <PackageReference Include="ServiceStack.Text" Version="6.4.0" /> - </ItemGroup> - - <ItemGroup Condition="'$(TargetFramework)' == 'net6.0'"> - <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="6.0.0" /> - </ItemGroup> - - <ItemGroup Condition="'$(TargetFramework)' == 'net7.0'"> - <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.0" /> - </ItemGroup> - - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> - <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.0-rc.2.23480.2" /> - </ItemGroup> - - <ItemGroup> - <EmbeddedResource Update="Neo4JResources.resx"> - <Generator>ResXFileCodeGenerator</Generator> - <LastGenOutput>Neo4JResources.Designer.cs</LastGenOutput> - </EmbeddedResource> - <Compile Update="Neo4JResources.Designer.cs"> - <DesignTime>True</DesignTime> - <AutoGen>True</AutoGen> - <DependentUpon>Neo4JResources.resx</DependentUpon> - </Compile> - </ItemGroup> -</Project> diff --git a/src/HotChocolate/Neo4J/src/Data/Language/AliasedExpression.cs b/src/HotChocolate/Neo4J/src/Data/Language/AliasedExpression.cs deleted file mode 100644 index 0271ac0137d..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/AliasedExpression.cs +++ /dev/null @@ -1,30 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// An aliased expression, that deals with named expressions when accepting visitors. -/// </summary> -public class AliasedExpression - : Expression - , IAliased -{ - public AliasedExpression(Expression expression, string alias) - { - Expression = expression; - Alias = alias; - } - - public override ClauseKind Kind => ClauseKind.AliasedExpression; - - public string Alias { get; } - - public Expression Expression { get; } - - public SymbolicName AsName() => SymbolicName.Of(Alias); - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Expressions.NameOrExpression(Expression).Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/BooleanFunctionCondition.cs b/src/HotChocolate/Neo4J/src/Data/Language/BooleanFunctionCondition.cs deleted file mode 100644 index 8fed62d72d2..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/BooleanFunctionCondition.cs +++ /dev/null @@ -1,22 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// This wraps a function into a condition so that it can be used in a where clause. -/// The function is supposed to return a boolean value. -/// </summary> -public class BooleanFunctionCondition : Condition -{ - public BooleanFunctionCondition(FunctionInvocation functionInvocation) - { - FunctionInvocation = functionInvocation; - } - - public override ClauseKind Kind => ClauseKind.BooleanFunctionCondition; - - public FunctionInvocation FunctionInvocation { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - FunctionInvocation.Visit(cypherVisitor); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/BuiltInFunctions.cs b/src/HotChocolate/Neo4J/src/Data/Language/BuiltInFunctions.cs deleted file mode 100644 index 7432c4ef462..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/BuiltInFunctions.cs +++ /dev/null @@ -1,21 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class BuiltInFunctions -{ - public class Predicates : FunctionDefinition - { - public Predicates(string implementationName) : base(implementationName) - { - } - - public static Predicates All { get; } = new("all"); - - public static Predicates Any { get; } = new("any"); - - public static Predicates Exists { get; } = new("exists"); - - public static Predicates None { get; } = new("none"); - - public static Predicates Single { get; } = new("single"); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/ClauseKind.cs b/src/HotChocolate/Neo4J/src/Data/Language/ClauseKind.cs deleted file mode 100644 index 1dec31b65d6..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/ClauseKind.cs +++ /dev/null @@ -1,80 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public enum ClauseKind -{ - Default, - AliasedExpression, - BooleanFunctionCondition, - BooleanLiteral, - Comparison, - CompoundCondition, - Condition, - Create, - Delete, - Distinct, - DistinctExpression, - ExcludePattern, - Exists, - ExistentialSubquery, - Expression, - ExpressionCondition, - ExpressionList, - Foreach, - FunctionDefinition, - FunctionInvocation, - HasLabelCondition, - KeyValueMapEntry, - Limit, - ListComprehension, - ListExpression, - ListPredicate, - Literal, - LoadCsv, - MapExpression, - MapProjection, - Match, - Merge, - MergeAction, - NestedExpression, - Node, - NodeLabel, - NodeLabels, - NotCondition, - Operation, - Operator, - OptionalMatch, - OrderBy, - Parameter, - Pattern, - PatternComprehension, - ProjectionBody, - Properties, - Property, - PropertyLookup, - Relationship, - RelationshipChain, - RelationshipDetails, - RelationshipLength, - RelationshipPatternCondition, - RelationshipTypes, - Remove, - Return, - Set, - Skip, - SortDirection, - SortItem, - Statement, - StatementPrefix, - StringLiteral, - SymbolicName, - TypedSubtree, - Union, - UnionPart, - UnionQuery, - Unwind, - Use, - Visitable, - Where, - With, - YieldItems -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Comparison.cs b/src/HotChocolate/Neo4J/src/Data/Language/Comparison.cs deleted file mode 100644 index f9c1a124aed..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Comparison.cs +++ /dev/null @@ -1,55 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A concrete condition representing a comparision between two expressions. -/// </summary> -public class Comparison : Condition -{ - private Comparison(Expression? left, Operator op, Expression? right) - { - Left = NestedIfCondition(left); - Operator = op; - Right = NestedIfCondition(right); - } - - public override ClauseKind Kind => ClauseKind.Comparison; - - public Expression? Left { get; } - - public Operator Operator { get; } - - public Expression? Right { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - - if (Left is not null) - { - Expressions.NameOrExpression(Left).Visit(cypherVisitor); - } - - Operator.Visit(cypherVisitor); - - if (Right is not null) - { - Expressions.NameOrExpression(Right).Visit(cypherVisitor); - } - - cypherVisitor.Leave(this); - } - - public static Comparison Create(Expression left, Operator op, Expression right) => - new(left, op, right); - - public static Comparison Create(Operator op, Expression expression) => op.Type - switch - { - OperatorType.Prefix => new Comparison(null, op, expression), - OperatorType.Postfix => new Comparison(expression, op, null), - _ => throw new ArgumentException("Invalid operator type"), - }; - - private static Expression? NestedIfCondition(Expression? expression) => - expression is Condition ? new NestedExpression(expression) : expression; -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/CompoundCondition.cs b/src/HotChocolate/Neo4J/src/Data/Language/CompoundCondition.cs deleted file mode 100644 index 51c12cd4254..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/CompoundCondition.cs +++ /dev/null @@ -1,168 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A condition that consists of one or two conditions -/// </summary> -public class CompoundCondition : Condition -{ - /// <summary> - /// Empty compound condition - /// </summary> - private static readonly CompoundCondition _emptyCondition = new(null); - - private static readonly HashSet<Operator> _validOperations = - new() { Operator.And, Operator.Or, Operator.XOr }; - - private readonly Operator? _operator; - - private readonly List<Condition> _conditions; - - public CompoundCondition(Operator? op) - { - _operator = op; - _conditions = new List<Condition>(); - } - - public bool IsEmpty => _conditions.Count == 0; - - public override ClauseKind Kind => ClauseKind.CompoundCondition; - - public new void And(Condition condition) => - Add(Operator.And, condition); - - public new void Or(Condition condition) => - Add(Operator.Or, condition); - - public new void XOr(Condition condition) => - Add(Operator.XOr, condition); - - public override void Visit(CypherVisitor cypherVisitor) - { - // There is nothing to visit here - if (!_conditions.Any()) - { - return; - } - - // Fold single condition - var hasManyConditions = _conditions.Count > 1; - if (hasManyConditions) - { - cypherVisitor.Enter(this); - } - - // The first nested condition does not need an operator - AcceptVisitorWithOperatorForChildCondition(cypherVisitor, null, _conditions[0]); - - // All others do - if (!hasManyConditions) - { - return; - } - - foreach (var condition in _conditions.Skip(1)) - { - // This takes care of a potential inner compound condition that got added with a - // different operator and thus forms a tree. - var actualOperator = condition is CompoundCondition condition1 - ? condition1._operator - : _operator; - - AcceptVisitorWithOperatorForChildCondition( - cypherVisitor, - actualOperator, - condition); - } - - cypherVisitor.Leave(this); - } - - private CompoundCondition Add(Operator chainingOperator, Condition condition) - { - if (this == _emptyCondition) - { - return new CompoundCondition(chainingOperator).Add(chainingOperator, condition); - } - - if (condition == _emptyCondition) - { - return this; - } - - if (condition is CompoundCondition compoundCondition) - { - if (_operator == chainingOperator && - chainingOperator == compoundCondition._operator) - { - if (compoundCondition.CanBeFlattenedWith(chainingOperator)) - { - _conditions.AddRange(compoundCondition._conditions); - } - else - { - _conditions.Add(compoundCondition); - } - } - else - { - var inner = new CompoundCondition(chainingOperator); - inner._conditions.Add(compoundCondition); - _conditions.Add(inner); - } - - return this; - } - - if (_operator != chainingOperator) - { - return Create(this, chainingOperator, condition); - } - - _conditions.Add(condition); - return this; - } - - private bool CanBeFlattenedWith(Operator operatorBefore) - { - if (_operator != operatorBefore) - { - return false; - } - - foreach (var c in _conditions) - { - if (c is CompoundCondition condition && condition._operator != operatorBefore) - { - return false; - } - } - - return true; - } - - private static void AcceptVisitorWithOperatorForChildCondition( - CypherVisitor cypherVisitor, - IVisitable? op, - IVisitable condition) - { - op?.Visit(cypherVisitor); - condition.Visit(cypherVisitor); - } - - public static CompoundCondition Empty() => _emptyCondition; - - public static CompoundCondition Create(Condition left, Operator op, Condition right) - { - Ensure.IsTrue(_validOperations.Contains(op), - "Operator " + op + " is not a valid operator for a compound condition."); - Ensure.IsNotNull(left, "Left hand side condition is required."); - Ensure.IsNotNull(op, "Operator is required."); - Ensure.IsNotNull(right, "Right hand side condition is required."); - return new CompoundCondition(op) - .Add(op, left) - .Add(op, right); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Condition.cs b/src/HotChocolate/Neo4J/src/Data/Language/Condition.cs deleted file mode 100644 index 0295e0de205..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Condition.cs +++ /dev/null @@ -1,33 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public abstract class Condition : Expression -{ - public Condition And(Condition condition) => - CompoundCondition.Create(this, Operator.And, condition); - - public Condition And(IRelationshipPattern pattern) => - CompoundCondition.Create(this, Operator.And, new RelationshipPatternCondition(pattern)); - - public Condition Or(Condition condition) => - CompoundCondition.Create(this, Operator.Or, condition); - - public Condition Or(IRelationshipPattern pattern) => - CompoundCondition.Create(this, Operator.Or, new RelationshipPatternCondition(pattern)); - - public Condition XOr(Condition condition) => - CompoundCondition.Create(this, Operator.XOr, condition); - - public Condition XOr(IRelationshipPattern pattern) => - CompoundCondition.Create(this, Operator.XOr, new RelationshipPatternCondition(pattern)); - - public Condition Not() => Comparison.Create(Operator.Not, this); - - public static Condition And(Condition condition1, Condition condition2) => - CompoundCondition.Create(condition1, Operator.And, condition2); - - public static Condition XOr(Condition condition1, Condition condition2) => - CompoundCondition.Create(condition1, Operator.XOr, condition2); - - public static Condition Or(Condition condition1, Condition condition2) => - CompoundCondition.Create(condition1, Operator.Or, condition2); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Conditions.cs b/src/HotChocolate/Neo4J/src/Data/Language/Conditions.cs deleted file mode 100644 index c638d9bb4a9..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Conditions.cs +++ /dev/null @@ -1,85 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Builder for various conditions -/// </summary> -public static class Conditions -{ - /// <summary> - /// Creates a condition that matches if the right hand side is a regular expression that matches the the left hand side via "=~" - /// </summary> - /// <param name="lhs">The left hand side of the comparison</param> - /// <param name="rhs">The right hand side of the comparison</param> - /// <returns>A "matches" comparison</returns> - public static Condition Matches(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.Matches, rhs); - - /// <summary> - /// Creates a condition that matches if both expressions are equals according to "=". - /// </summary> - /// <param name="lhs">The left hand side of the comparison</param> - /// <param name="rhs">The right hand side of the comparison</param> - /// <returns></returns> - public static Condition IsEqualTo(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.Equality, rhs); - - /// <summary> - /// Creates a condition that matches if both expressions are equals according to "=". - /// </summary> - /// <param name="lhs"></param> - /// <param name="rhs"></param> - /// <returns></returns> - public static Condition IsNotEqualTo(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.InEquality, rhs); - - /// <summary> - /// - /// </summary> - /// <param name="lhs"></param> - /// <param name="rhs"></param> - /// <returns></returns> - public static Condition LessThan(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.LessThan, rhs); - - /// <summary> - /// - /// </summary> - /// <param name="lhs"></param> - /// <param name="rhs"></param> - /// <returns></returns> - public static Condition LessThanOrEqualTo(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.LessThanOrEqualTo, rhs); - - /// <summary> - /// - /// </summary> - /// <param name="lhs"></param> - /// <param name="rhs"></param> - /// <returns></returns> - public static Condition GreaterThan(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.GreaterThan, rhs); - - /// <summary> - /// - /// </summary> - /// <param name="lhs"></param> - /// <param name="rhs"></param> - /// <returns></returns> - public static Condition GreaterThanOEqualTo(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.GreaterThanOrEqualTo, rhs); - - public static Condition StartsWith(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.StartsWith, rhs); - - public static Condition EndsWith(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.EndsWith, rhs); - - public static Condition Contains(Expression lhs, Expression rhs) => - Comparison.Create(lhs, Operator.Contains, rhs); - - public static Condition IsNull(Expression expression) => - Comparison.Create(Operator.IsNull, expression); - - public static Condition IsNotNull(Expression expression) => - Comparison.Create(Operator.IsNotNull, expression); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Cypher.cs b/src/HotChocolate/Neo4J/src/Data/Language/Cypher.cs deleted file mode 100644 index d083515c307..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Cypher.cs +++ /dev/null @@ -1,78 +0,0 @@ -using System; -using System.Collections.Generic; -using ServiceStack; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Cypher = [SP], Statement, [[SP], ';'], [SP], EOI ; -/// Statement = Query ; -/// Query = RegularQuery | StandaloneCall ; -/// The main entry point into the Cypher DSL. -/// The Cypher Builder API is intended for framework usage to produce Cypher statements -/// required for database operations. -/// </summary> -public static class Cypher -{ - /// <summary> - /// Create a new Node representation with at least one label, the "primary" label. This is - /// required. All other labels - /// are optional. - /// </summary> - /// <param name="primaryLabel">The primary label this node is identified by.</param> - /// <param name="additionalLabels">Additional labels</param> - /// <returns>A new node representation</returns> - public static Node Node(string primaryLabel, params string[] additionalLabels) - { - return Language.Node.Create(primaryLabel, additionalLabels); - } - - public static Node NamedNode(string node) => Node(node).Named(node.ToCamelCase()); - - public static Expression LiteralOf<T>(T literal) - { - return literal switch - { - null => NullLiteral.Instance, - string s => new StringLiteral(s), - bool b => b ? BooleanLiteral.True : BooleanLiteral.False, - short num => new IntegerLiteral(num), - int num => new IntegerLiteral(num), - long num => new DoubleLiteral(num), - float num => new DoubleLiteral(num), - double num => new DoubleLiteral(num), - //IList list => new ListLiteral(list), - _ => throw new ArgumentException(Neo4JResources.Language_UnsupportedLiteralType) - }; - } - - public static MapExpression MapOf(params object[] keysAndValues) => - MapExpression.Create(keysAndValues); - - public static StatementBuilder Match(params IPatternElement[] pattern) => - Statement.Builder().Match(pattern); - - public static StatementBuilder Match( - Where optionalWhere, - params IPatternElement[] pattern) => - Statement.Builder().Match(optionalWhere, pattern); - - public static SymbolicName Name(string value) => SymbolicName.Of(value); - - public static Property Property(Expression expression, string name) => - Language.Property.Create(expression, name); - - public static Property Property(string containerName, string name) => - Property(Name(containerName), name); - - public static Literal<string> Null() => NullLiteral.Instance; - - public static Literal<bool> LiteralTrue() => BooleanLiteral.True; - - public static Literal<bool> LiteralFalse() => BooleanLiteral.False; - - public static Asterisk Asterisk => Asterisk.Instance; - - public static SortItem Sort(Expression expression) => - SortItem.Create(expression, null); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Exists.cs b/src/HotChocolate/Neo4J/src/Data/Language/Exists.cs deleted file mode 100644 index 1746bc46f49..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Exists.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class Exists : Visitable -{ - public Exists() - { - } - - public override ClauseKind Kind => ClauseKind.Exists; - - public static Exists Instance { get; } = new(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Expression.cs b/src/HotChocolate/Neo4J/src/Data/Language/Expression.cs deleted file mode 100644 index 0522a1073e4..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Expression.cs +++ /dev/null @@ -1,74 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// An expression can be used in many places, i.e. in return statements, pattern -/// elements etc. -/// </summary> -public abstract class Expression : Visitable -{ - /// <summary> - /// Creates an expression with an alias. This expression does not track which or - /// how many aliases have been created. - /// </summary> - /// <param name="alias">The alias to use</param> - /// <returns>An aliased expression</returns> - public AliasedExpression As(string alias) - { - Ensure.HasText(alias, "The alias may not be null or empty."); - return new AliasedExpression(this, alias); - } - - /// <summary> - /// Reuse an existing symbolic name to alias this expression - /// </summary> - /// <param name="alias"></param> - /// <returns>An aliased expression.</returns> - public AliasedExpression As(SymbolicName alias) - { - Ensure.IsNotNull(alias, "The alias may not be null."); - return As(alias.Value); - } - - public Condition IsEqualTo(Expression rhs) => Conditions.IsEqualTo(this, rhs); - - public Condition IsNotEqualTo(Expression rhs) => Conditions.IsNotEqualTo(this, rhs); - - public Condition LessThan(Expression rhs) => Conditions.LessThan(this, rhs); - - public Condition LessThanOrEqualTo(Expression rhs) => - Conditions.LessThanOrEqualTo(this, rhs); - - public Condition GreaterThan(Expression rhs) => Conditions.GreaterThan(this, rhs); - - public Condition GreaterThanOEqualTo(Expression rhs) => - Conditions.GreaterThanOEqualTo(this, rhs); - - public Condition IsTrue() => Conditions.IsEqualTo(this, Cypher.LiteralTrue()); - - public Condition IsFalse() => Conditions.IsEqualTo(this, Cypher.LiteralFalse()); - - public Condition Matches(Expression expression) => Conditions.Matches(this, expression); - - public Condition Matches(string pattern) => - Conditions.Matches(this, Cypher.LiteralOf(pattern)); - - public Condition StartsWith(Expression expression) => - Conditions.StartsWith(this, expression); - - public Condition EndsWith(Expression expression) => Conditions.EndsWith(this, expression); - - public Condition Contains(Expression expression) => Conditions.Contains(this, expression); - - public Condition IsNull() => Conditions.IsNull(this); - - public Condition IsNotNull() => Conditions.IsNotNull(this); - - public Condition In(Expression expression) => - Comparison.Create(this, Operator.In, expression); - - public Operation Add(Expression expression) => Operations.Add(this, expression); - - public SortItem Descending() => SortItem.Create(this, SortDirection.Descending); - - public SortItem Ascending() => SortItem.Create(this, SortDirection.Ascending); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/ExpressionList.cs b/src/HotChocolate/Neo4J/src/Data/Language/ExpressionList.cs deleted file mode 100644 index e09547926f6..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/ExpressionList.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Represents a list of expressions. When visited, the expressions are treated as named -/// expression if they have declared a symbolic name as variable or as unnamed expression -/// when nameless. Not to be mixed up with the actual ListExpression, which itself is an -/// expression. -/// </summary> -public class ExpressionList - : TypedSubtree<Expression> - , ITypedSubtree -{ - public ExpressionList(List<Expression> returnItems) : base(returnItems) - { - } - - public ExpressionList(params Expression[] returnItems) : base(returnItems) - { - } - - public override ClauseKind Kind => ClauseKind.ExpressionList; - - protected override IVisitable PrepareVisit(Expression child) => - Expressions.NameOrExpression(child); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Expressions.cs b/src/HotChocolate/Neo4J/src/Data/Language/Expressions.cs deleted file mode 100644 index 64caae8c98f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Expressions.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Utility methods for dealing with expressions. -/// </summary> -public static class Expressions -{ - public static Expression NameOrExpression<T>(T expression) where T : Expression - { - if (expression is INamed named) - { - return named.SymbolicName; - } - - return expression; - } - - public static Expression[] CreateSymbolicNames(INamed[] variables) => - Array.ConvertAll(variables, i => i.SymbolicName); - - public static SymbolicName[] CreateSymbolicNames(string[] variables) => - Array.ConvertAll(variables, SymbolicName.Of); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/FunctionDefinition.cs b/src/HotChocolate/Neo4J/src/Data/Language/FunctionDefinition.cs deleted file mode 100644 index 0f960af4104..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/FunctionDefinition.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public abstract class FunctionDefinition - : Expression - , IFunctionDefinition -{ - public FunctionDefinition(string implementationName) - { - ImplementationName = implementationName; - } - - public override ClauseKind Kind => ClauseKind.FunctionDefinition; - - public string ImplementationName { get; } - - public bool IsAggregate => false; -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/FunctionInvocation.cs b/src/HotChocolate/Neo4J/src/Data/Language/FunctionInvocation.cs deleted file mode 100644 index 5c7bf4f5238..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/FunctionInvocation.cs +++ /dev/null @@ -1,72 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class FunctionInvocation : Expression -{ - public FunctionInvocation(string functionName, params Expression[] arguments) - { - FunctionName = functionName; - Arguments = new ExpressionList(arguments); - } - - public FunctionInvocation(string functionName, Pattern pattern) - { - FunctionName = functionName; - PatternArguments = pattern; - } - - private FunctionInvocation(string functionName, TypedSubtree<Expression> pattern) - { - FunctionName = functionName; - Arguments = pattern; - } - - public override ClauseKind Kind => ClauseKind.FunctionInvocation; - - public string FunctionName { get; } - - public TypedSubtree<Expression>? Arguments { get; } - - public TypedSubtree<IPatternElement>? PatternArguments { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Arguments?.Visit(cypherVisitor); - PatternArguments?.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static FunctionInvocation Create( - FunctionDefinition definition, - params Expression[] expressions) - { - var message = $"The expression for {definition.ImplementationName}() is required."; - - Ensure.IsNotEmpty(expressions, message); - Ensure.IsNotNull(expressions[0], message); - - return new FunctionInvocation(definition.ImplementationName, expressions); - } - - public static FunctionInvocation Create( - FunctionDefinition definition, - ExpressionList arguments) - { - Ensure.IsNotNull( - arguments, - definition.ImplementationName + "() requires at least one argument."); - - return new FunctionInvocation(definition.ImplementationName, arguments); - } - - public static FunctionInvocation Create( - FunctionDefinition definition, - IPatternElement pattern) - { - Ensure.IsNotNull( - pattern, - $"The pattern for {definition.ImplementationName}() is required."); - - return new FunctionInvocation(definition.ImplementationName, new Pattern(pattern)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Functions.cs b/src/HotChocolate/Neo4J/src/Data/Language/Functions.cs deleted file mode 100644 index 13e65e3afa3..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Functions.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Factory for creating FunctionInvocations -/// </summary> -public class Functions -{ - public static FunctionInvocation Exists(Expression expression) => - FunctionInvocation.Create(BuiltInFunctions.Predicates.Exists, expression); - - public static FunctionInvocation All(Expression expression) => - FunctionInvocation.Create(BuiltInFunctions.Predicates.All, expression); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/IOngoingListBasedPredicateFunction.cs b/src/HotChocolate/Neo4J/src/Data/Language/IOngoingListBasedPredicateFunction.cs deleted file mode 100644 index 2520310aab8..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/IOngoingListBasedPredicateFunction.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// -/// </summary> -public interface IOngoingListBasedPredicateFunction -{ - IOngoingListBasedPredicateFunctionWithList In(Expression list); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/IOngoingListBasedPredicateFunctionWithList.cs b/src/HotChocolate/Neo4J/src/Data/Language/IOngoingListBasedPredicateFunctionWithList.cs deleted file mode 100644 index 82a7df819c0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/IOngoingListBasedPredicateFunctionWithList.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// -/// </summary> -public interface IOngoingListBasedPredicateFunctionWithList -{ - Condition Where(Condition condition); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IAliased.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IAliased.cs deleted file mode 100644 index 7a20392cdee..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IAliased.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// <para> -/// An interface for element with an alias. An alias has a subtle difference to a symbolic name -/// in cypher. Nodes and relationships can have symbolic names which in turn can be aliased as -/// well. -/// </para> -/// <para> -/// Therefore, the Cypher generator needs both <see cref="INamed"/> and <see cref="IAliased"/>. -/// </para> -/// </summary> -public interface IAliased -{ - /// <summary> - /// The alias. - /// </summary> - string Alias { get; } - - /// <summary> - /// Turns this alias into a symbolic name that can be used as an <see cref="Expression"/>. - /// </summary> - /// <returns>A new symbolic name.</returns> - SymbolicName AsName(); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IExposesProperties`1.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IExposesProperties`1.cs deleted file mode 100644 index bd0a1e23d7a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IExposesProperties`1.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Exposes methods to add properties with values to nodes or relationships. -/// </summary> -/// <typeparam name="T"></typeparam> -public interface IExposesProperties<out T> where T : IPropertyContainer -{ - T WithProperties(MapExpression newProperties); - - T WithProperties(params object[] keysAndValues); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IExposesRelationships`1.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IExposesRelationships`1.cs deleted file mode 100644 index fc0c7cd8cae..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IExposesRelationships`1.cs +++ /dev/null @@ -1,39 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A marker interface for things that expose methods to create new relationships to other -/// elements. -/// </summary> -/// <typeparam name="T"></typeparam> -public interface IExposesRelationships<out T> where T: IRelationshipPattern -{ - /// <summary> - /// Starts building an outgoing relationship to the {@code other} {@link Node node}. - /// </summary> - /// <param name="other">The other end of the outgoing relationship</param> - /// <param name="types">The types to match</param> - /// <returns> - /// An ongoing relationship definition, that can be used to specify the type - /// </returns> - T RelationshipTo(Node other, params string[] types); - - /// <summary> - /// Starts building an incoming relationship starting at the other node. - /// </summary> - /// <param name="other">The source of the incoming relationship</param> - /// <param name="types">The types to match</param> - /// <returns> - /// An ongoing relationship definition, that can be used to specify the type - /// </returns> - T RelationshipFrom(Node other, params string[] types); - - /// <summary> - /// Starts building an undirected relationship between this Node and the other. - /// </summary> - /// <param name="other">The other end of the relationship</param> - /// <param name="types">The types to match</param> - /// <returns> - /// An ongoing relationship definition, that can be used to specify the type - /// </returns> - T RelationshipBetween(Node other, params string[] types); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IFunctionDefinition.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IFunctionDefinition.cs deleted file mode 100644 index 8b886d64115..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IFunctionDefinition.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Defines metadata for a function. -/// </summary> -public interface IFunctionDefinition -{ - string ImplementationName { get; } - - bool IsAggregate { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/ILiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/ILiteral.cs deleted file mode 100644 index 338aeeccae2..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/ILiteral.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public interface ILiteral -{ - string Print(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/INamed.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/INamed.cs deleted file mode 100644 index 9677609661e..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/INamed.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -// A named element which can have a symbolic name. -public interface INamed -{ - /// <summary> - /// - /// </summary> - /// <returns></returns> - SymbolicName? SymbolicName { get; } - - /// <summary> - /// - /// </summary> - /// <returns></returns> - SymbolicName RequiredSymbolicName { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IPatternElement.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IPatternElement.cs deleted file mode 100644 index 05356869901..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IPatternElement.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/PatternElement.html"> -/// PatternElement -/// </a>. -/// </summary> -public interface IPatternElement : IVisitable -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IPropertyContainer.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IPropertyContainer.cs deleted file mode 100644 index d7a2c3d9f3e..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IPropertyContainer.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A container having properties. A property container must be <see cref="INamed"/> with a -/// non empty name to be able to refer to properties. -/// </summary> -public interface IPropertyContainer : INamed -{ - Property Property(string name); - - Property Property(params string[] names); - - Property Property(Expression lookup); - - MapProjection Project(List<object> entries); - - MapProjection Project(params object[] entries); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IReadingClause.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IReadingClause.cs deleted file mode 100644 index b8e72a5142b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IReadingClause.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Match, Unwind, InQueryCall -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/SinglePartQuery.html#ReadingClause"> -/// Reading Clause -/// </a> -/// </summary> -public interface IReadingClause : IVisitable -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IRelationshipPattern.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IRelationshipPattern.cs deleted file mode 100644 index 2d4d153c29b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IRelationshipPattern.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public interface IRelationshipPattern - : IPatternElement - , IExposesRelationships<RelationshipChain> -{ - /// <summary> - /// Transform this pattern into a condition. All names of the patterns must be known upfront - /// in the final statement, as PatternExpressions are not allowed to introduce new - /// variables. - /// </summary> - /// <returns>A condition based on this pattern.</returns> - Condition AsCondition(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IStatementContext.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IStatementContext.cs deleted file mode 100644 index a3e0e52f3ca..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IStatementContext.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Context while rendering a statement. -/// </summary> -public interface IStatementContext<T> -{ - string GetParameterName(Parameter<T> parameter); - - bool IsRenderConstantsAsParameters(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/ITypedSubtree.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/ITypedSubtree.cs deleted file mode 100644 index 19c4466a2a5..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/ITypedSubtree.cs +++ /dev/null @@ -1,5 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public interface ITypedSubtree -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IUpdatingClause.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IUpdatingClause.cs deleted file mode 100644 index 1755b8b9b13..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IUpdatingClause.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A interface for a clause that will be writing to the database. -/// </summary> -public interface IUpdatingClause : IVisitable -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IVisitable.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IVisitable.cs deleted file mode 100644 index 9b016e8b5bd..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IVisitable.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// The visitable interface declares a set of visiting methods the correspond to the class. -/// </summary> -public interface IVisitable -{ - /// <summary> - /// Returns the <see cref="ClauseKind"/> of the visitable. - /// </summary> - ClauseKind Kind { get; } - - /// <summary> - /// Visits a visitor - /// </summary> - /// <param name="cypherVisitor">The visitor to notify, must not be null.</param> - void Visit(CypherVisitor cypherVisitor); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IVisitor.cs b/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IVisitor.cs deleted file mode 100644 index 33da0f372ec..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Interfaces/IVisitor.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public interface IVisitor -{ - void Enter(IVisitable visitable); - - void Leave(IVisitable visitable); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/KeyValueMapEntry.cs b/src/HotChocolate/Neo4J/src/Data/Language/KeyValueMapEntry.cs deleted file mode 100644 index 4ab04de93c6..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/KeyValueMapEntry.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class KeyValueMapEntry : Expression -{ - public KeyValueMapEntry(string key, Expression value) - { - Key = key; - Value = value; - } - - public override ClauseKind Kind => ClauseKind.KeyValueMapEntry; - - public string Key { get; } - - public Expression Value { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - - Value.Visit(cypherVisitor); - - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Limit.cs b/src/HotChocolate/Neo4J/src/Data/Language/Limit.cs deleted file mode 100644 index 4a803206fe0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Limit.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class Limit : Visitable -{ - public Limit(IntegerLiteral amount) - { - Amount = amount; - } - - public Limit(int amount) - { - Amount = new IntegerLiteral(amount); - } - - public override ClauseKind Kind => ClauseKind.Limit; - - public IntegerLiteral Amount { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Amount.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/ListComprehension.cs b/src/HotChocolate/Neo4J/src/Data/Language/ListComprehension.cs deleted file mode 100644 index a4f1c73aeb7..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/ListComprehension.cs +++ /dev/null @@ -1,120 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// List comprehension is a syntactic construct available in Cypher for creating a list based on -/// existing lists. -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/Atom.html#ListComprehension"> -/// List Comprehension -/// </a> -/// </summary> -public class ListComprehension : Expression -{ - public ListComprehension( - SymbolicName variable, - Expression listExpression, - Where where, - Expression listDefinition) - { - Variable = variable; - ListExpression = listExpression; - Where = where; - ListDefinition = listDefinition; - } - - public override ClauseKind Kind => ClauseKind.ListComprehension; - - /// <summary> - /// The variable for the where part - /// </summary> - public SymbolicName Variable {get;} - - /// <summary> - /// The list expression. No further assertions are taken to check beforehand if it is a - /// Cypher List. - /// </summary> - public Expression ListExpression {get;} - - /// <summary> - /// Filtering on the list. - /// </summary> - public Where Where {get;} - - /// <summary> - /// The new list to be returned. - /// </summary> - public Expression ListDefinition {get;} - - - public static IOngoingDefinitionWithVariable With(SymbolicName variable) - { - return new Builder(variable); - } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Variable.Visit(cypherVisitor); - Operator.In.Visit(cypherVisitor); - ListExpression.Visit(cypherVisitor); - Where?.Visit(cypherVisitor); - if (ListDefinition != null) - { - Operator.Pipe.Visit(cypherVisitor); - ListDefinition.Visit(cypherVisitor); - } - - cypherVisitor.Leave(this); - } - - public interface IOngoingDefinitionWithVariable - { - IOngoingDefinitionWithList In(Expression list); - } - - public interface IOngoingDefinitionWithList : IOngoingDefinitionWithoutReturn - { - IOngoingDefinitionWithoutReturn Where(Condition condition); - } - - public interface IOngoingDefinitionWithoutReturn - { - ListComprehension Returning(params INamed[] variables); - ListComprehension Returning(params Expression[] listDefinition); - ListComprehension Returning(); - } - - private sealed class Builder : IOngoingDefinitionWithVariable, IOngoingDefinitionWithList - { - private readonly SymbolicName _variable; - private Expression _listExpression; - private Where _where; - - public Builder(SymbolicName variable) - { - _variable = variable; - } - - public IOngoingDefinitionWithList In(Expression list) - { - _listExpression = list; - return this; - } - - public IOngoingDefinitionWithoutReturn Where(Condition condition) - { - _where = new Where(condition); - return this; - } - - public ListComprehension Returning() => new(_variable, _listExpression, _where, null); - - public ListComprehension Returning(params INamed[] variables) => - Returning(Expressions.CreateSymbolicNames(variables)); - - public ListComprehension Returning(params Expression[] listDefinition) => - new(_variable, - _listExpression, - _where, - Language.ListExpression.ListOrSingleExpression(listDefinition)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/ListExpression.cs b/src/HotChocolate/Neo4J/src/Data/Language/ListExpression.cs deleted file mode 100644 index 2c89b118191..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/ListExpression.cs +++ /dev/null @@ -1,36 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Represents a list expression as in [expression1, expression2, ..., expressionN] -/// </summary> -public class ListExpression : Expression -{ - public ListExpression(ExpressionList content) - { - Content = content; - } - - public override ClauseKind Kind => ClauseKind.ListExpression; - - public ExpressionList Content { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Content.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static Expression ListOrSingleExpression(params Expression[] expressions) - { - Ensure.IsNotNull(expressions, "Expressions are required."); - Ensure.IsNotEmpty(expressions, "At least one expression is required."); - - return expressions.Length == 1 ? expressions[0] : Create(expressions); - } - - public static ListExpression Create(params Expression[] expressions) - { - return new(new ExpressionList(expressions)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/ListPredicate.cs b/src/HotChocolate/Neo4J/src/Data/Language/ListPredicate.cs deleted file mode 100644 index 19f18730f01..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/ListPredicate.cs +++ /dev/null @@ -1,32 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A list predicate. -/// </summary> -public class ListPredicate : Expression -{ - public ListPredicate(SymbolicName variable, Expression listExpression, Where where) - { - Variable = variable; - ListExpression = listExpression; - Where = where; - } - - public override ClauseKind Kind => ClauseKind.ListPredicate; - - public SymbolicName Variable { get; } - - public Expression ListExpression { get; } - - public Where Where { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Variable.Visit(cypherVisitor); - Operator.In.Visit(cypherVisitor); - ListExpression.Visit(cypherVisitor); - Where.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/Asterisk.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/Asterisk.cs deleted file mode 100644 index 76facf45e9d..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/Asterisk.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class Asterisk : Literal<string> -{ - public Asterisk() : base("*") - { - } - - public override string Print() => Content; - - public static Asterisk Instance { get; } = new(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/BooleanLiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/BooleanLiteral.cs deleted file mode 100644 index aae3374a5de..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/BooleanLiteral.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Globalization; - -namespace HotChocolate.Data.Neo4J.Language; - -public sealed class BooleanLiteral : Literal<bool> -{ - public BooleanLiteral(bool context) : base(context) - { - } - - public static Literal<bool> Of(bool value) => value ? True : False; - - public override string Print() => Content.ToString(CultureInfo.InvariantCulture); - - public static BooleanLiteral True { get; } = new(true); - - public static BooleanLiteral False { get; } = new(false); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/DoubleLiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/DoubleLiteral.cs deleted file mode 100644 index 520d6193031..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/DoubleLiteral.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Globalization; - -namespace HotChocolate.Data.Neo4J.Language; - -public sealed class DoubleLiteral : Literal<double> -{ - public DoubleLiteral(double content) : base(content) - { - } - - public override string Print() => Content.ToString(CultureInfo.InvariantCulture); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/IntegerLiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/IntegerLiteral.cs deleted file mode 100644 index 9dc8a540b80..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/IntegerLiteral.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Globalization; - -namespace HotChocolate.Data.Neo4J.Language; - -public class IntegerLiteral : Literal<int> -{ - public IntegerLiteral(int content) : base(content) - { - } - - public override string Print() => Content.ToString(new CultureInfo("en-US")); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/ListLiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/ListLiteral.cs deleted file mode 100644 index 690fd423ce4..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/ListLiteral.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -public class ListLiteral<T> : Literal<IEnumerable<Literal<T>>> -{ - public ListLiteral(IEnumerable<Literal<T>> content) : base(content) - { - } - - public override string Print() - { - throw new System.NotImplementedException(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/Literal.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/Literal.cs deleted file mode 100644 index f62634a25e7..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/Literal.cs +++ /dev/null @@ -1,33 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public abstract class Literal<T> : Expression, ILiteral -{ - /// <summary> - /// @return the content of this literal, result maybe null. - /// </summary> - /// <param name="content"></param> - protected Literal(T content) - { - Content = content; - } - - /// <summary> - /// The content of this literal. - /// </summary> - public T Content { get; } - - /// <summary> - /// Represents a literal with an optional content. - /// </summary> - public override ClauseKind Kind => ClauseKind.Literal; - - /// <summary> - /// The string representation should be designed in such a way the a renderer can use it - /// correctly in the given context of the literal, i.e. a literal containing a string should - /// quote that string and escape all reserved characters. - /// </summary> - /// <returns> - /// A string representation to be used literally in a cypher statement. - /// </returns> - public abstract string Print(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/NullLiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/NullLiteral.cs deleted file mode 100644 index 0b3551e8337..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/NullLiteral.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public sealed class NullLiteral : Literal<string> -{ - public NullLiteral() : base("null") - { - } - - public override string Print() => "NULL"; - - public static NullLiteral Instance { get; } = new(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/PlainStringLiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/PlainStringLiteral.cs deleted file mode 100644 index a86e3f2ded8..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/PlainStringLiteral.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class PlainStringLiteral : Literal<string> -{ - public PlainStringLiteral(string content) : base(content) - { - } - - public override string Print() => Content; -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Literals/StringLiteral.cs b/src/HotChocolate/Neo4J/src/Data/Language/Literals/StringLiteral.cs deleted file mode 100644 index f58e23a0818..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Literals/StringLiteral.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// The string representation of a string literal will be a quoted Cypher string in single -/// tickmarks with escaped reserved characters. -/// </summary> -public class StringLiteral : Literal<string> -{ - public StringLiteral(string content) : base(content) - { - } - - public override string Print() => $"'{Content}'"; -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/MapExpression.cs b/src/HotChocolate/Neo4J/src/Data/Language/MapExpression.cs deleted file mode 100644 index 49dd694f237..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/MapExpression.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A dedicated map expression. -/// </summary> -public class MapExpression - : TypedSubtree<Expression> - , ITypedSubtree -{ - private MapExpression(List<Expression> expressions) : base(expressions) - { - } - - public override ClauseKind Kind => ClauseKind.MapExpression; - - public MapExpression AddEntries(IEnumerable<Expression> entries) - { - var newContent = new List<Expression>(); - newContent.AddRange(Children); - newContent.AddRange(entries); - - return new MapExpression(newContent); - } - - protected override IVisitable PrepareVisit(Expression child) => - Expressions.NameOrExpression(child); - - public static MapExpression WithEntries(List<Expression> entries) => - new(entries); - - public static MapExpression Create(params object[] input) - { - Ensure.IsTrue(input.Length % 2 == 0, "Need an even number of input parameters"); - var newContent = new List<Expression>(); - var knownKeys = new HashSet<string>(); - - for (var i = 0; i < input.Length; i += 2) - { - var entry = new KeyValueMapEntry((string)input[i], (Expression)input[i + 1]); - newContent.Add(entry); - knownKeys.Add(entry.Key); - } - - return new MapExpression(newContent); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/MapProjection.cs b/src/HotChocolate/Neo4J/src/Data/Language/MapProjection.cs deleted file mode 100644 index c2bbb6047d9..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/MapProjection.cs +++ /dev/null @@ -1,138 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Represents a map projection as described in -/// <a href="https://medium.com/neo4j/loading-graph-data-for-an-object-graph-mapper-or-graphql-5103b1a8b66e"> -/// Read More -/// </a> -/// </summary> -public class MapProjection : Expression -{ - private readonly SymbolicName _name; - private readonly MapExpression _expression; - - public MapProjection(SymbolicName name, MapExpression expression) - { - _name = name; - _expression = expression; - } - - public override ClauseKind Kind => ClauseKind.MapProjection; - - public MapProjection And(params object[] content) => - new(_name, _expression.AddEntries(CreateNewContent(content))); - - private static List<Expression> CreateNewContent(params object[] content) - { - List<Expression> newContent = new(); - HashSet<string> knownKeys = new(); - - string? lastKey = null; - Expression? lastExpression = null; - var i = 0; - while (i < content.Length) - { - var next = i + 1 >= content.Length ? null : ContentAt(content, i + 1); - var current = ContentAt(content, i); - - switch (current) - { - case string s when next is Expression expression: - lastKey = s; - lastExpression = expression; - i += 2; - break; - case string s: - lastKey = null; - lastExpression = PropertyLookup.ForName(s); - i += 1; - break; - case Expression expression: - lastKey = null; - lastExpression = expression; - i += 1; - break; - } - - if (lastExpression is Asterisk) - { - lastExpression = PropertyLookup.Wildcard(); - } - - if (lastKey != null) - { - Ensure.IsTrue(!knownKeys.Contains(lastKey), "Duplicate key '" + lastKey + "'"); - newContent.Add(new KeyValueMapEntry(lastKey, lastExpression)); - knownKeys.Add(lastKey); - } - else - { - switch (lastExpression) - { - case SymbolicName: - case PropertyLookup: - newContent.Add(lastExpression); - break; - case Property property: - var names = property.Names; - - if (names.Count > 1) - { - throw new InvalidOperationException( - "Cannot project nested properties"); - } - - newContent.AddRange(names); - break; - - case AliasedExpression expression: - newContent.Add(new KeyValueMapEntry(expression.Alias, expression)); - break; - - case null: - throw new InvalidOperationException( - "Could not determine an expression from the given content!"); - default: - throw new InvalidOperationException(lastExpression + " of type " + - " cannot be used with an implicit name as map entry."); - } - } - - lastKey = null; - lastExpression = null; - } - - return newContent; - } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - _name.Visit(cypherVisitor); - _expression.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static MapProjection Create(SymbolicName name, params object[] content) => - new(name, MapExpression.WithEntries(CreateNewContent(content))); - - private static object? ContentAt(object[] content, int i) - { - if (content == null) - { - throw new ArgumentNullException(nameof(content)); - } - - var currentObject = content[i]; - - return currentObject switch - { - Expression expression => Expressions.NameOrExpression(expression), - INamed named => named.SymbolicName, - _ => currentObject - }; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Match.cs b/src/HotChocolate/Neo4J/src/Data/Language/Match.cs deleted file mode 100644 index d45b8f0e624..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Match.cs +++ /dev/null @@ -1,31 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/Match.html -/// Match = [(O,P,T,I,O,N,A,L), SP], (M,A,T,C,H), [SP], Pattern, [[SP], Where] ; -/// </summary> -public class Match : Visitable, IReadingClause -{ - public Match(bool isOptional, Pattern pattern, Where? where) - { - IsOptional = isOptional; - Pattern = pattern; - Where = where; - } - - public override ClauseKind Kind => ClauseKind.Match; - - public bool IsOptional { get;} - - public Pattern Pattern { get;} - - public Where? Where { get;} - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Pattern.Visit(cypherVisitor); - Where?.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/NestedExpression.cs b/src/HotChocolate/Neo4J/src/Data/Language/NestedExpression.cs deleted file mode 100644 index 76d06ed1852..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/NestedExpression.cs +++ /dev/null @@ -1,20 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class NestedExpression : Expression -{ - public NestedExpression(Expression expression) - { - Expression = expression; - } - - public override ClauseKind Kind => ClauseKind.NestedExpression; - - public Expression Expression { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Expressions.NameOrExpression(Expression).Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Node.cs b/src/HotChocolate/Neo4J/src/Data/Language/Node.cs deleted file mode 100644 index 13d46cc14d0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Node.cs +++ /dev/null @@ -1,177 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/railroad/NodePattern.html"> -/// Node Pattern -/// </a> -/// </summary> -public class Node - : Visitable - , IPatternElement - , IPropertyContainer - , IExposesRelationships<Relationship> - , IExposesProperties<Node> -{ - private Node( - string? primaryLabel, - Properties? properties, - params string[]? additionalLabels) - { - SymbolicName = null; - RequiredSymbolicName = null; - Labels = new List<NodeLabel>(); - - if (!string.IsNullOrEmpty(primaryLabel)) - { - Labels.Add(new NodeLabel(primaryLabel)); - } - - if (additionalLabels != null && additionalLabels.Any()) - { - foreach (var nodeLabel in additionalLabels) - { - Labels.Add(new NodeLabel(nodeLabel)); - } - } - - Properties = properties; - } - - private Node(SymbolicName? symbolicName, Properties? properties, List<NodeLabel>? labels) - { - SymbolicName = symbolicName; - RequiredSymbolicName = symbolicName; - Properties = properties; - Labels = labels; - } - - public override ClauseKind Kind => ClauseKind.Node; - - public SymbolicName? SymbolicName { get; } - - public SymbolicName RequiredSymbolicName { get; } - - public Properties? Properties { get; } - - public List<NodeLabel>? Labels { get; } - - /// <summary> - /// Creates a copy of this node with a new symbolic name. - /// </summary> - /// <param name="newSymbolicName">The new symbolic name.</param> - /// <returns>The new node</returns> - public Node Named(string newSymbolicName) - { - Ensure.HasText(newSymbolicName, "Symbolic name is required"); - return new Node(SymbolicName.Of(newSymbolicName), Properties, Labels); - } - - /// <summary> - /// Creates a copy of this node with a new symbolic name. - /// </summary> - /// <param name="newSymbolicName">The new symbolic name.</param> - /// <returns>The new node</returns> - public Node Named(SymbolicName newSymbolicName) - { - Ensure.IsNotNull(newSymbolicName, "Symbolic name is required"); - return new Node(newSymbolicName, Properties, Labels); - } - - public Node WithProperties(MapExpression? newProperties) => - new(SymbolicName, - newProperties == null ? null : new Properties(newProperties), - Labels); - - public Node WithProperties(params object[] keysAndValues) - { - MapExpression? newProperties = null; - if (keysAndValues.Length != 0) - { - newProperties = MapExpression.Create(keysAndValues); - } - - return WithProperties(newProperties); - } - - public Property Property(string name) => Property(new[] - { - name - }); - - public Property Property(params string[] names) => - Language.Property.Create(this, names); - - public Property Property(Expression lookup) => - Language.Property.Create(this, lookup); - - public MapProjection Project(List<object> entries) => - Project(entries.ToArray()); - - public MapProjection Project(params object[] entries) => - RequiredSymbolicName.Project(entries); - - public static Node Create(string primaryLabel) - { - return new(primaryLabel, null, null); - } - - public static Node Create() - { - return new(null, null); - } - - public static Node Create(string primaryLabel, string[] additionalLabels) - { - return Create(primaryLabel, null, additionalLabels); - } - - public static Node Create( - string primaryLabel, - MapExpression? properties, - string[]? additionalLabels) - { - return new( - primaryLabel, - properties != null ? new Properties(properties) : null, - additionalLabels); - } - - public Relationship RelationshipTo(Node other, params string[] types) => - Relationship.Create(this, RelationshipDirection.Outgoing, other, types); - - public Relationship RelationshipFrom(Node other, params string[] types) => - Relationship.Create(this, RelationshipDirection.Incoming, other, types); - - public Relationship RelationshipBetween(Node other, params string[] types) => - Relationship.Create(this, RelationshipDirection.None, other, types); - - public Condition? IsEqualTo(Node otherNode) => - RequiredSymbolicName.IsEqualTo(otherNode.RequiredSymbolicName); - - public Condition? IsNotEqualTo(Node otherNode) => - RequiredSymbolicName.IsNotEqualTo(otherNode.RequiredSymbolicName); - - public Condition? IsNull() => RequiredSymbolicName?.IsNull(); - - public Condition? IsNotNull() => RequiredSymbolicName?.IsNotNull(); - - public SortItem? Descending => RequiredSymbolicName?.Descending(); - - public SortItem? Ascending => RequiredSymbolicName?.Ascending(); - - public AliasedExpression As(string alias) => - RequiredSymbolicName.As(alias); - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - SymbolicName?.Visit(cypherVisitor); - Labels?.ForEach(label => label.Visit(cypherVisitor)); - Properties?.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/NodeLabel.cs b/src/HotChocolate/Neo4J/src/Data/Language/NodeLabel.cs deleted file mode 100644 index 2eb79858365..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/NodeLabel.cs +++ /dev/null @@ -1,16 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Expression for a single node label. -/// </summary> -public class NodeLabel : Visitable -{ - public NodeLabel(string value) - { - Value = value; - } - - public override ClauseKind Kind => ClauseKind.NodeLabel; - - public string Value { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/NodeLabels.cs b/src/HotChocolate/Neo4J/src/Data/Language/NodeLabels.cs deleted file mode 100644 index bd7d753f53a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/NodeLabels.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Makes a list of <see cref="NodeLabel"/>. -/// </summary> -public class NodeLabels : Visitable -{ - public NodeLabels(List<NodeLabel> labels) - { - Labels = labels; - } - - public override ClauseKind Kind => ClauseKind.NodeLabels; - - public List<NodeLabel> Labels { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Labels.ForEach(value => value.Visit(cypherVisitor)); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Operation.cs b/src/HotChocolate/Neo4J/src/Data/Language/Operation.cs deleted file mode 100644 index 316d5c727c6..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Operation.cs +++ /dev/null @@ -1,87 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A binary operation. -/// </summary> -public class Operation : Expression -{ - private static readonly IReadOnlyList<Operator> _labelOperators = - new[] - { - Operator.SetLabel, - Operator.RemoveLabel - }; - - private static readonly IReadOnlyList<Operator> _dontGroup = - new[] - { - Operator.Exponent, - Operator.Pipe - }; - - private static readonly IReadOnlyList<OperatorType> _needsGroupingByType = - new[] - { - OperatorType.Property, - OperatorType.Label - }; - - public Operation(Expression left, Operator @operator, Expression right) - { - Left = left; - Operator = @operator; - Right = right; - } - - public Operation(Expression left, Operator @operator, NodeLabels right) - { - Left = left; - Operator = @operator; - Right = right; - } - - public override ClauseKind Kind => ClauseKind.Operation; - - public Expression Left { get; } - - public Operator Operator { get; } - - public Visitable Right { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Expressions.NameOrExpression(Left).Visit(cypherVisitor); - Operator.Visit(cypherVisitor); - Right.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public bool NeedsGrouping() => - _needsGroupingByType.Contains(Operator.Type) && !_dontGroup.Contains(Operator); - - public static Operation Create(Expression op1, Operator op, Expression op2) - { - Ensure.IsNotNull(op1, "The first operand must not be null."); - Ensure.IsNotNull(op, "Operator must not be empty."); - Ensure.IsNotNull(op2, "The second operand must not be null."); - - return new Operation(op1, op, op2); - } - - public static Operation Create(Expression op1, Operator op, params string[] nodeLabels) - { - Ensure.IsNotNull(op1, "The first operand must not be null."); - Ensure.IsTrue(_labelOperators.Contains(op), - "Only operators can be used to modify labels."); - Ensure.IsNotEmpty(nodeLabels, "The labels cannot be empty."); - - return new Operation( - op1, - op, - new NodeLabels(nodeLabels.Select(x => new NodeLabel(x)).ToList())); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Operations.cs b/src/HotChocolate/Neo4J/src/Data/Language/Operations.cs deleted file mode 100644 index a7e06ebe441..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Operations.cs +++ /dev/null @@ -1,31 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A set of operations. -/// </summary> -public static class Operations -{ - public static Operation Concat(Expression op1, Expression op2) => - Operation.Create(op1, Operator.Concat, op2); - - public static Operation Add(Expression op1, Expression op2) => - Operation.Create(op1, Operator.Addition, op2); - - public static Operation Subtract(Expression op1, Expression op2) => - Operation.Create(op1, Operator.Subtraction, op2); - - public static Operation Multiply(Expression op1, Expression op2) => - Operation.Create(op1, Operator.Multiplication, op2); - - public static Operation Divide(Expression op1, Expression op2) => - Operation.Create(op1, Operator.Division, op2); - - public static Operation Remainder(Expression op1, Expression op2) => - Operation.Create(op1, Operator.Modulo, op2); - - public static Operation Pow(Expression op1, Expression op2) => - Operation.Create(op1, Operator.Exponent, op2); - - public static Operation Set(Expression target, Expression value) => - Operation.Create(target, Operator.Set, value); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Operator.Defaults.cs b/src/HotChocolate/Neo4J/src/Data/Language/Operator.Defaults.cs deleted file mode 100644 index 389b5b52a69..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Operator.Defaults.cs +++ /dev/null @@ -1,84 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Operators that can be used in Cypher. -/// https://neo4j.com/docs/cypher-manual/current/syntax/operators/#query-operators-summary -/// </summary> -public partial class Operator -{ - // Aggregation - public static Operator Distinct { get; } = new("DISTINCT"); - - // Mathematical operators - public static Operator Addition { get; } = new("+"); - - public static Operator Subtraction { get; } = new("-"); - - public static Operator Multiplication { get; } = new("*"); - - public static Operator Division { get; } = new("/"); - - public static Operator Modulo { get; } = new("%"); - - public static Operator Exponent { get; } = new("^"); - - // Comparison operators - public static Operator Equality { get; } = new("="); - - public static Operator InEquality { get; } = new("<>"); - - public static Operator LessThan { get; } = new("<"); - - public static Operator GreaterThan { get; } = new(">"); - - public static Operator LessThanOrEqualTo { get; } = new("<="); - - public static Operator GreaterThanOrEqualTo { get; } = new(">="); - - public static Operator IsNull { get; } = new("IS NULL", OperatorType.Postfix); - - public static Operator IsNotNull { get; } = new("IS NOT NULL", OperatorType.Postfix); - - // String specific comparison operators - public static Operator StartsWith { get; } = new("STARTS WITH"); - - public static Operator EndsWith { get; } = new("ENDS WITH"); - - public static Operator Contains { get; } = new("CONTAINS"); - - // Boolean operators - public static Operator And { get; } = new("AND"); - - public static Operator Or { get; } = new("OR"); - - public static Operator XOr { get; } = new("XOR"); - - public static Operator Not { get; } = new("NOT", OperatorType.Prefix); - - // String operators - public static Operator Concat { get; } = new("+"); - - public static Operator Matches { get; } = new("=~"); - - // List operators - public static Operator In { get; } = new("IN"); - - public static Operator NotIn { get; } = new("NOT IN"); - - // Property operators - public static Operator Set { get; } = new("=", OperatorType.Property); - - public static Operator Get { get; } = new(".", OperatorType.Property); - - public static Operator Mutate { get; } = new("+=", OperatorType.Property); - - // Node operators - public static Operator SetLabel { get; } = new("", OperatorType.Label); - - public static Operator RemoveLabel { get; } = new("", OperatorType.Label); - - // Misc - public static Operator Eq { get; } = new("="); - - public static Operator Pipe { get; } = new("|"); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Operator.cs b/src/HotChocolate/Neo4J/src/Data/Language/Operator.cs deleted file mode 100644 index d2c7f1f0d48..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Operator.cs +++ /dev/null @@ -1,20 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Operators that can be used in Cypher. -/// https://neo4j.com/docs/cypher-manual/current/syntax/operators/#query-operators-summary -/// </summary> -public partial class Operator : Visitable -{ - public Operator(string rep, OperatorType type = OperatorType.Binary) - { - Representation = rep; - Type = type; - } - - public override ClauseKind Kind => ClauseKind.Operator; - - public OperatorType Type { get; } - - public string Representation { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/OperatorType.cs b/src/HotChocolate/Neo4J/src/Data/Language/OperatorType.cs deleted file mode 100644 index 9bad587b4e0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/OperatorType.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public enum OperatorType -{ - Binary, - Prefix, - Postfix, - Property, - Label -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/OrderBy.cs b/src/HotChocolate/Neo4J/src/Data/Language/OrderBy.cs deleted file mode 100644 index 9abe5402507..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/OrderBy.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// (O,R,D,E,R), SP, (B,Y), SP, SortItem, { ',', [SP], SortItem } ; -/// </summary> -public class OrderBy : TypedSubtree<SortItem>, ITypedSubtree -{ - public OrderBy(List<SortItem> items) : base(items) - { - } - - public override ClauseKind Kind => ClauseKind.OrderBy; -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Parameter.cs b/src/HotChocolate/Neo4J/src/Data/Language/Parameter.cs deleted file mode 100644 index fab95c3fe64..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Parameter.cs +++ /dev/null @@ -1,16 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class Parameter<T> : Expression -{ - public Parameter(string name, T value) - { - Name = name; - Value = value; - } - - public override ClauseKind Kind => ClauseKind.Parameter; - - public T Value { get; } - - public string Name { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Pattern.cs b/src/HotChocolate/Neo4J/src/Data/Language/Pattern.cs deleted file mode 100644 index fa914652c49..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Pattern.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// <para> -/// A pattern is something that can be matched. It consists of one or more pattern elements. -/// Those can be nodes or chains of nodes and relationships. -/// </para> -/// <para> -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/railroad/Pattern.html"> -/// Pattern -/// </a> -/// </para> -/// </summary> -public class Pattern : TypedSubtree<IPatternElement>, ITypedSubtree -{ - public Pattern(List<IPatternElement> patternElements) : base(patternElements) - { - } - - public Pattern(params IPatternElement[] patternElements) : base(patternElements) - { - } - - public override ClauseKind Kind => ClauseKind.Pattern; -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/PatternComprehension.cs b/src/HotChocolate/Neo4J/src/Data/Language/PatternComprehension.cs deleted file mode 100644 index 73b446b9823..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/PatternComprehension.cs +++ /dev/null @@ -1,56 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/railroad/PatternComprehension.html"> -/// PatternComprehension -/// </a> -/// and -/// <a href="https://neo4j.com/docs/cypher-manual/current/syntax/lists/#cypher-pattern-comprehension"> -/// the corresponding cypher manual entry -/// </a>. -/// </summary> -public class PatternComprehension : Expression -{ - public PatternComprehension( - IPatternElement patternElement, - Where? where, - Expression? expression) - { - PatternElement = patternElement; - Where = where; - Expression = expression; - } - - public PatternComprehension(IPatternElement patternElement, Expression? expression) - { - PatternElement = patternElement; - Where = null; - Expression = expression; - } - - public PatternComprehension(IPatternElement patternElement) - { - PatternElement = patternElement; - Where = null; - Expression = null; - } - - public override ClauseKind Kind => ClauseKind.PatternComprehension; - - public IPatternElement PatternElement { get;} - - public Where? Where { get;} - - public Expression? Expression { get;} - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - PatternElement.Visit(cypherVisitor); - Where?.Visit(cypherVisitor); - Operator.Pipe.Visit(cypherVisitor); - Expression?.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Predicates.cs b/src/HotChocolate/Neo4J/src/Data/Language/Predicates.cs deleted file mode 100644 index 89fe275830c..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Predicates.cs +++ /dev/null @@ -1,139 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Factory methods for creating predicates -/// </summary> -public class Predicates -{ - /// <summary> - /// See - /// <a href="https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-exists"> - /// Functions Exists - /// </a> - /// </summary> - /// <param name="property"></param> - /// <returns></returns> - public static Condition Exists(Property property) => - new BooleanFunctionCondition( - FunctionInvocation.Create(BuiltInFunctions.Predicates.Exists, property)); - - /// <summary> - /// See - /// <a href="https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-exists"> - /// Functions Exists - /// </a> - /// </summary> - /// <param name="pattern"></param> - /// <returns></returns> - public static Condition Exists(IRelationshipPattern pattern) => - new BooleanFunctionCondition( - FunctionInvocation.Create(BuiltInFunctions.Predicates.Exists, pattern)); - - /// <summary> - /// See - /// <a href="https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-all"> - /// Functions All - /// </a> - /// </summary> - /// <param name="variable"></param> - /// <returns></returns> - public static IOngoingListBasedPredicateFunction All(string variable) => - All(SymbolicName.Of(variable)); - - /// <summary> - /// See - /// <a href="https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-all"> - /// Functions All - /// </a> - /// </summary> - /// <param name="variable"></param> - /// <returns></returns> - public static IOngoingListBasedPredicateFunction All(SymbolicName variable) => - new Builder(BuiltInFunctions.Predicates.All, variable); - - /// <summary> - /// - /// </summary> - /// <param name="variable"></param> - /// <returns></returns> - public static IOngoingListBasedPredicateFunction Any(string variable) => - Any(SymbolicName.Of(variable)); - - /// <summary> - /// - /// </summary> - /// <param name="variable"></param> - /// <returns></returns> - public static IOngoingListBasedPredicateFunction Any(SymbolicName variable) => - new Builder(BuiltInFunctions.Predicates.Any, variable); - - /// <summary> - /// - /// </summary> - /// <param name="variable"></param> - /// <returns></returns> - public static IOngoingListBasedPredicateFunction None(string variable) => - Single(SymbolicName.Of(variable)); - - /// <summary> - /// - /// </summary> - /// <param name="variable"></param> - /// <returns></returns> - public static IOngoingListBasedPredicateFunction None(SymbolicName variable) => - new Builder(BuiltInFunctions.Predicates.None, variable); - - /// <summary> - /// - /// </summary> - /// <param name="variable"></param> - /// <returns></returns> - public static IOngoingListBasedPredicateFunction Single(string variable) => - Single(SymbolicName.Of(variable)); - - /// <summary> - /// See - /// <a href="https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-single"> - /// Functions Single - /// </a> - /// </summary> - /// <param name="variable">The variable referring to elements of a list</param> - /// <returns>A builder for the single() predicate function</returns> - public static IOngoingListBasedPredicateFunction Single(SymbolicName variable) => - new Builder(BuiltInFunctions.Predicates.Single, variable); - - /// <summary> - /// - /// </summary> - private sealed class Builder - : IOngoingListBasedPredicateFunction - , IOngoingListBasedPredicateFunctionWithList - { - private readonly BuiltInFunctions.Predicates _predicate; - private readonly SymbolicName _name; - private Expression _listExpression; - - public Builder(BuiltInFunctions.Predicates predicate, SymbolicName name) - { - Ensure.IsNotNull(predicate, "The predicate is required"); - Ensure.IsNotNull(name, "The name is required"); - _predicate = predicate; - _name = name; - } - - public IOngoingListBasedPredicateFunctionWithList In(Expression list) - { - Ensure.IsNotNull(list, "The list expression is required"); - _listExpression = list; - return this; - } - - public Condition Where(Condition condition) - { - Ensure.IsNotNull(condition, "The condition is required"); - return new BooleanFunctionCondition( - FunctionInvocation.Create(_predicate, - new ListPredicate(_name, _listExpression, new Where(condition)))); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/ProjectionBody.cs b/src/HotChocolate/Neo4J/src/Data/Language/ProjectionBody.cs deleted file mode 100644 index 9344274aea0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/ProjectionBody.cs +++ /dev/null @@ -1,40 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// The container or "body" for return items, order and optional skip things. -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/ProjectionBody.html"> -/// Projection Body -/// </a> -/// </summary> -public class ProjectionBody : Visitable -{ - public ProjectionBody( - ExpressionList returnItems, - OrderBy? orderBy, - Skip? skip, - Limit? limit) - { - ReturnItems = returnItems; - OrderBy = orderBy; - Skip = skip; - Limit = limit; - } - - public override ClauseKind Kind => ClauseKind.ProjectionBody; - - public ExpressionList ReturnItems { get; } - - public OrderBy? OrderBy { get; } - - public Skip? Skip { get; } - - public Limit? Limit { get; } - - public new void Visit(CypherVisitor cypherVisitor) - { - ReturnItems.Visit(cypherVisitor); - OrderBy?.Visit(cypherVisitor); - Skip?.Visit(cypherVisitor); - Limit?.Visit(cypherVisitor); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Properties.cs b/src/HotChocolate/Neo4J/src/Data/Language/Properties.cs deleted file mode 100644 index 18884a67d0f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Properties.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Represents properties of a node or a relationship. -/// </summary> -public class Properties : Visitable -{ - public Properties(MapExpression members) - { - Members = members; - } - - public override ClauseKind Kind => ClauseKind.Properties; - - public MapExpression Members { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Members.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Property.cs b/src/HotChocolate/Neo4J/src/Data/Language/Property.cs deleted file mode 100644 index e350569d02a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Property.cs +++ /dev/null @@ -1,90 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A property that belongs to a property container (either Node or Relationship). -/// </summary> -public class Property : Expression -{ - private Property( - INamed? container, - Expression containerReference, - List<PropertyLookup> names) - { - Container = container; - ContainerReference = containerReference; - Names = names; - } - - public override ClauseKind Kind => ClauseKind.Property; - - public List<PropertyLookup> Names { get; } - - public INamed? Container { get; } - - public Expression ContainerReference { get; } - - private static SymbolicName ExtractRequiredSymbolicName(INamed parentContainer) - { - try - { - return parentContainer.RequiredSymbolicName; - } - catch (InvalidOperationException) - { - throw new ArgumentException(Neo4JResources.Language_NeedsAParentWithSymbolicName); - } - } - - public Operation To(Expression expression) => Operations.Set(this, expression); - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - ContainerReference.Visit(cypherVisitor); - Names.ForEach(name => name.Visit(cypherVisitor)); - cypherVisitor.Leave(this); - } - - public static Property Create(INamed parentContainer, params string[] names) - { - var requiredSymbolicName = ExtractRequiredSymbolicName(parentContainer); - return new Property(parentContainer, - requiredSymbolicName, - CreateListOfChainedNames(names)); - } - - public static Property Create(Expression containerReference, params string[] names) - { - Ensure.IsNotNull(containerReference, "The property container is required."); - return new Property(null, containerReference, CreateListOfChainedNames(names)); - } - - public static Property Create(INamed parentContainer, Expression lookup) - { - var requiredSymbolicName = ExtractRequiredSymbolicName(parentContainer); - return new Property( - parentContainer, - requiredSymbolicName, - new List<PropertyLookup> { PropertyLookup.ForExpression(lookup) }); - } - - public static Property Create(Expression containerContainer, Expression lookup) - { - return new( - null, - containerContainer, - new List<PropertyLookup> { PropertyLookup.ForExpression(lookup) }); - } - - private static List<PropertyLookup> CreateListOfChainedNames(params string[] names) - { - Ensure.IsNotEmpty(names, "The properties name is required."); - return names.Length == 1 - ? new List<PropertyLookup> { PropertyLookup.ForName(names[0]) } - : names.Select(PropertyLookup.ForName).ToList(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/PropertyLookup.cs b/src/HotChocolate/Neo4J/src/Data/Language/PropertyLookup.cs deleted file mode 100644 index fb74aad45b4..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/PropertyLookup.cs +++ /dev/null @@ -1,38 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class PropertyLookup : Expression -{ - private static readonly PropertyLookup _wildcard = new(Asterisk.Instance, false); - - public PropertyLookup(Expression propertyKeyName, bool isDynamicLookup) - { - PropertyKeyName = propertyKeyName; - IsDynamicLookup = isDynamicLookup; - } - - public override ClauseKind Kind => ClauseKind.PropertyLookup; - - public Expression PropertyKeyName { get; } - - public bool IsDynamicLookup { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - PropertyKeyName.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static PropertyLookup Wildcard() => _wildcard; - - public static PropertyLookup ForName(string name) - { - return new(SymbolicName.Unsafe(name), false); - } - - public static PropertyLookup ForExpression(Expression expression) - { - Ensure.IsNotNull(expression, "The expression is required"); - return new PropertyLookup(expression, true); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Relationship.cs b/src/HotChocolate/Neo4J/src/Data/Language/Relationship.cs deleted file mode 100644 index 234fcf1d76a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Relationship.cs +++ /dev/null @@ -1,144 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using ServiceStack; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/RelationshipPattern.html"> -/// Relationship Pattern -/// </a> -/// </summary> -public class Relationship - : Visitable - , IRelationshipPattern - , IPropertyContainer - , IExposesProperties<Relationship> -{ - private Relationship(Node left, RelationshipDetails details, Node right) - { - Left = left; - Right = right; - Details = details; - } - - public override ClauseKind Kind => ClauseKind.Relationship; - - public Node Left { get; } - - public Node Right { get; } - - public RelationshipDetails Details { get; } - - public Relationship Named(SymbolicName newSymbolicName) => - new(Left, Details.Named(newSymbolicName), Right); - - public Relationship Named(string newSymbolicName) => - new(Left, Details.Named(newSymbolicName), Right); - - public Relationship Unbounded() => - new(Left, Details.Unbounded(), Right); - - public Relationship Minimum(int minimum) => - new(Left, Details.Minimum(minimum), Right); - - public Relationship Maximum(int maximum) => - new(Left, Details.Maximum(maximum), Right); - - public Relationship Length(int minimum, int maximum) => - new(Left, Details.Minimum(minimum).Maximum(maximum), Right); - - public SymbolicName? SymbolicName => Details.SymbolicName; - - public SymbolicName RequiredSymbolicName => Details.SymbolicName; - - public Property Property(string name) - { - throw new NotImplementedException(); - } - - public Property Property(params string[] names) - { - throw new NotImplementedException(); - } - - public Property Property(Expression lookup) - { - throw new NotImplementedException(); - } - - public MapProjection Project(List<object> entries) - { - return Project(entries.ToArray()); - } - - public MapProjection Project(params object[] entries) - { - return SymbolicName.Project(entries); - } - - public Relationship WithProperties(MapExpression? newProperties) - { - if (newProperties == null && Details.Properties == null) - { - return this; - } - - return new Relationship( - Left, - Details.With(newProperties == null ? null : new Properties(newProperties)), - Right); - } - - public Relationship WithProperties(params object[] keysAndValues) - { - MapExpression? newProperties = null; - if (keysAndValues != null && keysAndValues.Length != 0) - { - newProperties = MapExpression.Create(keysAndValues); - } - - return WithProperties(newProperties); - } - - public RelationshipChain RelationshipTo(Node other, params string[] types) => - RelationshipChain.Create(this).Add(Right.RelationshipTo(other, types)); - - public RelationshipChain RelationshipFrom(Node other, params string[] types) => - RelationshipChain.Create(this).Add(Right.RelationshipFrom(other, types)); - - public RelationshipChain RelationshipBetween(Node other, params string[] types) => - RelationshipChain.Create(this).Add(Right.RelationshipBetween(other, types)); - - public Condition AsCondition() => new RelationshipPatternCondition(this); - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Left.Visit(cypherVisitor); - Details.Visit(cypherVisitor); - Right.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static Relationship Create( - Node left, - RelationshipDirection? relationshipDirection, - Node right, - params string[] types) - { - Ensure.IsNotNull(left, "Left node is required."); - Ensure.IsNotNull(right, "Right node is required."); - - var listOfTypes = types.Where(s => !string.IsNullOrEmpty(s)).ToList(); - - var details = RelationshipDetails.Create( - relationshipDirection ?? RelationshipDirection.None, - null, - listOfTypes.IsNullOrEmpty() ? null : new RelationshipTypes(listOfTypes)); - - return new Relationship(left, details, right); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipChain.cs b/src/HotChocolate/Neo4J/src/Data/Language/RelationshipChain.cs deleted file mode 100644 index 0ebeb8ef4b6..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipChain.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Represents a chain of relationships. The chain is meant to be in order and the right node of an element is related to -/// the left node of the next element. -/// </summary> -public class RelationshipChain - : Visitable - , IRelationshipPattern -{ - private readonly List<Relationship> _relationships = new(); - - public override ClauseKind Kind => ClauseKind.RelationshipChain; - - public RelationshipChain Add(Relationship element) - { - Ensure.IsNotNull(element, "Elements of a relationship chain must not be null."); - _relationships.Add(element); - return this; - } - - public RelationshipChain RelationshipTo(Node other, params string[] types) - { - return Add(_relationships.Peek().Right.RelationshipTo(other, types)); - } - - public RelationshipChain RelationshipFrom(Node other, params string[] types) - { - return Add(_relationships.Peek().Right.RelationshipFrom(other, types)); - } - - public RelationshipChain RelationshipBetween(Node other, params string[] types) - { - return Add(_relationships.Peek().Right.RelationshipBetween(other, types)); - } - - public RelationshipChain Unbounded() - { - var lastElement = _relationships.Pop(); - return Add(lastElement.Unbounded()); - } - - public RelationshipChain Minmum(int minimum) - { - var lastElement = _relationships.Pop(); - return Add(lastElement.Minimum(minimum)); - } - - public RelationshipChain Maximum(int maximum) - { - var lastElement = _relationships.Pop(); - return Add(lastElement.Maximum(maximum)); - } - - public RelationshipChain Length(int minimum, int maximum) - { - var lastElement = _relationships.Pop(); - return Add(lastElement.Length(minimum, maximum)); - } - - public RelationshipChain Properties(MapExpression newpProperties) - { - var lastElement = _relationships.Pop(); - return Add(lastElement.WithProperties(newpProperties)); - } - - public RelationshipChain Properties(params object[] keysAndValues) - { - var lastElement = _relationships.Pop(); - return Add(lastElement.WithProperties(keysAndValues)); - } - - public RelationshipChain Named(string newSymbolicName) - { - var lastElement = _relationships.Pop(); - return Add(lastElement.Named(newSymbolicName)); - } - - public Condition AsCondition() => new RelationshipPatternCondition(this); - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Node? lastNode = null; - foreach (var relationship in _relationships) - { - relationship.Left.Visit(cypherVisitor); - relationship.Details.Visit(cypherVisitor); - - lastNode = relationship.Right; - } - - lastNode?.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static RelationshipChain Create(Relationship firstElement) => - new RelationshipChain().Add(firstElement); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipDetails.cs b/src/HotChocolate/Neo4J/src/Data/Language/RelationshipDetails.cs deleted file mode 100644 index cf138db86ad..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipDetails.cs +++ /dev/null @@ -1,110 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// See <a href="https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/RelationshipDetail.html">RelationshipDetail</a>. -/// This is not a public API and just used internally for structuring the tree. -/// </summary> -public class RelationshipDetails : Visitable -{ - private RelationshipDetails( - RelationshipDirection relationshipDirection, - SymbolicName? symbolicName, - RelationshipTypes? relationshipTypes, - RelationshipLength? length, - Properties? properties) - { - Direction = relationshipDirection; - SymbolicName = symbolicName; - Types = relationshipTypes; - Length = length; - Properties = properties; - } - - public override ClauseKind Kind => ClauseKind.RelationshipDetails; - - public RelationshipDirection Direction { get; } - - public RelationshipTypes? Types { get; } - - public Properties? Properties { get; } - - public SymbolicName? SymbolicName { get; } - - public RelationshipLength? Length { get; } - - public bool HasContent() => - SymbolicName != null || - Types != null || - Length != null || - Properties != null; - - public RelationshipDetails Named(string newSymbolicName) - { - Ensure.IsNotNull(newSymbolicName, "Symbolic name is required."); - return Named(SymbolicName.Of(newSymbolicName)); - } - - public RelationshipDetails Named(SymbolicName newSymbolicName) - { - Ensure.IsNotNull(newSymbolicName, "Symbolic name is required."); - return new(Direction, newSymbolicName, Types, Length, Properties); - } - - public RelationshipDetails With(Properties newProperties) => - new(Direction, SymbolicName, Types, Length, newProperties); - - public RelationshipDetails Unbounded() => - new(Direction, SymbolicName, Types, new RelationshipLength(), Properties); - - public RelationshipDetails Minimum(int? minimum) - { - if (minimum == null && Length?.Minimum == null) - { - return this; - } - - var newLength = Length == null - ? new RelationshipLength(minimum, null) - : new RelationshipLength(minimum, Length.Maximum); - - return new RelationshipDetails(Direction, - SymbolicName, - Types, - newLength, - Properties); - } - - public RelationshipDetails Maximum(int? maximum) - { - if (maximum == null && Length?.Maximum == null) - { - return this; - } - - var newLength = Length == null - ? new RelationshipLength(null, maximum) - : new RelationshipLength(Length.Minimum, maximum); - - return new RelationshipDetails(Direction, - SymbolicName, - Types, - newLength, - Properties); - } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - SymbolicName?.Visit(cypherVisitor); - Types?.Visit(cypherVisitor); - Length?.Visit(cypherVisitor); - Properties?.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static RelationshipDetails Create( - RelationshipDirection direction, - SymbolicName? symbolicName, - RelationshipTypes? types) => - new(direction, symbolicName, types, null, null); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipDirection.cs b/src/HotChocolate/Neo4J/src/Data/Language/RelationshipDirection.cs deleted file mode 100644 index 530a5a6c9d9..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipDirection.cs +++ /dev/null @@ -1,20 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class RelationshipDirection -{ - public RelationshipDirection(string symbolLeft, string symbolRight) - { - LeftSymbol = symbolLeft; - RightSymbol = symbolRight; - } - - public string LeftSymbol { get; } - - public string RightSymbol { get; } - - public static RelationshipDirection Outgoing { get; } = new("-", "->"); - - public static RelationshipDirection Incoming { get; } = new("<-", "-"); - - public static RelationshipDirection None { get; } = new("-", "-"); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipLength.cs b/src/HotChocolate/Neo4J/src/Data/Language/RelationshipLength.cs deleted file mode 100644 index 79ad5bfc93e..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipLength.cs +++ /dev/null @@ -1,42 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Expresses the length of a relationship. -/// </summary> -public class RelationshipLength : Visitable -{ - public RelationshipLength() - { - Minimum = null; - Maximum = null; - IsUnbounded = true; - } - - public RelationshipLength(int? minimum, int? maximum) - { - Minimum = minimum; - Maximum = maximum; - IsUnbounded = false; - } - - public override ClauseKind Kind => ClauseKind.RelationshipLength; - - /// <summary> - /// - /// </summary> - /// <returns>Minimum number of hops to match.</returns> - public int? Minimum { get; } - - /// <summary> - /// - /// </summary> - /// <returns>Maximum number of hops to match.</returns> - public int? Maximum { get; } - - /// <summary> - /// - /// </summary> - /// <returns>True if neither minimum nor maximum number of hops are set.</returns> - public bool IsUnbounded { get; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipPatternCondition.cs b/src/HotChocolate/Neo4J/src/Data/Language/RelationshipPatternCondition.cs deleted file mode 100644 index 8f84f0ca4e9..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipPatternCondition.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Internal wrapper for marking a path pattern as a condition. -/// </summary> -public class RelationshipPatternCondition : Condition -{ - public RelationshipPatternCondition(IRelationshipPattern pattern) - { - Pattern = pattern; - } - - public override ClauseKind Kind => ClauseKind.RelationshipPatternCondition; - - public IRelationshipPattern Pattern { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Pattern.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipTypes.cs b/src/HotChocolate/Neo4J/src/Data/Language/RelationshipTypes.cs deleted file mode 100644 index d149af996c4..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/RelationshipTypes.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/M15/railroad/RelationshipDetail.html#RelationshipTypes"> -/// Relationship Types -/// </a> -/// </summary> -public class RelationshipTypes : Visitable -{ - public RelationshipTypes(List<string> values) - { - Values = values; - } - - public override ClauseKind Kind => ClauseKind.RelationshipTypes; - - /// <summary> - /// The list of types. The types are not escaped and must be escaped prior to rendering. - /// </summary> - public List<string> Values { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Return.cs b/src/HotChocolate/Neo4J/src/Data/Language/Return.cs deleted file mode 100644 index 9cebfadb26f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Return.cs +++ /dev/null @@ -1,27 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// The RETURN clause defines what to include in the query result set. -/// </summary> -public class Return : Visitable -{ - public Return( - ExpressionList returnItems, - OrderBy? orderBy = null, - Skip? skip = null, - Limit? limit = null) - { - Items = new ProjectionBody(returnItems, orderBy, skip, limit); - } - - public override ClauseKind Kind => ClauseKind.Return; - - public ProjectionBody Items { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Items.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Skip.cs b/src/HotChocolate/Neo4J/src/Data/Language/Skip.cs deleted file mode 100644 index 6e054f8d439..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Skip.cs +++ /dev/null @@ -1,30 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class Skip : Visitable -{ - public Skip(IntegerLiteral amount) - { - Amount = amount; - } - - public Skip(int skipAmount) - { - Amount = new IntegerLiteral(skipAmount); - } - - public override ClauseKind Kind => ClauseKind.Skip; - - public IntegerLiteral Amount { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Amount.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } - - public static Skip Create(int value) - { - return new(new IntegerLiteral(value)); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/SortDirection.cs b/src/HotChocolate/Neo4J/src/Data/Language/SortDirection.cs deleted file mode 100644 index d05af3818b8..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/SortDirection.cs +++ /dev/null @@ -1,19 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class SortDirection : Visitable -{ - public SortDirection(string symbol) - { - Symbol = symbol; - } - - public override ClauseKind Kind => ClauseKind.SortDirection; - - public string Symbol { get; } - - public static SortDirection Undefined { get; } = new(""); - - public static SortDirection Ascending { get; } = new("ASC"); - - public static SortDirection Descending { get; } = new("DESC"); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/SortItem.cs b/src/HotChocolate/Neo4J/src/Data/Language/SortItem.cs deleted file mode 100644 index a1737b42f12..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/SortItem.cs +++ /dev/null @@ -1,38 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public class SortItem : Visitable -{ - public SortItem(Expression expression, SortDirection? direction) - { - Expression = expression; - Direction = direction; - } - - public override ClauseKind Kind => ClauseKind.SortItem; - - public Expression Expression { get; } - - public SortDirection? Direction { get; } - - public SortItem Ascending() => new(Expression, SortDirection.Ascending); - - public SortItem Descending() => new(Expression, SortDirection.Descending); - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Expressions.NameOrExpression(Expression).Visit(cypherVisitor); - - if (Direction != SortDirection.Undefined) - { - Direction?.Visit(cypherVisitor); - } - - cypherVisitor.Leave(this); - } - - public static SortItem Create(Expression expression, SortDirection? direction) - { - return new(expression, direction ?? SortDirection.Undefined); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Statement.cs b/src/HotChocolate/Neo4J/src/Data/Language/Statement.cs deleted file mode 100644 index 2b4bba6bce1..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Statement.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Data.Neo4J.Language; - -public abstract class Statement : Visitable -{ - public override ClauseKind Kind => ClauseKind.Statement; - - public abstract Dictionary<string, object> GetParameters(); - - public abstract List<string> GetParameterNames(); - - public static StatementBuilder Builder() => new(); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/StatementBuilder.cs b/src/HotChocolate/Neo4J/src/Data/Language/StatementBuilder.cs deleted file mode 100644 index 62c354169d8..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/StatementBuilder.cs +++ /dev/null @@ -1,102 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -public class StatementBuilder -{ - private Match? _match; - private Return? _return; - private OrderBy? _orderBy; - private Skip? _skip; - private Limit? _limit; - - public StatementBuilder Match(params IPatternElement[] elements) => - Match(false, elements); - - public StatementBuilder Match(Where? optionalWhere, params IPatternElement[] elements) => - Match(false, optionalWhere, elements); - - private StatementBuilder Match(bool optional, params IPatternElement[] elements) - { - _match = new Match(optional, new Pattern(elements.ToList()), null); - return this; - } - - private StatementBuilder Match( - bool optional, - Where? optionalWhere, - params IPatternElement[] elements) - { - _match = new Match(optional, new Pattern(elements.ToList()), optionalWhere); - return this; - } - - public StatementBuilder Return(params INamed[] elements) - { - _return = new Return(new ExpressionList(Expressions.CreateSymbolicNames(elements))); - return this; - } - - public StatementBuilder OrderBy(params SortItem[] items) - { - _orderBy = new OrderBy(items.ToList()); - return this; - } - - public StatementBuilder OrderBy(List<SortItem> items) - { - _orderBy = new OrderBy(items); - return this; - } - - public StatementBuilder Return(params Expression[]? expressions) - { - _return = new Return(new ExpressionList(expressions)); - return this; - } - - public StatementBuilder Where(Condition condition) - { - //_where = new Where(condition); - return this; - } - - public StatementBuilder Skip(int skipNumber) - { - _skip = new Skip(skipNumber); - return this; - } - - public StatementBuilder Limit(int limitNumber) - { - _limit = new Limit(limitNumber); - return this; - } - - public string Build() - { - var visitor = new CypherVisitor(); - - _match?.Visit(visitor); - _return?.Visit(visitor); - if (_orderBy is not null) - { - _orderBy?.Visit(visitor); - } - else if (_return is not null) - { - var selections = _return.Items.ReturnItems.GetChildren(); - - _orderBy = new OrderBy( - selections.Select(x => Cypher.Sort(x).Ascending()).ToList()); - - _orderBy.Visit(visitor); - } - - _skip?.Visit(visitor); - _limit?.Visit(visitor); - - return visitor.Print(); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Symbol.cs b/src/HotChocolate/Neo4J/src/Data/Language/Symbol.cs deleted file mode 100644 index 18393a2a1a8..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Symbol.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Symbols used during Cypher rendering. -/// </summary> -public static class Symbol -{ - public const string Colon = ":"; - - public const string Pipe = "|"; -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/SymbolicName.cs b/src/HotChocolate/Neo4J/src/Data/Language/SymbolicName.cs deleted file mode 100644 index cbbe3a29fa5..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/SymbolicName.cs +++ /dev/null @@ -1,40 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// A symbolic name to identify nodes, relationships and aliased items. -/// See -/// <see href="https://s3.amazonaws.com/artifacts.opencypher.org/railroad/SchemaName.html"> -/// SchemaName -/// </see> -/// <see href="https://s3.amazonaws.com/artifacts.opencypher.org/railroad/SymbolicName.html"> -/// SymbolicName -/// </see> -/// </summary> -public class SymbolicName : Expression -{ - private SymbolicName(string value) - { - Value = value; - } - - public override ClauseKind Kind => ClauseKind.SymbolicName; - - public string Value { get; } - - public static SymbolicName Of(string name) - { - Ensure.HasText(name, "Name must not be empty."); - return new SymbolicName(name); - } - - public static SymbolicName Unresolved() => new(null); - - public static SymbolicName Unsafe(string name) - { - Ensure.HasText(name, "Name must not be empty."); - return new SymbolicName(name); - } - - public MapProjection Project(params object[] entries) => - MapProjection.Create(this, entries); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/TypedSubtree.cs b/src/HotChocolate/Neo4J/src/Data/Language/TypedSubtree.cs deleted file mode 100644 index 04607187e84..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/TypedSubtree.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// This class helps to group items of the same type on the same level of the tree into a list structure that can be -/// recognized by visitors. -/// </summary> -/// <typeparam name="T">The children's type</typeparam> -public abstract class TypedSubtree<T> : Visitable where T : IVisitable -{ - /// <summary> - /// The content of this typed subtree. - /// </summary> - protected readonly List<T> Children; - - /// <summary> - /// Creates a new typed subtree with the given content. - /// </summary> - /// <param name="children">The content of this subtree.</param> - protected TypedSubtree(params T[] children) - { - Children = children.ToList(); - } - - /// <summary> - /// Creates a new typed subtree with the given content. - /// </summary> - /// <param name="children">The content of this subtree.</param> - protected TypedSubtree(List<T> children) - { - Children = children; - } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Children.ForEach(child => PrepareVisit(child).Visit(cypherVisitor)); - cypherVisitor.Leave(this); - } - - /// <summary> - /// A hook to inject item in visitation of child elements. - /// </summary> - /// <param name="child">The current child element.</param> - /// <returns>The visitable that has been prepared</returns> - protected virtual IVisitable PrepareVisit(T child) => child; - - internal IReadOnlyCollection<T> GetChildren() => Children.AsReadOnly(); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Visitable.cs b/src/HotChocolate/Neo4J/src/Data/Language/Visitable.cs deleted file mode 100644 index 3e344ed64af..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Visitable.cs +++ /dev/null @@ -1,16 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -public abstract class Visitable : IVisitable -{ - public abstract ClauseKind Kind { get; } - - /// <summary> - /// Visits a visitor visiting this Visitable and its nested Visitable if applicable. - /// </summary> - /// <param name="cypherVisitor"></param> - public virtual void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.Enter.cs b/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.Enter.cs deleted file mode 100644 index 964fc79db6d..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.Enter.cs +++ /dev/null @@ -1,143 +0,0 @@ -using System; - -namespace HotChocolate.Data.Neo4J.Language; - -public partial class CypherVisitor -{ - public void Enter(IVisitable visitable) - { - if (PreEnter(visitable)) - { - _currentVisitedElements.AddFirst(visitable); - } - - switch (visitable.Kind) - { - case ClauseKind.Match: - EnterVisitable((Match)visitable); - break; - case ClauseKind.Where: - EnterVisitable((Where)visitable); - break; - case ClauseKind.Node: - EnterVisitable((Node)visitable); - break; - case ClauseKind.SymbolicName: - EnterVisitable((SymbolicName)visitable); - break; - case ClauseKind.NodeLabel: - EnterVisitable((NodeLabel)visitable); - break; - case ClauseKind.Properties: - EnterVisitable((Properties)visitable); - break; - case ClauseKind.MapExpression: - EnterVisitable((MapExpression)visitable); - break; - case ClauseKind.PropertyLookup: - EnterVisitable((PropertyLookup)visitable); - break; - case ClauseKind.Operator: - EnterVisitable((Operator)visitable); - break; - case ClauseKind.KeyValueMapEntry: - EnterVisitable((KeyValueMapEntry)visitable); - break; - case ClauseKind.Literal: - EnterVisitable((ILiteral)visitable); - break; - case ClauseKind.CompoundCondition: - EnterVisitable((CompoundCondition)visitable); - break; - case ClauseKind.NestedExpression: - EnterVisitable((NestedExpression)visitable); - break; - case ClauseKind.Return: - EnterVisitable((Return)visitable); - break; - case ClauseKind.OrderBy: - EnterVisitable((OrderBy)visitable); - break; - case ClauseKind.Skip: - EnterVisitable((Skip)visitable); - break; - case ClauseKind.Limit: - EnterVisitable((Limit)visitable); - break; - case ClauseKind.Exists: - EnterVisitable((Exists)visitable); - break; - case ClauseKind.PatternComprehension: - EnterVisitable((PatternComprehension)visitable); - break; - case ClauseKind.AliasedExpression: - EnterVisitable((AliasedExpression)visitable); - break; - case ClauseKind.RelationshipDetails: - EnterVisitable((RelationshipDetails)visitable); - break; - case ClauseKind.RelationshipTypes: - EnterVisitable((RelationshipTypes)visitable); - break; - case ClauseKind.RelationshipLength: - EnterVisitable((RelationshipLength)visitable); - break; - case ClauseKind.ListExpression: - EnterVisitable((ListExpression)visitable); - break; - case ClauseKind.SortDirection: - EnterVisitable((SortDirection)visitable); - break; - case ClauseKind.With: - EnterVisitable((With)visitable); - break; - case ClauseKind.FunctionInvocation: - EnterVisitable((FunctionInvocation)visitable); - break; - case ClauseKind.Operation: - EnterVisitable((Operation)visitable); - break; - case ClauseKind.ListComprehension: - EnterVisitable((ListComprehension)visitable); - break; - case ClauseKind.MapProjection: - case ClauseKind.Expression: - case ClauseKind.Visitable: - case ClauseKind.TypedSubtree: - case ClauseKind.Pattern: - case ClauseKind.ExcludePattern: - case ClauseKind.StatementPrefix: - case ClauseKind.Comparison: - case ClauseKind.Property: - case ClauseKind.SortItem: - case ClauseKind.BooleanLiteral: - case ClauseKind.StringLiteral: - case ClauseKind.ExpressionList: - case ClauseKind.NodeLabels: - case ClauseKind.Relationship: - case ClauseKind.OptionalMatch: - case ClauseKind.Unwind: - case ClauseKind.YieldItems: - case ClauseKind.Set: - case ClauseKind.Foreach: - case ClauseKind.Merge: - case ClauseKind.Union: - case ClauseKind.Use: - case ClauseKind.LoadCsv: - case ClauseKind.Condition: - case ClauseKind.Default: - case ClauseKind.DistinctExpression: - case ClauseKind.RelationshipChain: - case ClauseKind.RelationshipPatternCondition: - case ClauseKind.Statement: - case ClauseKind.ExpressionCondition: - case ClauseKind.HasLabelCondition: - case ClauseKind.BooleanFunctionCondition: - case ClauseKind.NotCondition: - case ClauseKind.ProjectionBody: - break; - default: - throw new ArgumentOutOfRangeException(); - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.Leave.cs b/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.Leave.cs deleted file mode 100644 index fb55788ebdd..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.Leave.cs +++ /dev/null @@ -1,114 +0,0 @@ -using System; - -namespace HotChocolate.Data.Neo4J.Language; - -public partial class CypherVisitor -{ - public void Leave(IVisitable visitable) - { - if (Equals(_currentVisitedElements.First?.Value, visitable)) - { - PostLeave(visitable ?? throw new ArgumentNullException(nameof(visitable))); - _currentVisitedElements.RemoveFirst(); - } - - switch (visitable.Kind) - { - case ClauseKind.Match: - LeaveVisitable((Match)visitable); - break; - case ClauseKind.Node: - LeaveVisitable((Node)visitable); - break; - case ClauseKind.MapExpression: - LeaveVisitable((MapExpression)visitable); - break; - case ClauseKind.CompoundCondition: - LeaveVisitable((CompoundCondition)visitable); - break; - case ClauseKind.NestedExpression: - LeaveVisitable((NestedExpression)visitable); - break; - case ClauseKind.PatternComprehension: - LeaveVisitable((PatternComprehension)visitable); - break; - case ClauseKind.RelationshipDetails: - LeaveVisitable((RelationshipDetails)visitable); - break; - case ClauseKind.PropertyLookup: - LeaveVisitable((PropertyLookup)visitable); - break; - case ClauseKind.ListExpression: - LeaveVisitable((ListExpression)visitable); - break; - case ClauseKind.With: - LeaveVisitable((With)visitable); - break; - case ClauseKind.FunctionInvocation: - LeaveVisitable((FunctionInvocation)visitable); - break; - case ClauseKind.Operation: - LeaveVisitable((Operation)visitable); - break; - case ClauseKind.ListComprehension: - LeaveVisitable((ListComprehension)visitable); - break; - case ClauseKind.AliasedExpression: - case ClauseKind.SortDirection: - case ClauseKind.Expression: - case ClauseKind.Visitable: - case ClauseKind.TypedSubtree: - case ClauseKind.Pattern: - case ClauseKind.ExcludePattern: - case ClauseKind.Operator: - case ClauseKind.StatementPrefix: - case ClauseKind.Comparison: - case ClauseKind.KeyValueMapEntry: - case ClauseKind.MapProjection: - case ClauseKind.Properties: - case ClauseKind.Property: - case ClauseKind.SortItem: - case ClauseKind.Literal: - case ClauseKind.BooleanLiteral: - case ClauseKind.StringLiteral: - case ClauseKind.ExpressionList: - case ClauseKind.SymbolicName: - case ClauseKind.NodeLabel: - case ClauseKind.NodeLabels: - case ClauseKind.Relationship: - case ClauseKind.OptionalMatch: - case ClauseKind.Return: - case ClauseKind.Unwind: - case ClauseKind.YieldItems: - case ClauseKind.Exists: - case ClauseKind.Distinct: - case ClauseKind.OrderBy: - case ClauseKind.Skip: - case ClauseKind.Limit: - case ClauseKind.Set: - case ClauseKind.Foreach: - case ClauseKind.Merge: - case ClauseKind.Union: - case ClauseKind.Use: - case ClauseKind.LoadCsv: - case ClauseKind.Condition: - case ClauseKind.Default: - case ClauseKind.DistinctExpression: - case ClauseKind.RelationshipChain: - case ClauseKind.RelationshipPatternCondition: - case ClauseKind.Statement: - case ClauseKind.RelationshipLength: - case ClauseKind.RelationshipTypes: - case ClauseKind.ExpressionCondition: - case ClauseKind.HasLabelCondition: - case ClauseKind.Where: - case ClauseKind.BooleanFunctionCondition: - case ClauseKind.NotCondition: - case ClauseKind.ProjectionBody: - case ClauseKind.ListPredicate: - case ClauseKind.UnionPart: - case ClauseKind.UnionQuery: - break; - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.VisitationMap.cs b/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.VisitationMap.cs deleted file mode 100644 index cdd93a47ecb..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.VisitationMap.cs +++ /dev/null @@ -1,230 +0,0 @@ -using System.Linq; - -namespace HotChocolate.Data.Neo4J.Language; - -public partial class CypherVisitor -{ - private void EnterVisitable(Match match) - { - if (match.IsOptional) - { - _writer.Write("OPTIONAL "); - } - - _writer.Write("MATCH "); - } - - private void LeaveVisitable(Match _) => _writer.Write(" "); - - private void EnterVisitable(Where _) => _writer.Write(" WHERE "); - - private void EnterVisitable(Exists _) => _writer.Write(" EXISTS "); - - private void EnterVisitable(Node node) - { - _writer.Write("("); - _skipNodeContent = _visitedNamed.Contains(node); - - if (!_skipNodeContent) - { - return; - } - - var symbolicName = - node.SymbolicName?.Value ?? - node.RequiredSymbolicName.Value; - - _writer.Write(symbolicName); - } - - private void LeaveVisitable(Node _) - { - _writer.Write(")"); - _skipNodeContent = false; - } - - private void EnterVisitable(SymbolicName symbolicName) => - _writer.Write(symbolicName.Value); - - private void EnterVisitable(NodeLabel nodeLabel) - { - _writer.Write(Symbol.Colon); - _writer.Write(nodeLabel.Value); - } - - private void EnterVisitable(PropertyLookup propertyLookup) => - _writer.Write(propertyLookup.IsDynamicLookup ? "[" : "."); - - private void LeaveVisitable(PropertyLookup propertyLookup) - { - if (propertyLookup.IsDynamicLookup) - { - _writer.Write("]"); - } - } - - private void EnterVisitable(Operation operation) - { - if (operation.NeedsGrouping()) - { - _writer.Write("("); - } - } - - private void EnterVisitable(Operator op) - { - var type = op.Type; - if (type == OperatorType.Label) - { - return; - } - - if (type != OperatorType.Prefix && op != Operator.Exponent) - { - _writer.Write(" "); - } - - _writer.Write(op.Representation); - if (type != OperatorType.Postfix && op != Operator.Exponent) - { - _writer.Write(" "); - } - } - - private void LeaveVisitable(Operation operation) - { - if (operation.NeedsGrouping()) - { - _writer.Write(")"); - } - } - - private void EnterVisitable(Properties _) => _writer.Write(" "); - - private void EnterVisitable(MapExpression _) => _writer.Write(" {"); - - private void EnterVisitable(KeyValueMapEntry map) - { - _writer.Write(map.Key); - _writer.Write(": "); - } - - private void LeaveVisitable(MapExpression _) => _writer.Write("}"); - - private void EnterVisitable(PatternComprehension _) => _writer.Write("["); - - private void LeaveVisitable(PatternComprehension _) => _writer.Write("]"); - - private void EnterVisitable(ILiteral literal) => _writer.Write(literal.Print()); - - private void EnterVisitable(CompoundCondition _) => _writer.Write("("); - - private void LeaveVisitable(CompoundCondition _) => _writer.Write(")"); - - private void EnterVisitable(NestedExpression _) => _writer.Write("("); - - private void LeaveVisitable(NestedExpression _) => _writer.Write(")"); - - private void EnterVisitable(Return _) => _writer.Write("RETURN "); - - private void EnterVisitable(OrderBy _) => _writer.Write(" ORDER BY "); - - private void EnterVisitable(Skip _) => _writer.Write(" SKIP "); - - private void EnterVisitable(Limit _) => _writer.Write(" LIMIT "); - - private void EnterVisitable(AliasedExpression aliased) - { - _writer.Write(" AS "); - _writer.Write(aliased.Alias); - } - - private void EnterVisitable(RelationshipDetails details) - { - var direction = details.Direction; - - _writer.Write(direction.LeftSymbol); - if (details.HasContent()) - { - _writer.Write("["); - } - } - - private void LeaveVisitable(RelationshipDetails details) - { - var direction = details.Direction; - - if (details.HasContent()) - { - _writer.Write("]"); - } - - _writer.Write(direction.RightSymbol); - } - - private void EnterVisitable(RelationshipTypes types) - { - _writer.Write( - types - .Values - .Aggregate( - string.Empty, - (partialPhrase, word) => $"{partialPhrase}{Symbol.Pipe}:{word}") - .TrimStart(Symbol.Pipe.ToCharArray())); - } - - private void EnterVisitable(RelationshipLength length) - { - var minimum = length.Minimum; - var maximum = length.Maximum; - - if (length.IsUnbounded) - { - _writer.Write("*"); - return; - } - - if (minimum is null && maximum is null) - { - return; - } - - _writer.Write("*"); - if (minimum is not null) - { - _writer.Write(minimum.Value.ToString()); - } - - _writer.Write(".."); - if (maximum is not null) - { - _writer.Write(maximum.Value.ToString()); - } - } - - private void EnterVisitable(ListExpression _) => _writer.Write("["); - - private void LeaveVisitable(ListExpression _) => _writer.Write("["); - - private void EnterVisitable(SortDirection sortDirection) - { - _writer.Write(" "); - _writer.Write(sortDirection.Symbol); - } - - private void EnterVisitable(With _) => _writer.Write("WITH "); - - private void LeaveVisitable(With _) => _writer.Write(" "); - - void EnterVisitable(FunctionInvocation functionInvocation) - { - _writer.Write(functionInvocation.FunctionName); - _writer.Write("("); - } - - private void LeaveVisitable(FunctionInvocation _) => _writer.Write(")"); - - private void EnterVisitable(ListComprehension _) => _writer.Write("["); - - private void LeaveVisitable(ListComprehension _) => _writer.Write("]"); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.cs b/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.cs deleted file mode 100644 index 245a9cccc24..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherVisitor.cs +++ /dev/null @@ -1,121 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Data.Neo4J.Language; - -public partial class CypherVisitor -{ - private readonly LinkedList<IVisitable> _currentVisitedElements = new(); - - /// <summary> - /// Target for all rendered parts of the cypher statement. - /// </summary> - private readonly CypherWriter _writer = new(); - - /// <summary> - /// Keeps track of named objects that have been already visited. - /// </summary> - private readonly HashSet<INamed> _visitedNamed = new(); - - /// <summary> - /// A set of aliased expressions that already have been seen and for which an alias must be - /// used on each following appearance. - /// </summary> - private readonly HashSet<AliasedExpression> _visitableToAliased = new(); - - /// <summary> - /// Keeps track if currently in an aliased expression so that the content can be skipped - /// when already visited. - /// </summary> - private readonly List<AliasedExpression> _currentAliasedElements = new(); - - /// <summary> - /// This keeps track on which level of the tree a separator is needed. - /// </summary> - private readonly Dictionary<int, string> _separatorOnLevel = new(); - - /// <summary> - /// Keeps track of unresolved symbolic names. - /// </summary> - private readonly Dictionary<SymbolicName, string> _resolvedSymbolicNames = new(); - - /// <summary> - /// The current level in the tree of cypher elements. - /// </summary> - private int _currentLevel; - - /// <summary> - /// Will be set to true when entering an already visited node. - /// </summary> - private bool _skipNodeContent; - - /// <summary> - /// A flag if we can skip aliasing. This is currently the case in exactly one scenario: A - /// aliased expression passed to a map project. In that case, the alias is already defined - /// by the key to use in the projected map and we cannot define him in `AS xxx` fragment. - /// </summary> - private bool _skipAliasing; - - public string Print() => _writer.Print(); - - private void EnableSeparator(int level, bool on) - { - if (on) - { - _separatorOnLevel[level] = ""; - } - else - { - _separatorOnLevel.Remove(level); - } - } - - - private bool PreEnter(IVisitable visitable) - { - _currentAliasedElements.TryPeek(out var lastAliased); - if (_skipNodeContent || _visitableToAliased.Contains(lastAliased)) - { - return false; - } - - if (visitable is AliasedExpression aliasedExpression) - { - _currentAliasedElements.Push(aliasedExpression); - } - - if (visitable is MapProjection) - { - _skipAliasing = true; - } - - var nextLevel = ++_currentLevel + 1; - - if (visitable is ITypedSubtree) - { - EnableSeparator(nextLevel, true); - } - - if (_separatorOnLevel.ContainsKey(_currentLevel)) - { - _writer.Write(_separatorOnLevel[_currentLevel]); - } - - return !_skipNodeContent; - } - - private void PostLeave(IVisitable visitable) - { - if (_separatorOnLevel.ContainsKey(_currentLevel)) - { - _separatorOnLevel[_currentLevel] = ", "; - } - - if (visitable is ITypedSubtree) - { - EnableSeparator(_currentLevel + 1, false); - } - - --_currentLevel; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherWriter.cs b/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherWriter.cs deleted file mode 100644 index 87532c23470..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Visitor/CypherWriter.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System; -using System.Text; -using Microsoft.Extensions.ObjectPool; - -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// Responsible for abstracting the logic of building cypher query text. -/// </summary> -internal sealed class CypherWriter : IDisposable -{ - private bool _isDisposed; - - private static readonly ObjectPoolProvider _objectPoolProvider = - new DefaultObjectPoolProvider(); - - private static readonly ObjectPool<StringBuilder> _stringBuilderPool = - _objectPoolProvider.CreateStringBuilderPool(); - - private readonly StringBuilder _builder; - - public CypherWriter() - { - _builder = _stringBuilderPool.Get(); - } - - /// <summary> - /// Appends text. - /// /// </summary> - /// <param name="text">The text.</param> - public void Write(string text) - { - _builder.Append(text); - } - - public string Print() - { - return _builder.ToString(); - } - - /// <summary> - /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - /// </summary> - public void Dispose() - { - Dispose(true); - GC.SuppressFinalize(this); - } - - // The bulk of the clean-up code is implemented in Dispose(bool) - private void Dispose(bool disposing) - { - if (_isDisposed) - { - return; - } - - if (disposing) - { - // free managed resources - _stringBuilderPool.Return(_builder); - } - - _isDisposed = true; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Language/Where.cs b/src/HotChocolate/Neo4J/src/Data/Language/Where.cs deleted file mode 100644 index f6323815177..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/Where.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// WHERE adds constraints to the patterns in a MATCH or OPTIONAL MATCH clause or filters the -/// results of a WITH clause. -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/railroad/Match.html#Where" > -/// Where -/// </a> -/// </summary> -public class Where : Visitable -{ - public Where(Condition condition) - { - Exists = null; - Condition = condition; - } - - public Where(bool exists, Condition condition) - { - Exists = exists ? Exists.Instance : null; - Condition = condition; - } - - public override ClauseKind Kind => ClauseKind.Where; - - public Exists? Exists { get; } - - public Condition Condition { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Exists?.Visit(cypherVisitor); - Condition.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Language/With.cs b/src/HotChocolate/Neo4J/src/Data/Language/With.cs deleted file mode 100644 index 4c9b81704fb..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Language/With.cs +++ /dev/null @@ -1,35 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Language; - -/// <summary> -/// See -/// <a href="https://s3.amazonaws.com/artifacts.opencypher.org/railroad/With.html" > -/// With -/// </a> -/// </summary> -public class With : Visitable -{ - public With( - ExpressionList returnItems, - OrderBy orderBy, - Skip skip, - Limit limit, - Where where) - { - Body = new ProjectionBody(returnItems, orderBy, skip, limit); - Where = where; - } - - public override ClauseKind Kind => ClauseKind.With; - - public ProjectionBody Body { get; } - - public Where Where { get; } - - public override void Visit(CypherVisitor cypherVisitor) - { - cypherVisitor.Enter(this); - Body.Visit(cypherVisitor); - Where?.Visit(cypherVisitor); - cypherVisitor.Leave(this); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Neo4JResources.Designer.cs b/src/HotChocolate/Neo4J/src/Data/Neo4JResources.Designer.cs deleted file mode 100644 index 1163c626174..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Neo4JResources.Designer.cs +++ /dev/null @@ -1,108 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace HotChocolate.Data.Neo4J { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Neo4JResources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Neo4JResources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("HotChocolate.Data.Neo4J.Neo4JResources", typeof(Neo4JResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string ErrorHelper_Filtering_CreateNonNullError { - get { - return ResourceManager.GetString("ErrorHelper_Filtering_CreateNonNullError", resourceCulture); - } - } - - internal static string ErrorHelper_Sorting_CreateNonNullError { - get { - return ResourceManager.GetString("ErrorHelper_Sorting_CreateNonNullError", resourceCulture); - } - } - - internal static string Paging_SourceIsNotSupported { - get { - return ResourceManager.GetString("Paging_SourceIsNotSupported", resourceCulture); - } - } - - internal static string ValueMapper_CypherValueIsNotAListAndCannotBeMapped { - get { - return ResourceManager.GetString("ValueMapper_CypherValueIsNotAListAndCannotBeMapped", resourceCulture); - } - } - - internal static string ValueMapper_CypherValueIsAListAndCannotBeMapped { - get { - return ResourceManager.GetString("ValueMapper_CypherValueIsAListAndCannotBeMapped", resourceCulture); - } - } - - internal static string Language_UnsupportedLiteralType { - get { - return ResourceManager.GetString("Language_UnsupportedLiteralType", resourceCulture); - } - } - - internal static string Language_NeedsAParentWithSymbolicName { - get { - return ResourceManager.GetString("Language_NeedsAParentWithSymbolicName", resourceCulture); - } - } - - internal static string Projection_RelationshipDirectionNotSet { - get { - return ResourceManager.GetString("Projection_RelationshipDirectionNotSet", resourceCulture); - } - } - - internal static string Filtering_Neo4JCombinator_QueueEmpty { - get { - return ResourceManager.GetString("Filtering_Neo4JCombinator_QueueEmpty", resourceCulture); - } - } - - internal static string Filtering_Neo4JCombinator_InvalidCombinator { - get { - return ResourceManager.GetString("Filtering_Neo4JCombinator_InvalidCombinator", resourceCulture); - } - } - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Neo4JResources.resx b/src/HotChocolate/Neo4J/src/Data/Neo4JResources.resx deleted file mode 100644 index 03aa5ea7c3c..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Neo4JResources.resx +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<root> - <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> - <xsd:element name="root" msdata:IsDataSet="true"> - - </xsd:element> - </xsd:schema> - <resheader name="resmimetype"> - <value>text/microsoft-resx</value> - </resheader> - <resheader name="version"> - <value>1.3</value> - </resheader> - <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <data name="ErrorHelper_Filtering_CreateNonNullError" xml:space="preserve"> - <value>The provided value for filter `{0}` of type {1} is invalid. Null values are not supported.</value> - </data> - <data name="ErrorHelper_Sorting_CreateNonNullError" xml:space="preserve"> - <value>The provided value for sorting `{0}` of type {1} is invalid. Null values are not supported.</value> - </data> - <data name="Paging_SourceIsNotSupported" xml:space="preserve"> - <value>The provided source {0} is not supported for Neo4j paging</value> - </data> - <data name="ValueMapper_CypherValueIsNotAListAndCannotBeMapped" xml:space="preserve"> - <value>The provided value for filter `{0}` of type {1} is invalid. Null values are not supported.</value> - </data> - <data name="ValueMapper_CypherValueIsAListAndCannotBeMapped" xml:space="preserve"> - <value>The cypher value is a list and cannot be mapped to target type: {0}</value> - </data> - <data name="Language_UnsupportedLiteralType" xml:space="preserve"> - <value>Unsupported literal type.</value> - </data> - <data name="Language_NeedsAParentWithSymbolicName" xml:space="preserve"> - <value>A property derived from a node or a relationship needs a parent with a symbolic name.</value> - </data> - <data name="Projection_RelationshipDirectionNotSet" xml:space="preserve"> - <value>Relationship direction not set.</value> - </data> - <data name="Filtering_Neo4JCombinator_QueueEmpty" xml:space="preserve"> - <value>Neo4JCombinator {0} could not combine expressions. There were no expressions to combine.</value> - </data> - <data name="Filtering_Neo4JCombinator_InvalidCombinator" xml:space="preserve"> - <value>Neo4JCombinator {0} could not combine expression. {1} is a invalid combinator</value> - </data> -</root> diff --git a/src/HotChocolate/Neo4J/src/Data/Paging/Neo4JOffsetPagingProvider.cs b/src/HotChocolate/Neo4J/src/Data/Paging/Neo4JOffsetPagingProvider.cs deleted file mode 100644 index 68498dcfb9b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Paging/Neo4JOffsetPagingProvider.cs +++ /dev/null @@ -1,105 +0,0 @@ -using System.Reflection; -using HotChocolate.Data.Neo4J.Execution; -using HotChocolate.Internal; -using HotChocolate.Resolvers; -using HotChocolate.Types.Pagination; - -namespace HotChocolate.Data.Neo4J.Paging; - -/// <summary> -/// An offset paging provider for Neo4J that create pagination queries -/// </summary> -public class Neo4JOffsetPagingProvider : OffsetPagingProvider -{ - private static readonly MethodInfo _createHandler = - typeof(Neo4JOffsetPagingProvider).GetMethod( - nameof(CreateHandlerInternal), - BindingFlags.Static | BindingFlags.NonPublic)!; - - public override bool CanHandle(IExtendedType source) - { - return typeof(INeo4JExecutable).IsAssignableFrom(source.Source) || - source.Source.IsGenericType && - source.Source.GetGenericTypeDefinition() is { } type && - type == typeof(Neo4JExecutable<>); - } - - protected override OffsetPagingHandler CreateHandler( - IExtendedType source, - PagingOptions options) - { - if (source is null) - { - throw new ArgumentNullException(nameof(source)); - } - - return (OffsetPagingHandler)_createHandler - .MakeGenericMethod(source.ElementType?.Source ?? source.Source) - .Invoke( - null, - new object[] - { - options - })!; - } - - private static Neo4JOffsetPagingHandler<TEntity> CreateHandlerInternal<TEntity>( - PagingOptions options) => new(options); - - private sealed class Neo4JOffsetPagingHandler<TEntity> : OffsetPagingHandler - { - public Neo4JOffsetPagingHandler(PagingOptions options) : base(options) - { - } - - protected override ValueTask<CollectionSegment> SliceAsync( - IResolverContext context, - object source, - OffsetPagingArguments arguments) - { - var f = CreatePagingContainer(source); - return ResolveAsync(context, f, arguments); - } - - private Neo4JExecutable<TEntity> CreatePagingContainer(object source) - { - return source switch - { - Neo4JExecutable<TEntity> nfe => nfe, - _ => throw ThrowHelper.PagingTypeNotSupported(source.GetType()) - }; - } - - private async ValueTask<CollectionSegment> ResolveAsync( - IResolverContext context, - Neo4JExecutable<TEntity> queryable, - OffsetPagingArguments arguments = default) - { - if (arguments.Take.HasValue) - { - queryable = queryable.WithLimit(arguments.Take.Value + 1); - } - - if (arguments.Skip.HasValue) - { - queryable = queryable.WithSkip(arguments.Skip.Value); - } - - var hasPreviousPage = arguments.Skip > 0; - - var items = await queryable - .ToListAsync(context.RequestAborted) - .ConfigureAwait(false); - - var hasNextPage = items.Count > arguments.Take; - - if (hasNextPage) - { - items.RemoveAt(items.Count - 1); - } - - var segmentInfo = new CollectionSegmentInfo(hasNextPage, hasPreviousPage); - return new CollectionSegment((IReadOnlyCollection<object>) items, segmentInfo); - } - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JObjectFieldExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JObjectFieldExtensions.cs deleted file mode 100644 index bec39accd38..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JObjectFieldExtensions.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Projections; - -internal static class Neo4JObjectFieldExtensions -{ - public static string GetName( - this IObjectField field) - { - var fieldName = field.Name; - if (field.Member is { } p) - { - fieldName = p.Name; - } - - return fieldName; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionConventionDescriptorExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionConventionDescriptorExtensions.cs deleted file mode 100644 index b793f49b7ce..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionConventionDescriptorExtensions.cs +++ /dev/null @@ -1,15 +0,0 @@ -using HotChocolate.Data.Projections; - -namespace HotChocolate.Data.Neo4J.Projections; - -public static class Neo4JProjectionConventionDescriptorExtensions -{ - /// <summary> - /// Initializes the default configuration for Neo4J - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/></returns> - public static IProjectionConventionDescriptor AddNeo4JDefaults( - this IProjectionConventionDescriptor descriptor) => - descriptor.Provider(new Neo4JProjectionProvider(x => x.AddNeo4JDefaults())); -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionProviderDescriptorExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionProviderDescriptorExtensions.cs deleted file mode 100644 index 47759160914..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionProviderDescriptorExtensions.cs +++ /dev/null @@ -1,38 +0,0 @@ -using HotChocolate.Data.Projections; -using HotChocolate.Data.Projections.Handlers; - -namespace HotChocolate.Data.Neo4J.Projections; - -public static class Neo4JProjectionProviderDescriptorExtensions -{ - /// <summary> - /// Initializes the default configuration for Neo4J on the convention by adding handlers - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/></returns> - public static IProjectionProviderDescriptor AddNeo4JDefaults( - this IProjectionProviderDescriptor descriptor) => - descriptor.RegisterNeo4JHandlers(); - - /// <summary> - /// Registers projection handlers for Neo4J - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/></returns> - /// <exception cref="ArgumentNullException"> - /// Throws in case the argument <paramref name="descriptor"/> is null - /// </exception> - public static IProjectionProviderDescriptor RegisterNeo4JHandlers( - this IProjectionProviderDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - descriptor.RegisterFieldHandler<Neo4JProjectionScalarHandler>(); - descriptor.RegisterFieldHandler<Neo4JProjectionFieldHandler>(); - descriptor.RegisterOptimizer<IsProjectedProjectionOptimizer>(); - return descriptor; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionVisitorContextExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionVisitorContextExtensions.cs deleted file mode 100644 index 6f8f61913c3..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Extensions/Neo4JProjectionVisitorContextExtensions.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Projections; - -internal static class Neo4JProjectionVisitorContextExtensions -{ - public static bool TryCreateQuery( - this Neo4JProjectionVisitorContext context, - [NotNullWhen(true)] out object[]? query) - { - query = null; - - if (context.Projections.Count == 0) - { - return false; - } - - query = context.Projections.ToArray(); - return true; - } - - public static bool TryCreateRelationshipProjection( - this Neo4JProjectionVisitorContext context, - [NotNullWhen(true)]out PatternComprehension? patternComprehension) - { - patternComprehension = new PatternComprehension( - context.Relationships.Peek(), - context.EndNodes.Peek() - .Project(context.RelationshipProjections[context.CurrentLevel].ToArray())); - - return true; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionFieldHandler.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionFieldHandler.cs deleted file mode 100644 index 4ba7de67203..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionFieldHandler.cs +++ /dev/null @@ -1,90 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Projections; -using HotChocolate.Execution.Processing; -using HotChocolate.Language; - -namespace HotChocolate.Data.Neo4J.Projections; - -/// <inheritdoc/> -public class Neo4JProjectionFieldHandler : Neo4JProjectionHandlerBase -{ - /// <inheritdoc/> - public override bool CanHandle(ISelection selection) => - selection.SelectionSet is not null; - - /// <inheritdoc/> - public override bool TryHandleEnter( - Neo4JProjectionVisitorContext context, - ISelection selection, - [NotNullWhen(true)] out ISelectionVisitorAction? action) - { - ++context.CurrentLevel; - - selection.Field.ContextData.TryGetValue( - nameof(Neo4JRelationshipAttribute), - out var relationship); - - if (relationship is Neo4JRelationshipAttribute rel) - { - context.RelationshipTypes.Push(rel); - } - - context.StartNodes.Push(Cypher.NamedNode(selection.DeclaringType.Name)); - - if (context.RelationshipProjections.ContainsKey(context.CurrentLevel)) - { - context.RelationshipProjections[context.CurrentLevel] - .Enqueue(selection.Field.GetName()); - } - else - { - Queue<object> queue = new(); - queue.Enqueue(selection.Field.GetName()); - context.RelationshipProjections.Add(context.CurrentLevel, queue); - } - - action = SelectionVisitor.Continue; - return true; - } - - /// <inheritdoc/> - public override bool TryHandleLeave( - Neo4JProjectionVisitorContext context, - ISelection selection, - [NotNullWhen(true)] out ISelectionVisitorAction? action) - { - if (context.StartNodes.Any()) - { - var field = context.RelationshipProjections[context.CurrentLevel].Dequeue(); - - context.TryCreateRelationshipProjection(out var projections); - - switch (context.CurrentLevel) - { - case > 1: - context.RelationshipProjections[context.CurrentLevel - 1].Enqueue(field); - context.RelationshipProjections[context.CurrentLevel - 1].Enqueue(projections); - break; - case 1: - context.Projections.Push(field); - context.Projections.Push(projections); - break; - } - } - - --context.CurrentLevel; - - context.StartNodes.Pop(); - context.EndNodes.Pop(); - context.Relationships.Pop(); - - if (context.CurrentLevel == 0) - { - context.RelationshipProjections.Clear(); - } - - action = SelectionVisitor.Continue; - return true; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionHandlerBase.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionHandlerBase.cs deleted file mode 100644 index dd2798374df..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionHandlerBase.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Data.Projections; -using HotChocolate.Data.Projections.Expressions.Handlers; -using HotChocolate.Execution.Processing; - -namespace HotChocolate.Data.Neo4J.Projections; - -/// <summary> -/// A handler that can intersect a <see cref="ISelection"/> and optimize the selection set for -/// Neo4J projections. -/// </summary> -public abstract class Neo4JProjectionHandlerBase - : ProjectionFieldHandler<Neo4JProjectionVisitorContext> -{ - /// <inheritdoc/> - public override bool TryHandleEnter( - Neo4JProjectionVisitorContext context, - ISelection selection, - [NotNullWhen(true)] out ISelectionVisitorAction? action) - { - action = SelectionVisitor.Continue; - return true; - } - - /// <inheritdoc/> - public override bool TryHandleLeave( - Neo4JProjectionVisitorContext context, - ISelection selection, - [NotNullWhen(true)] out ISelectionVisitorAction? action) - { - action = SelectionVisitor.Continue; - return true; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionScalarHandler.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionScalarHandler.cs deleted file mode 100644 index 55dcb40863b..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Handlers/Neo4JProjectionScalarHandler.cs +++ /dev/null @@ -1,63 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Projections; -using HotChocolate.Execution.Processing; -using static HotChocolate.Data.Neo4J.RelationshipDirection; - -namespace HotChocolate.Data.Neo4J.Projections; - -/// <inheritdoc/> -public class Neo4JProjectionScalarHandler : Neo4JProjectionHandlerBase -{ - /// <inheritdoc/> - public override bool CanHandle(ISelection selection) => - selection.SelectionSet is null; - - /// <inheritdoc/> - public override bool TryHandleEnter( - Neo4JProjectionVisitorContext context, - ISelection selection, - out ISelectionVisitorAction action) - { - var field = selection.Field; - action = SelectionVisitor.SkipAndLeave; - - if (!context.StartNodes.Any()) - { - context.Projections.Add(field.GetName()); - return true; - } - - if (context.StartNodes.Count != context.EndNodes.Count) - { - context.EndNodes.Push(Cypher.NamedNode(selection.DeclaringType.Name)); - } - - if (context.StartNodes.Count != context.Relationships.Count) - { - var rel = context.RelationshipTypes.Peek(); - var startNode = context.StartNodes.Peek(); - var endNode = context.EndNodes.Peek(); - - - var direction = rel.Direction switch - { - Incoming => startNode.RelationshipFrom(endNode, rel.Name), - - Outgoing => startNode.RelationshipTo(endNode, rel.Name), - - None => startNode.RelationshipBetween(endNode, rel.Name), - - _ => throw new InvalidOperationException( - Neo4JResources.Projection_RelationshipDirectionNotSet) - }; - - context.Relationships.Push(direction); - } - - context - .RelationshipProjections[context.CurrentLevel] - .Enqueue(selection.Field.GetName()); - - return true; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionProvider.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionProvider.cs deleted file mode 100644 index f9532285df3..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionProvider.cs +++ /dev/null @@ -1,66 +0,0 @@ -using HotChocolate.Data.Neo4J.Execution; -using HotChocolate.Data.Projections; -using HotChocolate.Resolvers; - -namespace HotChocolate.Data.Neo4J.Projections; - -/// <inheritdoc/> -public class Neo4JProjectionProvider - : ProjectionProvider -{ - /// <inheritdoc/> - public Neo4JProjectionProvider() - { - } - - /// <inheritdoc/> - public Neo4JProjectionProvider(Action<IProjectionProviderDescriptor> configure) - : base(configure) - { - } - - /// <inheritdoc/> - public override FieldMiddleware CreateExecutor<TEntityType>() - { - return next => context => ExecuteAsync(next, context); - - async ValueTask ExecuteAsync( - FieldDelegate next, - IMiddlewareContext context) - { - // first we let the pipeline run and produce a result. - await next(context).ConfigureAwait(false); - - if (context.Result is not null) - { - var visitorContext = - new Neo4JProjectionVisitorContext(context, context.ObjectType); - - var visitor = new ProjectionVisitor<Neo4JProjectionVisitorContext>(); - visitor.Visit(visitorContext); - - if (!visitorContext.TryCreateQuery(out var projections) || - visitorContext.Errors.Count > 0) - { - context.Result = Array.Empty<TEntityType>(); - foreach (var error in visitorContext.Errors) - { - context.ReportError(error.WithPath(context.Path)); - } - } - else - { - context.LocalContextData = - context.LocalContextData.SetItem("ProjectionDefinition", projections); - - await next(context).ConfigureAwait(false); - - if (context.Result is INeo4JExecutable executable) - { - context.Result = executable.WithProjection(projections); - } - } - } - } - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionScope.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionScope.cs deleted file mode 100644 index f3d89eec7bf..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionScope.cs +++ /dev/null @@ -1,10 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Projections; - -namespace HotChocolate.Data.Neo4J.Projections; - -/// <inheritdoc/> -public class Neo4JProjectionScope - : ProjectionScope<MapExpression> -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionVisitorContext.cs b/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionVisitorContext.cs deleted file mode 100644 index 521ef98356c..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Projections/Neo4JProjectionVisitorContext.cs +++ /dev/null @@ -1,36 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Projections; -using HotChocolate.Resolvers; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Projections; - -/// <inheritdoc/> -public class Neo4JProjectionVisitorContext - : ProjectionVisitorContext<MapExpression> -{ - /// <inheritdoc/> - public Neo4JProjectionVisitorContext( - IResolverContext context, - IOutputType initialType) - : base(context, initialType, new Neo4JProjectionScope()) - { - } - - public int CurrentLevel { get; set; } - - public Stack<Node> StartNodes { get; } = new(); - - public Stack<Node> EndNodes { get; } = new(); - - public Stack<Relationship> Relationships { get; } = new(); - - public Stack<Neo4JRelationshipAttribute> RelationshipTypes { get; } = new(); - - public Dictionary<int, Queue<object>> RelationshipProjections { get; } = new(); - - /// <summary> - /// A list of already projected fields - /// </summary> - public List<object> Projections { get; } = new(); -} diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortFieldExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortFieldExtensions.cs deleted file mode 100644 index 3da6118c211..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortFieldExtensions.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Data.Sorting; - -namespace HotChocolate.Data.Neo4J.Sorting; - -internal static class Neo4JSortFieldExtensions -{ - public static string GetName(this ISortField field) - { - var fieldName = field.Name; - if (field.Member is { } p) - { - fieldName = p.Name; - } - - return fieldName; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortVisitorContextExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortVisitorContextExtensions.cs deleted file mode 100644 index fb0e7774b7a..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortVisitorContextExtensions.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Diagnostics.CodeAnalysis; - -namespace HotChocolate.Data.Neo4J.Sorting; - -internal static class Neo4JSortVisitorContextExtensions -{ - public static bool TryCreateQuery( - this Neo4JSortVisitorContext context, - [NotNullWhen(true)] out Neo4JSortDefinition[]? query) - { - query = null; - - if (context.Operations.Count == 0) - { - return false; - } - - query = context.Operations.ToArray(); - return true; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortingConventionDescriptorExtensions.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortingConventionDescriptorExtensions.cs deleted file mode 100644 index b421729f312..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Extensions/Neo4JSortingConventionDescriptorExtensions.cs +++ /dev/null @@ -1,83 +0,0 @@ -using HotChocolate.Data.Sorting; - -namespace HotChocolate.Data.Neo4J.Sorting; - -public static class Neo4JSortingConventionDescriptorExtensions -{ - /// <summary> - /// Adds a <see cref="Neo4JSortProvider"/> with default configuration - /// </summary> - /// <param name="descriptor">The descriptor where the provider is registered</param> - /// <returns>The <paramref name="descriptor"/> that was passed in as a parameter</returns> - public static ISortConventionDescriptor UseNeo4JProvider( - this ISortConventionDescriptor descriptor) => - descriptor.Provider(new Neo4JSortProvider(x => x.AddDefaultFieldHandlers())); - - /// <summary> - /// Initializes the default configuration of the provider by registering handlers - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/> that was passed in as a parameter</returns> - public static ISortProviderDescriptor<Neo4JSortVisitorContext> AddDefaultFieldHandlers( - this ISortProviderDescriptor<Neo4JSortVisitorContext> descriptor) - { - descriptor.AddOperationHandler<Neo4JAscendingSortOperationHandler>(); - descriptor.AddOperationHandler<Neo4JDescendingSortOperationHandler>(); - descriptor.AddFieldHandler<Neo4JDefaultSortFieldHandler>(); - return descriptor; - } - - /// <summary> - /// Initializes the default configuration for Neo4J on the convention by adding operations - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/></returns> - public static ISortConventionDescriptor AddNeo4JDefaults( - this ISortConventionDescriptor descriptor) => - descriptor.AddDefaultNeo4JOperations().BindDefaultNeo4JTypes().UseNeo4JProvider(); - - /// <summary> - /// Adds default operations for Neo4J to the descriptor - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The <paramref name="descriptor"/></returns> - /// <exception cref="ArgumentNullException"> - /// Throws in case the argument <paramref name="descriptor"/> is null - /// </exception> - public static ISortConventionDescriptor AddDefaultNeo4JOperations( - this ISortConventionDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - descriptor.Operation(DefaultSortOperations.Ascending).Name("ASC"); - descriptor.Operation(DefaultSortOperations.Descending).Name("DESC"); - - return descriptor; - } - - /// <summary> - /// Binds common runtime types to the according <see cref="SortInputType"/> that are - /// supported by Neo4J - /// </summary> - /// <param name="descriptor">The descriptor where the handlers are registered</param> - /// <returns>The descriptor that was passed in as a parameter</returns> - /// <exception cref="ArgumentNullException"> - /// Throws in case the argument <paramref name="descriptor"/> is null - /// </exception> - public static ISortConventionDescriptor BindDefaultNeo4JTypes( - this ISortConventionDescriptor descriptor) - { - if (descriptor is null) - { - throw new ArgumentNullException(nameof(descriptor)); - } - - descriptor.BindRuntimeType<string, DefaultSortEnumType>(); - descriptor.DefaultBinding<DefaultSortEnumType>(); - - return descriptor; - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JAscendingSortOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JAscendingSortOperationHandler.cs deleted file mode 100644 index 3d4843bbce0..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JAscendingSortOperationHandler.cs +++ /dev/null @@ -1,13 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Sorting; - -namespace HotChocolate.Data.Neo4J.Sorting; - -public class Neo4JAscendingSortOperationHandler - : Neo4JSortOperationHandlerBase -{ - public Neo4JAscendingSortOperationHandler() - : base(DefaultSortOperations.Ascending, SortDirection.Ascending) - { - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JDefaultSortFieldHandler.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JDefaultSortFieldHandler.cs deleted file mode 100644 index 36e590edf62..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JDefaultSortFieldHandler.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Configuration; -using HotChocolate.Data.Sorting; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Data.Neo4J.Sorting; - -public class Neo4JDefaultSortFieldHandler - : SortFieldHandler<Neo4JSortVisitorContext, Neo4JSortDefinition> -{ - /// <inheritdoc /> - public override bool CanHandle( - ITypeCompletionContext context, - ISortInputTypeDefinition typeDefinition, - ISortFieldDefinition fieldDefinition) => - fieldDefinition.Member is not null; - - /// <inheritdoc /> - public override bool TryHandleEnter( - Neo4JSortVisitorContext context, - ISortField field, - ObjectFieldNode node, - [NotNullWhen(true)] out ISyntaxVisitorAction? action) - { - if (node.Value.IsNull()) - { - context.ReportError( - ErrorHelper.CreateNonNullError(field, node.Value, context)); - - action = SyntaxVisitor.Skip; - return true; - } - - context.Path.Push(field.GetName()); - action = SyntaxVisitor.Continue; - return true; - } - - /// <inheritdoc /> - public override bool TryHandleLeave( - Neo4JSortVisitorContext context, - ISortField field, - ObjectFieldNode node, - [NotNullWhen(true)] out ISyntaxVisitorAction? action) - { - context.Path.Pop(); - action = SyntaxVisitor.Continue; - return true; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JDescendingSortOperationHandler.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JDescendingSortOperationHandler.cs deleted file mode 100644 index d76dbc0a9a8..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JDescendingSortOperationHandler.cs +++ /dev/null @@ -1,13 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Sorting; - -namespace HotChocolate.Data.Neo4J.Sorting; - -public class Neo4JDescendingSortOperationHandler - : Neo4JSortOperationHandlerBase -{ - public Neo4JDescendingSortOperationHandler() - : base(DefaultSortOperations.Descending, SortDirection.Descending) - { - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JSortOperationHandlerBase.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JSortOperationHandlerBase.cs deleted file mode 100644 index 0f0c818517f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Handlers/Neo4JSortOperationHandlerBase.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Configuration; -using HotChocolate.Data.Neo4J.Language; -using HotChocolate.Data.Sorting; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Data.Neo4J.Sorting; - -/// <summary> -/// Represents a Neo4J handler that can be bound to a <see cref="SortField"/>. The handler is -/// executed during the visitation of a input object. -/// </summary> -public abstract class Neo4JSortOperationHandlerBase - : SortOperationHandler<Neo4JSortVisitorContext, Neo4JSortDefinition> -{ - private readonly SortDirection _sortDirection; - private readonly int _operation; - - protected Neo4JSortOperationHandlerBase( - int operation, - SortDirection sortDirection) - { - _sortDirection = sortDirection; - _operation = operation; - } - - /// <inheritdoc/> - public override bool CanHandle( - ITypeCompletionContext context, - EnumTypeDefinition typeDefinition, - SortEnumValueDefinition valueDefinition) - { - return valueDefinition.Operation == _operation; - } - - /// <inheritdoc/> - public override bool TryHandleEnter( - Neo4JSortVisitorContext context, - ISortField field, - ISortEnumValue? sortValue, - EnumValueNode node, - [NotNullWhen(true)] out ISyntaxVisitorAction? action) - { - if (sortValue is null) - { - context.ReportError(ErrorHelper.CreateNonNullError(field, node, context)); - - action = null!; - return false; - } - - context.Operations - .Enqueue(new Neo4JSortDefinition(context.Path.Peek(), _sortDirection)); - - action = SyntaxVisitor.Continue; - - return true; - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortDefinition.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortDefinition.cs deleted file mode 100644 index a8a3f110c57..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortDefinition.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J.Sorting; - -public class Neo4JSortDefinition -{ - public Neo4JSortDefinition(string field, SortDirection direction) - { - Field = field; - Direction = direction; - } - - public string Field { get; set; } - - public SortDirection Direction { get; set; } - -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortProvider.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortProvider.cs deleted file mode 100644 index 99e30cf62ae..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortProvider.cs +++ /dev/null @@ -1,76 +0,0 @@ -using HotChocolate.Data.Neo4J.Execution; -using HotChocolate.Data.Sorting; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Sorting; - -/// <inheritdoc /> -public class Neo4JSortProvider : SortProvider<Neo4JSortVisitorContext> -{ - /// <inheritdoc/> - public Neo4JSortProvider() - { - } - - /// <inheritdoc/> - public Neo4JSortProvider(Action<ISortProviderDescriptor<Neo4JSortVisitorContext>> configure) - : base(configure) - { - } - - /// <summary> - /// The visitor thar will traverse a incoming query and execute the sorting handlers - /// </summary> - protected virtual SortVisitor<Neo4JSortVisitorContext, Neo4JSortDefinition> Visitor { get; } - = new(); - - /// <inheritdoc /> - public override FieldMiddleware CreateExecutor<TEntityType>(string argumentName) - { - return next => context => ExecuteAsync(next, context); - - async ValueTask ExecuteAsync( - FieldDelegate next, - IMiddlewareContext context) - { - var argument = context.Selection.Arguments[argumentName]; - var filter = context.ArgumentLiteral<IValueNode>(argumentName); - - if (filter is not NullValueNode && - argument.Type is ListType listType && - listType.ElementType is NonNullType nn && - nn.NamedType() is SortInputType sortInputType) - { - var visitorContext = new Neo4JSortVisitorContext(sortInputType); - - Visitor.Visit(filter, visitorContext); - - if (!visitorContext.TryCreateQuery(out var sorts) || - visitorContext.Errors.Count > 0) - { - context.Result = Array.Empty<TEntityType>(); - foreach (var error in visitorContext.Errors) - { - context.ReportError(error.WithPath(context.Path)); - } - } - else - { - context.SetLocalState("Sorting", sorts); - await next(context).ConfigureAwait(false); - - if (context.Result is INeo4JExecutable executable) - { - context.Result = executable.WithSorting(sorts); - } - } - } - else - { - await next(context).ConfigureAwait(false); - } - } - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortVisitorContext.cs b/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortVisitorContext.cs deleted file mode 100644 index be3f12c1941..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Sorting/Neo4JSortVisitorContext.cs +++ /dev/null @@ -1,16 +0,0 @@ -using HotChocolate.Data.Sorting; - -namespace HotChocolate.Data.Neo4J.Sorting; - -public class Neo4JSortVisitorContext : SortVisitorContext<Neo4JSortDefinition> -{ - public Neo4JSortVisitorContext(ISortInputType initialType) - : base(initialType) - { - } - - /// <summary> - /// The path from the root to the current position in the input object - /// </summary> - public List<string> Path { get; } = new(); -} diff --git a/src/HotChocolate/Neo4J/src/Data/ThrowHelper.cs b/src/HotChocolate/Neo4J/src/Data/ThrowHelper.cs deleted file mode 100644 index fa61058c95d..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/ThrowHelper.cs +++ /dev/null @@ -1,58 +0,0 @@ -using System.Globalization; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Filtering; - -namespace HotChocolate.Data.Neo4J; - -internal static class ThrowHelper -{ - public static GraphQLException ValueMapper_CypherValueIsNotAListAndCannotBeMapped( - Type underlyingType) - { - return new( - ErrorBuilder.New() - .SetMessage( - Neo4JResources.ValueMapper_CypherValueIsNotAListAndCannotBeMapped, - underlyingType.FullName ?? underlyingType.Name) - .Build()); - } - - public static GraphQLException ValueMapper_CypherValueIsAListAndCannotBeMapped( - Type underlyingType) - { - return new( - ErrorBuilder.New() - .SetMessage( - Neo4JResources.ValueMapper_CypherValueIsAListAndCannotBeMapped, - underlyingType.FullName ?? underlyingType.Name) - .Build()); - } - - public static GraphQLException PagingTypeNotSupported(Type type) - { - return new GraphQLException( - ErrorBuilder.New() - .SetMessage( - "The provided source is not supported for Neo4j paging", - type.FullName ?? type.Name) - .SetCode(ErrorCodes.Data.NoPaginationProviderFound) - .Build()); - } - - public static InvalidOperationException Filtering_Neo4JFilterCombinator_QueueEmpty( - Neo4JFilterCombinator combinator) => - new(string.Format( - CultureInfo.CurrentCulture, - Neo4JResources.Filtering_Neo4JCombinator_QueueEmpty, - combinator.GetType())); - - public static InvalidOperationException Filtering_Neo4JFilterCombinator_InvalidCombinator( - Neo4JFilterCombinator combinator, - FilterCombinator operation) => - new(string.Format( - CultureInfo.CurrentCulture, - Neo4JResources.Filtering_Neo4JCombinator_InvalidCombinator, - combinator.GetType(), - operation.ToString())); - -} diff --git a/src/HotChocolate/Neo4J/src/Data/Utilities/Ensure.cs b/src/HotChocolate/Neo4J/src/Data/Utilities/Ensure.cs deleted file mode 100644 index a8420167514..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/Utilities/Ensure.cs +++ /dev/null @@ -1,61 +0,0 @@ -using HotChocolate.Data.Neo4J.Extensions; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.Neo4J; - -/// <summary> -/// Represents methods that can be used to ensure that parameter values meet expected -/// conditions. -/// </summary> -public static class Ensure -{ - /// <summary> - /// Ensures that the value of a parameter is not null. - /// </summary> - /// <typeparam name="T">Type type of the value.</typeparam> - /// <param name="value">The value of the parameter.</param> - /// <param name="paramName">The name of the parameter.</param> - /// <returns>The value of the parameter.</returns> - public static void IsNotNull<T>(T value, string paramName) - { - _ = value ?? throw new ArgumentNullException(paramName, "Value cannot be null."); - } - - /// <summary> - /// Ensures that the value of a string contains text. - /// </summary> - /// <param name="text">The value that is being checked if it contains text.</param> - /// <param name="message">The message displayed to user if exception is thrown.</param> - /// <exception cref="ArgumentException">The exception is there is no text.</exception> - public static void HasText(string text, string message) - { - if (!text.HasText()) - { - throw new ArgumentException(message); - } - } - - public static void IsTrue(bool expression, string message) - { - if (!expression) - { - throw new ArgumentException(message); - } - } - - public static void IsNotEmpty(string[] objects, string message) - { - if (!objects.Any()) - { - throw new ArgumentException(message); - } - } - - public static void IsNotEmpty(Expression[] objects, string message) - { - if (!objects.Any()) - { - throw new ArgumentException(message); - } - } -} diff --git a/src/HotChocolate/Neo4J/src/Data/packages.lock.json b/src/HotChocolate/Neo4J/src/Data/packages.lock.json deleted file mode 100644 index ed25b0df07f..00000000000 --- a/src/HotChocolate/Neo4J/src/Data/packages.lock.json +++ /dev/null @@ -1,799 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "Microsoft.Extensions.ObjectPool": { - "type": "Direct", - "requested": "[6.0.0, )", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Neo4j.Driver": { - "type": "Direct", - "requested": "[5.2.0, )", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "ServiceStack.Text": { - "type": "Direct", - "requested": "[6.4.0, )", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "Microsoft.Extensions.ObjectPool": { - "type": "Direct", - "requested": "[7.0.0, )", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Neo4j.Driver": { - "type": "Direct", - "requested": "[5.2.0, )", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "ServiceStack.Text": { - "type": "Direct", - "requested": "[6.4.0, )", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "Microsoft.Extensions.ObjectPool": { - "type": "Direct", - "requested": "[8.0.0-rc.2.23480.2, )", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Neo4j.Driver": { - "type": "Direct", - "requested": "[5.2.0, )", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "ServiceStack.Text": { - "type": "Direct", - "requested": "[6.4.0, )", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/src/Directory.Build.props b/src/HotChocolate/Neo4J/src/Directory.Build.props deleted file mode 100644 index 6b1707b5ed2..00000000000 --- a/src/HotChocolate/Neo4J/src/Directory.Build.props +++ /dev/null @@ -1,4 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Nullable.props', '$(MSBuildThisFileDirectory)..\'))" /> -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/HotChocolate.Data.Neo4J.Filtering.Tests.csproj b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/HotChocolate.Data.Neo4J.Filtering.Tests.csproj deleted file mode 100644 index 415630e33ab..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/HotChocolate.Data.Neo4J.Filtering.Tests.csproj +++ /dev/null @@ -1,15 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Data.Neo4J.Filtering.Tests</AssemblyName> - <RootNamespace>HotChocolate.Data.Neo4J.Filtering</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\Data\HotChocolate.Data.Neo4J.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\Data.Neo4J.Testing\HotChocolate.Data.Neo4J.Testing.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JBooleanFilterTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JBooleanFilterTests.cs deleted file mode 100644 index 09edf8cf5ed..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JBooleanFilterTests.cs +++ /dev/null @@ -1,237 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data.Neo4J.Filtering; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JBooleanFilterTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JBooleanFilterTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = - @"CREATE (:FooBool {Bar: true}), (:FooBool {Bar: false})"; - - private const string FooEntitiesNullableCypher = - @"CREATE - (:FooBoolNullable {Bar: true}), - (:FooBoolNullable {Bar: false}), - (:FooBoolNullable {Bar: NULL})"; - - [Fact] - public async Task BooleanFilter_SchemaSnapshot() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolFilterType>(_database, FooEntitiesCypher); - - tester.Schema.MatchSnapshot(); - } - - [Fact] - public async Task Nullable_BooleanFilter_SchemaSnapshot() - { - // arrange - var tester = - await _fixture.Arrange<FooBoolNullable, FooBoolNullableFilterType>(_database, FooEntitiesCypher); - - tester.Schema.MatchSnapshot(); - } - - [Fact] - public async Task BooleanFilter_Equal() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { eq: true}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { eq: false}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - // assert - await Snapshot.Create() - .AddResult(res1, "BooleanFilter_Equal_True") - .AddResult(res2, "BooleanFilter_Equal_False") - .MatchAsync(); - } - - [Fact] - public async Task BooleanFilter_Equal_And_Combinator() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = - "{ root(where: {and: [{ bar: { eq: true}}, { bar: { eq: false}}]} ){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "BooleanFilter_Equal_And_Combinator") - .MatchAsync(); - } - - [Fact] - public async Task BooleanFilter_Equal_Or_Combinator() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = - "{ root(where: {or: [{ bar: { eq: true}}, { bar: { eq: false}}]} ){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "BooleanFilter_Equal_Or_Combinator") - .MatchAsync(); - } - - [Fact] - public async Task BooleanFilter_NotEqual() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { neq: true}}){ bar}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { neq: false}}){ bar}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "BooleanFilter_NotEqual_True") - .AddResult(res2, "BooleanFilter_NotEqual_False") - .MatchAsync(); - } - - [Fact] - public async Task Nullable_BooleanFilter_Equal() - { - // arrange - var tester = - await _fixture.Arrange<FooBoolNullable, FooBoolNullableFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { eq: true}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { eq: false}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { eq: null}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Nullable_BooleanFilter_Equal_True") - .AddResult(res2, "Nullable_BooleanFilter_Equal_False") - .AddResult(res3, "Nullable_BooleanFilter_Equal_Null") - .MatchAsync(); - } - - [Fact] - public async Task Nullable_BooleanFilter_NotEqual() - { - // arrange - var tester = - await _fixture.Arrange<FooBoolNullable, FooBoolNullableFilterType>( - _database, - FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { neq: true}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { neq: false}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { neq: null}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Nullable_BooleanFilter_NotEqual_True") - .AddResult(res2, "Nullable_BooleanFilter_NotEqual_False") - .AddResult(res3, "Nullable_BooleanFilter_NotEqual_null") - .MatchAsync(); - } - - public class FooBool - { - public bool Bar { get; set; } - } - - public class FooBoolNullable - { - public bool? Bar { get; set; } - } - - public class FooBoolFilterType : FilterInputType<FooBool> - { - } - - public class FooBoolNullableFilterType : FilterInputType<FooBoolNullable> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JDatabaseCollectionFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JDatabaseCollectionFixture.cs deleted file mode 100644 index f3c00476ce4..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JDatabaseCollectionFixture.cs +++ /dev/null @@ -1,9 +0,0 @@ -using HotChocolate.Data.Neo4J.Testing; - -namespace HotChocolate.Data.Neo4J.Filtering; - -[CollectionDefinition(DefinitionName)] -public class Neo4JDatabaseCollectionFixture : ICollectionFixture<Neo4JDatabase> -{ - internal const string DefinitionName = "Neo4JDatabase"; -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFilterCombinatorTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFilterCombinatorTests.cs deleted file mode 100644 index e3c3ad3d59d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFilterCombinatorTests.cs +++ /dev/null @@ -1,50 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data.Neo4J.Filtering; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JFilterCombinatorTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JFilterCombinatorTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = - @"CREATE (:FooBool {Bar: true}), (:FooBool {Bar: false})"; - - [Fact] - public async Task FilterCombinator_Empty() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolFilterType>( _database, FooEntitiesCypher); - - // act - // assert - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root(where: { }){ bar }}") - .Create()); - - await Snapshot.Create() - .Add(res1) - .MatchAsync(); - } - - public class FooBool - { - public bool Bar { get; set; } - } - - public class FooBoolFilterType : FilterInputType<FooBool> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFilterComparableTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFilterComparableTests.cs deleted file mode 100644 index 28ca3efaf35..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFilterComparableTests.cs +++ /dev/null @@ -1,1062 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; -using HotChocolate.Types; - -namespace HotChocolate.Data.Neo4J.Filtering; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JFilterComparableTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JFilterComparableTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = - "CREATE (:FooComp {BarShort: 12}), (:FooComp {BarShort: 14}), (:FooComp {BarShort: 13})"; - - private const string FooNullableEntitiesCypher = - @"CREATE - (:FooCompNullable {BarShort: 12}), - (:FooCompNullable {BarShort: NULL}), - (:FooCompNullable {BarShort: 14}), - (:FooCompNullable {BarShort: 13})"; - - [Fact] - public async Task Short_Equal() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { eq: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { eq: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { eq: null}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_Equal_12") - .AddResult(res2, "Short_Equal_13") - .AddResult(res3, "Short_Equal_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_NotEqual() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { neq: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { neq: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { neq: null}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_NotEqual_12") - .AddResult(res2, "Short_NotEqual_13") - .AddResult(res3, "Short_NotEqual_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_GreaterThan() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { gt: 12}}){ barShort}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { gt: 13}}){ barShort}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { gt: 14}}){ barShort}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { gt: null}}){ barShort}}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_GreaterThan_12") - .AddResult(res2, "Short_GreaterThan_13") - .AddResult(res3, "Short_GreaterThan_14") - .AddResult(res4, "Short_GreaterThan_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_NotGreaterThan() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { ngt: 12}}){ barShort}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { ngt: 13}}){ barShort}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { ngt: 14}}){ barShort}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { ngt: null}}){ barShort}}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_NotGreaterThan_12") - .AddResult(res2, "Short_NotGreaterThan_13") - .AddResult(res3, "Short_NotGreaterThan_14") - .AddResult(res4, "Short_NotGreaterThan_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_GreaterThanOrEquals() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { gte: 12}}){ barShort}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { gte: 13}}){ barShort}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { gte: 14}}){ barShort}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { gte: null}}){ barShort}}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_GreaterThanOrEquals_12") - .AddResult(res2, "Short_GreaterThanOrEquals_13") - .AddResult(res3, "Short_GreaterThanOrEquals_14") - .AddResult(res4, "Short_GreaterThanOrEquals_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_NotGreaterThanOrEquals() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { ngte: 12}}){ barShort}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { ngte: 13}}){ barShort}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { ngte: 14}}){ barShort}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { ngte: null}}){ barShort}}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_NotGreaterThanOrEquals_12") - .AddResult(res2, "Short_NotGreaterThanOrEquals_13") - .AddResult(res3, "Short_NotGreaterThanOrEquals_14") - .AddResult(res4, "Short_NotGreaterThanOrEquals_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_LowerThan() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { lt: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { lt: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { lt: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { lt: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_LowerThan_12") - .AddResult(res2, "Short_LowerThan_13") - .AddResult(res3, "Short_LowerThan_14") - .AddResult(res4, "Short_LowerThan_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_NotLowerThan() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { nlt: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { nlt: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { nlt: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { nlt: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_NotLowerThan_12") - .AddResult(res2, "Short_NotLowerThan_13") - .AddResult(res3, "Short_NotLowerThan_14") - .AddResult(res4, "Short_NotLowerThan_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_LowerThanOrEquals() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { lte: 12}}){ barShort}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { lte: 13}}){ barShort}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { lte: 14}}){ barShort}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { lte: null}}){ barShort}}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_LowerThanOrEquals_12") - .AddResult(res2, "Short_LowerThanOrEquals_13") - .AddResult(res3, "Short_LowerThanOrEquals_14") - .AddResult(res4, "Short_LowerThanOrEquals_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_NotLowerThanOrEquals() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { nlte: 12}}){ barShort}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { nlte: 13}}){ barShort}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { nlte: 14}}){ barShort}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { nlte: null}}){ barShort}}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_NotLowerThanOrEquals_12") - .AddResult(res2, "Short_NotLowerThanOrEquals_13") - .AddResult(res3, "Short_NotLowerThanOrEquals_14") - .AddResult(res4, "Short_NotLowerThanOrEquals_null") - .MatchAsync(); - } - - [Fact] - public async Task Short_In() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { in: [ null, 14 ]}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_In_12and13") - .AddResult(res2, "Short_In_13and14") - .AddResult(res3, "Short_In_Nulland14") - .MatchAsync(); - } - - [Fact] - public async Task Short_NotIn() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { nin: [ null, 14 ]}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Short_NotIn_12and13") - .AddResult(res2, "Short_NotIn_13and14") - .AddResult(res3, "Short_NotIn_NullAnd14") - .MatchAsync(); - } - - [Fact] - public async Task Nullable_Short_Equal() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>(_database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { eq: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { eq: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { eq: null}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Nullable_Short_Equal_12") - .AddResult(res2, "Nullable_Short_Equal_13") - .AddResult(res3, "Nullable_Short_Equal_null") - .MatchAsync(); - } - - [Fact] - public async Task Nullable_Short_NotEqual() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>(_database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { neq: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { neq: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { neq: null}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Nullable_Short_NotEqual_12") - .AddResult(res2, "Nullable_Short_NotEqual_13") - .AddResult(res3, "Nullable_Short_NotEqual_null") - .MatchAsync(); - } - - [Fact] - public async Task Nullable_Short_GreaterThan() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>(_database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { gt: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { gt: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { gt: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { gt: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Nullable_Short_GreaterThan_12") - .AddResult(res2, "Nullable_Short_GreaterThan_13") - .AddResult(res3, "Nullable_Short_GreaterThan_14") - .AddResult(res4, "Nullable_Short_GreaterThan_null") - .MatchAsync(); - } - - [Fact] - public async Task Nullable_Short_NotGreaterThan() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>(_database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { ngt: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { ngt: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { ngt: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { ngt: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "Nullable_Short_NotGreaterThan_12") - .AddResult(res2, "Nullable_Short_NotGreaterThan_13") - .AddResult(res3, "Nullable_Short_NotGreaterThan_14") - .AddResult(res4, "Nullable_Short_NotGreaterThan_null") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableGreaterThanOrEquals_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { gte: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { gte: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { gte: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { gte: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12") - .AddResult(res2, "13") - .AddResult(res3, "14") - .AddResult(res4, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableNotGreaterThanOrEquals_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { ngte: 12}}){ barShort}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { ngte: 13}}){ barShort}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { ngte: 14}}){ barShort}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { ngte: null}}){ barShort}}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12") - .AddResult(res2, "13") - .AddResult(res3, "14") - .AddResult(res4, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableLowerThan_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { lt: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { lt: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { lt: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { lt: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12") - .AddResult(res2, "13") - .AddResult(res3, "14") - .AddResult(res4, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableNotLowerThan_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { nlt: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { nlt: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { nlt: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { nlt: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12") - .AddResult(res2, "13") - .AddResult(res3, "14") - .AddResult(res4, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableLowerThanOrEquals_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { lte: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { lte: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { lte: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { lte: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12") - .AddResult(res2, "13") - .AddResult(res3, "14") - .AddResult(res4, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableNotLowerThanOrEquals_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { nlte: 12}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { nlte: 13}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { nlte: 14}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - const string query4 = "{ root(where: { barShort: { nlte: null}}){ barShort }}"; - var res4 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query4) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12") - .AddResult(res2, "13") - .AddResult(res3, "14") - .AddResult(res4, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableIn_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { barShort: { in: [ 12, 13 ]}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { in: [ 13, 14 ]}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { in: [ 13, null ]}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12and13") - .AddResult(res2, "13and14") - .AddResult(res3, "13andNull") - .MatchAsync(); - } - - [Fact] - public async Task Create_ShortNullableNotIn_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooCompNullable, FooCompNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // arrange - const string query1 = "{ root(where: { barShort: { nin: [ 12, 13 ]}}){ barShort }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { barShort: { nin: [ 13, 14 ]}}){ barShort }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { barShort: { nin: [ 13, null ]}}){ barShort }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "12and13") - .AddResult(res2, "13and14") - .AddResult(res3, "13andNull") - .MatchAsync(); - } - - [Fact] - public void Create_Implicit_Operation() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType( - t => t - .Name("Query") - .Field("foo") - .Type<StringType>() - .Resolve("foo") - .Argument("test", a => a.Type<FilterInputType<FooComp>>())) - .AddNeo4JFiltering(compatabilityMode: true) - .Create(); - - // assert - schema.MatchSnapshot(); - } - - [Fact] - public void Create_Implicit_Operation_Normalized() - { - // arrange - // act - var schema = SchemaBuilder.New() - .AddQueryType( - t => t - .Name("Query") - .Field("foo") - .Type<StringType>() - .Resolve("foo") - .Argument("test", a => a.Type<FilterInputType<FooComp>>())) - .AddNeo4JFiltering() - .Create(); - - // assert - schema.MatchSnapshot(); - } - - public class FooComp - { - public short BarShort { get; set; } - - public int BarInt { get; set; } - - public long BarLong { get; set; } - - public float BarFloat { get; set; } - - public double BarDouble { get; set; } - - public decimal BarDecimal { get; set; } - - public DateTime BarDateTime { get; set; } - } - - public class FooCompNullable - { - public short? BarShort { get; set; } - - public DateTime? BarDateTime { get; set; } - } - - public class FooCompFilterType : FilterInputType<FooComp> - { - } - - public class FooCompNullableFilterType : FilterInputType<FooCompNullable> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFixture.cs deleted file mode 100644 index 77f0a5aa544..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JFixture.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System.Collections.Concurrent; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Data.Neo4J.Filtering; - -public class Neo4JFixture : Neo4JFixtureBase -{ - private readonly ConcurrentDictionary<(Type, string), Task<IRequestExecutor>> _cache = new(); - - public async Task<IRequestExecutor> Arrange<TEntity, TFilter>( - Neo4JDatabase database, - string cypher) - where TEntity : class - where TFilter : FilterInputType - { - await ResetDatabase(database, cypher); - - return await GetOrCreateSchema<TEntity, TFilter>(database, cypher); - } - - private Task<IRequestExecutor> GetOrCreateSchema<TEntity, TFilter>( - Neo4JDatabase database, - string cypher) - where TEntity : class - where TFilter : FilterInputType - { - (Type, string) key = (typeof(TEntity), cypher); - - return _cache.GetOrAdd( - key, - k => CreateSchema<TEntity, TFilter>(database)); - } - - private static async Task<IRequestExecutor> CreateSchema<TEntity, TFilter>( - Neo4JDatabase database) - where TEntity : class - { - return await new ServiceCollection() - .AddGraphQL() - .AddNeo4JProjections() - .AddFiltering(x => - x.BindRuntimeType(typeof(TEntity), typeof(TFilter)).AddNeo4JDefaults()) - .AddQueryType( - c => c - .Name("Query") - .Field("root") - .SetupNeo4JTestField<TEntity>(database.GetAsyncSession) - .UseFiltering<TFilter>() - .UseProjection()) - .SetupNeo4JTestResponse() - .UseDefaultPipeline() - .ModifyOptions(o => o.ValidatePipelineOrder = false) - .Services - .BuildServiceProvider() - .GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JListFilterTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JListFilterTests.cs deleted file mode 100644 index ae3aeb26ae6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JListFilterTests.cs +++ /dev/null @@ -1,103 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data.Neo4J.Filtering; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JListFilterTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JListFilterTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = @" - CREATE (a:Foo {BarString: 'a'})-[:RELATED_FOO]->(:FooNested {Bar: 'a'})-[:RELATED_BAR]->(:BarNested {Foo: 'a'}), - (a)-[:RELATED_FOO]->(:FooNested {Bar: 'a'})-[:RELATED_BAR]->(:BarNested {Foo: 'a'}), - (a)-[:RELATED_FOO]->(:FooNested {Bar: 'a'})-[:RELATED_BAR]->(:BarNested {Foo: 'a'}), - (b:Foo {BarString: 'b'})-[:RELATED_FOO]->(:FooNested {Bar: 'c'}), - (b)-[:RELATED_FOO]->(:FooNested {Bar: 'a'}), - (b)-[:RELATED_FOO]->(:FooNested {Bar: 'a'}), - (c:Foo {BarString: 'c'})-[:RELATED_FOO]->(:FooNested {Bar: 'a'}), - (c)-[:RELATED_FOO]->(:FooNested {Bar: 'd'}), - (c)-[:RELATED_FOO]->(:FooNested {Bar: 'b'}), - (d:Foo {BarString: 'd'})-[:RELATED_FOO]->(:FooNested {Bar: 'c'}), - (d)-[:RELATED_FOO]->(:FooNested {Bar: 'd'}), - (d)-[:RELATED_FOO]->(:FooNested {Bar: 'b'}), - (e:Foo {BarString: 'e'})-[:RELATED_FOO]->(:FooNested), - (e)-[:RELATED_FOO]->(:FooNested {Bar: 'd'}), - (e)-[:RELATED_FOO]->(:FooNested {Bar: 'b'})"; - - [Fact] - public async Task Create_ArrayAllObjectStringEqual_Expression() - { - // arrange - var tester = await _fixture.Arrange<Foo, FooFilterType>( - _database, FooEntitiesCypher); - - // act - // assert - const string query1 = - @"{ - root(where: { - barString: { - eq: ""a"" - } - fooNested: { - all: { - bar: { eq: ""a"" } - } - } - }){ - barString - fooNested { - bar - barNested { - foo - } - } - } - }"; - - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - // assert - await Snapshot - .Create().AddResult(res1, "all") - .MatchAsync(); - } - - public class Foo - { - public string BarString { get; set; } = default!; - - [Neo4JRelationship("RELATED_FOO")] - public List<FooNested> FooNested { get; set; } = default!; - } - - public class FooNested - { - public string? Bar { get; set; } - - [Neo4JRelationship("RELATED_BAR")] - public List<BarNested> BarNested { get; set; } = default!; - } - - public class BarNested - { - public string? Foo { get; set; } - } - - public class FooFilterType : FilterInputType<Foo> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JStringFilterTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JStringFilterTests.cs deleted file mode 100644 index 1fa1bce053e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/Neo4JStringFilterTests.cs +++ /dev/null @@ -1,751 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Filters; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data.Neo4J.Filtering; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JStringFilterTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JStringFilterTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = - @"CREATE (:FooString {Bar: 'testatest'}), (:FooString {Bar: 'testbtest'})"; - - private const string FooNullableEntitiesCypher = - @"CREATE - (:FooStringNullable {Bar: 'testatest'}), - (:FooStringNullable {Bar: 'testbtest'}), - (:FooStringNullable {Bar: NULL})"; - - [Fact] - public async Task Create_StringEqual_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { eq: \"testatest\"}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { eq: \"testbtest\"}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { eq: null}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatest") - .AddResult(res2, "testbtest") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringNotEqual_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { neq: \"testatest\"}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { neq: \"testbtest\"}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { neq: null}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatest") - .AddResult(res2, "testbtest") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringStartsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { startsWith: \"testa\" }}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { startsWith: \"testb\" }}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { startsWith: null }}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testa") - .AddResult(res2, "testb") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringNotStartsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { nstartsWith: \"testa\" }}){ bar}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { nstartsWith: \"testb\" }}){ bar}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { nstartsWith: null }}){ bar}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testa") - .AddResult(res2, "testb") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringIn_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { in: [\"testbtest\" null]}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatestAndtestb") - .AddResult(res2, "testbtestAndNull") - .AddResult(res3, "testatest") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringNotIn_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { nin: [\"testbtest\" null]}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatestAndtestb") - .AddResult(res2, "testbtestAndNull") - .AddResult(res3, "testatest") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringContains_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { contains: \"a\" }}){ bar}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { contains: \"b\" }}){ bar}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { contains: null }}){ bar}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create().AddResult(res1, "a").AddResult(res2, "b").AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringNotContains_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { ncontains: \"a\" }}){ bar}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { ncontains: \"b\" }}){ bar}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { ncontains: null }}){ bar}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create().AddResult(res1, "a").AddResult(res2, "b").AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringEndsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { endsWith: \"atest\" }}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { endsWith: \"btest\" }}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { endsWith: null }}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create().AddResult(res1, "a").AddResult(res2, "b").AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_StringNotEndsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringFilterType>(_database, FooEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { nendsWith: \"atest\" }}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { nendsWith: \"btest\" }}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { nendsWith: null }}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "atest") - .AddResult(res2, "btest") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringEqual_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { eq: \"testatest\"}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { eq: \"testbtest\"}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { eq: null}}){ bar}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatest") - .AddResult(res2, "testbtest") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringNotEqual_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { neq: \"testatest\"}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { neq: \"testbtest\"}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { neq: null}}){ bar}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatest") - .AddResult(res2, "testbtest") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringIn_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = - "{ root(where: { bar: { in: [ \"testatest\" \"testbtest\" ]}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { in: [\"testbtest\" null]}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { in: [ \"testatest\" ]}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatestAndtestb") - .AddResult(res2, "testbtestAndNull") - .AddResult(res3, "testatest") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringNotIn_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = - "{ root(where: { bar: { nin: [ \"testatest\" \"testbtest\" ]}}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { nin: [\"testbtest\" null]}}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { nin: [ \"testatest\" ]}}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testatestAndtestb") - .AddResult(res2, "testbtestAndNull") - .AddResult(res3, "testatest") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringContains_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { contains: \"a\" }}){ bar}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { contains: \"b\" }}){ bar}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { contains: null }}){ bar}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "a") - .AddResult(res2, "b") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringNotContains_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { ncontains: \"a\" }}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { ncontains: \"b\" }}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { ncontains: null }}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "a") - .AddResult(res2, "b") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringStartsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { startsWith: \"testa\" }}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { startsWith: \"testb\" }}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { startsWith: null }}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testa") - .AddResult(res2, "testb") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringNotStartsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { nstartsWith: \"testa\" }}){ bar}}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { nstartsWith: \"testb\" }}){ bar}}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { nstartsWith: null }}){ bar}}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "testa") - .AddResult(res2, "testb") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringEndsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { endsWith: \"atest\" }}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { endsWith: \"btest\" }}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { endsWith: null }}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "atest") - .AddResult(res2, "btest") - .AddResult(res3, "null") - .MatchAsync(); - } - - [Fact] - public async Task Create_NullableStringNotEndsWith_Expression() - { - // arrange - var tester = - await _fixture.Arrange<FooStringNullable, FooStringNullableFilterType>( - _database, FooNullableEntitiesCypher); - - // act - const string query1 = "{ root(where: { bar: { nendsWith: \"atest\" }}){ bar }}"; - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query1) - .Create()); - - const string query2 = "{ root(where: { bar: { nendsWith: \"btest\" }}){ bar }}"; - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query2) - .Create()); - - const string query3 = "{ root(where: { bar: { nendsWith: null }}){ bar }}"; - var res3 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery(query3) - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "atest") - .AddResult(res2, "btest") - .AddResult(res3, "null") - .MatchAsync(); - } - - public class FooString - { - public string Bar { get; set; } = default!; - } - - public class FooStringFilterType : FilterInputType<FooString> - { - } - - public class FooStringNullable - { - public string? Bar { get; set; } - } - - public class FooStringNullableFilterType : FilterInputType<FooStringNullable> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET6_0.snap deleted file mode 100644 index 5f27a60ac26..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET6_0.snap +++ /dev/null @@ -1,13 +0,0 @@ -BooleanFilter_Equal_And_Combinator Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -BooleanFilter_Equal_And_Combinator Query: ---------------- -MATCH (fooBool:FooBool) WHERE (fooBool.Bar = True AND fooBool.Bar = False) RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET7_0.snap deleted file mode 100644 index 5f27a60ac26..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET7_0.snap +++ /dev/null @@ -1,13 +0,0 @@ -BooleanFilter_Equal_And_Combinator Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -BooleanFilter_Equal_And_Combinator Query: ---------------- -MATCH (fooBool:FooBool) WHERE (fooBool.Bar = True AND fooBool.Bar = False) RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET8_0.snap deleted file mode 100644 index 5f27a60ac26..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_And_Combinator_NET8_0.snap +++ /dev/null @@ -1,13 +0,0 @@ -BooleanFilter_Equal_And_Combinator Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -BooleanFilter_Equal_And_Combinator Query: ---------------- -MATCH (fooBool:FooBool) WHERE (fooBool.Bar = True AND fooBool.Bar = False) RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET6_0.snap deleted file mode 100644 index db6765e82a2..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET6_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -BooleanFilter_Equal_True Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_Equal_True Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar = True RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- - -BooleanFilter_Equal_False Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - } - ] - } -} ---------------- - -BooleanFilter_Equal_False Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar = False RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET7_0.snap deleted file mode 100644 index db6765e82a2..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET7_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -BooleanFilter_Equal_True Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_Equal_True Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar = True RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- - -BooleanFilter_Equal_False Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - } - ] - } -} ---------------- - -BooleanFilter_Equal_False Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar = False RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET8_0.snap deleted file mode 100644 index db6765e82a2..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_NET8_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -BooleanFilter_Equal_True Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_Equal_True Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar = True RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- - -BooleanFilter_Equal_False Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - } - ] - } -} ---------------- - -BooleanFilter_Equal_False Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar = False RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET6_0.snap deleted file mode 100644 index 6676251627d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET6_0.snap +++ /dev/null @@ -1,20 +0,0 @@ -BooleanFilter_Equal_Or_Combinator Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - }, - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_Equal_Or_Combinator Query: ---------------- -MATCH (fooBool:FooBool) WHERE (fooBool.Bar = True OR fooBool.Bar = False) RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET7_0.snap deleted file mode 100644 index 6676251627d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET7_0.snap +++ /dev/null @@ -1,20 +0,0 @@ -BooleanFilter_Equal_Or_Combinator Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - }, - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_Equal_Or_Combinator Query: ---------------- -MATCH (fooBool:FooBool) WHERE (fooBool.Bar = True OR fooBool.Bar = False) RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET8_0.snap deleted file mode 100644 index 6676251627d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_Equal_Or_Combinator_NET8_0.snap +++ /dev/null @@ -1,20 +0,0 @@ -BooleanFilter_Equal_Or_Combinator Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - }, - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_Equal_Or_Combinator Query: ---------------- -MATCH (fooBool:FooBool) WHERE (fooBool.Bar = True OR fooBool.Bar = False) RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET6_0.snap deleted file mode 100644 index 2f64e7ba2db..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET6_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -BooleanFilter_NotEqual_True Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - } - ] - } -} ---------------- - -BooleanFilter_NotEqual_True Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar <> True RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- - -BooleanFilter_NotEqual_False Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_NotEqual_False Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar <> False RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET7_0.snap deleted file mode 100644 index 2f64e7ba2db..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET7_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -BooleanFilter_NotEqual_True Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - } - ] - } -} ---------------- - -BooleanFilter_NotEqual_True Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar <> True RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- - -BooleanFilter_NotEqual_False Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_NotEqual_False Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar <> False RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET8_0.snap deleted file mode 100644 index 2f64e7ba2db..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_NotEqual_NET8_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -BooleanFilter_NotEqual_True Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - } - ] - } -} ---------------- - -BooleanFilter_NotEqual_True Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar <> True RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- - -BooleanFilter_NotEqual_False Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - } - ] - } -} ---------------- - -BooleanFilter_NotEqual_False Query: ---------------- -MATCH (fooBool:FooBool) WHERE fooBool.Bar <> False RETURN fooBool {.Bar} ORDER BY fooBool {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_SchemaSnapshot.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_SchemaSnapshot.graphql deleted file mode 100644 index 5d8b4c95435..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.BooleanFilter_SchemaSnapshot.graphql +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type FooBool { - bar: Boolean! -} - -type Query { - root(where: FooBoolFilterInput): [FooBool] -} - -input BooleanOperationFilterInput { - eq: Boolean - neq: Boolean -} - -input FooBoolFilterInput { - and: [FooBoolFilterInput!] - or: [FooBoolFilterInput!] - bar: BooleanOperationFilterInput -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET6_0.snap deleted file mode 100644 index bf629dcdef4..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET6_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -Nullable_BooleanFilter_Equal_True Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_True Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = True RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_Equal_False Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_False Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = False RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_Equal_Null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_Null Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = NULL RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET7_0.snap deleted file mode 100644 index bf629dcdef4..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET7_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -Nullable_BooleanFilter_Equal_True Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_True Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = True RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_Equal_False Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_False Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = False RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_Equal_Null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_Null Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = NULL RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET8_0.snap deleted file mode 100644 index bf629dcdef4..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_Equal_NET8_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -Nullable_BooleanFilter_Equal_True Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_True Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = True RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_Equal_False Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_False Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = False RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_Equal_Null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_Equal_Null Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar = NULL RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET6_0.snap deleted file mode 100644 index c01ca9ee299..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET6_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -Nullable_BooleanFilter_NotEqual_True Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_True Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> True RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_NotEqual_False Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_False Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> False RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_NotEqual_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_null Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> NULL RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET7_0.snap deleted file mode 100644 index c01ca9ee299..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET7_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -Nullable_BooleanFilter_NotEqual_True Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_True Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> True RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_NotEqual_False Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_False Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> False RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_NotEqual_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_null Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> NULL RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET8_0.snap deleted file mode 100644 index c01ca9ee299..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_NotEqual_NET8_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -Nullable_BooleanFilter_NotEqual_True Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_True Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> True RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_NotEqual_False Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_False Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> False RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- - -Nullable_BooleanFilter_NotEqual_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_BooleanFilter_NotEqual_null Query: ---------------- -MATCH (fooBoolNullable:FooBoolNullable) WHERE fooBoolNullable.Bar <> NULL RETURN fooBoolNullable {.Bar} ORDER BY fooBoolNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_SchemaSnapshot.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_SchemaSnapshot.graphql deleted file mode 100644 index d1ed77419c8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JBooleanFilterTests.Nullable_BooleanFilter_SchemaSnapshot.graphql +++ /dev/null @@ -1,24 +0,0 @@ -schema { - query: Query -} - -type FooBoolNullable { - bar: Boolean -} - -type Query { - root(where: FooBoolNullableFilterInput): [FooBoolNullable] -} - -input BooleanOperationFilterInput { - eq: Boolean - neq: Boolean -} - -input FooBoolNullableFilterInput { - and: [FooBoolNullableFilterInput!] - or: [FooBoolNullableFilterInput!] - bar: BooleanOperationFilterInput -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterCombinatorTests.FilterCombinator_Empty.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterCombinatorTests.FilterCombinator_Empty.snap deleted file mode 100644 index 5f8522b3db8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterCombinatorTests.FilterCombinator_Empty.snap +++ /dev/null @@ -1,12 +0,0 @@ -{ - "data": { - "root": [ - { - "bar": false - }, - { - "bar": true - } - ] - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_Implicit_Operation.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_Implicit_Operation.graphql deleted file mode 100644 index 55c27a8ed45..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_Implicit_Operation.graphql +++ /dev/null @@ -1,141 +0,0 @@ -schema { - query: Query -} - -type Query { - foo(test: FooCompFilterInput): String -} - -input ComparableDateTimeOperationFilterInput { - eq: DateTime - neq: DateTime - in: [DateTime!] - nin: [DateTime!] - gt: DateTime - ngt: DateTime - gte: DateTime - ngte: DateTime - lt: DateTime - nlt: DateTime - lte: DateTime - nlte: DateTime -} - -input ComparableDecimalOperationFilterInput { - eq: Decimal - neq: Decimal - in: [Decimal!] - nin: [Decimal!] - gt: Decimal - ngt: Decimal - gte: Decimal - ngte: Decimal - lt: Decimal - nlt: Decimal - lte: Decimal - nlte: Decimal -} - -input ComparableDoubleOperationFilterInput { - eq: Float - neq: Float - in: [Float!] - nin: [Float!] - gt: Float - ngt: Float - gte: Float - ngte: Float - lt: Float - nlt: Float - lte: Float - nlte: Float -} - -input ComparableInt16OperationFilterInput { - eq: Short - neq: Short - in: [Short!] - nin: [Short!] - gt: Short - ngt: Short - gte: Short - ngte: Short - lt: Short - nlt: Short - lte: Short - nlte: Short -} - -input ComparableInt32OperationFilterInput { - eq: Int - neq: Int - in: [Int!] - nin: [Int!] - gt: Int - ngt: Int - gte: Int - ngte: Int - lt: Int - nlt: Int - lte: Int - nlte: Int -} - -input ComparableInt64OperationFilterInput { - eq: Long - neq: Long - in: [Long!] - nin: [Long!] - gt: Long - ngt: Long - gte: Long - ngte: Long - lt: Long - nlt: Long - lte: Long - nlte: Long -} - -input ComparableSingleOperationFilterInput { - eq: Float - neq: Float - in: [Float!] - nin: [Float!] - gt: Float - ngt: Float - gte: Float - ngte: Float - lt: Float - nlt: Float - lte: Float - nlte: Float -} - -input FooCompFilterInput { - and: [FooCompFilterInput!] - or: [FooCompFilterInput!] - barShort: ComparableInt16OperationFilterInput - barInt: ComparableInt32OperationFilterInput - barLong: ComparableInt64OperationFilterInput - barFloat: ComparableSingleOperationFilterInput - barDouble: ComparableDoubleOperationFilterInput - barDecimal: ComparableDecimalOperationFilterInput - barDateTime: ComparableDateTimeOperationFilterInput -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_Implicit_Operation_Normalized.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_Implicit_Operation_Normalized.graphql deleted file mode 100644 index 5c1fabfd5c8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_Implicit_Operation_Normalized.graphql +++ /dev/null @@ -1,126 +0,0 @@ -schema { - query: Query -} - -type Query { - foo(test: FooCompFilterInput): String -} - -input DateTimeOperationFilterInput { - eq: DateTime - neq: DateTime - in: [DateTime] - nin: [DateTime] - gt: DateTime - ngt: DateTime - gte: DateTime - ngte: DateTime - lt: DateTime - nlt: DateTime - lte: DateTime - nlte: DateTime -} - -input DecimalOperationFilterInput { - eq: Decimal - neq: Decimal - in: [Decimal] - nin: [Decimal] - gt: Decimal - ngt: Decimal - gte: Decimal - ngte: Decimal - lt: Decimal - nlt: Decimal - lte: Decimal - nlte: Decimal -} - -input FloatOperationFilterInput { - eq: Float - neq: Float - in: [Float] - nin: [Float] - gt: Float - ngt: Float - gte: Float - ngte: Float - lt: Float - nlt: Float - lte: Float - nlte: Float -} - -input FooCompFilterInput { - and: [FooCompFilterInput!] - or: [FooCompFilterInput!] - barShort: ShortOperationFilterInput - barInt: IntOperationFilterInput - barLong: LongOperationFilterInput - barFloat: FloatOperationFilterInput - barDouble: FloatOperationFilterInput - barDecimal: DecimalOperationFilterInput - barDateTime: DateTimeOperationFilterInput -} - -input IntOperationFilterInput { - eq: Int - neq: Int - in: [Int] - nin: [Int] - gt: Int - ngt: Int - gte: Int - ngte: Int - lt: Int - nlt: Int - lte: Int - nlte: Int -} - -input LongOperationFilterInput { - eq: Long - neq: Long - in: [Long] - nin: [Long] - gt: Long - ngt: Long - gte: Long - ngte: Long - lt: Long - nlt: Long - lte: Long - nlte: Long -} - -input ShortOperationFilterInput { - eq: Short - neq: Short - in: [Short] - nin: [Short] - gt: Short - ngt: Short - gte: Short - ngte: Short - lt: Short - nlt: Short - lte: Short - nlte: Short -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET6_0.snap deleted file mode 100644 index 47c6d461406..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET7_0.snap deleted file mode 100644 index 47c6d461406..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET8_0.snap deleted file mode 100644 index 47c6d461406..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableGreaterThanOrEquals_Expression_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort >= 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET6_0.snap deleted file mode 100644 index 4e31fc01f6f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET6_0.snap +++ /dev/null @@ -1,59 +0,0 @@ -12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -12and13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 12, 13 ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13and14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 13, 14 ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13andNull Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -13andNull Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 13, null ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET7_0.snap deleted file mode 100644 index 4e31fc01f6f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET7_0.snap +++ /dev/null @@ -1,59 +0,0 @@ -12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -12and13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 12, 13 ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13and14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 13, 14 ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13andNull Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -13andNull Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 13, null ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET8_0.snap deleted file mode 100644 index 4e31fc01f6f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableIn_Expression_NET8_0.snap +++ /dev/null @@ -1,59 +0,0 @@ -12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -12and13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 12, 13 ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13and14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 13, 14 ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13andNull Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -13andNull Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort IN [ 13, null ] RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET6_0.snap deleted file mode 100644 index 3c31697e356..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET7_0.snap deleted file mode 100644 index 3c31697e356..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET8_0.snap deleted file mode 100644 index 3c31697e356..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThanOrEquals_Expression_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <= 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET6_0.snap deleted file mode 100644 index ac3c12c4573..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET7_0.snap deleted file mode 100644 index ac3c12c4573..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET8_0.snap deleted file mode 100644 index ac3c12c4573..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableLowerThan_Expression_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort < 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET6_0.snap deleted file mode 100644 index b78f3a1423b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET7_0.snap deleted file mode 100644 index b78f3a1423b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET8_0.snap deleted file mode 100644 index b78f3a1423b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotGreaterThanOrEquals_Expression_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort >= 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET6_0.snap deleted file mode 100644 index b83050a63cd..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET6_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -12and13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 12, 13 ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13and14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 13, 14 ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13andNull Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -13andNull Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 13, null ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET7_0.snap deleted file mode 100644 index b83050a63cd..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET7_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -12and13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 12, 13 ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13and14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 13, 14 ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13andNull Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -13andNull Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 13, null ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET8_0.snap deleted file mode 100644 index b83050a63cd..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotIn_Expression_NET8_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -12and13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 12, 13 ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -13and14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 13, 14 ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13andNull Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -13andNull Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort IN [ 13, null ]) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET6_0.snap deleted file mode 100644 index 8f580924228..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET7_0.snap deleted file mode 100644 index 8f580924228..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET8_0.snap deleted file mode 100644 index 8f580924228..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThanOrEquals_Expression_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort <= 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET6_0.snap deleted file mode 100644 index 181ab00b0ee..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET7_0.snap deleted file mode 100644 index 181ab00b0ee..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET8_0.snap deleted file mode 100644 index 181ab00b0ee..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Create_ShortNullableNotLowerThan_Expression_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort < 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET6_0.snap deleted file mode 100644 index 3d5ccdc41ef..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET6_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -Nullable_Short_Equal_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Nullable_Short_Equal_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_Equal_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -Nullable_Short_Equal_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_Equal_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_Equal_null Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = NULL RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET7_0.snap deleted file mode 100644 index 3d5ccdc41ef..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET7_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -Nullable_Short_Equal_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Nullable_Short_Equal_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_Equal_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -Nullable_Short_Equal_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_Equal_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_Equal_null Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = NULL RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET8_0.snap deleted file mode 100644 index 3d5ccdc41ef..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_Equal_NET8_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -Nullable_Short_Equal_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Nullable_Short_Equal_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_Equal_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -Nullable_Short_Equal_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_Equal_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_Equal_null Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort = NULL RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET6_0.snap deleted file mode 100644 index b4b67c3139e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Nullable_Short_GreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_GreaterThan_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_GreaterThan_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_GreaterThan_14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET7_0.snap deleted file mode 100644 index b4b67c3139e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Nullable_Short_GreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_GreaterThan_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_GreaterThan_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_GreaterThan_14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET8_0.snap deleted file mode 100644 index b4b67c3139e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_GreaterThan_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Nullable_Short_GreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_GreaterThan_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_GreaterThan_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_GreaterThan_14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort > 14 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_GreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET6_0.snap deleted file mode 100644 index 55c25f3d205..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET6_0.snap +++ /dev/null @@ -1,55 +0,0 @@ -Nullable_Short_NotEqual_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotEqual_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotEqual_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotEqual_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotEqual_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_NotEqual_null Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> NULL RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET7_0.snap deleted file mode 100644 index 55c25f3d205..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET7_0.snap +++ /dev/null @@ -1,55 +0,0 @@ -Nullable_Short_NotEqual_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotEqual_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotEqual_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotEqual_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotEqual_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_NotEqual_null Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> NULL RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET8_0.snap deleted file mode 100644 index 55c25f3d205..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotEqual_NET8_0.snap +++ /dev/null @@ -1,55 +0,0 @@ -Nullable_Short_NotEqual_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotEqual_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> 12 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotEqual_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotEqual_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> 13 RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotEqual_null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Nullable_Short_NotEqual_null Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE fooCompNullable.BarShort <> NULL RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET6_0.snap deleted file mode 100644 index c8bd0712387..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Nullable_Short_NotGreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET7_0.snap deleted file mode 100644 index c8bd0712387..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Nullable_Short_NotGreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET8_0.snap deleted file mode 100644 index c8bd0712387..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Nullable_Short_NotGreaterThan_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Nullable_Short_NotGreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_12 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 12) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_13 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 13) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Nullable_Short_NotGreaterThan_14 Query: ---------------- -MATCH (fooCompNullable:FooCompNullable) WHERE NOT (fooCompNullable.BarShort > 14) RETURN fooCompNullable {.BarShort} ORDER BY fooCompNullable {.BarShort} ASC ---------------- - -Nullable_Short_NotGreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET6_0.snap deleted file mode 100644 index 0dee98c309c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -Short_Equal_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_Equal_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort = 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_Equal_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_Equal_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort = 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_Equal_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `eq` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET7_0.snap deleted file mode 100644 index 0dee98c309c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -Short_Equal_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_Equal_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort = 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_Equal_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_Equal_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort = 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_Equal_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `eq` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET8_0.snap deleted file mode 100644 index 0dee98c309c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_Equal_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -Short_Equal_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_Equal_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort = 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_Equal_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_Equal_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort = 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_Equal_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `eq` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET6_0.snap deleted file mode 100644 index 82ace7d6391..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_GreaterThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET7_0.snap deleted file mode 100644 index 82ace7d6391..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_GreaterThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET8_0.snap deleted file mode 100644 index 82ace7d6391..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThanOrEquals_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_GreaterThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort >= 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET6_0.snap deleted file mode 100644 index 0d15a03f25e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_GreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_GreaterThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET7_0.snap deleted file mode 100644 index 0d15a03f25e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_GreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_GreaterThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET8_0.snap deleted file mode 100644 index 0d15a03f25e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_GreaterThan_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_GreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_GreaterThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_GreaterThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort > 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_GreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `gt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET6_0.snap deleted file mode 100644 index 34929a33651..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET6_0.snap +++ /dev/null @@ -1,69 +0,0 @@ -Short_In_12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_In_12and13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort IN [ 12, 13 ] RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_In_13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_In_13and14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort IN [ 13, 14 ] RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_In_Nulland14 ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `in` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[Short!]", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET7_0.snap deleted file mode 100644 index 34929a33651..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET7_0.snap +++ /dev/null @@ -1,69 +0,0 @@ -Short_In_12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_In_12and13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort IN [ 12, 13 ] RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_In_13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_In_13and14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort IN [ 13, 14 ] RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_In_Nulland14 ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `in` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[Short!]", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET8_0.snap deleted file mode 100644 index 34929a33651..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_In_NET8_0.snap +++ /dev/null @@ -1,69 +0,0 @@ -Short_In_12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_In_12and13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort IN [ 12, 13 ] RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_In_13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_In_13and14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort IN [ 13, 14 ] RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_In_Nulland14 ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `in` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[Short!]", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET6_0.snap deleted file mode 100644 index 7ef135ab146..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_LowerThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET7_0.snap deleted file mode 100644 index 7ef135ab146..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_LowerThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET8_0.snap deleted file mode 100644 index 7ef135ab146..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThanOrEquals_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_LowerThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_LowerThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <= 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET6_0.snap deleted file mode 100644 index 0ea7e25f420..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_LowerThan_12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_LowerThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_LowerThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_LowerThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET7_0.snap deleted file mode 100644 index 0ea7e25f420..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_LowerThan_12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_LowerThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_LowerThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_LowerThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET8_0.snap deleted file mode 100644 index 0ea7e25f420..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_LowerThan_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_LowerThan_12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_LowerThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_LowerThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_LowerThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort < 14 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_LowerThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `lt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 33 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET6_0.snap deleted file mode 100644 index c7d22aeb103..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET6_0.snap +++ /dev/null @@ -1,69 +0,0 @@ -Short_NotEqual_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotEqual_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <> 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotEqual_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotEqual_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <> 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotEqual_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `neq` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET7_0.snap deleted file mode 100644 index c7d22aeb103..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET7_0.snap +++ /dev/null @@ -1,69 +0,0 @@ -Short_NotEqual_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotEqual_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <> 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotEqual_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotEqual_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <> 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotEqual_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `neq` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET8_0.snap deleted file mode 100644 index c7d22aeb103..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotEqual_NET8_0.snap +++ /dev/null @@ -1,69 +0,0 @@ -Short_NotEqual_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotEqual_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <> 12 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotEqual_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotEqual_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE fooComp.BarShort <> 13 RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotEqual_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `neq` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET6_0.snap deleted file mode 100644 index f1207c66551..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_NotGreaterThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_NotGreaterThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotGreaterThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_NotGreaterThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET7_0.snap deleted file mode 100644 index f1207c66551..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_NotGreaterThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_NotGreaterThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotGreaterThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_NotGreaterThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET8_0.snap deleted file mode 100644 index f1207c66551..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThanOrEquals_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_NotGreaterThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_NotGreaterThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotGreaterThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_NotGreaterThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort >= 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET6_0.snap deleted file mode 100644 index 47023cf7053..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_NotGreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotGreaterThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_NotGreaterThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotGreaterThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET7_0.snap deleted file mode 100644 index 47023cf7053..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_NotGreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotGreaterThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_NotGreaterThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotGreaterThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET8_0.snap deleted file mode 100644 index 47023cf7053..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotGreaterThan_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_NotGreaterThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotGreaterThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - } - ] - } -} ---------------- - -Short_NotGreaterThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotGreaterThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort > 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotGreaterThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ngt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET6_0.snap deleted file mode 100644 index f180710d44f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -Short_NotIn_12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotIn_12and13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort IN [ 12, 13 ]) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotIn_13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotIn_13and14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort IN [ 13, 14 ]) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotIn_NullAnd14 ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nin` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[Short!]", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET7_0.snap deleted file mode 100644 index f180710d44f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -Short_NotIn_12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotIn_12and13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort IN [ 12, 13 ]) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotIn_13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotIn_13and14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort IN [ 13, 14 ]) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotIn_NullAnd14 ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nin` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[Short!]", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET8_0.snap deleted file mode 100644 index f180710d44f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotIn_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -Short_NotIn_12and13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotIn_12and13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort IN [ 12, 13 ]) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotIn_13and14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - } - ] - } -} ---------------- - -Short_NotIn_13and14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort IN [ 13, 14 ]) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotIn_NullAnd14 ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nin` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[Short!]", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET6_0.snap deleted file mode 100644 index 2820ccba8a8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET6_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_NotLowerThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_NotLowerThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET7_0.snap deleted file mode 100644 index 2820ccba8a8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET7_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_NotLowerThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_NotLowerThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET8_0.snap deleted file mode 100644 index 2820ccba8a8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThanOrEquals_NET8_0.snap +++ /dev/null @@ -1,80 +0,0 @@ -Short_NotLowerThanOrEquals_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThanOrEquals_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThanOrEquals_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_14 Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -Short_NotLowerThanOrEquals_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort <= 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThanOrEquals_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlte` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET6_0.snap deleted file mode 100644 index 2621b5342fa..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET6_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_NotLowerThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET7_0.snap deleted file mode 100644 index 2621b5342fa..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET7_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_NotLowerThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET8_0.snap deleted file mode 100644 index 2621b5342fa..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JFilterComparableTests.Short_NotLowerThan_NET8_0.snap +++ /dev/null @@ -1,90 +0,0 @@ -Short_NotLowerThan_12 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 12 - }, - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_12 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 12) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_13 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 13 - }, - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_13 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 13) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_14 Result: ---------------- -{ - "data": { - "root": [ - { - "barShort": 14 - } - ] - } -} ---------------- - -Short_NotLowerThan_14 Query: ---------------- -MATCH (fooComp:FooComp) WHERE NOT (fooComp.BarShort < 14) RETURN fooComp {.BarShort} ORDER BY fooComp {.BarShort} ASC ---------------- - -Short_NotLowerThan_null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nlt` of type ShortOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "Short!", - "filterType": "ShortOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET6_0.snap deleted file mode 100644 index 821a756a544..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET6_0.snap +++ /dev/null @@ -1,43 +0,0 @@ -all Result: ---------------- -{ - "data": { - "root": [ - { - "barString": "a", - "fooNested": [ - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - }, - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - }, - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - } - ] - } - ] - } -} ---------------- - -all Query: ---------------- -MATCH (foo:Foo) WHERE foo.BarString = 'a' RETURN foo {.BarString, FooNested: [(foo:Foo)-[:RELATED_FOO]->(fooNested:FooNested) | fooNested {.Bar, BarNested: [(fooNested:FooNested)-[:RELATED_BAR]->(barNested:BarNested) | barNested {.Foo}]}]} ORDER BY foo {.BarString, FooNested: [(foo:Foo)-[:RELATED_FOO]->(fooNested:FooNested) | fooNested {.Bar, BarNested: [(fooNested:FooNested)-[:RELATED_BAR]->(barNested:BarNested) | barNested {.Foo}]}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET7_0.snap deleted file mode 100644 index 821a756a544..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET7_0.snap +++ /dev/null @@ -1,43 +0,0 @@ -all Result: ---------------- -{ - "data": { - "root": [ - { - "barString": "a", - "fooNested": [ - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - }, - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - }, - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - } - ] - } - ] - } -} ---------------- - -all Query: ---------------- -MATCH (foo:Foo) WHERE foo.BarString = 'a' RETURN foo {.BarString, FooNested: [(foo:Foo)-[:RELATED_FOO]->(fooNested:FooNested) | fooNested {.Bar, BarNested: [(fooNested:FooNested)-[:RELATED_BAR]->(barNested:BarNested) | barNested {.Foo}]}]} ORDER BY foo {.BarString, FooNested: [(foo:Foo)-[:RELATED_FOO]->(fooNested:FooNested) | fooNested {.Bar, BarNested: [(fooNested:FooNested)-[:RELATED_BAR]->(barNested:BarNested) | barNested {.Foo}]}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET8_0.snap deleted file mode 100644 index 821a756a544..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JListFilterTests.Create_ArrayAllObjectStringEqual_Expression_NET8_0.snap +++ /dev/null @@ -1,43 +0,0 @@ -all Result: ---------------- -{ - "data": { - "root": [ - { - "barString": "a", - "fooNested": [ - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - }, - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - }, - { - "bar": "a", - "barNested": [ - { - "foo": "a" - } - ] - } - ] - } - ] - } -} ---------------- - -all Query: ---------------- -MATCH (foo:Foo) WHERE foo.BarString = 'a' RETURN foo {.BarString, FooNested: [(foo:Foo)-[:RELATED_FOO]->(fooNested:FooNested) | fooNested {.Bar, BarNested: [(fooNested:FooNested)-[:RELATED_BAR]->(barNested:BarNested) | barNested {.Foo}]}]} ORDER BY foo {.BarString, FooNested: [(foo:Foo)-[:RELATED_FOO]->(fooNested:FooNested) | fooNested {.Bar, BarNested: [(fooNested:FooNested)-[:RELATED_BAR]->(barNested:BarNested) | barNested {.Foo}]}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET6_0.snap deleted file mode 100644 index bdcd24d772f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar CONTAINS 'a' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar CONTAINS 'b' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `contains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET7_0.snap deleted file mode 100644 index bdcd24d772f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar CONTAINS 'a' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar CONTAINS 'b' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `contains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET8_0.snap deleted file mode 100644 index bdcd24d772f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringContains_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar CONTAINS 'a' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar CONTAINS 'b' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `contains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET6_0.snap deleted file mode 100644 index 4bebd8c3d7e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar ENDS WITH 'atest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar ENDS WITH 'btest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `endsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET7_0.snap deleted file mode 100644 index 4bebd8c3d7e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar ENDS WITH 'atest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar ENDS WITH 'btest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `endsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET8_0.snap deleted file mode 100644 index 4bebd8c3d7e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEndsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar ENDS WITH 'atest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar ENDS WITH 'btest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `endsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET6_0.snap deleted file mode 100644 index f0434939933..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET6_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = 'testatest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = 'testbtest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -null Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = NULL RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET7_0.snap deleted file mode 100644 index f0434939933..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET7_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = 'testatest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = 'testbtest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -null Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = NULL RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET8_0.snap deleted file mode 100644 index f0434939933..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringEqual_Expression_NET8_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = 'testatest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = 'testbtest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -null Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar = NULL RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET6_0.snap deleted file mode 100644 index fb3d1ae57cf..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET6_0.snap +++ /dev/null @@ -1,56 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testatest", "testbtest" ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtestAndNull Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtestAndNull Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testbtest", null ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testatest" ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET7_0.snap deleted file mode 100644 index fb3d1ae57cf..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET7_0.snap +++ /dev/null @@ -1,56 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testatest", "testbtest" ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtestAndNull Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtestAndNull Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testbtest", null ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testatest" ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET8_0.snap deleted file mode 100644 index fb3d1ae57cf..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringIn_Expression_NET8_0.snap +++ /dev/null @@ -1,56 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testatest", "testbtest" ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtestAndNull Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtestAndNull Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testbtest", null ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar IN [ "testatest" ] RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET6_0.snap deleted file mode 100644 index 253b63b7e5e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar CONTAINS 'a') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar CONTAINS 'b') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ncontains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET7_0.snap deleted file mode 100644 index 253b63b7e5e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar CONTAINS 'a') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar CONTAINS 'b') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ncontains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET8_0.snap deleted file mode 100644 index 253b63b7e5e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotContains_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar CONTAINS 'a') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar CONTAINS 'b') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ncontains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET6_0.snap deleted file mode 100644 index 6d4e188b1a0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar ENDS WITH 'atest') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar ENDS WITH 'btest') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nendsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET7_0.snap deleted file mode 100644 index 6d4e188b1a0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar ENDS WITH 'atest') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar ENDS WITH 'btest') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nendsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET8_0.snap deleted file mode 100644 index 6d4e188b1a0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEndsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar ENDS WITH 'atest') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar ENDS WITH 'btest') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nendsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET6_0.snap deleted file mode 100644 index 94e10ca59e1..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET6_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> 'testatest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> 'testbtest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -null Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> NULL RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET7_0.snap deleted file mode 100644 index 94e10ca59e1..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET7_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> 'testatest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> 'testbtest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -null Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> NULL RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET8_0.snap deleted file mode 100644 index 94e10ca59e1..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotEqual_Expression_NET8_0.snap +++ /dev/null @@ -1,49 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> 'testatest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> 'testbtest' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -null Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar <> NULL RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET6_0.snap deleted file mode 100644 index f95bb143e9a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET6_0.snap +++ /dev/null @@ -1,45 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testatest", "testbtest" ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtestAndNull Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testbtestAndNull Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testbtest", null ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testatest" ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET7_0.snap deleted file mode 100644 index f95bb143e9a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET7_0.snap +++ /dev/null @@ -1,45 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testatest", "testbtest" ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtestAndNull Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testbtestAndNull Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testbtest", null ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testatest" ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET8_0.snap deleted file mode 100644 index f95bb143e9a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotIn_Expression_NET8_0.snap +++ /dev/null @@ -1,45 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testatest", "testbtest" ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testbtestAndNull Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testbtestAndNull Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testbtest", null ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar IN [ "testatest" ]) RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET6_0.snap deleted file mode 100644 index 5326a24f9c5..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar STARTS WITH 'testa') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar STARTS WITH 'testb') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nstartsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 37 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET7_0.snap deleted file mode 100644 index 5326a24f9c5..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar STARTS WITH 'testa') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar STARTS WITH 'testb') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nstartsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 37 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET8_0.snap deleted file mode 100644 index 5326a24f9c5..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringNotStartsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar STARTS WITH 'testa') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE NOT (fooStringNullable.Bar STARTS WITH 'testb') RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nstartsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 37 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET6_0.snap deleted file mode 100644 index 337647b36a7..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar STARTS WITH 'testa' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar STARTS WITH 'testb' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `startsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 36 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET7_0.snap deleted file mode 100644 index 337647b36a7..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar STARTS WITH 'testa' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar STARTS WITH 'testb' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `startsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 36 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET8_0.snap deleted file mode 100644 index 337647b36a7..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_NullableStringStartsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar STARTS WITH 'testa' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooStringNullable:FooStringNullable) WHERE fooStringNullable.Bar STARTS WITH 'testb' RETURN fooStringNullable {.Bar} ORDER BY fooStringNullable {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `startsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 36 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET6_0.snap deleted file mode 100644 index 5d368eec2fe..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar CONTAINS 'a' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar CONTAINS 'b' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `contains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET7_0.snap deleted file mode 100644 index 5d368eec2fe..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar CONTAINS 'a' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar CONTAINS 'b' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `contains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET8_0.snap deleted file mode 100644 index 5d368eec2fe..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringContains_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar CONTAINS 'a' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar CONTAINS 'b' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `contains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET6_0.snap deleted file mode 100644 index 460e471dc51..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar ENDS WITH 'atest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar ENDS WITH 'btest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `endsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET7_0.snap deleted file mode 100644 index 460e471dc51..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar ENDS WITH 'atest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar ENDS WITH 'btest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `endsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET8_0.snap deleted file mode 100644 index 460e471dc51..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEndsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar ENDS WITH 'atest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar ENDS WITH 'btest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `endsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 34 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET6_0.snap deleted file mode 100644 index e58c2d93a85..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar = 'testatest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar = 'testbtest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `eq` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 28 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET7_0.snap deleted file mode 100644 index e58c2d93a85..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar = 'testatest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar = 'testbtest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `eq` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 28 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET8_0.snap deleted file mode 100644 index e58c2d93a85..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringEqual_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar = 'testatest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar = 'testbtest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `eq` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 28 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET6_0.snap deleted file mode 100644 index bbfcc0f128b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET6_0.snap +++ /dev/null @@ -1,66 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar IN [ "testatest", "testbtest" ] RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtestAndNull ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `in` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 28 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[String!]", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar IN [ "testatest" ] RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET7_0.snap deleted file mode 100644 index bbfcc0f128b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET7_0.snap +++ /dev/null @@ -1,66 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar IN [ "testatest", "testbtest" ] RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtestAndNull ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `in` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 28 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[String!]", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar IN [ "testatest" ] RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET8_0.snap deleted file mode 100644 index bbfcc0f128b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringIn_Expression_NET8_0.snap +++ /dev/null @@ -1,66 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar IN [ "testatest", "testbtest" ] RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtestAndNull ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `in` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 28 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[String!]", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar IN [ "testatest" ] RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET6_0.snap deleted file mode 100644 index c894b340bb2..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar CONTAINS 'a') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar CONTAINS 'b') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ncontains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET7_0.snap deleted file mode 100644 index c894b340bb2..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar CONTAINS 'a') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar CONTAINS 'b') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ncontains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET8_0.snap deleted file mode 100644 index c894b340bb2..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotContains_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -a Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -a Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar CONTAINS 'a') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -b Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -b Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar CONTAINS 'b') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `ncontains` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET6_0.snap deleted file mode 100644 index 071dd116b31..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar ENDS WITH 'atest') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar ENDS WITH 'btest') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nendsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET7_0.snap deleted file mode 100644 index 071dd116b31..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar ENDS WITH 'atest') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar ENDS WITH 'btest') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nendsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET8_0.snap deleted file mode 100644 index 071dd116b31..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEndsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -atest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -atest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar ENDS WITH 'atest') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -btest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -btest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar ENDS WITH 'btest') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nendsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 35 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET6_0.snap deleted file mode 100644 index 48d90381068..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar <> 'testatest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar <> 'testbtest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `neq` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 29 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET7_0.snap deleted file mode 100644 index 48d90381068..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar <> 'testatest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar <> 'testbtest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `neq` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 29 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET8_0.snap deleted file mode 100644 index 48d90381068..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotEqual_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar <> 'testatest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testbtest Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar <> 'testbtest' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `neq` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 29 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET6_0.snap deleted file mode 100644 index 8dc6aa67d80..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET6_0.snap +++ /dev/null @@ -1,59 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar IN [ "testatest", "testbtest" ]) RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtestAndNull ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nin` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 29 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[String!]", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar IN [ "testatest" ]) RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET7_0.snap deleted file mode 100644 index 8dc6aa67d80..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET7_0.snap +++ /dev/null @@ -1,59 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar IN [ "testatest", "testbtest" ]) RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtestAndNull ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nin` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 29 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[String!]", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar IN [ "testatest" ]) RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET8_0.snap deleted file mode 100644 index 8dc6aa67d80..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotIn_Expression_NET8_0.snap +++ /dev/null @@ -1,59 +0,0 @@ -testatestAndtestb Result: ---------------- -{ - "data": { - "root": [] - } -} ---------------- - -testatestAndtestb Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar IN [ "testatest", "testbtest" ]) RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testbtestAndNull ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nin` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 29 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "[String!]", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- - -testatest Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testatest Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar IN [ "testatest" ]) RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET6_0.snap deleted file mode 100644 index 62aa3c42aa9..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar STARTS WITH 'testa') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar STARTS WITH 'testb') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nstartsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 37 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET7_0.snap deleted file mode 100644 index 62aa3c42aa9..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar STARTS WITH 'testa') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar STARTS WITH 'testb') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nstartsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 37 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET8_0.snap deleted file mode 100644 index 62aa3c42aa9..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringNotStartsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar STARTS WITH 'testa') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooString:FooString) WHERE NOT (fooString.Bar STARTS WITH 'testb') RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `nstartsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 37 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET6_0.snap deleted file mode 100644 index fa396cdc9a6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET6_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar STARTS WITH 'testa' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar STARTS WITH 'testb' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `startsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 36 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET7_0.snap deleted file mode 100644 index fa396cdc9a6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET7_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar STARTS WITH 'testa' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar STARTS WITH 'testb' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `startsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 36 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET8_0.snap deleted file mode 100644 index fa396cdc9a6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/__snapshots__/Neo4JStringFilterTests.Create_StringStartsWith_Expression_NET8_0.snap +++ /dev/null @@ -1,63 +0,0 @@ -testa Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - } - ] - } -} ---------------- - -testa Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar STARTS WITH 'testa' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -testb Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - } - ] - } -} ---------------- - -testb Query: ---------------- -MATCH (fooString:FooString) WHERE fooString.Bar STARTS WITH 'testb' RETURN fooString {.Bar} ORDER BY fooString {.Bar} ASC ---------------- - -null ---------------- -{ - "errors": [ - { - "message": "The provided value for filter `startsWith` of type StringOperationFilterInput is invalid. Null values are not supported.", - "locations": [ - { - "line": 1, - "column": 36 - } - ], - "path": [ - "root" - ], - "extensions": { - "code": "HC0026", - "expectedType": "String!", - "filterType": "StringOperationFilterInput" - } - } - ], - "data": { - "root": [] - } -} ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/packages.lock.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/packages.lock.json deleted file mode 100644 index 9cbb4ba0511..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Filtering.Tests/packages.lock.json +++ /dev/null @@ -1,6200 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/AnnotationBasedIntegrationTests.txt b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/AnnotationBasedIntegrationTests.txt deleted file mode 100644 index 0b01f56098a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/AnnotationBasedIntegrationTests.txt +++ /dev/null @@ -1,55 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data.Neo4J.Integration.AnnotationBased; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class AnnotationBasedIntegrationTests : IClassFixture<SchemaFirst.Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly SchemaFirst.Neo4JFixture _fixture; - - public AnnotationBasedIntegrationTests(Neo4JDatabase database, SchemaFirst.Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - [Fact] - public async Task MoviesSchemaIntegrationTests_GetSchema() - { - // arrange - var tester = await _fixture.Arrange(_database); - - // assert - await Snapshot.Create() - .Add(tester.Schema, "Schema") - .MatchAsync(); - } - - [Fact(Skip = "Nested sorting doesn't work, causes flaky tests")] - public async Task MoviesSchemaIntegrationTests() - { - // arrange - var tester = await _fixture.Arrange(_database); - - // act - var res1 = await tester.ExecuteAsync( - @"{ - actors { - name - actedIn { - title - } - } - }"); - - // assert - await Snapshot - .Create() - .Add(tester.Schema) - .Add(res1, "MoviesSchema_Actors_Query") - .MatchAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Models/Actor.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Models/Actor.cs deleted file mode 100644 index 3f286b5e4a3..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Models/Actor.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Integration.AnnotationBased.Models; - -[Neo4JNode("Actor")] -public class Actor -{ - public string Name { get; set; } = default!; - - [Neo4JRelationship("ACTED_IN")] - public List<Movie> ActedIn { get; set; } = default!; -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Models/Movie.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Models/Movie.cs deleted file mode 100644 index 4147c79d92f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Models/Movie.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Integration.AnnotationBased.Models; - -[Neo4JNode("Movie")] -public class Movie -{ - public string Title { get; set; } = default!; - - [Neo4JRelationship("ACTED_IN", RelationshipDirection.Incoming)] - public List<Actor> Actors { get; set; } = default!; -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Neo4JFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Neo4JFixture.cs deleted file mode 100644 index 90405c62e44..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Neo4JFixture.cs +++ /dev/null @@ -1,69 +0,0 @@ -using HotChocolate.Data.Neo4J.Integration.AnnotationBased.Schema; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Data.Neo4J.Integration.AnnotationBased; - -public class Neo4JFixture : Neo4JFixtureBase -{ - private const string SeedCypher = @" - CREATE (TheMatrix:Movie {Title:'The Matrix', Released:1999, Tagline:'Welcome to the Real World'}) - CREATE (Keanu:Actor {Name:'Keanu Reeves', Born:1964}) - CREATE (Carrie:Actor {Name:'Carrie-Anne Moss', Born:1967}) - CREATE (Laurence:Actor {Name:'Laurence Fishburne', Born:1961}) - CREATE (Hugo:Actor {Name:'Hugo Weaving', Born:1960}) - CREATE (LillyW:Actor {Name:'Lilly Wachowski', Born:1967}) - CREATE (LanaW:Actor {Name:'Lana Wachowski', Born:1965}) - CREATE (JoelS:Actor {Name:'Joel Silver', Born:1952}) - CREATE - (Keanu)-[:ACTED_IN {Roles:['Neo']}]->(TheMatrix), - (Carrie)-[:ACTED_IN {Roles:['Trinity']}]->(TheMatrix), - (Laurence)-[:ACTED_IN {Roles:['Morpheus']}]->(TheMatrix), - (Hugo)-[:ACTED_IN {Roles:['Agent Smith']}]->(TheMatrix), - (LillyW)-[:DIRECTED]->(TheMatrix), - (LanaW)-[:DIRECTED]->(TheMatrix), - (JoelS)-[:PRODUCED]->(TheMatrix) - - CREATE (Emil:Actor {Name: 'Emil Eifrem', Born:1978}) - CREATE (Emil)-[:ACTED_IN {Roles:['Emil']}]->(TheMatrix) - - CREATE (TheMatrixReloaded:Movie {Title:'The Matrix Reloaded', Released:2003, Tagline:'Free your mind'}) - CREATE - (Keanu)-[:ACTED_IN {Roles:['Neo']}]->(TheMatrixReloaded), - (Carrie)-[:ACTED_IN {Roles:['Trinity']}]->(TheMatrixReloaded), - (Laurence)-[:ACTED_IN {Roles:['Morpheus']}]->(TheMatrixReloaded), - (Hugo)-[:ACTED_IN {Roles:['Agent Smith']}]->(TheMatrixReloaded), - (LillyW)-[:DIRECTED]->(TheMatrixReloaded), - (LanaW)-[:DIRECTED]->(TheMatrixReloaded), - (JoelS)-[:PRODUCED]->(TheMatrixReloaded) - - CREATE (TheMatrixRevolutions:Movie {Title:'The Matrix Revolutions', Released:2003, Tagline:'Everything that has a beginning has an end'}) - CREATE - (Keanu)-[:ACTED_IN {Roles:['Neo']}]->(TheMatrixRevolutions), - (Carrie)-[:ACTED_IN {Roles:['Trinity']}]->(TheMatrixRevolutions), - (Laurence)-[:ACTED_IN {Roles:['Morpheus']}]->(TheMatrixRevolutions), - (Hugo)-[:ACTED_IN {Roles:['Agent Smith']}]->(TheMatrixRevolutions), - (LillyW)-[:DIRECTED]->(TheMatrixRevolutions), - (LanaW)-[:DIRECTED]->(TheMatrixRevolutions), - (JoelS)-[:PRODUCED]->(TheMatrixRevolutions)"; - - public async Task<IRequestExecutor> Arrange(Neo4JDatabase database) - { - await ResetDatabase(database, SeedCypher); - - return await new ServiceCollection() - .AddSingleton(database.Driver) - .AddGraphQL() - .AddQueryType(d => d.Name("Query")) - .AddType<Queries>() - .AddNeo4JProjections() - .AddNeo4JFiltering() - .AddNeo4JSorting() - .UseDefaultPipeline() - .Services - .BuildServiceProvider() - .GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Schema/Queries.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Schema/Queries.cs deleted file mode 100644 index cc38cc49f1c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/Schema/Queries.cs +++ /dev/null @@ -1,32 +0,0 @@ -using HotChocolate.Data.Neo4J.Execution; -using HotChocolate.Data.Neo4J.Integration.AnnotationBased.Models; -using HotChocolate.Types; -using Neo4j.Driver; - -namespace HotChocolate.Data.Neo4J.Integration.AnnotationBased.Schema; - -[ExtendObjectType("Query")] -public class Queries -{ - [GraphQLName("actors")] - [UseNeo4JDatabase(databaseName: "neo4j")] - [UseProjection] - [UseFiltering] - [UseSorting] - public Neo4JExecutable<Actor> GetActors( -#pragma warning disable CS0618 - [ScopedService] IAsyncSession session) => -#pragma warning restore CS0618 - new (session); - - [GraphQLName("movies")] - [UseNeo4JDatabase(databaseName: "neo4j")] - [UseProjection] - [UseFiltering] - [UseSorting] - public Neo4JExecutable<Movie> GetMovies( -#pragma warning disable CS0618 - [ScopedService] IAsyncSession session) => -#pragma warning restore CS0618 - new (session); -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/__snapshots__/AnnotationBasedIntegrationTests.MoviesSchemaIntegrationTests_GetSchema.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/__snapshots__/AnnotationBasedIntegrationTests.MoviesSchemaIntegrationTests_GetSchema.snap deleted file mode 100644 index 8de8e4cabb9..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/AnnotationBased/__snapshots__/AnnotationBasedIntegrationTests.MoviesSchemaIntegrationTests_GetSchema.snap +++ /dev/null @@ -1,74 +0,0 @@ -schema { - query: Query -} - -type Actor { - name: String! - actedIn: [Movie!]! -} - -type Movie { - title: String! - actors: [Actor!]! -} - -type Query { - movies(where: MovieFilterInput order: [MovieSortInput!]): [Movie!]! - actors(where: ActorFilterInput order: [ActorSortInput!]): [Actor!]! -} - -input ActorFilterInput { - and: [ActorFilterInput!] - or: [ActorFilterInput!] - name: StringOperationFilterInput - actedIn: ListFilterInputTypeOfMovieFilterInput -} - -input ActorSortInput { - name: SortEnumType -} - -input ListFilterInputTypeOfActorFilterInput { - all: ActorFilterInput - none: ActorFilterInput - some: ActorFilterInput - any: Boolean -} - -input ListFilterInputTypeOfMovieFilterInput { - all: MovieFilterInput - none: MovieFilterInput - some: MovieFilterInput - any: Boolean -} - -input MovieFilterInput { - and: [MovieFilterInput!] - or: [MovieFilterInput!] - title: StringOperationFilterInput - actors: ListFilterInputTypeOfActorFilterInput -} - -input MovieSortInput { - title: SortEnumType -} - -input StringOperationFilterInput { - and: [StringOperationFilterInput!] - or: [StringOperationFilterInput!] - eq: String - neq: String - contains: String - ncontains: String - in: [String] - nin: [String] - startsWith: String - nstartsWith: String - endsWith: String - nendsWith: String -} - -enum SortEnumType { - ASC - DESC -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/HotChocolate.Data.Neo4J.Integration.Tests.csproj b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/HotChocolate.Data.Neo4J.Integration.Tests.csproj deleted file mode 100644 index c2546a94f46..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/HotChocolate.Data.Neo4J.Integration.Tests.csproj +++ /dev/null @@ -1,35 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Data.Neo4J.Integration.Tests</AssemblyName> - <RootNamespace>HotChocolate.Data.Neo4J.Integration</RootNamespace> - - <!-- Outputs the generated code to the bin directory. --> - <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> - <CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GeneratedFiles</CompilerGeneratedFilesOutputPath> - - <!-- The directory where all the analyzer bin files are for development time. --> - <HotChocolate_BinDir>$(MSBuildThisFileDirectory)\..\..\..\Analyzers\src\Analyzers\bin\Debug\netstandard2.0</HotChocolate_BinDir> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\Data\HotChocolate.Data.Neo4J.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\..\..\Analyzers\src\Analyzers\HotChocolate.Analyzers.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" SetTargetFramework="TargetFramework=netstandard2.0" /> - <ProjectReference Include="..\Data.Neo4J.Testing\HotChocolate.Data.Neo4J.Testing.csproj" /> - </ItemGroup> - - <!--This item group needs to be in the consuming project.--> - <ItemGroup> - <AdditionalFiles Include="**\*.graphql" /> - <AdditionalFiles Include="**\.graphqlrc.json" /> - <Watch Include="**\*.graphql" /> - <Watch Include="**\.graphqlrc.json" /> - </ItemGroup> - - <ItemGroup> - <CompilerVisibleProperty Include="HotChocolate_BinDir" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/Neo4JDatabaseCollectionFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/Neo4JDatabaseCollectionFixture.cs deleted file mode 100644 index 8ab6fe54e4c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/Neo4JDatabaseCollectionFixture.cs +++ /dev/null @@ -1,9 +0,0 @@ -using HotChocolate.Data.Neo4J.Testing; - -namespace HotChocolate.Data.Neo4J.Integration; - -[CollectionDefinition(DefinitionName)] -public class Neo4JDatabaseCollectionFixture : ICollectionFixture<Neo4JDatabase> -{ - internal const string DefinitionName = "Neo4JDatabase"; -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/.graphqlrc.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/.graphqlrc.json deleted file mode 100644 index 37bf9294a09..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/.graphqlrc.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "schema": "TypeDefinitions.graphql", - "documents": "**/*.graphql", - "extensions": { - "neo4j": { - "name": "Movie", - "databaseName": "neo4j", - "namespace": "HotChocolate.Data.Neo4J.Integration.SchemaFirst" - } - } -} - diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/Neo4JFixture.txt b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/Neo4JFixture.txt deleted file mode 100644 index 0ad8c8c8cdb..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/Neo4JFixture.txt +++ /dev/null @@ -1,64 +0,0 @@ -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Data.Neo4J.Integration.SchemaFirst; - -public class Neo4JFixture : Neo4JFixtureBase -{ - private const string SeedCypher = @" - CREATE (TheMatrix:Movie {Title:'The Matrix', Released:1999, Tagline:'Welcome to the Real World'}) - CREATE (Keanu:Actor {Name:'Keanu Reeves', Born:1964}) - CREATE (Carrie:Actor {Name:'Carrie-Anne Moss', Born:1967}) - CREATE (Laurence:Actor {Name:'Laurence Fishburne', Born:1961}) - CREATE (Hugo:Actor {Name:'Hugo Weaving', Born:1960}) - CREATE (LillyW:Actor {Name:'Lilly Wachowski', Born:1967}) - CREATE (LanaW:Actor {Name:'Lana Wachowski', Born:1965}) - CREATE (JoelS:Actor {Name:'Joel Silver', Born:1952}) - CREATE - (Keanu)-[:ACTED_IN {Roles:['Neo']}]->(TheMatrix), - (Carrie)-[:ACTED_IN {Roles:['Trinity']}]->(TheMatrix), - (Laurence)-[:ACTED_IN {Roles:['Morpheus']}]->(TheMatrix), - (Hugo)-[:ACTED_IN {Roles:['Agent Smith']}]->(TheMatrix), - (LillyW)-[:DIRECTED]->(TheMatrix), - (LanaW)-[:DIRECTED]->(TheMatrix), - (JoelS)-[:PRODUCED]->(TheMatrix) - - CREATE (Emil:Actor {Name: 'Emil Eifrem', Born:1978}) - CREATE (Emil)-[:ACTED_IN {Roles:['Emil']}]->(TheMatrix) - - CREATE (TheMatrixReloaded:Movie {Title:'The Matrix Reloaded', Released:2003, Tagline:'Free your mind'}) - CREATE - (Keanu)-[:ACTED_IN {Roles:['Neo']}]->(TheMatrixReloaded), - (Carrie)-[:ACTED_IN {Roles:['Trinity']}]->(TheMatrixReloaded), - (Laurence)-[:ACTED_IN {Roles:['Morpheus']}]->(TheMatrixReloaded), - (Hugo)-[:ACTED_IN {Roles:['Agent Smith']}]->(TheMatrixReloaded), - (LillyW)-[:DIRECTED]->(TheMatrixReloaded), - (LanaW)-[:DIRECTED]->(TheMatrixReloaded), - (JoelS)-[:PRODUCED]->(TheMatrixReloaded) - - CREATE (TheMatrixRevolutions:Movie {Title:'The Matrix Revolutions', Released:2003, Tagline:'Everything that has a beginning has an end'}) - CREATE - (Keanu)-[:ACTED_IN {Roles:['Neo']}]->(TheMatrixRevolutions), - (Carrie)-[:ACTED_IN {Roles:['Trinity']}]->(TheMatrixRevolutions), - (Laurence)-[:ACTED_IN {Roles:['Morpheus']}]->(TheMatrixRevolutions), - (Hugo)-[:ACTED_IN {Roles:['Agent Smith']}]->(TheMatrixRevolutions), - (LillyW)-[:DIRECTED]->(TheMatrixRevolutions), - (LanaW)-[:DIRECTED]->(TheMatrixRevolutions), - (JoelS)-[:PRODUCED]->(TheMatrixRevolutions)"; - - public async Task<IRequestExecutor> Arrange(Neo4JDatabase database) - { - await ResetDatabase(database, SeedCypher); - - return await new ServiceCollection() - .AddSingleton(database.Driver) - .AddGraphQL() - .AddQueryType() - .AddMovieTypes() - .Services - .BuildServiceProvider() - .GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/SchemaIntegrationTests.txt b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/SchemaIntegrationTests.txt deleted file mode 100644 index d7f027d1e89..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/SchemaIntegrationTests.txt +++ /dev/null @@ -1,53 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data.Neo4J.Integration.SchemaFirst; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class SchemaIntegrationTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public SchemaIntegrationTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - [Fact] - public async Task MoviesSchemaIntegrationTests_GetSchema() - { - // arrange - var tester = await _fixture.Arrange(_database); - - await Snapshot.Create() - .Add(tester.Schema, "Schema") - .MatchAsync(); - } - - - [Fact(Skip = "Nested sorting doesn't work, causes flaky tests")] - public async Task MoviesSchemaIntegrationTests() - { - // arrange - var tester = await _fixture.Arrange(_database); - - // act - var res1 = await tester.ExecuteAsync( - @"{ - actors { - name - actedIn { - title - } - } - }"); - - // assert - await Snapshot.Create() - .AddResult(res1, "MoviesSchema_Actors_Query") - .MatchAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/TypeDefinitions.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/TypeDefinitions.graphql deleted file mode 100644 index e5aaed5a179..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/TypeDefinitions.graphql +++ /dev/null @@ -1,20 +0,0 @@ -type Movie { - title: String! - actors: [Actor!]! - @relationship(name: "ACTED_IN", direction: IN) -} - -type Actor { - name: String! - actedIn: [Movie!]! - @relationship(name: "ACTED_IN", direction: OUT) -} - -schema - @paging(kind: NONE) - @filtering - @sorting -{ - query: Query -} - diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/__snapshots__/SchemaIntegrationTests.MoviesSchemaIntegrationTests_GetSchema.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/__snapshots__/SchemaIntegrationTests.MoviesSchemaIntegrationTests_GetSchema.snap deleted file mode 100644 index 8de8e4cabb9..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/SchemaFirst/__snapshots__/SchemaIntegrationTests.MoviesSchemaIntegrationTests_GetSchema.snap +++ /dev/null @@ -1,74 +0,0 @@ -schema { - query: Query -} - -type Actor { - name: String! - actedIn: [Movie!]! -} - -type Movie { - title: String! - actors: [Actor!]! -} - -type Query { - movies(where: MovieFilterInput order: [MovieSortInput!]): [Movie!]! - actors(where: ActorFilterInput order: [ActorSortInput!]): [Actor!]! -} - -input ActorFilterInput { - and: [ActorFilterInput!] - or: [ActorFilterInput!] - name: StringOperationFilterInput - actedIn: ListFilterInputTypeOfMovieFilterInput -} - -input ActorSortInput { - name: SortEnumType -} - -input ListFilterInputTypeOfActorFilterInput { - all: ActorFilterInput - none: ActorFilterInput - some: ActorFilterInput - any: Boolean -} - -input ListFilterInputTypeOfMovieFilterInput { - all: MovieFilterInput - none: MovieFilterInput - some: MovieFilterInput - any: Boolean -} - -input MovieFilterInput { - and: [MovieFilterInput!] - or: [MovieFilterInput!] - title: StringOperationFilterInput - actors: ListFilterInputTypeOfActorFilterInput -} - -input MovieSortInput { - title: SortEnumType -} - -input StringOperationFilterInput { - and: [StringOperationFilterInput!] - or: [StringOperationFilterInput!] - eq: String - neq: String - contains: String - ncontains: String - in: [String] - nin: [String] - startsWith: String - nstartsWith: String - endsWith: String - nendsWith: String -} - -enum SortEnumType { - ASC - DESC -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/packages.lock.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/packages.lock.json deleted file mode 100644 index 9cbb4ba0511..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Integration.Tests/packages.lock.json +++ /dev/null @@ -1,6200 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/HotChocolate.Data.Neo4J.Language.Tests.csproj b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/HotChocolate.Data.Neo4J.Language.Tests.csproj deleted file mode 100644 index 3c1e3eeac34..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/HotChocolate.Data.Neo4J.Language.Tests.csproj +++ /dev/null @@ -1,12 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Data.Neo4J.Language.Tests</AssemblyName> - <RootNamespace>HotChocolate.Data</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\Data\HotChocolate.Data.Neo4J.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/CypherTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/CypherTests.cs deleted file mode 100644 index 5b8224aacce..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/CypherTests.cs +++ /dev/null @@ -1,399 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.LanguageTests; - -public class CypherTests -{ - private static readonly Node _bikeNode = Cypher.Node("Bike").Named("b"); - private static readonly Node _userNode = Cypher.Node("User").Named("u"); - - public class ReadingAndReturn - { - [Fact] - public void MatchThreeNodes() - { - var statement = Cypher.Match(_bikeNode, _userNode, Cypher.Node("U").Named("o")); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void UnrelatedNodes() - { - var statement = Cypher - .Match(_bikeNode, _userNode, Cypher.Node("U").Named("o")) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void NodeWithProperties() - { - var statement = Cypher - .Match(_bikeNode, _userNode, Cypher.Node("U").Named("o")) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void ReturnAsterisk() - { - var statement = Cypher - .Match(_bikeNode, _userNode, Cypher.Node("U").Named("o")) - .Return(Cypher.Asterisk); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void AliasedExpressionInReturn() - { - var statement = Cypher.Match(_bikeNode) - .Return(_bikeNode.As("bike")); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void SimpleRelationshipSingleType() - { - var statement = Cypher - .Match(_userNode.RelationshipTo(_bikeNode, "OWNS")) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void SimpleRelationshipMultipleTypes() - { - var statement = Cypher - .Match(_userNode.RelationshipTo(_bikeNode, "OWNS", "RIDES")) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void SimpleRelationshipSingleTypeWithProperties() - { - var statement = Cypher.Match( - _userNode.RelationshipTo(_bikeNode, "OWNS") - .WithProperties( - Cypher.MapOf("boughtOn", Cypher.LiteralOf("2021-03-02")))) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void SimpleRelationshipSingleTypeWithMinimumLength() - { - var statement = Cypher.Match( - _userNode.RelationshipTo(_bikeNode, "OWNS").Minimum(3)) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void SimpleRelationshipSingleTypeWithMaximumLength() - { - var statement = Cypher.Match( - _userNode.RelationshipTo(_bikeNode, "OWNS").Maximum(5)) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void SimpleRelationshipSingleTypeWithLength() - { - var statement = Cypher.Match( - _userNode.RelationshipTo(_bikeNode, "OWNS").Length(3, 5)) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void SimpleRelationshipSingleTypeWithLengthAndProperties() - { - var statement = Cypher.Match( - _userNode.RelationshipTo(_bikeNode, "OWNS") - .Named("b1") - .Length(3, 5) - .WithProperties( - Cypher.MapOf("boughtOn", Cypher.LiteralOf("2021-03-02")))) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void ChainedRelationshipSingle() - { - var tripNode = Cypher.Node("Trip").Named("t"); - - var statement = Cypher - .Match(_userNode - .RelationshipTo(_bikeNode, "OWNS") - .Named("r1") - .RelationshipTo(tripNode, "USED_ON") - .Named("r2") - ) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void ChainedRelationshipMultiple() - { - var tripNode = Cypher.Node("Trip").Named("t"); - - var statement = Cypher - .Match(_userNode - .RelationshipTo(_bikeNode, "OWNS") - .Named("r1") - .RelationshipTo(tripNode, "USED_ON") - .Named("r2") - .RelationshipFrom(_userNode, "WAS_ON") - .Named("x") - .RelationshipBetween(Cypher.Node("SOMETHING")) - .Named("y") - ) - .Return(_bikeNode, _userNode); - statement.Build().MatchSnapshot(); - } - } - - public class ReadingWithWhereAndReturn - { - [Fact] - public void PropertyIsNull() - { - var statement = Cypher - .Match(_userNode) - .Where(_userNode.Property("email").IsNull()) - .Return(_userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void PredicateExists() - { - var condition = _userNode.RelationshipTo(_bikeNode, "OWNS"); - - var statement = Cypher - .Match(new Where(Predicates.Exists(condition)), _userNode) - .Return(_userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void PredicateAll() - { - var compoundCondition = new CompoundCondition(Operator.And); - - var bikeNode = Cypher.Node("Bike"); - var userBikes = _userNode.RelationshipTo(bikeNode, "OWNS"); - - compoundCondition.Add(Predicates.Exists(userBikes)); - - var userOwns = Cypher.Name("userOwns"); - - //var test = Cypher.ListWith(userOwns).In(); - - - var statement = Cypher - .Match(new Where(compoundCondition), _userNode) - .Return(_userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void AndCondition() - { - var statement = Cypher - .Match(_userNode) - .Where(_userNode.Property("email") - .IsEqualTo(Cypher.LiteralOf("user@gmail.com")) - .And(_userNode.Property("address").IsNull())) - .Return(_userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void OrCondition() - { - var statement = Cypher - .Match(_userNode) - .Where(_userNode.Property("email") - .IsEqualTo(Cypher.LiteralOf("user@gmail.com")) - .Or(_userNode.Property("address").IsNull())) - .Return(_userNode); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void PropertyIsEqual() - { - var statement = Cypher - .Match(_userNode) - .Where(_userNode.Property("email") - .IsEqualTo(Cypher.LiteralOf("user@gmail.com"))) - .Return(_userNode); - statement.Build().MatchSnapshot(); - } - } - - public class ReadingAndReturnWithProjections - { - [Fact] - public void NodeWithSingleFieldsProjection() - { - var statement = Cypher - .Match(_userNode) - .Return(_userNode.Project("name")); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void NodeWithTwoFieldsProjection() - { - var statement = Cypher - .Match(_userNode) - .Return(_userNode.Project("name", "email")); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void NodeWithTwoFieldsProjectionWithOrderByAscending() - { - var statement = Cypher - .Match(_userNode) - .Return(_userNode.Project("name", "email")) - .OrderBy(Cypher.Sort(_userNode.Property("name")).Ascending()); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void NodeWithTwoFieldsProjectionWithTwoFieldOrderBy() - { - var statement = Cypher - .Match(_userNode) - .Return(_userNode.Project("name", "email")) - .OrderBy( - Cypher.Sort(_userNode.Property("name")).Ascending(), - Cypher.Sort(_userNode.Property("email")).Descending()); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void NodeWithTwoFieldsProjectionWithOrderByDescending() - { - var statement = Cypher - .Match(_userNode) - .Return(_userNode.Project("name", "email")) - .OrderBy(Cypher.Sort(_userNode.Property("name")).Descending()); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void NodeWithTwoFieldsAndRelationshipProjection() - { - var statement = Cypher - .Match(_userNode, _bikeNode) - .Return(_userNode.Project( - "name", - "email", - "owns", - new PatternComprehension( - _userNode.RelationshipTo(_bikeNode, "OWNS"), - new Where(_bikeNode.Property("age").IsEqualTo(Cypher.LiteralOf(12))), - _bikeNode.Project("age")) - )) - .OrderBy(Cypher.Sort(_userNode.Property("name")).Descending()); - ; - statement.Build().MatchSnapshot(); - } - - [Fact] - public void NodeWithTwoFieldsAndRelationshipProjectionNullWhere() - { - var statement = Cypher - .Match(_userNode, _bikeNode) - .Return(_userNode.Project( - "name", - "email", - "owns", - new PatternComprehension( - _userNode.RelationshipTo(_bikeNode, "OWNS"), - _bikeNode.Project("age", - "test", - new PatternComprehension( - _userNode.RelationshipTo(_bikeNode, "TEST"), - _bikeNode.Project("test")))) - )) - .OrderBy(Cypher.Sort(_userNode.Property("name")).Descending()); - ; - statement.Build().MatchSnapshot(); - } - } - - public class MatchNodes - { - [Fact] - public void MatchNamedNode() - { - var movie = Cypher.Node("Movie").Named("m"); - var statement = Cypher.Match(movie).Return(movie); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void MatchNamedNodeSkip() - { - var movie = Cypher.Node("Movie").Named("m"); - var statement = Cypher.Match(movie).Return(movie).Skip(1); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void MatchNamedNodeLimit() - { - var movie = Cypher.Node("Movie").Named("m"); - var statement = Cypher.Match(movie).Return(movie).Limit(1); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void MatchNamedNodeSkipLimit() - { - var movie = Cypher.Node("Movie").Named("m"); - var statement = Cypher.Match(movie).Return(movie).Skip(1).Limit(1); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void MatchNamedNodeWithProperties() - { - var movie = Cypher.Node("Movie") - .Named("m") - .WithProperties( - "title", - Cypher.LiteralOf("The Matrix"), - "yearReleased", - Cypher.LiteralOf(1999), - "released", - Cypher.LiteralOf(true), - "rating", - Cypher.LiteralOf(8.7) - ); - - var statement = Cypher.Match(movie); - statement.Build().MatchSnapshot(); - } - - [Fact] - public void MatchTwoNamedNode() - { - var movie = Node.Create("Movie").Named("m"); - var bike = Node.Create("Bike").Named("b"); - - var statement = Cypher.Match(movie, bike); - statement.Build().MatchSnapshot(); - } - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/SymbolicNameTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/SymbolicNameTests.cs deleted file mode 100644 index 7a3a7853511..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/SymbolicNameTests.cs +++ /dev/null @@ -1,70 +0,0 @@ -using HotChocolate.Data.Neo4J.Language; -using Shouldly; - -namespace HotChocolate.Data.LanguageTests; - -public class SymbolicNameTests -{ - public class ResolvedSymbolicNames - { - [Fact] - public void EqualsShouldWorkSameValue() - { - var name1 = SymbolicName.Of("a"); - var name2 = name1; - var name3 = SymbolicName.Of("a"); - - name1.ShouldBeEquivalentTo(name2); - name1.ShouldBeEquivalentTo(name3); - } - - [Fact] - public void EqualsShouldWorkDifferentValue() - { - var name1 = SymbolicName.Of("a"); - var name2 = SymbolicName.Of("b"); - - name1.ShouldNotBe(name2); - } - - [Fact] - public void ShouldNotEqualUnresolved() - { - var name1 = SymbolicName.Of("a"); - - name1.ShouldNotBe(SymbolicName.Unresolved()); - } - - [Fact] - public void DifferentResolvedNamesShouldHaveDifferentHashCodes() - { - var name1 = SymbolicName.Of("a"); - var name2 = SymbolicName.Of("b"); - - name1.GetHashCode().ShouldNotBe(name2.GetHashCode()); - } - } -} - -public class UnresolvedSymbolicNames -{ - [Fact] - public void EqualsShouldWorkSameValue() - { - var name1 = SymbolicName.Unresolved(); - var name2 = name1; - var name3 = SymbolicName.Unresolved(); - - name1.ShouldBeEquivalentTo(name2); - name1.ShouldNotBe(name3); - name2.ShouldNotBe(name3); - } - - [Fact] - public void ShouldNotEqualResolved() - { - var name1 = SymbolicName.Unresolved(); - - name1.ShouldNotBe(SymbolicName.Of("a")); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNode.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNode.snap deleted file mode 100644 index dad7fe5b07f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNode.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (m:Movie) RETURN m ORDER BY m ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeLimit.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeLimit.snap deleted file mode 100644 index d1a3ece67c1..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeLimit.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (m:Movie) RETURN m ORDER BY m ASC LIMIT 1 \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeSkip.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeSkip.snap deleted file mode 100644 index 2e8e76014ed..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeSkip.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (m:Movie) RETURN m ORDER BY m ASC SKIP 1 \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeSkipLimit.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeSkipLimit.snap deleted file mode 100644 index 49f200cab92..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeSkipLimit.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (m:Movie) RETURN m ORDER BY m ASC SKIP 1 LIMIT 1 \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeWithProperties.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeWithProperties.snap deleted file mode 100644 index 936fa91ba3a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchNamedNodeWithProperties.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (m:Movie {title: 'The Matrix', yearReleased: 1999, released: True, rating: 8.7}) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchTwoNamedNode.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchTwoNamedNode.snap deleted file mode 100644 index 8e5813c76b1..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/MatchNodes.MatchTwoNamedNode.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (m:Movie), (b:Bike) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.AliasedExpressionInReturn.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.AliasedExpressionInReturn.snap deleted file mode 100644 index 013a8f3cf20..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.AliasedExpressionInReturn.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (b:Bike) RETURN AS bikeb ORDER BY AS bikeb ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ChainedRelationshipMultiple.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ChainedRelationshipMultiple.snap deleted file mode 100644 index 37187afe267..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ChainedRelationshipMultiple.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[r1:OWNS]->(b:Bike)-[r2:USED_ON]->(t:Trip)<-[x:WAS_ON]-(u:User)-[y]-(:SOMETHING) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ChainedRelationshipSingle.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ChainedRelationshipSingle.snap deleted file mode 100644 index 63d2e7fad9f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ChainedRelationshipSingle.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[r1:OWNS]->(b:Bike)-[r2:USED_ON]->(t:Trip) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.MatchThreeNodes.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.MatchThreeNodes.snap deleted file mode 100644 index 77e86ef9c83..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.MatchThreeNodes.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (b:Bike), (u:User), (o:U) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.NodeWithProperties.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.NodeWithProperties.snap deleted file mode 100644 index c1260685c8b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.NodeWithProperties.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (b:Bike), (u:User), (o:U) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ReturnAsterisk.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ReturnAsterisk.snap deleted file mode 100644 index 470246c67c2..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.ReturnAsterisk.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (b:Bike), (u:User), (o:U) RETURN * ORDER BY * ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipMultipleTypes.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipMultipleTypes.snap deleted file mode 100644 index 1cffe9dd7bd..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipMultipleTypes.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[:OWNS|:RIDES]->(b:Bike) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleType.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleType.snap deleted file mode 100644 index e1d08b61e19..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleType.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[:OWNS]->(b:Bike) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithLength.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithLength.snap deleted file mode 100644 index f3cf6f2aacc..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithLength.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[:OWNS*3..5]->(b:Bike) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithLengthAndProperties.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithLengthAndProperties.snap deleted file mode 100644 index af371be1720..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithLengthAndProperties.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[b1:OWNS*3..5 {boughtOn: '2021-03-02'}]->(b:Bike) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithMaximumLength.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithMaximumLength.snap deleted file mode 100644 index 4ff3229929c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithMaximumLength.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[:OWNS*..5]->(b:Bike) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithMinimumLength.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithMinimumLength.snap deleted file mode 100644 index eedcc8ee020..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithMinimumLength.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[:OWNS*3..]->(b:Bike) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithProperties.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithProperties.snap deleted file mode 100644 index 65a0e2be940..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.SimpleRelationshipSingleTypeWithProperties.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User)-[:OWNS {boughtOn: '2021-03-02'}]->(b:Bike) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.UnrelatedNodes.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.UnrelatedNodes.snap deleted file mode 100644 index c1260685c8b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturn.UnrelatedNodes.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (b:Bike), (u:User), (o:U) RETURN b, u ORDER BY b ASC, u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithSingleFieldsProjection.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithSingleFieldsProjection.snap deleted file mode 100644 index 2c4edbf4d22..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithSingleFieldsProjection.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u {.name} ORDER BY u {.name} ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsAndRelationshipProjection.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsAndRelationshipProjection.snap deleted file mode 100644 index b2fe059e124..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsAndRelationshipProjection.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User), (b:Bike) RETURN u {.name, .email, owns: [(u:User)-[:OWNS]->(b:Bike) WHERE b.age = 12 | b {.age}]} ORDER BY u.name DESC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsAndRelationshipProjectionNullWhere.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsAndRelationshipProjectionNullWhere.snap deleted file mode 100644 index 3252492975f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsAndRelationshipProjectionNullWhere.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User), (b:Bike) RETURN u {.name, .email, owns: [(u:User)-[:OWNS]->(b:Bike) | b {.age, test: [(u:User)-[:TEST]->(b:Bike) | b {.test}]}]} ORDER BY u.name DESC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjection.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjection.snap deleted file mode 100644 index cdcd8191081..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjection.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u {.name, .email} ORDER BY u {.name, .email} ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithOrderByAscending.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithOrderByAscending.snap deleted file mode 100644 index 6849bf6cf14..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithOrderByAscending.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u {.name, .email} ORDER BY u.name ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithOrderByDescending.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithOrderByDescending.snap deleted file mode 100644 index f867e46997a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithOrderByDescending.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u {.name, .email} ORDER BY u.name DESC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithTwoFieldOrderBy.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithTwoFieldOrderBy.snap deleted file mode 100644 index 8b739abefe3..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingAndReturnWithProjections.NodeWithTwoFieldsProjectionWithTwoFieldOrderBy.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u {.name, .email} ORDER BY u.name ASC, u.email DESC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.AndCondition.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.AndCondition.snap deleted file mode 100644 index 930b37e97b6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.AndCondition.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u ORDER BY u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.OrCondition.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.OrCondition.snap deleted file mode 100644 index 930b37e97b6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.OrCondition.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u ORDER BY u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PredicateAll.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PredicateAll.snap deleted file mode 100644 index 8eb9f7b51f8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PredicateAll.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) WHERE RETURN u ORDER BY u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PredicateExists.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PredicateExists.snap deleted file mode 100644 index c18c17b3dbb..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PredicateExists.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) WHERE exists((u:User)-[:OWNS]->(b:Bike)) RETURN u ORDER BY u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PropertyIsEqual.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PropertyIsEqual.snap deleted file mode 100644 index 930b37e97b6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PropertyIsEqual.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u ORDER BY u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PropertyIsNull.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PropertyIsNull.snap deleted file mode 100644 index 930b37e97b6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/LanguageTests/__snapshots__/ReadingWithWhereAndReturn.PropertyIsNull.snap +++ /dev/null @@ -1 +0,0 @@ -MATCH (u:User) RETURN u ORDER BY u ASC \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/ExpressionVisitorTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/ExpressionVisitorTests.cs deleted file mode 100644 index 02a246cbe27..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/ExpressionVisitorTests.cs +++ /dev/null @@ -1,190 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.VisitorTests; - -public class ExpressionVisitorTests -{ - [Fact] - public void ExpressionIsEqualTo() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionNotIsEqualTo() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = - movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")).Not(); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionIsNotEqualTo() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = - movie.Property("Title").IsNotEqualTo(Cypher.LiteralOf("The Matrix")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionLessThan() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title").LessThan(Cypher.LiteralOf("The Matrix")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionLessThanOrEqualTo() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title") - .LessThanOrEqualTo(Cypher.LiteralOf("The Matrix")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionGreaterThan() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = - movie.Property("Title").GreaterThan(Cypher.LiteralOf("The Matrix")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionGreaterThanOEqualTo() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title") - .GreaterThanOEqualTo(Cypher.LiteralOf("The Matrix")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionIsTrue() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Released").IsTrue(); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionIsFalse() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Released").IsFalse(); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionMatches() - { - var visitor = new CypherVisitor(); - var person = Node.Create("Person").Named("p"); - - var statement = - person.Property("Email").Matches(Cypher.LiteralOf("email@gmail.com")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - - [Fact] - public void ExpressionMatchesRegex() - { - var visitor = new CypherVisitor(); - var person = Node.Create("Person").Named("p"); - - var statement = person.Property("Email").Matches(".*\\\\.com"); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionStartsWith() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title").StartsWith(Cypher.LiteralOf("The")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionEndsWith() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title").EndsWith(Cypher.LiteralOf("Matrix")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionContains() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title").Contains(Cypher.LiteralOf("The")); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionIsNull() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title").IsNull(); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void ExpressionIsNotNull() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var statement = movie.Property("Title").IsNotNull(); - statement.Visit(visitor); - visitor.Print().MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/LiteralTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/LiteralTests.cs deleted file mode 100644 index 4a74657c4c3..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/LiteralTests.cs +++ /dev/null @@ -1,47 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.VisitorTests; - -public class LiteralTests -{ - [Fact] - public void StringLiteral() - { - var visitor = new CypherVisitor(); - - StringLiteral literal = new("Test"); - literal.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void BooleanLiteral() - { - var visitor = new CypherVisitor(); - - var literal = Neo4J.Language.BooleanLiteral.True; - literal.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void IntegerLiteral() - { - var visitor = new CypherVisitor(); - - IntegerLiteral literal = new(1); - literal.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void DoubleLiteral() - { - var visitor = new CypherVisitor(); - - DoubleLiteral literal = new(1.11); - literal.Visit(visitor); - visitor.Print().MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/NodeVisitorTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/NodeVisitorTests.cs deleted file mode 100644 index 33690cb034e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/NodeVisitorTests.cs +++ /dev/null @@ -1,67 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.VisitorTests; - -public class NodeVisitorTests -{ - [Fact] - public void NamedNode() - { - var visitor = new CypherVisitor(); - - var movie = Node.Create("Movie").Named("m"); - movie.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void NodeWithAdditionalLabels() - { - string[] additionalLabels = - { - "Film", - "Flick" - }; - - var visitor = new CypherVisitor(); - - var movie = Node.Create("Movie", additionalLabels).Named("m"); - movie.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void NodeWithOneProperty() - { - var visitor = new CypherVisitor(); - - var movie = Node.Create("Movie") - .Named("m") - .WithProperties("Title", Cypher.LiteralOf("The Matrix")); - movie.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void NodeWithMultipleProperties() - { - var visitor = new CypherVisitor(); - - var movie = Node.Create("Movie") - .Named("m") - .WithProperties( - "Title", - Cypher.LiteralOf("The Matrix"), - "YearReleased", - Cypher.LiteralOf(1999), - "Released", - Cypher.LiteralOf(true), - "Rating", - Cypher.LiteralOf(8.7) - ); - movie.Visit(visitor); - - visitor.Print().MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/WhereVisitorTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/WhereVisitorTests.cs deleted file mode 100644 index dbf68ec5997..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/WhereVisitorTests.cs +++ /dev/null @@ -1,161 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Language; - -namespace HotChocolate.Data.VisitorTests; - -public class WhereVisitorTests -{ - [Fact] - public void Where() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var condition = movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - Where where = new(condition); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingAndCompoundCondition() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var condition1 = - movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - var condition2 = movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)); - var andCondition = Condition.And(condition1, condition2); - Where where = new(andCondition); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingOrCompoundCondition() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var condition1 = - movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - var condition2 = movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)); - var andCondition = Condition.Or(condition1, condition2); - Where where = new(andCondition); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingXOrCompoundCondition() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var condition1 = - movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - var condition2 = movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)); - var andCondition = Condition.XOr(condition1, condition2); - Where where = new(andCondition); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingTwoAndCompoundCondition() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var bike = Node.Create("Bike").Named("b"); - - var condition1 = - movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - var condition2 = movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)); - var condition3 = bike.Property("Broken").IsEqualTo(Cypher.LiteralTrue()); - var orCondition = Condition.Or(condition1, condition2); - var andCondition = Condition.And(orCondition, condition3); - Where where = new(andCondition); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingAndCompoundConditionChain() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var condition1 = - movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - var condition2 = movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)); - var compoundCondition = condition1.And(condition2); - Where where = new(compoundCondition); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingOrCompoundConditionChain() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var condition1 = - movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - var condition2 = movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)); - var compoundCondition = condition1.Or(condition2); - Where where = new(compoundCondition); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingXOrCompoundConditionChain() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - Where where = new( - movie.Property("Title") - .IsEqualTo(Cypher.LiteralOf("The Matrix")) - .XOr(movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)))); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingXOrCompoundConditionChainMutiple() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - Where where = new( - movie.Property("Title") - .IsEqualTo(Cypher.LiteralOf("The Matrix")) - .XOr(movie.Property("Rating") - .IsEqualTo(Cypher.LiteralOf(3.2)) - .And(movie.Property("Age").IsEqualTo(Cypher.LiteralOf(2))))); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } - - [Fact] - public void WhereStatementIncludingXOrLargeChain() - { - var visitor = new CypherVisitor(); - var movie = Node.Create("Movie").Named("m"); - - var property1 = movie.Property("Title").IsEqualTo(Cypher.LiteralOf("The Matrix")); - var property2 = movie.Property("Rating").IsEqualTo(Cypher.LiteralOf(3.2)); - var property3 = movie.Property("Age").IsEqualTo(Cypher.LiteralOf(2)); - var property4 = movie.Property("Name").IsEqualTo(Cypher.LiteralOf("Peter")); - var property5 = movie.Property("Name").IsEqualTo(Cypher.LiteralOf("Tim")); - - Where where = new(property1.XOr(property2.And(property3)) - .Or(property4.Or(property5).Not())); - where.Visit(visitor); - visitor.Print().MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionContains.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionContains.snap deleted file mode 100644 index b84f9e9208d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionContains.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title CONTAINS 'The' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionEndsWith.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionEndsWith.snap deleted file mode 100644 index 053e46d41cf..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionEndsWith.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title ENDS WITH 'Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionGreaterThan.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionGreaterThan.snap deleted file mode 100644 index d8607a9da93..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionGreaterThan.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title > 'The Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionGreaterThanOEqualTo.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionGreaterThanOEqualTo.snap deleted file mode 100644 index ceb27b325de..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionGreaterThanOEqualTo.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title >= 'The Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsEqualTo.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsEqualTo.snap deleted file mode 100644 index 9bfd204f0a9..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsEqualTo.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title = 'The Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsFalse.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsFalse.snap deleted file mode 100644 index 122c600dbb8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsFalse.snap +++ /dev/null @@ -1 +0,0 @@ -m.Released = False \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNotEqualTo.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNotEqualTo.snap deleted file mode 100644 index 2f2ff42fa19..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNotEqualTo.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title <> 'The Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNotNull.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNotNull.snap deleted file mode 100644 index 9834573d77a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNotNull.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title IS NOT NULL \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNull.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNull.snap deleted file mode 100644 index c5972931d0c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsNull.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title IS NULL \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsTrue.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsTrue.snap deleted file mode 100644 index 1c3d837d58c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionIsTrue.snap +++ /dev/null @@ -1 +0,0 @@ -m.Released = True \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionLessThan.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionLessThan.snap deleted file mode 100644 index 9b09289f638..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionLessThan.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title < 'The Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionLessThanOrEqualTo.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionLessThanOrEqualTo.snap deleted file mode 100644 index a5508403c76..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionLessThanOrEqualTo.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title <= 'The Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionMatches.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionMatches.snap deleted file mode 100644 index 0483a12cae1..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionMatches.snap +++ /dev/null @@ -1 +0,0 @@ -p.Email =~ 'email@gmail.com' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionMatchesRegex.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionMatchesRegex.snap deleted file mode 100644 index e8fe19f7d9a..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionMatchesRegex.snap +++ /dev/null @@ -1 +0,0 @@ -p.Email =~ '.*\\.com' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionNotIsEqualTo.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionNotIsEqualTo.snap deleted file mode 100644 index 460afd529b8..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionNotIsEqualTo.snap +++ /dev/null @@ -1 +0,0 @@ -NOT (m.Title = 'The Matrix') \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionStartsWith.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionStartsWith.snap deleted file mode 100644 index cb55d85c512..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/ExpressionVisitorTests.ExpressionStartsWith.snap +++ /dev/null @@ -1 +0,0 @@ -m.Title STARTS WITH 'The' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.BooleanLiteral.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.BooleanLiteral.snap deleted file mode 100644 index 4791ed5559b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.BooleanLiteral.snap +++ /dev/null @@ -1 +0,0 @@ -True \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.DoubleLiteral.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.DoubleLiteral.snap deleted file mode 100644 index b8162070734..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.DoubleLiteral.snap +++ /dev/null @@ -1 +0,0 @@ -1.11 \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.IntegerLiteral.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.IntegerLiteral.snap deleted file mode 100644 index 56a6051ca2b..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.IntegerLiteral.snap +++ /dev/null @@ -1 +0,0 @@ -1 \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.StringLiteral.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.StringLiteral.snap deleted file mode 100644 index 55d5d5b2f49..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/LiteralTests.StringLiteral.snap +++ /dev/null @@ -1 +0,0 @@ -'Test' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NamedNode.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NamedNode.snap deleted file mode 100644 index c036b00bf25..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NamedNode.snap +++ /dev/null @@ -1 +0,0 @@ -(m:Movie) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithAdditionalLabels.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithAdditionalLabels.snap deleted file mode 100644 index 9c7ccb61733..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithAdditionalLabels.snap +++ /dev/null @@ -1 +0,0 @@ -(m:Movie:Film:Flick) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithMultipleProperties.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithMultipleProperties.snap deleted file mode 100644 index b92c2e26920..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithMultipleProperties.snap +++ /dev/null @@ -1 +0,0 @@ -(m:Movie {Title: 'The Matrix', YearReleased: 1999, Released: True, Rating: 8.7}) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithOneProperty.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithOneProperty.snap deleted file mode 100644 index f7044fa5c31..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/NodeVisitorTests.NodeWithOneProperty.snap +++ /dev/null @@ -1 +0,0 @@ -(m:Movie {Title: 'The Matrix'}) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.Where.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.Where.snap deleted file mode 100644 index 6e9ae7a30ed..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.Where.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE m.Title = 'The Matrix' \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingAndCompoundCondition.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingAndCompoundCondition.snap deleted file mode 100644 index 4bb50804777..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingAndCompoundCondition.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE (m.Title = 'The Matrix' AND m.Rating = 3.2) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingAndCompoundConditionChain.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingAndCompoundConditionChain.snap deleted file mode 100644 index 4bb50804777..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingAndCompoundConditionChain.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE (m.Title = 'The Matrix' AND m.Rating = 3.2) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingOrCompoundCondition.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingOrCompoundCondition.snap deleted file mode 100644 index 3f362e7cf19..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingOrCompoundCondition.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE (m.Title = 'The Matrix' OR m.Rating = 3.2) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingOrCompoundConditionChain.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingOrCompoundConditionChain.snap deleted file mode 100644 index 3f362e7cf19..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingOrCompoundConditionChain.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE (m.Title = 'The Matrix' OR m.Rating = 3.2) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingTwoAndCompoundCondition.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingTwoAndCompoundCondition.snap deleted file mode 100644 index 64e0c90aeaf..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingTwoAndCompoundCondition.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE ((m.Title = 'The Matrix' OR m.Rating = 3.2) AND b.Broken = True) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundCondition.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundCondition.snap deleted file mode 100644 index a00ddcff0e5..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundCondition.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE (m.Title = 'The Matrix' XOR m.Rating = 3.2) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundConditionChain.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundConditionChain.snap deleted file mode 100644 index a00ddcff0e5..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundConditionChain.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE (m.Title = 'The Matrix' XOR m.Rating = 3.2) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundConditionChainMutiple.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundConditionChainMutiple.snap deleted file mode 100644 index 4eeb66221ed..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrCompoundConditionChainMutiple.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE (m.Title = 'The Matrix' XOR (m.Rating = 3.2 AND m.Age = 2)) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrLargeChain.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrLargeChain.snap deleted file mode 100644 index 664e9356bde..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/VisitorTests/__snapshots__/WhereVisitorTests.WhereStatementIncludingXOrLargeChain.snap +++ /dev/null @@ -1 +0,0 @@ - WHERE ((m.Title = 'The Matrix' XOR (m.Rating = 3.2 AND m.Age = 2)) OR NOT ((m.Name = 'Peter' OR m.Name = 'Tim'))) \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/packages.lock.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/packages.lock.json deleted file mode 100644 index 1e5c1d86e74..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Language.Tests/packages.lock.json +++ /dev/null @@ -1,6158 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/HotChocolate.Data.Neo4J.Paging.Tests.csproj b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/HotChocolate.Data.Neo4J.Paging.Tests.csproj deleted file mode 100644 index cc988b26a11..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/HotChocolate.Data.Neo4J.Paging.Tests.csproj +++ /dev/null @@ -1,15 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Data.Neo4J.Paging.Tests</AssemblyName> - <RootNamespace>HotChocolate.Data</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\Data\HotChocolate.Data.Neo4J.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\Data.Neo4J.Testing\HotChocolate.Data.Neo4J.Testing.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JDatabaseCollectionFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JDatabaseCollectionFixture.cs deleted file mode 100644 index bf01ae4cb51..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JDatabaseCollectionFixture.cs +++ /dev/null @@ -1,9 +0,0 @@ -using HotChocolate.Data.Neo4J.Testing; - -namespace HotChocolate.Data; - -[CollectionDefinition(DefinitionName)] -public class Neo4JDatabaseCollectionFixture : ICollectionFixture<Neo4JDatabase> -{ - internal const string DefinitionName = "Neo4JDatabase"; -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JFixture.cs deleted file mode 100644 index dbb36d7a46e..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JFixture.cs +++ /dev/null @@ -1,52 +0,0 @@ -using System.Collections.Concurrent; -using HotChocolate.Data.Neo4J; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Data; - -public class Neo4JFixture : Neo4JFixtureBase -{ - private readonly ConcurrentDictionary<(Type, string), Task<IRequestExecutor>> _cache = - new(); - - public async Task<IRequestExecutor> Arrange<TEntity>(Neo4JDatabase database, string cypher) - where TEntity : class - { - await ResetDatabase(database, cypher); - - return await GetOrCreateSchema<TEntity>(database, cypher); - } - - private Task<IRequestExecutor> GetOrCreateSchema<T>(Neo4JDatabase database, string cypher) - where T : class - { - (Type, string) key = (typeof(T), cypher); - - return _cache.GetOrAdd( - key, - k => CreateSchema<T>(database)); - } - - private static async Task<IRequestExecutor> CreateSchema<TEntity>(Neo4JDatabase database) - where TEntity : class - { - return await new ServiceCollection() - .AddGraphQL() - .AddQueryType( - c => c - .Name("Query") - .Field("root") - .SetupNeo4JTestField<TEntity>(database.GetAsyncSession) - .UseOffsetPaging<ObjectType<TEntity>>()) - .AddNeo4JPagingProviders() - .SetupNeo4JTestResponse() - .UseDefaultPipeline() - .Services - .BuildServiceProvider() - .GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JOffsetPagingTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JOffsetPagingTests.cs deleted file mode 100644 index 6c2672e1441..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/Neo4JOffsetPagingTests.cs +++ /dev/null @@ -1,119 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JOffsetPagingTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JOffsetPagingTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = @" - CREATE - (:Foo {Bar: 'a'}), - (:Foo {Bar: 'b'}), - (:Foo {Bar: 'd'}), - (:Foo {Bar: 'e'}), - (:Foo {Bar: 'f'})"; - - [Fact] - public async Task OffsetPaging_SchemaSnapshot() - { - // arrange - var tester = await _fixture.Arrange<Foo>(_database, FooEntitiesCypher); - tester.Schema.MatchSnapshot(); - } - - [Fact] - public async Task Simple_StringList_Default_Items() - { - // arrange - var tester = await _fixture.Arrange<Foo>(_database, FooEntitiesCypher); - - // act - // assert - var res1 = await tester.ExecuteAsync( - @"{ - root { - items { - bar - } - pageInfo { - hasNextPage - hasPreviousPage - } - } - }"); - - await SnapshotExtensions.AddResult( - Snapshot - .Create(), res1) - .MatchAsync(); - } - - [Fact] - public async Task Simple_StringList_Take_2() - { - // arrange - var tester = await _fixture.Arrange<Foo>(_database, FooEntitiesCypher); - - //act - var result = await tester.ExecuteAsync( - @"{ - root(take: 2) { - items { - bar - } - pageInfo { - hasNextPage - hasPreviousPage - } - } - }"); - - // assert - await SnapshotExtensions.AddResult( - Snapshot - .Create(), result) - .MatchAsync(); - } - - [Fact] - public async Task Simple_StringList_Take_2_After() - { - // arrange - var tester = await _fixture.Arrange<Foo>(_database, FooEntitiesCypher); - - // act - var result = await tester.ExecuteAsync( - @"{ - root(take: 2 skip: 2) { - items { - bar - } - pageInfo { - hasNextPage - hasPreviousPage - } - } - }"); - - // assert - await Snapshot.Create() - .AddResult(result) - .MatchAsync(); - } - - private sealed class Foo - { - public string Bar { get; set; } = default!; - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.OffsetPaging_SchemaSnapshot.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.OffsetPaging_SchemaSnapshot.graphql deleted file mode 100644 index 68e7f8ffc34..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.OffsetPaging_SchemaSnapshot.graphql +++ /dev/null @@ -1,29 +0,0 @@ -schema { - query: Query -} - -"Information about the offset pagination." -type CollectionSegmentInfo { - "Indicates whether more items exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more items exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! -} - -type Foo { - bar: String! -} - -type Query { - root(skip: Int take: Int): RootCollectionSegment -} - -"A segment of a collection." -type RootCollectionSegment { - "Information to aid in pagination." - pageInfo: CollectionSegmentInfo! - "A flattened list of the items." - items: [Foo] -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET6_0.snap deleted file mode 100644 index bae411de8f0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET6_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "a" - }, - { - "bar": "b" - }, - { - "bar": "d" - }, - { - "bar": "e" - }, - { - "bar": "f" - } - ], - "pageInfo": { - "hasNextPage": false, - "hasPreviousPage": false - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC LIMIT 11 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET7_0.snap deleted file mode 100644 index bae411de8f0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET7_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "a" - }, - { - "bar": "b" - }, - { - "bar": "d" - }, - { - "bar": "e" - }, - { - "bar": "f" - } - ], - "pageInfo": { - "hasNextPage": false, - "hasPreviousPage": false - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC LIMIT 11 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET8_0.snap deleted file mode 100644 index bae411de8f0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Default_Items_NET8_0.snap +++ /dev/null @@ -1,35 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "a" - }, - { - "bar": "b" - }, - { - "bar": "d" - }, - { - "bar": "e" - }, - { - "bar": "f" - } - ], - "pageInfo": { - "hasNextPage": false, - "hasPreviousPage": false - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC LIMIT 11 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET6_0.snap deleted file mode 100644 index 1f3253c29d6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET6_0.snap +++ /dev/null @@ -1,26 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "d" - }, - { - "bar": "e" - } - ], - "pageInfo": { - "hasNextPage": true, - "hasPreviousPage": true - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC SKIP 2 LIMIT 3 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET7_0.snap deleted file mode 100644 index 1f3253c29d6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET7_0.snap +++ /dev/null @@ -1,26 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "d" - }, - { - "bar": "e" - } - ], - "pageInfo": { - "hasNextPage": true, - "hasPreviousPage": true - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC SKIP 2 LIMIT 3 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET8_0.snap deleted file mode 100644 index 1f3253c29d6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_After_NET8_0.snap +++ /dev/null @@ -1,26 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "d" - }, - { - "bar": "e" - } - ], - "pageInfo": { - "hasNextPage": true, - "hasPreviousPage": true - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC SKIP 2 LIMIT 3 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET6_0.snap deleted file mode 100644 index 782a4be615f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET6_0.snap +++ /dev/null @@ -1,26 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "a" - }, - { - "bar": "b" - } - ], - "pageInfo": { - "hasNextPage": true, - "hasPreviousPage": false - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC LIMIT 3 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET7_0.snap deleted file mode 100644 index 782a4be615f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET7_0.snap +++ /dev/null @@ -1,26 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "a" - }, - { - "bar": "b" - } - ], - "pageInfo": { - "hasNextPage": true, - "hasPreviousPage": false - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC LIMIT 3 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET8_0.snap deleted file mode 100644 index 782a4be615f..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/__snapshots__/Neo4JOffsetPagingTests.Simple_StringList_Take_2_NET8_0.snap +++ /dev/null @@ -1,26 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": { - "items": [ - { - "bar": "a" - }, - { - "bar": "b" - } - ], - "pageInfo": { - "hasNextPage": true, - "hasPreviousPage": false - } - } - } -} ---------------- - -Query: ---------------- -MATCH (foo:Foo) RETURN foo ORDER BY foo ASC LIMIT 3 ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/packages.lock.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/packages.lock.json deleted file mode 100644 index 9cbb4ba0511..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Paging.Tests/packages.lock.json +++ /dev/null @@ -1,6200 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/HotChocolate.Data.Neo4J.Projections.Tests.csproj b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/HotChocolate.Data.Neo4J.Projections.Tests.csproj deleted file mode 100644 index 644f6dd5f80..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/HotChocolate.Data.Neo4J.Projections.Tests.csproj +++ /dev/null @@ -1,15 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Data.Neo4J.Projections.Tests</AssemblyName> - <RootNamespace>HotChocolate.Data</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\Data\HotChocolate.Data.Neo4J.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\Data.Neo4J.Testing\HotChocolate.Data.Neo4J.Testing.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JDatabaseCollectionDefinition.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JDatabaseCollectionDefinition.cs deleted file mode 100644 index bf01ae4cb51..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JDatabaseCollectionDefinition.cs +++ /dev/null @@ -1,9 +0,0 @@ -using HotChocolate.Data.Neo4J.Testing; - -namespace HotChocolate.Data; - -[CollectionDefinition(DefinitionName)] -public class Neo4JDatabaseCollectionFixture : ICollectionFixture<Neo4JDatabase> -{ - internal const string DefinitionName = "Neo4JDatabase"; -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JFixture.cs deleted file mode 100644 index e7ee5b35de1..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JFixture.cs +++ /dev/null @@ -1,80 +0,0 @@ -using System.Collections.Concurrent; -using HotChocolate.Data.Neo4J; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Data; - -public class Neo4JFixture : Neo4JFixtureBase -{ - private readonly ConcurrentDictionary<(Type, object), Task<IRequestExecutor>> _cache = new(); - - public async Task<IRequestExecutor> Arrange<TEntity>(Neo4JDatabase database, string cypher) - where TEntity : class - { - await ResetDatabase(database, cypher); - - return await GetOrCreateSchema<TEntity>(database, cypher); - } - - private Task<IRequestExecutor> GetOrCreateSchema<T>(Neo4JDatabase database, string cypher) - where T : class - { - (Type, string) key = (typeof(T), cypher); - - return _cache.GetOrAdd( - key, - _ => CreateSchema<T>(database)); - } - - private static async Task<IRequestExecutor> CreateSchema<TEntity>(Neo4JDatabase database) - where TEntity : class - { - var builder = new ServiceCollection().AddGraphQL(); - - return await builder - .AddNeo4JProjections() - .AddNeo4JFiltering() - .AddNeo4JSorting() - .AddQueryType( - new ObjectType<StubObject<TEntity>>( - c => - { - c.Name("Query"); - ApplyConfigurationToFieldDescriptor( - c.Field(x => x.Root) - .SetupNeo4JTestField<TEntity>(database.GetAsyncSession)); - })) - .SetupNeo4JTestResponse() - .ModifyRequestOptions(x => x.IncludeExceptionDetails = true) - .UseDefaultPipeline() - .Services - .BuildServiceProvider() - .GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - } - - private static void ApplyConfigurationToFieldDescriptor(IObjectFieldDescriptor descriptor) - { - descriptor - .Use( - next => async context => - { - await next(context); - if (context.Result is IExecutable executable) - { - context.ContextData["query"] = executable.Print(); - } - }) - .UseProjection() - .UseFiltering() - .UseSorting(); - } - - private class StubObject<T> - { - public T Root { get; set; } = default!; - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JRelationshipProjectionTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JRelationshipProjectionTests.cs deleted file mode 100644 index 0751f84aac3..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JRelationshipProjectionTests.cs +++ /dev/null @@ -1,121 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JRelationshipProjectionTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JRelationshipProjectionTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = - "CREATE (:FooRel {BarBool: true, BarString: 'a', BarInt: 1, BarDouble: 1.5})-" + - "[:RELATED_TO]->(:Bar {Name: 'b', Number: 2})<-[:RELATED_FROM]-" + - "(:Baz {Name: 'c', Number: 3})"; - - [Fact] - public async Task Relationship_Projection_OneRelationshipReturnOneProperty() - { - // arrange - var tester = await _fixture.Arrange<FooRel>(_database, FooEntitiesCypher); - - // act - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery( - @" - { - root { - barBool - barString - bars - { - name - } - } - } - ") - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1) - .MatchAsync(); - } - - [Fact] - public async Task Relationship_Projection_TwoRelationshipReturnOneProperty() - { - // arrange - var tester = await _fixture.Arrange<FooRel>(_database, FooEntitiesCypher); - - // act - - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery( - @"{ - root { - barBool - barString - bars - { - name - number - bazs - { - name - } - } - } - }") - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1) - .MatchAsync(); - } - - public class FooRel - { - public bool BarBool { get; set; } - - public string BarString { get; set; } = string.Empty; - - public int BarInt { get; set; } - - public double BarDouble { get; set; } - - [Neo4JRelationship("RELATED_TO")] - public List<Bar> Bars { get; set; } = default!; - } - - public class Bar - { - public string Name { get; set; } = null!; - - public int Number { get; set; } - - [Neo4JRelationship("RELATED_FROM", RelationshipDirection.Incoming)] - public List<Baz> Bazs { get; set; } = default!; - } - - public class Baz - { - public string Name { get; set; } = null!; - - public int Number { get; set; } = default!; - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JScalarProjectionTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JScalarProjectionTests.cs deleted file mode 100644 index 00a75a94f71..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/Neo4JScalarProjectionTests.cs +++ /dev/null @@ -1,65 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Execution; - -namespace HotChocolate.Data; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JScalarProjectionTest : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JScalarProjectionTest(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string FooEntitiesCypher = - @"CREATE (:FooScalar {Bar: true, Baz: 'a'}), (:FooScalar {Bar: false, Baz: 'b'})"; - - [Fact] - public async Task Scalar_Projection_Two_Properties() - { - // arrange - var tester = await _fixture.Arrange<FooScalar>(_database, FooEntitiesCypher); - - // act - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root{ bar baz }}") - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1) - .MatchAsync(); - } - - [Fact] - public async Task Scalar_Projection_One_Property() - { - // arrange - var tester = await _fixture.Arrange<FooScalar>(_database, FooEntitiesCypher); - - // act - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root{ baz }}") - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1) - .MatchAsync(); - } - - public class FooScalar - { - public bool Bar { get; set; } - public string Baz { get; set; } = null!; - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET6_0.snap deleted file mode 100644 index 005e8f788a0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET6_0.snap +++ /dev/null @@ -1,23 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "barBool": true, - "barString": "a", - "bars": [ - { - "name": "b" - } - ] - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooRel:FooRel) RETURN fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name}]} ORDER BY fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET7_0.snap deleted file mode 100644 index 005e8f788a0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET7_0.snap +++ /dev/null @@ -1,23 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "barBool": true, - "barString": "a", - "bars": [ - { - "name": "b" - } - ] - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooRel:FooRel) RETURN fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name}]} ORDER BY fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET8_0.snap deleted file mode 100644 index 005e8f788a0..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_OneRelationshipReturnOneProperty_NET8_0.snap +++ /dev/null @@ -1,23 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "barBool": true, - "barString": "a", - "bars": [ - { - "name": "b" - } - ] - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooRel:FooRel) RETURN fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name}]} ORDER BY fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET6_0.snap deleted file mode 100644 index 08fcabe7f70..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET6_0.snap +++ /dev/null @@ -1,29 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "barBool": true, - "barString": "a", - "bars": [ - { - "name": "b", - "number": 2, - "bazs": [ - { - "name": "c" - } - ] - } - ] - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooRel:FooRel) RETURN fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name, .Number, Bazs: [(bar:Bar)<-[:RELATED_FROM]-(baz:Baz) | baz {.Name}]}]} ORDER BY fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name, .Number, Bazs: [(bar:Bar)<-[:RELATED_FROM]-(baz:Baz) | baz {.Name}]}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET7_0.snap deleted file mode 100644 index 08fcabe7f70..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET7_0.snap +++ /dev/null @@ -1,29 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "barBool": true, - "barString": "a", - "bars": [ - { - "name": "b", - "number": 2, - "bazs": [ - { - "name": "c" - } - ] - } - ] - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooRel:FooRel) RETURN fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name, .Number, Bazs: [(bar:Bar)<-[:RELATED_FROM]-(baz:Baz) | baz {.Name}]}]} ORDER BY fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name, .Number, Bazs: [(bar:Bar)<-[:RELATED_FROM]-(baz:Baz) | baz {.Name}]}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET8_0.snap deleted file mode 100644 index 08fcabe7f70..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JRelationshipProjectionTests.Relationship_Projection_TwoRelationshipReturnOneProperty_NET8_0.snap +++ /dev/null @@ -1,29 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "barBool": true, - "barString": "a", - "bars": [ - { - "name": "b", - "number": 2, - "bazs": [ - { - "name": "c" - } - ] - } - ] - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooRel:FooRel) RETURN fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name, .Number, Bazs: [(bar:Bar)<-[:RELATED_FROM]-(baz:Baz) | baz {.Name}]}]} ORDER BY fooRel {.BarBool, .BarString, Bars: [(fooRel:FooRel)-[:RELATED_TO]->(bar:Bar) | bar {.Name, .Number, Bazs: [(bar:Bar)<-[:RELATED_FROM]-(baz:Baz) | baz {.Name}]}]} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET6_0.snap deleted file mode 100644 index 0a9fd76f36c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET6_0.snap +++ /dev/null @@ -1,20 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "baz": "a" - }, - { - "baz": "b" - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooScalar:FooScalar) RETURN fooScalar {.Baz} ORDER BY fooScalar {.Baz} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET7_0.snap deleted file mode 100644 index 0a9fd76f36c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET7_0.snap +++ /dev/null @@ -1,20 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "baz": "a" - }, - { - "baz": "b" - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooScalar:FooScalar) RETURN fooScalar {.Baz} ORDER BY fooScalar {.Baz} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET8_0.snap deleted file mode 100644 index 0a9fd76f36c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_One_Property_NET8_0.snap +++ /dev/null @@ -1,20 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "baz": "a" - }, - { - "baz": "b" - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooScalar:FooScalar) RETURN fooScalar {.Baz} ORDER BY fooScalar {.Baz} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET6_0.snap deleted file mode 100644 index 3605e534198..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET6_0.snap +++ /dev/null @@ -1,22 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false, - "baz": "b" - }, - { - "bar": true, - "baz": "a" - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooScalar:FooScalar) RETURN fooScalar {.Bar, .Baz} ORDER BY fooScalar {.Bar, .Baz} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET7_0.snap deleted file mode 100644 index 3605e534198..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET7_0.snap +++ /dev/null @@ -1,22 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false, - "baz": "b" - }, - { - "bar": true, - "baz": "a" - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooScalar:FooScalar) RETURN fooScalar {.Bar, .Baz} ORDER BY fooScalar {.Bar, .Baz} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET8_0.snap deleted file mode 100644 index 3605e534198..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/__snapshots__/Neo4JScalarProjectionTest.Scalar_Projection_Two_Properties_NET8_0.snap +++ /dev/null @@ -1,22 +0,0 @@ -Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false, - "baz": "b" - }, - { - "bar": true, - "baz": "a" - } - ] - } -} ---------------- - -Query: ---------------- -MATCH (fooScalar:FooScalar) RETURN fooScalar {.Bar, .Baz} ORDER BY fooScalar {.Bar, .Baz} ASC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/packages.lock.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/packages.lock.json deleted file mode 100644 index 9cbb4ba0511..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Projections.Tests/packages.lock.json +++ /dev/null @@ -1,6200 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/HotChocolate.Data.Neo4J.Sorting.Tests.csproj b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/HotChocolate.Data.Neo4J.Sorting.Tests.csproj deleted file mode 100644 index 96efbbc7756..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/HotChocolate.Data.Neo4J.Sorting.Tests.csproj +++ /dev/null @@ -1,15 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Data.Neo4J.Sorting.Tests</AssemblyName> - <RootNamespace>HotChocolate.Data</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\Data\HotChocolate.Data.Neo4J.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - <ProjectReference Include="..\Data.Neo4J.Testing\HotChocolate.Data.Neo4J.Testing.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JBooleanSortingTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JBooleanSortingTests.cs deleted file mode 100644 index 685b6409e54..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JBooleanSortingTests.cs +++ /dev/null @@ -1,67 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Data.Sorting; -using HotChocolate.Execution; - -namespace HotChocolate.Data; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JBooleanSortingTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JBooleanSortingTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string _fooEntitiesCypher = - @"CREATE (:FooBool {Bar: true}), (:FooBool {Bar: false})"; - - [Fact] - public async Task BooleanSorting_SchemaSnapshot() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolSortType>(_database, _fooEntitiesCypher); - - tester.Schema.MatchSnapshot(); - } - - [Fact] - public async Task BooleanSorting() - { - // arrange - var tester = - await _fixture.Arrange<FooBool, FooBoolSortType>(_database, _fooEntitiesCypher); - - // act - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root(order: { bar: ASC}){ bar}}") - .Create()); - - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root(order: { bar: DESC}){ bar}}") - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "BooleanSorting_ASC") - .AddResult(res2, "BooleanSorting_DESC") - .MatchAsync(); - } - - public class FooBool - { - public bool Bar { get; set; } - } - - public class FooBoolSortType : SortInputType<FooBool> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JComparableSortingTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JComparableSortingTests.cs deleted file mode 100644 index 123f80f63e6..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JComparableSortingTests.cs +++ /dev/null @@ -1,67 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Data.Sorting; -using HotChocolate.Execution; - -namespace HotChocolate.Data; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JComparableSortingTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JComparableSortingTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string _fooEntitiesCypher = - @"CREATE (:FooComp {Bar: 12}), (:FooComp {Bar: 14}), (:FooComp {Bar: 13})"; - - [Fact] - public async Task ComparableSorting_SchemaSnapshot() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompSortType>(_database, _fooEntitiesCypher); - - tester.Schema.MatchSnapshot(); - } - - [Fact] - public async Task ComparableSorting_Short() - { - // arrange - var tester = - await _fixture.Arrange<FooComp, FooCompSortType>(_database, _fooEntitiesCypher); - - // act - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root(order: { bar: ASC}){ bar}}") - .Create()); - - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root(order: { bar: DESC}){ bar}}") - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "ComparableSorting_Short_ASC") - .AddResult(res2, "ComparableSorting_Short_DESC") - .MatchAsync(); - } - - public class FooComp - { - public short Bar { get; set; } - } - - public class FooCompSortType : SortInputType<FooComp> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JDatabaseCollectionFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JDatabaseCollectionFixture.cs deleted file mode 100644 index bf01ae4cb51..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JDatabaseCollectionFixture.cs +++ /dev/null @@ -1,9 +0,0 @@ -using HotChocolate.Data.Neo4J.Testing; - -namespace HotChocolate.Data; - -[CollectionDefinition(DefinitionName)] -public class Neo4JDatabaseCollectionFixture : ICollectionFixture<Neo4JDatabase> -{ - internal const string DefinitionName = "Neo4JDatabase"; -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JFixture.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JFixture.cs deleted file mode 100644 index 9ef61c4c118..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JFixture.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System.Collections.Concurrent; -using HotChocolate.Data.Neo4J.Sorting; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Data.Sorting; -using HotChocolate.Execution; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Data; - -public class Neo4JFixture : Neo4JFixtureBase -{ - private readonly ConcurrentDictionary<(Type, object), Task<IRequestExecutor>> - _cache = new(); - - public async Task<IRequestExecutor> Arrange<TEntity, TType>(Neo4JDatabase database, string cypher) - where TEntity : class - where TType : SortInputType<TEntity> - { - await ResetDatabase(database, cypher); - - return await GetOrCreateSchema<TEntity, TType>(database); - } - - private Task<IRequestExecutor> GetOrCreateSchema<T, TType>(Neo4JDatabase database) - where T : class - where TType : SortInputType<T> - { - var key = (typeof(T), typeof(TType)); - return _cache.GetOrAdd( - key, - k => CreateSchema<T, TType>(database)); - } - - private static async Task<IRequestExecutor> CreateSchema<TEntity, T>(Neo4JDatabase database) - where TEntity : class - where T : SortInputType<TEntity> - { - return await new ServiceCollection() - .AddGraphQL() - .AddSorting(x => x.BindRuntimeType<TEntity, T>().AddNeo4JDefaults()) - .AddQueryType( - c => c - .Name("Query") - .Field("root") - .SetupNeo4JTestField<TEntity>(database.GetAsyncSession) - .UseSorting<T>()) - .SetupNeo4JTestResponse() - .UseDefaultPipeline() - .Services - .BuildServiceProvider() - .GetRequiredService<IRequestExecutorResolver>() - .GetRequestExecutorAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JStringsSortingTests.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JStringsSortingTests.cs deleted file mode 100644 index 1f51ac88393..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/Neo4JStringsSortingTests.cs +++ /dev/null @@ -1,67 +0,0 @@ -using CookieCrumble; -using HotChocolate.Data.Neo4J.Testing; -using HotChocolate.Data.Sorting; -using HotChocolate.Execution; - -namespace HotChocolate.Data; - -[Collection(Neo4JDatabaseCollectionFixture.DefinitionName)] -public class Neo4JStringsSortingTests : IClassFixture<Neo4JFixture> -{ - private readonly Neo4JDatabase _database; - private readonly Neo4JFixture _fixture; - - public Neo4JStringsSortingTests(Neo4JDatabase database, Neo4JFixture fixture) - { - _database = database; - _fixture = fixture; - } - - private const string _fooEntitiesCypher = - @"CREATE (:FooString {Bar: 'testatest'}), (:FooString {Bar: 'testbtest'})"; - - [Fact] - public async Task StringSorting_SchemaSnapshot() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringSortType>(_database, _fooEntitiesCypher); - - tester.Schema.MatchSnapshot(); - } - - [Fact] - public async Task StringSorting() - { - // arrange - var tester = - await _fixture.Arrange<FooString, FooStringSortType>(_database, _fooEntitiesCypher); - - // act - var res1 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root(order: { bar: ASC}){ bar }}") - .Create()); - - var res2 = await tester.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ root(order: { bar: DESC}){ bar }}") - .Create()); - - // assert - await Snapshot - .Create() - .AddResult(res1, "StringSorting_ASC") - .AddResult(res2, "StringSorting_DESC") - .MatchAsync(); - } - - public class FooString - { - public string Bar { get; set; } = default!; - } - - public class FooStringSortType : SortInputType<FooString> - { - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET6_0.snap deleted file mode 100644 index af7d8023fec..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET6_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -BooleanSorting_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - }, - { - "bar": true - } - ] - } -} ---------------- - -BooleanSorting_ASC Query: ---------------- -MATCH (fooBool:FooBool) RETURN fooBool ORDER BY fooBool.Bar ASC ---------------- - -BooleanSorting_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - }, - { - "bar": false - } - ] - } -} ---------------- - -BooleanSorting_DESC Query: ---------------- -MATCH (fooBool:FooBool) RETURN fooBool ORDER BY fooBool.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET7_0.snap deleted file mode 100644 index af7d8023fec..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET7_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -BooleanSorting_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - }, - { - "bar": true - } - ] - } -} ---------------- - -BooleanSorting_ASC Query: ---------------- -MATCH (fooBool:FooBool) RETURN fooBool ORDER BY fooBool.Bar ASC ---------------- - -BooleanSorting_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - }, - { - "bar": false - } - ] - } -} ---------------- - -BooleanSorting_DESC Query: ---------------- -MATCH (fooBool:FooBool) RETURN fooBool ORDER BY fooBool.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET8_0.snap deleted file mode 100644 index af7d8023fec..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_NET8_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -BooleanSorting_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": false - }, - { - "bar": true - } - ] - } -} ---------------- - -BooleanSorting_ASC Query: ---------------- -MATCH (fooBool:FooBool) RETURN fooBool ORDER BY fooBool.Bar ASC ---------------- - -BooleanSorting_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": true - }, - { - "bar": false - } - ] - } -} ---------------- - -BooleanSorting_DESC Query: ---------------- -MATCH (fooBool:FooBool) RETURN fooBool ORDER BY fooBool.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_SchemaSnapshot.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_SchemaSnapshot.graphql deleted file mode 100644 index 7a9a068129d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JBooleanSortingTests.BooleanSorting_SchemaSnapshot.graphql +++ /dev/null @@ -1,22 +0,0 @@ -schema { - query: Query -} - -type FooBool { - bar: Boolean! -} - -type Query { - root(order: [FooBoolSortInput!]): [FooBool] -} - -input FooBoolSortInput { - bar: SortEnumType -} - -enum SortEnumType { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_SchemaSnapshot.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_SchemaSnapshot.graphql deleted file mode 100644 index 325e719686c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_SchemaSnapshot.graphql +++ /dev/null @@ -1,25 +0,0 @@ -schema { - query: Query -} - -type FooComp { - bar: Short! -} - -type Query { - root(order: [FooCompSortInput!]): [FooComp] -} - -input FooCompSortInput { - bar: SortEnumType -} - -enum SortEnumType { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Short` scalar type represents non-fractional signed whole 16-bit numeric values. Short can represent values between -(2^15) and 2^15 - 1." -scalar Short \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET6_0.snap deleted file mode 100644 index ca54218e15d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET6_0.snap +++ /dev/null @@ -1,47 +0,0 @@ -ComparableSorting_Short_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": 12 - }, - { - "bar": 13 - }, - { - "bar": 14 - } - ] - } -} ---------------- - -ComparableSorting_Short_ASC Query: ---------------- -MATCH (fooComp:FooComp) RETURN fooComp ORDER BY fooComp.Bar ASC ---------------- - -ComparableSorting_Short_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": 14 - }, - { - "bar": 13 - }, - { - "bar": 12 - } - ] - } -} ---------------- - -ComparableSorting_Short_DESC Query: ---------------- -MATCH (fooComp:FooComp) RETURN fooComp ORDER BY fooComp.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET7_0.snap deleted file mode 100644 index ca54218e15d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET7_0.snap +++ /dev/null @@ -1,47 +0,0 @@ -ComparableSorting_Short_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": 12 - }, - { - "bar": 13 - }, - { - "bar": 14 - } - ] - } -} ---------------- - -ComparableSorting_Short_ASC Query: ---------------- -MATCH (fooComp:FooComp) RETURN fooComp ORDER BY fooComp.Bar ASC ---------------- - -ComparableSorting_Short_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": 14 - }, - { - "bar": 13 - }, - { - "bar": 12 - } - ] - } -} ---------------- - -ComparableSorting_Short_DESC Query: ---------------- -MATCH (fooComp:FooComp) RETURN fooComp ORDER BY fooComp.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET8_0.snap deleted file mode 100644 index ca54218e15d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JComparableSortingTests.ComparableSorting_Short_NET8_0.snap +++ /dev/null @@ -1,47 +0,0 @@ -ComparableSorting_Short_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": 12 - }, - { - "bar": 13 - }, - { - "bar": 14 - } - ] - } -} ---------------- - -ComparableSorting_Short_ASC Query: ---------------- -MATCH (fooComp:FooComp) RETURN fooComp ORDER BY fooComp.Bar ASC ---------------- - -ComparableSorting_Short_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": 14 - }, - { - "bar": 13 - }, - { - "bar": 12 - } - ] - } -} ---------------- - -ComparableSorting_Short_DESC Query: ---------------- -MATCH (fooComp:FooComp) RETURN fooComp ORDER BY fooComp.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET6_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET6_0.snap deleted file mode 100644 index a561440e0f7..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET6_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -StringSorting_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -StringSorting_ASC Query: ---------------- -MATCH (fooString:FooString) RETURN fooString ORDER BY fooString.Bar ASC ---------------- - -StringSorting_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - }, - { - "bar": "testatest" - } - ] - } -} ---------------- - -StringSorting_DESC Query: ---------------- -MATCH (fooString:FooString) RETURN fooString ORDER BY fooString.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET7_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET7_0.snap deleted file mode 100644 index a561440e0f7..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET7_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -StringSorting_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -StringSorting_ASC Query: ---------------- -MATCH (fooString:FooString) RETURN fooString ORDER BY fooString.Bar ASC ---------------- - -StringSorting_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - }, - { - "bar": "testatest" - } - ] - } -} ---------------- - -StringSorting_DESC Query: ---------------- -MATCH (fooString:FooString) RETURN fooString ORDER BY fooString.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET8_0.snap b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET8_0.snap deleted file mode 100644 index a561440e0f7..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_NET8_0.snap +++ /dev/null @@ -1,41 +0,0 @@ -StringSorting_ASC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testatest" - }, - { - "bar": "testbtest" - } - ] - } -} ---------------- - -StringSorting_ASC Query: ---------------- -MATCH (fooString:FooString) RETURN fooString ORDER BY fooString.Bar ASC ---------------- - -StringSorting_DESC Result: ---------------- -{ - "data": { - "root": [ - { - "bar": "testbtest" - }, - { - "bar": "testatest" - } - ] - } -} ---------------- - -StringSorting_DESC Query: ---------------- -MATCH (fooString:FooString) RETURN fooString ORDER BY fooString.Bar DESC ---------------- diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_SchemaSnapshot.graphql b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_SchemaSnapshot.graphql deleted file mode 100644 index 3d19b81155d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/__snapshots__/Neo4JStringsSortingTests.StringSorting_SchemaSnapshot.graphql +++ /dev/null @@ -1,22 +0,0 @@ -schema { - query: Query -} - -type FooString { - bar: String! -} - -type Query { - root(order: [FooStringSortInput!]): [FooString] -} - -input FooStringSortInput { - bar: SortEnumType -} - -enum SortEnumType { - ASC - DESC -} - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/packages.lock.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/packages.lock.json deleted file mode 100644 index 9cbb4ba0511..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Sorting.Tests/packages.lock.json +++ /dev/null @@ -1,6200 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.data.neo4j.testing": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data.Neo4J": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Shouldly": "[4.0.3, )", - "Squadron.Neo4j": "[0.15.0, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/HotChocolate.Data.Neo4J.Testing.csproj b/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/HotChocolate.Data.Neo4J.Testing.csproj deleted file mode 100644 index 55d12090314..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/HotChocolate.Data.Neo4J.Testing.csproj +++ /dev/null @@ -1,13 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Data.Neo4J.Testing</AssemblyName> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\src\Data\HotChocolate.Data.Neo4J.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Types\HotChocolate.Types.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JConfig.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JConfig.cs deleted file mode 100644 index 63968700030..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JConfig.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Squadron; - -namespace HotChocolate.Data.Neo4J.Testing; - -public class Neo4JConfig : Neo4jDefaultOptions -{ - public override void Configure(ContainerResourceBuilder builder) - { - builder - .Name("neo4j") - .Image("neo4j:latest") - .InternalPort(7687) - .AddEnvironmentVariable("NEO4J_AUTH=none") - .WaitTimeout(120); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JDatabase.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JDatabase.cs deleted file mode 100644 index 34f64cec692..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JDatabase.cs +++ /dev/null @@ -1,8 +0,0 @@ -using Squadron; - -namespace HotChocolate.Data.Neo4J.Testing; - -public class Neo4JDatabase : Neo4jResource<Neo4JConfig> -{ - // Intentionally blank -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JFixtureBase.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JFixtureBase.cs deleted file mode 100644 index fba75dd5a8d..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/Neo4JFixtureBase.cs +++ /dev/null @@ -1,19 +0,0 @@ -namespace HotChocolate.Data.Neo4J.Testing; - -public abstract class Neo4JFixtureBase -{ - private readonly string[] _resetDatabase = { "MATCH (a) -[r] -> () DELETE a, r", "MATCH (a) DELETE a" }; - - protected async Task ResetDatabase(Neo4JDatabase database, string cypher) - { - var session = database.GetAsyncSession(); - foreach (var action in _resetDatabase) - { - var resetCursor = await session.RunAsync(action); - await resetCursor.ConsumeAsync(); - } - - var cursor = await session.RunAsync(cypher); - await cursor.ConsumeAsync(); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/TestSetupExtensions.cs b/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/TestSetupExtensions.cs deleted file mode 100644 index 67ddc32846c..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/TestSetupExtensions.cs +++ /dev/null @@ -1,42 +0,0 @@ -using HotChocolate.Data.Neo4J.Execution; -using HotChocolate.Execution; -using HotChocolate.Execution.Configuration; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; -using Neo4j.Driver; - -namespace HotChocolate.Data.Neo4J.Testing; - -public static class TestSetupExtensions -{ - public static IObjectFieldDescriptor SetupNeo4JTestField<TEntity>( - this IObjectFieldDescriptor fieldDescriptor, - Func<string?, IAsyncSession> session) - { - return fieldDescriptor.Resolve(ctx => - { - var executable = new Neo4JExecutable<TEntity>(session(default)); - ctx.ContextData[nameof(INeo4JExecutable)] = executable; - return executable; - }); - } - - public static IRequestExecutorBuilder SetupNeo4JTestResponse(this IRequestExecutorBuilder builder) - { - return builder.UseRequest( - next => async context => - { - await next(context); - - if (context.ContextData.TryGetValue(nameof(INeo4JExecutable), out var query) - && query is IExecutable executable) - { - context.Result = - QueryResultBuilder - .FromResult(context.Result!.ExpectQueryResult()) - .SetContextData("query", executable.Print()) - .Create(); - } - }); - } -} diff --git a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/packages.lock.json b/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/packages.lock.json deleted file mode 100644 index 1e5c1d86e74..00000000000 --- a/src/HotChocolate/Neo4J/test/Data.Neo4J.Testing/packages.lock.json +++ /dev/null @@ -1,6158 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ebfUwKsgZF4HTwaRUj67SrJdsM4O62Fxsd6u1bSk3MNgvU8yjyfEK0xQmUFUqOYJi1IcL4HENoccl4SKVPndYw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Shouldly": { - "type": "Direct", - "requested": "[4.0.3, )", - "resolved": "4.0.3", - "contentHash": "wrUt6lohfSPcAFBRwdDZiUNh67//xZjaOO3oYU7K9p7KshV7M72JWpFw+A/RJF3GgzZa03qH/kuC8iragWi3Dg==", - "dependencies": { - "DiffEngine": "6.4.9", - "EmptyFiles": "2.3.3", - "Microsoft.CSharp": "4.7.0", - "System.Memory": "4.5.4" - } - }, - "Squadron.Neo4j": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "GUnXZ7EDndduXR8nXOz3yuhtu3iQURtUmb3AHE6bA+kBPuhsuGeS7RRY5IqGIZmVJiqyqJO8qhh3JQJTf8zSYw==", - "dependencies": { - "Neo4j.Driver": "4.2.0", - "Squadron.Core": "0.15.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffEngine": { - "type": "Transitive", - "resolved": "6.4.9", - "contentHash": "VSZM6KtGMTtbHCYK5nXvkp7ZlholzzDtjJ0Z8lbL8zEQAsmSqodZvJfYWDbGU/SNUaNqa9OzA38T4wgga6TMpA==", - "dependencies": { - "EmptyFiles": "2.3.3", - "Microsoft.Windows.Compatibility": "5.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "EmptyFiles": { - "type": "Transitive", - "resolved": "2.3.3", - "contentHash": "I7L5UMvHYms1KAJr2lSeuC11p+rfAewSCwTAmxsR/LMKi4i9ld9s/91LuvJ1+FJnz9EaWvnOr8XX78M9Xo5H7Q==" - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "Microsoft.Win32.Registry": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "Microsoft.Win32.Registry.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "rwF501ZS/xKGWz5H3RLBvwta6E5kcMLB0UYGTgrZ8nL5bvrbGmtEcEObgMC/qRFhA3og/0Zh+eacrcA+0FBXJA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Security.AccessControl": "5.0.0" - } - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "Microsoft.Windows.Compatibility": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HujVMtkV1WTVlzbPWNZjHVG8ro6mIS15ul0XRLwmCq8NnbuI3C8bAUP3KdPTypK2D/Zr+u0q3m3qk7iM7b3JPg==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "Microsoft.Win32.Registry.AccessControl": "5.0.0", - "Microsoft.Win32.SystemEvents": "5.0.0", - "System.CodeDom": "5.0.0", - "System.ComponentModel.Composition": "5.0.0", - "System.ComponentModel.Composition.Registration": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Data.DataSetExtensions": "4.5.0", - "System.Data.Odbc": "5.0.0", - "System.Data.OleDb": "5.0.0", - "System.Data.SqlClient": "4.8.1", - "System.Diagnostics.EventLog": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.AccountManagement": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.Drawing.Common": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.IO.Packaging": "5.0.0", - "System.IO.Pipes.AccessControl": "5.0.0", - "System.IO.Ports": "5.0.0", - "System.Management": "5.0.0", - "System.Reflection.Context": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Reflection.Emit.ILGeneration": "4.7.0", - "System.Reflection.Emit.Lightweight": "4.7.0", - "System.Runtime.Caching": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Cryptography.Xml": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.ServiceModel.Duplex": "4.7.0", - "System.ServiceModel.Http": "4.7.0", - "System.ServiceModel.NetTcp": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0", - "System.ServiceModel.Security": "4.7.0", - "System.ServiceModel.Syndication": "5.0.0", - "System.ServiceProcess.ServiceController": "5.0.0", - "System.Text.Encoding.CodePages": "5.0.0", - "System.Threading.AccessControl": "5.0.0" - } - }, - "Neo4j.Driver": { - "type": "Transitive", - "resolved": "5.2.0", - "contentHash": "D1gh6uudio+KtDv9USBPgGNOHCUyh3+u6IGLc8MJ+T8wzKfjqBfrfXnZPzUYiG2BeWxlB1Wg0Yaaus1+qF9LGQ==", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "5.0.0", - "System.ValueTuple": "4.5.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", - "dependencies": { - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0-rtm.20519.4", - "contentHash": "N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==" - }, - "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==" - }, - "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": { - "type": "Transitive", - "resolved": "4.4.0", - "contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==" - }, - "ServiceStack.Text": { - "type": "Transitive", - "resolved": "6.4.0", - "contentHash": "ZB79SHz0o0TtCOsQXDr6aEhvL84BhD++bIjvCnVNC0s4mIZo8XWxHLglBkmC6k+XqiM+h/MwZ8O/+aYU+lNQ3A==", - "dependencies": { - "Microsoft.CSharp": "4.7.0", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory": "4.5.4" - } - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.CodeDom": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.ComponentModel.Composition": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "YL8iA3VOFxhyomn7FxtBgh3F+8XG5jOfT5UcqYLtkafSa6g6alQfKZuRwlEIWe+tzH6OVnj0Ekg5tn/DmV7SkQ==" - }, - "System.ComponentModel.Composition.Registration": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "CTTPajoCKcXQ1NVTlazz6ned37MHVFf1qKfzsBIdHkaFJBnRVVh4hYsVkPP7z+RrMQU5iXdiTcsfxDb5DWOKOA==", - "dependencies": { - "System.ComponentModel.Composition": "5.0.0", - "System.Reflection.Context": "5.0.0" - } - }, - "System.Configuration.ConfigurationManager": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Data.DataSetExtensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==" - }, - "System.Data.Odbc": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "j4WsYGmcD7m1D0Tc3N7HqWqcdUHNn9+kdXh9ODTWEsOGrAvALf+BgRStd7L0/O/zDS0R4Uu9vNM8UY6EnK+WYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Data.OleDb": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "DHCZucsidgFtUr1w5OggQNjb7M6N722QpNbkG6TV+3hCvPSLXdrm1NjJqVZB5/OW067gzuZVj9W147hrkTF/Ig==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Diagnostics.PerformanceCounter": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Data.SqlClient": { - "type": "Transitive", - "resolved": "4.8.1", - "contentHash": "HKLykcv6eZLbLnSMnlQ6Os4+UAmFE+AgYm92CTvJYeTOBtOYusX3qu8OoGhFrnKZax91UcLcDo5vPrqvJUTSNQ==", - "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", - "runtime.native.System.Data.SqlClient.sni": "4.7.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.PerformanceCounter": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "kcQWWtGVC3MWMNXdMDWfrmIlFZZ2OdoeT6pSNVRtk9+Sa7jwdPiMlNwb0ZQcS7NRlT92pCfmjRtkSWUW3RAKwg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.DirectoryServices": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Permissions": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.AccountManagement": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "1WevH/8ULy0iixbsZW4k8ftV9fDqkeUJfeVMsJ7SySrHsnBISkRx1JuDRRV7QXfNTCQKrHeecfqcY5pevlDwog==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Configuration.ConfigurationManager": "5.0.0", - "System.DirectoryServices": "5.0.0", - "System.DirectoryServices.Protocols": "5.0.0", - "System.IO.FileSystem.AccessControl": "5.0.0", - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.DirectoryServices.Protocols": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uQvO3kpXBDCoRQecbY8yXiQTVBT5t6ZMCZwBsyGFeCL0KUTlNJDsaIx+hsqCKF+bLglaYyz5nWLVRaxPKVeBBw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "5.0.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.IO.Pipes.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.IO.Ports": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Management": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "Microsoft.Win32.Registry": "5.0.0", - "System.CodeDom": "5.0.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Private.ServiceModel": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "BItrYCkoTV3VzVPsrew+uc34fmLb+3ncgspa7vbO3vkfY9JQCea4u34pHE+Bcv1Iy16MgRs3n2jKVRCDg0rPfg==", - "dependencies": { - "System.Reflection.DispatchProxy": "4.5.0", - "System.Security.Cryptography.Xml": "4.5.0", - "System.Security.Principal.Windows": "4.5.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Context": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "gG1wxxJLcjQaUkd07K2l2MKVoW+e0w8jS8Jye7QLPXrXT7XXMmOcFV/Ek6XyTOy5Z4GVN0WY95BQNp/iHEs5mw==" - }, - "System.Reflection.DispatchProxy": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==" - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==" - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==", - "dependencies": { - "System.Configuration.ConfigurationManager": "5.0.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", - "dependencies": { - "System.Formats.Asn1": "5.0.0", - "System.Security.Cryptography.Cng": "5.0.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "MYmkHtCW+paFmPGFDktnLdOeH3zUrNchbZNki87E1ejNSMm9enSRbJokmvFrsWUrDE4bRE1lVeAle01+t6SGhA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "5.0.0", - "System.Security.Permissions": "5.0.0" - } - }, - "System.Security.Permissions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Windows.Extensions": "5.0.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==" - }, - "System.ServiceModel.Duplex": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "7GBKQc2QWRxnEVQ49zMKq3z3RFKaHhhWjfMWhp+DP+dgfp0X4Szln/eL+UQumOKvv+sTU5bhOXjnJg5045liCA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Http": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "+BB61ycl1cSlRbJDpABoqMa7bRE4boJfK1CfWfbNzTGeADFVmDkhylpfmC1bKloxtf95p2owj8/n7kilgRBAow==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.NetTcp": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "snQgAc7kn4721eaus8nZ52eRu1QrdEnWGbru6I263hPWcISStntwHwSrT57Iwp1Z58b3Lz0J/hbjJhGP0yExOA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Primitives": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "YUXIMO4kL1v6dUVptJGixAx/8Ai5trQzVn3gbk0mpwxh77kGAs+MyBRoHN/5ZoxtwNn4E1dq3N4rJCAgAUaiJA==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0" - } - }, - "System.ServiceModel.Security": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "LjYrQRrP1rw+s/wieB+QIv3p6/oG2ucTfVpg5iWmX8/7+nfUxcqmy9l8rsbtYE8X8BEQnSq42OhWap/Dlhlh9Q==", - "dependencies": { - "System.Private.ServiceModel": "4.7.0", - "System.ServiceModel.Primitives": "4.7.0" - } - }, - "System.ServiceModel.Syndication": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "xjwRFydlevI/DMLlBcDRbOmofJTZNoJ0FCkEPdMw9i+85lDbl8Pw001LJKQbRSeHSVJCEuPfAvEuC1TAumxcmw==" - }, - "System.ServiceProcess.ServiceController": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "p2yX167GW1pr2DCR6cW+cBKrvhli4thckXk108faFaTPHnoudb0AYPcIPq3nmrwn7IQj9FEmjpyJlXzcOmIjjw==", - "dependencies": { - "System.Diagnostics.EventLog": "5.0.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "WJ9w9m4iHJVq0VoH7hZvYAccbRq95itYRhAAXd6M4kVCzLmT6NqTwmSXKwp3oQilWHhYTXgqaIXxBfg8YaqtmA==", - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "System.Windows.Extensions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==", - "dependencies": { - "System.Drawing.Common": "5.0.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.data": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )" - } - }, - "hotchocolate.data.neo4j": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Data": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "Neo4j.Driver": "[5.2.0, )", - "ServiceStack.Text": "[6.4.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Neo4J/test/Directory.Build.props b/src/HotChocolate/Neo4J/test/Directory.Build.props deleted file mode 100644 index 3bdec80c7e4..00000000000 --- a/src/HotChocolate/Neo4J/test/Directory.Build.props +++ /dev/null @@ -1,35 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <IsPackable>false</IsPackable> - </PropertyGroup> - - <ItemGroup> - <Using Include="Xunit" /> - </ItemGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\..\CookieCrumble\src\CookieCrumble\CookieCrumble.csproj" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Squadron.Neo4j" Version="0.15.0" /> - <PackageReference Include="Shouldly" Version="4.0.3" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> - <PackageReference Include="coverlet.msbuild" Version="3.1.2"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="xunit" Version="2.4.1" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="Moq" Version="4.18.1" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/.vscode/tasks.json b/src/HotChocolate/Stitching/.vscode/tasks.json deleted file mode 100644 index 31c32bd3457..00000000000 --- a/src/HotChocolate/Stitching/.vscode/tasks.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "shell", - "args": [ - "build", - // Ask dotnet build to generate full paths for file names. - "/property:GenerateFullPaths=true", - // Do not generate summary otherwise it leads to duplicate errors in Problems panel - "/consoleloggerparameters:NoSummary" - ], - "group": "build", - "presentation": { - "reveal": "silent" - }, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/Directory.Build.props b/src/HotChocolate/Stitching/Directory.Build.props deleted file mode 100644 index ac9d1a88380..00000000000 --- a/src/HotChocolate/Stitching/Directory.Build.props +++ /dev/null @@ -1,10 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <TargetFrameworks>$(Library2TargetFrameworks)</TargetFrameworks> - <Nullable>enable</Nullable> - <ImplicitUsings>enable</ImplicitUsings> - </PropertyGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/HotChocolate.Stitching.sln b/src/HotChocolate/Stitching/HotChocolate.Stitching.sln deleted file mode 100644 index a4b8162ec84..00000000000 --- a/src/HotChocolate/Stitching/HotChocolate.Stitching.sln +++ /dev/null @@ -1,292 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29521.150 -MinimumVisualStudioVersion = 15.0.26124.0 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".referenced", ".referenced", "{D7A7C1D4-6239-4B4C-A80C-E953334A83F8}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D530CEBF-33A3-4BCE-9887-A50F5AE789A3}" - ProjectSection(SolutionItems) = preProject - src\Directory.Build.props = src\Directory.Build.props - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CA934242-6AB7-40F0-B433-A2D9BF10EF4A}" - ProjectSection(SolutionItems) = preProject - test\Directory.Build.props = test\Directory.Build.props - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language", "..\Language\src\Language\HotChocolate.Language.csproj", "{87AA82ED-0C9F-439E-800D-B6218E848B53}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Utilities", "..\Utilities\src\Utilities\HotChocolate.Utilities.csproj", "{5D4CD975-5D97-4B6A-BB09-F9733FCE9679}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.SyntaxTree", "..\Language\src\Language.SyntaxTree\HotChocolate.Language.SyntaxTree.csproj", "{9E6F7DC4-60C7-4494-A643-36A862391B32}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Utf8", "..\Language\src\Language.Utf8\HotChocolate.Language.Utf8.csproj", "{C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Language.Visitors", "..\Language\src\Language.Visitors\HotChocolate.Language.Visitors.csproj", "{6A970193-7B0E-4925-8492-8A924CED5E61}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Abstractions", "..\Core\src\Abstractions\HotChocolate.Abstractions.csproj", "{C3406510-7442-4746-AD72-C9C666E96EDA}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Core", "..\Core\src\Core\HotChocolate.Core.csproj", "{73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Subscriptions", "..\Core\src\Subscriptions\HotChocolate.Subscriptions.csproj", "{C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.Types", "..\Core\src\Types\HotChocolate.Types.csproj", "{ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.AspNetCore", "..\AspNetCore\src\AspNetCore\HotChocolate.AspNetCore.csproj", "{CC662EA3-70CC-430B-A473-E51700F5B4A4}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HotChocolate.AspNetCore.Authorization", "..\AspNetCore\src\AspNetCore.Authorization\HotChocolate.AspNetCore.Authorization.csproj", "{68ADFD79-A37C-429A-90A7-584B7E27F613}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Execution", "..\Core\src\Execution\HotChocolate.Execution.csproj", "{C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.AspNetCore.Tests", "..\AspNetCore\test\AspNetCore.Tests\HotChocolate.AspNetCore.Tests.csproj", "{709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Stitching", "src\Stitching\HotChocolate.Stitching.csproj", "{C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Stitching.Abstractions", "src\Stitching.Abstractions\HotChocolate.Stitching.Abstractions.csproj", "{B8143A31-EC3C-4410-AC85-9C28DA022DC8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Stitching.Redis", "src\Stitching.Redis\HotChocolate.Stitching.Redis.csproj", "{EF3290BD-E6C9-452A-AAC1-22785543F4A6}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotChocolate.Stitching.Tests", "test\Stitching.Tests\HotChocolate.Stitching.Tests.csproj", "{9F9C412E-A2C4-446F-B306-E0ADFC3286F2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Debug|Any CPU.Build.0 = Debug|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Debug|x64.ActiveCfg = Debug|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Debug|x64.Build.0 = Debug|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Debug|x86.ActiveCfg = Debug|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Debug|x86.Build.0 = Debug|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Release|Any CPU.ActiveCfg = Release|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Release|Any CPU.Build.0 = Release|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Release|x64.ActiveCfg = Release|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Release|x64.Build.0 = Release|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Release|x86.ActiveCfg = Release|Any CPU - {87AA82ED-0C9F-439E-800D-B6218E848B53}.Release|x86.Build.0 = Release|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Debug|x64.ActiveCfg = Debug|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Debug|x64.Build.0 = Debug|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Debug|x86.ActiveCfg = Debug|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Debug|x86.Build.0 = Debug|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Release|Any CPU.Build.0 = Release|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Release|x64.ActiveCfg = Release|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Release|x64.Build.0 = Release|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Release|x86.ActiveCfg = Release|Any CPU - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679}.Release|x86.Build.0 = Release|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Debug|x64.ActiveCfg = Debug|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Debug|x64.Build.0 = Debug|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Debug|x86.ActiveCfg = Debug|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Debug|x86.Build.0 = Debug|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Release|Any CPU.Build.0 = Release|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Release|x64.ActiveCfg = Release|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Release|x64.Build.0 = Release|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Release|x86.ActiveCfg = Release|Any CPU - {9E6F7DC4-60C7-4494-A643-36A862391B32}.Release|x86.Build.0 = Release|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Debug|x64.ActiveCfg = Debug|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Debug|x64.Build.0 = Debug|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Debug|x86.ActiveCfg = Debug|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Debug|x86.Build.0 = Debug|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Release|Any CPU.Build.0 = Release|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Release|x64.ActiveCfg = Release|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Release|x64.Build.0 = Release|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Release|x86.ActiveCfg = Release|Any CPU - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7}.Release|x86.Build.0 = Release|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Debug|x64.ActiveCfg = Debug|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Debug|x64.Build.0 = Debug|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Debug|x86.ActiveCfg = Debug|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Debug|x86.Build.0 = Debug|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Release|Any CPU.Build.0 = Release|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Release|x64.ActiveCfg = Release|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Release|x64.Build.0 = Release|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Release|x86.ActiveCfg = Release|Any CPU - {6A970193-7B0E-4925-8492-8A924CED5E61}.Release|x86.Build.0 = Release|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Debug|x64.ActiveCfg = Debug|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Debug|x64.Build.0 = Debug|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Debug|x86.ActiveCfg = Debug|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Debug|x86.Build.0 = Debug|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Release|Any CPU.Build.0 = Release|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Release|x64.ActiveCfg = Release|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Release|x64.Build.0 = Release|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Release|x86.ActiveCfg = Release|Any CPU - {C3406510-7442-4746-AD72-C9C666E96EDA}.Release|x86.Build.0 = Release|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Debug|x64.ActiveCfg = Debug|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Debug|x64.Build.0 = Debug|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Debug|x86.ActiveCfg = Debug|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Debug|x86.Build.0 = Debug|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Release|Any CPU.Build.0 = Release|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Release|x64.ActiveCfg = Release|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Release|x64.Build.0 = Release|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Release|x86.ActiveCfg = Release|Any CPU - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB}.Release|x86.Build.0 = Release|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Debug|x64.ActiveCfg = Debug|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Debug|x64.Build.0 = Debug|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Debug|x86.ActiveCfg = Debug|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Debug|x86.Build.0 = Debug|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Release|Any CPU.Build.0 = Release|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Release|x64.ActiveCfg = Release|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Release|x64.Build.0 = Release|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Release|x86.ActiveCfg = Release|Any CPU - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3}.Release|x86.Build.0 = Release|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Debug|Any CPU.Build.0 = Debug|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Debug|x64.ActiveCfg = Debug|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Debug|x64.Build.0 = Debug|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Debug|x86.ActiveCfg = Debug|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Debug|x86.Build.0 = Debug|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Release|Any CPU.ActiveCfg = Release|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Release|Any CPU.Build.0 = Release|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Release|x64.ActiveCfg = Release|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Release|x64.Build.0 = Release|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Release|x86.ActiveCfg = Release|Any CPU - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620}.Release|x86.Build.0 = Release|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Debug|x64.ActiveCfg = Debug|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Debug|x64.Build.0 = Debug|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Debug|x86.ActiveCfg = Debug|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Debug|x86.Build.0 = Debug|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Release|Any CPU.Build.0 = Release|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Release|x64.ActiveCfg = Release|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Release|x64.Build.0 = Release|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Release|x86.ActiveCfg = Release|Any CPU - {CC662EA3-70CC-430B-A473-E51700F5B4A4}.Release|x86.Build.0 = Release|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Debug|Any CPU.Build.0 = Debug|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Debug|x64.ActiveCfg = Debug|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Debug|x64.Build.0 = Debug|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Debug|x86.ActiveCfg = Debug|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Debug|x86.Build.0 = Debug|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Release|Any CPU.ActiveCfg = Release|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Release|Any CPU.Build.0 = Release|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Release|x64.ActiveCfg = Release|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Release|x64.Build.0 = Release|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Release|x86.ActiveCfg = Release|Any CPU - {68ADFD79-A37C-429A-90A7-584B7E27F613}.Release|x86.Build.0 = Release|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Debug|x64.ActiveCfg = Debug|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Debug|x64.Build.0 = Debug|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Debug|x86.ActiveCfg = Debug|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Debug|x86.Build.0 = Debug|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Release|Any CPU.Build.0 = Release|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Release|x64.ActiveCfg = Release|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Release|x64.Build.0 = Release|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Release|x86.ActiveCfg = Release|Any CPU - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3}.Release|x86.Build.0 = Release|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Debug|x64.ActiveCfg = Debug|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Debug|x64.Build.0 = Debug|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Debug|x86.ActiveCfg = Debug|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Debug|x86.Build.0 = Debug|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Release|Any CPU.Build.0 = Release|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Release|x64.ActiveCfg = Release|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Release|x64.Build.0 = Release|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Release|x86.ActiveCfg = Release|Any CPU - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC}.Release|x86.Build.0 = Release|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Debug|x64.ActiveCfg = Debug|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Debug|x64.Build.0 = Debug|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Debug|x86.ActiveCfg = Debug|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Debug|x86.Build.0 = Debug|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Release|Any CPU.Build.0 = Release|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Release|x64.ActiveCfg = Release|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Release|x64.Build.0 = Release|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Release|x86.ActiveCfg = Release|Any CPU - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3}.Release|x86.Build.0 = Release|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Debug|x64.ActiveCfg = Debug|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Debug|x64.Build.0 = Debug|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Debug|x86.ActiveCfg = Debug|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Debug|x86.Build.0 = Debug|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Release|Any CPU.Build.0 = Release|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Release|x64.ActiveCfg = Release|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Release|x64.Build.0 = Release|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Release|x86.ActiveCfg = Release|Any CPU - {B8143A31-EC3C-4410-AC85-9C28DA022DC8}.Release|x86.Build.0 = Release|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Debug|x64.ActiveCfg = Debug|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Debug|x64.Build.0 = Debug|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Debug|x86.ActiveCfg = Debug|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Debug|x86.Build.0 = Debug|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Release|Any CPU.Build.0 = Release|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Release|x64.ActiveCfg = Release|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Release|x64.Build.0 = Release|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Release|x86.ActiveCfg = Release|Any CPU - {EF3290BD-E6C9-452A-AAC1-22785543F4A6}.Release|x86.Build.0 = Release|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Debug|x64.ActiveCfg = Debug|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Debug|x64.Build.0 = Debug|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Debug|x86.ActiveCfg = Debug|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Debug|x86.Build.0 = Debug|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Release|Any CPU.Build.0 = Release|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Release|x64.ActiveCfg = Release|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Release|x64.Build.0 = Release|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Release|x86.ActiveCfg = Release|Any CPU - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {87AA82ED-0C9F-439E-800D-B6218E848B53} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {5D4CD975-5D97-4B6A-BB09-F9733FCE9679} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {9E6F7DC4-60C7-4494-A643-36A862391B32} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {C2BBB211-00AD-4E69-97E9-B93BA3D1DDF7} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {6A970193-7B0E-4925-8492-8A924CED5E61} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {C3406510-7442-4746-AD72-C9C666E96EDA} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {73C5E3E4-2FF8-45DF-BA81-E63703DC80FB} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {C82D3A63-4BBA-467D-B4E6-1DFC3AA05FC3} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {ECC2063B-D1FF-4F25-A2E1-6003A6DC6620} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {CC662EA3-70CC-430B-A473-E51700F5B4A4} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {68ADFD79-A37C-429A-90A7-584B7E27F613} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {C1CF3B06-4A02-46A6-98B2-448B5DD4E7D3} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {709EE9F8-BA48-4C5A-8BDA-96B96689A1FC} = {D7A7C1D4-6239-4B4C-A80C-E953334A83F8} - {C00D54A3-7AC1-4F6B-A7EF-FB865090E7D3} = {D530CEBF-33A3-4BCE-9887-A50F5AE789A3} - {B8143A31-EC3C-4410-AC85-9C28DA022DC8} = {D530CEBF-33A3-4BCE-9887-A50F5AE789A3} - {EF3290BD-E6C9-452A-AAC1-22785543F4A6} = {D530CEBF-33A3-4BCE-9887-A50F5AE789A3} - {9F9C412E-A2C4-446F-B306-E0ADFC3286F2} = {CA934242-6AB7-40F0-B433-A2D9BF10EF4A} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {FB1557E1-2F94-4540-93E5-B47698838B72} - EndGlobalSection -EndGlobal diff --git a/src/HotChocolate/Stitching/src/Directory.Build.props b/src/HotChocolate/Stitching/src/Directory.Build.props deleted file mode 100644 index d7806417ff2..00000000000 --- a/src/HotChocolate/Stitching/src/Directory.Build.props +++ /dev/null @@ -1,9 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Nullable.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <NoWarn>$(NoWarn);CA1812</NoWarn> - </PropertyGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/src/Stitching.Abstractions/HotChocolate.Stitching.Abstractions.csproj b/src/HotChocolate/Stitching/src/Stitching.Abstractions/HotChocolate.Stitching.Abstractions.csproj deleted file mode 100644 index 61c5fe04539..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Abstractions/HotChocolate.Stitching.Abstractions.csproj +++ /dev/null @@ -1,16 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <PackageId>HotChocolate.Stitching.Abstractions</PackageId> - <AssemblyName>HotChocolate.Stitching.Abstractions</AssemblyName> - <RootNamespace>HotChocolate.Stitching</RootNamespace> - <Description>Contains the Hot Chocolate GraphQL schema stitching abstractions.</Description> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Abstractions\HotChocolate.Abstractions.csproj" /> - <ProjectReference Include="..\..\..\Language\src\Language.SyntaxTree\HotChocolate.Language.SyntaxTree.csproj" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/src/Stitching.Abstractions/PublicAPI.Shipped.txt b/src/HotChocolate/Stitching/src/Stitching.Abstractions/PublicAPI.Shipped.txt deleted file mode 100644 index 1aefa98e667..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Abstractions/PublicAPI.Shipped.txt +++ /dev/null @@ -1,6 +0,0 @@ -#nullable enable -HotChocolate.Stitching.RemoteSchemaDefinition -HotChocolate.Stitching.RemoteSchemaDefinition.Document.get -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.RemoteSchemaDefinition.ExtensionDocuments.get -> System.Collections.Generic.IReadOnlyList<HotChocolate.Language.DocumentNode!>! -HotChocolate.Stitching.RemoteSchemaDefinition.Name.get -> HotChocolate.NameString -HotChocolate.Stitching.RemoteSchemaDefinition.RemoteSchemaDefinition(HotChocolate.NameString name, HotChocolate.Language.DocumentNode! document, System.Collections.Generic.IEnumerable<HotChocolate.Language.DocumentNode!>? extensionDocuments = null) -> void diff --git a/src/HotChocolate/Stitching/src/Stitching.Abstractions/PublicAPI.Unshipped.txt b/src/HotChocolate/Stitching/src/Stitching.Abstractions/PublicAPI.Unshipped.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/src/HotChocolate/Stitching/src/Stitching.Abstractions/RemoteSchemaDefinition.cs b/src/HotChocolate/Stitching/src/Stitching.Abstractions/RemoteSchemaDefinition.cs deleted file mode 100644 index c018077a9d6..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Abstractions/RemoteSchemaDefinition.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; - -namespace HotChocolate.Stitching -{ - /// <summary> - /// Defines a remote schema and how it shall be stitched into the Hot Chocolate gateway. - /// </summary> - public class RemoteSchemaDefinition - { - public RemoteSchemaDefinition( - string name, - DocumentNode document, - IEnumerable<DocumentNode>? extensionDocuments = null) - { - Name = name; - Document = document; - ExtensionDocuments = extensionDocuments?.ToArray() ?? Array.Empty<DocumentNode>(); - } - - /// <summary> - /// Gets the name of the schema. - /// </summary> - public string Name { get; } - - /// <summary> - /// Gets the main schema documents. - /// </summary> - public DocumentNode Document { get; } - - /// <summary> - /// Gets the documents that describes how type are being merged - /// into types from other services. - /// </summary> - public IReadOnlyList<DocumentNode> ExtensionDocuments { get; } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching.Abstractions/packages.lock.json b/src/HotChocolate/Stitching/src/Stitching.Abstractions/packages.lock.json deleted file mode 100644 index e832a1c1772..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Abstractions/packages.lock.json +++ /dev/null @@ -1,235 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - } - }, - "net7.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - } - }, - "net8.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/DependencyInjection/HotChocolateStitchingRedisPublishSchemaDefinitionDescriptorExtensions.cs b/src/HotChocolate/Stitching/src/Stitching.Redis/DependencyInjection/HotChocolateStitchingRedisPublishSchemaDefinitionDescriptorExtensions.cs deleted file mode 100644 index f9b069d9fa1..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/DependencyInjection/HotChocolateStitchingRedisPublishSchemaDefinitionDescriptorExtensions.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using HotChocolate; -using HotChocolate.Stitching.Redis; -using HotChocolate.Stitching.SchemaDefinitions; -using HotChocolate.Utilities; -using StackExchange.Redis; - -namespace Microsoft.Extensions.DependencyInjection -{ - public static class HotChocolateStitchingRedisPublishSchemaDefinitionDescriptorExtensions - { - public static IPublishSchemaDefinitionDescriptor PublishToRedis( - this IPublishSchemaDefinitionDescriptor descriptor, - string configurationName, - Func<IServiceProvider, IConnectionMultiplexer> connectionFactory) - { - if (connectionFactory is null) - { - throw new ArgumentNullException(nameof(connectionFactory)); - } - - configurationName.EnsureGraphQLName(nameof(configurationName)); - - return descriptor.SetSchemaDefinitionPublisher(sp => - { - var connection = connectionFactory(sp); - return new RedisSchemaDefinitionPublisher(configurationName, connection); - }); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/DependencyInjection/HotChocolateStitchingRedisRequestExecutorBuilderExtensions.cs b/src/HotChocolate/Stitching/src/Stitching.Redis/DependencyInjection/HotChocolateStitchingRedisRequestExecutorBuilderExtensions.cs deleted file mode 100644 index 9f64c5587f2..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/DependencyInjection/HotChocolateStitchingRedisRequestExecutorBuilderExtensions.cs +++ /dev/null @@ -1,51 +0,0 @@ -using HotChocolate.Execution; -using Microsoft.Extensions.DependencyInjection.Extensions; -using HotChocolate.Execution.Configuration; -using HotChocolate.Internal; -using HotChocolate.Stitching.Redis; -using HotChocolate.Stitching.Requests; -using HotChocolate.Utilities; -using StackExchange.Redis; - -namespace Microsoft.Extensions.DependencyInjection -{ - public static class HotChocolateStitchingRedisRequestExecutorBuilderExtensions - { - public static IRequestExecutorBuilder AddRemoteSchemasFromRedis( - this IRequestExecutorBuilder builder, - string configurationName, - Func<IServiceProvider, IConnectionMultiplexer> connectionFactory) - { - if (connectionFactory is null) - { - throw new ArgumentNullException(nameof(connectionFactory)); - } - - configurationName.EnsureGraphQLName(nameof(configurationName)); - - builder.Services.AddSingleton<IRequestExecutorOptionsProvider>(sp => - { - var connection = connectionFactory(sp); - var database = connection.GetDatabase(); - var subscriber = connection.GetSubscriber(); - return new RedisExecutorOptionsProvider( - builder.Name, configurationName, database, subscriber); - }); - - // Last but not least, we will setup the stitching context which will - // provide access to the remote executors which in turn use the just configured - // request executor proxies to send requests to the downstream services. - builder.ConfigureSchemaServices( - c => c.TryAddSingleton<IRequestContextEnricher, StitchingContextEnricher>()); - - if (builder.Services.All(t => t.ImplementationType != - typeof(StitchingContextParameterExpressionBuilder))) - { - builder.Services.AddSingleton<IParameterExpressionBuilder, - StitchingContextParameterExpressionBuilder>(); - } - - return builder; - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/HotChocolate.Stitching.Redis.csproj b/src/HotChocolate/Stitching/src/Stitching.Redis/HotChocolate.Stitching.Redis.csproj deleted file mode 100644 index 0c979b6a8fa..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/HotChocolate.Stitching.Redis.csproj +++ /dev/null @@ -1,20 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <PropertyGroup> - <PackageId>HotChocolate.Stitching.Redis</PackageId> - <RootNamespace>HotChocolate.Stitching.Redis</RootNamespace> - <Description>Contains the Hot Chocolate GraphQL schema stitching layer.</Description> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\Core\src\Core\HotChocolate.Core.csproj" /> - <ProjectReference Include="..\Stitching.Abstractions\HotChocolate.Stitching.Abstractions.csproj" /> - <ProjectReference Include="..\Stitching\HotChocolate.Stitching.csproj" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="StackExchange.Redis" Version="2.6.80" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/PublicAPI.Shipped.txt b/src/HotChocolate/Stitching/src/Stitching.Redis/PublicAPI.Shipped.txt deleted file mode 100644 index 992014cdf83..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/PublicAPI.Shipped.txt +++ /dev/null @@ -1,8 +0,0 @@ -#nullable enable -HotChocolate.Stitching.Redis.RedisSchemaDefinitionPublisher -HotChocolate.Stitching.Redis.RedisSchemaDefinitionPublisher.PublishAsync(HotChocolate.Stitching.RemoteSchemaDefinition! schemaDefinition, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask -HotChocolate.Stitching.Redis.RedisSchemaDefinitionPublisher.RedisSchemaDefinitionPublisher(HotChocolate.NameString configurationName, StackExchange.Redis.IConnectionMultiplexer! connection) -> void -Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRedisPublishSchemaDefinitionDescriptorExtensions -Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRedisRequestExecutorBuilderExtensions -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRedisPublishSchemaDefinitionDescriptorExtensions.PublishToRedis(this HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! descriptor, HotChocolate.NameString configurationName, System.Func<System.IServiceProvider!, StackExchange.Redis.IConnectionMultiplexer!>! connectionFactory) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRedisRequestExecutorBuilderExtensions.AddRemoteSchemasFromRedis(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString configurationName, System.Func<System.IServiceProvider!, StackExchange.Redis.IConnectionMultiplexer!>! connectionFactory) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/PublicAPI.Unshipped.txt b/src/HotChocolate/Stitching/src/Stitching.Redis/PublicAPI.Unshipped.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/RedisExecutorOptionsProvider.cs b/src/HotChocolate/Stitching/src/Stitching.Redis/RedisExecutorOptionsProvider.cs deleted file mode 100644 index 49bd9757df9..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/RedisExecutorOptionsProvider.cs +++ /dev/null @@ -1,170 +0,0 @@ -using System.Text.Json; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution.Configuration; -using HotChocolate.Language; -using StackExchange.Redis; - -namespace HotChocolate.Stitching.Redis -{ - internal class RedisExecutorOptionsProvider : IRequestExecutorOptionsProvider - { - private readonly string _schemaName; - private readonly string _configurationName; - private readonly IDatabase _database; - private readonly List<OnChangeListener> _listeners = new(); - - public RedisExecutorOptionsProvider( - string schemaName, - string configurationName, - IDatabase database, - ISubscriber subscriber) - { - _schemaName = schemaName; - _configurationName = configurationName; - _database = database; - subscriber.Subscribe(configurationName).OnMessage(OnChangeMessageAsync); - } - - public async ValueTask<IEnumerable<IConfigureRequestExecutorSetup>> GetOptionsAsync( - CancellationToken cancellationToken) - { - var schemaDefinitions = - await GetSchemaDefinitionsAsync(cancellationToken) - .ConfigureAwait(false); - - var factoryOptions = new List<IConfigureRequestExecutorSetup>(); - - foreach (var schemaDefinition in schemaDefinitions) - { - await CreateFactoryOptionsAsync( - schemaDefinition, - factoryOptions, - cancellationToken) - .ConfigureAwait(false); - } - - return factoryOptions; - } - - public IDisposable OnChange(Action<IConfigureRequestExecutorSetup> listener) => - new OnChangeListener(_listeners, listener); - - private async Task OnChangeMessageAsync(ChannelMessage message) - { - string schemaName = message.Message; - - var schemaDefinition = - await GetRemoteSchemaDefinitionAsync(schemaName) - .ConfigureAwait(false); - - var factoryOptions = new List<IConfigureRequestExecutorSetup>(); - await CreateFactoryOptionsAsync(schemaDefinition, factoryOptions, default) - .ConfigureAwait(false); - - lock (_listeners) - { - foreach (var listener in _listeners) - { - foreach (var options in factoryOptions) - { - listener.OnChange(options); - } - } - } - } - - private async ValueTask<IEnumerable<RemoteSchemaDefinition>> GetSchemaDefinitionsAsync( - CancellationToken cancellationToken) - { - var items = await _database.SetMembersAsync(_configurationName) - .ConfigureAwait(false); - - var schemaDefinitions = new List<RemoteSchemaDefinition>(); - - foreach (var schemaName in items.Select(t => (string)t)) - { - cancellationToken.ThrowIfCancellationRequested(); - - var schemaDefinition = - await GetRemoteSchemaDefinitionAsync(schemaName) - .ConfigureAwait(false); - - schemaDefinitions.Add(schemaDefinition); - } - - return schemaDefinitions; - } - - private async Task CreateFactoryOptionsAsync( - RemoteSchemaDefinition schemaDefinition, - IList<IConfigureRequestExecutorSetup> factoryOptions, - CancellationToken cancellationToken) - { - await using var services = - new ServiceCollection() - .AddGraphQL(_schemaName) - .AddRemoteSchema( - schemaDefinition.Name, - (_, _) => new ValueTask<RemoteSchemaDefinition>(schemaDefinition)) - .Services - .BuildServiceProvider(); - - var optionsMonitor = - services.GetRequiredService<IRequestExecutorOptionsMonitor>(); - - var options = - await optionsMonitor.GetAsync(schemaDefinition.Name, cancellationToken) - .ConfigureAwait(false); - - factoryOptions.Add(new ConfigureRequestExecutorSetup(schemaDefinition.Name, options)); - - options = - await optionsMonitor.GetAsync(_schemaName, cancellationToken) - .ConfigureAwait(false); - - factoryOptions.Add(new ConfigureRequestExecutorSetup(_schemaName, options)); - } - - private async Task<RemoteSchemaDefinition> GetRemoteSchemaDefinitionAsync(string schemaName) - { - var key = $"{_configurationName}.{schemaName}"; - var json = (byte[])await _database.StringGetAsync(key).ConfigureAwait(false); - var dto = JsonSerializer.Deserialize<SchemaDefinitionDto>(json)!; - - return new RemoteSchemaDefinition( - dto.Name!, - Utf8GraphQLParser.Parse(dto.Document!), - dto.ExtensionDocuments.Select(Utf8GraphQLParser.Parse)); - } - - private sealed class OnChangeListener : IDisposable - { - private readonly List<OnChangeListener> _listeners; - private readonly Action<IConfigureRequestExecutorSetup> _onChange; - - public OnChangeListener( - List<OnChangeListener> listeners, - Action<IConfigureRequestExecutorSetup> onChange) - { - _listeners = listeners; - _onChange = onChange; - - lock (_listeners) - { - _listeners.Add(this); - } - } - - public void OnChange(IConfigureRequestExecutorSetup options) => - _onChange(options); - - public void Dispose() - { - lock (_listeners) - { - _listeners.Remove(this); - } - } - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/RedisSchemaDefinitionPublisher.cs b/src/HotChocolate/Stitching/src/Stitching.Redis/RedisSchemaDefinitionPublisher.cs deleted file mode 100644 index e17f8699170..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/RedisSchemaDefinitionPublisher.cs +++ /dev/null @@ -1,50 +0,0 @@ -using System.Text.Json; -using HotChocolate.Stitching.SchemaDefinitions; -using StackExchange.Redis; - -namespace HotChocolate.Stitching.Redis; - -public class RedisSchemaDefinitionPublisher : ISchemaDefinitionPublisher -{ - private readonly IConnectionMultiplexer _connection; - private readonly string _configurationName; - - public RedisSchemaDefinitionPublisher( - string configurationName, - IConnectionMultiplexer connection) - { - _connection = connection; - _configurationName = configurationName; - } - - public async ValueTask PublishAsync( - RemoteSchemaDefinition schemaDefinition, - CancellationToken cancellationToken = default) - { - var key = $"{_configurationName}.{schemaDefinition.Name}"; - var json = SerializeSchemaDefinition(schemaDefinition); - - var database = _connection.GetDatabase(); - await database.StringSetAsync(key, json).ConfigureAwait(false); - await database.SetAddAsync(_configurationName, schemaDefinition.Name) - .ConfigureAwait(false); - - var subscriber = _connection.GetSubscriber(); - await subscriber.PublishAsync(_configurationName, schemaDefinition.Name) - .ConfigureAwait(false); - } - - private string SerializeSchemaDefinition(RemoteSchemaDefinition schemaDefinition) - { - var dto = new SchemaDefinitionDto - { - Name = schemaDefinition.Name, - Document = schemaDefinition.Document.ToString(false), - }; - - dto.ExtensionDocuments.AddRange( - schemaDefinition.ExtensionDocuments.Select(t => t.ToString()).ToList()); - - return JsonSerializer.Serialize(dto); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/SchemaDefinitionDto.cs b/src/HotChocolate/Stitching/src/Stitching.Redis/SchemaDefinitionDto.cs deleted file mode 100644 index d053bcf0c06..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/SchemaDefinitionDto.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Redis -{ - internal sealed class SchemaDefinitionDto - { - public string? Name { get; set; } - - public string? Document { get; set; } - - public List<string> ExtensionDocuments { get; set; } = new List<string>(); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching.Redis/packages.lock.json b/src/HotChocolate/Stitching/src/Stitching.Redis/packages.lock.json deleted file mode 100644 index 5da4255ba11..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching.Redis/packages.lock.json +++ /dev/null @@ -1,1070 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "StackExchange.Redis": { - "type": "Direct", - "requested": "[2.6.80, )", - "resolved": "2.6.80", - "contentHash": "97wrhWUJ7QQfcTr+QWflB/emzHEZF7zQSRG2iRbqbaVsYvaImtrl3i4vm3/Sc+1DfQRVhPqfDUTl0XvTjabx3w==", - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.2" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Pipelines.Sockets.Unofficial": { - "type": "Transitive", - "resolved": "2.2.2", - "contentHash": "Bhk0FWxH1paI+18zr1g5cTL+ebeuDcBCR+rRFO+fKEhretgjs7MF2Mc1P64FGLecWp4zKCUOPzngBNrqVyY7Zg==", - "dependencies": { - "System.IO.Pipelines": "5.0.1" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.stitching": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Utilities.Introspection": "[0.0.0, )", - "Microsoft.Extensions.Http": "[6.0.0, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "StackExchange.Redis": { - "type": "Direct", - "requested": "[2.6.80, )", - "resolved": "2.6.80", - "contentHash": "97wrhWUJ7QQfcTr+QWflB/emzHEZF7zQSRG2iRbqbaVsYvaImtrl3i4vm3/Sc+1DfQRVhPqfDUTl0XvTjabx3w==", - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.2" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Pipelines.Sockets.Unofficial": { - "type": "Transitive", - "resolved": "2.2.2", - "contentHash": "Bhk0FWxH1paI+18zr1g5cTL+ebeuDcBCR+rRFO+fKEhretgjs7MF2Mc1P64FGLecWp4zKCUOPzngBNrqVyY7Zg==", - "dependencies": { - "System.IO.Pipelines": "5.0.1" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.stitching": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Utilities.Introspection": "[0.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "StackExchange.Redis": { - "type": "Direct", - "requested": "[2.6.80, )", - "resolved": "2.6.80", - "contentHash": "97wrhWUJ7QQfcTr+QWflB/emzHEZF7zQSRG2iRbqbaVsYvaImtrl3i4vm3/Sc+1DfQRVhPqfDUTl0XvTjabx3w==", - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.2" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Pipelines.Sockets.Unofficial": { - "type": "Transitive", - "resolved": "2.2.2", - "contentHash": "Bhk0FWxH1paI+18zr1g5cTL+ebeuDcBCR+rRFO+fKEhretgjs7MF2Mc1P64FGLecWp4zKCUOPzngBNrqVyY7Zg==", - "dependencies": { - "System.IO.Pipelines": "5.0.1" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.stitching": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Utilities.Introspection": "[0.0.0, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/CollectUsedVariableVisitor.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/CollectUsedVariableVisitor.cs deleted file mode 100644 index 83fec07d52f..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/CollectUsedVariableVisitor.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Delegation; - -internal class CollectUsedVariableVisitor : QuerySyntaxWalker<ISet<string>> -{ - public void CollectUsedVariables( - FieldNode fieldNode, - ISet<string> usedVariables) - { - VisitField(fieldNode, usedVariables); - } - - public void CollectUsedVariables( - IEnumerable<FragmentDefinitionNode> fragmentDefinitions, - ISet<string> usedVariables) - { - foreach (var fragmentDefinition in - fragmentDefinitions) - { - VisitFragmentDefinition(fragmentDefinition, usedVariables); - } - } - - protected override void VisitVariable( - VariableNode node, ISet<string> context) - { - context.Add(node.Name.Value); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/DelegateToRemoteSchemaMiddleware.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/DelegateToRemoteSchemaMiddleware.cs deleted file mode 100644 index be0fec05e40..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/DelegateToRemoteSchemaMiddleware.cs +++ /dev/null @@ -1,530 +0,0 @@ -using System.Buffers; -using System.Collections; -using System.Collections.Immutable; -using System.Globalization; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Delegation.ScopedVariables; -using HotChocolate.Stitching.Requests; -using HotChocolate.Stitching.Utilities; -using HotChocolate.Types; -using static HotChocolate.Stitching.WellKnownContextData; -using static HotChocolate.Stitching.Properties.StitchingResources; - -namespace HotChocolate.Stitching.Delegation; - -public sealed class DelegateToRemoteSchemaMiddleware -{ - private const string _remoteErrorField = "remote"; - private const string _schemaNameErrorField = "schemaName"; - - private static readonly RootScopedVariableResolver _resolvers = new(); - - private readonly FieldDelegate _next; - - public DelegateToRemoteSchemaMiddleware(FieldDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public async Task InvokeAsync(IMiddlewareContext context) - { - var delegateDirective = context.Selection - .Field - .Directives[DirectiveNames.Delegate] - .FirstOrDefault()?.AsValue<DelegateDirective>(); - - if (delegateDirective != null) - { - IImmutableStack<SelectionPathComponent> path; - IImmutableStack<SelectionPathComponent> reversePath; - - if (delegateDirective.Path is null) - { - path = ImmutableStack<SelectionPathComponent>.Empty; - reversePath = ImmutableStack<SelectionPathComponent>.Empty; - } - else - { - path = SelectionPathParser.Parse(delegateDirective.Path); - reversePath = ImmutableStack.CreateRange(path); - } - - var request = CreateQuery(context, delegateDirective.Schema, path, reversePath); - - var result = await ExecuteQueryAsync(context, request, delegateDirective.Schema) - .ConfigureAwait(false); - context.RegisterForCleanup(result.DisposeAsync, cleanAfter: CleanAfter.Request); - - UpdateContextData(context, result, delegateDirective); - - var value = ExtractData(result.Data, reversePath, context.ResponseName); - context.Result = value is null or NullValueNode ? null : new SerializedData(value); - if (result.Errors is not null) - { - ReportErrors(delegateDirective.Schema, context, path, result.Errors); - } - } - - await _next.Invoke(context).ConfigureAwait(false); - } - - private static void UpdateContextData( - IResolverContext context, - IQueryResult result, - DelegateDirective delegateDirective) - { - if (result.ContextData is { Count: > 0 }) - { - var builder = ImmutableDictionary.CreateBuilder<string, object?>(); - builder.AddRange(context.ScopedContextData); - builder[SchemaName] = delegateDirective.Schema; - builder.AddRange(result.ContextData); - context.ScopedContextData = builder.ToImmutableDictionary(); - } - else - { - context.SetScopedState(SchemaName, delegateDirective.Schema); - } - } - - private static IQueryRequest CreateQuery( - IMiddlewareContext context, - string schemaName, - IImmutableStack<SelectionPathComponent> path, - IImmutableStack<SelectionPathComponent> reversePath) - { - var fieldRewriter = new ExtractFieldQuerySyntaxRewriter( - context.Schema, - context.Service<IEnumerable<IQueryDelegationRewriter>>()); - - var operationType = - context.Schema.IsRootType(context.ObjectType) - ? context.Operation.Type - : OperationType.Query; - - var extractedField = fieldRewriter.ExtractField( - schemaName, context.Operation.Document, context.Operation.Definition, - context.Selection, context.ObjectType); - - IEnumerable<ScopedVariableValue> scopedVariables = - ResolveScopedVariables( - context, schemaName, operationType, - reversePath, fieldRewriter); - - var variableValues = - CreateVariableValues( - context, schemaName, scopedVariables, - extractedField, fieldRewriter); - - var builder = - RemoteQueryBuilder.New() - .SetRequestField(extractedField.SyntaxNodes[0]) - .SetOperation(context.Operation.Definition.Name, operationType) - .SetSelectionPath(path) - .AddVariables(CreateVariableDefs(variableValues)) - .AddFragmentDefinitions(extractedField.Fragments); - - if (extractedField.SyntaxNodes.Count > 1) - { - for (var i = 1; i < extractedField.SyntaxNodes.Count; i++) - { - builder.AddAdditionalField(extractedField.SyntaxNodes[i]); - } - } - - var query = builder.Build(schemaName, context.Schema.GetNameLookup()); - - var requestBuilder = QueryRequestBuilder.New(); - - AddVariables(requestBuilder, query, variableValues); - - requestBuilder - .SetQuery(query) - .AddGlobalState(IsAutoGenerated, true); - - return requestBuilder.Create(); - } - - private static async Task<IQueryResult> ExecuteQueryAsync( - IResolverContext context, - IQueryRequest request, - string schemaName) - { - var stitchingContext = context.GetGlobalState<IStitchingContext>(nameof(IStitchingContext)); - - if (stitchingContext is null) - { - throw new MissingStateException( - "Stitching", - nameof(IStitchingContext), - StateKind.Global); - } - - var executor = stitchingContext.GetRemoteRequestExecutor(schemaName); - var result = await executor.ExecuteAsync(request).ConfigureAwait(false); - - if (result is IQueryResult queryResult) - { - return queryResult; - } - - throw new GraphQLException(DelegationMiddleware_OnlyQueryResults); - } - - private static object? ExtractData( - IReadOnlyDictionary<string, object?>? data, - IImmutableStack<SelectionPathComponent> reversePath, - string fieldName) - { - if (data is null || data.Count == 0) - { - return null; - } - - if (reversePath.IsEmpty) - { - return data.First().Value; - } - - object? current = data; - - while (!reversePath.IsEmpty && current is not null) - { - reversePath = reversePath.Pop(out var component); - - if (current is IReadOnlyDictionary<string, object?> obj) - { - if (reversePath.IsEmpty) - { - current = obj.First().Value; - } - else - { - obj.TryGetValue(component.Name.Value, out current); - } - } - else if (current is IList list) - { - var aggregated = new List<object?>(); - for (var i = 0; i < list.Count; i++) - { - var key = reversePath.IsEmpty - ? fieldName - : component.Name.Value; - - if (list[i] is IReadOnlyDictionary<string, object?> lobj && - lobj.TryGetValue(key, out var item)) - { - aggregated.Add(item); - } - else - { - aggregated.Add(null); - } - } - - current = aggregated; - } - else - { - current = null; - } - } - - return current; - } - - private static void ReportErrors( - string schemaName, - IResolverContext context, - IImmutableStack<SelectionPathComponent> fetchPath, - IEnumerable<IError> errors) - { - foreach (var error in errors) - { - var builder = ErrorBuilder - .FromError(error) - .SetExtension(_remoteErrorField, error.RemoveException()) - .SetExtension(_schemaNameErrorField, schemaName); - - if (error.Path is not null) - { - builder - .SetPath(RewriteErrorPath(error.Path, context.Path, fetchPath)) - .ClearLocations() - .AddLocation(context.Selection.SyntaxNode); - } - else if (IsHttpError(error)) - { - builder - .SetPath(context.Path) - .ClearLocations() - .AddLocation(context.Selection.SyntaxNode); - } - - context.ReportError(builder.Build()); - } - } - - private static Path RewriteErrorPath( - Path errorPath, - Path fieldPath, - IImmutableStack<SelectionPathComponent> fetchPath) - { - var depth = errorPath.Length; - var buffer = ArrayPool<Path>.Shared.Rent(depth); - var paths = buffer.AsSpan().Slice(0, depth); - - try - { - var current = errorPath; - - do - { - paths[--depth] = current; - current = current.Parent; - } while (!current .IsRoot); - - depth = 0; - while (!fetchPath.IsEmpty) - { - fetchPath = fetchPath.Pop(out var fp); - if (paths[depth] is NamePathSegment np && np.Name.Equals(fp.Name.Value)) - { - depth++; - } - else - { - return fieldPath; - } - } - - paths = depth == 0 ? paths.Slice(1) : paths.Slice(depth); - - if (paths.Length == 0) - { - return fieldPath; - } - - current = fieldPath; - - for (var i = 0; i < paths.Length; i++) - { - if (paths[i] is IndexerPathSegment index) - { - current = current.Append(index.Index); - } - else if (paths[i] is NamePathSegment name) - { - current = current.Append(name.Name); - } - } - - return current; - } - finally - { - ArrayPool<Path>.Shared.Return(buffer); - } - } - - private static bool IsHttpError(IError error) => - error.Code == ErrorCodes.Stitching.HttpRequestException; - - private static IReadOnlyCollection<ScopedVariableValue> CreateVariableValues( - IMiddlewareContext context, - string schemaName, - IEnumerable<ScopedVariableValue> scopedVariables, - ExtractedField extractedField, - ExtractFieldQuerySyntaxRewriter rewriter) - { - var values = new Dictionary<string, ScopedVariableValue>(); - - foreach (var value in scopedVariables) - { - values[value.Name] = value; - } - - foreach (var value in ResolveUsedRequestVariables( - context.Schema, schemaName, extractedField, - context.Variables, rewriter)) - { - values[value.Name] = value; - } - - return values.Values; - } - - private static IReadOnlyList<ScopedVariableValue> ResolveScopedVariables( - IResolverContext context, - string schemaName, - OperationType operationType, - IImmutableStack<SelectionPathComponent> reversePath, - ExtractFieldQuerySyntaxRewriter rewriter) - { - var variables = new List<ScopedVariableValue>(); - - var stitchingContext = context.GetGlobalState<IStitchingContext>(nameof(IStitchingContext)); - - if (stitchingContext is null) - { - throw new MissingStateException( - "Stitching", - nameof(IStitchingContext), - StateKind.Global); - } - - var remoteSchema = stitchingContext.GetRemoteSchema(schemaName); - IComplexOutputType type = remoteSchema.GetOperationType(operationType)!; - var path = reversePath; - - while (!path.IsEmpty) - { - path = path.Pop(out var component); - var field = ResolveFieldFromComponent(type, component); - ResolveScopedVariableArguments( - context, schemaName, component, - field, variables, rewriter); - - if (!path.IsEmpty) - { - if (!(field.Type.NamedType() is IComplexOutputType complexOutputType)) - { - throw new GraphQLException( - new Error(DelegationMiddleware_PathElementTypeUnexpected)); - } - - type = complexOutputType; - } - } - - return variables; - } - - private static IOutputField ResolveFieldFromComponent( - IComplexOutputType type, - SelectionPathComponent component) - { - if (!type.Fields.TryGetField(component.Name.Value, out var field)) - { - // throw helper - throw new GraphQLException(new Error - ( - string.Format( - CultureInfo.InvariantCulture, - DelegationMiddleware_PathElementInvalid, - component.Name.Value, - type.Name) - )); - } - - return field; - } - - private static void ResolveScopedVariableArguments( - IResolverContext context, - string schemaName, - SelectionPathComponent component, - IOutputField field, - ICollection<ScopedVariableValue> variables, - ExtractFieldQuerySyntaxRewriter rewriter) - { - foreach (var argument in component.Arguments) - { - if (!field.Arguments.TryGetField(argument.Name.Value, out var arg)) - { - throw new QueryException( - ErrorBuilder.New() - .SetMessage( - DelegationMiddleware_ArgumentNotFound, - argument.Name.Value) - .SetExtension("argument", argument.Name.Value) - .SetCode(ErrorCodes.Stitching.ArgumentNotFound) - .Build()); - } - - if (argument.Value is ScopedVariableNode sv) - { - var variable = _resolvers.Resolve(context, sv, arg.Type); - var value = rewriter.RewriteValueNode( - schemaName, arg.Type, variable.Value!); - variables.Add(variable.WithValue(value)); - } - } - } - - private static IEnumerable<ScopedVariableValue> ResolveUsedRequestVariables( - ISchema schema, - string schemaName, - ExtractedField extractedField, - IVariableValueCollection requestVariables, - ExtractFieldQuerySyntaxRewriter rewriter) - { - foreach (var variable in extractedField.Variables) - { - var name = variable.Variable.Name.Value; - var namedType = schema.GetType<INamedInputType>( - variable.Type.NamedType().Name.Value); - - if (!requestVariables.TryGetVariable(name, out IValueNode? value)) - { - value = NullValueNode.Default; - } - - value = rewriter.RewriteValueNode( - schemaName, - (IInputType)variable.Type.ToType(namedType), - value!); - - yield return new ScopedVariableValue - ( - name, - variable.Type, - value, - variable.DefaultValue - ); - } - } - - private static void AddVariables( - IQueryRequestBuilder builder, - DocumentNode query, - IEnumerable<ScopedVariableValue> variableValues) - { - var operation = - query.Definitions.OfType<OperationDefinitionNode>().First(); - - var usedVariables = new HashSet<string>( - operation.VariableDefinitions.Select(t => - t.Variable.Name.Value)); - - foreach (var variableValue in variableValues) - { - if (usedVariables.Contains(variableValue.Name)) - { - builder.AddVariableValue(variableValue.Name, variableValue.Value); - } - } - } - - private static IReadOnlyList<VariableDefinitionNode> CreateVariableDefs( - IReadOnlyCollection<ScopedVariableValue> variableValues) - { - var definitions = new List<VariableDefinitionNode>(); - - foreach (var variableValue in variableValues) - { - definitions.Add(new VariableDefinitionNode( - null, - new VariableNode(new NameNode(variableValue.Name)), - variableValue.Type, - variableValue.DefaultValue, - Array.Empty<DirectiveNode>() - )); - } - - return definitions; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/DictionaryDeserializer.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/DictionaryDeserializer.cs deleted file mode 100644 index 8f4cb3c7e46..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/DictionaryDeserializer.cs +++ /dev/null @@ -1,158 +0,0 @@ -using System.Collections; -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Delegation; - -internal static class DictionaryDeserializer -{ - public static object? DeserializeResult( - IType fieldType, - object? obj, - InputParser parser, - Path path) - { - var namedType = fieldType.NamedType(); - - if (namedType is IInputType && fieldType is IInputType inputType) - { - if (namedType.Kind == TypeKind.Enum) - { - return DeserializeEnumResult(inputType, obj, parser, path); - } - - if (namedType.Kind == TypeKind.Scalar) - { - return DeserializeScalarResult(inputType, obj, parser, path); - } - } - - return obj is NullValueNode - ? null - : obj; - } - - private static object? DeserializeEnumResult( - IInputType inputType, - object? value, - InputParser parser, - Path path) - { - switch (value) - { - case IReadOnlyList<object> list: - { - var elementType = (IInputType)inputType.ElementType(); - var deserializedList = (IList)Activator.CreateInstance(inputType.RuntimeType)!; - - var i = 0; - - foreach (var item in list) - { - deserializedList.Add( - DeserializeEnumResult( - elementType, - item, - parser, - path.Append(i++))); - } - - return deserializedList; - } - - case ListValueNode listLiteral: - { - var elementType = (IInputType)inputType.ElementType(); - var list = new List<object?>(); - - var i = 0; - - foreach (var item in listLiteral.Items) - { - list.Add( - DeserializeEnumResult( - elementType, - item, - parser, - path.Append(i++))); - } - - return list; - } - - case StringValueNode stringLiteral: - return parser.ParseResult(stringLiteral.Value, inputType, path); - - case IValueNode literal: - return parser.ParseLiteral(literal, inputType, path); - - default: - return parser.ParseResult(value, inputType, path); - } - } - - private static object? DeserializeScalarResult( - IInputType inputType, - object? value, - InputParser parser, - Path path) - { - switch (value) - { - case IReadOnlyList<object> list: - { - var elementType = inputType; - var runtimeType = typeof(List<object>); - - if (inputType.IsListType()) - { - elementType = (IInputType)inputType.ElementType(); - runtimeType = inputType.RuntimeType; - } - - var deserializedList = - (IList)Activator.CreateInstance(runtimeType)!; - - var i = 0; - - foreach (var item in list) - { - deserializedList.Add( - DeserializeScalarResult( - elementType, - item, - parser, - path.Append(i++))); - } - - return deserializedList; - } - - case ListValueNode listLiteral: - { - var elementType = (IInputType)inputType.ElementType(); - var list = new List<object?>(); - - var i = 0; - - foreach (var item in listLiteral.Items) - { - list.Add( - DeserializeScalarResult( - elementType, - item, - parser, - path.Append(i++))); - } - - return list; - } - - case IValueNode literal: - return parser.ParseLiteral(literal, inputType, path); - - default: - return parser.ParseResult(value, inputType, path); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/DictionaryResultMiddleware.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/DictionaryResultMiddleware.cs deleted file mode 100644 index 28a79fcf5a0..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/DictionaryResultMiddleware.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; -using HotChocolate.Resolvers; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Delegation; - -public class DictionaryResultMiddleware -{ - private readonly FieldDelegate _next; - - public DictionaryResultMiddleware(FieldDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public ValueTask InvokeAsync(IMiddlewareContext context) - { - if (context.Result is SerializedData s) - { - context.Result = s.Data is IReadOnlyDictionary<string, object> d - ? d - : DictionaryDeserializer.DeserializeResult( - context.Selection.Type, - s.Data, - context.Service<InputParser>(), - context.Path); - } - else if (context.Result is null && - !context.Selection.Field.Directives.ContainsDirective(DirectiveNames.Computed) && - context.Parent<object>() is IReadOnlyDictionary<string, object> dict) - { - var responseName = context.Selection.SyntaxNode.Alias == null - ? context.Selection.SyntaxNode.Name.Value - : context.Selection.SyntaxNode.Alias.Value; - - dict.TryGetValue(responseName, out var obj); - context.Result = DictionaryDeserializer.DeserializeResult( - context.Selection.Type, - obj, - context.Service<InputParser>(), - context.Path); - } - - return _next.Invoke(context); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractFieldQuerySyntaxRewriter.Context.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractFieldQuerySyntaxRewriter.Context.cs deleted file mode 100644 index bf9869a70ef..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractFieldQuerySyntaxRewriter.Context.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System.Collections.Generic; -using System.Collections.Immutable; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Delegation; - -public partial class ExtractFieldQuerySyntaxRewriter -{ - public class Context : ISyntaxVisitorContext - { - public Context( - string schema, - INamedOutputType? typeContext, - DocumentNode? document, - OperationDefinitionNode? operation) - { - Schema = schema; - Variables = new Dictionary<string, VariableDefinitionNode>(); - Document = document; - Operation = operation; - TypeContext = typeContext; - Fragments = new Dictionary<string, FragmentDefinitionNode>(); - FragmentPath = ImmutableHashSet<string>.Empty; - } - - public string Schema { get; } - - public DocumentNode? Document { get; } - - public OperationDefinitionNode? Operation { get; } - - public IDictionary<string, VariableDefinitionNode> Variables { get; } - - public INamedOutputType? TypeContext { get; set; } - - public IOutputField? OutputField { get; set; } - - public IInputField? InputField { get; set; } - - public IInputType? InputType { get; set; } - - public ImmutableHashSet<string> FragmentPath { get; set; } - - public IDictionary<string, FragmentDefinitionNode> Fragments { get; } - - public Context Clone() - { - return (Context)MemberwiseClone(); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractFieldQuerySyntaxRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractFieldQuerySyntaxRewriter.cs deleted file mode 100644 index b1d796be0a3..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractFieldQuerySyntaxRewriter.cs +++ /dev/null @@ -1,464 +0,0 @@ -using HotChocolate.Execution.Processing; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using HotChocolate.Stitching.Utilities; -using HotChocolate.Types; -using HotChocolate.Utilities; -using HotChocolate.Utilities.Introspection; - -namespace HotChocolate.Stitching.Delegation; - -public partial class ExtractFieldQuerySyntaxRewriter - : SyntaxRewriter<ExtractFieldQuerySyntaxRewriter.Context> -{ - private readonly ISchema _schema; - private readonly FieldDependencyResolver _dependencyResolver; - private readonly IQueryDelegationRewriter[] _rewriters; - - public ExtractFieldQuerySyntaxRewriter( - ISchema schema, - IEnumerable<IQueryDelegationRewriter> rewriters) - { - _schema = schema ?? throw new ArgumentNullException(nameof(schema)); - _dependencyResolver = new FieldDependencyResolver(schema); - _rewriters = rewriters.ToArray(); - } - - public ExtractedField ExtractField( - string sourceSchema, - DocumentNode document, - OperationDefinitionNode operation, - ISelection selection, - INamedOutputType declaringType) - { - if (document == null) - { - throw new ArgumentNullException(nameof(document)); - } - - if (operation == null) - { - throw new ArgumentNullException(nameof(operation)); - } - - if (selection == null) - { - throw new ArgumentNullException(nameof(selection)); - } - - if (declaringType == null) - { - throw new ArgumentNullException(nameof(declaringType)); - } - - if (string.IsNullOrEmpty(sourceSchema)) - { - throw new ArgumentNullException(nameof(sourceSchema)); - } - - var context = new Context( - sourceSchema, - declaringType, - document, - operation); - - var syntaxNodes = new List<FieldNode>(); - - var syntaxNode = selection.SyntaxNode; - - var field = RewriteField(syntaxNode, context); - - if (selection.Field.Type.NamedType().IsLeafType() || - (field.SelectionSet is not null && - field.SelectionSet.Selections.Count > 0)) - { - syntaxNodes.Add(field); - } - - return new ExtractedField( - syntaxNodes, - context.Variables.Values.ToList(), - context.Fragments.Values.ToList()); - } - - public IValueNode RewriteValueNode( - string sourceSchema, - IInputType inputType, - IValueNode value) - { - sourceSchema.EnsureGraphQLName(nameof(sourceSchema)); - - var context = new Context(sourceSchema, null, null, null) { InputType = inputType }; - return (IValueNode)Rewrite(value, context)!; - } - - protected override FieldNode RewriteField( - FieldNode node, - Context context) - { - if (context.TypeContext is IComplexOutputType type && - type.Fields.TryGetField(node.Name.Value, out var field)) - { - var cloned = context.Clone(); - cloned.OutputField = field; - - var name = node.Name; - var alias = node.Alias; - - if (field.TryGetSourceDirective(cloned.Schema, out var sourceDirective)) - { - alias ??= name; - name = new NameNode(sourceDirective.Name); - } - - var directives = node.Directives; - - if (directives.Count > 0) - { - List<DirectiveNode>? temp = null; - - foreach (var directive in directives) - { - if (BuiltInTypes.IsBuiltInType(directive.Name.Value)) - { - temp ??= new List<DirectiveNode>(directives); - temp.Remove(directive); - } - } - - if (temp is not null) - { - directives = temp; - } - - directives = RewriteList(directives, cloned); - } - - var required = RewriteNodeOrDefault(node.Required, cloned); - var arguments = RewriteList(node.Arguments, cloned); - var selectionSet = node.SelectionSet; - - if (node.SelectionSet is not null && field.Type.NamedType() is INamedOutputType n) - { - var selectionSetContext = cloned.Clone(); - selectionSetContext.TypeContext = n; - selectionSet = RewriteNodeOrDefault(node.SelectionSet, selectionSetContext); - } - - if (!ReferenceEquals(name, node.Name) || - !ReferenceEquals(alias, node.Alias) || - !ReferenceEquals(required, node.Required) || - !ReferenceEquals(directives, node.Directives) || - !ReferenceEquals(arguments, node.Arguments) || - !ReferenceEquals(selectionSet, node.SelectionSet)) - { - node = new FieldNode( - node.Location, - name, - alias, - required, - directives, - arguments, - selectionSet); - } - - return OnRewriteField(node, cloned); - } - - return node; - } - - private FieldNode OnRewriteField( - FieldNode node, - Context context) - { - if (_rewriters.Length == 0) - { - return node; - } - - var current = node; - - for (var i = 0; i < _rewriters.Length; i++) - { - current = _rewriters[i].OnRewriteField( - context.Schema, - context.TypeContext!, - context.OutputField!, - current); - } - - return current; - } - - protected override SelectionSetNode RewriteSelectionSet( - SelectionSetNode node, - Context context) - { - var current = node; - - var selections = new List<ISelectionNode>(current.Selections); - - var dependencies = - _dependencyResolver.GetFieldDependencies( - context.Document!, - current, - context.TypeContext!); - - RemoveDelegationFields(current, context, selections); - AddDependencies(context.TypeContext!, selections, dependencies); - - if (selections.OfType<FieldNode>().All(n => n.Name.Value != WellKnownFieldNames.TypeName)) - { - selections.Add(CreateField(WellKnownFieldNames.TypeName)); - } - - current = current.WithSelections(selections); - current = base.RewriteSelectionSet(current, context); - current = OnRewriteSelectionSet(current!, context); - - return current; - } - - protected override DirectiveNode? RewriteDirective(DirectiveNode node, Context context) - { - if (node.Arguments.Count > 0) - { - var arguments = RewriteList(node.Arguments, context); - if (!ReferenceEquals(arguments, node.Arguments)) - { - return node.WithArguments(arguments); - } - } - - return base.RewriteDirective(node, context); - } - - private SelectionSetNode OnRewriteSelectionSet( - SelectionSetNode node, - Context context) - { - if (_rewriters.Length == 0) - { - return node; - } - - var current = node; - - for (var i = 0; i < _rewriters.Length; i++) - { - current = _rewriters[i].OnRewriteSelectionSet( - context.Schema, - context.TypeContext!, - context.OutputField!, - current); - } - - return current; - } - - protected override ArgumentNode? RewriteArgument( - ArgumentNode node, - Context context) - { - var current = node; - - if (context.OutputField != null && - context.OutputField.Arguments.TryGetField( - current.Name.Value, - out var inputField)) - { - var cloned = context.Clone(); - cloned.InputField = inputField; - cloned.InputType = inputField.Type; - - if (inputField.TryGetSourceDirective( - context.Schema, - out var sourceDirective) && - !sourceDirective.Name.Equals(current.Name.Value)) - { - current = current.WithName(new NameNode(sourceDirective.Name)); - } - - return base.RewriteArgument(current, cloned); - } - - return base.RewriteArgument(current, context); - } - - protected override ObjectFieldNode? RewriteObjectField( - ObjectFieldNode node, - Context context) - { - var current = node; - - if (context.InputType?.NamedType() is InputObjectType inputType && - inputType.Fields.TryGetField(current.Name.Value, out var inputField)) - { - var cloned = context.Clone(); - cloned.InputField = inputField; - cloned.InputType = inputField.Type; - - if (inputField.TryGetSourceDirective(context.Schema, out var sourceDirective) && - !sourceDirective.Name.Equals(current.Name.Value)) - { - current = current.WithName( - new NameNode(sourceDirective.Name)); - } - - Rewrite(node.Value, context); - - return base.RewriteObjectField(current, cloned); - } - - return base.RewriteObjectField(current, context); - } - - private static void RemoveDelegationFields( - SelectionSetNode node, - Context context, - ICollection<ISelectionNode> selections) - { - if (context.TypeContext is IComplexOutputType type) - { - foreach (var selection in node.Selections.OfType<FieldNode>()) - { - if (type.Fields.TryGetField(selection.Name.Value, out var field) && - IsDelegationField(field.Directives)) - { - selections.Remove(selection); - } - } - } - } - - private static bool IsDelegationField(IDirectiveCollection directives) - => directives.ContainsDirective(DirectiveNames.Delegate) || - directives.ContainsDirective(DirectiveNames.Computed); - - private static void AddDependencies( - Types.IHasName typeContext, - List<ISelectionNode> selections, - IEnumerable<FieldDependency> dependencies) - { - foreach (var typeGroup in dependencies.GroupBy(t => t.TypeName)) - { - var fields = new List<FieldNode>(); - - foreach (var fieldName in typeGroup.Select(t => t.FieldName)) - { - fields.Add(CreateField(fieldName)); - } - - if (typeGroup.Key.Equals(typeContext.Name)) - { - selections.AddRange(fields); - } - else - { - selections.Add( - new InlineFragmentNode( - null, - new NamedTypeNode(null, new NameNode(typeGroup.Key)), - Array.Empty<DirectiveNode>(), - new SelectionSetNode(null, fields))); - } - } - } - - private static FieldNode CreateField(string fieldName) - => new(null, - new NameNode(fieldName), - null, - null, - Array.Empty<DirectiveNode>(), - Array.Empty<ArgumentNode>(), - null); - - protected override VariableNode? RewriteVariable( - VariableNode node, - Context context) - { - if (!context.Variables.ContainsKey(node.Name.Value)) - { - var variableDefinition = - context.Operation!.VariableDefinitions - .First(t => t.Variable.Name.Value.EqualsOrdinal(node.Name.Value)); - context.Variables[node.Name.Value] = variableDefinition; - } - - return base.RewriteVariable(node, context); - } - - protected override FragmentSpreadNode? RewriteFragmentSpread( - FragmentSpreadNode node, - Context context) - { - var name = node.Name.Value; - - if (!context.Fragments.TryGetValue(name, out var fragment)) - { - fragment = context.Document!.Definitions - .OfType<FragmentDefinitionNode>() - .First(t => t.Name.Value.EqualsOrdinal(name)); - fragment = RewriteFragmentDefinition(fragment, context); - context.Fragments[name] = fragment!; - } - - return base.RewriteFragmentSpread(node, context); - } - - protected override FragmentDefinitionNode? RewriteFragmentDefinition( - FragmentDefinitionNode node, - Context context) - { - var currentContext = context; - var current = node; - - if (currentContext.FragmentPath.Contains(current.Name.Value)) - { - return node; - } - - if (_schema.TryGetType<IComplexOutputType>(current.TypeCondition.Name.Value, out var type)) - { - currentContext = currentContext.Clone(); - currentContext.TypeContext = type; - currentContext.FragmentPath = currentContext.FragmentPath.Add(current.Name.Value); - - if (type.TryGetSourceDirective(context.Schema, out var sourceDirective)) - { - current = current.WithTypeCondition( - current.TypeCondition.WithName( - new NameNode(sourceDirective.Name))); - } - } - - return base.RewriteFragmentDefinition(current, currentContext); - } - - protected override InlineFragmentNode? RewriteInlineFragment( - InlineFragmentNode node, - Context context) - { - var currentContext = context; - var current = node; - - if (_schema.TryGetType<IComplexOutputType>(current.TypeCondition!.Name.Value, out var type)) - { - currentContext = currentContext.Clone(); - currentContext.TypeContext = type; - - if (type.TryGetSourceDirective( - context.Schema, - out var sourceDirective)) - { - current = current.WithTypeCondition( - current.TypeCondition.WithName( - new NameNode(sourceDirective.Name))); - } - } - - return base.RewriteInlineFragment(current, currentContext); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractedField.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractedField.cs deleted file mode 100644 index 63ee53bcbc5..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ExtractedField.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Delegation; - -public class ExtractedField -{ - public ExtractedField( - IReadOnlyList<FieldNode> syntaxNodes, - IReadOnlyList<VariableDefinitionNode> variables, - IReadOnlyList<FragmentDefinitionNode> fragments) - { - SyntaxNodes = syntaxNodes ?? throw new ArgumentNullException(nameof(syntaxNodes)); - Variables = variables ?? throw new ArgumentNullException(nameof(variables)); - Fragments = fragments ?? throw new ArgumentNullException(nameof(fragments)); - } - - public IReadOnlyList<FieldNode> SyntaxNodes { get; } - - public IReadOnlyList<VariableDefinitionNode> Variables { get; } - - public IReadOnlyList<FragmentDefinitionNode> Fragments { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/RemoteFieldHelper.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/RemoteFieldHelper.cs deleted file mode 100644 index 336f0029943..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/RemoteFieldHelper.cs +++ /dev/null @@ -1,28 +0,0 @@ -using HotChocolate.Resolvers; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Delegation; - -internal static class RemoteFieldHelper -{ - public static object? RemoteFieldResolver(IPureResolverContext context) - { - if (!context.Selection.Field.Directives.ContainsDirective(DirectiveNames.Computed) && - context.Parent<object>() is IReadOnlyDictionary<string, object> dict) - { - var responseName = context.Selection.SyntaxNode.Alias == null - ? context.Selection.SyntaxNode.Name.Value - : context.Selection.SyntaxNode.Alias.Value; - - dict.TryGetValue(responseName, out var obj); - return DictionaryDeserializer.DeserializeResult( - context.Selection.Type, - obj, - context.Service<InputParser>(), - context.Path); - } - - return null; - } -} - diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/RemoteQueryBuilder.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/RemoteQueryBuilder.cs deleted file mode 100644 index b660eecfe52..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/RemoteQueryBuilder.cs +++ /dev/null @@ -1,326 +0,0 @@ -using System.Collections.Immutable; -using HotChocolate.Language; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Delegation; - -public class RemoteQueryBuilder -{ - private static readonly CollectUsedVariableVisitor _usedVariables = new(); - private readonly List<FieldNode> _additionalFields = new(); - private readonly List<VariableDefinitionNode> _variables = new(); - private readonly List<FragmentDefinitionNode> _fragments = new(); - private NameNode _operationName = new("fetch"); - private OperationType _operation = OperationType.Query; - private IImmutableStack<SelectionPathComponent> _path = - ImmutableStack<SelectionPathComponent>.Empty; - private FieldNode? _requestField; - - public RemoteQueryBuilder SetOperation( - NameNode? name, - OperationType operation) - { - if (name != null) - { - _operationName = name; - } - - _operation = operation; - return this; - } - - public RemoteQueryBuilder SetSelectionPath( - IImmutableStack<SelectionPathComponent> selectionPath) - { - _path = selectionPath ?? throw new ArgumentNullException(nameof(selectionPath)); - return this; - } - - public RemoteQueryBuilder SetRequestField(FieldNode field) - { - _requestField = field ?? throw new ArgumentNullException(nameof(field)); - return this; - } - - public RemoteQueryBuilder AddAdditionalField( - FieldNode field) - { - if (field == null) - { - throw new ArgumentNullException(nameof(field)); - } - _additionalFields.Add(field); - return this; - } - - public RemoteQueryBuilder AddVariable( - string name, ITypeNode type) => - AddVariable(name, type, null); - - public RemoteQueryBuilder AddVariable( - string name, - ITypeNode type, - IValueNode? defaultValue) - { - if (type == null) - { - throw new ArgumentNullException(nameof(type)); - } - - name.EnsureGraphQLName(); - - AddVariable(new VariableDefinitionNode - ( - null, - new VariableNode(new NameNode(name)), - type, - defaultValue, - Array.Empty<DirectiveNode>() - )); - - return this; - } - - public RemoteQueryBuilder AddVariable( - VariableDefinitionNode variable) - { - if (variable == null) - { - throw new ArgumentNullException(nameof(variable)); - } - - _variables.Add(variable); - - return this; - } - - public RemoteQueryBuilder AddVariables( - IEnumerable<VariableDefinitionNode> variables) - { - if (variables == null) - { - throw new ArgumentNullException(nameof(variables)); - } - - _variables.AddRange(variables); - - return this; - } - - public RemoteQueryBuilder AddFragmentDefinitions( - IEnumerable<FragmentDefinitionNode> fragments) - { - if (fragments == null) - { - throw new ArgumentNullException(nameof(fragments)); - } - - _fragments.AddRange(fragments); - - return this; - } - - public DocumentNode Build( - string targetSchema, - IReadOnlyDictionary<(string Type, string Schema), string> nameLookup) - { - if (_requestField == null || _path == null) - { - throw new InvalidOperationException(); - } - - var requestField = _requestField; - - if (_additionalFields.Count == 0) - { - return CreateDelegationQuery( - targetSchema, - nameLookup, - _operation, - _path, - new[] { requestField }); - } - - var fields = new List<FieldNode> { _requestField }; - fields.AddRange(_additionalFields); - - return CreateDelegationQuery( - targetSchema, - nameLookup, - _operation, - _path, - fields); - } - - private DocumentNode CreateDelegationQuery( - string targetSchema, - IReadOnlyDictionary<(string Type, string Schema), string> nameLookup, - OperationType operation, - IImmutableStack<SelectionPathComponent> path, - IEnumerable<FieldNode> requestedFields) - { - var usedVariables = new HashSet<string>(); - var fields = new List<FieldNode>(); - - foreach (var requestedField in requestedFields) - { - var currentPath = path; - - if (currentPath.IsEmpty) - { - currentPath = currentPath.Push( - new SelectionPathComponent( - requestedField.Name, - Array.Empty<ArgumentNode>())); - } - - var current = CreateRequestedField(requestedField, ref currentPath); - - while (!currentPath.IsEmpty) - { - currentPath = currentPath.Pop(out var component); - current = CreateSelection(current, component); - } - - _usedVariables.CollectUsedVariables(current, usedVariables); - _usedVariables.CollectUsedVariables(_fragments, usedVariables); - - fields.Add(current); - } - - var variables = _variables - .Where(t => usedVariables.Contains(t.Variable.Name.Value)) - .ToList(); - - for (var i = 0; i < variables.Count; i++) - { - var variable = variables[i]; - var typeName = variable.Type.NamedType().Name.Value; - - if (nameLookup.TryGetValue((typeName, targetSchema), out var targetName)) - { - variable = variable.WithType(RewriteType(variable.Type, targetName)); - variables[i] = variable; - } - } - - var operationDefinition = - CreateOperation(_operationName, operation, fields, variables); - - var definitions = new List<IDefinitionNode> { operationDefinition }; - definitions.AddRange(_fragments); - - return new DocumentNode(null, definitions); - } - - private static ITypeNode RewriteType(ITypeNode type, string typeName) - { - if (type is NonNullTypeNode nonNullType) - { - return new NonNullTypeNode( - (INullableTypeNode)RewriteType(nonNullType.Type, typeName)); - } - - if (type is ListTypeNode listTypeNode) - { - return new ListTypeNode(RewriteType(listTypeNode.Type, typeName)); - } - - return new NamedTypeNode(typeName); - } - - private static FieldNode CreateRequestedField( - FieldNode requestedField, - ref IImmutableStack<SelectionPathComponent> path) - { - path = path.Pop(out var component); - - var responseName = requestedField.Alias == null - ? requestedField.Name.Value - : requestedField.Alias.Value; - - var alias = component.Name.Value.EqualsOrdinal(responseName) - ? null - : new NameNode(responseName); - - var arguments = - component.Arguments.Count == 0 - ? requestedField.Arguments - : RewriteVariableNames(component.Arguments).ToList(); - - return new FieldNode - ( - null, - component.Name, - alias, - null, - requestedField.Directives, - arguments, - requestedField.SelectionSet - ); - } - - private static FieldNode CreateSelection( - FieldNode previous, - SelectionPathComponent next) - { - var selectionSet = new SelectionSetNode( - null, - new List<ISelectionNode> { previous }); - - return CreateSelection(selectionSet, next, null); - } - - private static FieldNode CreateSelection( - SelectionSetNode selectionSet, - SelectionPathComponent next, - string? alias) - { - var aliasNode = string.IsNullOrEmpty(alias) - ? null : new NameNode(alias); - - return new FieldNode - ( - null, - next.Name, - aliasNode, - null, - Array.Empty<DirectiveNode>(), - RewriteVariableNames(next.Arguments).ToList(), - selectionSet - ); - } - - private static OperationDefinitionNode CreateOperation( - NameNode name, - OperationType operation, - IReadOnlyList<FieldNode> fields, - IReadOnlyList<VariableDefinitionNode> variables) - { - return new OperationDefinitionNode( - null, - name, - operation, - variables, - Array.Empty<DirectiveNode>(), - new SelectionSetNode(null, fields)); - } - - private static IEnumerable<ArgumentNode> RewriteVariableNames( - IEnumerable<ArgumentNode> arguments) - { - foreach (var argument in arguments) - { - if (argument.Value is ScopedVariableNode v) - { - yield return argument.WithValue(v.ToVariableNode()); - } - else - { - yield return argument; - } - } - } - - public static RemoteQueryBuilder New() => new RemoteQueryBuilder(); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ArgumentScopedVariableResolver.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ArgumentScopedVariableResolver.cs deleted file mode 100644 index ee10e63c080..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ArgumentScopedVariableResolver.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Types; -using static HotChocolate.Stitching.ThrowHelper; -using static HotChocolate.Stitching.Properties.StitchingResources; - -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -internal class ArgumentScopedVariableResolver : IScopedVariableResolver -{ - public ScopedVariableValue Resolve( - IResolverContext context, - ScopedVariableNode variable, - IInputType targetType) - { - if (context is null) - { - throw new ArgumentNullException(nameof(context)); - } - - if (variable is null) - { - throw new ArgumentNullException(nameof(variable)); - } - - if (!ScopeNames.Arguments.Equals(variable.Scope.Value)) - { - throw new ArgumentException( - ArgumentScopedVariableResolver_CannotHandleVariable, - nameof(variable)); - } - - if (!context.Selection.Field.Arguments.TryGetField( - variable.Name.Value, - out var argument)) - { - throw ArgumentScopedVariableResolver_InvalidArgumentName( - variable.Name.Value, - context.Selection.SyntaxNode, - context.Path); - } - - return new ScopedVariableValue - ( - variable.ToVariableName(), - argument.Type.ToTypeNode(), - context.ArgumentLiteral<IValueNode>(variable.Name.Value), - argument.Type.IsNonNullType() && argument.DefaultValue.IsNull() - ? null - : argument.DefaultValue - ); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ContextDataScopedVariableResolver.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ContextDataScopedVariableResolver.cs deleted file mode 100644 index 7c19b8eb097..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ContextDataScopedVariableResolver.cs +++ /dev/null @@ -1,55 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Types; -using static HotChocolate.Stitching.Properties.StitchingResources; - -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -internal class ContextDataScopedVariableResolver : IScopedVariableResolver -{ - public ScopedVariableValue Resolve( - IResolverContext context, - ScopedVariableNode variable, - IInputType targetType) - { - if (context == null) - { - throw new ArgumentNullException(nameof(context)); - } - - if (variable == null) - { - throw new ArgumentNullException(nameof(variable)); - } - - if (targetType == null) - { - throw new ArgumentNullException(nameof(targetType)); - } - - if (!ScopeNames.ContextData.Equals(variable.Scope.Value)) - { - throw new ArgumentException( - ContextDataScopedVariableResolver_CannotHandleVariable, - nameof(variable)); - } - - context.ContextData.TryGetValue(variable.Name.Value, out var data); - var formatter = context.Service<InputFormatter>(); - - var literal = data switch - { - IValueNode l => l, - null => NullValueNode.Default, - _ => formatter.FormatValue(data, targetType, Path.Root.Append(variable.Name.Value)) - }; - - return new ScopedVariableValue - ( - variable.ToVariableName(), - targetType.ToTypeNode(), - literal, - null - ); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/FieldScopedVariableResolver.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/FieldScopedVariableResolver.cs deleted file mode 100644 index 090d0b34d3e..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/FieldScopedVariableResolver.cs +++ /dev/null @@ -1,68 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Types; -using static HotChocolate.Stitching.Properties.StitchingResources; - -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -internal class FieldScopedVariableResolver - : IScopedVariableResolver -{ - public ScopedVariableValue Resolve( - IResolverContext context, - ScopedVariableNode variable, - IInputType targetType) - { - if (context == null) - { - throw new ArgumentNullException(nameof(context)); - } - - if (variable == null) - { - throw new ArgumentNullException(nameof(variable)); - } - - if (!ScopeNames.Fields.Equals(variable.Scope.Value)) - { - throw new ArgumentException( - FieldScopedVariableResolver_CannotHandleVariable, - nameof(variable)); - } - - if (context.ObjectType.Fields.TryGetField(variable.Name.Value, out var field)) - { - var parent = context.Parent<object>(); - - IValueNode? valueLiteral = null; - - if (parent is IReadOnlyDictionary<string, object> dict && - dict.TryGetValue(field.Name, out var value)) - { - var formatter = context.Service<InputFormatter>(); - - if (value is IValueNode v) - { - valueLiteral = v; - } - else if(field.Type.IsInputType() && field.Type is IInputType type) - { - valueLiteral = formatter.FormatValue(value, type, Path.Root.Append(field.Name)); - } - } - - return new ScopedVariableValue - ( - variable.ToVariableName(), - targetType.ToTypeNode(), - valueLiteral ?? NullValueNode.Default, - null - ); - } - - throw ThrowHelper.FieldScopedVariableResolver_InvalidFieldName( - variable.Name.Value, - context.Selection.SyntaxNode, - context.Path); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/IScopedVariableResolver.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/IScopedVariableResolver.cs deleted file mode 100644 index 1004045cfaa..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/IScopedVariableResolver.cs +++ /dev/null @@ -1,12 +0,0 @@ -using HotChocolate.Resolvers; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -internal interface IScopedVariableResolver -{ - ScopedVariableValue Resolve( - IResolverContext context, - ScopedVariableNode variable, - IInputType targetType); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/RootScopedVariableResolver.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/RootScopedVariableResolver.cs deleted file mode 100644 index 4b8b3be77f4..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/RootScopedVariableResolver.cs +++ /dev/null @@ -1,47 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Execution; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Properties; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -internal class RootScopedVariableResolver - : IScopedVariableResolver -{ - private readonly Dictionary<string, IScopedVariableResolver> _resolvers = - new Dictionary<string, IScopedVariableResolver> - { - { ScopeNames.Arguments, new ArgumentScopedVariableResolver() }, - { ScopeNames.Fields, new FieldScopedVariableResolver() }, - { ScopeNames.ContextData, new ContextDataScopedVariableResolver() }, - { ScopeNames.ScopedContextData, new ScopedContextDataScopedVariableResolver() } - }; - - public ScopedVariableValue Resolve( - IResolverContext context, - ScopedVariableNode variable, - IInputType targetType) - { - if (context is null) - { - throw new ArgumentNullException(nameof(context)); - } - - if (variable is null) - { - throw new ArgumentNullException(nameof(variable)); - } - - if (_resolvers.TryGetValue(variable.Scope.Value, out var resolver)) - { - return resolver.Resolve(context, variable, targetType); - } - - throw ThrowHelper.RootScopedVariableResolver_ScopeNotSupported( - variable.Scope.Value, - context.Selection.SyntaxNode, - context.Path); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopeNames.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopeNames.cs deleted file mode 100644 index 2cdfd156804..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopeNames.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -public static class ScopeNames -{ - public static string Arguments { get; } = "arguments"; - public static string Fields { get; } = "fields"; - public static string ContextData { get; } = "contextData"; - public static string ScopedContextData { get; } = "scopedContextData"; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopedContextDataScopedVariableResolver.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopedContextDataScopedVariableResolver.cs deleted file mode 100644 index a06a071ddd5..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopedContextDataScopedVariableResolver.cs +++ /dev/null @@ -1,56 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Types; -using static HotChocolate.Stitching.Properties.StitchingResources; - -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -internal class ScopedContextDataScopedVariableResolver - : IScopedVariableResolver -{ - public ScopedVariableValue Resolve( - IResolverContext context, - ScopedVariableNode variable, - IInputType targetType) - { - if (context is null) - { - throw new ArgumentNullException(nameof(context)); - } - - if (variable is null) - { - throw new ArgumentNullException(nameof(variable)); - } - - if (targetType is null) - { - throw new ArgumentNullException(nameof(targetType)); - } - - if (!ScopeNames.ScopedContextData.Equals(variable.Scope.Value)) - { - throw new ArgumentException( - ScopedCtxDataScopedVariableResolver_CannotHandleVariable, - nameof(variable)); - } - - context.ScopedContextData.TryGetValue(variable.Name.Value, out var data); - var formatter = context.Service<InputFormatter>(); - - var literal = data switch - { - IValueNode l => l, - null => NullValueNode.Default, - _ => formatter.FormatValue(data, targetType, Path.Root.Append(variable.Name.Value)) - }; - - return new ScopedVariableValue - ( - variable.ToVariableName(), - targetType.ToTypeNode(), - literal, - null - ); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopedVariableValue.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopedVariableValue.cs deleted file mode 100644 index 2d9358636f8..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/ScopedVariables/ScopedVariableValue.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Delegation.ScopedVariables; - -internal readonly struct ScopedVariableValue -{ - internal ScopedVariableValue( - string name, - ITypeNode type, - IValueNode? value, - IValueNode? defaultValue) - { - Name = name ?? throw new ArgumentNullException(nameof(name)); - Type = type ?? throw new ArgumentNullException(nameof(type)); - Value = value; - DefaultValue = defaultValue; - } - - public string Name { get; } - - public ITypeNode Type { get; } - - public IValueNode? Value { get; } - - public IValueNode? DefaultValue { get; } - - public ScopedVariableValue WithValue(IValueNode value) => - new ScopedVariableValue(Name, Type, value, DefaultValue); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Delegation/SerializedData.cs b/src/HotChocolate/Stitching/src/Stitching/Delegation/SerializedData.cs deleted file mode 100644 index e9731546429..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Delegation/SerializedData.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace HotChocolate.Stitching.Delegation; - -public sealed class SerializedData -{ - public SerializedData(object? data) - { - Data = data; - } - - public object? Data { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/DependencyInjection/HotChocolateStitchingRequestExecutorExtensions.DomainServices.cs b/src/HotChocolate/Stitching/src/Stitching/DependencyInjection/HotChocolateStitchingRequestExecutorExtensions.DomainServices.cs deleted file mode 100644 index 3a1130f71f0..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/DependencyInjection/HotChocolateStitchingRequestExecutorExtensions.DomainServices.cs +++ /dev/null @@ -1,29 +0,0 @@ -using HotChocolate.Execution.Configuration; -using HotChocolate.Stitching.SchemaDefinitions; - -namespace Microsoft.Extensions.DependencyInjection; - -public static partial class HotChocolateStitchingRequestExecutorExtensions -{ - public static IRequestExecutorBuilder PublishSchemaDefinition( - this IRequestExecutorBuilder builder, - Action<IPublishSchemaDefinitionDescriptor> configure) - { - var descriptor = new PublishSchemaDefinitionDescriptor(builder); - configure(descriptor); - - var typeInterceptor = new SchemaDefinitionTypeInterceptor(!descriptor.HasPublisher); - var schemaInterceptor = new SchemaDefinitionSchemaInterceptor(descriptor); - - builder - .AddType<SchemaDefinitionType>() - .TryAddTypeInterceptor(typeInterceptor) - .TryAddTypeInterceptor(schemaInterceptor) - .ConfigureOnRequestExecutorCreatedAsync( - async (sp, _, ct) => await descriptor - .PublishAsync(sp, ct) - .ConfigureAwait(false)); - - return builder; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/DependencyInjection/HotChocolateStitchingRequestExecutorExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/DependencyInjection/HotChocolateStitchingRequestExecutorExtensions.cs deleted file mode 100644 index 350d9362ab5..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/DependencyInjection/HotChocolateStitchingRequestExecutorExtensions.cs +++ /dev/null @@ -1,1101 +0,0 @@ -using System.Reflection; -using Microsoft.Extensions.DependencyInjection.Extensions; -using HotChocolate; -using HotChocolate.Execution; -using HotChocolate.Execution.Configuration; -using HotChocolate.Execution.Internal; -using HotChocolate.Internal; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching; -using HotChocolate.Stitching.Merge; -using HotChocolate.Stitching.Merge.Rewriters; -using HotChocolate.Stitching.Pipeline; -using HotChocolate.Stitching.Requests; -using HotChocolate.Stitching.SchemaDefinitions; -using HotChocolate.Stitching.Utilities; -using HotChocolate.Utilities; -using HotChocolate.Utilities.Introspection; -using static HotChocolate.Stitching.ThrowHelper; - -namespace Microsoft.Extensions.DependencyInjection; - -public static partial class HotChocolateStitchingRequestExecutorExtensions -{ - /// <summary> - /// This middleware delegates GraphQL requests to a different GraphQL server using - /// GraphQL HTTP requests. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// The <paramref name="builder"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder UseHttpRequests( - this IRequestExecutorBuilder builder) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - return builder.UseRequest<HttpRequestMiddleware>(); - } - - public static IRequestExecutorBuilder UseHttpRequestPipeline( - this IRequestExecutorBuilder builder) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - return builder - .UseInstrumentation() - .UseExceptions() - .UseDocumentCache() - .UseDocumentParser() - .UseDocumentValidation() - .UseOperationCache() - .UseOperationResolver() - .UseOperationVariableCoercion() - .UseHttpRequests(); - } - - public static IRequestExecutorBuilder AddRemoteSchema( - this IRequestExecutorBuilder builder, - string schemaName, - bool ignoreRootTypes = false) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - return AddRemoteSchema( - builder, - schemaName, - async (services, cancellationToken) => - { - // The schema will be fetched via HTTP from the downstream service. - // We will use the schema name to get a the HttpClient, which - // we expect is correctly configured. - var httpClient = services - .GetRequiredService<IHttpClientFactory>() - .CreateClient(schemaName); - - // Next we will fetch the schema definition which contains the - // schema document and other configuration - return await new IntrospectionHelper(httpClient, schemaName) - .GetSchemaDefinitionAsync(cancellationToken) - .ConfigureAwait(false); - }, - ignoreRootTypes); - } - - public static IRequestExecutorBuilder AddRemoteSchemaFromString( - this IRequestExecutorBuilder builder, - string schemaName, - string schemaSdl, - bool ignoreRootTypes = false) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - return AddRemoteSchema( - builder, - schemaName, - (_, _) => - new ValueTask<RemoteSchemaDefinition>( - new RemoteSchemaDefinition( - schemaName, - Utf8GraphQLParser.Parse(schemaSdl))), - ignoreRootTypes); - } - - public static IRequestExecutorBuilder AddRemoteSchemaFromFile( - this IRequestExecutorBuilder builder, - string schemaName, - string fileName, - bool ignoreRootTypes = false) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - return AddRemoteSchema( - builder, - schemaName, - async (_, cancellationToken) => - { - var schemaSdl = await File - .ReadAllBytesAsync(fileName, cancellationToken) - .ConfigureAwait(false); - - return new RemoteSchemaDefinition( - schemaName, - Utf8GraphQLParser.Parse(schemaSdl)); - }, - ignoreRootTypes); - } - - public static IRequestExecutorBuilder AddRemoteSchema( - this IRequestExecutorBuilder builder, - string schemaName, - Func<IServiceProvider, CancellationToken, ValueTask<RemoteSchemaDefinition>> loadSchema, - bool ignoreRootTypes = false) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (loadSchema is null) - { - throw new ArgumentNullException(nameof(loadSchema)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - // first we add a full GraphQL schema and executor that represents the remote schema. - // This remote schema will be used by the stitching engine to execute queries against - // this schema and also to lookup types in order correctly convert between scalars. - builder - .AddGraphQL(schemaName) - .Configure( - setup => - { - setup.OnConfigureSchemaServicesHooks.Add( - (_, services) => - { - services.TryAddSingleton( - sp => new HttpRequestClient( - sp.GetCombinedServices() - .GetRequiredService<IHttpClientFactory>(), - sp.GetRequiredService<IErrorHandler>(), - sp.GetCombinedServices() - .GetRequiredService<IHttpStitchingRequestInterceptor>())); - - services.TryAddSingleton< - IHttpStitchingRequestInterceptor, - HttpStitchingRequestInterceptor>(); - }); - - setup.OnConfigureSchemaBuilderHooks.Add( - new OnConfigureSchemaBuilderAction( - async (context, _, ct) => - { - var services = context.ApplicationServices; - var schemaBuilder = context.SchemaBuilder; - - // No we need to load the schema document. - var schemaDef = - await loadSchema(services, ct) - .ConfigureAwait(false); - - var document = schemaDef.Document.RemoveBuiltInTypes(); - - // We store the schema definition on the schema building context - // and copy it to the schema once that is built. - schemaBuilder - .SetContextData( - typeof(RemoteSchemaDefinition).FullName!, - schemaDef) - .TryAddTypeInterceptor<CopySchemaDefinitionTypeInterceptor>(); - - // The document is used to create a SDL-first schema ... - schemaBuilder.AddDocument(document); - - // ... which will fail if any resolver is actually used ... - schemaBuilder.Use(_ => _ => throw new NotSupportedException()); - })); - }) - // ... instead we are using a special request pipeline that does everything like - // the standard pipeline except the last middleware will not start the execution - // algorithms but delegate the request via HTTP to the downstream schema. - .UseHttpRequestPipeline(); - - // Next, we will register a request executor proxy with the stitched schema, - // that the stitching runtime will use to send requests to the schema representing - // the downstream service. - builder - .Configure( - setup => - { - setup.OnConfigureSchemaBuilderHooks.Add( - new OnConfigureSchemaBuilderAction( - async (context, _, ct) => - { - var schemaBuilder = context.SchemaBuilder; - var services = context.ApplicationServices; - - var noLockExecutorResolver = - services.GetRequiredService<IInternalRequestExecutorResolver>(); - - var executor = await noLockExecutorResolver - .GetRequestExecutorNoLockAsync(schemaName, ct) - .ConfigureAwait(false); - - var autoProxy = AutoUpdateRequestExecutorProxy.Create( - new RequestExecutorProxy( - services.GetRequiredService<IRequestExecutorResolver>(), - schemaName), - executor); - - schemaBuilder - .AddRemoteExecutor(schemaName, autoProxy) - .TryAddTypeInterceptor<StitchingSchemaInterceptor>() - .TryAddTypeInterceptor<StitchingTypeInterceptor>(); - - var schemaDefinition = - (RemoteSchemaDefinition)autoProxy.Schema - .ContextData[typeof(RemoteSchemaDefinition).FullName!]!; - - var extensionsRewriter = new SchemaExtensionsRewriter(); - - foreach (var extensionDocument in schemaDefinition - .ExtensionDocuments) - { - var doc = (DocumentNode)extensionsRewriter.Rewrite( - extensionDocument, - new(schemaName))!; - - var schemaExtension = - doc.Definitions.OfType<SchemaExtensionNode>() - .FirstOrDefault(); - - if (schemaExtension is not null && - schemaExtension.Directives.Count == 0 && - schemaExtension.OperationTypes.Count == 0) - { - var definitions = doc.Definitions.ToList(); - definitions.Remove(schemaExtension); - doc = doc.WithDefinitions(definitions); - } - - schemaBuilder.AddTypeExtensions(doc); - } - - schemaBuilder.AddTypeRewriter( - new RemoveFieldRewriter( - new FieldReference( - autoProxy.Schema.QueryType.Name, - SchemaDefinitionFieldNames.SchemaDefinitionField), - schemaName)); - - schemaBuilder.AddDocumentRewriter( - new RemoveTypeRewriter( - SchemaDefinitionType.Names.SchemaDefinition, - schemaName)); - - foreach (var schemaAction in extensionsRewriter.SchemaActions) - { - switch (schemaAction.Name.Value) - { - case DirectiveNames.RemoveRootTypes: - schemaBuilder.AddDocumentRewriter( - new RemoveRootTypeRewriter(schemaName)); - break; - - case DirectiveNames.RemoveType: - schemaBuilder.AddDocumentRewriter( - new RemoveTypeRewriter( - GetArgumentValue( - schemaAction, - DirectiveFieldNames.RemoveType_TypeName), - schemaName)); - break; - - case DirectiveNames.RenameType: - schemaBuilder.AddTypeRewriter( - new RenameTypeRewriter( - GetArgumentValue( - schemaAction, - DirectiveFieldNames.RenameType_TypeName), - GetArgumentValue( - schemaAction, - DirectiveFieldNames.RenameType_NewTypeName), - schemaName)); - break; - - case DirectiveNames.RenameField: - schemaBuilder.AddTypeRewriter( - new RenameFieldRewriter( - new FieldReference( - GetArgumentValue( - schemaAction, - DirectiveFieldNames - .RenameField_TypeName), - GetArgumentValue( - schemaAction, - DirectiveFieldNames - .RenameField_FieldName)), - GetArgumentValue( - schemaAction, - DirectiveFieldNames - .RenameField_NewFieldName), - schemaName)); - break; - } - } - })); - }); - - // Last but not least, we will setup the stitching context which will - // provide access to the remote executors which in turn use the just configured - // request executor proxies to send requests to the downstream services. - builder.ConfigureSchemaServices( - c => c.TryAddSingleton<IRequestContextEnricher, StitchingContextEnricher>()); - - if (builder.Services.All( - t => t.ImplementationType != - typeof(StitchingContextParameterExpressionBuilder))) - { - builder.Services.AddSingleton<IParameterExpressionBuilder, - StitchingContextParameterExpressionBuilder>(); - } - - if (ignoreRootTypes) - { - builder.AddDocumentRewriter(new RemoveRootTypeRewriter(schemaName)); - } - - return builder; - } - - public static IRequestExecutorBuilder AddLocalSchema( - this IRequestExecutorBuilder builder, - string schemaName, - bool ignoreRootTypes = false) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - // Next, we will register a request executor proxy with the stitched schema, - // that the stitching runtime will use to send requests to the schema representing - // the downstream service. - builder - .Configure( - setup => - { - setup.OnConfigureSchemaBuilderHooks.Add( - new OnConfigureSchemaBuilderAction( - async (context, _, ct) => - { - var schemaBuilder = context.SchemaBuilder; - var services = context.ApplicationServices; - - var noLockExecutorResolver = - services.GetRequiredService<IInternalRequestExecutorResolver>(); - - var executor = await noLockExecutorResolver - .GetRequestExecutorNoLockAsync(schemaName, ct) - .ConfigureAwait(false); - - var autoProxy = AutoUpdateRequestExecutorProxy.Create( - new RequestExecutorProxy( - services.GetRequiredService<IRequestExecutorResolver>(), - schemaName), - executor); - - schemaBuilder - .AddRemoteExecutor(schemaName, autoProxy) - .TryAddTypeInterceptor<StitchingSchemaInterceptor>() - .TryAddTypeInterceptor<StitchingTypeInterceptor>(); - - schemaBuilder.AddTypeRewriter( - new RemoveFieldRewriter( - new FieldReference( - autoProxy.Schema.QueryType.Name, - SchemaDefinitionFieldNames.SchemaDefinitionField), - schemaName)); - - schemaBuilder.AddDocumentRewriter( - new RemoveTypeRewriter( - SchemaDefinitionType.Names.SchemaDefinition, - schemaName)); - })); - }); - - // Last but not least, we will setup the stitching context which will - // provide access to the remote executors which in turn use the just configured - // request executor proxies to send requests to the downstream services. - builder.ConfigureSchemaServices( - c => c.TryAddSingleton<IRequestContextEnricher, StitchingContextEnricher>()); - - if (builder.Services.All( - t => t.ImplementationType != - typeof(StitchingContextParameterExpressionBuilder))) - { - builder.Services.AddSingleton<IParameterExpressionBuilder, - StitchingContextParameterExpressionBuilder>(); - } - - if (ignoreRootTypes) - { - builder.AddDocumentRewriter(new RemoveRootTypeRewriter(schemaName)); - } - - return builder; - } - - /// <summary> - /// Add a type merge rule in order to define how a type is merged. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="mergeRuleFactory"> - /// A factory that create the type merging rule. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="mergeRuleFactory"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddTypeMergeRule( - this IRequestExecutorBuilder builder, - MergeTypeRuleFactory mergeRuleFactory) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (mergeRuleFactory == null) - { - throw new ArgumentNullException(nameof(mergeRuleFactory)); - } - - return builder.ConfigureSchema( - s => s.AddTypeMergeRules(mergeRuleFactory)); - } - - /// <summary> - /// Add a directive merge rule in order to define - /// how a directive is merged. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="mergeRuleFactory"> - /// A factory that create the directive merging rule. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="mergeRuleFactory"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddDirectiveMergeRule( - this IRequestExecutorBuilder builder, - MergeDirectiveRuleFactory mergeRuleFactory) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (mergeRuleFactory == null) - { - throw new ArgumentNullException(nameof(mergeRuleFactory)); - } - - return builder.ConfigureSchema( - s => s.AddDirectiveMergeRules(mergeRuleFactory)); - } - - /// <summary> - /// Add a type definition rewriter in order to rewrite a - /// type definition on a remote schema document before - /// it is being merged. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="rewriter"> - /// The type definition rewriter. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="rewriter"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddTypeRewriter( - this IRequestExecutorBuilder builder, - ITypeRewriter rewriter) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (rewriter == null) - { - throw new ArgumentNullException(nameof(rewriter)); - } - - return builder.ConfigureSchema(s => s.AddTypeRewriter(rewriter)); - } - - /// <summary> - /// Add a document rewriter in order to rewrite - /// a remote schema document before it is being merged. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="rewriter"> - /// The document rewriter. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="rewriter"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddDocumentRewriter( - this IRequestExecutorBuilder builder, - IDocumentRewriter rewriter) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (rewriter == null) - { - throw new ArgumentNullException(nameof(rewriter)); - } - - return builder.ConfigureSchema( - s => s.AddDocumentRewriter(rewriter)); - } - - /// <summary> - /// Adds a schema SDL that contains type extensions. - /// Extension documents can be used to extend merged types - /// or even replace them. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="schemaSdl"> - /// The GraphQL schema SDL. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="schemaSdl"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddTypeExtensionsFromString( - this IRequestExecutorBuilder builder, - string schemaSdl) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (string.IsNullOrEmpty(schemaSdl)) - { - throw new ArgumentNullException(nameof(schemaSdl)); - } - - return builder.ConfigureSchema( - s => s.AddTypeExtensions(Utf8GraphQLParser.Parse(schemaSdl))); - } - - /// <summary> - /// Adds a schema SDL that contains type extensions. - /// Extension documents can be used to extend merged types - /// or even replace them. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="fileName"> - /// The file name of the type extension document. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="fileName"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddTypeExtensionsFromFile( - this IRequestExecutorBuilder builder, - string fileName) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (string.IsNullOrEmpty(fileName)) - { - throw new ArgumentNullException(nameof(fileName)); - } - - return builder.ConfigureSchemaAsync( - async (s, ct) => - { -#if NETSTANDARD2_0 - byte[] content = await Task - .Run(() => File.ReadAllBytes(fileName), ct) - .ConfigureAwait(false); -#else - var content = await File - .ReadAllBytesAsync(fileName, ct) - .ConfigureAwait(false); -#endif - - s.AddTypeExtensions(Utf8GraphQLParser.Parse(content)); - }); - } - - /// <summary> - /// Adds a schema SDL that contains type extensions. - /// Extension documents can be used to extend merged types - /// or even replace them. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="assembly"> - /// The assembly from which the type extension file shall be resolved. - /// </param> - /// <param name="key"> - /// The resource key of the type extension file - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="assembly"/> is <c>null</c>. - /// <paramref name="key"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddTypeExtensionsFromResource( - this IRequestExecutorBuilder builder, - Assembly assembly, - string key) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (assembly is null) - { - throw new ArgumentNullException(nameof(assembly)); - } - - if (key is null) - { - throw new ArgumentNullException(nameof(key)); - } - - return builder.ConfigureSchemaAsync( - async (s, ct) => - { - var stream = assembly.GetManifestResourceStream(key); - - if (stream is null) - { - throw RequestExecutorBuilder_ResourceNotFound(key); - } - - await using (stream) - { - var buffer = new byte[stream.Length]; - await stream.ReadAsync(buffer, 0, buffer.Length, ct).ConfigureAwait(false); - s.AddTypeExtensions(Utf8GraphQLParser.Parse(buffer)); - } - }); - } - - /// <summary> - /// Add a document rewriter that is executed on - /// the merged schema document. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="rewrite"> - /// A delegate that is called to execute the - /// rewrite document logic. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="rewrite"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddMergedDocumentRewriter( - this IRequestExecutorBuilder builder, - Func<DocumentNode, DocumentNode> rewrite) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (rewrite == null) - { - throw new ArgumentNullException(nameof(rewrite)); - } - - return builder.ConfigureSchema(s => s.AddMergedDocRewriter(rewrite)); - } - - /// <summary> - /// Adds a schema visitor that is executed on - /// the merged schema document. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="visit"> - /// A delegate that is called to execute the - /// document visitation logic. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>, or - /// <paramref name="visit"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder AddMergedDocVisitor( - this IRequestExecutorBuilder builder, - Action<DocumentNode> visit) - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (visit == null) - { - throw new ArgumentNullException(nameof(visit)); - } - - return builder.ConfigureSchema( - s => s.AddMergedDocVisitor(visit)); - } - - /// <summary> - /// Removes the root types of remote schemas before merging them into the main schema. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="schemaName"> - /// The schema to which this rewriter applies to. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder IgnoreRootTypes( - this IRequestExecutorBuilder builder, - string? schemaName = null) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return builder.AddDocumentRewriter( - new RemoveRootTypeRewriter(schemaName)); - } - - /// <summary> - /// Removes a file from the schema document that is being imported. - /// </summary> - /// <param name="builder"> - /// The <see cref="IRequestExecutorBuilder"/>. - /// </param> - /// <param name="typeName"> - /// The type that shall be removed from the schema document. - /// </param> - /// <param name="schemaName"> - /// The schema to which this rewriter applies to. - /// </param> - /// <returns> - /// Returns the <see cref="IRequestExecutorBuilder"/>. - /// </returns> - /// <exception cref="ArgumentNullException"> - /// <paramref name="builder"/> is <c>null</c>. - /// </exception> - public static IRequestExecutorBuilder IgnoreType( - this IRequestExecutorBuilder builder, - string typeName, - string? schemaName = null) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - typeName.EnsureGraphQLName(nameof(typeName)); - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return builder.AddDocumentRewriter( - new RemoveTypeRewriter(typeName, schemaName)); - } - - public static IRequestExecutorBuilder IgnoreField( - this IRequestExecutorBuilder builder, - string typeName, - string fieldName, - string? schemaName = null) => - IgnoreField(builder, new FieldReference(typeName, fieldName), schemaName); - - public static IRequestExecutorBuilder IgnoreField( - this IRequestExecutorBuilder builder, - FieldReference field, - string? schemaName = null) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (field is null) - { - throw new ArgumentNullException(nameof(field)); - } - - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return builder.AddTypeRewriter(new RemoveFieldRewriter(field, schemaName)); - } - - public static IRequestExecutorBuilder RenameType( - this IRequestExecutorBuilder builder, - string originalTypeName, - string newTypeName, - string? schemaName = null) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - originalTypeName.EnsureGraphQLName(nameof(originalTypeName)); - newTypeName.EnsureGraphQLName(nameof(newTypeName)); - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return builder.AddTypeRewriter( - new RenameTypeRewriter(originalTypeName, newTypeName, schemaName)); - } - - public static IRequestExecutorBuilder RewriteType( - this IRequestExecutorBuilder builder, - string originalTypeName, - string newTypeName, - string schemaName) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - originalTypeName.EnsureGraphQLName(nameof(originalTypeName)); - newTypeName.EnsureGraphQLName(nameof(newTypeName)); - schemaName.EnsureGraphQLName(nameof(schemaName)); - - return builder.ConfigureSchema( - s => s.AddNameLookup(originalTypeName, newTypeName, schemaName)); - } - - public static IRequestExecutorBuilder RenameField( - this IRequestExecutorBuilder builder, - string typeName, - string fieldName, - string newFieldName, - string? schemaName = null) => - RenameField( - builder, - new FieldReference(typeName, fieldName), - newFieldName, - schemaName); - - public static IRequestExecutorBuilder RenameField( - this IRequestExecutorBuilder builder, - FieldReference field, - string newFieldName, - string? schemaName = null) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (field is null) - { - throw new ArgumentNullException(nameof(field)); - } - - schemaName?.EnsureGraphQLName(nameof(schemaName)); - newFieldName.EnsureGraphQLName(nameof(newFieldName)); - - return builder.AddTypeRewriter( - new RenameFieldRewriter(field, newFieldName, schemaName)); - } - - public static IRequestExecutorBuilder RenameField( - this IRequestExecutorBuilder builder, - string typeName, - string fieldName, - string argumentName, - string newArgumentName, - string? schemaName = null) => - RenameField( - builder, - new FieldReference(typeName, fieldName), - argumentName, - newArgumentName, - schemaName); - - public static IRequestExecutorBuilder RenameField( - this IRequestExecutorBuilder builder, - FieldReference field, - string argumentName, - string newArgumentName, - string? schemaName = null) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (field is null) - { - throw new ArgumentNullException(nameof(field)); - } - - argumentName.EnsureGraphQLName(nameof(argumentName)); - newArgumentName.EnsureGraphQLName(nameof(newArgumentName)); - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return builder.AddTypeRewriter( - new RenameFieldArgumentRewriter( - field, - argumentName, - newArgumentName, - schemaName)); - } - - public static IRequestExecutorBuilder AddTypeRewriter( - this IRequestExecutorBuilder builder, - RewriteTypeDefinitionDelegate rewrite) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (rewrite is null) - { - throw new ArgumentNullException(nameof(rewrite)); - } - - return builder.AddTypeRewriter(new DelegateTypeRewriter(rewrite)); - } - - public static IRequestExecutorBuilder AddDocumentRewriter( - this IRequestExecutorBuilder builder, - RewriteDocumentDelegate rewrite) - { - if (builder is null) - { - throw new ArgumentNullException(nameof(builder)); - } - - if (rewrite is null) - { - throw new ArgumentNullException(nameof(rewrite)); - } - - return builder.AddDocumentRewriter( - new DelegateDocumentRewriter(rewrite)); - } - - public static IRequestExecutorBuilder AddTypeMergeHandler<T>( - this IRequestExecutorBuilder builder) - where T : class, ITypeMergeHandler - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - return builder.AddTypeMergeRule( - SchemaMergerExtensions.CreateTypeMergeRule<T>()); - } - - public static IRequestExecutorBuilder AddDirectiveMergeHandler<T>( - this IRequestExecutorBuilder builder) - where T : class, IDirectiveMergeHandler - { - if (builder == null) - { - throw new ArgumentNullException(nameof(builder)); - } - - return builder.AddDirectiveMergeRule( - SchemaMergerExtensions.CreateDirectiveMergeRule<T>()); - } - - private static string GetArgumentValue(DirectiveNode directive, string argumentName) - { - var argument = directive.Arguments - .FirstOrDefault(a => a.Name.Value.EqualsOrdinal(argumentName)); - - if (argument is null) - { - throw RequestExecutorBuilder_ArgumentWithNameWasNotFound(argumentName); - } - - if (argument.Value is StringValueNode sv) - { - return sv.Value; - } - - throw RequestExecutorBuilder_ArgumentValueWasNotAStringValue(argumentName); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/ComputedDirective.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/ComputedDirective.cs deleted file mode 100644 index c20079e9c68..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/ComputedDirective.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace HotChocolate.Stitching; - -public sealed class ComputedDirective -{ - public ComputedDirective(IReadOnlyList<string>? dependantOn) - { - DependantOn = dependantOn; - } - - public IReadOnlyList<string>? DependantOn { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/ComputedDirectiveType.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/ComputedDirectiveType.cs deleted file mode 100644 index f00b111e8df..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/ComputedDirectiveType.cs +++ /dev/null @@ -1,19 +0,0 @@ -using HotChocolate.Stitching.Properties; -using HotChocolate.Types; - -namespace HotChocolate.Stitching; - -public sealed class ComputedDirectiveType : DirectiveType<ComputedDirective> -{ - protected override void Configure(IDirectiveTypeDescriptor<ComputedDirective> descriptor) - { - descriptor.Name(DirectiveNames.Computed); - - descriptor.Location(DirectiveLocation.FieldDefinition); - - descriptor.Argument(t => t.DependantOn) - .Name(DirectiveFieldNames.Computed_DependantOn) - .Type<ListType<NonNullType<StringType>>>() - .Description(StitchingResources.ComputedDirectiveType_Description); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/DelegateDirective.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/DelegateDirective.cs deleted file mode 100644 index af29bbcdbc2..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/DelegateDirective.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace HotChocolate.Stitching; - -public sealed class DelegateDirective -{ - public DelegateDirective(string? path, string schema) - { - Path = path; - Schema = schema; - } - - public string? Path { get; } - - public string Schema { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/DelegateDirectiveType.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/DelegateDirectiveType.cs deleted file mode 100644 index a009a3a0412..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/DelegateDirectiveType.cs +++ /dev/null @@ -1,28 +0,0 @@ -using HotChocolate.Stitching.Properties; -using HotChocolate.Types; - -namespace HotChocolate.Stitching; - -public sealed class DelegateDirectiveType : DirectiveType<DelegateDirective> -{ - protected override void Configure( - IDirectiveTypeDescriptor<DelegateDirective> descriptor) - { - descriptor - .Name(DirectiveNames.Delegate) - .Description(StitchingResources.DelegateDirectiveType_Description) - .Location(DirectiveLocation.FieldDefinition); - - descriptor - .Argument(t => t.Path) - .Name(DirectiveFieldNames.Delegate_Path) - .Type<StringType>() - .Description(StitchingResources.DelegateDirectiveType_Path_FieldDescription); - - descriptor - .Argument(t => t.Schema) - .Name(DirectiveFieldNames.Delegate_Schema) - .Type<NonNullType<StringType>>() - .Description(StitchingResources.DelegateDirectiveType_Schema_FieldDescription); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/DirectiveFieldNames.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/DirectiveFieldNames.cs deleted file mode 100644 index f8ea14b427c..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/DirectiveFieldNames.cs +++ /dev/null @@ -1,26 +0,0 @@ -namespace HotChocolate.Stitching; - -internal static class DirectiveFieldNames -{ - public const string Source_Schema = "schema"; - - public const string Source_Name = "name"; - - public const string Delegate_Schema = "schema"; - - public const string Delegate_Path = "path"; - - public const string Computed_DependantOn = "dependantOn"; - - public const string RemoveType_TypeName = "typeName"; - - public const string RenameType_TypeName = "typeName"; - - public const string RenameType_NewTypeName = "newTypeName"; - - public const string RenameField_TypeName = "typeName"; - - public const string RenameField_FieldName = "fieldName"; - - public const string RenameField_NewFieldName = "newFieldName"; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/DirectiveNames.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/DirectiveNames.cs deleted file mode 100644 index 0f469ef3d31..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/DirectiveNames.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace HotChocolate.Stitching; - -internal static class DirectiveNames -{ - public const string Delegate = "delegate"; - - public const string Computed = "computed"; - - public const string Source = "source"; - - public const string RemoveRootTypes = "_removeRootTypes"; - - public const string RemoveType = "_removeType"; - - public const string RenameType = "_renameType"; - - public const string RenameField = "_renameField"; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/ScopedVariableNode.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/ScopedVariableNode.cs deleted file mode 100644 index 36949485c29..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/ScopedVariableNode.cs +++ /dev/null @@ -1,182 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; - -namespace HotChocolate.Stitching; - -public sealed class ScopedVariableNode - : IValueNode<string> - , IEquatable<ScopedVariableNode> -{ - public ScopedVariableNode( - string scope, - string name) - : this(new NameNode(scope), new NameNode(name)) - { - } - - public ScopedVariableNode( - NameNode scope, - NameNode name) - : this(null, scope, name) - { - } - - public ScopedVariableNode( - Language.Location? location, - NameNode scope, - NameNode name) - { - Location = location; - Scope = scope ?? throw new ArgumentNullException(nameof(scope)); - Name = name ?? throw new ArgumentNullException(nameof(name)); - } - - public SyntaxKind Kind { get; } = SyntaxKind.Variable; - - public Language.Location? Location { get; } - - public NameNode Scope { get; } - - public NameNode Name { get; } - - public string Value => Scope.Value + ":" + Name.Value; - - object IValueNode.Value => Value; - - public IEnumerable<ISyntaxNode> GetNodes() => Enumerable.Empty<ISyntaxNode>(); - - /// <summary> - /// Determines whether the specified <see cref="ScopedVariableNode"/> - /// is equal to the current <see cref="ScopedVariableNode"/>. - /// </summary> - /// <param name="other"> - /// The <see cref="ScopedVariableNode"/> to compare with the current - /// <see cref="ScopedVariableNode"/>. - /// </param> - /// <returns> - /// <c>true</c> if the specified <see cref="ScopedVariableNode"/> - /// is equal to the current <see cref="ScopedVariableNode"/>; - /// otherwise, <c>false</c>. - /// </returns> - public bool Equals(ScopedVariableNode? other) - { - if (other is null) - { - return false; - } - - if (ReferenceEquals(other, this)) - { - return true; - } - - return other.Value.Equals(Value, StringComparison.Ordinal); - } - - /// <summary> - /// Determines whether the specified <see cref="IValueNode"/> is equal - /// to the current <see cref="ScopedVariableNode"/>. - /// </summary> - /// <param name="other"> - /// The <see cref="IValueNode"/> to compare with the current - /// <see cref="ScopedVariableNode"/>. - /// </param> - /// <returns> - /// <c>true</c> if the specified <see cref="IValueNode"/> is equal - /// to the current <see cref="ScopedVariableNode"/>; - /// otherwise, <c>false</c>. - /// </returns> - public bool Equals(IValueNode? other) - { - if (other is null) - { - return false; - } - - if (ReferenceEquals(other, this)) - { - return true; - } - - if (other is ScopedVariableNode v) - { - return Equals(v); - } - - return false; - } - - /// <summary> - /// Determines whether the specified <see cref="object"/> is equal to - /// the current <see cref="ScopedVariableNode"/>. - /// </summary> - /// <param name="obj"> - /// The <see cref="object"/> to compare with the current - /// <see cref="ScopedVariableNode"/>. - /// </param> - /// <returns> - /// <c>true</c> if the specified <see cref="object"/> is equal to the - /// current <see cref="ScopedVariableNode"/>; otherwise, <c>false</c>. - /// </returns> - public override bool Equals(object? obj) - { - if (obj is null) - { - return false; - } - - if (ReferenceEquals(obj, this)) - { - return true; - } - - return Equals(obj as ScopedVariableNode); - } - - /// <summary> - /// Serves as a hash function for a <see cref="ScopedVariableNode"/> - /// object. - /// </summary> - /// <returns> - /// A hash code for this instance that is suitable for use in - /// hashing algorithms and data structures such as a hash table. - /// </returns> - public override int GetHashCode() - { - unchecked - { - return (Kind.GetHashCode() * 397) - ^ (Value.GetHashCode() * 97); - } - } - - /// <summary> - /// Returns a <see cref="string"/> that represents the current - /// <see cref="ScopedVariableNode"/>. - /// </summary> - /// <returns> - /// A <see cref="string"/> that represents the current - /// <see cref="ScopedVariableNode"/>. - /// </returns> - public override string ToString() - { - return Value; - } - - public string ToString(bool indented) - { - throw new NotSupportedException(); - } - - public VariableNode ToVariableNode() - { - return new VariableNode(new NameNode(ToVariableName())); - } - - public string ToVariableName() - { - return "__" + Scope.Value + "_" + Name.Value; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/SelectionPathComponent.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/SelectionPathComponent.cs deleted file mode 100644 index 2591b8e7e9b..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/SelectionPathComponent.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; - -namespace HotChocolate.Stitching; - -public sealed class SelectionPathComponent -{ - public SelectionPathComponent( - NameNode name, - IReadOnlyList<ArgumentNode> arguments) - { - Name = name - ?? throw new ArgumentNullException(nameof(name)); - Arguments = arguments - ?? throw new ArgumentNullException(nameof(arguments)); - } - - public NameNode Name { get; } - - public IReadOnlyList<ArgumentNode> Arguments { get; } - - public override string ToString() - { - if (Arguments.Count == 0) - { - return Name.Value; - } - - var sb = new StringBuilder(); - sb.Append(Name.Value); - sb.Append('('); - sb.Append(SerializeArgument(Arguments[0])); - - for (var i = 1; i < Arguments.Count; i++) - { - sb.Append(','); - sb.Append(' '); - sb.Append(SerializeArgument(Arguments[i])); - } - - sb.Append(')'); - return sb.ToString(); - } - - private static string SerializeArgument(ArgumentNode argument) - { - return $"{argument.Name.Value}: {SerializeValue(argument.Value)}"; - } - - private static string SerializeValue(IValueNode value) - { - if (value is ScopedVariableNode variable) - { - return $"${variable.Scope.Value}:{variable.Name.Value}"; - } - return value.Print(); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/SelectionPathParser.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/SelectionPathParser.cs deleted file mode 100644 index 850b7e53ff1..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/SelectionPathParser.cs +++ /dev/null @@ -1,136 +0,0 @@ -using System; -using System.Buffers; -using System.Collections.Generic; -using System.Collections.Immutable; -using HotChocolate.Language; - -namespace HotChocolate.Stitching; - -internal static class SelectionPathParser -{ - private const int _maxStackSize = 256; - - public static IImmutableStack<SelectionPathComponent> Parse(string path) - { - if (path is null) - { - throw new ArgumentNullException(nameof(path)); - } - - byte[]? rented = null; - var buffer = path.Length < _maxStackSize - ? stackalloc byte[path.Length] - : rented = ArrayPool<byte>.Shared.Rent(path.Length); - - try - { - buffer = buffer.Slice(0, path.Length); - Prepare(path, buffer); - var reader = new Utf8GraphQLReader(buffer); - var parser = new Utf8GraphQLParser(reader, ParserOptions.Default); - return ParseSelectionPath(ref parser); - } - finally - { - if (rented is not null) - { - buffer.Clear(); - ArrayPool<byte>.Shared.Return(rented); - } - } - } - - private static void Prepare(string path, Span<byte> sourceText) - { - for (var i = 0; i < path.Length; i++) - { - var current = path[i]; - sourceText[i] = current == GraphQLConstants.Dot ? (byte)' ' : (byte)current; - } - } - - private static ImmutableStack<SelectionPathComponent> ParseSelectionPath( - ref Utf8GraphQLParser parser) - { - var path = ImmutableStack<SelectionPathComponent>.Empty; - - parser.MoveNext(); - - while (!parser.IsEndOfFile) - { - path = path.Push(ParseSelectionPathComponent(ref parser)); - } - - return path; - } - - private static SelectionPathComponent ParseSelectionPathComponent( - ref Utf8GraphQLParser parser) - { - var name = parser.ParseName(); - var arguments = ParseArguments(ref parser); - return new SelectionPathComponent(name, arguments); - } - - private static List<ArgumentNode> ParseArguments( - ref Utf8GraphQLParser parser) - { - var list = new List<ArgumentNode>(); - - if (parser.Reader.Kind == TokenKind.LeftParenthesis) - { - // skip opening token - parser.MoveNext(); - - while (parser.Reader.Kind != TokenKind.RightParenthesis) - { - list.Add(ParseArgument(ref parser)); - } - - // skip closing token - parser.ExpectRightParenthesis(); - - } - return list; - } - - private static ArgumentNode ParseArgument(ref Utf8GraphQLParser parser) - { - var name = parser.ParseName(); - - parser.ExpectColon(); - - var value = ParseValueLiteral(ref parser); - - return new ArgumentNode - ( - null, - name, - value - ); - } - private static IValueNode ParseValueLiteral( - ref Utf8GraphQLParser parser) - { - if (parser.Reader.Kind == TokenKind.Dollar) - { - return ParseVariable(ref parser); - } - return parser.ParseValueLiteral(true); - } - - private static ScopedVariableNode ParseVariable(ref Utf8GraphQLParser parser) - { - parser.ExpectDollar(); - var scope = parser.ParseName(); - parser.ExpectColon(); - var name = parser.ParseName(); - - return new ScopedVariableNode - ( - null, - scope, - name - ); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/SourceDirective.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/SourceDirective.cs deleted file mode 100644 index daa91fecdb0..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/SourceDirective.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace HotChocolate.Stitching; - -public sealed class SourceDirective -{ - public SourceDirective(string name, string schema) - { - Name = name; - Schema = schema; - } - - public string Name { get; } - - public string Schema { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Directives/SourceDirectiveType.cs b/src/HotChocolate/Stitching/src/Stitching/Directives/SourceDirectiveType.cs deleted file mode 100644 index 5fd9d5a0463..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Directives/SourceDirectiveType.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Stitching.Properties; -using HotChocolate.Types; - -namespace HotChocolate.Stitching; - -public sealed class SourceDirectiveType : DirectiveType<SourceDirective> -{ - protected override void Configure( - IDirectiveTypeDescriptor<SourceDirective> descriptor) - { - descriptor - .Name(DirectiveNames.Source) - .Description(StitchingResources.SourceDirectiveType_Description) - .Repeatable(); - - descriptor - .Location(DirectiveLocation.Enum) - .Location(DirectiveLocation.Object) - .Location(DirectiveLocation.Interface) - .Location(DirectiveLocation.Union) - .Location(DirectiveLocation.InputObject) - .Location(DirectiveLocation.FieldDefinition) - .Location(DirectiveLocation.InputFieldDefinition) - .Location(DirectiveLocation.ArgumentDefinition) - .Location(DirectiveLocation.EnumValue); - - descriptor - .Argument(t => t.Name) - .Name(DirectiveFieldNames.Source_Name) - .Type<NonNullType<StringType>>() - .Description(StitchingResources - .SourceDirectiveType_Name_Description); - - descriptor - .Argument(t => t.Schema) - .Name(DirectiveFieldNames.Source_Schema) - .Type<NonNullType<StringType>>() - .Description(StitchingResources - .SourceDirectiveType_Schema_Description); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/ErrorHelper.cs b/src/HotChocolate/Stitching/src/Stitching/ErrorHelper.cs deleted file mode 100644 index d6712478ffa..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/ErrorHelper.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Net; - -namespace HotChocolate.Stitching; - -public static class ErrorHelper -{ - public static IError HttpRequestClient_HttpError( - HttpStatusCode statusCode, - string? responseBody) => - ErrorBuilder.New() - .SetMessage( - "HTTP error {0} while fetching from downstream service.", - statusCode) - .SetCode(ErrorCodes.Stitching.HttpRequestException) - .SetExtension("response", responseBody) - .Build(); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Extensions/ContextDataExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/Extensions/ContextDataExtensions.cs deleted file mode 100644 index 698280e9f66..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Extensions/ContextDataExtensions.cs +++ /dev/null @@ -1,375 +0,0 @@ -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Stitching.Merge; -using HotChocolate.Stitching.Merge.Rewriters; -using HotChocolate.Types.Descriptors; -using static HotChocolate.Stitching.ThrowHelper; -using static HotChocolate.Stitching.WellKnownContextData; - -namespace HotChocolate.Stitching; - -internal static class ContextDataExtensions -{ - public static IReadOnlyDictionary<string, IRequestExecutor> GetRemoteExecutors( - this IHasContextData hasContextData) - { - if (hasContextData.ContextData.TryGetValue(RemoteExecutors, out var o) && - o is IReadOnlyDictionary<string, IRequestExecutor> executors) - { - return executors; - } - - throw RequestExecutorBuilder_RemoteExecutorNotFound(); - } - - public static IReadOnlyDictionary<string, IRequestExecutor> GetRemoteExecutors( - this ISchema schema) - { - if (schema.ContextData.TryGetValue(RemoteExecutors, out var o) && - o is IReadOnlyDictionary<string, IRequestExecutor> executors) - { - return executors; - } - - throw RequestExecutorBuilder_RemoteExecutorNotFound(); - } - - public static ISchemaBuilder AddRemoteExecutor( - this ISchemaBuilder schemaBuilder, - string schemaName, - IRequestExecutor executor) - { - return schemaBuilder - .SetContextData( - RemoteExecutors, - current => - { - if (current is not OrderedDictionary<string, IRequestExecutor> dict) - { - dict = new OrderedDictionary<string, IRequestExecutor>(); - } - - dict[schemaName] = executor; - return dict; - }); - } - - public static IReadOnlyList<MergeTypeRuleFactory> GetTypeMergeRules( - this IDescriptorContext hasContextData) - { - if (hasContextData.ContextData.TryGetValue(TypeMergeRules, out var o) && - o is IReadOnlyList<MergeTypeRuleFactory> rules) - { - return rules; - } - - return Array.Empty<MergeTypeRuleFactory>(); - } - - public static ISchemaBuilder AddTypeMergeRules( - this ISchemaBuilder schemaBuilder, - MergeTypeRuleFactory mergeRuleFactory) => - schemaBuilder.SetContextData( - TypeMergeRules, - current => - { - if (current is not List<MergeTypeRuleFactory> list) - { - list = new List<MergeTypeRuleFactory>(); - } - - list.Add(mergeRuleFactory); - return list; - }); - - public static IReadOnlyList<MergeDirectiveRuleFactory> GetDirectiveMergeRules( - this IDescriptorContext hasContextData) - { - if (hasContextData.ContextData.TryGetValue(DirectiveMergeRules, out var o) && - o is IReadOnlyList<MergeDirectiveRuleFactory> rules) - { - return rules; - } - - return Array.Empty<MergeDirectiveRuleFactory>(); - } - - public static ISchemaBuilder AddDirectiveMergeRules( - this ISchemaBuilder schemaBuilder, - MergeDirectiveRuleFactory mergeRuleFactory) => - schemaBuilder.SetContextData( - DirectiveMergeRules, - current => - { - if (!(current is List<MergeDirectiveRuleFactory> list)) - { - list = new List<MergeDirectiveRuleFactory>(); - } - - list.Add(mergeRuleFactory); - return list; - }); - - public static IReadOnlyList<ITypeRewriter> GetTypeRewriter( - this IDescriptorContext hasContextData) - { - if (hasContextData.ContextData.TryGetValue(TypeRewriter, out var o) && - o is IReadOnlyList<ITypeRewriter> rules) - { - return rules; - } - - return Array.Empty<ITypeRewriter>(); - } - - public static ISchemaBuilder AddTypeRewriter( - this ISchemaBuilder schemaBuilder, - ITypeRewriter rewriter) => - schemaBuilder.SetContextData( - TypeRewriter, - current => - { - if (!(current is List<ITypeRewriter> list)) - { - list = new List<ITypeRewriter>(); - } - - list.Add(rewriter); - return list; - }); - - public static IReadOnlyList<IDocumentRewriter> GetDocumentRewriter( - this IDescriptorContext hasContextData) - { - if (hasContextData.ContextData.TryGetValue(DocumentRewriter, out var o) && - o is IReadOnlyList<IDocumentRewriter> rules) - { - return rules; - } - - return Array.Empty<IDocumentRewriter>(); - } - - public static ISchemaBuilder AddDocumentRewriter( - this ISchemaBuilder schemaBuilder, - IDocumentRewriter rewriter) => - schemaBuilder.SetContextData( - DocumentRewriter, - current => - { - if (!(current is List<IDocumentRewriter> list)) - { - list = new List<IDocumentRewriter>(); - } - - list.Add(rewriter); - return list; - }); - - public static IReadOnlyList<DocumentNode> GetTypeExtensions( - this IDescriptorContext hasContextData, - string? name = null) - { - var key = name is not null ? $"{TypeExtensions}.{name}" : TypeExtensions; - - if (hasContextData.ContextData.TryGetValue(key, out var o) && - o is IReadOnlyList<DocumentNode> rules) - { - return rules; - } - - return Array.Empty<DocumentNode>(); - } - - public static ISchemaBuilder AddTypeExtensions( - this ISchemaBuilder schemaBuilder, - DocumentNode document, - string? name = null) - { - var key = name is not null ? $"{TypeExtensions}.{name}" : TypeExtensions; - - return schemaBuilder.SetContextData( - key, - current => - { - if (!(current is List<DocumentNode> list)) - { - list = new List<DocumentNode>(); - } - - list.Add(document); - return list; - }); - } - - public static IReadOnlyList<Func<DocumentNode, DocumentNode>> GetMergedDocRewriter( - this IDescriptorContext hasContextData) - { - if (hasContextData.ContextData.TryGetValue(MergedDocRewriter, out var o) && - o is IReadOnlyList<Func<DocumentNode, DocumentNode>> rules) - { - return rules; - } - - return Array.Empty<Func<DocumentNode, DocumentNode>>(); - } - - public static ISchemaBuilder AddMergedDocRewriter( - this ISchemaBuilder schemaBuilder, - Func<DocumentNode, DocumentNode> rewrite) => - schemaBuilder.SetContextData( - MergedDocRewriter, - current => - { - if (!(current is List<Func<DocumentNode, DocumentNode>> list)) - { - list = new List<Func<DocumentNode, DocumentNode>>(); - } - - list.Add(rewrite); - return list; - }); - - public static IReadOnlyList<Action<DocumentNode>> GetMergedDocVisitors( - this IDescriptorContext hasContextData) - { - if (hasContextData.ContextData.TryGetValue(MergedDocVisitors, out var o) && - o is IReadOnlyList<Action<DocumentNode>> rules) - { - return rules; - } - - return Array.Empty<Action<DocumentNode>>(); - } - - public static ISchemaBuilder AddMergedDocVisitor( - this ISchemaBuilder schemaBuilder, - Action<DocumentNode> visit) => - schemaBuilder.SetContextData( - MergedDocVisitors, - current => - { - if (!(current is List<Action<DocumentNode>> list)) - { - list = new List<Action<DocumentNode>>(); - } - - list.Add(visit); - return list; - }); - - public static IReadOnlyDictionary<string, ISet<string>> GetExternalFieldLookup( - this IHasContextData hasContextData) - { - if (hasContextData.ContextData.TryGetValue(ExternalFieldLookup, out var value) && - value is IReadOnlyDictionary<string, ISet<string>> dict) - { - return dict; - } - - return new Dictionary<string, ISet<string>>(); - } - - public static ISchemaBuilder AddExternalFieldLookup( - this ISchemaBuilder schemaBuilder, - IReadOnlyDictionary<string, ISet<string>> externalFieldLookup) - { - return schemaBuilder.SetContextData(ExternalFieldLookup, externalFieldLookup); - } - - public static IReadOnlyDictionary<(string, string), string> GetNameLookup( - this ISchema schema) - { - if (schema.ContextData.TryGetValue(NameLookup, out var value) && - value is IReadOnlyDictionary<(string, string), string> dict) - { - return dict; - } - - throw RequestExecutorBuilder_NameLookupNotFound(); - } - - public static IReadOnlyDictionary<(string, string), string> GetNameLookup( - this IHasContextData hasContextData) - { - if (hasContextData.ContextData.TryGetValue(NameLookup, out var value) && - value is IReadOnlyDictionary<(string, string), string> dict) - { - return dict; - } - - return new Dictionary<(string, string), string>(); - } - - public static ISchemaBuilder AddNameLookup( - this ISchemaBuilder schemaBuilder, - IReadOnlyDictionary<(string, string), string> nameLookup) - { - return schemaBuilder.SetContextData(NameLookup, current => - { - if (current is IDictionary<(string, string), string> dict) - { - foreach (var item in nameLookup) - { - dict[item.Key] = item.Value; - } - - return dict; - } - - return nameLookup.ToDictionary(t => t.Key, t => t.Value); - }); - } - - public static ISchemaBuilder AddNameLookup( - this ISchemaBuilder schemaBuilder, - string originalTypeName, - string newTypeName, - string schemaName) - { - return schemaBuilder.SetContextData(NameLookup, current => - { - if (current is IDictionary<(string, string), string> dict) - { - dict[(newTypeName, schemaName)] = originalTypeName; - - return dict; - } - - return new Dictionary<(string, string), string> - { - { (newTypeName, schemaName), originalTypeName } - }; - }); - } - - public static IReadOnlyList<RemoteSchemaDefinition> GetSchemaDefinitions( - this IReadOnlyDictionary<string, object?> contextData) - { - if (contextData.TryGetValue(WellKnownContextData.SchemaDefinitions, out var o) && - o is IReadOnlyList<RemoteSchemaDefinition> schemaDefinitions) - { - return schemaDefinitions; - } - - return Array.Empty<RemoteSchemaDefinition>(); - } - - public static List<RemoteSchemaDefinition> GetOrAddSchemaDefinitions( - this IDescriptorContext descriptorContext) - { - if (descriptorContext.ContextData.TryGetValue( - WellKnownContextData.SchemaDefinitions, - out var o) && - o is List<RemoteSchemaDefinition> schemaDefinitions) - { - return schemaDefinitions; - } - - schemaDefinitions = new List<RemoteSchemaDefinition>(); - descriptorContext.ContextData.Add( - WellKnownContextData.SchemaDefinitions, - schemaDefinitions); - return schemaDefinitions; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Extensions/HasDirectiveExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/Extensions/HasDirectiveExtensions.cs deleted file mode 100644 index cce20338c10..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Extensions/HasDirectiveExtensions.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Types; - -namespace HotChocolate.Stitching; - -internal static class HasDirectiveExtensions -{ - public static bool TryGetSourceDirective( - this IHasDirectives hasDirectives, - string schemaName, - [NotNullWhen(true)] out SourceDirective? sourceDirective) - { - sourceDirective = hasDirectives.Directives[DirectiveNames.Source] - .Select(t => t.AsValue<SourceDirective>()) - .FirstOrDefault(t => schemaName.Equals(t.Schema)); - return sourceDirective != null; - } - - public static bool TryGetSourceName( - this IHasDirectives hasDirectives, - string schemaName, - [NotNullWhen(true)] out string? sourceName) - { - if (TryGetSourceDirective(hasDirectives, schemaName, out var sd)) - { - sourceName = sd.Name; - return true; - } - - sourceName = null; - return false; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/HotChocolate.Stitching.csproj b/src/HotChocolate/Stitching/src/Stitching/HotChocolate.Stitching.csproj deleted file mode 100644 index d2d74b59e15..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/HotChocolate.Stitching.csproj +++ /dev/null @@ -1,45 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <PackageId>HotChocolate.Stitching</PackageId> - <AssemblyName>HotChocolate.Stitching</AssemblyName> - <RootNamespace>HotChocolate.Stitching</RootNamespace> - <Description>Contains the Hot Chocolate GraphQL schema stitching layer.</Description> - <Nullable>enable</Nullable> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\AspNetCore\src\Transport.Http\HotChocolate.Transport.Http.csproj" /> - <ProjectReference Include="..\..\..\Core\src\Core\HotChocolate.Core.csproj" /> - <ProjectReference Include="..\..\..\Utilities\src\Utilities.Introspection\HotChocolate.Utilities.Introspection.csproj" /> - <ProjectReference Include="..\Stitching.Abstractions\HotChocolate.Stitching.Abstractions.csproj" /> - </ItemGroup> - - <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> - <PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0-rc.2.23479.6" /> - </ItemGroup> - - <ItemGroup Condition="'$(TargetFramework)' == 'net7.0'"> - <PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" /> - </ItemGroup> - - <ItemGroup Condition="'$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netstandard2.0'"> - <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" /> - </ItemGroup> - - <ItemGroup> - <Compile Update="Properties\StitchingResources.Designer.cs"> - <DesignTime>True</DesignTime> - <AutoGen>True</AutoGen> - <DependentUpon>StitchingResources.resx</DependentUpon> - </Compile> - </ItemGroup> - - <ItemGroup> - <EmbeddedResource Update="Properties\StitchingResources.resx"> - <Generator>ResXFileCodeGenerator</Generator> - <LastGenOutput>StitchingResources.Designer.cs</LastGenOutput> - </EmbeddedResource> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/src/Stitching/InternalsVisibleTo.cs b/src/HotChocolate/Stitching/src/Stitching/InternalsVisibleTo.cs deleted file mode 100644 index bf409df5f20..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/InternalsVisibleTo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("HotChocolate.Stitching.Tests")] diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/AddSchemaExtensionRewriter.MergeContext.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/AddSchemaExtensionRewriter.MergeContext.cs deleted file mode 100644 index 84af45f19b3..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/AddSchemaExtensionRewriter.MergeContext.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; - -namespace HotChocolate.Stitching.Merge; - -public partial class AddSchemaExtensionRewriter -{ - public class MergeContext : ISyntaxVisitorContext - { - public MergeContext(DocumentNode schema, DocumentNode extensions) - { - Extensions = extensions.Definitions - .OfType<ITypeExtensionNode>() - .ToDictionary(t => t.Name.Value); - - Directives = schema.Definitions - .OfType<DirectiveDefinitionNode>() - .ToDictionary(t => t.Name.Value); - } - - public IDictionary<string, ITypeExtensionNode> Extensions { get; } - - public IDictionary<string, DirectiveDefinitionNode> Directives { get; } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/AddSchemaExtensionRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/AddSchemaExtensionRewriter.cs deleted file mode 100644 index 5632bad8381..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/AddSchemaExtensionRewriter.cs +++ /dev/null @@ -1,549 +0,0 @@ -using System.Globalization; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using HotChocolate.Stitching.Properties; -using static HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter; - -namespace HotChocolate.Stitching.Merge; - -public partial class AddSchemaExtensionRewriter : SyntaxRewriter<MergeContext> -{ - private readonly Dictionary<string, DirectiveDefinitionNode> _globalDirectives; - - public AddSchemaExtensionRewriter() - { - _globalDirectives = new Dictionary<string, DirectiveDefinitionNode>(); - } - - public AddSchemaExtensionRewriter(IEnumerable<DirectiveDefinitionNode> globalDirectives) - { - if (globalDirectives is null) - { - throw new ArgumentNullException(nameof(globalDirectives)); - } - - _globalDirectives = globalDirectives.ToDictionary(t => t.Name.Value); - } - - public DocumentNode AddExtensions( - DocumentNode schema, - DocumentNode extensions) - { - if (schema == null) - { - throw new ArgumentNullException(nameof(schema)); - } - - if (extensions == null) - { - throw new ArgumentNullException(nameof(extensions)); - } - - var newTypes = extensions.Definitions.OfType<ITypeDefinitionNode>().ToList(); - var newDirectives = extensions.Definitions.OfType<DirectiveDefinitionNode>().ToList(); - - var current = schema; - - if (newTypes.Count > 0 || newDirectives.Count > 0) - { - current = RemoveDirectives(current, newDirectives.Select(t => t.Name.Value)); - current = RemoveTypes(current, newTypes.Select(t => t.Name.Value)); - - var definitions = schema.Definitions.ToList(); - definitions.AddRange(newTypes); - definitions.AddRange(newDirectives); - current = current.WithDefinitions(definitions); - } - - var context = new MergeContext(current, extensions); - current = RewriteDocument(current, context); - - if (current is null) - { - throw new InvalidOperationException("The current node was removed."); - } - - if (context.Extensions.Count > 0) - { - var definitions = current.Definitions.ToList(); - - foreach (var notProcessed in context.Extensions.Keys.Except( - current.Definitions.OfType<ITypeDefinitionNode>().Select(t => t.Name.Value))) - { - definitions.Add(context.Extensions[notProcessed]); - } - - return current.WithDefinitions(definitions); - } - - return current; - } - - private static DocumentNode RemoveDirectives( - DocumentNode document, - IEnumerable<string> directiveNames) - { - return RemoveDefinitions( - document, - d => d.Definitions.OfType<DirectiveDefinitionNode>() - .ToDictionary(t => t.Name.Value, t => (IDefinitionNode)t), - directiveNames); - } - - private static DocumentNode RemoveTypes( - DocumentNode document, - IEnumerable<string> directiveNames) - { - return RemoveDefinitions( - document, - d => d.Definitions.OfType<ITypeDefinitionNode>() - .ToDictionary(t => t.Name.Value, t => (IDefinitionNode)t), - directiveNames); - } - - private static DocumentNode RemoveDefinitions( - DocumentNode document, - Func<DocumentNode, Dictionary<string, IDefinitionNode>> toDict, - IEnumerable<string> names) - { - var definitions = document.Definitions.ToList(); - var directives = toDict(document); - - foreach (var name in names) - { - if (directives.TryGetValue(name, out var directive)) - { - definitions.Remove(directive); - } - } - - return document.WithDefinitions(definitions); - } - - protected override UnionTypeDefinitionNode? RewriteUnionTypeDefinition( - UnionTypeDefinitionNode node, - MergeContext context) - { - var current = node; - - if (context.Extensions.TryGetValue(current.Name.Value, out var extension)) - { - if (extension is UnionTypeExtensionNode unionTypeExtension) - { - current = AddTypes(current, unionTypeExtension); - - var captured = current; - current = AddDirectives( - current, - unionTypeExtension, - d => captured.WithDirectives(d), - context); - } - else - { - throw new SchemaMergeException( - current, - extension, - string.Format( - CultureInfo.InvariantCulture, - StitchingResources.AddSchemaExtensionRewriter_TypeMismatch, - node.Name.Value, - node.Kind, - extension.Kind)); - } - } - - return base.RewriteUnionTypeDefinition(current, context); - } - - private static UnionTypeDefinitionNode AddTypes( - UnionTypeDefinitionNode typeDefinition, - UnionTypeExtensionNode typeExtension) - { - if (typeExtension.Types.Count == 0) - { - return typeDefinition; - } - - var types = new OrderedDictionary<string, NamedTypeNode>(); - - foreach (var type in typeDefinition.Types) - { - types[type.Name.Value] = type; - } - - foreach (var type in typeExtension.Types) - { - types[type.Name.Value] = type; - } - - return typeDefinition.WithTypes(types.Values.ToList()); - } - - protected override ObjectTypeDefinitionNode? RewriteObjectTypeDefinition( - ObjectTypeDefinitionNode node, - MergeContext context) - { - var current = node; - - if (context.Extensions.TryGetValue( - current.Name.Value, - out var extension)) - { - if (extension is ObjectTypeExtensionNode objectTypeExtension) - { - - current = AddInterfaces(current, objectTypeExtension); - current = AddFields(current, objectTypeExtension); - - var captured = current; - current = AddDirectives( - current, - objectTypeExtension, - d => captured.WithDirectives(d), - context); - } - else - { - throw new SchemaMergeException( - current, - extension, - string.Format( - CultureInfo.InvariantCulture, - StitchingResources - .AddSchemaExtensionRewriter_TypeMismatch, - node.Name.Value, - node.Kind, - extension.Kind)); - } - } - - return base.RewriteObjectTypeDefinition(current, context); - } - - private static ObjectTypeDefinitionNode AddFields( - ObjectTypeDefinitionNode typeDefinition, - ObjectTypeExtensionNode typeExtension) - { - var fields = AddFields(typeDefinition.Fields, typeExtension.Fields); - - return Equals(fields, typeDefinition.Fields) - ? typeDefinition - : typeDefinition.WithFields(fields); - } - - private static ObjectTypeDefinitionNode AddInterfaces( - ObjectTypeDefinitionNode typeDefinition, - ObjectTypeExtensionNode typeExtension) - { - if (typeExtension.Interfaces.Count == 0) - { - return typeDefinition; - } - - var interfaces = new HashSet<string>( - typeDefinition.Interfaces.Select(t => t.Name.Value)); - - foreach (var interfaceName in - typeExtension.Interfaces.Select(t => t.Name.Value)) - { - interfaces.Add(interfaceName); - } - - if (interfaces.Count == typeDefinition.Interfaces.Count) - { - return typeDefinition; - } - - return typeDefinition.WithInterfaces( - interfaces.Select(n => new NamedTypeNode(new NameNode(n))) - .ToList()); - } - - protected override InterfaceTypeDefinitionNode? RewriteInterfaceTypeDefinition( - InterfaceTypeDefinitionNode node, - MergeContext context) - { - var current = node; - - if (context.Extensions.TryGetValue( - current.Name.Value, - out var extension)) - { - if (extension is InterfaceTypeExtensionNode ite) - { - current = AddFields(current, ite); - - var captured = current; - current = AddDirectives( - current, - ite, - d => captured.WithDirectives(d), - context); - } - else - { - throw new SchemaMergeException( - current, - extension, - string.Format( - CultureInfo.InvariantCulture, - StitchingResources.AddSchemaExtensionRewriter_TypeMismatch, - node.Name.Value, - node.Kind, - extension.Kind)); - } - } - - return base.RewriteInterfaceTypeDefinition(current, context); - } - - private static InterfaceTypeDefinitionNode AddFields( - InterfaceTypeDefinitionNode typeDefinition, - InterfaceTypeExtensionNode typeExtension) - { - var fields = AddFields(typeDefinition.Fields, typeExtension.Fields); - - return Equals(fields, typeDefinition.Fields) - ? typeDefinition - : typeDefinition.WithFields(fields); - } - - private static IReadOnlyList<FieldDefinitionNode> AddFields( - IReadOnlyList<FieldDefinitionNode> typeDefinitionFields, - IReadOnlyList<FieldDefinitionNode> typeExtensionFields) - { - if (typeExtensionFields.Count == 0) - { - return typeDefinitionFields; - } - - var fields = new OrderedDictionary<string, FieldDefinitionNode>(); - - foreach (var field in typeDefinitionFields) - { - fields[field.Name.Value] = field; - } - - foreach (var field in typeExtensionFields) - { - // we allow an extension to override fields. - fields[field.Name.Value] = field; - } - - return fields.Values.ToList(); - } - - protected override InputObjectTypeDefinitionNode? RewriteInputObjectTypeDefinition( - InputObjectTypeDefinitionNode node, - MergeContext context) - { - var current = node; - - if (context.Extensions.TryGetValue( - current.Name.Value, - out var extension)) - { - if (extension is InputObjectTypeExtensionNode typeExtension) - { - current = AddInputFields(current, typeExtension); - - var captured = current; - current = AddDirectives( - current, - typeExtension, - d => captured.WithDirectives(d), - context); - } - else - { - throw new SchemaMergeException( - current, - extension, - string.Format( - CultureInfo.InvariantCulture, - StitchingResources.AddSchemaExtensionRewriter_TypeMismatch, - node.Name.Value, - node.Kind, - extension.Kind)); - } - } - - return base.RewriteInputObjectTypeDefinition(current, context); - } - - private static InputObjectTypeDefinitionNode AddInputFields( - InputObjectTypeDefinitionNode typeDefinition, - InputObjectTypeExtensionNode typeExtension) - { - if (typeExtension.Fields.Count == 0) - { - return typeDefinition; - } - - var fields = new OrderedDictionary<string, InputValueDefinitionNode>(); - - foreach (var field in typeDefinition.Fields) - { - fields[field.Name.Value] = field; - } - - foreach (var field in typeExtension.Fields) - { - // we allow an extension to override fields. - fields[field.Name.Value] = field; - } - - return typeDefinition.WithFields(fields.Values.ToList()); - } - - protected override EnumTypeDefinitionNode? RewriteEnumTypeDefinition( - EnumTypeDefinitionNode node, - MergeContext context) - { - var current = node; - - if (context.Extensions.TryGetValue( - current.Name.Value, - out var extension)) - { - if (extension is EnumTypeExtensionNode ete) - { - current = AddEnumValues(current, ete); - - var captured = current; - current = AddDirectives( - current, - ete, - d => captured.WithDirectives(d), - context); - } - else - { - throw new SchemaMergeException( - current, - extension, - string.Format( - CultureInfo.InvariantCulture, - StitchingResources.AddSchemaExtensionRewriter_TypeMismatch, - node.Name.Value, - node.Kind, - extension.Kind)); - } - } - - return base.RewriteEnumTypeDefinition(current, context); - } - - private static EnumTypeDefinitionNode AddEnumValues( - EnumTypeDefinitionNode typeDefinition, - EnumTypeExtensionNode typeExtension) - { - if (typeExtension.Values.Count == 0) - { - return typeDefinition; - } - - var values = - new OrderedDictionary<string, EnumValueDefinitionNode>(); - - foreach (var value in typeDefinition.Values) - { - values[value.Name.Value] = value; - } - - foreach (var value in typeExtension.Values) - { - // we allow an extension to override values. - values[value.Name.Value] = value; - } - - return typeDefinition.WithValues(values.Values.ToList()); - } - - protected override ScalarTypeDefinitionNode? RewriteScalarTypeDefinition( - ScalarTypeDefinitionNode node, - MergeContext context) - { - var current = node; - - if (context.Extensions.TryGetValue( - current.Name.Value, - out var extension)) - { - if (extension is ScalarTypeExtensionNode ste) - { - var captured = current; - current = AddDirectives( - current, - ste, - d => captured.WithDirectives(d), - context); - } - else - { - throw new SchemaMergeException( - current, - extension, - string.Format( - CultureInfo.InvariantCulture, - StitchingResources.AddSchemaExtensionRewriter_TypeMismatch, - node.Name.Value, - node.Kind, - extension.Kind)); - } - } - - return base.RewriteScalarTypeDefinition(current, context); - } - - private TDefinition AddDirectives<TDefinition, TExtension>( - TDefinition typeDefinition, - TExtension typeExtension, - Func<IReadOnlyList<DirectiveNode>, TDefinition> withDirectives, - MergeContext context) - where TDefinition : NamedSyntaxNode, ITypeDefinitionNode - where TExtension : NamedSyntaxNode, ITypeExtensionNode - { - if (typeExtension.Directives.Count == 0) - { - return typeDefinition; - } - - var alreadyDeclared = new HashSet<string>( - typeDefinition.Directives.Select(t => t.Name.Value)); - var directives = new List<DirectiveNode>(); - - foreach (var directive in typeExtension.Directives) - { - if (!_globalDirectives.TryGetValue(directive.Name.Value, - out var directiveDefinition) - && !context.Directives.TryGetValue(directive.Name.Value, - out directiveDefinition)) - { - throw new SchemaMergeException( - typeDefinition, typeExtension, - string.Format( - CultureInfo.InvariantCulture, StitchingResources - .AddSchemaExtensionRewriter_DirectiveDoesNotExist, - directive.Name.Value)); - } - - if (!alreadyDeclared.Add(directive.Name.Value) - && !directiveDefinition.IsRepeatable) - { - throw new SchemaMergeException( - typeDefinition, typeExtension, - string.Format( - CultureInfo.InvariantCulture, StitchingResources - .AddSchemaExtensionRewriter_DirectiveIsUnique, - directive.Name.Value)); - } - - directives.Add(directive); - } - - return withDirectives.Invoke(directives); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/DirectiveTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/DirectiveTypeInfo.cs deleted file mode 100644 index 8389c5552fc..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/DirectiveTypeInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -public class DirectiveTypeInfo : IDirectiveTypeInfo -{ - public DirectiveTypeInfo( - DirectiveDefinitionNode definition, - ISchemaInfo schema) - { - Definition = definition; - Schema = schema; - } - - public DirectiveDefinitionNode Definition { get; } - - public ISchemaInfo Schema { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/EnumTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/EnumTypeInfo.cs deleted file mode 100644 index 88164ff2531..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/EnumTypeInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class EnumTypeInfo - : TypeInfo<EnumTypeDefinitionNode> -{ - public EnumTypeInfo( - EnumTypeDefinitionNode typeDefinition, - ISchemaInfo schema) - : base(typeDefinition, schema) - { - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/EnumerableExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/EnumerableExtensions.cs deleted file mode 100644 index 0d6dce6ac1b..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/EnumerableExtensions.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace HotChocolate.Stitching.Merge; - -internal static class EnumerableExtensions -{ - public static IReadOnlyList<ITypeInfo> NotOfType<T>( - this IEnumerable<ITypeInfo> types) - { - if (types is null) - { - throw new ArgumentNullException(nameof(types)); - } - - var list = new List<ITypeInfo>(); - - foreach (var type in types) - { - if (type is not T) - { - list.Add(type); - } - } - - return list; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/MergeSyntaxNodeExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/MergeSyntaxNodeExtensions.cs deleted file mode 100644 index 0f3d8f5eda2..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/MergeSyntaxNodeExtensions.cs +++ /dev/null @@ -1,489 +0,0 @@ -using System.Text; -using HotChocolate.Language; -using HotChocolate.Stitching.Properties; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge; - -public static class MergeSyntaxNodeExtensions -{ - public static T Rename<T>( - this T enumTypeDefinition, - string newName, - params string[] schemaNames) - where T : ITypeDefinitionNode - => Rename(enumTypeDefinition, newName, (IEnumerable<string>)schemaNames); - - public static T Rename<T>( - this T typeDefinitionNode, - string newName, - IEnumerable<string> schemaNames) - where T : ITypeDefinitionNode - { - ITypeDefinitionNode node = typeDefinitionNode; - - node = node switch - { - ObjectTypeDefinitionNode otd => Rename(otd, newName, schemaNames), - InterfaceTypeDefinitionNode itd => Rename(itd, newName, schemaNames), - UnionTypeDefinitionNode utd => Rename(utd, newName, schemaNames), - InputObjectTypeDefinitionNode iotd => Rename(iotd, newName, schemaNames), - EnumTypeDefinitionNode etd => Rename(etd, newName, schemaNames), - ScalarTypeDefinitionNode std => Rename(std, newName, schemaNames), - _ => throw new NotSupportedException(), - }; - - return (T)node; - } - - public static FieldDefinitionNode Rename( - this FieldDefinitionNode enumTypeDefinition, - string newName, - params string[] schemaNames) - => Rename( - enumTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - - public static FieldDefinitionNode Rename( - this FieldDefinitionNode enumTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - => AddSource( - enumTypeDefinition, - newName, - schemaNames, - (n, d) => enumTypeDefinition.WithName(n).WithDirectives(d)); - - public static InputValueDefinitionNode Rename( - this InputValueDefinitionNode enumTypeDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - enumTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static InputValueDefinitionNode Rename( - this InputValueDefinitionNode enumTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return AddSource(enumTypeDefinition, newName, schemaNames, - (n, d) => enumTypeDefinition - .WithName(n).WithDirectives(d)); - } - - public static ScalarTypeDefinitionNode Rename( - this ScalarTypeDefinitionNode enumTypeDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - enumTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static ScalarTypeDefinitionNode Rename( - this ScalarTypeDefinitionNode enumTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return AddSource(enumTypeDefinition, newName, schemaNames, - (n, d) => enumTypeDefinition - .WithName(n).WithDirectives(d)); - } - - public static DirectiveDefinitionNode Rename( - this DirectiveDefinitionNode directiveDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - directiveDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static DirectiveDefinitionNode Rename( - this DirectiveDefinitionNode directiveDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return directiveDefinition.WithName(new NameNode(newName)); - } - - public static EnumTypeDefinitionNode Rename( - this EnumTypeDefinitionNode enumTypeDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - enumTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static EnumTypeDefinitionNode Rename( - this EnumTypeDefinitionNode enumTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return AddSource(enumTypeDefinition, newName, schemaNames, - (n, d) => enumTypeDefinition - .WithName(n).WithDirectives(d)); - } - - public static InputObjectTypeDefinitionNode Rename( - this InputObjectTypeDefinitionNode enumTypeDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - enumTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static InputObjectTypeDefinitionNode Rename( - this InputObjectTypeDefinitionNode enumTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return AddSource(enumTypeDefinition, newName, schemaNames, - (n, d) => enumTypeDefinition - .WithName(n).WithDirectives(d)); - } - - public static UnionTypeDefinitionNode Rename( - this UnionTypeDefinitionNode unionTypeDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - unionTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static UnionTypeDefinitionNode Rename( - this UnionTypeDefinitionNode unionTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return AddSource(unionTypeDefinition, newName, schemaNames, - (n, d) => unionTypeDefinition - .WithName(n).WithDirectives(d)); - } - - public static ObjectTypeDefinitionNode Rename( - this ObjectTypeDefinitionNode objectTypeDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - objectTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static ObjectTypeDefinitionNode Rename( - this ObjectTypeDefinitionNode objectTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return AddSource(objectTypeDefinition, newName, schemaNames, - (n, d) => objectTypeDefinition - .WithName(n).WithDirectives(d)); - } - - public static InterfaceTypeDefinitionNode Rename( - this InterfaceTypeDefinitionNode interfaceTypeDefinition, - string newName, - params string[] schemaNames) - { - return Rename( - interfaceTypeDefinition, - newName, - (IEnumerable<string>)schemaNames); - } - - public static InterfaceTypeDefinitionNode Rename( - this InterfaceTypeDefinitionNode interfaceTypeDefinition, - string newName, - IEnumerable<string> schemaNames) - { - return AddSource(interfaceTypeDefinition, newName, schemaNames, - (n, d) => interfaceTypeDefinition - .WithName(n).WithDirectives(d)); - } - - private static T AddSource<T>( - T interfaceTypeDefinition, - string newName, - IEnumerable<string> schemaNames, - Func<NameNode, IReadOnlyList<DirectiveNode>, T> rewrite) - where T : NamedSyntaxNode - { - if (interfaceTypeDefinition == null) - { - throw new ArgumentNullException( - nameof(interfaceTypeDefinition)); - } - - if (schemaNames == null) - { - throw new ArgumentNullException(nameof(schemaNames)); - } - - newName.EnsureGraphQLName(nameof(newName)); - - var originalName = interfaceTypeDefinition.Name.Value; - - var directives = - AddRenamedDirective( - interfaceTypeDefinition.Directives, - originalName, - schemaNames); - - return rewrite(new NameNode(newName), directives); - } - - private static IReadOnlyList<DirectiveNode> AddRenamedDirective( - IEnumerable<DirectiveNode> directives, - string originalName, - IEnumerable<string> schemaNames) - { - var list = new List<DirectiveNode>(directives); - var hasSchemas = false; - - foreach (var schemaName in schemaNames) - { - hasSchemas = true; - if (!list.Any(t => HasSourceDirective(t, schemaName))) - { - list.Add(new DirectiveNode - ( - DirectiveNames.Source, - new ArgumentNode( - DirectiveFieldNames.Source_Name, - originalName), - new ArgumentNode( - DirectiveFieldNames.Source_Schema, - schemaName) - )); - } - } - - if (!hasSchemas) - { - throw new ArgumentException( - StitchingResources.MergeSyntaxNodeExtensions_NoSchema, - nameof(schemaNames)); - } - - return list; - } - - private static bool HasSourceDirective( - DirectiveNode directive, - string schemaName) - { - if (DirectiveNames.Source.Equals(directive.Name.Value)) - { - var argument = directive.Arguments.FirstOrDefault(t => - DirectiveFieldNames.Source_Schema.Equals(t.Name.Value)); - return argument?.Value is StringValueNode sv - && schemaName.Equals(sv.Value); - } - return false; - } - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName) - => AddDelegationPath(field, schemaName, false); - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName, - bool overwrite) - => AddDelegationPath(field, schemaName, (string?)null, overwrite); - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName, - SelectionPathComponent selectionPath) => - AddDelegationPath(field, schemaName, selectionPath, false); - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName, - SelectionPathComponent selectionPath, - bool overwrite) - { - if (field == null) - { - throw new ArgumentNullException(nameof(field)); - } - - if (selectionPath == null) - { - throw new ArgumentNullException(nameof(selectionPath)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - return AddDelegationPath( - field, - schemaName, - selectionPath.ToString(), - overwrite); - } - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName, - IReadOnlyCollection<SelectionPathComponent> selectionPath) => - AddDelegationPath(field, schemaName, selectionPath, false); - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName, - IReadOnlyCollection<SelectionPathComponent> selectionPath, - bool overwrite) - { - if (field == null) - { - throw new ArgumentNullException(nameof(field)); - } - - if (selectionPath == null) - { - throw new ArgumentNullException(nameof(selectionPath)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - if (selectionPath.Count == 0) - { - return AddDelegationPath(field, schemaName); - } - - if (selectionPath.Count == 1) - { - return AddDelegationPath( - field, - schemaName, - selectionPath.Single()); - } - - var path = new StringBuilder(); - path.Append(selectionPath.First()); - - foreach (var component in selectionPath.Skip(1)) - { - path.Append('.'); - path.Append(component); - } - - return AddDelegationPath(field, schemaName, path.ToString(), overwrite); - } - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName, - string? delegationPath) - => AddDelegationPath(field, schemaName, delegationPath, false); - - public static FieldDefinitionNode AddDelegationPath( - this FieldDefinitionNode field, - string schemaName, - string? delegationPath, - bool overwrite) - { - if (field is null) - { - throw new ArgumentNullException(nameof(field)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - if (!overwrite && field.Directives.Any(t => - DirectiveNames.Delegate.Equals(t.Name.Value))) - { - return field; - } - - var list = new List<DirectiveNode>(field.Directives); - - list.RemoveAll(t => DirectiveNames.Delegate.Equals(t.Name.Value)); - - var arguments = new List<ArgumentNode> - { - new ArgumentNode( - DirectiveFieldNames.Delegate_Schema, - schemaName) - }; - - if (!string.IsNullOrEmpty(delegationPath)) - { - arguments.Add(new ArgumentNode( - DirectiveFieldNames.Delegate_Path, - delegationPath)); - } - - list.Add(new DirectiveNode - ( - DirectiveNames.Delegate, - arguments - )); - - return field.WithDirectives(list); - } - - public static string GetOriginalName( - this INamedSyntaxNode typeDefinition, - string schemaName) - { - if (typeDefinition == null) - { - throw new ArgumentNullException(nameof(typeDefinition)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - var sourceDirective = typeDefinition.Directives - .FirstOrDefault(t => HasSourceDirective(t, schemaName)); - - if (sourceDirective is not null) - { - var argument = sourceDirective.Arguments.First(t => - DirectiveFieldNames.Source_Name.Equals(t.Name.Value)); - if (argument.Value is StringValueNode value) - { - return value.Value; - } - } - - return typeDefinition.Name.Value; - } - - public static bool IsFromSchema( - this INamedSyntaxNode typeDefinition, - string schemaName) - { - if (typeDefinition == null) - { - throw new ArgumentNullException(nameof(typeDefinition)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - return typeDefinition.Directives.Any(t => - HasSourceDirective(t, schemaName)); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/SchemaInfoExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/SchemaInfoExtensions.cs deleted file mode 100644 index 3436830f603..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/SchemaInfoExtensions.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal static class SchemaInfoExtensions -{ - public static ObjectTypeDefinitionNode? GetRootType( - this ISchemaInfo schema, - OperationType operation) - => operation switch - { - OperationType.Query => schema.QueryType, - OperationType.Mutation => schema.MutationType, - OperationType.Subscription => schema.SubscriptionType, - _ => throw new NotSupportedException(), - }; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/SchemaMergerExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/SchemaMergerExtensions.cs deleted file mode 100644 index a57684b9f7f..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/SchemaMergerExtensions.cs +++ /dev/null @@ -1,188 +0,0 @@ -using System.Reflection; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Merge.Rewriters; -using HotChocolate.Stitching.Properties; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge; - -public static class SchemaMergerExtensions -{ - public static ISchemaMerger IgnoreRootTypes( - this ISchemaMerger schemaMerger, - string? schemaName = null) - { - if (schemaMerger == null) - { - throw new ArgumentNullException(nameof(schemaMerger)); - } - - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return schemaMerger.AddDocumentRewriter( - new RemoveRootTypeRewriter(schemaName)); - } - - public static ISchemaMerger IgnoreType( - this ISchemaMerger schemaMerger, - string typeName, - string? schemaName = null) - { - if (schemaMerger == null) - { - throw new ArgumentNullException(nameof(schemaMerger)); - } - - typeName.EnsureGraphQLName(nameof(typeName)); - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return schemaMerger.AddDocumentRewriter( - new RemoveTypeRewriter(typeName, schemaName)); - } - - public static ISchemaMerger IgnoreField( - this ISchemaMerger schemaMerger, - FieldReference field, - string? schemaName = null) - { - if (schemaMerger is null) - { - throw new ArgumentNullException(nameof(schemaMerger)); - } - - if (field is null) - { - throw new ArgumentNullException(nameof(field)); - } - - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return schemaMerger.AddTypeRewriter( - new RemoveFieldRewriter(field, schemaName)); - } - - public static ISchemaMerger RenameType( - this ISchemaMerger schemaMerger, - string originalTypeName, - string newTypeName, - string? schemaName = null) - { - if (schemaMerger is null) - { - throw new ArgumentNullException(nameof(schemaMerger)); - } - - originalTypeName.EnsureGraphQLName(nameof(originalTypeName)); - newTypeName.EnsureGraphQLName(nameof(newTypeName)); - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return schemaMerger.AddTypeRewriter( - new RenameTypeRewriter(originalTypeName, newTypeName, schemaName)); - } - - public static ISchemaMerger RenameField( - this ISchemaMerger schemaMerger, - FieldReference field, - string newFieldName, - string? schemaName = null) - { - if (schemaMerger is null) - { - throw new ArgumentNullException(nameof(schemaMerger)); - } - - if (field is null) - { - throw new ArgumentNullException(nameof(field)); - } - - newFieldName.EnsureGraphQLName(nameof(newFieldName)); - schemaName?.EnsureGraphQLName(nameof(schemaName)); - - return schemaMerger.AddTypeRewriter( - new RenameFieldRewriter(field, newFieldName, schemaName)); - } - - [Obsolete("Use AddTypeMergeHandler")] - public static ISchemaMerger AddMergeHandler<T>( - this ISchemaMerger merger) - where T : class, ITypeMergeHandler => - AddTypeMergeHandler<T>(merger); - - public static ISchemaMerger AddTypeMergeHandler<T>( - this ISchemaMerger merger) - where T : class, ITypeMergeHandler - { - if (merger == null) - { - throw new ArgumentNullException(nameof(merger)); - } - - merger.AddTypeMergeRule(CreateTypeMergeRule<T>()); - - return merger; - } - - public static ISchemaMerger AddDirectiveMergeHandler<T>( - this ISchemaMerger merger) - where T : class, IDirectiveMergeHandler - { - if (merger == null) - { - throw new ArgumentNullException(nameof(merger)); - } - - merger.AddDirectiveMergeRule(CreateDirectiveMergeRule<T>()); - - return merger; - } - - internal static MergeTypeRuleFactory CreateTypeMergeRule<T>() - where T : class, ITypeMergeHandler - { - var constructor = - CreateHandlerInternal<T, MergeTypeRuleDelegate>(); - - return next => - { - var handler = (ITypeMergeHandler)constructor - .Invoke(new object[] { next }); - return handler.Merge; - }; - } - - internal static MergeDirectiveRuleFactory CreateDirectiveMergeRule<T>() - where T : class, IDirectiveMergeHandler - { - var constructor = - CreateHandlerInternal<T, MergeDirectiveRuleDelegate>(); - - return next => - { - var handler = (IDirectiveMergeHandler)constructor - .Invoke(new object[] { next }); - return handler.Merge; - }; - } - - private static ConstructorInfo CreateHandlerInternal<THandler, TRule>() - where THandler : class - { - var constructor = typeof(THandler).GetTypeInfo() - .DeclaredConstructors.SingleOrDefault(c => - { - var parameters = c.GetParameters(); - return parameters.Length == 1 - && parameters[0].ParameterType == - typeof(TRule); - }); - - if (constructor == null) - { - throw new ArgumentException(StitchingResources - .SchemaMergerExtensions_NoValidConstructor); - } - - return constructor; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/TypeInfoExtensions.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/TypeInfoExtensions.cs deleted file mode 100644 index cbaef27bcdf..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Extensions/TypeInfoExtensions.cs +++ /dev/null @@ -1,37 +0,0 @@ -namespace HotChocolate.Stitching.Merge; - -public static class TypeInfoExtensions -{ - public static bool IsQueryType(this ITypeInfo typeInfo) - { - if (typeInfo == null) - { - throw new ArgumentNullException(nameof(typeInfo)); - } - - return typeInfo.IsRootType - && typeInfo.Definition == typeInfo.Schema.QueryType; - } - - public static bool IsMutationType(this ITypeInfo typeInfo) - { - if (typeInfo == null) - { - throw new ArgumentNullException(nameof(typeInfo)); - } - - return typeInfo.IsRootType - && typeInfo.Definition == typeInfo.Schema.MutationType; - } - - public static bool IsSubscriptionType(this ITypeInfo typeInfo) - { - if (typeInfo == null) - { - throw new ArgumentNullException(nameof(typeInfo)); - } - - return typeInfo.IsRootType - && typeInfo.Definition == typeInfo.Schema.SubscriptionType; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ComplexTypeMergeHelpers.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ComplexTypeMergeHelpers.cs deleted file mode 100644 index b43f38d6ce8..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ComplexTypeMergeHelpers.cs +++ /dev/null @@ -1,96 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal static class ComplexTypeMergeHelpers -{ - public static bool CanBeMergedWith( - this InterfaceTypeInfo left, - InterfaceTypeInfo right) - => CanBeMerged(left.Definition, right.Definition); - - public static bool CanBeMergedWith( - this ObjectTypeInfo left, - ObjectTypeInfo right) - => CanBeMerged(left.Definition, right.Definition); - - private static bool CanBeMerged( - ComplexTypeDefinitionNodeBase left, - ComplexTypeDefinitionNodeBase right) - { - if (left.Name.Value.EqualsOrdinal(right.Name.Value) - && left.Fields.Count == right.Fields.Count) - { - var leftFields = left.Fields.ToDictionary(t => t.Name.Value); - var rightFields = right.Fields.ToDictionary(t => t.Name.Value); - - foreach (var name in leftFields.Keys) - { - var leftField = leftFields[name]; - if (!rightFields.TryGetValue(name, out var rightField) - || !HasSameShape(leftField, rightField)) - { - return false; - } - } - return true; - } - return false; - } - - private static bool HasSameShape( - FieldDefinitionNode left, - FieldDefinitionNode right) - { - if (left.Name.Value.EqualsOrdinal(right.Name.Value) - && HasSameType(left.Type, right.Type) - && left.Arguments.Count == right.Arguments.Count) - { - return HasSameArguments(left.Arguments, right.Arguments); - } - return false; - } - - public static bool HasSameArguments( - IReadOnlyList<InputValueDefinitionNode> left, - IReadOnlyList<InputValueDefinitionNode> right) - { - var leftArgs = left.ToDictionary(t => t.Name.Value); - var rightArgs = right.ToDictionary(t => t.Name.Value); - - foreach (var name in leftArgs.Keys) - { - var leftArgument = leftArgs[name]; - if (!rightArgs.TryGetValue(name, out var rightArgument) - || !HasSameType(leftArgument.Type, rightArgument.Type)) - { - return false; - } - } - return true; - } - - private static bool HasSameType(ITypeNode left, ITypeNode right) - { - if (left is NonNullTypeNode lnntn - && right is NonNullTypeNode rnntn) - { - return HasSameType(lnntn.Type, rnntn.Type); - } - - if (left is ListTypeNode lltn - && right is ListTypeNode rltn) - { - return HasSameType(lltn.Type, rltn.Type); - } - - if (left is NamedTypeNode lntn - && right is NamedTypeNode rntn) - { - return lntn.Name.Value.EqualsOrdinal(rntn.Name.Value); - } - - return false; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/DirectiveTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/DirectiveTypeMergeHandler.cs deleted file mode 100644 index 9e0a16a9af7..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/DirectiveTypeMergeHandler.cs +++ /dev/null @@ -1,103 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class DirectiveTypeMergeHandler -{ - private readonly MergeDirectiveRuleDelegate _next; - - public DirectiveTypeMergeHandler(MergeDirectiveRuleDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<IDirectiveTypeInfo> types) - { - var notMerged = types.ToList(); - - while (notMerged.Count > 0) - { - MergeNextType(context, notMerged); - } - } - - private void MergeNextType( - ISchemaMergeContext context, - List<IDirectiveTypeInfo> notMerged) - { - var left = notMerged[0]; - - var readyToMerge = new List<IDirectiveTypeInfo>(); - readyToMerge.Add(left); - - for (var i = 1; i < notMerged.Count; i++) - { - if (CanBeMerged(left.Definition, notMerged[i].Definition)) - { - readyToMerge.Add(notMerged[i]); - } - } - - var name = readyToMerge[0].Definition.Name.Value; - - if (context.ContainsDirective(name)) - { - throw new InvalidOperationException($"Unable to merge {name}, directive with this name already exists."); - } - - MergeTypes(context, readyToMerge, name); - notMerged.RemoveAll(readyToMerge.Contains); - } - - protected void MergeTypes( - ISchemaMergeContext context, - IReadOnlyList<IDirectiveTypeInfo> types, - string newTypeName) - { - var definitions = types - .Select(t => t.Definition) - .ToList(); - - var definition = - definitions[0].Rename( - newTypeName, - types.Select(t => t.Schema.Name)); - - context.AddDirective(definition); - } - - private static bool CanBeMerged(DirectiveDefinitionNode left, DirectiveDefinitionNode right) - { - if (!left.Name.Value.Equals(right.Name.Value, StringComparison.Ordinal)) - { - return false; - } - - if (left.Locations.Count != right.Locations.Count) - { - return false; - } - - var leftLocations = left.Locations.Select(l => l.Value).OrderBy(l => l).ToList(); - var rightLocations = right.Locations.Select(l => l.Value).OrderBy(l => l).ToList(); - - if (!leftLocations.SequenceEqual(rightLocations)) - { - return false; - } - - if (left.IsRepeatable != right.IsRepeatable) - { - return false; - } - - if (left.Arguments.Count != right.Arguments.Count) - { - return false; - } - - return ComplexTypeMergeHelpers.HasSameArguments(left.Arguments, right.Arguments); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/EnumTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/EnumTypeMergeHandler.cs deleted file mode 100644 index 36411e5e9b1..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/EnumTypeMergeHandler.cs +++ /dev/null @@ -1,121 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class EnumTypeMergeHandler - : ITypeMergeHandler -{ - private readonly MergeTypeRuleDelegate _next; - - public EnumTypeMergeHandler(MergeTypeRuleDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types) - { - if (types.OfType<EnumTypeInfo>().Any()) - { - var notMerged = types.OfType<EnumTypeInfo>().ToList(); - var hasLeftovers = types.Count > notMerged.Count; - - while (notMerged.Count > 0) - { - MergeNextType(context, notMerged); - } - - if (hasLeftovers) - { - _next.Invoke(context, types.NotOfType<EnumTypeInfo>()); - } - } - else - { - _next.Invoke(context, types); - } - } - - private static void MergeNextType( - ISchemaMergeContext context, - List<EnumTypeInfo> notMerged) - { - var left = notMerged[0]; - - var leftValueSet = new HashSet<string>( - left.Definition.Values.Select(t => t.Name.Value)); - - var readyToMerge = new List<EnumTypeInfo>(); - readyToMerge.Add(left); - - for (var i = 1; i < notMerged.Count; i++) - { - if (CanBeMerged(leftValueSet, notMerged[i].Definition)) - { - readyToMerge.Add(notMerged[i]); - } - } - - MergeType(context, readyToMerge); - notMerged.RemoveAll(readyToMerge.Contains); - } - - private static void MergeType( - ISchemaMergeContext context, - IReadOnlyList<EnumTypeInfo> types) - { - var definition = types[0].Definition; - - var descriptionDef = - types.Select(t => t.Definition) - .FirstOrDefault(t => t.Description != null); - - if (descriptionDef != null) - { - definition = definition.WithDescription( - descriptionDef.Description); - } - - context.AddType(definition.Rename( - TypeMergeHelpers.CreateName(context, types), - types.Select(t => t.Schema.Name))); - } - - internal static bool CanBeMerged( - EnumTypeDefinitionNode left, - EnumTypeDefinitionNode right) - { - if (left == null) - { - throw new ArgumentNullException(nameof(left)); - } - - if (right == null) - { - throw new ArgumentNullException(nameof(right)); - } - - var leftValueSet = new HashSet<string>( - left.Values.Select(t => t.Name.Value)); - return CanBeMerged(leftValueSet, right); - } - - private static bool CanBeMerged( - ICollection<string> left, - EnumTypeDefinitionNodeBase right) - { - if (left.Count == right.Values.Count) - { - for (var i = 0; i < right.Values.Count; i++) - { - if (!left.Contains(right.Values[i].Name.Value)) - { - return false; - } - } - return true; - } - return false; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/InputObjectTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/InputObjectTypeMergeHandler.cs deleted file mode 100644 index 0adcd3e7e41..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/InputObjectTypeMergeHandler.cs +++ /dev/null @@ -1,242 +0,0 @@ -using System.ComponentModel; -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class InputObjectTypeMergeHandler - : TypeMergeHandlerBase<InputObjectTypeInfo> -{ - public InputObjectTypeMergeHandler(MergeTypeRuleDelegate next) - : base(next) - { - } - - protected override void MergeTypes( - ISchemaMergeContext context, - IReadOnlyList<InputObjectTypeInfo> types, - string newTypeName) - { - var definitions = types - .Select(t => t.Definition) - .ToList(); - - var definition = - definitions[0].Rename( - newTypeName, - types.Select(t => t.Schema.Name)); - - context.AddType(definition); - } - - protected override bool CanBeMerged( - InputObjectTypeInfo left, - InputObjectTypeInfo right) - { - var processed = new HashSet<string>(); - var queue = new Queue<TypePair>(); - var fieldTypes = new List<string>(); - - queue.Enqueue(new TypePair(left, right)); - - while (queue.Count > 0) - { - var pair = queue.Dequeue(); - processed.Add(pair.Left.Definition.Name.Value); - fieldTypes.Clear(); - - if (pair.Left.Definition is InputObjectTypeDefinitionNode ld - && pair.Right.Definition is InputObjectTypeDefinitionNode rd - && CanBeMerged(ld, rd, fieldTypes) - && CanHandleFieldTypes(pair, fieldTypes, processed, queue)) - { - processed.Add(ld.Name.Value); - } - else - { - return false; - } - } - - return true; - } - - private static bool CanHandleFieldTypes( - TypePair typePair, - ICollection<string> fieldTypes, - ISet<string> processed, - Queue<TypePair> queue) - { - if (fieldTypes.Count > 0) - { - foreach (var typeName in fieldTypes) - { - if (processed.Add(typeName) - && !TryEnqueueFieldType(typePair, typeName, queue)) - { - return false; - } - } - } - - return true; - } - - private static bool TryEnqueueFieldType( - TypePair typePair, - string typeName, - Queue<TypePair> queue) - { - if (typePair.Left.Schema.Types.TryGetValue(typeName, - out var lt) - && typePair.Right.Schema.Types.TryGetValue(typeName, - out var rt)) - { - return TryEnqueueForAnalysis( - TypeInfo.Create(lt, typePair.Left.Schema), - TypeInfo.Create(rt, typePair.Right.Schema), - queue); - } - else if (!typePair.Left.Schema.Types.ContainsKey(typeName) - && !typePair.Right.Schema.Types.ContainsKey(typeName)) - { - // if the type does not exist in either schema then we expect - // it to be a scalar type. - return true; - } - - return false; - } - - private static bool TryEnqueueForAnalysis( - ITypeInfo left, ITypeInfo right, - Queue<TypePair> queue) - { - switch (GetMergeStatus(left.Definition, left.Definition)) - { - case MergeStatus.Analyze: - queue.Enqueue(new TypePair(right, left)); - return true; - case MergeStatus.Merge: - return true; - default: - return false; - } - } - - private static MergeStatus GetMergeStatus( - ITypeDefinitionNode leftType, - ITypeDefinitionNode rightType) - { - if (leftType is InputObjectTypeDefinitionNode - && rightType is InputObjectTypeDefinitionNode) - { - return MergeStatus.Analyze; - } - else if (leftType is ScalarTypeDefinitionNode - && rightType is ScalarTypeDefinitionNode) - { - return MergeStatus.Merge; - } - else if (leftType is EnumTypeDefinitionNode let - && rightType is EnumTypeDefinitionNode ret) - { - return EnumTypeMergeHandler.CanBeMerged(let, ret) - ? MergeStatus.Merge - : MergeStatus.Invalid; - } - - return MergeStatus.Analyze; - } - - private static bool CanBeMerged( - InputObjectTypeDefinitionNode left, - InputObjectTypeDefinitionNode right, - ICollection<string> typesToAnalyze) - { - if (left.Name.Value.Equals( - right.Name.Value, - StringComparison.Ordinal) - && left.Fields.Count == right.Fields.Count) - { - var leftArgs = - left.Fields.ToDictionary(t => t.Name.Value); - var rightArgs = - left.Fields.ToDictionary(t => t.Name.Value); - - foreach (var name in leftArgs.Keys) - { - var leftArgument = leftArgs[name]; - if (!rightArgs.TryGetValue(name, - out var rightArgument) - || !HasSameType( - leftArgument.Type, - rightArgument.Type, - typesToAnalyze)) - { - return false; - } - } - return true; - } - return false; - } - - private static bool HasSameType( - ITypeNode left, - ITypeNode right, - ICollection<string> typesToAnalyze) - { - if (left is NonNullTypeNode lnntn - && right is NonNullTypeNode rnntn) - { - return HasSameType(lnntn.Type, rnntn.Type, typesToAnalyze); - } - - if (left is ListTypeNode lltn - && right is ListTypeNode rltn) - { - return HasSameType(lltn.Type, rltn.Type, typesToAnalyze); - } - - if (left is NamedTypeNode lntn - && right is NamedTypeNode rntn) - { - - if (lntn.Name.Value.Equals( - rntn.Name.Value, - StringComparison.Ordinal)) - { - typesToAnalyze.Add(rntn.Name.Value); - return true; - } - return false; - } - - throw new NotSupportedException(); - } - - private class TypePair - { - public TypePair( - ITypeInfo left, - ITypeInfo right) - { - Left = left; - Right = right; - } - - public ITypeInfo Left { get; } - - public ITypeInfo Right { get; } - } - - private enum MergeStatus - { - Merge, - Invalid, - Analyze - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/InterfaceTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/InterfaceTypeMergeHandler.cs deleted file mode 100644 index 549c1f7d4ca..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/InterfaceTypeMergeHandler.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class InterfaceTypeMergeHandler - : TypeMergeHandlerBase<InterfaceTypeInfo> -{ - public InterfaceTypeMergeHandler(MergeTypeRuleDelegate next) - : base(next) - { - } - - protected override void MergeTypes( - ISchemaMergeContext context, - IReadOnlyList<InterfaceTypeInfo> types, - string newTypeName) - { - var definitions = types - .Select(t => t.Definition) - .ToList(); - - var definition = - definitions[0].Rename( - newTypeName, - types.Select(t => t.Schema.Name)); - - context.AddType(definition); - } - - protected override bool CanBeMerged( - InterfaceTypeInfo left, InterfaceTypeInfo right) => - left.CanBeMergedWith(right); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ObjectTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ObjectTypeMergeHandler.cs deleted file mode 100644 index f35ad7168fa..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ObjectTypeMergeHandler.cs +++ /dev/null @@ -1,37 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class ObjectTypeMergeHandler : TypeMergeHandlerBase<ObjectTypeInfo> -{ - public ObjectTypeMergeHandler(MergeTypeRuleDelegate next) - : base(next) - { - } - - protected override void MergeTypes( - ISchemaMergeContext context, - IReadOnlyList<ObjectTypeInfo> types, - string newTypeName) - { - var definitions = types - .Select(t => t.Definition) - .ToList(); - - // ? : how do we handle the interfaces correctly - var interfaces = new HashSet<string>( - definitions.SelectMany(d => - d.Interfaces.Select(t => t.Name.Value))); - - var definition = definitions[0] - .WithInterfaces(interfaces.Select(t => - new NamedTypeNode(new NameNode(t))).ToList()) - .Rename(newTypeName, types.Select(t => t.Schema.Name)); - - context.AddType(definition); - } - - protected override bool CanBeMerged( - ObjectTypeInfo left, ObjectTypeInfo right) => - left.CanBeMergedWith(right); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/RootTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/RootTypeMergeHandler.cs deleted file mode 100644 index ab7ec0e8e16..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/RootTypeMergeHandler.cs +++ /dev/null @@ -1,91 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Stitching.Delegation.ScopedVariables; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class RootTypeMergeHandler : ITypeMergeHandler -{ - private readonly MergeTypeRuleDelegate _next; - - public RootTypeMergeHandler(MergeTypeRuleDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types) - { - if (types.Count > 0) - { - if (types[0].IsRootType) - { - var names = new HashSet<string>(); - var fields = new List<FieldDefinitionNode>(); - - foreach (var type in types.OfType<ObjectTypeInfo>()) - { - IntegrateFields(type.Definition, type, names, fields); - } - - if (types[0].Schema.TryGetOperationType( - (ObjectTypeDefinitionNode)types[0].Definition, - out var operationType)) - { - var mergedRootType = new ObjectTypeDefinitionNode - ( - null, - new NameNode(operationType.ToString()), - null, - Array.Empty<DirectiveNode>(), - Array.Empty<NamedTypeNode>(), - fields - ); - context.AddType(mergedRootType); - } - } - else - { - _next.Invoke(context, types); - } - } - } - - private static void IntegrateFields( - ObjectTypeDefinitionNode rootType, - ITypeInfo typeInfo, - ISet<string> names, - ICollection<FieldDefinitionNode> fields) - { - var schemaName = typeInfo.Schema.Name; - - foreach (var field in rootType.Fields) - { - var current = field; - - if (names.Add(current.Name.Value)) - { - current = current.AddDelegationPath(schemaName); - } - else - { - var path = new SelectionPathComponent( - field.Name, - field.Arguments - .Select( - t => new ArgumentNode( - t.Name, - new ScopedVariableNode( - null, - new NameNode(ScopeNames.Arguments), - t.Name))) - .ToList()); - - var newName = new NameNode(typeInfo.CreateUniqueName(current)); - current = current.WithName(newName).AddDelegationPath(schemaName, path); - } - - fields.Add(current); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ScalarTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ScalarTypeMergeHandler.cs deleted file mode 100644 index 838c49fa9d5..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/ScalarTypeMergeHandler.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class ScalarTypeMergeHandler : ITypeMergeHandler -{ - private readonly MergeTypeRuleDelegate _next; - - public ScalarTypeMergeHandler(MergeTypeRuleDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types) - { - var unhandled = - types.OfType<ScalarTypeInfo>().Any() - ? types.NotOfType<ScalarTypeInfo>() - : types; - - _next.Invoke(context, unhandled); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/TypeMergeHandlerBase.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/TypeMergeHandlerBase.cs deleted file mode 100644 index d0469c28440..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/TypeMergeHandlerBase.cs +++ /dev/null @@ -1,68 +0,0 @@ -namespace HotChocolate.Stitching.Merge.Handlers; - -public abstract class TypeMergeHandlerBase<T>: ITypeMergeHandler where T : ITypeInfo -{ - private readonly MergeTypeRuleDelegate _next; - - protected TypeMergeHandlerBase(MergeTypeRuleDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types) - { - if (types.OfType<T>().Any()) - { - var notMerged = types.OfType<T>().ToList(); - var hasLeftovers = types.Count > notMerged.Count; - - while (notMerged.Count > 0) - { - MergeNextType(context, notMerged); - } - - if (hasLeftovers) - { - _next.Invoke(context, types.NotOfType<T>()); - } - } - else - { - _next.Invoke(context, types); - } - } - - private void MergeNextType( - ISchemaMergeContext context, - List<T> notMerged) - { - var left = notMerged[0]; - - var readyToMerge = new List<T>(); - readyToMerge.Add(left); - - for (var i = 1; i < notMerged.Count; i++) - { - if (CanBeMerged(left, notMerged[i])) - { - readyToMerge.Add(notMerged[i]); - } - } - - var newTypeName = - TypeMergeHelpers.CreateName<T>( - context, readyToMerge); - - MergeTypes(context, readyToMerge, newTypeName); - notMerged.RemoveAll(readyToMerge.Contains); - } - - protected abstract bool CanBeMerged(T left, T right); - - protected abstract void MergeTypes( - ISchemaMergeContext context, - IReadOnlyList<T> types, - string newTypeName); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/TypeMergeHelpers.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/TypeMergeHelpers.cs deleted file mode 100644 index d2916c1ff91..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/TypeMergeHelpers.cs +++ /dev/null @@ -1,80 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Handlers; - -internal static class TypeMergeHelpers -{ - private const int _maxRetries = 10000; - - public static string CreateName<T>( - ISchemaMergeContext context, - params T[] types) - where T : ITypeInfo => - CreateName(context, (IReadOnlyList<T>)types); - - - public static string CreateName<T>( - ISchemaMergeContext context, - IReadOnlyList<T> types) - where T : ITypeInfo - { - var name = types[0].Definition.Name.Value; - - if (context.ContainsType(name)) - { - for (var i = 0; i < types.Count; i++) - { - name = types[i].CreateUniqueName(); - if (!context.ContainsType(name)) - { - break; - } - } - - if (context.ContainsType(name)) - { - name = types[0].Definition.Name.Value; - - for (var i = 0; i < _maxRetries; i++) - { - var n = name + $"_{i}"; - if (!context.ContainsType(name)) - { - name = n; - break; - } - } - } - } - - return name; - } - - public static string CreateUniqueName( - this ITypeInfo typeInfo) - { - if (typeInfo == null) - { - throw new ArgumentNullException(nameof(typeInfo)); - } - - return $"{typeInfo.Schema.Name}_{typeInfo.Definition.Name.Value}"; - } - - public static string CreateUniqueName( - this ITypeInfo typeInfo, - NamedSyntaxNode namedSyntaxNode) - { - if (typeInfo == null) - { - throw new ArgumentNullException(nameof(typeInfo)); - } - - if (namedSyntaxNode == null) - { - throw new ArgumentNullException(nameof(namedSyntaxNode)); - } - - return $"{typeInfo.Schema.Name}_{namedSyntaxNode.Name.Value}"; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/UnionTypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/UnionTypeMergeHandler.cs deleted file mode 100644 index f42daa5f75d..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Handlers/UnionTypeMergeHandler.cs +++ /dev/null @@ -1,38 +0,0 @@ -namespace HotChocolate.Stitching.Merge.Handlers; - -internal class UnionTypeMergeHandler : ITypeMergeHandler -{ - private readonly MergeTypeRuleDelegate _next; - - public UnionTypeMergeHandler(MergeTypeRuleDelegate next) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types) - { - if (types.OfType<UnionTypeInfo>().Any()) - { - var notMerged = types.OfType<UnionTypeInfo>().ToList(); - var hasLeftovers = types.Count > notMerged.Count; - - for (var i = 0; i < notMerged.Count; i++) - { - context.AddType(notMerged[i].Definition.Rename( - TypeMergeHelpers.CreateName(context, notMerged[i]), - notMerged[i].Schema.Name)); - } - - if (hasLeftovers) - { - _next.Invoke(context, types.NotOfType<UnionTypeInfo>()); - } - } - else - { - _next.Invoke(context, types); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/IDirectiveMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/IDirectiveMergeHandler.cs deleted file mode 100644 index f3f154bf3ae..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/IDirectiveMergeHandler.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Merge; - -public interface IDirectiveMergeHandler -{ - void Merge( - ISchemaMergeContext context, - IReadOnlyList<IDirectiveTypeInfo> directives); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/IDirectiveTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/IDirectiveTypeInfo.cs deleted file mode 100644 index 0940d1f1375..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/IDirectiveTypeInfo.cs +++ /dev/null @@ -1,9 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -public interface IDirectiveTypeInfo -{ - DirectiveDefinitionNode Definition { get; } - ISchemaInfo Schema { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaInfo.cs deleted file mode 100644 index 25bd5bfc219..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -public interface ISchemaInfo -{ - string Name { get; } - - DocumentNode Document { get; } - - IReadOnlyDictionary<string, ITypeDefinitionNode> Types { get; } - - IReadOnlyDictionary<string, DirectiveDefinitionNode> Directives { get; } - - ObjectTypeDefinitionNode QueryType { get; } - - ObjectTypeDefinitionNode? MutationType { get; } - - ObjectTypeDefinitionNode? SubscriptionType { get; } - - bool IsRootType(ITypeDefinitionNode typeDefinition); - - bool TryGetOperationType( - ObjectTypeDefinitionNode rootType, out - OperationType operationType); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaMergeContext.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaMergeContext.cs deleted file mode 100644 index a9f67845548..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaMergeContext.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -public interface ISchemaMergeContext -{ - void AddType(ITypeDefinitionNode type); - - void AddDirective(DirectiveDefinitionNode directive); - - bool ContainsType(string typeName); - - bool ContainsDirective(string directiveName); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaMerger.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaMerger.cs deleted file mode 100644 index 7a9886217e9..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ISchemaMerger.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Stitching.Merge.Rewriters; - -namespace HotChocolate.Stitching.Merge; - -public interface ISchemaMerger -{ - ISchemaMerger AddSchema(string name, DocumentNode schema); - - [Obsolete("Use AddTypeMergeRule")] - ISchemaMerger AddMergeRule(MergeTypeRuleFactory factory); - - ISchemaMerger AddTypeMergeRule(MergeTypeRuleFactory factory); - - ISchemaMerger AddDirectiveMergeRule(MergeDirectiveRuleFactory factory); - - ISchemaMerger AddTypeRewriter(ITypeRewriter rewriter); - - ISchemaMerger AddDocumentRewriter(IDocumentRewriter rewriter); - - DocumentNode Merge(); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeInfo.cs deleted file mode 100644 index 983541a3424..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeInfo.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -public interface ITypeInfo -{ - ITypeDefinitionNode Definition { get; } - - ISchemaInfo Schema { get; } - - bool IsRootType { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeInfo~1.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeInfo~1.cs deleted file mode 100644 index 783cca71a4c..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeInfo~1.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -public interface ITypeInfo<out T> - : ITypeInfo - where T : ITypeDefinitionNode -{ - new T Definition { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeMergeHandler.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeMergeHandler.cs deleted file mode 100644 index 38acc34f806..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ITypeMergeHandler.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Merge; - -public interface ITypeMergeHandler -{ - void Merge( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/InputObjectTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/InputObjectTypeInfo.cs deleted file mode 100644 index 5576af20e21..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/InputObjectTypeInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class InputObjectTypeInfo - : TypeInfo<InputObjectTypeDefinitionNode> -{ - public InputObjectTypeInfo( - InputObjectTypeDefinitionNode typeDefinition, - ISchemaInfo schema) - : base(typeDefinition, schema) - { - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/InterfaceTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/InterfaceTypeInfo.cs deleted file mode 100644 index e8f704a096a..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/InterfaceTypeInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class InterfaceTypeInfo - : TypeInfo<InterfaceTypeDefinitionNode> -{ - public InterfaceTypeInfo( - InterfaceTypeDefinitionNode typeDefinition, - ISchemaInfo schema) - : base(typeDefinition, schema) - { - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/MergeDirectiveRuleDelegate.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/MergeDirectiveRuleDelegate.cs deleted file mode 100644 index 49fed5eb55f..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/MergeDirectiveRuleDelegate.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Merge; - -public delegate MergeDirectiveRuleDelegate MergeDirectiveRuleFactory( - MergeDirectiveRuleDelegate next); - -public delegate void MergeDirectiveRuleDelegate( - ISchemaMergeContext context, - IReadOnlyList<IDirectiveTypeInfo> types); diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/MergeTypeDelegate.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/MergeTypeDelegate.cs deleted file mode 100644 index 13559549e17..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/MergeTypeDelegate.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Merge; - -public delegate MergeTypeRuleDelegate MergeTypeRuleFactory( - MergeTypeRuleDelegate next); - -public delegate void MergeTypeRuleDelegate( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types); diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ObjectTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ObjectTypeInfo.cs deleted file mode 100644 index eaec9c593e6..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ObjectTypeInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class ObjectTypeInfo - : TypeInfo<ObjectTypeDefinitionNode> -{ - public ObjectTypeInfo( - ObjectTypeDefinitionNode typeDefinition, - ISchemaInfo schema) - : base(typeDefinition, schema) - { - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/DelegateDocumentRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/DelegateDocumentRewriter.cs deleted file mode 100644 index d59c4d5634e..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/DelegateDocumentRewriter.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -public delegate DocumentNode RewriteDocumentDelegate(ISchemaInfo schema, DocumentNode document); - -internal class DelegateDocumentRewriter : IDocumentRewriter -{ - private readonly RewriteDocumentDelegate _rewrite; - - public DelegateDocumentRewriter(RewriteDocumentDelegate rewrite) - { - _rewrite = rewrite - ?? throw new ArgumentNullException(nameof(rewrite)); - } - - public DocumentNode Rewrite(ISchemaInfo schema, DocumentNode document) - { - return _rewrite.Invoke(schema, document); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/DelegateTypeRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/DelegateTypeRewriter.cs deleted file mode 100644 index 1689233eb78..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/DelegateTypeRewriter.cs +++ /dev/null @@ -1,22 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -public delegate ITypeDefinitionNode RewriteTypeDefinitionDelegate( - ISchemaInfo schema, - ITypeDefinitionNode typeDefinition); - -internal class DelegateTypeRewriter : ITypeRewriter -{ - private readonly RewriteTypeDefinitionDelegate _rewrite; - - public DelegateTypeRewriter(RewriteTypeDefinitionDelegate rewrite) - { - _rewrite = rewrite ?? throw new ArgumentNullException(nameof(rewrite)); - } - - public ITypeDefinitionNode Rewrite( - ISchemaInfo schema, - ITypeDefinitionNode typeDefinition) - => _rewrite.Invoke(schema, typeDefinition); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/IDocumentRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/IDocumentRewriter.cs deleted file mode 100644 index 53d754eafa6..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/IDocumentRewriter.cs +++ /dev/null @@ -1,8 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -public interface IDocumentRewriter -{ - DocumentNode Rewrite(ISchemaInfo schema, DocumentNode document); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/ITypeRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/ITypeRewriter.cs deleted file mode 100644 index 7a66e7aaa36..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/ITypeRewriter.cs +++ /dev/null @@ -1,8 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -public interface ITypeRewriter -{ - ITypeDefinitionNode Rewrite(ISchemaInfo schema, ITypeDefinitionNode typeDefinition); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveFieldRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveFieldRewriter.cs deleted file mode 100644 index c162fe459d4..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveFieldRewriter.cs +++ /dev/null @@ -1,84 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -internal class RemoveFieldRewriter - : ITypeRewriter -{ - public RemoveFieldRewriter(FieldReference field, string? schemaName = null) - { - Field = field ?? throw new ArgumentNullException(nameof(field)); - SchemaName = schemaName?.EnsureGraphQLName(nameof(schemaName)); - } - - public FieldReference Field { get; } - - public string? SchemaName { get; } - - public ITypeDefinitionNode Rewrite( - ISchemaInfo schema, - ITypeDefinitionNode typeDefinition) - { - if (!string.IsNullOrEmpty(SchemaName) && !SchemaName.Equals(schema.Name)) - { - return typeDefinition; - } - - var typeName = typeDefinition.GetOriginalName(schema.Name); - if (!Field.TypeName.Equals(typeName)) - { - return typeDefinition; - } - - switch (typeDefinition) - { - case InputObjectTypeDefinitionNode iotd: - return RemoveFields(iotd); - - case ObjectTypeDefinitionNode otd: - return RemoveFields(otd, f => otd.WithFields(f)); - - case InterfaceTypeDefinitionNode itd: - return RemoveFields(itd, f => itd.WithFields(f)); - - default: - return typeDefinition; - } - } - - private T RemoveFields<T>( - T typeDefinition, - RewriteFieldsDelegate<T> rewrite) - where T : ComplexTypeDefinitionNodeBase, ITypeDefinitionNode - { - var renamedFields = new List<FieldDefinitionNode>(); - - foreach (var field in typeDefinition.Fields) - { - if (!Field.FieldName.Equals(field.Name.Value)) - { - renamedFields.Add(field); - } - } - - return rewrite(renamedFields); - } - - private InputObjectTypeDefinitionNode RemoveFields( - InputObjectTypeDefinitionNode typeDefinition) - { - var renamedFields = new List<InputValueDefinitionNode>(); - - foreach (var field in typeDefinition.Fields) - { - if (!Field.FieldName.Equals(field.Name.Value)) - { - renamedFields.Add(field); - } - } - - return typeDefinition.WithFields(renamedFields); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveRootTypeRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveRootTypeRewriter.cs deleted file mode 100644 index e4807cede7f..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveRootTypeRewriter.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -internal class RemoveRootTypeRewriter : IDocumentRewriter -{ - public RemoveRootTypeRewriter(string? schemaName = null) => - SchemaName = schemaName?.EnsureGraphQLName(nameof(schemaName)); - - public string? SchemaName { get; } - - public DocumentNode Rewrite(ISchemaInfo schema, DocumentNode document) - { - if (!string.IsNullOrEmpty(SchemaName) && !SchemaName.Equals(schema.Name)) - { - return document; - } - - var definitions = new List<IDefinitionNode>(document.Definitions); - - RemoveType(definitions, schema.QueryType?.Name.Value); - RemoveType(definitions, schema.MutationType?.Name.Value); - RemoveType(definitions, schema.SubscriptionType?.Name.Value); - - return document.WithDefinitions(definitions); - } - - private static void RemoveType(ICollection<IDefinitionNode> definitions, string? typeName) - { - if (typeName is not null) - { - var rootType = definitions - .OfType<ITypeDefinitionNode>() - .FirstOrDefault(t => t.Name.Value.Equals(typeName)); - - if (rootType is not null) - { - definitions.Remove(rootType); - } - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveTypeRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveTypeRewriter.cs deleted file mode 100644 index 86dcb940777..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RemoveTypeRewriter.cs +++ /dev/null @@ -1,38 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -internal class RemoveTypeRewriter : IDocumentRewriter -{ - public RemoveTypeRewriter(string typeName, string? schemaName = null) - { - TypeName = typeName.EnsureGraphQLName(nameof(typeName)); - SchemaName = schemaName?.EnsureGraphQLName(nameof(schemaName)); - } - - public string TypeName { get; } - - public string? SchemaName { get; } - - public DocumentNode Rewrite(ISchemaInfo schema, DocumentNode document) - { - if (!string.IsNullOrEmpty(SchemaName) && !SchemaName.Equals(schema.Name)) - { - return document; - } - - var typeDefinition = document.Definitions - .OfType<ITypeDefinitionNode>() - .FirstOrDefault(t => TypeName.Equals(t.GetOriginalName(schema.Name))); - - if (typeDefinition is null) - { - return document; - } - - var definitions = new List<IDefinitionNode>(document.Definitions); - definitions.Remove(typeDefinition); - return document.WithDefinitions(definitions); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameFieldArgumentRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameFieldArgumentRewriter.cs deleted file mode 100644 index c068878b7f1..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameFieldArgumentRewriter.cs +++ /dev/null @@ -1,104 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -internal class RenameFieldArgumentRewriter - : ITypeRewriter -{ - public RenameFieldArgumentRewriter( - FieldReference field, - string argumentName, - string newArgumentName, - string? schemaName = null) - { - Field = field ?? throw new ArgumentNullException(nameof(field)); - ArgumentName = argumentName.EnsureGraphQLName(nameof(argumentName)); - NewArgumentName = newArgumentName.EnsureGraphQLName(nameof(newArgumentName)); - SchemaName = schemaName?.EnsureGraphQLName(nameof(schemaName)); - } - - public FieldReference Field { get; } - - public string ArgumentName { get; } - - public string NewArgumentName { get; } - - public string? SchemaName { get; } - - public ITypeDefinitionNode Rewrite( - ISchemaInfo schema, - ITypeDefinitionNode typeDefinition) - { - if (!string.IsNullOrEmpty(SchemaName) && !SchemaName.Equals(schema.Name)) - { - return typeDefinition; - } - - var typeName = typeDefinition.GetOriginalName(schema.Name); - if (!Field.TypeName.Equals(typeName)) - { - return typeDefinition; - } - - switch (typeDefinition) - { - case ObjectTypeDefinitionNode otd: - return SelectField(otd, schema.Name, - f => otd.WithFields(f)); - - case InterfaceTypeDefinitionNode itd: - return SelectField(itd, schema.Name, - f => itd.WithFields(f)); - - default: - return typeDefinition; - } - } - - private T SelectField<T>( - T typeDefinition, - string schemaName, - RewriteFieldsDelegate<T> rewrite) - where T : ComplexTypeDefinitionNodeBase, ITypeDefinitionNode - { - var renamedFields = new List<FieldDefinitionNode>(); - - foreach (var field in typeDefinition.Fields) - { - if (Field.FieldName.Equals(field.Name.Value)) - { - renamedFields.Add(RewriteArgument(schemaName, field)); - } - else - { - renamedFields.Add(field); - } - } - - return rewrite(renamedFields); - } - - private FieldDefinitionNode RewriteArgument( - string schemaName, - FieldDefinitionNode field) - { - var renamedArguments = new List<InputValueDefinitionNode>(); - - foreach (var argument in field.Arguments) - { - if (ArgumentName.Equals(argument.Name.Value)) - { - renamedArguments.Add(argument.Rename( - NewArgumentName, schemaName)); - } - else - { - renamedArguments.Add(argument); - } - } - - return field.WithArguments(renamedArguments); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameFieldRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameFieldRewriter.cs deleted file mode 100644 index fe3b9894cbc..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameFieldRewriter.cs +++ /dev/null @@ -1,93 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -internal class RenameFieldRewriter : ITypeRewriter -{ - public RenameFieldRewriter( - FieldReference field, - string newFieldName, - string? schemaName = null) - { - Field = field ?? throw new ArgumentNullException(nameof(field)); - NewFieldName = newFieldName.EnsureGraphQLName(nameof(newFieldName)); - SchemaName = schemaName?.EnsureGraphQLName(nameof(schemaName)); - } - - public FieldReference Field { get; } - - public string NewFieldName { get; } - - public string? SchemaName { get; } - - public ITypeDefinitionNode Rewrite( - ISchemaInfo schema, - ITypeDefinitionNode typeDefinition) - { - if (!string.IsNullOrEmpty(SchemaName) && !SchemaName.Equals(schema.Name)) - { - return typeDefinition; - } - - var typeName = typeDefinition.GetOriginalName(schema.Name); - if (!Field.TypeName.Equals(typeName)) - { - return typeDefinition; - } - - switch (typeDefinition) - { - case InputObjectTypeDefinitionNode iotd: - return RenameFields(iotd, schema.Name); - - case ObjectTypeDefinitionNode otd: - return RenameFields(otd, schema.Name, - f => otd.WithFields(f)); - - case InterfaceTypeDefinitionNode itd: - return RenameFields(itd, schema.Name, - f => itd.WithFields(f)); - - default: - return typeDefinition; - } - } - - private T RenameFields<T>( - T typeDefinition, - string schemaName, - RewriteFieldsDelegate<T> rewrite) - where T : ComplexTypeDefinitionNodeBase, ITypeDefinitionNode - { - var renamedFields = new List<FieldDefinitionNode>(); - - foreach (var field in typeDefinition.Fields) - { - renamedFields.Add( - Field.FieldName.Equals(field.Name.Value) - ? field.Rename(NewFieldName, schemaName) - : field); - } - - return rewrite(renamedFields); - } - - private InputObjectTypeDefinitionNode RenameFields( - InputObjectTypeDefinitionNode typeDefinition, - string schemaName) - { - var renamedFields = new List<InputValueDefinitionNode>(); - - foreach (var field in typeDefinition.Fields) - { - renamedFields.Add( - Field.FieldName.Equals(field.Name.Value) - ? field.Rename(NewFieldName, schemaName) - : field); - } - - return typeDefinition.WithFields(renamedFields); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameTypeRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameTypeRewriter.cs deleted file mode 100644 index 2228d95d642..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RenameTypeRewriter.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -internal class RenameTypeRewriter - : ITypeRewriter -{ - public RenameTypeRewriter( - string originalTypeName, - string newTypeName, - string? schemaName = null) - { - OriginalTypeName = originalTypeName.EnsureGraphQLName(nameof(originalTypeName)); - NewTypeName = newTypeName.EnsureGraphQLName(nameof(newTypeName)); - SchemaName = schemaName?.EnsureGraphQLName(nameof(schemaName)); - } - - public string OriginalTypeName { get; } - - public string NewTypeName { get; } - - public string? SchemaName { get; } - - public ITypeDefinitionNode Rewrite( - ISchemaInfo schema, - ITypeDefinitionNode typeDefinition) - { - if (!string.IsNullOrEmpty(SchemaName) && !SchemaName.Equals(schema.Name)) - { - return typeDefinition; - } - - if (!OriginalTypeName.Equals(typeDefinition.Name.Value)) - { - return typeDefinition; - } - - return typeDefinition.Rename(NewTypeName, schema.Name); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RewriteFieldsDelegate.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RewriteFieldsDelegate.cs deleted file mode 100644 index 5e677f18d3d..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/Rewriters/RewriteFieldsDelegate.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System.Collections.Generic; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge.Rewriters; - -internal delegate T RewriteFieldsDelegate<out T>( - IReadOnlyList<FieldDefinitionNode> fields) - where T : ComplexTypeDefinitionNodeBase, ITypeDefinitionNode; diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/ScalarTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/ScalarTypeInfo.cs deleted file mode 100644 index 551a4704ccf..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/ScalarTypeInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class ScalarTypeInfo - : TypeInfo<ScalarTypeDefinitionNode> -{ - public ScalarTypeInfo( - ScalarTypeDefinitionNode typeDefinition, - ISchemaInfo schema) - : base(typeDefinition, schema) - { - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaInfo.cs deleted file mode 100644 index af70a374ec9..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaInfo.cs +++ /dev/null @@ -1,186 +0,0 @@ -using System.Xml.Linq; -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using System; -using HotChocolate.Stitching.Properties; - -namespace HotChocolate.Stitching.Merge; - -internal class SchemaInfo - : ISchemaInfo -{ - private static readonly Dictionary<OperationType, string> _names = - new Dictionary<OperationType, string> - { - { - OperationType.Query, - OperationType.Query.ToString() - }, - { - OperationType.Mutation, - OperationType.Mutation.ToString() - }, - { - OperationType.Subscription, - OperationType.Subscription.ToString() - } - }; - private ObjectTypeDefinitionNode _queryType; - private ObjectTypeDefinitionNode _mutationType; - private ObjectTypeDefinitionNode _subscriptionType; - - public SchemaInfo(string name, DocumentNode document) - { - if (string.IsNullOrEmpty(name)) - { - throw new ArgumentException( - StitchingResources.SchemaName_EmptyOrNull, - nameof(name)); - } - - if (document == null) - { - throw new ArgumentNullException(nameof(document)); - } - - Name = name; - Document = document; - - var types = - document.Definitions - .OfType<ITypeDefinitionNode>() - .ToDictionary(t => t.Name.Value); - Types = types; - - Directives = document.Definitions - .OfType<DirectiveDefinitionNode>() - .ToDictionary(t => t.Name.Value); - - var schemaDefinition = document.Definitions - .OfType<SchemaDefinitionNode>().FirstOrDefault(); - - RootTypes = GetRootTypeMapppings( - GetRootTypeNameMapppings(schemaDefinition), - types); - } - - protected Dictionary<OperationType, ObjectTypeDefinitionNode> RootTypes - { get; } - - public string Name { get; } - - public DocumentNode Document { get; } - - public IReadOnlyDictionary<string, ITypeDefinitionNode> Types - { get; } - - public IReadOnlyDictionary<string, DirectiveDefinitionNode> Directives - { get; } - - public ObjectTypeDefinitionNode QueryType - { - get - { - if (_queryType == null - && RootTypes.TryGetValue(OperationType.Query, - out var type)) - { - _queryType = type; - } - return _queryType; - } - } - - public ObjectTypeDefinitionNode MutationType - { - get - { - if (_mutationType == null - && RootTypes.TryGetValue(OperationType.Mutation, - out var type)) - { - _mutationType = type; - } - return _mutationType; - } - } - - public ObjectTypeDefinitionNode SubscriptionType - { - get - { - if (_subscriptionType == null - && RootTypes.TryGetValue(OperationType.Subscription, - out var type)) - { - _subscriptionType = type; - } - return _subscriptionType; - } - } - - public bool IsRootType(ITypeDefinitionNode typeDefinition) - { - if (typeDefinition == null) - { - throw new ArgumentNullException(nameof(typeDefinition)); - } - - if (typeDefinition is ObjectTypeDefinitionNode ot) - { - return RootTypes.ContainsValue(ot); - } - - return false; - } - - public bool TryGetOperationType( - ObjectTypeDefinitionNode rootType, - out OperationType operationType) - { - if (RootTypes.ContainsValue(rootType)) - { - operationType = RootTypes.First(t => t.Value == rootType).Key; - return true; - } - - operationType = default; - return false; - } - - private static Dictionary<OperationType, ObjectTypeDefinitionNode> - GetRootTypeMapppings( - IDictionary<OperationType, string> nameMappings, - IDictionary<string, ITypeDefinitionNode> types) - { - var map = new Dictionary<OperationType, ObjectTypeDefinitionNode>(); - - foreach (var nameMapping in - nameMappings) - { - if (types.TryGetValue(nameMapping.Value, out - var definition) - && definition is ObjectTypeDefinitionNode objectType) - { - types.Remove(nameMapping.Value); - map.Add(nameMapping.Key, objectType); - } - } - - return map; - } - - private static IDictionary<OperationType, string> - GetRootTypeNameMapppings(SchemaDefinitionNodeBase schemaDefinition) - { - if (schemaDefinition == null) - { - return _names; - } - - return schemaDefinition.OperationTypes.ToDictionary( - t => t.Operation, - t => t.Type.Name.Value); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMergeContext.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMergeContext.cs deleted file mode 100644 index 3b4452db82e..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMergeContext.cs +++ /dev/null @@ -1,68 +0,0 @@ -using System.Diagnostics.Contracts; -using System.Collections.Specialized; -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge; - -public class SchemaMergeContext - : ISchemaMergeContext -{ - private readonly Dictionary<string, ITypeDefinitionNode> _types = new(); - private readonly Dictionary<string, DirectiveDefinitionNode> _dirs = new(); - - public void AddType(ITypeDefinitionNode type) - { - if (type == null) - { - throw new ArgumentNullException(nameof(type)); - } - - if (_types.ContainsKey(type.Name.Value)) - { - throw new ArgumentException( - "A type with that name was already added."); - } - - _types.Add(type.Name.Value, type); - } - - public void AddDirective(DirectiveDefinitionNode directive) - { - if (directive == null) - { - throw new ArgumentNullException(nameof(directive)); - } - - if (_dirs.ContainsKey(directive.Name.Value)) - { - throw new ArgumentException( - "A type with that name was already added."); - } - - _dirs.Add(directive.Name.Value, directive); - } - - public bool ContainsType(string typeName) - { - typeName.EnsureGraphQLName(nameof(typeName)); - return _types.ContainsKey(typeName); - } - - public bool ContainsDirective(string directiveName) - { - directiveName.EnsureGraphQLName(nameof(directiveName)); - return _dirs.ContainsKey(directiveName); - } - - public DocumentNode CreateSchema() - { - var definitions = new List<IDefinitionNode>(); - definitions.AddRange(_types.Values); - definitions.AddRange(_dirs.Values); - return new DocumentNode(definitions); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMergeException.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMergeException.cs deleted file mode 100644 index 8c4ec95bb56..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMergeException.cs +++ /dev/null @@ -1,23 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -[Serializable] -public sealed class SchemaMergeException : Exception -{ - public SchemaMergeException( - ITypeDefinitionNode typeDefinition, - ITypeExtensionNode typeExtension, - string message) - : base(message) - { - TypeDefinition = typeDefinition - ?? throw new ArgumentNullException(nameof(typeDefinition)); - TypeExtension = typeExtension - ?? throw new ArgumentNullException(nameof(typeExtension)); - } - - public ITypeDefinitionNode TypeDefinition { get; } - - public ITypeExtensionNode TypeExtension { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMerger.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMerger.cs deleted file mode 100644 index dc9f775b263..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/SchemaMerger.cs +++ /dev/null @@ -1,405 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Execution; -using HotChocolate.Stitching.Merge.Handlers; -using HotChocolate.Stitching.Merge.Rewriters; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge; - -public class SchemaMerger - : ISchemaMerger -{ - private static readonly List<MergeTypeRuleFactory> _defaultMergeRules = - new() - { - SchemaMergerExtensions.CreateTypeMergeRule<ScalarTypeMergeHandler>(), - SchemaMergerExtensions.CreateTypeMergeRule<InputObjectTypeMergeHandler>(), - SchemaMergerExtensions.CreateTypeMergeRule<RootTypeMergeHandler>(), - SchemaMergerExtensions.CreateTypeMergeRule<ObjectTypeMergeHandler>(), - SchemaMergerExtensions.CreateTypeMergeRule<InterfaceTypeMergeHandler>(), - SchemaMergerExtensions.CreateTypeMergeRule<UnionTypeMergeHandler>(), - SchemaMergerExtensions.CreateTypeMergeRule<EnumTypeMergeHandler>(), - }; - private readonly List<MergeTypeRuleFactory> _mergeRules = new(); - private readonly List<MergeDirectiveRuleFactory> _directiveMergeRules = new(); - private readonly List<ITypeRewriter> _typeRewriters = new(); - private readonly List<IDocumentRewriter> _docRewriters = new(); - private readonly OrderedDictionary<string, DocumentNode> _schemas = new(); - - [Obsolete("Use AddTypeMergeRule")] - public ISchemaMerger AddMergeRule(MergeTypeRuleFactory factory) => - AddTypeMergeRule(factory); - - public ISchemaMerger AddTypeMergeRule(MergeTypeRuleFactory factory) - { - if (factory == null) - { - throw new ArgumentNullException(nameof(factory)); - } - - _mergeRules.Add(factory); - return this; - } - - public ISchemaMerger AddDirectiveMergeRule( - MergeDirectiveRuleFactory factory) - { - if (factory == null) - { - throw new ArgumentNullException(nameof(factory)); - } - - _directiveMergeRules.Add(factory); - return this; - } - - public ISchemaMerger AddSchema(string name, DocumentNode schema) - { - if (schema == null) - { - throw new ArgumentNullException(nameof(schema)); - } - - name.EnsureGraphQLName(); - - _schemas.Add(name, schema); - - return this; - } - - public ISchemaMerger AddTypeRewriter(ITypeRewriter rewriter) - { - if (rewriter == null) - { - throw new ArgumentNullException(nameof(rewriter)); - } - - _typeRewriters.Add(rewriter); - return this; - } - - public ISchemaMerger AddDocumentRewriter(IDocumentRewriter rewriter) - { - if (rewriter == null) - { - throw new ArgumentNullException(nameof(rewriter)); - } - - _docRewriters.Add(rewriter); - return this; - } - - public DocumentNode Merge() - { - var mergeTypes = CompileMergeTypeDelegate(); - var mergeDirectives = CompileMergeDirectiveDelegate(); - var schemas = CreateSchemaInfos(); - - var context = new SchemaMergeContext(); - - // merge root types - MergeRootType(context, OperationType.Query, schemas, mergeTypes); - MergeRootType(context, OperationType.Mutation, schemas, mergeTypes); - MergeRootType(context, OperationType.Subscription, schemas, mergeTypes); - - // merge all other types - MergeTypes(context, CreateTypesNameSet(schemas), schemas, mergeTypes); - MergeDirectives(context, CreateDirectivesNameSet(schemas), schemas, mergeDirectives); - - return RewriteTypeReferences(schemas, context.CreateSchema()); - } - - private IReadOnlyList<ISchemaInfo> CreateSchemaInfos() - { - var original = _schemas - .Select(t => new SchemaInfo(t.Key, PrepareSchemaDocument(t.Value, t.Key))) - .ToList(); - - if (_docRewriters.Count == 0 && _typeRewriters.Count == 0) - { - return original; - } - - var rewritten = new List<SchemaInfo>(); - var referenceRewriter = new TypeReferenceRewriter(); - - foreach (var schemaInfo in original) - { - var current = schemaInfo.Document; - current = RewriteDocument(schemaInfo, current); - current = RewriteTypes(schemaInfo, current); - - if (current == schemaInfo.Document) - { - rewritten.Add(schemaInfo); - } - else - { - current = referenceRewriter.RewriteSchema( - current, schemaInfo.Name); - - rewritten.Add(new SchemaInfo( - schemaInfo.Name, - current)); - } - } - - return rewritten; - } - - private static DocumentNode PrepareSchemaDocument( - DocumentNode document, - string schemaName) - { - var definitions = new List<IDefinitionNode>(); - foreach (var definition in document.Definitions) - { - if (definition is ITypeDefinitionNode typeDefinition) - { - if (!IsIntrospectionType(typeDefinition)) - { - definitions.Add(typeDefinition.Rename( - typeDefinition.Name.Value, schemaName)); - } - } - else - { - definitions.Add(definition); - } - } - return document.WithDefinitions(definitions); - } - - private static bool IsIntrospectionType(ITypeDefinitionNode typeDefinition) - { - // we should check this against the actual known list of intro types. - return typeDefinition.Name.Value.StartsWith("__", StringComparison.Ordinal); - } - - private DocumentNode RewriteDocument( - ISchemaInfo schema, - DocumentNode document) - { - var current = document; - - foreach (var rewriter in _docRewriters) - { - current = rewriter.Rewrite(schema, current); - } - - return current; - } - - private DocumentNode RewriteTypes( - ISchemaInfo schema, - DocumentNode document) - { - if (_typeRewriters.Count == 0) - { - return document; - } - - var definitions = new List<IDefinitionNode>(); - - foreach (var definition in document.Definitions) - { - if (definition is ITypeDefinitionNode typeDefinition) - { - foreach (var rewriter in _typeRewriters) - { - typeDefinition = rewriter.Rewrite(schema, typeDefinition); - } - definitions.Add(typeDefinition); - } - else - { - definitions.Add(definition); - } - } - - return document.WithDefinitions(definitions); - } - - private static DocumentNode RewriteTypeReferences( - IReadOnlyList<ISchemaInfo> schemas, - DocumentNode document) - { - var current = document; - var referenceRewriter = new TypeReferenceRewriter(); - - foreach (var schema in schemas) - { - current = referenceRewriter.RewriteSchema(current, schema.Name); - } - - return current; - } - - private static void MergeRootType( - ISchemaMergeContext context, - OperationType operation, - IEnumerable<ISchemaInfo> schemas, - MergeTypeRuleDelegate merge) - { - var types = new List<TypeInfo>(); - - foreach (var schema in schemas) - { - var rootType = schema.GetRootType(operation); - if (rootType is not null) - { - types.Add(new ObjectTypeInfo(rootType, schema)); - } - } - - if (types.Count > 0) - { - merge(context, types); - } - } - - private void MergeTypes( - ISchemaMergeContext context, - ISet<string> typeNames, - IReadOnlyCollection<ISchemaInfo> schemas, - MergeTypeRuleDelegate merge) - { - var types = new List<ITypeInfo>(); - - foreach (var typeName in typeNames) - { - SetTypes(typeName, schemas, types); - merge(context, types); - } - } - - private static ISet<string> CreateTypesNameSet( - IReadOnlyCollection<ISchemaInfo> schemas) - { - var names = new HashSet<string>(); - - foreach (var schema in schemas) - { - foreach (var name in schema.Types.Keys) - { - names.Add(name); - } - } - - return names; - } - - private static ISet<string> CreateDirectivesNameSet( - IReadOnlyCollection<ISchemaInfo> schemas) - { - var names = new HashSet<string>(); - - foreach (var schema in schemas) - { - foreach (var name in schema.Directives.Keys) - { - names.Add(name); - } - } - - return names; - } - - private void MergeDirectives( - ISchemaMergeContext context, - ISet<string> typeNames, - IReadOnlyCollection<ISchemaInfo> schemas, - MergeDirectiveRuleDelegate merge) - { - var directives = new List<IDirectiveTypeInfo>(); - - foreach (var typeName in typeNames) - { - SetDirectives(typeName, schemas, directives); - merge(context, directives); - } - } - - private static void SetTypes( - string name, - IReadOnlyCollection<ISchemaInfo> schemas, - ICollection<ITypeInfo> types) - { - types.Clear(); - - foreach (var schema in schemas) - { - if (schema.Types.TryGetValue(name, - out var typeDefinition)) - { - types.Add(TypeInfo.Create(typeDefinition, schema)); - } - } - } - - private static void SetDirectives( - string name, - IReadOnlyCollection<ISchemaInfo> schemas, - ICollection<IDirectiveTypeInfo> directives) - { - directives.Clear(); - - foreach (var schema in schemas) - { - if (schema.Directives.TryGetValue(name, - out var directiveDefinition)) - { - directives.Add(new DirectiveTypeInfo( - directiveDefinition, schema)); - } - } - } - - private MergeTypeRuleDelegate CompileMergeTypeDelegate() - { - MergeTypeRuleDelegate current = (c, t) => - { - if (t.Count > 0) - { - throw new NotSupportedException( - "The type definitions could not be handled."); - } - }; - - var handlers = new List<MergeTypeRuleFactory>(); - handlers.AddRange(_mergeRules); - handlers.AddRange(_defaultMergeRules); - - for (var i = handlers.Count - 1; i >= 0; i--) - { - current = handlers[i].Invoke(current); - } - - return current; - } - - private MergeDirectiveRuleDelegate CompileMergeDirectiveDelegate() - { - MergeDirectiveRuleDelegate current = (c, t) => - { - if (t.Count > 0) - { - throw new NotSupportedException( - "The type definitions could not be handled."); - } - }; - - var handlers = new List<MergeDirectiveRuleFactory>(); - handlers.AddRange(_directiveMergeRules); - handlers.Add(c => new DirectiveTypeMergeHandler(c).Merge); - - for (var i = handlers.Count - 1; i >= 0; i--) - { - current = handlers[i].Invoke(current); - } - - return current; - } - - public static SchemaMerger New() => new(); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/TypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/TypeInfo.cs deleted file mode 100644 index c9eea6e51de..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/TypeInfo.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class TypeInfo - : ITypeInfo -{ - protected TypeInfo( - ITypeDefinitionNode typeDefinition, - ISchemaInfo schema) - { - Definition = typeDefinition - ?? throw new ArgumentNullException(nameof(typeDefinition)); - Schema = schema - ?? throw new ArgumentNullException(nameof(schema)); - IsRootType = schema.IsRootType(typeDefinition); - } - - public ITypeDefinitionNode Definition { get; } - - public ISchemaInfo Schema { get; } - - public bool IsRootType { get; } - - public static ITypeInfo Create( - ITypeDefinitionNode typeDefinition, - ISchemaInfo schema) - { - switch (typeDefinition) - { - case ObjectTypeDefinitionNode otd: - return new ObjectTypeInfo(otd, schema); - case InterfaceTypeDefinitionNode itd: - return new InterfaceTypeInfo(itd, schema); - case UnionTypeDefinitionNode utd: - return new UnionTypeInfo(utd, schema); - case InputObjectTypeDefinitionNode iotd: - return new InputObjectTypeInfo(iotd, schema); - case EnumTypeDefinitionNode etd: - return new EnumTypeInfo(etd, schema); - case ScalarTypeDefinitionNode std: - return new ScalarTypeInfo(std, schema); - default: - throw new NotSupportedException(); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/TypeInfo~1.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/TypeInfo~1.cs deleted file mode 100644 index 75c372b1979..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/TypeInfo~1.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class TypeInfo<T> - : TypeInfo - , ITypeInfo<T> - where T : ITypeDefinitionNode -{ - protected TypeInfo(T typeDefinition, ISchemaInfo schema) - : base(typeDefinition, schema) - { - Definition = typeDefinition; - } - - public new T Definition { get; } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/TypeReferenceRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/TypeReferenceRewriter.cs deleted file mode 100644 index 0b56268ea2c..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/TypeReferenceRewriter.cs +++ /dev/null @@ -1,337 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Merge; - -internal sealed class TypeReferenceRewriter : SyntaxRewriter<TypeReferenceRewriter.Context> -{ - public DocumentNode? RewriteSchema( - DocumentNode document, - string schemaName) - { - if (document == null) - { - throw new ArgumentNullException(nameof(document)); - } - - schemaName.EnsureGraphQLName(nameof(schemaName)); - - IReadOnlyDictionary<string, string> renamedTypes = - GetRenamedTypes(document, schemaName); - - var fieldsToRename = - GetFieldsToRename(document, schemaName); - - var context = new Context( - schemaName, renamedTypes, fieldsToRename); - - return RewriteDocument(document, context); - } - - private static Dictionary<string, string> GetRenamedTypes( - DocumentNode document, - string schemaName) - { - var names = new Dictionary<string, string>(); - - foreach (var type in document.Definitions - .OfType<NamedSyntaxNode>()) - { - var originalName = type.GetOriginalName(schemaName); - if (!originalName.Equals(type.Name.Value)) - { - names[originalName] = type.Name.Value; - } - } - - return names; - } - - private static Dictionary<FieldDefinitionNode, string> GetFieldsToRename( - DocumentNode document, - string schemaName) - { - var fieldsToRename = - new Dictionary<FieldDefinitionNode, string>(); - - var types = document.Definitions - .OfType<ComplexTypeDefinitionNodeBase>() - .Where(t => t.IsFromSchema(schemaName)) - .ToDictionary(t => t.GetOriginalName(schemaName)); - - var queue = new Queue<string>(types.Keys); - - var context = new RenameFieldsContext( - types, fieldsToRename, schemaName); - - while (queue.Count > 0) - { - var name = queue.Dequeue(); - - switch (types[name]) - { - case ObjectTypeDefinitionNode objectType: - RenameObjectField(objectType, context); - break; - case InterfaceTypeDefinitionNode interfaceType: - RenameInterfaceField(interfaceType, context); - break; - default: - throw new NotSupportedException(); - } - } - - return fieldsToRename; - } - - private static void RenameObjectField( - ObjectTypeDefinitionNode objectType, - RenameFieldsContext renameContext) - { - var interfaceTypes = - GetInterfaceTypes(objectType, renameContext.Types); - - foreach (var fieldDefinition in - objectType.Fields) - { - var originalName = - fieldDefinition.GetOriginalName(renameContext.SchemaName); - if (!originalName.Equals(fieldDefinition.Name.Value)) - { - foreach (var interfaceType in - GetInterfacesThatProvideFieldDefinition( - originalName, interfaceTypes)) - { - RenameInterfaceField(interfaceType, - renameContext, originalName, - fieldDefinition.Name.Value); - } - } - } - } - - private static IReadOnlyCollection<InterfaceTypeDefinitionNode> GetInterfaceTypes( - ObjectTypeDefinitionNode objectType, - IDictionary<string, ComplexTypeDefinitionNodeBase> types) - { - var interfaceTypes = new List<InterfaceTypeDefinitionNode>(); - - foreach (var namedType in objectType.Interfaces) - { - if (types.TryGetValue(namedType.Name.Value, - out var ct) - && ct is InterfaceTypeDefinitionNode it) - { - interfaceTypes.Add(it); - } - } - - return interfaceTypes; - } - - private static IReadOnlyCollection<InterfaceTypeDefinitionNode> - GetInterfacesThatProvideFieldDefinition( - string originalFieldName, - IEnumerable<InterfaceTypeDefinitionNode> interfaceTypes) - { - var items = new List<InterfaceTypeDefinitionNode>(); - - foreach (var interfaceType in - interfaceTypes) - { - if (interfaceType.Fields.Any(t => - originalFieldName.Equals(t.Name.Value))) - { - items.Add(interfaceType); - } - } - - return items; - } - - private static void RenameInterfaceField( - InterfaceTypeDefinitionNode interfaceType, - RenameFieldsContext renameContext) - { - foreach (var fieldDefinition in - interfaceType.Fields) - { - var originalName = fieldDefinition.GetOriginalName(renameContext.SchemaName); - if (!originalName.Equals(fieldDefinition.Name.Value)) - { - RenameInterfaceField( - interfaceType, renameContext, - originalName, fieldDefinition.Name.Value); - } - } - } - - private static void RenameInterfaceField( - InterfaceTypeDefinitionNode interfaceType, - RenameFieldsContext renameContext, - string originalFieldName, - string newFieldName) - { - var objectTypes = - renameContext.Types.Values - .OfType<ObjectTypeDefinitionNode>() - .Where(t => t.Interfaces.Select(i => i.Name.Value) - .Any(n => string.Equals(n, - interfaceType.Name.Value, - StringComparison.Ordinal))) - .ToList(); - - AddNewFieldName(interfaceType, renameContext, - originalFieldName, newFieldName); - - foreach (var objectType in objectTypes) - { - AddNewFieldName(objectType, renameContext, - originalFieldName, newFieldName); - } - } - - private static void AddNewFieldName( - ComplexTypeDefinitionNodeBase type, - RenameFieldsContext renameContext, - string originalFieldName, - string newFieldName) - { - var fieldDefinition = type.Fields.FirstOrDefault( - t => originalFieldName.Equals(t.GetOriginalName( - renameContext.SchemaName))); - if (fieldDefinition != null) - { - renameContext.RenamedFields[fieldDefinition] = newFieldName; - } - } - - protected override ObjectTypeDefinitionNode? RewriteObjectTypeDefinition( - ObjectTypeDefinitionNode node, - Context context) - { - if (IsRelevant(node, context)) - { - return base.RewriteObjectTypeDefinition(node, context); - } - - return node; - } - - - protected override InterfaceTypeDefinitionNode? - RewriteInterfaceTypeDefinition( - InterfaceTypeDefinitionNode node, - Context context) - { - if (IsRelevant(node, context)) - { - return base.RewriteInterfaceTypeDefinition(node, context); - } - - return node; - } - - protected override UnionTypeDefinitionNode RewriteUnionTypeDefinition( - UnionTypeDefinitionNode node, - Context context) - { - if (IsRelevant(node, context)) - { - return base.RewriteUnionTypeDefinition(node, context); - } - - return node; - } - - protected override InputObjectTypeDefinitionNode - RewriteInputObjectTypeDefinition( - InputObjectTypeDefinitionNode node, - Context context) - { - if (IsRelevant(node, context)) - { - return base.RewriteInputObjectTypeDefinition(node, context); - } - - return node; - } - - protected override NamedTypeNode RewriteNamedType( - NamedTypeNode node, - Context context) - { - if (context.Names.TryGetValue(node.Name.Value, - out var newName)) - { - return node.WithName(node.Name.WithValue(newName)); - } - return node; - } - - protected override FieldDefinitionNode? RewriteFieldDefinition( - FieldDefinitionNode node, - Context context) - { - var current = node; - - if (context.FieldNames.TryGetValue(current, out var newName)) - { - current = current.Rename(newName, context.SourceSchema); - } - - return base.RewriteFieldDefinition(current, context); - } - - private static bool IsRelevant( - NamedSyntaxNode typeDefinition, - Context context) - { - return string.IsNullOrEmpty(context.SourceSchema) - || typeDefinition.IsFromSchema(context.SourceSchema); - } - - public sealed class Context : ISyntaxVisitorContext - { - public Context( - string? sourceSchema, - IReadOnlyDictionary<string, string> names, - IReadOnlyDictionary<FieldDefinitionNode, string> fieldNames) - { - SourceSchema = sourceSchema - ?? throw new ArgumentNullException(nameof(sourceSchema)); - Names = names - ?? throw new ArgumentNullException(nameof(names)); - FieldNames = fieldNames - ?? throw new ArgumentNullException(nameof(fieldNames)); - } - - public string? SourceSchema { get; } - - public IReadOnlyDictionary<string, string> Names { get; } - - public IReadOnlyDictionary<FieldDefinitionNode, string> - FieldNames - { get; } - } - - private class RenameFieldsContext - { - public RenameFieldsContext( - IDictionary<string, ComplexTypeDefinitionNodeBase> types, - IDictionary<FieldDefinitionNode, string> renamedFields, - string schemaName) - { - Types = types; - RenamedFields = renamedFields; - SchemaName = schemaName; - } - - public IDictionary<string, ComplexTypeDefinitionNodeBase> Types { get; } - - public IDictionary<FieldDefinitionNode, string> RenamedFields { get; } - - public string SchemaName { get; } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Merge/UnionTypeInfo.cs b/src/HotChocolate/Stitching/src/Stitching/Merge/UnionTypeInfo.cs deleted file mode 100644 index 014d510bc3a..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Merge/UnionTypeInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Merge; - -internal class UnionTypeInfo - : TypeInfo<UnionTypeDefinitionNode> -{ - public UnionTypeInfo( - UnionTypeDefinitionNode typeDefinition, - ISchemaInfo schema) - : base(typeDefinition, schema) - { - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpRequestClient.cs b/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpRequestClient.cs deleted file mode 100644 index 3122804a68a..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpRequestClient.cs +++ /dev/null @@ -1,332 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Net.Http; -using System.Text; -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Stitching.Properties; -using HotChocolate.Utilities; - -#nullable enable - -namespace HotChocolate.Stitching.Pipeline; - -internal class HttpRequestClient -{ - private static readonly (string Key, string Value) _contentType = - ("Content-Type", "application/json; charset=utf-8"); - - private static readonly JsonWriterOptions _jsonWriterOptions = - new JsonWriterOptions - { - SkipValidation = true, - Indented = false - }; - - private readonly IHttpClientFactory _clientFactory; - private readonly IErrorHandler _errorHandler; - private readonly IHttpStitchingRequestInterceptor _requestInterceptor; - - public HttpRequestClient( - IHttpClientFactory clientFactory, - IErrorHandler errorHandler, - IHttpStitchingRequestInterceptor requestInterceptor) - { - _clientFactory = clientFactory; - _errorHandler = errorHandler; - _requestInterceptor = requestInterceptor; - } - - public async Task<IQueryResult> FetchAsync( - IQueryRequest request, - string targetSchema, - CancellationToken cancellationToken = default) - { - using var writer = new ArrayWriter(); - - using var requestMessage = - await CreateRequestAsync(writer, request, targetSchema, cancellationToken) - .ConfigureAwait(false); - - return await FetchAsync( - request, - requestMessage, - targetSchema, - cancellationToken) - .ConfigureAwait(false); - } - - private async Task<IQueryResult> FetchAsync( - IQueryRequest request, - HttpRequestMessage requestMessage, - string targetSchema, - CancellationToken cancellationToken) - { - try - { - using var httpClient = _clientFactory.CreateClient(targetSchema); - - using var responseMessage = await httpClient - .SendAsync(requestMessage, cancellationToken) - .ConfigureAwait(false); - - var result = - responseMessage.IsSuccessStatusCode - ? await ParseResponseMessageAsync(responseMessage, cancellationToken) - .ConfigureAwait(false) - : await ParseErrorResponseMessageAsync(responseMessage, cancellationToken) - .ConfigureAwait(false); - - return await _requestInterceptor.OnReceivedResultAsync( - targetSchema, - request, - result, - responseMessage, - cancellationToken) - .ConfigureAwait(false); - } - catch (Exception ex) - { - var error = _errorHandler.CreateUnexpectedError(ex) - .SetCode(ErrorCodes.Stitching.UnknownRequestException) - .Build(); - - return QueryResultBuilder.CreateError(error); - } - } - - internal static async ValueTask<HttpRequestMessage> CreateRequestMessageAsync( - ArrayWriter writer, - IQueryRequest request, - CancellationToken cancellationToken) - { - await using var jsonWriter = new Utf8JsonWriter(writer, _jsonWriterOptions); - - WriteJsonRequest(writer, jsonWriter, request); - await jsonWriter.FlushAsync(cancellationToken).ConfigureAwait(false); - - var requestMessage = new HttpRequestMessage - { - Method = HttpMethod.Post, - Content = new ByteArrayContent(writer.GetInternalBuffer(), 0, writer.Length) - { - Headers = { { _contentType.Key, _contentType.Value } } - } - }; - - return requestMessage; - } - - private static async ValueTask<IQueryResult> ParseErrorResponseMessageAsync( - HttpResponseMessage responseMessage, - CancellationToken cancellationToken) - { -#if NET5_0 || NET6_0 - await using var stream = await responseMessage.Content - .ReadAsStreamAsync(cancellationToken) - .ConfigureAwait(false); -#else - using var stream = await responseMessage.Content - .ReadAsStreamAsync() - .ConfigureAwait(false); -#endif - - try - { - var response = - await BufferHelper.ReadAsync( - stream, - ParseResponse, - cancellationToken) - .ConfigureAwait(false); - - return HttpResponseDeserializer.Deserialize(response); - } - catch - { - string? responseBody = null; - - if (stream.Length > 0) - { - var buffer = new byte[stream.Length]; - stream.Seek(0, SeekOrigin.Begin); - await stream.ReadAsync(buffer, 0, buffer.Length, cancellationToken) - .ConfigureAwait(false); - responseBody = Encoding.UTF8.GetString(buffer, 0, buffer.Length); - } - - return QueryResultBuilder.CreateError( - ErrorHelper.HttpRequestClient_HttpError( - responseMessage.StatusCode, - responseBody)); - } - } - - internal static async ValueTask<IQueryResult> ParseResponseMessageAsync( - HttpResponseMessage responseMessage, - CancellationToken cancellationToken) - { -#if NET5_0 || NET6_0 - await using var stream = await responseMessage.Content - .ReadAsStreamAsync(cancellationToken) - .ConfigureAwait(false); -#else - using var stream = await responseMessage.Content - .ReadAsStreamAsync() - .ConfigureAwait(false); -#endif - - var response = - await BufferHelper.ReadAsync( - stream, - ParseResponse, - cancellationToken) - .ConfigureAwait(false); - - return HttpResponseDeserializer.Deserialize(response); - } - - private async ValueTask<HttpRequestMessage> CreateRequestAsync( - ArrayWriter writer, - IQueryRequest request, - string targetSchema, - CancellationToken cancellationToken = default) - { - var requestMessage = - await CreateRequestMessageAsync(writer, request, cancellationToken) - .ConfigureAwait(false); - - await _requestInterceptor - .OnCreateRequestAsync(targetSchema, request, requestMessage, cancellationToken) - .ConfigureAwait(false); - - return requestMessage; - } - - private static IReadOnlyDictionary<string, object?> ParseResponse( - byte[] buffer, int bytesBuffered) => - Utf8GraphQLRequestParser.ParseResponse(buffer.AsSpan(0, bytesBuffered))!; - - private static void WriteJsonRequest( - ArrayWriter writer, - Utf8JsonWriter jsonWriter, - IQueryRequest request) - { - jsonWriter.WriteStartObject(); - jsonWriter.WriteString("query", request.Query!.AsSpan()); - - if (request.OperationName is not null) - { - jsonWriter.WriteString("operationName", request.OperationName); - } - - WriteJsonRequestVariables(writer, jsonWriter, request.VariableValues); - jsonWriter.WriteEndObject(); - } - - private static void WriteJsonRequestVariables( - ArrayWriter writer, - Utf8JsonWriter jsonWriter, - IReadOnlyDictionary<string, object?>? variables) - { - if (variables is not null && variables.Count > 0) - { - jsonWriter.WritePropertyName("variables"); - - jsonWriter.WriteStartObject(); - - foreach (var variable in variables) - { - jsonWriter.WritePropertyName(variable.Key); - WriteValue(writer, jsonWriter, variable.Value); - } - - jsonWriter.WriteEndObject(); - } - } - - private static void WriteValue( - ArrayWriter writer, - Utf8JsonWriter jsonWriter, - object? value) - { - if (value is null || value is NullValueNode) - { - jsonWriter.WriteNullValue(); - } - else - { - switch (value) - { - case ObjectValueNode obj: - jsonWriter.WriteStartObject(); - - foreach (var field in obj.Fields) - { - jsonWriter.WritePropertyName(field.Name.Value); - WriteValue(writer, jsonWriter, field.Value); - } - - jsonWriter.WriteEndObject(); - break; - - case ListValueNode list: - jsonWriter.WriteStartArray(); - - foreach (var item in list.Items) - { - WriteValue(writer, jsonWriter, item); - } - - jsonWriter.WriteEndArray(); - break; - - case StringValueNode s: - jsonWriter.WriteStringValue(s.Value); - break; - - case EnumValueNode e: - jsonWriter.WriteStringValue(e.Value); - break; - - case IntValueNode i: - WriterNumber(i.AsSpan(), jsonWriter, writer); - break; - - case FloatValueNode f: - WriterNumber(f.AsSpan(), jsonWriter, writer); - break; - - case BooleanValueNode b: - jsonWriter.WriteBooleanValue(b.Value); - break; - - default: - throw new NotSupportedException( - StitchingResources.HttpRequestClient_UnknownVariableValueKind); - } - } - } - - private static void WriterNumber( - ReadOnlySpan<byte> number, - Utf8JsonWriter jsonWriter, - ArrayWriter arrayWriter) - { - jsonWriter.WriteNumberValue(0); - jsonWriter.Flush(); - arrayWriter.GetInternalBuffer()[arrayWriter.Length - 1] = number[0]; - - if (number.Length > 1) - { - number = number.Slice(1); - var span = arrayWriter.GetSpan(number.Length); - number.CopyTo(span); - arrayWriter.Advance(number.Length); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpRequestMiddleware.cs b/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpRequestMiddleware.cs deleted file mode 100644 index 20f40f39ff6..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpRequestMiddleware.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Threading.Tasks; -using HotChocolate.Execution; - -namespace HotChocolate.Stitching.Pipeline; - -internal class HttpRequestMiddleware -{ - private readonly RequestDelegate _next; - private readonly HttpRequestClient _httpRequestClient; - - public HttpRequestMiddleware( - RequestDelegate next, - [SchemaService]HttpRequestClient httpRequestClient) - { - _next = next ?? throw new ArgumentNullException(nameof(next)); - _httpRequestClient = httpRequestClient; - } - - public async ValueTask InvokeAsync(IRequestContext context) - { - context.Result = - await _httpRequestClient.FetchAsync( - context.Request, - context.Schema.Name, - context.RequestAborted) - .ConfigureAwait(false); - - await _next.Invoke(context).ConfigureAwait(false); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpResponseDeserializer.cs b/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpResponseDeserializer.cs deleted file mode 100644 index 1970afb1e9c..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpResponseDeserializer.cs +++ /dev/null @@ -1,123 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Execution; -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Pipeline; - -internal static class HttpResponseDeserializer -{ - private const string _data = "data"; - private const string _extensions = "extensions"; - private const string _errors = "errors"; - - public static IQueryResult Deserialize( - IReadOnlyDictionary<string, object?> serializedResult) - { - var result = new QueryResultBuilder(); - - if (serializedResult.TryGetValue(_data, out var data)) - { - result.SetData(data as IReadOnlyDictionary<string, object?>); - } - - if (serializedResult.TryGetValue(_extensions, out var extensionData)) - { - result.SetExtensions(extensionData as IReadOnlyDictionary<string, object?>); - } - - DeserializeErrors(result, serializedResult); - - return result.Create(); - } - - private static void DeserializeErrors( - IQueryResultBuilder result, - IReadOnlyDictionary<string, object?> serializedResult) - { - if (serializedResult.TryGetValue(_errors, out var o) - && o is IReadOnlyList<object> errors) - { - foreach (var obj in errors) - { - var error = ErrorBuilder - .FromDictionary(DeserializeErrorObject(obj)) - .Build(); - - result.AddError(error); - } - } - } - - private static object? DeserializeErrorValue(object? value) - { - switch (value) - { - case IReadOnlyDictionary<string, object?> obj: - return DeserializeErrorObject(obj); - - case IReadOnlyList<object?> list: - return DeserializeErrorList(list); - - case StringValueNode sv: - return sv.Value; - - case EnumValueNode ev: - return ev.Value; - - case IntValueNode iv: - return iv.ToInt32(); - - case FloatValueNode fv: - return fv.ToDouble(); - - case BooleanValueNode bv: - return bv.Value; - - case NullValueNode: - case null: - return null; - - default: - throw new NotSupportedException(); - } - } - - private static Dictionary<string, object?> DeserializeErrorObject( - object obj) - { - if (obj is IReadOnlyDictionary<string, object?> dict) - { - return DeserializeErrorObject(dict); - } - - throw new NotSupportedException("An error object must be a dictionary."); - } - - private static Dictionary<string, object?> DeserializeErrorObject( - IReadOnlyDictionary<string, object?> obj) - { - var deserialized = new Dictionary<string, object?>(); - - foreach (var item in obj) - { - deserialized.Add(item.Key, DeserializeErrorValue(item.Value)); - } - - return deserialized; - } - - private static List<object?> DeserializeErrorList( - IReadOnlyList<object?> list) - { - var deserialized = new List<object?>(); - - foreach (var item in list) - { - deserialized.Add(DeserializeErrorValue(item)); - } - - return deserialized; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpStitchingRequestInterceptor.cs b/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpStitchingRequestInterceptor.cs deleted file mode 100644 index a0d83e05cfa..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Pipeline/HttpStitchingRequestInterceptor.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System.Net.Http; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.Execution; - -namespace HotChocolate.Stitching.Pipeline; - -public class HttpStitchingRequestInterceptor : IHttpStitchingRequestInterceptor -{ - public virtual ValueTask OnCreateRequestAsync( - string targetSchema, - IQueryRequest request, - HttpRequestMessage requestMessage, - CancellationToken cancellationToken = default) - { - return default; - } - - public ValueTask<IQueryResult> OnReceivedResultAsync( - string targetSchema, - IQueryRequest request, - IQueryResult result, - HttpResponseMessage responseMessage, - CancellationToken cancellationToken = default) - { - return new ValueTask<IQueryResult>(result); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Pipeline/IHttpStitchingRequestInterceptor.cs b/src/HotChocolate/Stitching/src/Stitching/Pipeline/IHttpStitchingRequestInterceptor.cs deleted file mode 100644 index bfc5eff2c9e..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Pipeline/IHttpStitchingRequestInterceptor.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System.Net.Http; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.Execution; - -namespace HotChocolate.Stitching.Pipeline; - -public interface IHttpStitchingRequestInterceptor -{ - ValueTask OnCreateRequestAsync( - string targetSchema, - IQueryRequest request, - HttpRequestMessage requestMessage, - CancellationToken cancellationToken = default); - - ValueTask<IQueryResult> OnReceivedResultAsync( - string targetSchema, - IQueryRequest request, - IQueryResult result, - HttpResponseMessage responseMessage, - CancellationToken cancellationToken = default); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Properties/StitchingResources.Designer.cs b/src/HotChocolate/Stitching/src/Stitching/Properties/StitchingResources.Designer.cs deleted file mode 100644 index 955e21612f3..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Properties/StitchingResources.Designer.cs +++ /dev/null @@ -1,300 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace HotChocolate.Stitching.Properties { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class StitchingResources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal StitchingResources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("HotChocolate.Stitching.Properties.StitchingResources", typeof(StitchingResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string AddSchemaExtensionRewriter_DirectiveDoesNotExist { - get { - return ResourceManager.GetString("AddSchemaExtensionRewriter_DirectiveDoesNotExist", resourceCulture); - } - } - - internal static string AddSchemaExtensionRewriter_DirectiveIsUnique { - get { - return ResourceManager.GetString("AddSchemaExtensionRewriter_DirectiveIsUnique", resourceCulture); - } - } - - internal static string AddSchemaExtensionRewriter_TypeMismatch { - get { - return ResourceManager.GetString("AddSchemaExtensionRewriter_TypeMismatch", resourceCulture); - } - } - - internal static string ArgumentScopedVariableResolver_CannotHandleVariable { - get { - return ResourceManager.GetString("ArgumentScopedVariableResolver_CannotHandleVariable", resourceCulture); - } - } - - internal static string ArgumentScopedVariableResolver_InvalidArgumentName { - get { - return ResourceManager.GetString("ArgumentScopedVariableResolver_InvalidArgumentName", resourceCulture); - } - } - - internal static string ComputedDirectiveType_Description { - get { - return ResourceManager.GetString("ComputedDirectiveType_Description", resourceCulture); - } - } - - internal static string ContextDataScopedVariableResolver_CannotHandleVariable { - get { - return ResourceManager.GetString("ContextDataScopedVariableResolver_CannotHandleVariable", resourceCulture); - } - } - - internal static string DelegateDirectiveType_Description { - get { - return ResourceManager.GetString("DelegateDirectiveType_Description", resourceCulture); - } - } - - internal static string DelegateDirectiveType_Schema_FieldDescription { - get { - return ResourceManager.GetString("DelegateDirectiveType_Schema_FieldDescription", resourceCulture); - } - } - - internal static string DelegateDirectiveType_Path_FieldDescription { - get { - return ResourceManager.GetString("DelegateDirectiveType_Path_FieldDescription", resourceCulture); - } - } - - internal static string DelegationMiddleware_ArgumentNotFound { - get { - return ResourceManager.GetString("DelegationMiddleware_ArgumentNotFound", resourceCulture); - } - } - - internal static string DelegationMiddleware_OnlyQueryResults { - get { - return ResourceManager.GetString("DelegationMiddleware_OnlyQueryResults", resourceCulture); - } - } - - internal static string DelegationMiddleware_PathElementInvalid { - get { - return ResourceManager.GetString("DelegationMiddleware_PathElementInvalid", resourceCulture); - } - } - - internal static string DelegationMiddleware_PathElementTypeUnexpected { - get { - return ResourceManager.GetString("DelegationMiddleware_PathElementTypeUnexpected", resourceCulture); - } - } - - internal static string ExtensionsFilePath_EmptyOrNull { - get { - return ResourceManager.GetString("ExtensionsFilePath_EmptyOrNull", resourceCulture); - } - } - - internal static string Extensions_EmptyOrNull { - get { - return ResourceManager.GetString("Extensions_EmptyOrNull", resourceCulture); - } - } - - internal static string FieldScopedVariableResolver_CannotHandleVariable { - get { - return ResourceManager.GetString("FieldScopedVariableResolver_CannotHandleVariable", resourceCulture); - } - } - - internal static string FieldScopedVariableResolver_InvalidFieldName { - get { - return ResourceManager.GetString("FieldScopedVariableResolver_InvalidFieldName", resourceCulture); - } - } - - internal static string IntrospectionDeserializer_Json_NullOrEmpty { - get { - return ResourceManager.GetString("IntrospectionDeserializer_Json_NullOrEmpty", resourceCulture); - } - } - - internal static string MergeSyntaxNodeExtensions_NoSchema { - get { - return ResourceManager.GetString("MergeSyntaxNodeExtensions_NoSchema", resourceCulture); - } - } - - internal static string QueryRequestBuilder_OperationNameInvalid { - get { - return ResourceManager.GetString("QueryRequestBuilder_OperationNameInvalid", resourceCulture); - } - } - - internal static string QueryRequestBuilder_OperationNameMissing { - get { - return ResourceManager.GetString("QueryRequestBuilder_OperationNameMissing", resourceCulture); - } - } - - internal static string QueryRequestBuilder_QueryIsNull { - get { - return ResourceManager.GetString("QueryRequestBuilder_QueryIsNull", resourceCulture); - } - } - - internal static string RemoteExecutorBuilder_NoSchema { - get { - return ResourceManager.GetString("RemoteExecutorBuilder_NoSchema", resourceCulture); - } - } - - internal static string RemoteExecutorBuilder_NoSchemaName { - get { - return ResourceManager.GetString("RemoteExecutorBuilder_NoSchemaName", resourceCulture); - } - } - - internal static string RootScopedVariableResolver_ScopeNotSupported { - get { - return ResourceManager.GetString("RootScopedVariableResolver_ScopeNotSupported", resourceCulture); - } - } - - internal static string ScalarType_InvalidBaseType { - get { - return ResourceManager.GetString("ScalarType_InvalidBaseType", resourceCulture); - } - } - - internal static string SchemaFilePath_EmptyOrNull { - get { - return ResourceManager.GetString("SchemaFilePath_EmptyOrNull", resourceCulture); - } - } - - internal static string SchemaMergerExtensions_NoValidConstructor { - get { - return ResourceManager.GetString("SchemaMergerExtensions_NoValidConstructor", resourceCulture); - } - } - - internal static string SchemaName_EmptyOrNull { - get { - return ResourceManager.GetString("SchemaName_EmptyOrNull", resourceCulture); - } - } - - internal static string SchemaName_NotFound { - get { - return ResourceManager.GetString("SchemaName_NotFound", resourceCulture); - } - } - - internal static string Schema_EmptyOrNull { - get { - return ResourceManager.GetString("Schema_EmptyOrNull", resourceCulture); - } - } - - internal static string ScopedCtxDataScopedVariableResolver_CannotHandleVariable { - get { - return ResourceManager.GetString("ScopedCtxDataScopedVariableResolver_CannotHandleVariable", resourceCulture); - } - } - - internal static string SourceDirectiveType_Description { - get { - return ResourceManager.GetString("SourceDirectiveType_Description", resourceCulture); - } - } - - internal static string SourceDirectiveType_Name_Description { - get { - return ResourceManager.GetString("SourceDirectiveType_Name_Description", resourceCulture); - } - } - - internal static string SourceDirectiveType_Schema_Description { - get { - return ResourceManager.GetString("SourceDirectiveType_Schema_Description", resourceCulture); - } - } - - internal static string StitchingBuilder_SchemaNameInUse { - get { - return ResourceManager.GetString("StitchingBuilder_SchemaNameInUse", resourceCulture); - } - } - - internal static string Type_NotSupported { - get { - return ResourceManager.GetString("Type_NotSupported", resourceCulture); - } - } - - internal static string BufferedRequest_Create_QueryCannotBeNull { - get { - return ResourceManager.GetString("BufferedRequest_Create_QueryCannotBeNull", resourceCulture); - } - } - - internal static string ThrowHelper_BufferedRequest_VariableDoesNotExist { - get { - return ResourceManager.GetString("ThrowHelper_BufferedRequest_VariableDoesNotExist", resourceCulture); - } - } - - internal static string ThrowHelper_BufferedRequest_OperationNotFound { - get { - return ResourceManager.GetString("ThrowHelper_BufferedRequest_OperationNotFound", resourceCulture); - } - } - - internal static string HttpRequestClient_UnknownVariableValueKind { - get { - return ResourceManager.GetString("HttpRequestClient_UnknownVariableValueKind", resourceCulture); - } - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Properties/StitchingResources.resx b/src/HotChocolate/Stitching/src/Stitching/Properties/StitchingResources.resx deleted file mode 100644 index 66bbee6adc8..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Properties/StitchingResources.resx +++ /dev/null @@ -1,246 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<root> - <!-- - Microsoft ResX Schema - - Version 2.0 - - The primary goals of this format is to allow a simple XML format - that is mostly human readable. The generation and parsing of the - various data types are done through the TypeConverter classes - associated with the data types. - - Example: - - ... ado.net/XML headers & schema ... - <resheader name="resmimetype">text/microsoft-resx</resheader> - <resheader name="version">2.0</resheader> - <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> - <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> - <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> - <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> - <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> - <value>[base64 mime encoded serialized .NET Framework object]</value> - </data> - <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> - <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> - <comment>This is a comment</comment> - </data> - - There are any number of "resheader" rows that contain simple - name/value pairs. - - Each data row contains a name, and value. The row also contains a - type or mimetype. Type corresponds to a .NET class that support - text/value conversion through the TypeConverter architecture. - Classes that don't support this are serialized and stored with the - mimetype set. - - The mimetype is used for serialized objects, and tells the - ResXResourceReader how to depersist the object. This is currently not - extensible. For a given mimetype the value must be set accordingly: - - Note - application/x-microsoft.net.object.binary.base64 is the format - that the ResXResourceWriter will generate, however the reader can - read any of the formats listed below. - - mimetype: application/x-microsoft.net.object.binary.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.soap.base64 - value : The object must be serialized with - : System.Runtime.Serialization.Formatters.Soap.SoapFormatter - : and then encoded with base64 encoding. - - mimetype: application/x-microsoft.net.object.bytearray.base64 - value : The object must be serialized into a byte array - : using a System.ComponentModel.TypeConverter - : and then encoded with base64 encoding. - --> - <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> - <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> - <xsd:element name="root" msdata:IsDataSet="true"> - <xsd:complexType> - <xsd:choice maxOccurs="unbounded"> - <xsd:element name="metadata"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" /> - </xsd:sequence> - <xsd:attribute name="name" use="required" type="xsd:string" /> - <xsd:attribute name="type" type="xsd:string" /> - <xsd:attribute name="mimetype" type="xsd:string" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="assembly"> - <xsd:complexType> - <xsd:attribute name="alias" type="xsd:string" /> - <xsd:attribute name="name" type="xsd:string" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="data"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> - <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> - <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> - <xsd:attribute ref="xml:space" /> - </xsd:complexType> - </xsd:element> - <xsd:element name="resheader"> - <xsd:complexType> - <xsd:sequence> - <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> - </xsd:sequence> - <xsd:attribute name="name" type="xsd:string" use="required" /> - </xsd:complexType> - </xsd:element> - </xsd:choice> - </xsd:complexType> - </xsd:element> - </xsd:schema> - <resheader name="resmimetype"> - <value>text/microsoft-resx</value> - </resheader> - <resheader name="version"> - <value>2.0</value> - </resheader> - <resheader name="reader"> - <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <resheader name="writer"> - <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> - </resheader> - <data name="AddSchemaExtensionRewriter_DirectiveDoesNotExist" xml:space="preserve"> - <value>The directive `{0}` was not specified in this schema and cannot be used.</value> - </data> - <data name="AddSchemaExtensionRewriter_DirectiveIsUnique" xml:space="preserve"> - <value>The directive `{0}` is not marked as repeatable and can only be declared once.</value> - </data> - <data name="AddSchemaExtensionRewriter_TypeMismatch" xml:space="preserve"> - <value>`{0}` is of type `{1}` and cannot be extended with `{2}`.</value> - </data> - <data name="ArgumentScopedVariableResolver_CannotHandleVariable" xml:space="preserve"> - <value>This resolver can only handle argument scopes.</value> - </data> - <data name="ArgumentScopedVariableResolver_InvalidArgumentName" xml:space="preserve"> - <value>An argument with the name `{0}` does not exist.</value> - </data> - <data name="ComputedDirectiveType_Description" xml:space="preserve"> - <value>Specifies the fields on which a computed field is dependent on.</value> - </data> - <data name="ContextDataScopedVariableResolver_CannotHandleVariable" xml:space="preserve"> - <value>This resolver can only handle contextData scopes.</value> - </data> - <data name="DelegateDirectiveType_Description" xml:space="preserve"> - <value>Delegates a resolver to a remote schema.</value> - </data> - <data name="DelegateDirectiveType_Schema_FieldDescription" xml:space="preserve"> - <value>The name of the schema to which this field shall be delegated to.</value> - </data> - <data name="DelegateDirectiveType_Path_FieldDescription" xml:space="preserve"> - <value>The path to the field on the remote schema.</value> - </data> - <data name="DelegationMiddleware_ArgumentNotFound" xml:space="preserve"> - <value>The path element argument `{0}` was not found.</value> - </data> - <data name="DelegationMiddleware_OnlyQueryResults" xml:space="preserve"> - <value>Only query results are supported in the delegation middleware.</value> - </data> - <data name="DelegationMiddleware_PathElementInvalid" xml:space="preserve"> - <value>The path element `{0}` has no corresponding field on type `{1}`.</value> - </data> - <data name="DelegationMiddleware_PathElementTypeUnexpected" xml:space="preserve"> - <value>The scalar path elements are only allowed at the end.</value> - </data> - <data name="ExtensionsFilePath_EmptyOrNull" xml:space="preserve"> - <value>The schema extensions file path mustn't be null or empty.</value> - </data> - <data name="Extensions_EmptyOrNull" xml:space="preserve"> - <value>The extensions document mustn't be null or empty.</value> - </data> - <data name="FieldScopedVariableResolver_CannotHandleVariable" xml:space="preserve"> - <value>This resolver can only handle field scopes.</value> - </data> - <data name="FieldScopedVariableResolver_InvalidFieldName" xml:space="preserve"> - <value>A field with the name `{0}` does not exist.</value> - </data> - <data name="IntrospectionDeserializer_Json_NullOrEmpty" xml:space="preserve"> - <value>json mustn't be null or empty.</value> - </data> - <data name="MergeSyntaxNodeExtensions_NoSchema" xml:space="preserve"> - <value>No schema was specified.</value> - </data> - <data name="QueryRequestBuilder_OperationNameInvalid" xml:space="preserve"> - <value>The specified operation `{0}` does not exist.</value> - </data> - <data name="QueryRequestBuilder_OperationNameMissing" xml:space="preserve"> - <value>Specify an operation name in order to create a query request that contains multiple operations.</value> - </data> - <data name="QueryRequestBuilder_QueryIsNull" xml:space="preserve"> - <value>Specify a query in order to create a query request.</value> - </data> - <data name="RemoteExecutorBuilder_NoSchema" xml:space="preserve"> - <value>Cannot build a remote executor without a schema.</value> - </data> - <data name="RemoteExecutorBuilder_NoSchemaName" xml:space="preserve"> - <value>Cannot build a remote executor without a schema name.</value> - </data> - <data name="RootScopedVariableResolver_ScopeNotSupported" xml:space="preserve"> - <value>The specified scope `{0}` is not supported.</value> - </data> - <data name="ScalarType_InvalidBaseType" xml:space="preserve"> - <value>The provided type must extend `HotChocolate.Types.ScalarType` in order to be recognised as valid scalar type.</value> - </data> - <data name="SchemaFilePath_EmptyOrNull" xml:space="preserve"> - <value>The schema file path mustn't be null or empty.</value> - </data> - <data name="SchemaMergerExtensions_NoValidConstructor" xml:space="preserve"> - <value>A type merge handler has to have one constructor that has only one parameter of the type MergeTypeDelegate.</value> - </data> - <data name="SchemaName_EmptyOrNull" xml:space="preserve"> - <value>The schema name mustn't be null or empty.</value> - </data> - <data name="SchemaName_NotFound" xml:space="preserve"> - <value>There is no schema with the given name `{0}`.</value> - </data> - <data name="Schema_EmptyOrNull" xml:space="preserve"> - <value>The schema mustn't be null or empty.</value> - </data> - <data name="ScopedCtxDataScopedVariableResolver_CannotHandleVariable" xml:space="preserve"> - <value>This resolver can only handle scopedContextData scopes.</value> - </data> - <data name="SourceDirectiveType_Description" xml:space="preserve"> - <value>Annotates the original name of a type.</value> - </data> - <data name="SourceDirectiveType_Name_Description" xml:space="preserve"> - <value>The original name of the annotated type.</value> - </data> - <data name="SourceDirectiveType_Schema_Description" xml:space="preserve"> - <value>The name of the schema to which this type belongs to.</value> - </data> - <data name="StitchingBuilder_SchemaNameInUse" xml:space="preserve"> - <value>The specified schema name was already beeing used.</value> - </data> - <data name="Type_NotSupported" xml:space="preserve"> - <value>The type definition is not yet supported.</value> - </data> - <data name="BufferedRequest_Create_QueryCannotBeNull" xml:space="preserve"> - <value>The request must contain a query document.</value> - </data> - <data name="ThrowHelper_BufferedRequest_VariableDoesNotExist" xml:space="preserve"> - <value>The specified variable `{0}` does not exist or is of an invalid type.</value> - </data> - <data name="ThrowHelper_BufferedRequest_OperationNotFound" xml:space="preserve"> - <value>The provided remote query does not contain the specified operation.\r\n\r\n`{0}`</value> - </data> - <data name="HttpRequestClient_UnknownVariableValueKind" xml:space="preserve"> - <value>Unknown variable value kind.</value> - </data> -</root> diff --git a/src/HotChocolate/Stitching/src/Stitching/PublicAPI.Shipped.txt b/src/HotChocolate/Stitching/src/Stitching/PublicAPI.Shipped.txt deleted file mode 100644 index 8fc4fa7b332..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/PublicAPI.Shipped.txt +++ /dev/null @@ -1,377 +0,0 @@ -#nullable enable -abstract HotChocolate.Stitching.Merge.Handlers.TypeMergeHanlderBase<T>.CanBeMerged(T left, T right) -> bool -abstract HotChocolate.Stitching.Merge.Handlers.TypeMergeHanlderBase<T>.MergeTypes(HotChocolate.Stitching.Merge.ISchemaMergeContext! context, System.Collections.Generic.IReadOnlyList<T>! types, HotChocolate.NameString newTypeName) -> void -HotChocolate.Stitching.ComputedDirective -HotChocolate.Stitching.ComputedDirective.ComputedDirective() -> void -HotChocolate.Stitching.ComputedDirective.DependantOn.get -> HotChocolate.NameString[]! -HotChocolate.Stitching.ComputedDirective.DependantOn.set -> void -HotChocolate.Stitching.ComputedDirectiveType -HotChocolate.Stitching.ComputedDirectiveType.ComputedDirectiveType() -> void -HotChocolate.Stitching.DelegateDirective -HotChocolate.Stitching.DelegateDirective.DelegateDirective() -> void -HotChocolate.Stitching.DelegateDirective.Path.get -> string? -HotChocolate.Stitching.DelegateDirective.Path.set -> void -HotChocolate.Stitching.DelegateDirective.Schema.get -> HotChocolate.NameString -HotChocolate.Stitching.DelegateDirective.Schema.set -> void -HotChocolate.Stitching.DelegateDirectiveType -HotChocolate.Stitching.DelegateDirectiveType.DelegateDirectiveType() -> void -HotChocolate.Stitching.Delegation.DelegateToRemoteSchemaMiddleware -HotChocolate.Stitching.Delegation.DelegateToRemoteSchemaMiddleware.DelegateToRemoteSchemaMiddleware(HotChocolate.Resolvers.FieldDelegate! next) -> void -HotChocolate.Stitching.Delegation.DelegateToRemoteSchemaMiddleware.InvokeAsync(HotChocolate.Resolvers.IMiddlewareContext! context) -> System.Threading.Tasks.Task! -HotChocolate.Stitching.Delegation.DictionaryResultMiddleware -HotChocolate.Stitching.Delegation.DictionaryResultMiddleware.DictionaryResultMiddleware(HotChocolate.Resolvers.FieldDelegate! next) -> void -HotChocolate.Stitching.Delegation.DictionaryResultMiddleware.InvokeAsync(HotChocolate.Resolvers.IMiddlewareContext! context) -> System.Threading.Tasks.ValueTask -HotChocolate.Stitching.Delegation.ExtractedField -HotChocolate.Stitching.Delegation.ExtractedField.ExtractedField(System.Collections.Generic.IReadOnlyList<HotChocolate.Language.FieldNode!>! syntaxNodes, System.Collections.Generic.IReadOnlyList<HotChocolate.Language.VariableDefinitionNode!>! variables, System.Collections.Generic.IReadOnlyList<HotChocolate.Language.FragmentDefinitionNode!>! fragments) -> void -HotChocolate.Stitching.Delegation.ExtractedField.Fragments.get -> System.Collections.Generic.IReadOnlyList<HotChocolate.Language.FragmentDefinitionNode!>! -HotChocolate.Stitching.Delegation.ExtractedField.SyntaxNodes.get -> System.Collections.Generic.IReadOnlyList<HotChocolate.Language.FieldNode!>! -HotChocolate.Stitching.Delegation.ExtractedField.Variables.get -> System.Collections.Generic.IReadOnlyList<HotChocolate.Language.VariableDefinitionNode!>! -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.Clone() -> HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.Context(HotChocolate.NameString schema, HotChocolate.Types.INamedOutputType? typeContext, HotChocolate.Language.DocumentNode? document, HotChocolate.Language.OperationDefinitionNode? operation) -> void -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.Document.get -> HotChocolate.Language.DocumentNode? -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.FragmentPath.get -> System.Collections.Immutable.ImmutableHashSet<string!>! -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.FragmentPath.set -> void -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.Fragments.get -> System.Collections.Generic.IDictionary<string!, HotChocolate.Language.FragmentDefinitionNode!>! -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.InputField.get -> HotChocolate.Types.IInputField? -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.InputField.set -> void -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.InputType.get -> HotChocolate.Types.IInputType? -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.InputType.set -> void -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.Operation.get -> HotChocolate.Language.OperationDefinitionNode? -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.OutputField.get -> HotChocolate.Types.IOutputField? -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.OutputField.set -> void -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.Schema.get -> HotChocolate.NameString -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.TypeContext.get -> HotChocolate.Types.INamedOutputType? -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.TypeContext.set -> void -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context.Variables.get -> System.Collections.Generic.IDictionary<string!, HotChocolate.Language.VariableDefinitionNode!>! -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.ExtractField(HotChocolate.NameString sourceSchema, HotChocolate.Language.DocumentNode! document, HotChocolate.Language.OperationDefinitionNode! operation, HotChocolate.Resolvers.IFieldSelection! selection, HotChocolate.Types.INamedOutputType! declaringType) -> HotChocolate.Stitching.Delegation.ExtractedField! -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.ExtractFieldQuerySyntaxRewriter(HotChocolate.ISchema! schema, System.Collections.Generic.IEnumerable<HotChocolate.Stitching.Utilities.IQueryDelegationRewriter!>! rewriters) -> void -HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteValueNode(HotChocolate.NameString sourceSchema, HotChocolate.Types.IInputType! inputType, HotChocolate.Language.IValueNode! value) -> HotChocolate.Language.IValueNode! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.AddAdditionalField(HotChocolate.Language.FieldNode! field) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.AddFragmentDefinitions(System.Collections.Generic.IEnumerable<HotChocolate.Language.FragmentDefinitionNode!>! fragments) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.AddVariable(HotChocolate.Language.VariableDefinitionNode! variable) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.AddVariable(HotChocolate.NameString name, HotChocolate.Language.ITypeNode! type, HotChocolate.Language.IValueNode? defaultValue) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.AddVariable(HotChocolate.NameString name, HotChocolate.Language.ITypeNode! type) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.AddVariables(System.Collections.Generic.IEnumerable<HotChocolate.Language.VariableDefinitionNode!>! variables) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.Build(HotChocolate.NameString targetSchema, System.Collections.Generic.IReadOnlyDictionary<(HotChocolate.NameString Type, HotChocolate.NameString Schema), HotChocolate.NameString>! nameLookup) -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.RemoteQueryBuilder() -> void -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.SetOperation(HotChocolate.Language.NameNode? name, HotChocolate.Language.OperationType operation) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.SetRequestField(HotChocolate.Language.FieldNode! field) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.RemoteQueryBuilder.SetSelectionPath(System.Collections.Immutable.IImmutableStack<HotChocolate.Stitching.SelectionPathComponent!>! selectionPath) -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -HotChocolate.Stitching.Delegation.ScopedVariables.ScopeNames -HotChocolate.Stitching.Delegation.SerializedData -HotChocolate.Stitching.Delegation.SerializedData.Data.get -> object? -HotChocolate.Stitching.Delegation.SerializedData.SerializedData(object? data) -> void -HotChocolate.Stitching.ErrorHelper -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.AddExtensions(HotChocolate.Language.DocumentNode! schema, HotChocolate.Language.DocumentNode! extensions) -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.AddSchemaExtensionRewriter() -> void -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.AddSchemaExtensionRewriter(System.Collections.Generic.IEnumerable<HotChocolate.Language.DirectiveDefinitionNode!>! globalDirectives) -> void -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext.Directives.get -> System.Collections.Generic.IDictionary<string!, HotChocolate.Language.DirectiveDefinitionNode!>! -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext.Extensions.get -> System.Collections.Generic.IDictionary<string!, HotChocolate.Language.ITypeExtensionNode!>! -HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext.MergeContext(HotChocolate.Language.DocumentNode! schema, HotChocolate.Language.DocumentNode! extensions) -> void -HotChocolate.Stitching.Merge.DirectiveTypeInfo -HotChocolate.Stitching.Merge.DirectiveTypeInfo.Definition.get -> HotChocolate.Language.DirectiveDefinitionNode! -HotChocolate.Stitching.Merge.DirectiveTypeInfo.DirectiveTypeInfo(HotChocolate.Language.DirectiveDefinitionNode! definition, HotChocolate.Stitching.Merge.ISchemaInfo! schema) -> void -HotChocolate.Stitching.Merge.DirectiveTypeInfo.Schema.get -> HotChocolate.Stitching.Merge.ISchemaInfo! -HotChocolate.Stitching.Merge.Handlers.TypeMergeHanlderBase<T> -HotChocolate.Stitching.Merge.Handlers.TypeMergeHanlderBase<T>.Merge(HotChocolate.Stitching.Merge.ISchemaMergeContext! context, System.Collections.Generic.IReadOnlyList<HotChocolate.Stitching.Merge.ITypeInfo!>! types) -> void -HotChocolate.Stitching.Merge.Handlers.TypeMergeHanlderBase<T>.TypeMergeHanlderBase(HotChocolate.Stitching.Merge.MergeTypeRuleDelegate! next) -> void -HotChocolate.Stitching.Merge.IDirectiveMergeHandler -HotChocolate.Stitching.Merge.IDirectiveMergeHandler.Merge(HotChocolate.Stitching.Merge.ISchemaMergeContext! context, System.Collections.Generic.IReadOnlyList<HotChocolate.Stitching.Merge.IDirectiveTypeInfo!>! directives) -> void -HotChocolate.Stitching.Merge.IDirectiveTypeInfo -HotChocolate.Stitching.Merge.IDirectiveTypeInfo.Definition.get -> HotChocolate.Language.DirectiveDefinitionNode! -HotChocolate.Stitching.Merge.IDirectiveTypeInfo.Schema.get -> HotChocolate.Stitching.Merge.ISchemaInfo! -HotChocolate.Stitching.Merge.ISchemaInfo -HotChocolate.Stitching.Merge.ISchemaInfo.Directives.get -> System.Collections.Generic.IReadOnlyDictionary<string!, HotChocolate.Language.DirectiveDefinitionNode!>! -HotChocolate.Stitching.Merge.ISchemaInfo.Document.get -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.Merge.ISchemaInfo.IsRootType(HotChocolate.Language.ITypeDefinitionNode! typeDefinition) -> bool -HotChocolate.Stitching.Merge.ISchemaInfo.MutationType.get -> HotChocolate.Language.ObjectTypeDefinitionNode? -HotChocolate.Stitching.Merge.ISchemaInfo.Name.get -> HotChocolate.NameString -HotChocolate.Stitching.Merge.ISchemaInfo.QueryType.get -> HotChocolate.Language.ObjectTypeDefinitionNode! -HotChocolate.Stitching.Merge.ISchemaInfo.SubscriptionType.get -> HotChocolate.Language.ObjectTypeDefinitionNode? -HotChocolate.Stitching.Merge.ISchemaInfo.TryGetOperationType(HotChocolate.Language.ObjectTypeDefinitionNode! rootType, out HotChocolate.Language.OperationType operationType) -> bool -HotChocolate.Stitching.Merge.ISchemaInfo.Types.get -> System.Collections.Generic.IReadOnlyDictionary<string!, HotChocolate.Language.ITypeDefinitionNode!>! -HotChocolate.Stitching.Merge.ISchemaMergeContext -HotChocolate.Stitching.Merge.ISchemaMergeContext.AddDirective(HotChocolate.Language.DirectiveDefinitionNode! directive) -> void -HotChocolate.Stitching.Merge.ISchemaMergeContext.AddType(HotChocolate.Language.ITypeDefinitionNode! type) -> void -HotChocolate.Stitching.Merge.ISchemaMergeContext.ContainsDirective(HotChocolate.NameString directiveName) -> bool -HotChocolate.Stitching.Merge.ISchemaMergeContext.ContainsType(HotChocolate.NameString typeName) -> bool -HotChocolate.Stitching.Merge.ISchemaMerger -HotChocolate.Stitching.Merge.ISchemaMerger.AddDirectiveMergeRule(HotChocolate.Stitching.Merge.MergeDirectiveRuleFactory! factory) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.ISchemaMerger.AddDocumentRewriter(HotChocolate.Stitching.Merge.Rewriters.IDocumentRewriter! rewriter) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.ISchemaMerger.AddMergeRule(HotChocolate.Stitching.Merge.MergeTypeRuleFactory! factory) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.ISchemaMerger.AddSchema(HotChocolate.NameString name, HotChocolate.Language.DocumentNode! schema) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.ISchemaMerger.AddTypeMergeRule(HotChocolate.Stitching.Merge.MergeTypeRuleFactory! factory) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.ISchemaMerger.AddTypeRewriter(HotChocolate.Stitching.Merge.Rewriters.ITypeRewriter! rewriter) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.ISchemaMerger.Merge() -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.Merge.ITypeInfo -HotChocolate.Stitching.Merge.ITypeInfo.Definition.get -> HotChocolate.Language.ITypeDefinitionNode! -HotChocolate.Stitching.Merge.ITypeInfo.IsRootType.get -> bool -HotChocolate.Stitching.Merge.ITypeInfo.Schema.get -> HotChocolate.Stitching.Merge.ISchemaInfo! -HotChocolate.Stitching.Merge.ITypeInfo<T> -HotChocolate.Stitching.Merge.ITypeInfo<T>.Definition.get -> T -HotChocolate.Stitching.Merge.ITypeMergeHandler -HotChocolate.Stitching.Merge.ITypeMergeHandler.Merge(HotChocolate.Stitching.Merge.ISchemaMergeContext! context, System.Collections.Generic.IReadOnlyList<HotChocolate.Stitching.Merge.ITypeInfo!>! types) -> void -HotChocolate.Stitching.Merge.MergeDirectiveRuleDelegate -HotChocolate.Stitching.Merge.MergeDirectiveRuleFactory -HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions -HotChocolate.Stitching.Merge.MergeTypeRuleDelegate -HotChocolate.Stitching.Merge.MergeTypeRuleFactory -HotChocolate.Stitching.Merge.Rewriters.IDocumentRewriter -HotChocolate.Stitching.Merge.Rewriters.IDocumentRewriter.Rewrite(HotChocolate.Stitching.Merge.ISchemaInfo! schema, HotChocolate.Language.DocumentNode! document) -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.Merge.Rewriters.ITypeRewriter -HotChocolate.Stitching.Merge.Rewriters.ITypeRewriter.Rewrite(HotChocolate.Stitching.Merge.ISchemaInfo! schema, HotChocolate.Language.ITypeDefinitionNode! typeDefinition) -> HotChocolate.Language.ITypeDefinitionNode! -HotChocolate.Stitching.Merge.Rewriters.RewriteDocumentDelegate -HotChocolate.Stitching.Merge.Rewriters.RewriteTypeDefinitionDelegate -HotChocolate.Stitching.Merge.SchemaMergeContext -HotChocolate.Stitching.Merge.SchemaMergeContext.AddDirective(HotChocolate.Language.DirectiveDefinitionNode! directive) -> void -HotChocolate.Stitching.Merge.SchemaMergeContext.AddType(HotChocolate.Language.ITypeDefinitionNode! type) -> void -HotChocolate.Stitching.Merge.SchemaMergeContext.ContainsDirective(HotChocolate.NameString directiveName) -> bool -HotChocolate.Stitching.Merge.SchemaMergeContext.ContainsType(HotChocolate.NameString typeName) -> bool -HotChocolate.Stitching.Merge.SchemaMergeContext.CreateSchema() -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.Merge.SchemaMergeContext.SchemaMergeContext() -> void -HotChocolate.Stitching.Merge.SchemaMergeException -HotChocolate.Stitching.Merge.SchemaMergeException.SchemaMergeException(HotChocolate.Language.ITypeDefinitionNode! typeDefinition, HotChocolate.Language.ITypeExtensionNode! typeExtension, string! message) -> void -HotChocolate.Stitching.Merge.SchemaMergeException.SchemaMergeException(System.Runtime.Serialization.SerializationInfo! info, System.Runtime.Serialization.StreamingContext context) -> void -HotChocolate.Stitching.Merge.SchemaMergeException.TypeDefinition.get -> HotChocolate.Language.ITypeDefinitionNode! -HotChocolate.Stitching.Merge.SchemaMergeException.TypeExtension.get -> HotChocolate.Language.ITypeExtensionNode! -HotChocolate.Stitching.Merge.SchemaMerger -HotChocolate.Stitching.Merge.SchemaMerger.AddDirectiveMergeRule(HotChocolate.Stitching.Merge.MergeDirectiveRuleFactory! factory) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.SchemaMerger.AddDocumentRewriter(HotChocolate.Stitching.Merge.Rewriters.IDocumentRewriter! rewriter) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.SchemaMerger.AddMergeRule(HotChocolate.Stitching.Merge.MergeTypeRuleFactory! factory) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.SchemaMerger.AddSchema(HotChocolate.NameString name, HotChocolate.Language.DocumentNode! schema) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.SchemaMerger.AddTypeMergeRule(HotChocolate.Stitching.Merge.MergeTypeRuleFactory! factory) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.SchemaMerger.AddTypeRewriter(HotChocolate.Stitching.Merge.Rewriters.ITypeRewriter! rewriter) -> HotChocolate.Stitching.Merge.ISchemaMerger! -HotChocolate.Stitching.Merge.SchemaMerger.Merge() -> HotChocolate.Language.DocumentNode! -HotChocolate.Stitching.Merge.SchemaMerger.SchemaMerger() -> void -HotChocolate.Stitching.Merge.SchemaMergerExtensions -HotChocolate.Stitching.Merge.TypeInfoExtensions -HotChocolate.Stitching.Pipeline.HttpStitchingRequestInterceptor -HotChocolate.Stitching.Pipeline.HttpStitchingRequestInterceptor.HttpStitchingRequestInterceptor() -> void -HotChocolate.Stitching.Pipeline.HttpStitchingRequestInterceptor.OnReceivedResultAsync(HotChocolate.NameString targetSchema, HotChocolate.Execution.IQueryRequest! request, HotChocolate.Execution.IQueryResult! result, System.Net.Http.HttpResponseMessage! responseMessage, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask<HotChocolate.Execution.IQueryResult!> -HotChocolate.Stitching.Pipeline.IHttpStitchingRequestInterceptor -HotChocolate.Stitching.Pipeline.IHttpStitchingRequestInterceptor.OnCreateRequestAsync(HotChocolate.NameString targetSchema, HotChocolate.Execution.IQueryRequest! request, System.Net.Http.HttpRequestMessage! requestMessage, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask -HotChocolate.Stitching.Pipeline.IHttpStitchingRequestInterceptor.OnReceivedResultAsync(HotChocolate.NameString targetSchema, HotChocolate.Execution.IQueryRequest! request, HotChocolate.Execution.IQueryResult! result, System.Net.Http.HttpResponseMessage! responseMessage, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask<HotChocolate.Execution.IQueryResult!> -HotChocolate.Stitching.Requests.IRemoteRequestExecutor -HotChocolate.Stitching.Requests.IRemoteRequestExecutor.ExecuteAsync(HotChocolate.Execution.IQueryRequest! request, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<HotChocolate.Execution.IExecutionResult!>! -HotChocolate.Stitching.Requests.IRemoteRequestExecutor.Schema.get -> HotChocolate.ISchema! -HotChocolate.Stitching.Requests.IRemoteRequestExecutor.Services.get -> System.IServiceProvider! -HotChocolate.Stitching.Requests.IStitchingContext -HotChocolate.Stitching.Requests.IStitchingContext.GetRemoteRequestExecutor(HotChocolate.NameString schemaName) -> HotChocolate.Stitching.Requests.IRemoteRequestExecutor! -HotChocolate.Stitching.Requests.IStitchingContext.GetRemoteSchema(HotChocolate.NameString schemaName) -> HotChocolate.ISchema! -HotChocolate.Stitching.Requests.StitchingContext -HotChocolate.Stitching.Requests.StitchingContext.GetRemoteRequestExecutor(HotChocolate.NameString schemaName) -> HotChocolate.Stitching.Requests.IRemoteRequestExecutor! -HotChocolate.Stitching.Requests.StitchingContext.GetRemoteSchema(HotChocolate.NameString schemaName) -> HotChocolate.ISchema! -HotChocolate.Stitching.Requests.StitchingContext.StitchingContext(GreenDonut.IBatchScheduler! batchScheduler, HotChocolate.Execution.IRequestContextAccessor! requestContextAccessor) -> void -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.AddTypeExtensionsFromFile(string! fileName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.AddTypeExtensionsFromResource(System.Reflection.Assembly! assembly, string! key) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.AddTypeExtensionsFromString(string! schemaSdl) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.IgnoreRootTypes() -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.IgnoreType(HotChocolate.NameString typeName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.RenameField(HotChocolate.NameString typeName, HotChocolate.NameString fieldName, HotChocolate.NameString newFieldName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.RenameType(HotChocolate.NameString typeName, HotChocolate.NameString newTypeName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.SetName(HotChocolate.NameString name) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor.SetSchemaDefinitionPublisher(System.Func<System.IServiceProvider!, HotChocolate.Stitching.SchemaDefinitions.ISchemaDefinitionPublisher!>! publisherFactory) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.ISchemaDefinitionPublisher -HotChocolate.Stitching.SchemaDefinitions.ISchemaDefinitionPublisher.PublishAsync(HotChocolate.Stitching.RemoteSchemaDefinition! schemaDefinition, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.AddTypeExtensionsFromFile(string! fileName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.AddTypeExtensionsFromResource(System.Reflection.Assembly! assembly, string! key) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.AddTypeExtensionsFromString(string! schemaSdl) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.Build(HotChocolate.Types.Descriptors.IDescriptorContext! context, HotChocolate.ISchema! schema) -> HotChocolate.Stitching.RemoteSchemaDefinition! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.HasPublisher.get -> bool -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.IgnoreRootTypes() -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.IgnoreType(HotChocolate.NameString typeName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.PublishAsync(System.IServiceProvider! applicationServices, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.PublishSchemaDefinitionDescriptor(HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder) -> void -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.RenameField(HotChocolate.NameString typeName, HotChocolate.NameString fieldName, HotChocolate.NameString newFieldName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.RenameType(HotChocolate.NameString typeName, HotChocolate.NameString newTypeName) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.SetName(HotChocolate.NameString name) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.PublishSchemaDefinitionDescriptor.SetSchemaDefinitionPublisher(System.Func<System.IServiceProvider!, HotChocolate.Stitching.SchemaDefinitions.ISchemaDefinitionPublisher!>! publisherFactory) -> HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor! -HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType -HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType.Names -HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType.SchemaDefinitionType() -> void -HotChocolate.Stitching.ScopedVariableNode -HotChocolate.Stitching.ScopedVariableNode.Equals(HotChocolate.Language.IValueNode? other) -> bool -HotChocolate.Stitching.ScopedVariableNode.Equals(HotChocolate.Stitching.ScopedVariableNode? other) -> bool -HotChocolate.Stitching.ScopedVariableNode.GetNodes() -> System.Collections.Generic.IEnumerable<HotChocolate.Language.ISyntaxNode!>! -HotChocolate.Stitching.ScopedVariableNode.Kind.get -> HotChocolate.Language.SyntaxKind -HotChocolate.Stitching.ScopedVariableNode.Location.get -> HotChocolate.Language.Location? -HotChocolate.Stitching.ScopedVariableNode.Name.get -> HotChocolate.Language.NameNode! -HotChocolate.Stitching.ScopedVariableNode.Scope.get -> HotChocolate.Language.NameNode! -HotChocolate.Stitching.ScopedVariableNode.ScopedVariableNode(HotChocolate.Language.Location? location, HotChocolate.Language.NameNode! scope, HotChocolate.Language.NameNode! name) -> void -HotChocolate.Stitching.ScopedVariableNode.ScopedVariableNode(HotChocolate.Language.NameNode! scope, HotChocolate.Language.NameNode! name) -> void -HotChocolate.Stitching.ScopedVariableNode.ScopedVariableNode(string! scope, string! name) -> void -HotChocolate.Stitching.ScopedVariableNode.ToString(bool indented) -> string! -HotChocolate.Stitching.ScopedVariableNode.ToVariableName() -> string! -HotChocolate.Stitching.ScopedVariableNode.ToVariableNode() -> HotChocolate.Language.VariableNode! -HotChocolate.Stitching.ScopedVariableNode.Value.get -> string! -HotChocolate.Stitching.SelectionPathComponent -HotChocolate.Stitching.SelectionPathComponent.Arguments.get -> System.Collections.Generic.IReadOnlyList<HotChocolate.Language.ArgumentNode!>! -HotChocolate.Stitching.SelectionPathComponent.Name.get -> HotChocolate.Language.NameNode! -HotChocolate.Stitching.SelectionPathComponent.SelectionPathComponent(HotChocolate.Language.NameNode! name, System.Collections.Generic.IReadOnlyList<HotChocolate.Language.ArgumentNode!>! arguments) -> void -HotChocolate.Stitching.SourceDirective -HotChocolate.Stitching.SourceDirective.Name.get -> HotChocolate.NameString -HotChocolate.Stitching.SourceDirective.Name.set -> void -HotChocolate.Stitching.SourceDirective.Schema.get -> HotChocolate.NameString -HotChocolate.Stitching.SourceDirective.Schema.set -> void -HotChocolate.Stitching.SourceDirective.SourceDirective() -> void -HotChocolate.Stitching.SourceDirectiveType -HotChocolate.Stitching.SourceDirectiveType.SourceDirectiveType() -> void -HotChocolate.Stitching.Utilities.CopySchemaDefinitionTypeInterceptor -HotChocolate.Stitching.Utilities.CopySchemaDefinitionTypeInterceptor.CopySchemaDefinitionTypeInterceptor() -> void -HotChocolate.Stitching.Utilities.FieldDependency -HotChocolate.Stitching.Utilities.FieldDependency.Equals(HotChocolate.Stitching.Utilities.FieldDependency other) -> bool -HotChocolate.Stitching.Utilities.FieldDependency.FieldDependency() -> void -HotChocolate.Stitching.Utilities.FieldDependency.FieldDependency(HotChocolate.NameString typeName, HotChocolate.NameString fieldName) -> void -HotChocolate.Stitching.Utilities.FieldDependency.FieldName.get -> HotChocolate.NameString -HotChocolate.Stitching.Utilities.FieldDependency.TypeName.get -> HotChocolate.NameString -HotChocolate.Stitching.Utilities.FieldDependencyResolver -HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context -HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context.AddFragment(string! fragmentName) -> HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context! -HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context.Dependencies.get -> System.Collections.Generic.ISet<HotChocolate.Stitching.Utilities.FieldDependency>! -HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context.FragmentPath.get -> System.Collections.Immutable.ImmutableHashSet<string!>! -HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context.Fragments.get -> System.Collections.Generic.IDictionary<string!, HotChocolate.Language.FragmentDefinitionNode!>! -HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context.SetTypeContext(HotChocolate.Types.INamedOutputType! type) -> HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context! -HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context.TypeContext.get -> HotChocolate.Types.INamedOutputType! -HotChocolate.Stitching.Utilities.FieldDependencyResolver.FieldDependencyResolver(HotChocolate.ISchema! schema) -> void -HotChocolate.Stitching.Utilities.FieldDependencyResolver.GetFieldDependencies(HotChocolate.Language.DocumentNode! document, HotChocolate.Language.FieldNode! field, HotChocolate.Types.INamedOutputType! declaringType) -> System.Collections.Generic.ISet<HotChocolate.Stitching.Utilities.FieldDependency>! -HotChocolate.Stitching.Utilities.FieldDependencyResolver.GetFieldDependencies(HotChocolate.Language.DocumentNode! document, HotChocolate.Language.SelectionSetNode! selectionSet, HotChocolate.Types.INamedOutputType! declaringType) -> System.Collections.Generic.ISet<HotChocolate.Stitching.Utilities.FieldDependency>! -HotChocolate.Stitching.Utilities.IntrospectionHelper -HotChocolate.Stitching.Utilities.IntrospectionHelper.GetSchemaDefinitionAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<HotChocolate.Stitching.RemoteSchemaDefinition!>! -HotChocolate.Stitching.Utilities.IntrospectionHelper.IntrospectionHelper(System.Net.Http.HttpClient! httpClient, HotChocolate.NameString configuration) -> void -HotChocolate.Stitching.Utilities.IQueryDelegationRewriter -HotChocolate.Stitching.Utilities.IQueryDelegationRewriter.OnRewriteField(HotChocolate.NameString targetSchemaName, HotChocolate.Types.IOutputType! outputType, HotChocolate.Types.IOutputField! outputField, HotChocolate.Language.FieldNode! field) -> HotChocolate.Language.FieldNode! -HotChocolate.Stitching.Utilities.IQueryDelegationRewriter.OnRewriteSelectionSet(HotChocolate.NameString targetSchemaName, HotChocolate.Types.IOutputType! outputType, HotChocolate.Types.IOutputField! outputField, HotChocolate.Language.SelectionSetNode! selectionSet) -> HotChocolate.Language.SelectionSetNode! -HotChocolate.Stitching.Utilities.QueryDelegationRewriterBase -HotChocolate.Stitching.Utilities.QueryDelegationRewriterBase.QueryDelegationRewriterBase() -> void -HotChocolate.Stitching.Utilities.SchemaExtensionsRewriter -HotChocolate.Stitching.Utilities.SchemaExtensionsRewriter.SchemaActions.get -> System.Collections.Generic.IReadOnlyList<HotChocolate.Language.DirectiveNode!>! -HotChocolate.Stitching.Utilities.SchemaExtensionsRewriter.SchemaExtensionsRewriter() -> void -Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions -override HotChocolate.Stitching.ComputedDirectiveType.Configure(HotChocolate.Types.IDirectiveTypeDescriptor<HotChocolate.Stitching.ComputedDirective!>! descriptor) -> void -override HotChocolate.Stitching.DelegateDirectiveType.Configure(HotChocolate.Types.IDirectiveTypeDescriptor<HotChocolate.Stitching.DelegateDirective!>! descriptor) -> void -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteArgument(HotChocolate.Language.ArgumentNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.ArgumentNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteDirective(HotChocolate.Language.DirectiveNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.DirectiveNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteField(HotChocolate.Language.FieldNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.FieldNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteFragmentDefinition(HotChocolate.Language.FragmentDefinitionNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.FragmentDefinitionNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteFragmentSpread(HotChocolate.Language.FragmentSpreadNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.FragmentSpreadNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteInlineFragment(HotChocolate.Language.InlineFragmentNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.InlineFragmentNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteObjectField(HotChocolate.Language.ObjectFieldNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.ObjectFieldNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteSelectionSet(HotChocolate.Language.SelectionSetNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.SelectionSetNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.RewriteVariable(HotChocolate.Language.VariableNode! node, HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.Context! context) -> HotChocolate.Language.VariableNode! -override HotChocolate.Stitching.Delegation.ExtractFieldQuerySyntaxRewriter.VisitFragmentDefinitions.get -> bool -override HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.RewriteEnumTypeDefinition(HotChocolate.Language.EnumTypeDefinitionNode! node, HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext! context) -> HotChocolate.Language.EnumTypeDefinitionNode! -override HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.RewriteInputObjectTypeDefinition(HotChocolate.Language.InputObjectTypeDefinitionNode! node, HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext! context) -> HotChocolate.Language.InputObjectTypeDefinitionNode! -override HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.RewriteInterfaceTypeDefinition(HotChocolate.Language.InterfaceTypeDefinitionNode! node, HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext! context) -> HotChocolate.Language.InterfaceTypeDefinitionNode! -override HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.RewriteObjectTypeDefinition(HotChocolate.Language.ObjectTypeDefinitionNode! node, HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext! context) -> HotChocolate.Language.ObjectTypeDefinitionNode! -override HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.RewriteScalarTypeDefinition(HotChocolate.Language.ScalarTypeDefinitionNode! node, HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext! context) -> HotChocolate.Language.ScalarTypeDefinitionNode! -override HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.RewriteUnionTypeDefinition(HotChocolate.Language.UnionTypeDefinitionNode! node, HotChocolate.Stitching.Merge.AddSchemaExtensionRewriter.MergeContext! context) -> HotChocolate.Language.UnionTypeDefinitionNode! -override HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType.Configure(HotChocolate.Types.IObjectTypeDescriptor<HotChocolate.Stitching.RemoteSchemaDefinition!>! descriptor) -> void -override HotChocolate.Stitching.ScopedVariableNode.Equals(object? obj) -> bool -override HotChocolate.Stitching.ScopedVariableNode.GetHashCode() -> int -override HotChocolate.Stitching.ScopedVariableNode.ToString() -> string! -override HotChocolate.Stitching.SelectionPathComponent.ToString() -> string! -override HotChocolate.Stitching.SourceDirectiveType.Configure(HotChocolate.Types.IDirectiveTypeDescriptor<HotChocolate.Stitching.SourceDirective!>! descriptor) -> void -override HotChocolate.Stitching.Utilities.CopySchemaDefinitionTypeInterceptor.OnAfterCompleteType(HotChocolate.Configuration.ITypeCompletionContext! completionContext, HotChocolate.Types.Descriptors.Definitions.DefinitionBase? definition, System.Collections.Generic.IDictionary<string!, object?>! contextData) -> void -override HotChocolate.Stitching.Utilities.FieldDependency.Equals(object? obj) -> bool -override HotChocolate.Stitching.Utilities.FieldDependency.GetHashCode() -> int -override HotChocolate.Stitching.Utilities.FieldDependencyResolver.VisitField(HotChocolate.Language.FieldNode! node, HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context! context) -> void -override HotChocolate.Stitching.Utilities.FieldDependencyResolver.VisitFragmentDefinition(HotChocolate.Language.FragmentDefinitionNode! node, HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context! context) -> void -override HotChocolate.Stitching.Utilities.FieldDependencyResolver.VisitFragmentDefinitions.get -> bool -override HotChocolate.Stitching.Utilities.FieldDependencyResolver.VisitFragmentSpread(HotChocolate.Language.FragmentSpreadNode! node, HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context! context) -> void -override HotChocolate.Stitching.Utilities.FieldDependencyResolver.VisitInlineFragment(HotChocolate.Language.InlineFragmentNode! node, HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context! context) -> void -override HotChocolate.Stitching.Utilities.SchemaExtensionsRewriter.RewriteDirective(HotChocolate.Language.DirectiveNode! node, string! context) -> HotChocolate.Language.DirectiveNode! -override HotChocolate.Stitching.Utilities.SchemaExtensionsRewriter.RewriteSchemaExtension(HotChocolate.Language.SchemaExtensionNode! node, string! context) -> HotChocolate.Language.SchemaExtensionNode! -static HotChocolate.Stitching.Delegation.RemoteQueryBuilder.New() -> HotChocolate.Stitching.Delegation.RemoteQueryBuilder! -static HotChocolate.Stitching.Delegation.ScopedVariables.ScopeNames.Arguments.get -> HotChocolate.NameString -static HotChocolate.Stitching.Delegation.ScopedVariables.ScopeNames.ContextData.get -> HotChocolate.NameString -static HotChocolate.Stitching.Delegation.ScopedVariables.ScopeNames.Fields.get -> HotChocolate.NameString -static HotChocolate.Stitching.Delegation.ScopedVariables.ScopeNames.ScopedContextData.get -> HotChocolate.NameString -static HotChocolate.Stitching.ErrorHelper.HttpRequestClient_HttpError(System.Net.HttpStatusCode statusCode, string? responseBody) -> HotChocolate.IError! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName, bool overwrite) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName, HotChocolate.Stitching.SelectionPathComponent! selectionPath, bool overwrite) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName, HotChocolate.Stitching.SelectionPathComponent! selectionPath) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName, string! delegationPath, bool overwrite) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName, string! delegationPath) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName, System.Collections.Generic.IReadOnlyCollection<HotChocolate.Stitching.SelectionPathComponent!>! selectionPath, bool overwrite) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName, System.Collections.Generic.IReadOnlyCollection<HotChocolate.Stitching.SelectionPathComponent!>! selectionPath) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.AddDelegationPath(this HotChocolate.Language.FieldDefinitionNode! field, HotChocolate.NameString schemaName) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.GetOriginalName(this HotChocolate.Language.INamedSyntaxNode! typeDefinition, HotChocolate.NameString schemaName) -> HotChocolate.NameString -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.IsFromSchema(this HotChocolate.Language.INamedSyntaxNode! typeDefinition, HotChocolate.NameString schemaName) -> bool -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.DirectiveDefinitionNode! directiveDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.DirectiveDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.DirectiveDefinitionNode! directiveDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.DirectiveDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.EnumTypeDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.EnumTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.EnumTypeDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.EnumTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.FieldDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.FieldDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.FieldDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.InputObjectTypeDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.InputObjectTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.InputObjectTypeDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.InputObjectTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.InputValueDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.InputValueDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.InputValueDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.InputValueDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.InterfaceTypeDefinitionNode! interfaceTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.InterfaceTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.InterfaceTypeDefinitionNode! interfaceTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.InterfaceTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.ObjectTypeDefinitionNode! objectTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.ObjectTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.ObjectTypeDefinitionNode! objectTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.ObjectTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.ScalarTypeDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.ScalarTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.ScalarTypeDefinitionNode! enumTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.ScalarTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.UnionTypeDefinitionNode! unionTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> HotChocolate.Language.UnionTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename(this HotChocolate.Language.UnionTypeDefinitionNode! unionTypeDefinition, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> HotChocolate.Language.UnionTypeDefinitionNode! -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename<T>(this T enumTypeDefinition, HotChocolate.NameString newName, params HotChocolate.NameString[]! schemaNames) -> T -static HotChocolate.Stitching.Merge.MergeSyntaxNodeExtensions.Rename<T>(this T typeDefinitionNode, HotChocolate.NameString newName, System.Collections.Generic.IEnumerable<HotChocolate.NameString>! schemaNames) -> T -static HotChocolate.Stitching.Merge.SchemaMerger.New() -> HotChocolate.Stitching.Merge.SchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.AddDirectiveMergeHandler<T>(this HotChocolate.Stitching.Merge.ISchemaMerger! merger) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.AddMergeHandler<T>(this HotChocolate.Stitching.Merge.ISchemaMerger! merger) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.AddTypeMergeHandler<T>(this HotChocolate.Stitching.Merge.ISchemaMerger! merger) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.IgnoreField(this HotChocolate.Stitching.Merge.ISchemaMerger! schemaMerger, HotChocolate.Resolvers.FieldReference! field, HotChocolate.NameString? schemaName = null) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.IgnoreRootTypes(this HotChocolate.Stitching.Merge.ISchemaMerger! schemaMerger, HotChocolate.NameString? schemaName = null) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.IgnoreType(this HotChocolate.Stitching.Merge.ISchemaMerger! schemaMerger, HotChocolate.NameString typeName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.RenameField(this HotChocolate.Stitching.Merge.ISchemaMerger! schemaMerger, HotChocolate.Resolvers.FieldReference! field, HotChocolate.NameString newFieldName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.SchemaMergerExtensions.RenameType(this HotChocolate.Stitching.Merge.ISchemaMerger! schemaMerger, HotChocolate.NameString originalTypeName, HotChocolate.NameString newTypeName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Stitching.Merge.ISchemaMerger! -static HotChocolate.Stitching.Merge.TypeInfoExtensions.IsMutationType(this HotChocolate.Stitching.Merge.ITypeInfo! typeInfo) -> bool -static HotChocolate.Stitching.Merge.TypeInfoExtensions.IsQueryType(this HotChocolate.Stitching.Merge.ITypeInfo! typeInfo) -> bool -static HotChocolate.Stitching.Merge.TypeInfoExtensions.IsSubscriptionType(this HotChocolate.Stitching.Merge.ITypeInfo! typeInfo) -> bool -static HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType.Names.Document.get -> HotChocolate.NameString -static HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType.Names.ExtensionDocuments.get -> HotChocolate.NameString -static HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType.Names.Name.get -> HotChocolate.NameString -static HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionType.Names.SchemaDefinition.get -> HotChocolate.NameString -static HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context.New(HotChocolate.Types.INamedOutputType! typeContext, System.Collections.Generic.IDictionary<string!, HotChocolate.Language.FragmentDefinitionNode!>! fragments) -> HotChocolate.Stitching.Utilities.FieldDependencyResolver.Context! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddDirectiveMergeHandler<T>(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddDirectiveMergeRule(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Stitching.Merge.MergeDirectiveRuleFactory! mergeRuleFactory) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddDocumentRewriter(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Stitching.Merge.Rewriters.IDocumentRewriter! rewriter) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddDocumentRewriter(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Stitching.Merge.Rewriters.RewriteDocumentDelegate! rewrite) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddLocalSchema(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString schemaName, bool ignoreRootTypes = false) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddMergedDocumentRewriter(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, System.Func<HotChocolate.Language.DocumentNode!, HotChocolate.Language.DocumentNode!>! rewrite) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddMergedDocVisitor(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, System.Action<HotChocolate.Language.DocumentNode!>! visit) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddRemoteSchema(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString schemaName, bool ignoreRootTypes = false) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddRemoteSchema(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString schemaName, System.Func<System.IServiceProvider!, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<HotChocolate.Stitching.RemoteSchemaDefinition!>>! loadSchema, bool ignoreRootTypes = false) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddRemoteSchemaFromFile(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString schemaName, string! fileName, bool ignoreRootTypes = false) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddRemoteSchemaFromString(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString schemaName, string! schemaSdl, bool ignoreRootTypes = false) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddTypeExtensionsFromFile(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, string! fileName) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddTypeExtensionsFromResource(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, System.Reflection.Assembly! assembly, string! key) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddTypeExtensionsFromString(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, string! schemaSdl) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddTypeMergeHandler<T>(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddTypeMergeRule(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Stitching.Merge.MergeTypeRuleFactory! mergeRuleFactory) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddTypeRewriter(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Stitching.Merge.Rewriters.ITypeRewriter! rewriter) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.AddTypeRewriter(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Stitching.Merge.Rewriters.RewriteTypeDefinitionDelegate! rewrite) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.IgnoreField(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString typeName, HotChocolate.NameString fieldName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.IgnoreField(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Resolvers.FieldReference! field, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.IgnoreRootTypes(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.IgnoreType(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString typeName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.PublishSchemaDefinition(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, System.Action<HotChocolate.Stitching.SchemaDefinitions.IPublishSchemaDefinitionDescriptor!>! configure) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.RenameField(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString typeName, HotChocolate.NameString fieldName, HotChocolate.NameString argumentName, HotChocolate.NameString newArgumentName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.RenameField(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString typeName, HotChocolate.NameString fieldName, HotChocolate.NameString newFieldName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.RenameField(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Resolvers.FieldReference! field, HotChocolate.NameString argumentName, HotChocolate.NameString newArgumentName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.RenameField(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.Resolvers.FieldReference! field, HotChocolate.NameString newFieldName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.RenameType(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString originalTypeName, HotChocolate.NameString newTypeName, HotChocolate.NameString? schemaName = null) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.RewriteType(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder, HotChocolate.NameString originalTypeName, HotChocolate.NameString newTypeName, HotChocolate.NameString schemaName) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.UseHttpRequestPipeline(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -static Microsoft.Extensions.DependencyInjection.HotChocolateStitchingRequestExecutorExtensions.UseHttpRequests(this HotChocolate.Execution.Configuration.IRequestExecutorBuilder! builder) -> HotChocolate.Execution.Configuration.IRequestExecutorBuilder! -virtual HotChocolate.Stitching.Pipeline.HttpStitchingRequestInterceptor.OnCreateRequestAsync(HotChocolate.NameString targetSchema, HotChocolate.Execution.IQueryRequest! request, System.Net.Http.HttpRequestMessage! requestMessage, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.ValueTask -virtual HotChocolate.Stitching.Utilities.QueryDelegationRewriterBase.OnRewriteField(HotChocolate.NameString targetSchemaName, HotChocolate.Types.IOutputType! outputType, HotChocolate.Types.IOutputField! outputField, HotChocolate.Language.FieldNode! field) -> HotChocolate.Language.FieldNode! -virtual HotChocolate.Stitching.Utilities.QueryDelegationRewriterBase.OnRewriteSelectionSet(HotChocolate.NameString targetSchemaName, HotChocolate.Types.IOutputType! outputType, HotChocolate.Types.IOutputField! outputField, HotChocolate.Language.SelectionSetNode! selectionSet) -> HotChocolate.Language.SelectionSetNode! diff --git a/src/HotChocolate/Stitching/src/Stitching/PublicAPI.Unshipped.txt b/src/HotChocolate/Stitching/src/Stitching/PublicAPI.Unshipped.txt deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/BufferedRequest.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/BufferedRequest.cs deleted file mode 100644 index 70f06d3088e..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/BufferedRequest.cs +++ /dev/null @@ -1,190 +0,0 @@ -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Stitching.Properties; -using HotChocolate.Types; -using HotChocolate.Utilities; -using Microsoft.Extensions.DependencyInjection; -using static HotChocolate.Stitching.ThrowHelper; - -namespace HotChocolate.Stitching.Requests; - -internal sealed class BufferedRequest -{ - private BufferedRequest( - IQueryRequest request, - DocumentNode document, - OperationDefinitionNode operation) - { - Request = request; - Document = document; - Operation = operation; - Promise = new TaskCompletionSource<IExecutionResult>( - TaskCreationOptions.RunContinuationsAsynchronously); - } - - public IQueryRequest Request { get; } - - public DocumentNode Document { get; } - - public OperationDefinitionNode Operation { get; } - - public TaskCompletionSource<IExecutionResult> Promise { get; } - - public IDictionary<string, string>? Aliases { get; set; } - - public static BufferedRequest Create(IQueryRequest request, ISchema schema) - { - if (request is null) - { - throw new ArgumentNullException(nameof(request)); - } - - if (schema == null) - { - throw new ArgumentNullException(nameof(schema)); - } - - if (request.Query is null) - { - throw new ArgumentException( - StitchingResources.BufferedRequest_Create_QueryCannotBeNull, - nameof(request)); - } - - var document = - request.Query is QueryDocument doc - ? doc.Document - : Utf8GraphQLParser.Parse(request.Query.AsSpan()); - - var operation = - ResolveOperation(document, request.OperationName); - - request = NormalizeRequest(request, operation, schema); - - return new BufferedRequest(request, document, operation); - } - - internal static OperationDefinitionNode ResolveOperation( - DocumentNode document, - string? operationName) - { - var operation = operationName is null - ? document.Definitions.OfType<OperationDefinitionNode>().SingleOrDefault() - : document.Definitions.OfType<OperationDefinitionNode>().SingleOrDefault( - t => operationName.EqualsOrdinal(t.Name?.Value)); - - if (operation is null) - { - throw BufferedRequest_OperationNotFound(document); - } - - return operation; - } - - private static IQueryRequest NormalizeRequest( - IQueryRequest request, - OperationDefinitionNode operation, - ISchema schema) - { - if (request.VariableValues is { Count: > 0 }) - { - var converter = GetTypeConverter(schema); - var formatter = GetInputFormatter(schema); - var builder = QueryRequestBuilder.From(request); - - foreach (var variable in request.VariableValues) - { - if (variable.Value is not IValueNode) - { - builder.SetVariableValue( - variable.Key, - RewriteVariable( - operation, - variable.Key, - variable.Value, - schema, - converter, - formatter)); - } - } - - return builder.Create(); - } - - return request; - } - - private static InputFormatter GetInputFormatter(ISchema schema) - { - var converter = schema.Services.GetService<InputFormatter>(); - if (converter is not null) - { - return converter; - } - - var appServices = schema.Services.GetService<IApplicationServiceProvider>(); - if (appServices is not null) - { - converter = appServices.GetService<InputFormatter>(); - } - - return converter ?? throw new ArgumentException( - "Could not resolver an input formatter."); - } - - private static ITypeConverter GetTypeConverter(ISchema schema) - { - var converter = schema.Services.GetService<ITypeConverter>(); - if (converter is not null) - { - return converter; - } - - var appServices = schema.Services.GetService<IApplicationServiceProvider>(); - if (appServices is not null) - { - converter = appServices.GetService<ITypeConverter>(); - } - - return converter ?? DefaultTypeConverter.Default; - } - - private static IValueNode RewriteVariable( - OperationDefinitionNode operation, - string name, - object? value, - ISchema schema, - ITypeConverter converter, - InputFormatter inputFormatter) - { - var variableDefinition = - operation.VariableDefinitions.FirstOrDefault( - t => string.Equals(t.Variable.Name.Value, name, StringComparison.Ordinal)); - - if (variableDefinition is not null && - schema.TryGetType<INamedInputType>( - variableDefinition.Type.NamedType().Name.Value, - out var namedType)) - { - var variableType = (IInputType)variableDefinition.Type.ToType(namedType); - - if (value is not null && - !variableType.RuntimeType.IsInstanceOfType(value) && - converter.TryConvert( - value.GetType(), - variableType.RuntimeType, - value, - out var converted)) - { - value = converted; - } - - return inputFormatter.FormatValue( - value, - variableType, - Path.Root.Append(variableDefinition.Variable.Name.Value)); - } - - throw BufferedRequest_VariableDoesNotExist(name); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/IRemoteRequestExecutor.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/IRemoteRequestExecutor.cs deleted file mode 100644 index 78b7e21bb9f..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/IRemoteRequestExecutor.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Threading; -using System.Threading.Tasks; -using HotChocolate.Execution; - -namespace HotChocolate.Stitching.Requests; - -/// <summary> -/// This remote executor delegates GraphQL query, mutation and subscription requests for the -/// remote <see cref="IRequestExecutor.Schema" /> to the GraphQL server that can process them. -/// </summary> -public interface IRemoteRequestExecutor -{ - /// <summary> - /// Gets the schema to which this executor is bound to. - /// </summary> - ISchema Schema { get; } - - /// <summary> - /// Gets the services that are bound to this executor. - /// </summary> - IServiceProvider Services { get; } - - /// <summary> - /// Executes the given GraphQL <paramref name="request" />. - /// </summary> - /// <param name="request"> - /// The GraphQL request object. - /// </param> - /// <param name="cancellationToken"> - /// The cancellation token. - /// </param> - /// <returns> - /// Returns the execution result of the given GraphQL <paramref name="request" />. - /// - /// If the request operation is a simple query or mutation the result is a - /// <see cref="IQueryResult" />. - /// - /// If the request operation is a query or mutation where data is deferred, streamed or - /// includes live data the result is a <see cref="IResponseStream" /> where each result - /// that the <see cref="IResponseStream" /> yields is a <see cref="IQueryResult" />. - /// - /// If the request operation is a subscription the result is a - /// <see cref="IResponseStream" /> where each result that the - /// <see cref="IResponseStream" /> yields is a - /// <see cref="IQueryResult" />. - /// </returns> - Task<IExecutionResult> ExecuteAsync( - IQueryRequest request, - CancellationToken cancellationToken = default); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/IStitchingContext.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/IStitchingContext.cs deleted file mode 100644 index 54e125f4ceb..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/IStitchingContext.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.Stitching.Requests; - -public interface IStitchingContext -{ - IRemoteRequestExecutor GetRemoteRequestExecutor(string schemaName); - - ISchema GetRemoteSchema(string schemaName); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/MergeRequestHelper.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/MergeRequestHelper.cs deleted file mode 100644 index 47d798cf3cc..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/MergeRequestHelper.cs +++ /dev/null @@ -1,306 +0,0 @@ -using System.Buffers; -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Execution; -using HotChocolate.Execution.Processing; -using HotChocolate.Language; -using static HotChocolate.Stitching.WellKnownContextData; - -namespace HotChocolate.Stitching.Requests; - -internal static class MergeRequestHelper -{ - public static IEnumerable<(IQueryRequest, IEnumerable<BufferedRequest>)> MergeRequests( - IEnumerable<BufferedRequest> requests) - { - foreach (var group in requests.GroupBy(t => t.Operation.Operation)) - { - var rewriter = new MergeRequestRewriter(); - var variableValues = new Dictionary<string, object?>(); - - var operationName = group - .Select(r => r.Request.OperationName) - .Where(n => n != null) - .Distinct() - .FirstOrDefault(); - - if (operationName is not null) - { - rewriter.SetOperationName(new NameNode(operationName)); - } - - var i = 0; - BufferedRequest first = null!; - foreach (var request in group) - { - first ??= request; - MergeRequest(request, rewriter, variableValues, $"__{i++}_"); - } - - var batch = - QueryRequestBuilder.New() - .SetQuery(rewriter.Merge()) - .SetOperation(operationName) - .SetVariableValues(variableValues) - .TrySetServices(first.Request.Services) - .Create(); - - yield return (batch, group); - } - } - - public static void DispatchResults( - IQueryResult mergedResult, - IEnumerable<BufferedRequest> requests) - { - try - { - var handledErrors = new HashSet<IError>(); - BufferedRequest? current = null; - QueryResultBuilder? resultBuilder = null; - - foreach (var request in requests) - { - if (current is not null && resultBuilder is not null) - { - current.Promise.SetResult(resultBuilder.Create()); - } - - try - { - current = request; - resultBuilder = ExtractResult(request.Aliases!, mergedResult, handledErrors); - } - catch (Exception ex) - { - current = null; - resultBuilder = null; - request.Promise.SetException(ex); - } - } - - if (current is not null && resultBuilder is not null) - { - if (mergedResult.Errors is not null && - handledErrors.Count < mergedResult.Errors.Count) - { - foreach (var error in mergedResult.Errors.Except(handledErrors)) - { - resultBuilder.AddError(error); - } - } - - handledErrors.Clear(); - current.Promise.SetResult(resultBuilder.Create()); - } - } - catch (Exception ex) - { - foreach (var request in requests) - { - request.Promise.TrySetException(ex); - } - } - } - - private static void MergeRequest( - BufferedRequest bufferedRequest, - MergeRequestRewriter rewriter, - IDictionary<string, object?> variableValues, - string requestPrefix) - { - MergeVariables( - bufferedRequest.Request.VariableValues, - variableValues, - requestPrefix); - - var isAutoGenerated = - bufferedRequest.Request.ContextData?.ContainsKey(IsAutoGenerated) ?? false; - - bufferedRequest.Aliases = rewriter.AddQuery( - bufferedRequest, - requestPrefix, - isAutoGenerated); - } - - private static void MergeVariables( - IReadOnlyDictionary<string, object?>? original, - IDictionary<string, object?> merged, - string requestPrefix) - { - if (original is not null) - { - foreach (var item in original) - { - var variableName = item.Key.CreateNewName(requestPrefix); - merged.Add(variableName, item.Value); - } - } - } - - // This method extracts the relevant data from a merged result for a specific result. - private static QueryResultBuilder ExtractResult( - IDictionary<string, string> aliases, - IQueryResult mergedResult, - ICollection<IError> handledErrors) - { - var result = QueryResultBuilder.New(); - - // We first try to identify and copy data segments that belong to our specific result. - ExtractData(aliases, mergedResult, result); - - // After extracting the data, we will try to find errors that can be associated with - // our specific request for which we are trying to branch out the result. - ExtractErrors(aliases, mergedResult, handledErrors, result); - - // Last but not least we will copy all extensions and contextData over - // to the specific responses. - if (mergedResult.Extensions is not null) - { - result.SetExtensions(mergedResult.Extensions); - } - - if (mergedResult.ContextData is not null) - { - foreach (var item in mergedResult.ContextData) - { - result.SetContextData(item.Key, item.Value); - } - } - - return result; - } - - private static void ExtractData( - IDictionary<string, string> aliases, - IQueryResult mergedResult, - QueryResultBuilder result) - { - var data = new ObjectResult(); - data.EnsureCapacity(aliases.Count); - var i = 0; - - if (mergedResult.Data is not null) - { - foreach (var alias in aliases) - { - if (mergedResult.Data.TryGetValue(alias.Key, out var o)) - { - data.SetValueUnsafe(i++, alias.Value, o); - } - } - } - else - { - foreach (var alias in aliases) - { - data.SetValueUnsafe(i++, alias.Value, null); - } - } - - result.SetData(data); - } - - private static void ExtractErrors( - IDictionary<string, string> aliases, - IQueryResult mergedResult, - ICollection<IError> handledErrors, - QueryResultBuilder result) - { - if (mergedResult.Errors is not null) - { - foreach (var error in mergedResult.Errors) - { - if (TryResolveField(error, aliases, out var responseName)) - { - handledErrors.Add(error); - result.AddError(RewriteError(error, responseName)); - } - } - } - } - - private static IError RewriteError(IError error, string responseName) - { - if (error.Path is null) - { - return error; - } - - return error.WithPath(error.Path.Length == 1 - ? Path.Root.Append(responseName) - : ReplaceRoot(error.Path, responseName)); - } - - private static bool TryResolveField( - IError error, - IDictionary<string, string> aliases, - [NotNullWhen(true)] out string? responseName) - { - if (GetRoot(error.Path) is NamePathSegment root && - aliases.TryGetValue(root.Name, out var s)) - { - responseName = s; - return true; - } - - responseName = null; - return false; - } - - private static Path? GetRoot(Path? path) - { - var current = path; - - if (current is null || current.IsRoot) - { - return null; - } - - while (!current.Parent.IsRoot) - { - current = current.Parent; - } - - return current; - } - - private static Path ReplaceRoot(Path path, string responseName) - { - var depth = path.Length; - var buffer = ArrayPool<Path>.Shared.Rent(depth); - var paths = buffer.AsSpan().Slice(0, depth); - - try - { - var current = path; - - do - { - paths[--depth] = current; - current = current.Parent; - } while (!current.IsRoot); - - paths = paths.Slice(1); - - current = Path.Root.Append(responseName); - - for (var i = 0; i < paths.Length; i++) - { - if (paths[i] is IndexerPathSegment index) - { - current = current.Append(index.Index); - } - else if (paths[i] is NamePathSegment name) - { - current = current.Append(name.Name); - } - } - - return current; - } - finally - { - ArrayPool<Path>.Shared.Return(buffer); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/MergeRequestRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/MergeRequestRewriter.cs deleted file mode 100644 index a46be220ad3..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/MergeRequestRewriter.cs +++ /dev/null @@ -1,140 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using static HotChocolate.Stitching.Requests.MergeRequestRewriter; - -namespace HotChocolate.Stitching.Requests; - -internal class MergeRequestRewriter : SyntaxRewriter<Context> -{ - private static readonly NameNode _defaultName = new("exec_batch"); - - private readonly List<FieldNode> _fields = new(); - private readonly Dictionary<string, VariableDefinitionNode> _variables = new(); - private readonly Dictionary<string, FragmentDefinitionNode> _fragments = new(); - - private Dictionary<string, string>? _aliases; - private string _requestPrefix = default!; - private bool _rewriteFragments; - private OperationType? _operationType; - private NameNode? _operationName; - - public void SetOperationName(NameNode name) => _operationName = name; - - public IDictionary<string, string> AddQuery( - BufferedRequest request, - string requestPrefix, - bool isAutoGenerated) - { - _requestPrefix = requestPrefix; - _rewriteFragments = !isAutoGenerated; - _operationType = request.Operation.Operation; - _aliases = new Dictionary<string, string>(); - - var rewritten = RewriteDocument(request.Document, new Context(true))!; - - var operation = BufferedRequest.ResolveOperation(rewritten, request.Request.OperationName); - - foreach (var variable in operation.VariableDefinitions) - { - _variables.TryAdd(variable.Variable.Name.Value, variable); - } - - _fields.AddRange(operation.SelectionSet.Selections.OfType<FieldNode>()); - - foreach (var fragment in rewritten.Definitions.OfType<FragmentDefinitionNode>()) - { - _fragments.TryAdd(fragment.Name.Value, fragment); - } - - return _aliases; - } - - public DocumentNode Merge() - { - var definitions = new List<IDefinitionNode> - { - new OperationDefinitionNode( - null, - _operationName ?? _defaultName, - _operationType ?? OperationType.Query, - new List<VariableDefinitionNode>(_variables.Values), - Array.Empty<DirectiveNode>(), - new SelectionSetNode(null, new List<ISelectionNode>(_fields)) - ) - }; - - definitions.AddRange(_fragments.Values); - - return new DocumentNode(null, definitions); - } - - protected override VariableDefinitionNode RewriteVariableDefinition( - VariableDefinitionNode node, - Context context) - => node.WithVariable( - node.Variable.WithName( - node.Variable.Name.CreateNewName(_requestPrefix))); - - protected override FieldNode? RewriteField(FieldNode node, Context context) - { - if (context.First) - { - var responseName = node.Alias ?? node.Name; - var prefix = responseName.CreateNewName(_requestPrefix); - _aliases![prefix.Value] = responseName.Value; - node = node.WithAlias(prefix); - } - - return base.RewriteField(node, new Context(false)); - } - - protected override FragmentSpreadNode RewriteFragmentSpread( - FragmentSpreadNode node, - Context context) => - _rewriteFragments - ? node.WithName(node.Name.CreateNewName(_requestPrefix)) - : node; - - protected override FragmentDefinitionNode? RewriteFragmentDefinition( - FragmentDefinitionNode node, - Context context) => - _rewriteFragments - ? base.RewriteFragmentDefinition( - node.WithName(node.Name.CreateNewName(_requestPrefix)), - new Context(false)) - : base.RewriteFragmentDefinition(node, new Context(false)); - - protected override DirectiveNode RewriteDirective( - DirectiveNode node, - Context context) - { - if (node.Arguments.Count == 0) - { - return node; - } - - var arguments = RewriteList(node.Arguments, context); - - if (!ReferenceEquals(node.Arguments, arguments)) - { - return node.WithArguments(arguments); - } - - return node; - } - - protected override VariableNode RewriteVariable( - VariableNode node, - Context context) => - node.WithName(node.Name.CreateNewName(_requestPrefix)); - - internal sealed class Context : ISyntaxVisitorContext - { - public Context(bool first) - { - First = first; - } - - public bool First { get; } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/MergeUtils.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/MergeUtils.cs deleted file mode 100644 index 68f934d2547..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/MergeUtils.cs +++ /dev/null @@ -1,12 +0,0 @@ -using HotChocolate.Language; - -namespace HotChocolate.Stitching.Requests; - -internal static class MergeUtils -{ - public static NameNode CreateNewName(this NameNode name, string requestName) - => new($"{requestName}_{name.Value}"); - - public static string CreateNewName(this string name, string requestName) - => $"{requestName}_{name}"; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/RemoteRequestExecutor.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/RemoteRequestExecutor.cs deleted file mode 100644 index 94ff98a64c8..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/RemoteRequestExecutor.cs +++ /dev/null @@ -1,153 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; -using GreenDonut; -using HotChocolate.Execution; - -namespace HotChocolate.Stitching.Requests; - -internal sealed class RemoteRequestExecutor - : IRemoteRequestExecutor - , IDisposable -{ - private readonly SemaphoreSlim _semaphore = new(1, 1); - private readonly List<BufferedRequest> _bufferedRequests = new(); - private readonly IBatchScheduler _batchScheduler; - private readonly IRequestExecutor _executor; - private bool _taskRegistered; - - public RemoteRequestExecutor( - IBatchScheduler batchScheduler, - IRequestExecutor executor) - { - _batchScheduler = batchScheduler ?? - throw new ArgumentNullException(nameof(batchScheduler)); - _executor = executor ?? - throw new ArgumentNullException(nameof(executor)); - } - - /// <inheritdoc /> - public ISchema Schema => _executor.Schema; - - /// <inheritdoc /> - public IServiceProvider Services => _executor.Services; - - /// <inheritdoc /> - public Task<IExecutionResult> ExecuteAsync( - IQueryRequest request, - CancellationToken cancellationToken = default) - { - var bufferRequest = BufferedRequest.Create(request, Schema); - - _semaphore.Wait(cancellationToken); - - try - { - _bufferedRequests.Add(bufferRequest); - - if (!_taskRegistered) - { - _batchScheduler.Schedule(() => ExecuteRequestsInternal(cancellationToken)); - _taskRegistered = true; - } - } - finally - { - _semaphore.Release(); - } - - return bufferRequest.Promise.Task; - } - - private async ValueTask ExecuteRequestsInternal(CancellationToken cancellationToken) - { - await _semaphore.WaitAsync(cancellationToken).ConfigureAwait(false); - - try - { - if (_bufferedRequests.Count == 1) - { - await ExecuteSingleRequestAsync(cancellationToken).ConfigureAwait(false); - } - - if (_bufferedRequests.Count > 1) - { - await ExecuteBufferedRequestBatchAsync(cancellationToken).ConfigureAwait(false); - } - - // reset the states so that we are ready for new requests to be buffered. - _taskRegistered = false; - _bufferedRequests.Clear(); - } - finally - { - _semaphore.Release(); - } - } - - private async ValueTask ExecuteSingleRequestAsync( - CancellationToken cancellationToken) - { - var request = _bufferedRequests[0]; - - var result = await _executor - .ExecuteAsync(request.Request, cancellationToken) - .ConfigureAwait(false); - - if (result is IQueryResult queryResult) - { - request.Promise.SetResult(queryResult); - } - else - { - // since we only support query/mutation at this point we will just fail - // in the event that something else was returned. - request.Promise.SetException(new NotSupportedException( - "Only IQueryResult is supported when batching.")); - } - } - - private async ValueTask ExecuteBufferedRequestBatchAsync( - CancellationToken cancellationToken) - { - // first we take all buffered requests and merge them into a single request. - // we however have to group requests by operation type. This means we should - // end up with one or two requests (query and mutation). - foreach ((IQueryRequest Merged, IEnumerable<BufferedRequest> Requests) batch in - MergeRequestHelper.MergeRequests(_bufferedRequests)) - { - // now we take this merged request and run it against the executor. - var result = await _executor - .ExecuteAsync(batch.Merged, cancellationToken) - .ConfigureAwait(false); - - if (result is IQueryResult queryResult) - { - // last we will extract the results for the original buffered requests - // and fulfil the promises. - MergeRequestHelper.DispatchResults(queryResult, batch.Requests); - } - else - { - // since we only support query/mutation at this point we will just fail - // in the event that something else was returned. - foreach (var request in batch.Requests) - { - request.Promise.SetException(new NotSupportedException( - "Only IQueryResult is supported when batching.")); - } - } - } - } - - public void Dispose() - { - _semaphore.Dispose(); - - if (_executor is IDisposable d) - { - d.Dispose(); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Requests/StitchingContext.cs b/src/HotChocolate/Stitching/src/Stitching/Requests/StitchingContext.cs deleted file mode 100644 index 84340e4a845..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Requests/StitchingContext.cs +++ /dev/null @@ -1,93 +0,0 @@ -using System.Globalization; -using System.Linq.Expressions; -using System.Reflection; -using GreenDonut; -using HotChocolate.Execution; -using HotChocolate.Fetching; -using HotChocolate.Internal; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Properties; -using HotChocolate.Utilities; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Requests; - -public class StitchingContext : IStitchingContext -{ - private readonly Dictionary<string, RemoteRequestExecutor> _executors = new(); - - public StitchingContext(IBatchScheduler batchScheduler, IRequestContext requestContext) - { - if (batchScheduler is null) - { - throw new ArgumentNullException(nameof(batchScheduler)); - } - - if (requestContext is null) - { - throw new ArgumentNullException(nameof(requestContext)); - } - - foreach (var executor in requestContext.Schema.GetRemoteExecutors()) - { - _executors.Add( - executor.Key, - new RemoteRequestExecutor( - batchScheduler, - executor.Value)); - } - } - - public IRemoteRequestExecutor GetRemoteRequestExecutor(string schemaName) - { - schemaName.EnsureGraphQLName(nameof(schemaName)); - - if (_executors.TryGetValue(schemaName, out var executor)) - { - return executor; - } - - throw new ArgumentException( - string.Format( - CultureInfo.InvariantCulture, - StitchingResources.SchemaName_NotFound, - schemaName)); - } - - public ISchema GetRemoteSchema(string schemaName) => - GetRemoteRequestExecutor(schemaName).Schema; -} - -public sealed class StitchingContextEnricher : IRequestContextEnricher -{ - public void Enrich(IRequestContext context) - { - var scheduler = context.Services.GetRequiredService<IBatchScheduler>(); - context.ContextData.Add( - nameof(IStitchingContext), - new StitchingContext(scheduler, context)); - } -} - -public sealed class StitchingContextParameterExpressionBuilder : CustomParameterExpressionBuilder -{ - private readonly Expression<Func<IResolverContext, IStitchingContext>> _expression = - ctx => GetStitchingContext(ctx); - - public override bool CanHandle(ParameterInfo parameter) - => parameter.ParameterType == typeof(IStitchingContext); - - public override Expression Build(ParameterExpressionBuilderContext context) - => Expression.Invoke(_expression, context.ResolverContext); - - private static IStitchingContext GetStitchingContext(IResolverContext context) - { - if (context.ContextData.TryGetValue(nameof(IStitchingContext), out var value) && - value is IStitchingContext httpContext) - { - return httpContext; - } - - throw new MissingStateException("Stitching", nameof(IStitchingContext), StateKind.Global); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/IPublishSchemaDefinitionDescriptor.cs b/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/IPublishSchemaDefinitionDescriptor.cs deleted file mode 100644 index a4783d661d5..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/IPublishSchemaDefinitionDescriptor.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Reflection; -using HotChocolate.Execution.Configuration; - -namespace HotChocolate.Stitching.SchemaDefinitions; - -public interface IPublishSchemaDefinitionDescriptor -{ - /// <summary> - /// Sets the configuration name. - /// </summary> - /// <param name="name"> - /// The configuration name. - /// </param> - /// <returns> - /// Returns the <see cref="IPublishSchemaDefinitionDescriptor"/> - /// </returns> - IPublishSchemaDefinitionDescriptor SetName(string name); - - IPublishSchemaDefinitionDescriptor AddTypeExtensionsFromFile( - string fileName); - - IPublishSchemaDefinitionDescriptor AddTypeExtensionsFromResource( - Assembly assembly, - string key); - - IPublishSchemaDefinitionDescriptor AddTypeExtensionsFromString( - string schemaSdl); - - IPublishSchemaDefinitionDescriptor SetSchemaDefinitionPublisher( - Func<IServiceProvider, ISchemaDefinitionPublisher> publisherFactory); - - IPublishSchemaDefinitionDescriptor IgnoreRootTypes(); - - IPublishSchemaDefinitionDescriptor IgnoreType( - string typeName); - - IPublishSchemaDefinitionDescriptor RenameType( - string typeName, - string newTypeName); - - IPublishSchemaDefinitionDescriptor RenameField( - string typeName, - string fieldName, - string newFieldName); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/ISchemaDefinitionPublisher.cs b/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/ISchemaDefinitionPublisher.cs deleted file mode 100644 index 70c90c47c05..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/ISchemaDefinitionPublisher.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Threading; -using System.Threading.Tasks; - -namespace HotChocolate.Stitching.SchemaDefinitions; - -public interface ISchemaDefinitionPublisher -{ - ValueTask PublishAsync( - RemoteSchemaDefinition schemaDefinition, - CancellationToken cancellationToken = default); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/PublishSchemaDefinitionDescriptor.cs b/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/PublishSchemaDefinitionDescriptor.cs deleted file mode 100644 index bc788b82855..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/PublishSchemaDefinitionDescriptor.cs +++ /dev/null @@ -1,178 +0,0 @@ -using System.Reflection; -using HotChocolate.Execution.Configuration; -using HotChocolate.Language; -using HotChocolate.Types.Descriptors; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.SchemaDefinitions; - -public class PublishSchemaDefinitionDescriptor : IPublishSchemaDefinitionDescriptor -{ - private readonly IRequestExecutorBuilder _builder; - private readonly string _key = Guid.NewGuid().ToString(); - private readonly List<DirectiveNode> _schemaDirectives = new(); - private Func<IServiceProvider, ISchemaDefinitionPublisher>? _publisherFactory; - private string? _name; - private RemoteSchemaDefinition? _schemaDefinition; - - public PublishSchemaDefinitionDescriptor(IRequestExecutorBuilder builder) - { - _builder = builder; - } - - public bool HasPublisher => _publisherFactory is not null; - - public IPublishSchemaDefinitionDescriptor SetName(string name) - { - _name = name; - return this; - } - - public IPublishSchemaDefinitionDescriptor AddTypeExtensionsFromFile(string fileName) - { - if (string.IsNullOrEmpty(fileName)) - { - throw new ArgumentNullException(nameof(fileName)); - } - - _builder.ConfigureSchemaAsync( - async (s, ct) => - { -#if NETSTANDARD2_0 - byte[] content = await Task - .Run(() => File.ReadAllBytes(fileName), ct) - .ConfigureAwait(false); -#else - var content = await File - .ReadAllBytesAsync(fileName, ct) - .ConfigureAwait(false); -#endif - s.AddTypeExtensions(Utf8GraphQLParser.Parse(content), _key); - }); - - return this; - } - - public IPublishSchemaDefinitionDescriptor AddTypeExtensionsFromResource( - Assembly assembly, - string key) - { - _builder.ConfigureSchemaAsync( - async (s, ct) => - { - var stream = assembly.GetManifestResourceStream(key); - - if (stream is null) - { - throw ThrowHelper.PublishSchemaDefinitionDescriptor_ResourceNotFound(key); - } - -#if NET5_0 || NET6_0 - await using (stream) -#else - using (stream) -#endif - { - var buffer = new byte[stream.Length]; - await stream.ReadAsync(buffer, 0, buffer.Length, ct).ConfigureAwait(false); - s.AddTypeExtensions(Utf8GraphQLParser.Parse(buffer), _key); - } - }); - - return this; - } - - public IPublishSchemaDefinitionDescriptor AddTypeExtensionsFromString(string schemaSdl) - { - _builder.ConfigureSchema( - s => - { - s.AddTypeExtensions(Utf8GraphQLParser.Parse(schemaSdl), _key); - }); - - return this; - } - - public IPublishSchemaDefinitionDescriptor SetSchemaDefinitionPublisher( - Func<IServiceProvider, ISchemaDefinitionPublisher> publisherFactory) - { - _publisherFactory = publisherFactory; - return this; - } - - public IPublishSchemaDefinitionDescriptor IgnoreRootTypes() - { - _schemaDirectives.Add(new DirectiveNode(DirectiveNames.RemoveRootTypes)); - return this; - } - - public IPublishSchemaDefinitionDescriptor IgnoreType( - string typeName) - { - _schemaDirectives.Add(new DirectiveNode( - DirectiveNames.RemoveType, - new ArgumentNode(DirectiveFieldNames.RemoveType_TypeName, typeName))); - return this; - } - - public IPublishSchemaDefinitionDescriptor RenameType( - string typeName, - string newTypeName) - { - _schemaDirectives.Add(new DirectiveNode( - DirectiveNames.RenameType, - new ArgumentNode(DirectiveFieldNames.RenameType_TypeName, typeName), - new ArgumentNode(DirectiveFieldNames.RenameType_NewTypeName, newTypeName))); - return this; - } - - public IPublishSchemaDefinitionDescriptor RenameField( - string typeName, - string fieldName, - string newFieldName) - { - _schemaDirectives.Add(new DirectiveNode( - DirectiveNames.RenameField, - new ArgumentNode(DirectiveFieldNames.RenameField_TypeName, typeName), - new ArgumentNode(DirectiveFieldNames.RenameField_FieldName, fieldName), - new ArgumentNode(DirectiveFieldNames.RenameField_NewFieldName, newFieldName))); - return this; - } - - public RemoteSchemaDefinition Build( - IDescriptorContext context, - ISchema schema) - { - var extensionDocuments = new List<DocumentNode>(context.GetTypeExtensions(_key)); - - if (_schemaDirectives.Count > 0) - { - var schemaExtension = new SchemaExtensionNode( - null, - _schemaDirectives, - Array.Empty<OperationTypeDefinitionNode>()); - - extensionDocuments.Add(new DocumentNode(new[] { schemaExtension })); - } - - _schemaDefinition = new RemoteSchemaDefinition( - !string.IsNullOrEmpty(_name) ? _name : schema.Name, - schema.ToDocument(), - extensionDocuments); - - return _schemaDefinition; - } - - public async ValueTask PublishAsync( - IServiceProvider applicationServices, - CancellationToken cancellationToken = default) - { - if (_publisherFactory is not null && - _schemaDefinition is not null) - { - var publisher = _publisherFactory(applicationServices); - await publisher.PublishAsync(_schemaDefinition, cancellationToken) - .ConfigureAwait(false); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionFieldNames.cs b/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionFieldNames.cs deleted file mode 100644 index 9d12df4078b..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionFieldNames.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace HotChocolate.Stitching.SchemaDefinitions; - -internal static class SchemaDefinitionFieldNames -{ - public const string SchemaDefinitionField = "_schemaDefinition"; - public const string ConfigurationArgument = "configuration"; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionSchemaInterceptor.cs b/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionSchemaInterceptor.cs deleted file mode 100644 index 4abfbe52427..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionSchemaInterceptor.cs +++ /dev/null @@ -1,29 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Types.Descriptors; - -namespace HotChocolate.Stitching.SchemaDefinitions; - -internal sealed class SchemaDefinitionSchemaInterceptor : TypeInterceptor -{ - private readonly PublishSchemaDefinitionDescriptor _descriptor; - - public SchemaDefinitionSchemaInterceptor( - PublishSchemaDefinitionDescriptor descriptor) - { - _descriptor = descriptor; - } - - internal override void OnBeforeCreateSchemaInternal( - IDescriptorContext context, - ISchemaBuilder schemaBuilder) - => context.GetOrAddSchemaDefinitions(); - - internal override void OnAfterCreateSchemaInternal( - IDescriptorContext context, - ISchema schema) - { - context - .GetOrAddSchemaDefinitions() - .Add(_descriptor.Build(context, schema)); - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionType.cs b/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionType.cs deleted file mode 100644 index 74e7d3f06ff..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionType.cs +++ /dev/null @@ -1,54 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.SchemaDefinitions; - -public class SchemaDefinitionType : ObjectType<RemoteSchemaDefinition> -{ - protected override void Configure(IObjectTypeDescriptor<RemoteSchemaDefinition> descriptor) - { - descriptor - .Name(Names.SchemaDefinition) - .BindFieldsExplicitly(); - - descriptor - .Field(t => t.Name) - .Name(Names.Name) - .Type<NonNullType<StringType>>(); - - descriptor - .Field(t => t.Document) - .Name(Names.Document) - .ResolveWith<Resolvers>(t => t.GetDocument(default!)) - .Type<NonNullType<StringType>>(); - - descriptor - .Field(t => t.ExtensionDocuments) - .Name(Names.ExtensionDocuments) - .ResolveWith<Resolvers>(t => t.GetExtensionDocuments(default!)) - .Type<NonNullType<ListType<NonNullType<StringType>>>>(); - } - - private class Resolvers - { - public string GetDocument( - [Parent] RemoteSchemaDefinition schemaDefinition) => - schemaDefinition.Document.ToString(false); - - public IEnumerable<string> GetExtensionDocuments( - [Parent] RemoteSchemaDefinition schemaDefinition) => - schemaDefinition.ExtensionDocuments.Select(t => t.ToString(false)); - } - - public static class Names - { - public static string SchemaDefinition { get; } = "_SchemaDefinition"; - - public static string Name { get; } = "name"; - - public static string Document { get; } = "document"; - - public static string ExtensionDocuments { get; } = "extensionDocuments"; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionTypeInterceptor.cs b/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionTypeInterceptor.cs deleted file mode 100644 index 0f92daaa95c..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/SchemaDefinitions/SchemaDefinitionTypeInterceptor.cs +++ /dev/null @@ -1,75 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Language; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using HotChocolate.Types.Introspection; -using static HotChocolate.Stitching.SchemaDefinitions.SchemaDefinitionFieldNames; - -namespace HotChocolate.Stitching.SchemaDefinitions; - -internal sealed class SchemaDefinitionTypeInterceptor : TypeInterceptor -{ - private readonly bool _publishOnSchema; - private ITypeCompletionContext _queryContext = default!; - - public SchemaDefinitionTypeInterceptor(bool publishOnSchema) - { - _publishOnSchema = publishOnSchema; - } - - internal override void OnAfterResolveRootType( - ITypeCompletionContext completionContext, - ObjectTypeDefinition definition, - OperationType operationType) - { - if (operationType is OperationType.Query) - { - _queryContext = completionContext; - } - } - - public override void OnBeforeCompleteType( - ITypeCompletionContext completionContext, - DefinitionBase definition) - { - // when we are visiting the query type we will add the schema definition field. - if (_publishOnSchema && - ReferenceEquals(completionContext, _queryContext) && - definition is ObjectTypeDefinition objectTypeDefinition && - !objectTypeDefinition.Fields.Any(t => t.Name.Equals(SchemaDefinitionField))) - { - var typeNameField = objectTypeDefinition.Fields.First( - t => t.Name.Equals(IntrospectionFields.TypeName) && t.IsIntrospectionField); - var index = objectTypeDefinition.Fields.IndexOf(typeNameField) + 1; - - var descriptor = ObjectFieldDescriptor.New( - completionContext.DescriptorContext, - SchemaDefinitionField); - - descriptor - .Argument(ConfigurationArgument, a => a.Type<NonNullType<StringType>>()) - .Type<SchemaDefinitionType>() - .Resolve(ctx => - { - var name = ctx.ArgumentValue<string>(ConfigurationArgument); - - return ctx.Schema.ContextData - .GetSchemaDefinitions() - .FirstOrDefault(t => t.Name.Equals(name)); - }); - - objectTypeDefinition.Fields.Insert(index, descriptor.CreateDefinition()); - } - - // when we visit the schema definition we will copy over the schema definition list - // that sits on the schema creation context. - else if (definition is SchemaTypeDefinition schemaTypeDef && - completionContext.ContextData.TryGetValue( - WellKnownContextData.SchemaDefinitions, - out var schemaDefinitions)) - { - schemaTypeDef.ContextData[WellKnownContextData.SchemaDefinitions] = schemaDefinitions; - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/ThrowHelper.cs b/src/HotChocolate/Stitching/src/Stitching/ThrowHelper.cs deleted file mode 100644 index 21ca187f4c8..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/ThrowHelper.cs +++ /dev/null @@ -1,111 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Stitching.Properties; -using static HotChocolate.Stitching.Properties.StitchingResources; - -namespace HotChocolate.Stitching; - -internal static class ThrowHelper -{ - public static InvalidOperationException BufferedRequest_VariableDoesNotExist( - string name) => - new(string.Format( - ThrowHelper_BufferedRequest_VariableDoesNotExist, - name)); - - public static InvalidOperationException BufferedRequest_OperationNotFound( - DocumentNode document) => - new(string.Format( - ThrowHelper_BufferedRequest_OperationNotFound, - document)); - - public static GraphQLException ArgumentScopedVariableResolver_InvalidArgumentName( - string variableName, - FieldNode fieldSelection, - Path path) => - new(ErrorBuilder.New() - .SetMessage( - StitchingResources.ArgumentScopedVariableResolver_InvalidArgumentName, - variableName) - .SetCode(ErrorCodes.Stitching.ArgumentNotDefined) - .SetPath(path) - .AddLocation(fieldSelection) - .Build()); - - public static GraphQLException FieldScopedVariableResolver_InvalidFieldName( - string variableName, - FieldNode fieldSelection, - Path path) => - new(ErrorBuilder.New() - .SetMessage( - StitchingResources.FieldScopedVariableResolver_InvalidFieldName, - variableName) - .SetCode(ErrorCodes.Stitching.FieldNotDefined) - .SetPath(path) - .AddLocation(fieldSelection) - .Build()); - - public static GraphQLException RootScopedVariableResolver_ScopeNotSupported( - string scopeName, - FieldNode fieldSelection, - Path path) => - new(ErrorBuilder.New() - .SetMessage( - StitchingResources.RootScopedVariableResolver_ScopeNotSupported, - scopeName) - .SetCode(ErrorCodes.Stitching.ScopeNotDefined) - .SetPath(path) - .AddLocation(fieldSelection) - .Build()); - - public static SchemaException PublishSchemaDefinitionDescriptor_ResourceNotFound( - string key) => - new( - SchemaErrorBuilder.New() - .SetMessage( - "The resource `{0}` was not found!", - key) - .Build()); - - public static SchemaException IntrospectionHelper_UnableToFetchSchemaDefinition( - IReadOnlyList<IError> errors) => - new( - SchemaErrorBuilder.New() - .SetMessage("Unable to fetch schema definition.") - .SetExtension("errors", errors) - .Build()); - - public static SchemaException RequestExecutorBuilder_ResourceNotFound( - string key) => - new( - SchemaErrorBuilder.New() - .SetMessage( - "The resource `{0}` was not found!", - key) - .Build()); - - public static SchemaException RequestExecutorBuilder_ArgumentWithNameWasNotFound( - string argument) => - new( - SchemaErrorBuilder.New() - .SetMessage( - "`{0}` is not specified.", - argument) - .Build()); - - public static SchemaException RequestExecutorBuilder_ArgumentValueWasNotAStringValue( - string argument) => - new( - SchemaErrorBuilder.New() - .SetMessage( - "`{0}` must have a string value.", - argument) - .Build()); - - public static InvalidOperationException RequestExecutorBuilder_RemoteExecutorNotFound() => - new("The mandatory remote executors have not been found."); - - public static InvalidOperationException RequestExecutorBuilder_NameLookupNotFound() => - new("A stitched schema must provide a name lookup"); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/CopySchemaDefinitionTypeInterceptor.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/CopySchemaDefinitionTypeInterceptor.cs deleted file mode 100644 index ee9875fafc8..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/CopySchemaDefinitionTypeInterceptor.cs +++ /dev/null @@ -1,28 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Stitching.Utilities; - -internal sealed class CopySchemaDefinitionTypeInterceptor : TypeInterceptor -{ - public override void OnBeforeCompleteType( - ITypeCompletionContext completionContext, - DefinitionBase definition) - { - if (definition is SchemaTypeDefinition schemaTypeDef) - { - schemaTypeDef.TouchContextData(); - } - } - - public override void OnAfterCompleteType( - ITypeCompletionContext completionContext, - DefinitionBase definition) - { - if (definition is SchemaTypeDefinition schemaTypeDef) - { - schemaTypeDef.ContextData[typeof(RemoteSchemaDefinition).FullName!] = - completionContext.ContextData[typeof(RemoteSchemaDefinition).FullName!]; - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/FieldDependency.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/FieldDependency.cs deleted file mode 100644 index 090f96a4190..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/FieldDependency.cs +++ /dev/null @@ -1,45 +0,0 @@ -using HotChocolate.Utilities; - -namespace HotChocolate.Stitching.Utilities; - -public readonly struct FieldDependency - : IEquatable<FieldDependency> -{ - public FieldDependency(string typeName, string fieldName) - { - typeName.EnsureGraphQLName(nameof(typeName)); - fieldName.EnsureGraphQLName(nameof(typeName)); - - TypeName = typeName; - FieldName = fieldName; - } - - public string TypeName { get; } - - public string FieldName { get; } - - public bool Equals(FieldDependency other) - { - return other.TypeName.Equals(TypeName) - && other.FieldName.Equals(FieldName); - } - - public override bool Equals(object? obj) - { - if (obj is null) - { - return false; - } - return obj is FieldDependency f && Equals(f); - } - - public override int GetHashCode() - { - unchecked - { - var hash = TypeName.GetHashCode() * 397; - hash = hash ^ (FieldName.GetHashCode() * 7); - return hash; - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/FieldDependencyResolver.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/FieldDependencyResolver.cs deleted file mode 100644 index cee2aa6e636..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/FieldDependencyResolver.cs +++ /dev/null @@ -1,269 +0,0 @@ -using System.Collections.Immutable; -using HotChocolate.Language; -using HotChocolate.Stitching.Delegation.ScopedVariables; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Utilities; - -public class FieldDependencyResolver : QuerySyntaxWalker<FieldDependencyResolver.Context> -{ - private readonly ISchema _schema; - - public FieldDependencyResolver(ISchema schema) - { - _schema = schema ?? throw new ArgumentNullException(nameof(schema)); - } - - protected override bool VisitFragmentDefinitions => false; - - public ISet<FieldDependency> GetFieldDependencies( - DocumentNode document, - FieldNode field, - INamedOutputType declaringType) - { - if (document == null) - { - throw new ArgumentNullException(nameof(document)); - } - - if (field == null) - { - throw new ArgumentNullException(nameof(field)); - } - - if (declaringType == null) - { - throw new ArgumentNullException(nameof(declaringType)); - } - - var context = Context.New(declaringType, GetFragments(document)); - - if (field.SelectionSet is not null) - { - VisitSelectionSet(field.SelectionSet, context); - } - - return context.Dependencies; - } - - public ISet<FieldDependency> GetFieldDependencies( - DocumentNode document, - SelectionSetNode selectionSet, - INamedOutputType declaringType) - { - if (document == null) - { - throw new ArgumentNullException(nameof(document)); - } - - if (selectionSet == null) - { - throw new ArgumentNullException(nameof(selectionSet)); - } - - if (declaringType == null) - { - throw new ArgumentNullException(nameof(declaringType)); - } - - var context = Context.New(declaringType, GetFragments(document)); - - VisitSelectionSet(selectionSet, context); - - return context.Dependencies; - } - - private static IDictionary<string, FragmentDefinitionNode> GetFragments( - DocumentNode document) - { - var fragments = new Dictionary<string, FragmentDefinitionNode>(); - - foreach (var fragment in document.Definitions.OfType<FragmentDefinitionNode>()) - { - if (!string.IsNullOrEmpty(fragment.Name.Value)) - { - fragments[fragment.Name.Value] = fragment; - } - } - - return fragments; - } - - protected override void VisitField(FieldNode node, Context context) - { - if (context.TypeContext is IComplexOutputType type && - type.Fields.TryGetField(node.Name.Value, out var field)) - { - CollectDelegationDependencies(context, type, field); - CollectComputeDependencies(context, type, field); - } - } - - private static void CollectDelegationDependencies( - Context context, - Types.IHasName type, - IOutputField field) - { - var directive = field.Directives[DirectiveNames.Delegate].FirstOrDefault(); - - if (directive is not null) - { - CollectFieldNames( - directive.AsValue<DelegateDirective>(), - type, - context.Dependencies); - } - } - - private static void CollectComputeDependencies( - Context context, - IComplexOutputType type, - IOutputField field) - { - var directive = field.Directives[DirectiveNames.Computed].FirstOrDefault(); - - var dependantOn = directive?.AsValue<ComputedDirective>().DependantOn; - - if (dependantOn is not null) - { - foreach (var fieldName in dependantOn) - { - if (type.Fields.TryGetField(fieldName, out var dependency)) - { - context.Dependencies.Add( - new FieldDependency( - type.Name, - dependency.Name)); - } - } - } - } - - private static void CollectFieldNames( - DelegateDirective directive, - Types.IHasName type, - ISet<FieldDependency> dependencies) - { - if (directive.Path is not null) - { - var path = SelectionPathParser.Parse(directive.Path); - - foreach (var component in path) - { - foreach (var fieldName in component.Arguments - .Select(t => t.Value) - .OfType<ScopedVariableNode>() - .Where(t => ScopeNames.Fields.Equals(t.Scope.Value)) - .Select(t => t.Name.Value)) - { - dependencies.Add(new FieldDependency(type.Name, fieldName)); - } - } - } - } - - protected override void VisitFragmentSpread( - FragmentSpreadNode node, - Context context) - { - base.VisitFragmentSpread(node, context); - - if (context.Fragments.TryGetValue(node.Name.Value, - out var fragment)) - { - VisitFragmentDefinition(fragment, context); - } - } - - protected override void VisitFragmentDefinition( - FragmentDefinitionNode node, - Context context) - { - var newContext = context; - - if (newContext.FragmentPath.Contains(node.Name.Value)) - { - return; - } - - if (_schema.TryGetType<IComplexOutputType>(node.TypeCondition.Name.Value, out var type)) - { - newContext = newContext - .AddFragment(node.Name.Value) - .SetTypeContext(type); - } - - base.VisitFragmentDefinition(node, newContext); - } - - protected override void VisitInlineFragment( - InlineFragmentNode node, - Context context) - { - var newContext = context; - - if (node.TypeCondition is not null && - _schema.TryGetType<IComplexOutputType>(node.TypeCondition.Name.Value, out var type)) - { - newContext = newContext.SetTypeContext(type); - } - - base.VisitInlineFragment(node, newContext); - } - - public sealed class Context - { - private Context( - INamedOutputType typeContext, - IDictionary<string, FragmentDefinitionNode> fragments) - { - Dependencies = new HashSet<FieldDependency>(); - TypeContext = typeContext; - Fragments = fragments; - FragmentPath = ImmutableHashSet<string>.Empty; - } - - private Context(Context context, INamedOutputType typeContext) - { - Dependencies = context.Dependencies; - TypeContext = typeContext; - Fragments = context.Fragments; - FragmentPath = context.FragmentPath; - } - - private Context( - Context context, - ImmutableHashSet<string> fragmentPath) - { - Dependencies = context.Dependencies; - TypeContext = context.TypeContext; - Fragments = context.Fragments; - FragmentPath = fragmentPath; - } - - public ISet<FieldDependency> Dependencies { get; } - - public INamedOutputType TypeContext { get; } - - public ImmutableHashSet<string> FragmentPath { get; } - - public IDictionary<string, FragmentDefinitionNode> Fragments { get; } - - public Context SetTypeContext(INamedOutputType type) - { - return new Context(this, type); - } - - public Context AddFragment(string fragmentName) - { - return new Context(this, FragmentPath.Add(fragmentName)); - } - - public static Context New( - INamedOutputType typeContext, - IDictionary<string, FragmentDefinitionNode> fragments) - { - return new Context(typeContext, fragments); - } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/IQueryDelegationRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/IQueryDelegationRewriter.cs deleted file mode 100644 index 955c5654c3a..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/IQueryDelegationRewriter.cs +++ /dev/null @@ -1,57 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Utilities; - -/// <summary> -/// This interface provides the query delegation rewriter hooks. -/// Implement this interface in order to customize the query -/// rewrite logic of the query delegation rewriter. -/// </summary> -public interface IQueryDelegationRewriter -{ - /// <summary> - /// This method will be called after the stitching layer - /// has rewritten a field and allows to add custom rewriter logic. - /// </summary> - /// <param name="targetSchemaName"> - /// The name of the schema to which the query shall be delegated. - /// </param> - /// <param name="outputType"> - /// The current output type on which the selection set is declared. - /// </param> - /// <param name="outputField"> - /// The current output field on which this selection set is declared. - /// </param> - /// <param name="field"> - /// The field selection syntax node. - /// </param> - FieldNode OnRewriteField( - string targetSchemaName, - IOutputType outputType, - IOutputField outputField, - FieldNode field); - - /// <summary> - /// This method will be called after the stitching layer - /// has rewritten a selection set and allows to add custom - /// rewriter logic. - /// </summary> - /// <param name="targetSchemaName"> - /// The name of the schema to which the query shall be delegated. - /// </param> - /// <param name="outputType"> - /// The current output type on which the selection set is declared. - /// </param> - /// <param name="outputField"> - /// The current output field on which this selection set is declared. - /// </param> - /// <param name="selectionSet"> - /// The list of selections that shall be added to the delegation query. - /// </param> - SelectionSetNode OnRewriteSelectionSet( - string targetSchemaName, - IOutputType outputType, - IOutputField outputField, - SelectionSetNode selectionSet); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/IntrospectionHelper.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/IntrospectionHelper.cs deleted file mode 100644 index 4ab5e740674..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/IntrospectionHelper.cs +++ /dev/null @@ -1,136 +0,0 @@ -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Stitching.Pipeline; -using HotChocolate.Stitching.SchemaDefinitions; -using HotChocolate.Utilities; -using HotChocolate.Utilities.Introspection; - -namespace HotChocolate.Stitching.Utilities; - -public class IntrospectionHelper(HttpClient httpClient, string configuration) -{ - private readonly HttpClient _httpClient = httpClient ?? throw new ArgumentNullException(nameof(httpClient)); - private readonly string _configuration = configuration.EnsureGraphQLName(nameof(configuration)); - - public async Task<RemoteSchemaDefinition> GetSchemaDefinitionAsync( - CancellationToken cancellationToken) - { - // The introspection client will do all the hard work to negotiate - // the features this schema supports and convert the introspection - // result into a parsed GraphQL SDL document. - var schemaDocument = await IntrospectionClient - .IntrospectServerAsync(_httpClient, cancellationToken) - .ConfigureAwait(false); - - // If the down-stream service provides a schema definition we will fetch it. - if (ProvidesSchemaDefinition(schemaDocument)) - { - // if a schema definition with the requested configuration name is - // available we will use it instead of the introspection result. - var schemaDefinition = - await FetchSchemaDefinitionAsync(cancellationToken) - .ConfigureAwait(false); - if (schemaDefinition is not null) - { - return schemaDefinition; - } - } - - // if no schema definition is available on the down-stream services that matches - // the configuration we will use the introspection result and infer one. - return new RemoteSchemaDefinition( - _configuration, - schemaDocument, - Array.Empty<DocumentNode>()); - } - - private static bool ProvidesSchemaDefinition(DocumentNode schemaDocument) - { - var schemaDefinition = schemaDocument.Definitions - .OfType<SchemaDefinitionNode>().SingleOrDefault(); - - var operation = - schemaDefinition?.OperationTypes.FirstOrDefault( - t => t.Operation == OperationType.Query); - - if (operation is null) - { - return false; - } - - var queryType = schemaDocument.Definitions - .OfType<ObjectTypeDefinitionNode>() - .FirstOrDefault(t => t.Name.Value.EqualsOrdinal(operation.Type.Name.Value)); - - if (queryType is null) - { - return false; - } - - var schemaDefinitionField = queryType.Fields - .FirstOrDefault(t => t.Name.Value.EqualsOrdinal( - SchemaDefinitionFieldNames.SchemaDefinitionField)); - - return schemaDefinitionField?.Arguments - .Any(t => t.Name.Value.EqualsOrdinal( - SchemaDefinitionFieldNames.ConfigurationArgument)) ?? - false; - } - - private async ValueTask<RemoteSchemaDefinition?> FetchSchemaDefinitionAsync( - CancellationToken cancellationToken) - { - using var writer = new ArrayWriter(); - - var request = - QueryRequestBuilder.New() - .SetQuery( - $@"query GetSchemaDefinition($c: String!) {{ - {SchemaDefinitionFieldNames.SchemaDefinitionField}(configuration: $c) {{ - name - document - extensionDocuments - }} - }}") - .SetVariableValue("c", new StringValueNode(_configuration)) - .Create(); - - var requestMessage = await HttpRequestClient - .CreateRequestMessageAsync(writer, request, cancellationToken) - .ConfigureAwait(false); - - var responseMessage = await _httpClient - .SendAsync(requestMessage, cancellationToken) - .ConfigureAwait(false); - - var result = await HttpRequestClient - .ParseResponseMessageAsync(responseMessage, cancellationToken) - .ConfigureAwait(false); - - if (result.Errors is { Count: > 1 }) - { - throw ThrowHelper.IntrospectionHelper_UnableToFetchSchemaDefinition(result.Errors); - } - - if (result.Data is not null && - result.Data[SchemaDefinitionFieldNames.SchemaDefinitionField] - is IReadOnlyDictionary<string, object?> o && - o.TryGetValue("name", out var n) && - n is StringValueNode name && - o.TryGetValue("document", out var d) && - d is StringValueNode document && - o.TryGetValue("extensionDocuments", out var e) && - e is IReadOnlyList<object> extensionDocuments) - { - return new RemoteSchemaDefinition( - name.Value, - Utf8GraphQLParser.Parse(document.Value), - extensionDocuments - .OfType<StringValueNode>() - .Select(t => t.Value) - .Select(Utf8GraphQLParser.Parse)); - } - - return null; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/QueryDelegationRewriterBase.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/QueryDelegationRewriterBase.cs deleted file mode 100644 index c6697e97422..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/QueryDelegationRewriterBase.cs +++ /dev/null @@ -1,59 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Utilities; - -public class QueryDelegationRewriterBase - : IQueryDelegationRewriter -{ - /// <summary> - /// This method will be called after the stitching layer - /// has rewritten a field and allows to add custom rewriter logic. - /// </summary> - /// <param name="targetSchemaName"> - /// The name of the schema to which the query shall be delegated. - /// </param> - /// <param name="outputType"> - /// The current output type on which the selection set is declared. - /// </param> - /// <param name="outputField"> - /// The current output field on which this selection set is declared. - /// </param> - /// <param name="field"> - /// The field selection syntax node. - /// </param> - public virtual FieldNode OnRewriteField( - string targetSchemaName, - IOutputType outputType, - IOutputField outputField, - FieldNode field) - { - return field; - } - - /// <summary> - /// This method will be called after the stitching layer - /// has rewritten a selection set and allows to add custom - /// rewriter logic. - /// </summary> - /// <param name="targetSchemaName"> - /// The name of the schema to which the query shall be delegated. - /// </param> - /// <param name="outputType"> - /// The current output type on which the selection set is declared. - /// </param> - /// <param name="outputField"> - /// The current output field on which this selection set is declared. - /// </param> - /// <param name="selectionSet"> - /// The list of selections that shall be added to the delegation query. - /// </param> - public virtual SelectionSetNode OnRewriteSelectionSet( - string targetSchemaName, - IOutputType outputType, - IOutputField outputField, - SelectionSetNode selectionSet) - { - return selectionSet; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/SchemaExtensionsRewriter.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/SchemaExtensionsRewriter.cs deleted file mode 100644 index fd3f19cd839..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/SchemaExtensionsRewriter.cs +++ /dev/null @@ -1,69 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Language.Visitors; -using HotChocolate.Utilities; -using static HotChocolate.Stitching.Utilities.SchemaExtensionsRewriter; - -namespace HotChocolate.Stitching.Utilities; - -public class SchemaExtensionsRewriter : SyntaxRewriter<Context> -{ - private readonly List<DirectiveNode> _directives = new(); - - public IReadOnlyList<DirectiveNode> SchemaActions => _directives; - - protected override SchemaExtensionNode RewriteSchemaExtension( - SchemaExtensionNode node, - Context context) - { - var directives = new List<DirectiveNode>(); - - foreach (var directive in node.Directives) - { - switch (directive.Name.Value) - { - case DirectiveNames.RemoveType: - case DirectiveNames.RenameField: - case DirectiveNames.RenameType: - case DirectiveNames.RemoveRootTypes: - _directives.Add(directive); - break; - - default: - directives.Add(directive); - break; - } - } - - return node.WithDirectives(directives); - } - - protected override DirectiveNode RewriteDirective( - DirectiveNode node, - Context context) - { - if (node.Name.Value.EqualsOrdinal(DirectiveNames.Delegate) && - !node.Arguments.Any(a => a.Name.Value.EqualsOrdinal( - DirectiveFieldNames.Delegate_Schema))) - { - var arguments = node.Arguments.ToList(); - - arguments.Add(new ArgumentNode( - DirectiveFieldNames.Delegate_Schema, - context.SchemaName)); - - return node.WithArguments(arguments); - } - - return node; - } - - public sealed class Context : ISyntaxVisitorContext - { - public Context(string schemaName) - { - SchemaName = schemaName; - } - - public string SchemaName { get; } - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/StitchingSchemaInterceptor.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/StitchingSchemaInterceptor.cs deleted file mode 100644 index dc1bebfd0f0..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/StitchingSchemaInterceptor.cs +++ /dev/null @@ -1,280 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using HotChocolate.Configuration; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Merge; -using HotChocolate.Stitching.Merge.Rewriters; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; -using HotChocolate.Utilities; -using HotChocolate.Utilities.Introspection; -using static HotChocolate.Language.SyntaxKind; -using IHasName = HotChocolate.Types.IHasName; -using static HotChocolate.Stitching.DirectiveFieldNames; - -namespace HotChocolate.Stitching.Utilities; - -internal sealed class StitchingSchemaInterceptor : TypeInterceptor -{ - internal override void OnBeforeCreateSchemaInternal( - IDescriptorContext context, - ISchemaBuilder schemaBuilder) - { - var allSchemas = new OrderedDictionary<string, DocumentNode>(); - - foreach (var executor in - context.GetRemoteExecutors()) - { - allSchemas.Add(executor.Key, executor.Value.Schema.ToDocument(true)); - } - - var typeExtensions = context.GetTypeExtensions(); - - // merge schemas - var mergedSchema = MergeSchemas(context, allSchemas); - mergedSchema = AddExtensions(mergedSchema, typeExtensions); - mergedSchema = RewriteMerged(context, mergedSchema); - mergedSchema = mergedSchema.RemoveBuiltInTypes(); - - VisitMerged(context, mergedSchema); - MarkExternalFields(schemaBuilder, mergedSchema); - BuildNameLookup(context, schemaBuilder, mergedSchema, allSchemas.Keys); - - schemaBuilder - .AddDocument(mergedSchema) - .AddDirectiveType<DelegateDirectiveType>() - .AddDirectiveType<ComputedDirectiveType>() - .AddDirectiveType<SourceDirectiveType>() - .SetTypeResolver(IsOfTypeFallback); - } - - private static DocumentNode MergeSchemas( - IDescriptorContext context, - IDictionary<string, DocumentNode> schemas) - { - var merger = new SchemaMerger(); - - foreach (var name in schemas.Keys) - { - merger.AddSchema(name, schemas[name]); - } - - foreach (var handler in context.GetTypeMergeRules()) - { - merger.AddTypeMergeRule(handler); - } - - foreach (var handler in context.GetDirectiveMergeRules()) - { - merger.AddDirectiveMergeRule(handler); - } - - foreach (var rewriter in context.GetDocumentRewriter()) - { - merger.AddDocumentRewriter(rewriter); - } - - foreach (var rewriter in context.GetTypeRewriter()) - { - merger.AddTypeRewriter(rewriter); - } - - return merger.Merge(); - } - - private static DocumentNode AddExtensions( - DocumentNode schema, - IReadOnlyCollection<DocumentNode> typeExtensions) - { - if (typeExtensions.Count == 0) - { - return schema; - } - - var rewriter = new AddSchemaExtensionRewriter(); - var currentSchema = schema; - - foreach (var extension in typeExtensions) - { - currentSchema = rewriter.AddExtensions( - currentSchema, - extension); - } - - return currentSchema; - } - - private static DocumentNode RewriteMerged(IDescriptorContext context, DocumentNode schema) - { - var mergedDocRewriter = - context.GetMergedDocRewriter(); - - if (mergedDocRewriter.Count == 0) - { - return schema; - } - - var current = schema; - - foreach (var rewriter in mergedDocRewriter) - { - current = rewriter.Invoke(current); - } - - return current; - } - - private static void VisitMerged(IDescriptorContext context, DocumentNode schema) - { - foreach (var visitor in context.GetMergedDocVisitors()) - { - visitor.Invoke(schema); - } - } - - private static void MarkExternalFields(ISchemaBuilder schemaBuilder, DocumentNode document) - { - var externalFieldLookup = - new Dictionary<string, ISet<string>>(); - - foreach (var objectType in document.Definitions) - { - if (objectType.Kind is ObjectTypeDefinition or SyntaxKind.ObjectTypeExtension) - { - if (!externalFieldLookup.TryGetValue( - ((ComplexTypeDefinitionNodeBase)objectType).Name.Value, - out var externalFields)) - { - externalFields = new HashSet<string>(); - externalFieldLookup.Add( - ((ComplexTypeDefinitionNodeBase)objectType).Name.Value, - externalFields); - } - - MarkExternalFields( - ((ComplexTypeDefinitionNodeBase)objectType).Fields, - externalFields); - } - } - - schemaBuilder.AddExternalFieldLookup(externalFieldLookup); - } - - private static void BuildNameLookup( - IDescriptorContext context, - ISchemaBuilder schemaBuilder, - DocumentNode document, - ICollection<string> schemaNames) - { - Dictionary<(string Type, string TargetSchema), string> nameLookup = new(); - - foreach (var type in document.Definitions.OfType<INamedSyntaxNode>()) - { - foreach (var directive in type.Directives - .Where(t => t.Name.Value.EqualsOrdinal(DirectiveNames.Source))) - { - if (directive.Arguments.FirstOrDefault( - t => t.Name.Value.EqualsOrdinal(Source_Schema))?.Value - is StringValueNode schema && - directive.Arguments.FirstOrDefault( - t => t.Name.Value.EqualsOrdinal(Source_Name))?.Value - is StringValueNode name && - !name.Value.EqualsOrdinal(type.Name.Value)) - { - nameLookup[(type.Name.Value, schema.Value)] = name.Value; - } - } - } - - foreach (var rewriter in - context.GetTypeRewriter().OfType<RenameTypeRewriter>()) - { - if (rewriter.SchemaName is null) - { - foreach (var schemaName in schemaNames) - { - nameLookup[(rewriter.NewTypeName, schemaName)] = - rewriter.OriginalTypeName; - } - } - else - { - nameLookup[(rewriter.NewTypeName, rewriter.SchemaName)] = - rewriter.OriginalTypeName; - } - } - - schemaBuilder.AddNameLookup(nameLookup); - } - - private static void MarkExternalFields( - IReadOnlyList<FieldDefinitionNode> fields, - ISet<string> externalFields) - { - foreach (var field in fields) - { - if (field.Directives.Count == 0 || - field.Directives.All(t => !t.Name.Value.EqualsOrdinal(DirectiveNames.Computed))) - { - externalFields.Add(field.Name.Value); - } - } - } - - private static bool IsOfTypeFallback( - ObjectType objectType, - IResolverContext context, - object resolverResult) - { - if (resolverResult is IReadOnlyDictionary<string, object> dict) - { - if (dict.TryGetValue(WellKnownFieldNames.TypeName, out var value) && - TryDeserializeTypeName(value, out var typeName)) - { - if (objectType.Directives.ContainsDirective(DirectiveNames.Source) && - context.ScopedContextData.TryGetValue( - WellKnownContextData.SchemaName, - out var o) && - o is string schemaName && - objectType.TryGetSourceDirective(schemaName, out var source)) - { - return source.Name.Equals(typeName); - } - return objectType.Name.Equals(typeName); - } - } - else if (objectType.RuntimeType == typeof(object)) - { - return IsOfTypeWithName(objectType, resolverResult); - } - - return IsOfTypeWithClrType(objectType, resolverResult); - } - - private static bool TryDeserializeTypeName( - object serializedTypeName, - [NotNullWhen(true)] out string? typeName) - { - if (serializedTypeName is string s) - { - typeName = s; - return true; - } - - if (serializedTypeName is StringValueNode sv) - { - typeName = sv.Value; - return true; - } - - typeName = null; - return false; - } - - private static bool IsOfTypeWithClrType(IHasRuntimeType type, object? result) => - result is null || type.RuntimeType.IsInstanceOfType(result); - - private static bool IsOfTypeWithName(IHasName objectType, object? result) => - result == null || objectType.Name.Equals(result.GetType().Name); -} diff --git a/src/HotChocolate/Stitching/src/Stitching/Utilities/StitchingTypeInterceptor.cs b/src/HotChocolate/Stitching/src/Stitching/Utilities/StitchingTypeInterceptor.cs deleted file mode 100644 index 652f8de2465..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/Utilities/StitchingTypeInterceptor.cs +++ /dev/null @@ -1,101 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Delegation; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using static HotChocolate.Resolvers.FieldClassMiddlewareFactory; -using static HotChocolate.Stitching.WellKnownContextData; - -namespace HotChocolate.Stitching.Utilities; - -internal sealed class StitchingTypeInterceptor : TypeInterceptor -{ - private readonly HashSet<(string, string)> _handledExternalFields = new(); - - public override void OnAfterInitialize( - ITypeDiscoveryContext discoveryContext, - DefinitionBase definition) - { - if (definition is ObjectTypeDefinition objectTypeDef) - { - foreach (var objectField in objectTypeDef.Fields) - { - if (objectField.GetDirectives().Any(IsDelegatedField)) - { - var handleDictionary = - Create<DictionaryResultMiddleware>(); - var delegateToSchema = - Create<DelegateToRemoteSchemaMiddleware>(); - - objectField.MiddlewareDefinitions.Insert(0, new(handleDictionary)); - objectField.MiddlewareDefinitions.Insert(0, new(delegateToSchema)); - _handledExternalFields.Add((objectTypeDef.Name, objectField.Name)); - } - } - } - - if (definition is SchemaTypeDefinition schemaTypeDef) - { - if (discoveryContext.ContextData.TryGetValue(RemoteExecutors, out var value)) - { - // we copy the remote executors that are stored only on the - // schema builder context to the schema context so that - // the stitching context can access these at runtime. - schemaTypeDef.ContextData.Add(RemoteExecutors, value); - } - - schemaTypeDef.ContextData.Add(NameLookup, discoveryContext.GetNameLookup()); - } - } - - public override void OnBeforeCompleteType( - ITypeCompletionContext completionContext, - DefinitionBase definition) - { - if (completionContext.Type is ObjectType objectType && - definition is ObjectTypeDefinition objectTypeDef) - { - var externalFieldLookup = - completionContext.GetExternalFieldLookup(); - if (externalFieldLookup.TryGetValue(objectType.Name, - out var external)) - { - foreach (var objectField in objectTypeDef.Fields) - { - if (external.Contains(objectField.Name) && - _handledExternalFields.Add((objectTypeDef.Name, objectField.Name))) - { - if (objectField.Resolvers.HasResolvers) - { - var handleDictionary = - Create<DictionaryResultMiddleware>(); - objectField.MiddlewareDefinitions.Insert(0, new(handleDictionary)); - } - else - { - objectField.Resolvers = new FieldResolverDelegates( - pureResolver: RemoteFieldHelper.RemoteFieldResolver); - } - } - } - } - } - } - - private static bool IsDelegatedField(DirectiveDefinition directiveDef) - { - if (directiveDef.Type is NameDirectiveReference { Name: DirectiveNames.Delegate }) - { - return true; - } - - if (directiveDef.Type is ExtendedTypeDirectiveReference typeRef && - typeRef.Type.Type == typeof(DelegateDirective)) - { - return true; - } - - return false; - } -} diff --git a/src/HotChocolate/Stitching/src/Stitching/WellKnownContextData.cs b/src/HotChocolate/Stitching/src/Stitching/WellKnownContextData.cs deleted file mode 100644 index 0ac83d969de..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/WellKnownContextData.cs +++ /dev/null @@ -1,19 +0,0 @@ -namespace HotChocolate.Stitching; - -internal static class WellKnownContextData -{ - public const string IsAutoGenerated = "HotChocolate.Stitching.IsAutoGenerated"; - public const string SchemaName = "HotChocolate.Stitching.SchemaName"; - public const string RemoteExecutors = "HotChocolate.Stitching.Executor"; - public const string TypeMergeRules = "HotChocolate.Stitching.TypeMergeRules"; - public const string DirectiveMergeRules = "HotChocolate.Stitching.DirectiveMergeRules"; - public const string DocumentRewriter = "HotChocolate.Stitching.DocumentRewriter"; - public const string TypeRewriter = "HotChocolate.Stitching.TypeRewriter"; - public const string TypeExtensions = "HotChocolate.Stitching.TypeExtensions"; - public const string MergedDocRewriter = "HotChocolate.Stitching.MergedDocRewriter"; - public const string MergedDocVisitors = "HotChocolate.Stitching.MergedDocVisitors"; - public const string RequestVarNames = "HotChocolate.Stitching.RequestVarNames"; - public const string ExternalFieldLookup = "HotChocolate.Stitching.ExternalFieldLookup"; - public const string NameLookup = "HotChocolate.Stitching.NameLookup"; - public const string SchemaDefinitions = "HotChocolate.Stitching.SchemaDefinitions"; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/WellKnownFieldNames.cs b/src/HotChocolate/Stitching/src/Stitching/WellKnownFieldNames.cs deleted file mode 100644 index 79ef2f0f3b8..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/WellKnownFieldNames.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.Stitching; - -internal static class WellKnownFieldNames -{ - public static string TypeName { get; } = "__typename"; -} diff --git a/src/HotChocolate/Stitching/src/Stitching/packages.lock.json b/src/HotChocolate/Stitching/src/Stitching/packages.lock.json deleted file mode 100644 index b5faa06a491..00000000000 --- a/src/HotChocolate/Stitching/src/Stitching/packages.lock.json +++ /dev/null @@ -1,992 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "Microsoft.Extensions.Http": { - "type": "Direct", - "requested": "[6.0.0, )", - "resolved": "6.0.0", - "contentHash": "15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "mXX66shZ4xLlI3vNLaJ0lt8OIZdmXTvIqXRdQX5HLVGSkLhINLsVhyZuX2UdRFnOGkqnwmMUs40pIIQ7mna4+A==" - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "Microsoft.Extensions.Http": { - "type": "Direct", - "requested": "[7.0.0, )", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "Microsoft.Extensions.Http": { - "type": "Direct", - "requested": "[8.0.0-rc.2.23479.6, )", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "csAJe24tWCOTO/rXoJAuBGuOq7ZdHY60XtC6b/hNMHT9tuX+2J9HK7nciLEtNvnrRLMxBACLXO3R4y5+kCduMA==" - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Directory.Build.props b/src/HotChocolate/Stitching/test/Directory.Build.props deleted file mode 100644 index d241e1bb6ad..00000000000 --- a/src/HotChocolate/Stitching/test/Directory.Build.props +++ /dev/null @@ -1,29 +0,0 @@ -<Project> - <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" /> - - <PropertyGroup> - <IsPackable>false</IsPackable> - <Warn>0</Warn> - </PropertyGroup> - - <ItemGroup> - <Using Include="Xunit" /> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" /> - <PackageReference Include="coverlet.msbuild" Version="3.1.2"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="xunit" Version="2.4.1" /> - <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> - <PrivateAssets>all</PrivateAssets> - </PackageReference> - <PackageReference Include="Moq" Version="4.18.1" /> - <PackageReference Include="Snapshooter.Xunit" Version="0.5.4" /> - <PackageReference Include="ChilliCream.Testing.Utilities" Version="0.2.0" /> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Configuration/ContextDataExtensionsTest.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Configuration/ContextDataExtensionsTest.cs deleted file mode 100644 index 15d4697d7f4..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Configuration/ContextDataExtensionsTest.cs +++ /dev/null @@ -1,72 +0,0 @@ -using HotChocolate.Configuration; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; - -namespace HotChocolate.Stitching.Configuration; - -public class ContextDataExtensionsTest -{ - [Fact] - public void AddNameLookup_Single() - { - // arrange - var schemaBuilder = SchemaBuilder.New().AddQueryType<CustomQueryType>(); - - // act - schemaBuilder.AddNameLookup("OriginalType1", "NewType1", "Schema1"); - schemaBuilder.AddNameLookup("OriginalType2", "NewType2", "Schema2"); - - // assert - var lookup = - schemaBuilder - .Create() - .GetType<CustomQueryType>(nameof(CustomQueryType)) - .Context - .GetNameLookup(); - Assert.Equal("OriginalType1", lookup[("NewType1", "Schema1")]); - Assert.Equal("OriginalType2", lookup[("NewType2", "Schema2")]); - } - - [Fact] - public void AddNameLookup_Multiple() - { - // arrange - var schemaBuilder = SchemaBuilder.New().AddQueryType<CustomQueryType>(); - var dict = new Dictionary<(string, string), string> - { - { ("NewType1", "Schema1"), "OriginalType1" }, - { ("NewType2", "Schema2"), "OriginalType2" } - }; - - // act - schemaBuilder.AddNameLookup(dict); - - // assert - var lookup = - schemaBuilder - .Create() - .GetType<CustomQueryType>(nameof(CustomQueryType)) - .Context - .GetNameLookup(); - Assert.Equal("OriginalType1", lookup[("NewType1", "Schema1")]); - Assert.Equal("OriginalType2", lookup[("NewType2", "Schema2")]); - } - - public class CustomQueryType : ObjectType - { - public IDescriptorContext Context { get; set; } = default!; - - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor.Field("foo").Resolve("bar"); - } - - protected override ObjectTypeDefinition CreateDefinition(ITypeDiscoveryContext context) - { - Context = context.DescriptorContext; - - return base.CreateDefinition(context); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Configuration/HotChocolateStitchingRequestExecutorExtensionsTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Configuration/HotChocolateStitchingRequestExecutorExtensionsTests.cs deleted file mode 100644 index 924a905691d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Configuration/HotChocolateStitchingRequestExecutorExtensionsTests.cs +++ /dev/null @@ -1,94 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Threading.Tasks; -using HotChocolate.Configuration; -using HotChocolate.Execution; -using HotChocolate.Execution.Configuration; -using HotChocolate.Types; -using HotChocolate.Types.Descriptors; -using HotChocolate.Types.Descriptors.Definitions; -using Microsoft.Extensions.DependencyInjection; -using Xunit; - -namespace HotChocolate.Stitching.Configuration; - -public class HotChocolateStitchingRequestExecutorExtensionsTests -{ - [Fact] - public async Task RewriteType() - { - // arrange - var executorBuilder = - new ServiceCollection().AddGraphQL().AddQueryType<CustomQueryType>(); - - // act - executorBuilder.RewriteType("OriginalType1", "NewType1", "Schema1"); - executorBuilder.RewriteType("OriginalType2", "NewType2", "Schema2"); - - // assert - var schema = await executorBuilder.BuildSchemaAsync(); - var lookup = - schema - .GetType<CustomQueryType>(nameof(CustomQueryType)) - .Context - .GetNameLookup(); - Assert.Equal("OriginalType1", lookup[("NewType1", "Schema1")]); - Assert.Equal("OriginalType2", lookup[("NewType2", "Schema2")]); - } - - [Fact] - public void AddTypeExtensionsFromResource_Builder_Is_Null() - { - // arrange - // act - void Configure() => - HotChocolateStitchingRequestExecutorExtensions - .AddTypeExtensionsFromResource(null!, GetType().Assembly, "abc"); - - // assert - Assert.Throws<ArgumentNullException>(Configure); - } - - [Fact] - public void AddTypeExtensionsFromResource_Assembly_Is_Null() - { - // arrange - // act - void Configure() => - new ServiceCollection().AddGraphQL() - .AddTypeExtensionsFromResource(null!, "abc"); - - // assert - Assert.Throws<ArgumentNullException>(Configure); - } - - [Fact] - public void AddTypeExtensionsFromResource_Key_Is_Null() - { - // arrange - // act - void Configure() => - new ServiceCollection().AddGraphQL() - .AddTypeExtensionsFromResource(GetType().Assembly, null!); - - // assert - Assert.Throws<ArgumentNullException>(Configure); - } -} - -public class CustomQueryType : ObjectType -{ - public IDescriptorContext Context { get; set; } = default!; - - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor.Field("foo").Resolve("bar"); - } - - protected override ObjectTypeDefinition CreateDefinition(ITypeDiscoveryContext context) - { - Context = context.DescriptorContext; - - return base.CreateDefinition(context); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ArgumentScopedVariableResolverTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ArgumentScopedVariableResolverTests.cs deleted file mode 100644 index 7847a497549..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ArgumentScopedVariableResolverTests.cs +++ /dev/null @@ -1,189 +0,0 @@ -using HotChocolate.Execution.Processing; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Delegation.ScopedVariables; -using HotChocolate.Types; -using Moq; - -namespace HotChocolate.Stitching.Delegation; - -public class ArgumentScopedVariableResolverTests -{ - [Fact] - public void CreateVariableValue() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var field = schema.GetType<ObjectType>("Query").Fields["foo"]; - - var selection = new Mock<ISelection>(MockBehavior.Strict); - selection.SetupGet(t => t.Field).Returns(field); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.Selection).Returns(selection.Object); - context.Setup(t => t.ArgumentLiteral<IValueNode>("a")) - .Returns(new StringValueNode("baz")); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("arguments"), - new NameNode("a")); - - // act - var resolver = new ArgumentScopedVariableResolver(); - var value = resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("bar", Assert.IsType<StringValueNode>(value.DefaultValue).Value); - Assert.Equal("__arguments_a", value.Name); - Assert.Equal("String", Assert.IsType<NamedTypeNode>(value.Type).Name.Value); - Assert.Equal("baz", value.Value!.Value); - } - - [Fact] - public void ArgumentDoesNotExist() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var selection = new Mock<ISelection>(MockBehavior.Strict); - selection.SetupGet(t => t.Field).Returns( - schema.GetType<ObjectType>("Query").Fields["foo"]); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.Selection).Returns(selection.Object); - - context.Setup(t => t.ArgumentValue<object>(It.IsAny<string>())) - .Returns("Baz"); - context.Setup(t => t.Selection.SyntaxNode) - .Returns(new FieldNode( - null, - new NameNode("foo"), - null, - null, - Array.Empty<DirectiveNode>(), - Array.Empty<ArgumentNode>(), - null)); - context.Setup(t => t.Path).Returns(Path.Root.Append("foo")); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("arguments"), - new NameNode("b")); - - // act - var resolver = new ArgumentScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Collection( - Assert.Throws<GraphQLException>(a).Errors, - t => Assert.Equal(ErrorCodes.Stitching.ArgumentNotDefined, t.Code)); - } - - [Fact] - public void ContextIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("arguments"), - new NameNode("b")); - - // act - var resolver = new ArgumentScopedVariableResolver(); - Action a = () => resolver.Resolve( - null!, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("context", Assert.Throws<ArgumentNullException>(a).ParamName); - } - - [Fact] - public void ScopedVariableIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var selection = new Mock<ISelection>(MockBehavior.Strict); - selection.SetupGet(t => t.Field).Returns( - schema.GetType<ObjectType>("Query").Fields["foo"]); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.Selection).Returns(selection.Object); - context.Setup(t => t.ArgumentValue<object>(It.IsAny<string>())) - .Returns("Baz"); - - // act - var resolver = new ArgumentScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - null!, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentNullException>(a).ParamName); - } - - [Fact] - public void InvalidScope() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var field = schema.GetType<ObjectType>("Query").Fields["foo"]; - - var selection = new Mock<ISelection>(MockBehavior.Strict); - selection.SetupGet(t => t.Field).Returns(field); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.Selection).Returns(selection.Object); - context.Setup(t => t.ArgumentValue<object>(It.IsAny<string>())).Returns("Baz"); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("foo"), - new NameNode("b")); - - // act - var resolver = new ArgumentScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentException>(a).ParamName); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ContextDataScopedVariableResolverTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ContextDataScopedVariableResolverTests.cs deleted file mode 100644 index b8f31873f7b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ContextDataScopedVariableResolverTests.cs +++ /dev/null @@ -1,184 +0,0 @@ -using System; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Delegation.ScopedVariables; -using HotChocolate.Types; -using Moq; -using Xunit; - -namespace HotChocolate.Stitching.Delegation; - -public class ContextDataScopedVariableResolverTests -{ - [Fact] - public void CreateVariableValue() - { - // arrange - var inputFormatter = new InputFormatter(); - - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var contextData = new Dictionary<string, object?> { ["a"] = "AbcDef" }; - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.ContextData).Returns(contextData); - context.Setup(t => t.Service<InputFormatter>()).Returns(inputFormatter); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("contextData"), - new NameNode("a")); - - // act - var resolver = new ContextDataScopedVariableResolver(); - var value = resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Null(value.DefaultValue); - Assert.Equal("__contextData_a", value.Name); - Assert.Equal("String", Assert.IsType<NamedTypeNode>(value.Type).Name.Value); - Assert.Equal("AbcDef", value.Value?.Value); - } - - [Fact] - public void ContextDataEntryDoesNotExist() - { - // arrange - var inputFormatter = new InputFormatter(); - - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var contextData = new Dictionary<string, object?>(); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.ContextData).Returns(contextData); - context.Setup(t => t.Service<InputFormatter>()).Returns(inputFormatter); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("contextData"), - new NameNode("a")); - - // act - var resolver = new ContextDataScopedVariableResolver(); - var value = resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Null(value.DefaultValue); - Assert.Equal("__contextData_a", value.Name); - Assert.Equal("String", Assert.IsType<NamedTypeNode>(value.Type).Name.Value); - Assert.Equal(NullValueNode.Default, value.Value); - } - - - [Fact] - public void ContextIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("contextData"), - new NameNode("b")); - - // act - var resolver = new ContextDataScopedVariableResolver(); - Action a = () => resolver.Resolve( - null!, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("context", Assert.Throws<ArgumentNullException>(a).ParamName); - } - - [Fact] - public void ScopedVariableIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IMiddlewareContext>(); - - // act - var resolver = new ContextDataScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - null!, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentNullException>(a).ParamName); - } - - [Fact] - public void TargetTypeIsNull() - { - // arrange - var context = new Mock<IMiddlewareContext>(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("contextData"), - new NameNode("b")); - - // act - var resolver = new ContextDataScopedVariableResolver(); - void Action() => resolver.Resolve(context.Object, scopedVariable, null!); - - // assert - Assert.Equal("targetType", Assert.Throws<ArgumentNullException>(Action).ParamName); - } - - [Fact] - public void InvalidScope() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IMiddlewareContext>(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("foo"), - new NameNode("b")); - - // act - var resolver = new ContextDataScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentException>(a).ParamName); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/DelegateDirectiveTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/DelegateDirectiveTests.cs deleted file mode 100644 index 59bfc27ab35..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/DelegateDirectiveTests.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System.Linq; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Stitching.Delegation; - -public class DelegateDirectiveTests -{ - [Fact] - public void Directive_Definition_PrintIsMtch() - { - // arrange - var schemaDocument = SchemaBuilder.New() - .ModifyOptions(x => x.StrictValidation = false) - .AddDirectiveType<DelegateDirectiveType>() - .Create() - .ToDocument(); - - // act - var printed = schemaDocument.Definitions - .OfType<DirectiveDefinitionNode>() - .First(x => x.Name.Value == "delegate") - .Print(); - - // assert - printed.MatchSnapshot(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/DictionaryDeserializerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/DictionaryDeserializerTests.cs deleted file mode 100644 index a63feaf1654..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/DictionaryDeserializerTests.cs +++ /dev/null @@ -1,725 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Types; -using HotChocolate.Utilities; -using Microsoft.Extensions.DependencyInjection; -using Xunit; - -namespace HotChocolate.Stitching.Delegation; - -public class DictionaryDeserializerTests -{ - [Fact] - public async Task Deserialize_NullValueNode() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType<Query>() - .BuildSchemaAsync(); - - IType person = schema.GetType<ObjectType>("Person"); - - // act - var value = DictionaryDeserializer.DeserializeResult( - person, - NullValueNode.Default, - inputParser, - path); - - // assert - Assert.Null(value); - } - - [Fact] - public async Task Deserialize_Null() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType<Query>() - .BuildSchemaAsync(); - - IType person = schema.GetType<ObjectType>("Person"); - - // act - var value = DictionaryDeserializer.DeserializeResult( - person, - null, - inputParser, - path); - - // assert - Assert.Null(value); - } - - [Fact] - public async Task Deserialize_Dictionary() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType<Query>() - .BuildSchemaAsync(); - - IType person = schema.GetType<ObjectType>("Person"); - - var dict = new Dictionary<string, object>(); - - // act - var value = DictionaryDeserializer.DeserializeResult( - person, - dict, - inputParser, - path); - - // assert - Assert.Same(dict, value); - } - - [Fact] - public async Task Deserialize_String() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType<Query>() - .BuildSchemaAsync(); - - IType stringType = schema.GetType<StringType>("String"); - - // act - var value = DictionaryDeserializer.DeserializeResult( - stringType, - "abc", - inputParser, - path); - - // assert - Assert.Equal("abc", value); - } - - [Fact] - public async Task Deserialize_StringValueNode() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType<Query>() - .BuildSchemaAsync(); - - IType stringType = schema.GetType<StringType>("String"); - - // act - var value = DictionaryDeserializer.DeserializeResult( - stringType, - new StringValueNode("abc"), - inputParser, - path); - - // assert - Assert.Equal("abc", value); - } - - [Fact] - public async Task Deserialize_StringList_StringList() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType<Query>() - .BuildSchemaAsync(); - - IType stringListType = new ListType(schema.GetType<StringType>("String")); - - // act - var value = DictionaryDeserializer.DeserializeResult( - stringListType, - new List<string> { "abc" }, - inputParser, - path); - - // assert - Assert.Collection( - (IEnumerable<string>)value!, - v => Assert.Equal("abc", v)); - } - - [Fact] - public async Task Deserialize_StringList_ListOfStringValueNode() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType<Query>() - .BuildSchemaAsync(); - - IType stringListType = new ListType(schema.GetType<StringType>("String")); - - // act - var value = DictionaryDeserializer.DeserializeResult( - stringListType, - new List<object> { new StringValueNode("abc") }, - inputParser, - path); - - // assert - Assert.Collection( - (IEnumerable<string>)value!, - v => Assert.Equal("abc", v)); - } - - [Fact] - public async Task Deserialize_ListValueNode_Enum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<Foo>()) - .Type<ListType<EnumType<Foo>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new ListValueNode(new EnumValueNode(Foo.Bar), new EnumValueNode(Foo.Baz)), - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<object>>(value)!, - x => Assert.Equal(Foo.Bar, x), - x => Assert.Equal(Foo.Baz, x)); - } - - [Fact] - public async Task Deserialize_StringValueNode_Enum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(default(Foo)) - .Type<EnumType<Foo>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new StringValueNode("BAZ"), - inputParser, - path); - - // assert - Assert.Equal(Foo.Baz, value); - } - - [Fact] - public async Task Deserialize_String_Enum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(default(Foo)) - .Type<EnumType<Foo>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - "BAZ", - inputParser, - path); - - // assert - Assert.Equal(Foo.Baz, value); - } - - [Fact] - public async Task Deserialize_EnumValueNode_Enum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(default(Foo)) - .Type<EnumType<Foo>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new EnumValueNode(Foo.Baz), - inputParser, - path); - - // assert - Assert.Equal(Foo.Baz, value); - } - - [Fact] - public async Task Deserialize_ListEnum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<Foo>()) - .Type<ListType<EnumType<Foo>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> { new EnumValueNode(Foo.Bar), new EnumValueNode(Foo.Baz) }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<Foo?>>(value)!, - x => Assert.Equal(Foo.Bar, x), - x => Assert.Equal(Foo.Baz, x)); - } - - [Fact] - public async Task Deserialize_ListNestedEnum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<Foo>()) - .Type<ListType<ListType<EnumType<Foo>>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> - { - new List<object> { new EnumValueNode(Foo.Bar), new EnumValueNode(Foo.Baz) } - }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<Foo?>>(Assert.IsType<List<List<Foo?>>>(value)!.First())!, - x => Assert.Equal(Foo.Bar, x), - x => Assert.Equal(Foo.Baz, x)); - } - - [Fact] - public async Task Deserialize_NonNull_ListEnum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<Foo>()) - .Type<ListType<NonNullType<EnumType<Foo>>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> { new EnumValueNode(Foo.Bar), new EnumValueNode(Foo.Baz) }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<Foo>>(value)!, - x => Assert.Equal(Foo.Bar, x), - x => Assert.Equal(Foo.Baz, x)); - } - - [Fact] - public async Task Deserialize_NonNull_ListNestedEnum() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<Foo>()) - .Type<ListType<ListType<NonNullType<EnumType<Foo>>>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> - { - new List<object> { new EnumValueNode(Foo.Bar), new EnumValueNode(Foo.Baz) } - }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<Foo>>(Assert.IsType<List<List<Foo>>>(value)!.First())!, - x => Assert.Equal(Foo.Bar, x), - x => Assert.Equal(Foo.Baz, x)); - } - - - [Fact] - public async Task Deserialize_ListValueNode_Int() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<int>()) - .Type<ListType<IntType>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new ListValueNode(new IntValueNode(1), new IntValueNode(2)), - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<object>>(value)!, - x => Assert.Equal(1, x), - x => Assert.Equal(2, x)); - } - - [Fact] - public async Task Deserialize_IntValueNode_Int() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(1) - .Type<IntType>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new IntValueNode(2), - inputParser, - path); - - // assert - Assert.Equal(2, value); - } - - [Fact] - public async Task Deserialize_Int_Int() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(1) - .Type<IntType>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - 2, - inputParser, - path); - - // assert - Assert.Equal(2, value); - } - - [Fact] - public async Task Deserialize_ListInt() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<int>()) - .Type<ListType<IntType>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> { new IntValueNode(1), new IntValueNode(2) }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<int?>>(value)!, - x => Assert.Equal(1, x), - x => Assert.Equal(2, x)); - } - - [Fact] - public async Task Deserialize_ListNestedInt() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<int>()) - .Type<ListType<ListType<IntType>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> { new List<object> { new IntValueNode(1), new IntValueNode(2) } }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<int?>>(Assert.IsType<List<List<int?>>>(value)!.First())!, - x => Assert.Equal(1, x), - x => Assert.Equal(2, x)); - } - - [Fact] - public async Task Deserialize_NonNull_ListInt() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<int>()) - .Type<ListType<NonNullType<IntType>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> { new IntValueNode(1), new IntValueNode(2) }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<int>>(value)!, - x => Assert.Equal(1, x), - x => Assert.Equal(2, x)); - } - - [Fact] - public async Task Deserialize_NonNull_ListNestedInt() - { - // arrange - var inputParser = new InputParser(new DefaultTypeConverter()); - var path = Path.Root.Append("root"); - - var schema = - await new ServiceCollection() - .AddGraphQLServer() - .AddQueryType(x => - x.Name("Query") - .Field("Foo") - .Resolve(Array.Empty<int>()) - .Type<ListType<ListType<NonNullType<IntType>>>>()) - .BuildSchemaAsync(); - - var queryType = schema.GetType<ObjectType>("Query"); - queryType.Fields.TryGetField("Foo", out var fooField); - - - // act - var value = DictionaryDeserializer.DeserializeResult( - fooField!.Type, - new List<object> { new List<object> { new IntValueNode(1), new IntValueNode(2) } }, - inputParser, - path); - - // assert - Assert.Collection( - Assert.IsType<List<int>>(Assert.IsType<List<List<int>>>(value)!.First())!, - x => Assert.Equal(1, x), - x => Assert.Equal(2, x)); - } - - public class Query - { - public Person GetPerson() => new Person(); - } - - public class Person - { - public string Name { get; } = "Jon Doe"; - } - - public enum Foo - { - Bar, - Baz - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/FieldScopedVariableResolverTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/FieldScopedVariableResolverTests.cs deleted file mode 100644 index 9ae152624c2..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/FieldScopedVariableResolverTests.cs +++ /dev/null @@ -1,179 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Delegation.ScopedVariables; -using HotChocolate.Types; -using Moq; - -namespace HotChocolate.Stitching.Delegation; - -public class FieldScopedVariableResolverTests -{ - [Fact] - public void CreateVariableValue() - { - // arrange - var inputFormatter = new InputFormatter(); - - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String a: String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.ObjectType).Returns( - schema.GetType<ObjectType>("Query")); - context.SetupGet(t => t.Selection.Field).Returns( - schema.GetType<ObjectType>("Query").Fields["foo"]); - context.Setup(t => t.Parent<object>()) - .Returns(new Dictionary<string, object> { { "a", "baz" } }); - context.Setup(t => t.Service<InputFormatter>()).Returns(inputFormatter); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("fields"), - new NameNode("a")); - - // act - var resolver = new FieldScopedVariableResolver(); - var value = resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Null(value.DefaultValue); - Assert.Equal("__fields_a", value.Name); - Assert.IsType<NamedTypeNode>(value.Type); - Assert.Equal("baz", value.Value!.Value); - } - - [Fact] - public void FieldDoesNotExist() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.ObjectType).Returns( - schema.GetType<ObjectType>("Query")); - context.SetupGet(t => t.Selection.Field).Returns( - schema.GetType<ObjectType>("Query").Fields["foo"]); - context.Setup(t => t.Parent<IReadOnlyDictionary<string, object>>()) - .Returns(new Dictionary<string, object> { { "a", "baz" } }); - context.Setup(t => t.Selection.SyntaxNode) - .Returns(new FieldNode( - null, - new NameNode("foo"), - null, - null, - Array.Empty<DirectiveNode>(), - Array.Empty<ArgumentNode>(), - null)); - context.Setup(t => t.Path).Returns(Path.Root.Append("foo")); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("fields"), - new NameNode("b")); - - // act - var resolver = new FieldScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Collection( - Assert.Throws<GraphQLException>(a).Errors, - t => Assert.Equal(ErrorCodes.Stitching.FieldNotDefined, t.Code)); - } - - [Fact] - public void ContextIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("fields"), - new NameNode("b")); - - // act - var resolver = new FieldScopedVariableResolver(); - void Action() - => resolver.Resolve(null!, scopedVariable, schema.GetType<StringType>("String")); - - // assert - Assert.Equal("context", Assert.Throws<ArgumentNullException>((Action)Action).ParamName); - } - - [Fact] - public void ScopedVariableIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IMiddlewareContext>(); - context.SetupGet(t => t.Selection.Field).Returns( - schema.GetType<ObjectType>("Query").Fields["foo"]); - context.Setup(t => t.ArgumentValue<object>(It.IsAny<string>())) - .Returns("Baz"); - - // act - var resolver = new FieldScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - null!, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentNullException>(a).ParamName); - } - - [Fact] - public void InvalidScope() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IMiddlewareContext>(); - context.SetupGet(t => t.Selection.Field).Returns( - schema.GetType<ObjectType>("Query").Fields["foo"]); - context.Setup(t => t.ArgumentValue<object>(It.IsAny<string>())) - .Returns("Baz"); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("foo"), - new NameNode("b")); - - // act - var resolver = new FieldScopedVariableResolver(); - Action a = () => resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentException>(a).ParamName); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/RemoteQueryBuilderTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/RemoteQueryBuilderTests.cs deleted file mode 100644 index ca076fed44e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/RemoteQueryBuilderTests.cs +++ /dev/null @@ -1,97 +0,0 @@ -using System.Collections.Generic; -using System.Collections.Immutable; -using System.Linq; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Stitching.Delegation; - -public class RemoteQueryBuilderTests -{ - [Fact] - public void BuildRemoteQuery() - { - // arrange - var path = - SelectionPathParser.Parse("a.b.c.d(a: $fields:bar)"); - - var initialQuery = - Utf8GraphQLParser.Parse( - @"{ - foo { - bar { - baz { - ... on Baz { - qux - } - } - } - } - } - "); - - var field = initialQuery.Definitions - .OfType<OperationDefinitionNode>().Single() - .SelectionSet.Selections - .OfType<FieldNode>().Single() - .SelectionSet!.Selections - .OfType<FieldNode>().Single(); - - // act - var newQuery = RemoteQueryBuilder.New() - .SetOperation(null, OperationType.Query) - .SetSelectionPath(path) - .SetRequestField(field) - .AddVariable("__fields_bar", new NamedTypeNode(null, new NameNode("String"))) - .Build("abc", new Dictionary<(string Type, string Schema), string>()); - - // assert - newQuery.Print().MatchSnapshot(); - } - - [Fact] - public void BuildRemoteQueryCanOverrideOperationName() - { - // arrange - var path = - SelectionPathParser.Parse("a.b.c.d(a: $fields:bar)"); - - var initialQuery = - Utf8GraphQLParser.Parse( - @"{ - foo { - bar { - baz { - ... on Baz { - qux - } - } - } - } - } - "); - - var field = initialQuery.Definitions - .OfType<OperationDefinitionNode>().Single() - .SelectionSet.Selections - .OfType<FieldNode>().Single() - .SelectionSet!.Selections - .OfType<FieldNode>().Single(); - - - // act - var newQuery = RemoteQueryBuilder.New() - .SetOperation(new NameNode( - nameof(BuildRemoteQueryCanOverrideOperationName)), - OperationType.Query) - .SetSelectionPath(path) - .SetRequestField(field) - .AddVariable("__fields_bar", new NamedTypeNode(null, new NameNode("String"))) - .Build("abc", new Dictionary<(string Type, string Schema), string>()); - - // assert - newQuery.Print().MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ScopedContextDataScopedVariableResolverTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ScopedContextDataScopedVariableResolverTests.cs deleted file mode 100644 index 870b9ad72eb..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/ScopedContextDataScopedVariableResolverTests.cs +++ /dev/null @@ -1,188 +0,0 @@ -using System; -using System.Collections.Immutable; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Delegation.ScopedVariables; -using HotChocolate.Types; -using Moq; -using Xunit; - -namespace HotChocolate.Stitching.Delegation; - -public class ScopedContextDataScopedVariableResolverTests -{ - [Fact] - public void CreateVariableValue() - { - // arrange - var inputFormatter = new InputFormatter(); - - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var contextData = - ImmutableDictionary<string, object?>.Empty - .Add("a", "AbcDef"); - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.ScopedContextData).Returns(contextData); - context.Setup(t => t.Service<InputFormatter>()).Returns(inputFormatter); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("scopedContextData"), - new NameNode("a")); - - // act - var resolver = new ScopedContextDataScopedVariableResolver(); - var value = resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Null(value.DefaultValue); - Assert.Equal("__scopedContextData_a", value.Name); - Assert.Equal("String", Assert.IsType<NamedTypeNode>(value.Type).Name.Value); - Assert.Equal("AbcDef", value.Value!.Value); - } - - [Fact] - public void ContextDataEntryDoesNotExist() - { - // arrange - var inputFormatter = new InputFormatter(); - - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var contextData = - ImmutableDictionary<string, object?>.Empty; - - var context = new Mock<IResolverContext>(MockBehavior.Strict); - context.SetupGet(t => t.ScopedContextData).Returns(contextData); - context.Setup(t => t.Service<InputFormatter>()).Returns(inputFormatter); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("scopedContextData"), - new NameNode("a")); - - // act - var resolver = new ScopedContextDataScopedVariableResolver(); - var value = resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Null(value.DefaultValue); - Assert.Equal("__scopedContextData_a", value.Name); - Assert.Equal("String", Assert.IsType<NamedTypeNode>(value.Type).Name.Value); - Assert.Equal(NullValueNode.Default, value.Value); - } - - - [Fact] - public void ContextIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("scopedContextData"), - new NameNode("b")); - - // act - var resolver = new ScopedContextDataScopedVariableResolver(); - void Action() => resolver.Resolve( - null!, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("context", Assert.Throws<ArgumentNullException>(Action).ParamName); - } - - [Fact] - public void ScopedVariableIsNull() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IMiddlewareContext>(); - - // act - var resolver = new ScopedContextDataScopedVariableResolver(); - void Action() => resolver.Resolve( - context.Object, - null!, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentNullException>(Action).ParamName); - } - - [Fact] - public void TargetTypeIsNull() - { - // arrange - var context = new Mock<IMiddlewareContext>(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("scopedContextData"), - new NameNode("b")); - - // act - var resolver = new ScopedContextDataScopedVariableResolver(); - - void Action() => resolver.Resolve(context.Object, scopedVariable, null!); - - // assert - Assert.Equal("targetType", Assert.Throws<ArgumentNullException>(Action).ParamName); - } - - [Fact] - public void InvalidScope() - { - // arrange - var schema = SchemaBuilder.New() - .AddDocumentFromString("type Query { foo(a: String = \"bar\") : String }") - .Use(_ => _) - .ModifyOptions(o => o.StrictValidation = false) - .Create(); - - var context = new Mock<IMiddlewareContext>(); - - var scopedVariable = new ScopedVariableNode( - null, - new NameNode("foo"), - new NameNode("b")); - - // act - var resolver = new ScopedContextDataScopedVariableResolver(); - void Action() => resolver.Resolve( - context.Object, - scopedVariable, - schema.GetType<StringType>("String")); - - // assert - Assert.Equal("variable", Assert.Throws<ArgumentException>(Action).ParamName); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/DelegateDirectiveTests.Directive_Definition_PrintIsMtch.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/DelegateDirectiveTests.Directive_Definition_PrintIsMtch.snap deleted file mode 100644 index 7438c6c19e3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/DelegateDirectiveTests.Directive_Definition_PrintIsMtch.snap +++ /dev/null @@ -1,2 +0,0 @@ -"Delegates a resolver to a remote schema." -directive @delegate("The path to the field on the remote schema." path: String "The name of the schema to which this field shall be delegated to." schema: String!) on FIELD_DEFINITION diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryBuilderTests.BuildRemoteQuery.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryBuilderTests.BuildRemoteQuery.snap deleted file mode 100644 index 0b072409d62..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryBuilderTests.BuildRemoteQuery.snap +++ /dev/null @@ -1,15 +0,0 @@ -query fetch($__fields_bar: String) { - a { - b { - c { - bar: d(a: $__fields_bar) { - baz { - ... on Baz { - qux - } - } - } - } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryBuilderTests.BuildRemoteQueryCanOverrideOperationName.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryBuilderTests.BuildRemoteQueryCanOverrideOperationName.snap deleted file mode 100644 index 1aadab04595..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryBuilderTests.BuildRemoteQueryCanOverrideOperationName.snap +++ /dev/null @@ -1,15 +0,0 @@ -query BuildRemoteQueryCanOverrideOperationName($__fields_bar: String) { - a { - b { - c { - bar: d(a: $__fields_bar) { - baz { - ... on Baz { - qux - } - } - } - } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryMiddlewareTests.ExecuteQueryOnRemoteSchema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryMiddlewareTests.ExecuteQueryOnRemoteSchema.snap deleted file mode 100644 index c55ca18982e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Delegation/__snapshots__/RemoteQueryMiddlewareTests.ExecuteQueryOnRemoteSchema.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Data": { - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx" - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy" - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=" - } - ] - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Directives/SelectionPathParserTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Directives/SelectionPathParserTests.cs deleted file mode 100644 index d6facad794a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Directives/SelectionPathParserTests.cs +++ /dev/null @@ -1,177 +0,0 @@ -using System.Collections.Immutable; -using System.Linq; -using Xunit; - -namespace HotChocolate.Stitching; - -public class SelectionPathParserTests -{ - [Fact] - public void Parse_Single_Chain_No_Arguments() - { - // arrange - var pathString = "foo"; - - // act - var path = - SelectionPathParser.Parse(pathString); - - // assert - Assert.Collection(path, - segment => - { - Assert.Equal("foo", segment.Name.Value); - Assert.Empty(segment.Arguments); - }); - } - - [Fact] - public void Parse_Single_Chain_With_Literal() - { - // arrange - var pathString = "foo(bar: 1)"; - - // act - var path = - SelectionPathParser.Parse(pathString); - - // assert - Assert.Collection(path, - segment => - { - Assert.Equal("foo", segment.Name.Value); - Assert.Collection(segment.Arguments, - argument => - { - Assert.Equal("bar", argument.Name.Value); - Assert.Equal("1", argument.Value.Value); - }); - }); - } - - [Fact] - public void Parse_Two_Chain_No_Arguments() - { - // arrange - var pathString = "foo.bar"; - - // act - var path = - SelectionPathParser.Parse(pathString); - - // assert - Assert.Collection(path.Reverse(), - segment => - { - Assert.Equal("foo", segment.Name.Value); - Assert.Empty(segment.Arguments); - }, - segment => - { - Assert.Equal("bar", segment.Name.Value); - Assert.Empty(segment.Arguments); - }); - } - - [Fact] - public void Parse_Two_Chain_With_Literal() - { - // arrange - var pathString = "foo(bar: 1).baz(quox: 2)"; - - // act - var path = - SelectionPathParser.Parse(pathString); - - // assert - Assert.Collection(path.Reverse(), - segment => - { - Assert.Equal("foo", segment.Name.Value); - Assert.Collection(segment.Arguments, - argument => - { - Assert.Equal("bar", argument.Name.Value); - Assert.Equal("1", argument.Value.Value); - }); - }, - segment => - { - Assert.Equal("baz", segment.Name.Value); - Assert.Collection(segment.Arguments, - argument => - { - Assert.Equal("quox", argument.Name.Value); - Assert.Equal("2", argument.Value.Value); - }); - }); - } - - [Fact] - public void Parse_Single_Chain_With_ScopedVariable() - { - // arrange - var pathString = "foo(bar: $fields:foo)"; - - // act - var path = - SelectionPathParser.Parse(pathString); - - // assert - Assert.Collection(path, - segment => - { - Assert.Equal("foo", segment.Name.Value); - Assert.Collection(segment.Arguments, - argument => - { - Assert.Equal("bar", argument.Name.Value); - - var variable = - Assert.IsType<ScopedVariableNode>(argument.Value); - - Assert.Equal("fields", variable.Scope.Value); - Assert.Equal("foo", variable.Name.Value); - }); - }); - } - - [Fact] - public void Parse_Two_Chain_With_ScopedVariable() - { - // arrange - var pathString = "foo(bar: $fields:foo).baz(quox: 1)"; - - // act - var path = - SelectionPathParser.Parse(pathString); - - // assert - Assert.Collection(path.Reverse(), - segment => - { - Assert.Equal("foo", segment.Name.Value); - Assert.Collection(segment.Arguments, - argument => - { - Assert.Equal("bar", argument.Name.Value); - - var variable = - Assert.IsType<ScopedVariableNode>(argument.Value); - - Assert.Equal("fields", variable.Scope.Value); - Assert.Equal("foo", variable.Name.Value); - }); - }, - segment => - { - Assert.Equal("baz", segment.Name.Value); - Assert.Collection(segment.Arguments, - argument => - { - Assert.Equal("quox", argument.Name.Value); - Assert.Equal("1", argument.Value.Value); - }); - }); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/HotChocolate.Stitching.Tests.csproj b/src/HotChocolate/Stitching/test/Stitching.Tests/HotChocolate.Stitching.Tests.csproj deleted file mode 100644 index 84069231022..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/HotChocolate.Stitching.Tests.csproj +++ /dev/null @@ -1,36 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current"> - - <PropertyGroup> - <AssemblyName>HotChocolate.Stitching.Tests</AssemblyName> - <RootNamespace>HotChocolate.Stitching</RootNamespace> - </PropertyGroup> - - <ItemGroup> - <ProjectReference Include="..\..\..\AspNetCore\test\AspNetCore.Tests\HotChocolate.AspNetCore.Tests.csproj" /> - <ProjectReference Include="..\..\..\AspNetCore\test\AspNetCore.Authorization.Tests\HotChocolate.AspNetCore.Authorization.Tests.csproj" /> - <ProjectReference Include="..\..\..\Core\test\Utilities\HotChocolate.Tests.Utilities.csproj" /> - <ProjectReference Include="..\..\src\Stitching.Redis\HotChocolate.Stitching.Redis.csproj" /> - <ProjectReference Include="..\..\src\Stitching\HotChocolate.Stitching.csproj" /> - </ItemGroup> - - <ItemGroup> - <None Remove="__resources__\DummyDirective.graphql" /> - <EmbeddedResource Include="__resources__\DummyDirective.graphql"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </EmbeddedResource> - </ItemGroup> - - <ItemGroup> - <PackageReference Include="Squadron.Redis" Version="0.15.0" /> - </ItemGroup> - - <ItemGroup> - <None Update="$(MSBuildProjectDirectory)\__resources__\*.*"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - <None Update="$(MSBuildProjectDirectory)\xunit.runner.json"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> - </ItemGroup> - -</Project> diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/BaseTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/BaseTests.cs deleted file mode 100644 index 2aafcc2caef..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/BaseTests.cs +++ /dev/null @@ -1,971 +0,0 @@ -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Resolvers; -using HotChocolate.Stitching.Schemas.Customers; -using HotChocolate.Tests; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Integration; - -public class BaseTests : IClassFixture<StitchingTestContext> -{ - public BaseTests(StitchingTestContext context) - { - Context = context; - } - - protected StitchingTestContext Context { get; } - - [Fact] - public async Task AutoMerge_Schema() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - // act - var schema = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .BuildSchemaAsync(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - allCustomers { - id - name - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task LocalField_Execute() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddTypeExtension(new ObjectTypeExtension(d - => d.Name("Query").Field("local").Resolve("I am local."))) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - local - allCustomers { - id - name - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Schema_AddResolver() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddResolver("Query", "local", "I am local") - .AddTypeExtensionsFromString("extend type Query { local: String }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - local - allCustomers { - id - name - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Inline_Fragment() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKZDE="") { - name - consultant { - name - } - contracts { - id - ... on LifeInsuranceContract { - premium - } - ... on SomeOtherContract { - expiryDate - } - } - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Fragment_Definition() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKZDE="") { - name - consultant { - name - } - contracts { - id - ...a - ...b - } - } - } - - fragment a on LifeInsuranceContract { - premium - } - - fragment b on SomeOtherContract { - expiryDate - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Variables() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - var variables = new Dictionary<string, object?> - { - { "customerId", "Q3VzdG9tZXIKZDE=" }, - { "deep", "deep" }, { "deeper", "deeper" } - }; - - // act - var result = await executor.ExecuteAsync( - @"query customer_query( - $customerId: ID! - $deep: String! - $deeper: String! - $deeperArray: String - $complex: ComplexInputType - $deeperInArray: String - ) { - customer(id: $customerId) { - name - consultant { - name - } - complexArg( - arg: { - value: $deep - deeper: { - value: ""CONSTANT"" - deeper: { - value: $deeper - deeperArray: [ - { - value: ""CONSTANT_ARRAY"", - deeper: { - value: $deeperInArray - } - } - ] - } - } - deeperArray: [ - { - value: ""CONSTANT_ARRAY"", - deeper: { - value: $deeperArray - } - } - $complex - ] - } - ) - contracts { - id - ... on LifeInsuranceContract { - premium - } - ... on SomeOtherContract { - expiryDate - } - } - } - }", - variables); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Union() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer: customerOrConsultant(id: ""Q3VzdG9tZXIKZDE="") { - ...customer - ...consultant - } - consultant: customerOrConsultant(id: ""Q29uc3VsdGFudApkMQ=="") { - ...customer - ...consultant - } - } - - fragment customer on Customer { - name - consultant { - name - } - contracts { - id - ... on LifeInsuranceContract { - premium - } - ... on SomeOtherContract { - expiryDate - } - } - } - - fragment consultant on Consultant { - name - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Directive_Delegation() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer: customerOrConsultant(id: ""Q3VzdG9tZXIKZDE="") { - ...customer - ...consultant - } - consultant: customerOrConsultant(id: ""Q29uc3VsdGFudApkMQ=="") { - ...customer - ...consultant - } - } - - fragment customer on Customer { - name - consultant { - name - } - contracts @include(if: true) { - id - ... on LifeInsuranceContract { - premium - } - } - contracts @include(if: true) { - id - ... on SomeOtherContract { - expiryDate - } - } - } - - fragment consultant on Consultant { - name - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Arguments() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - contracts(id: ""Q3VzdG9tZXIKZDE="") { - id - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_List_Aggregations() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contractIds: [ID!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id).id"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKZDE="") { - contractIds - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Object_Aggregations() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Query { - consultant: Consultant - @delegate( - schema: ""customer"" - path: ""customer(id:\""Q3VzdG9tZXIKZDE=\"").consultant"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - consultant { - name - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Scalar_Aggregations() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Query { - consultantName: String! - @delegate( - schema: ""customer"" - path: ""customer(id:\""Q3VzdG9tZXIKZDE=\"").consultant.name"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - consultantName - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Computed() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - foo: String @computed(dependantOn: [""id"", ""name""]) - }") - .MapField( - new FieldReference("Customer", "foo"), - next => context => - { - var obj = context.Parent<IReadOnlyDictionary<string, object>>(); - context.Result = obj["name"] + "_" + obj["id"]; - return default; - }) - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKZDE="") { - foo - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_RenameScalar() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddType(new FloatType("Foo")) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .RenameType("Float", "Foo") - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - var variables = new Dictionary<string, object?> { { "v", new FloatValueNode(1.2f) } }; - - // act - var result = await executor.ExecuteAsync( - @"query ($v: Foo) { - customer: customerOrConsultant(id: ""Q3VzdG9tZXIKZDE="") { - ...customer - ...consultant - } - consultant: customerOrConsultant(id: ""Q29uc3VsdGFudApkMQ=="") { - ...customer - ...consultant - } - } - - fragment customer on Customer { - name - consultant { - name - } - contracts { - id - ... on LifeInsuranceContract { - premium - a: float_field(f: 1.1) - b: float_field(f: $v) - } - ... on SomeOtherContract { - expiryDate - } - } - } - - fragment consultant on Consultant { - name - }", - variables); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_IntField() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - int: Int! - @delegate( - schema: ""contract"", - path: ""int(i:$fields:someInt)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKZDE="") { - int - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Customer_DoesNotExist_And_Is_Correctly_Null() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - int: Int! - @delegate( - schema: ""contract"", - path: ""int(i:$fields:someInt)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKaTI5OTk="") { - int - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_GuidField() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - guid: UUID! - @delegate( - schema: ""contract"", - path: ""guid(guid:$fields:someGuid)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKZDE="") { - guid - } - }"); - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_Execute_Schema_GuidField() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - var schema = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - guid: UUID! - @delegate( - schema: ""contract"", - path: ""guid(guid:$fields:someGuid)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildSchemaAsync(); - - // assert - schema.ToString().MatchSnapshot(); - } - - [Fact] - public async Task Add_Dummy_Directive() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - // act - var schema = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"directive @foo on FIELD_DEFINITION") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildSchemaAsync(); - - // assert - Assert.NotNull(schema.GetDirectiveType("foo")); - } - - [Fact] - public async Task Add_Dummy_Directive_From_Resource() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - // act - var schema = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromResource( - GetType().Assembly, - "HotChocolate.Stitching.__resources__.DummyDirective.graphql") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildSchemaAsync(); - - // assert - Assert.NotNull(schema.GetDirectiveType("foo")); - } - - [Fact] - public async Task Add_Dummy_Directive_From_Resource_Key_Does_Not_Exist() - { - // arrange - var httpClientFactory = - Context.CreateDefaultRemoteSchemas(); - - // act - async Task Configure() => - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddRemoteSchema(Context.CustomerSchema) - .AddTypeExtensionsFromResource( - GetType().Assembly, - "HotChocolate.Stitching.__resources__.abc") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .BuildSchemaAsync(); - - // assert - var exception = await Assert.ThrowsAsync<SchemaException>(Configure); - Assert.Contains( - "The resource `HotChocolate.Stitching.__resources__.abc` was not found!", - exception.Message); - } - - [Fact] - public async Task AddLocalSchema() - { - // arrange - var connections = new Dictionary<string, HttpClient> - { - { Context.ContractSchema, Context.CreateContractService().CreateClient() } - }; - - var httpClientFactory = - StitchingTestContext.CreateRemoteSchemas(connections); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(Context.ContractSchema) - .AddLocalSchema(Context.CustomerSchema) - .AddTypeExtensionsFromString( - @"extend type Customer { - contracts: [Contract!] - @delegate( - schema: ""contract"", - path: ""contracts(customerId:$fields:id)"") - }") - .ModifyRequestOptions(o => o.IncludeExceptionDetails = true) - .AddGraphQL(Context.CustomerSchema) - .AddCustomerSchema() - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - customer(id: ""Q3VzdG9tZXIKZDE="") { - name - consultant { - name - } - contracts { - id - ... on LifeInsuranceContract { - premium - } - ... on SomeOtherContract { - expiryDate - } - } - } - }"); - - // assert - result.MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedRedisSchemaTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedRedisSchemaTests.cs deleted file mode 100644 index 77d48cc3d9a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedRedisSchemaTests.cs +++ /dev/null @@ -1,455 +0,0 @@ -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.TestHost; -using Microsoft.Extensions.DependencyInjection; -using ChilliCream.Testing; -using HotChocolate.Execution; -using HotChocolate.Execution.Caching; -using HotChocolate.Language; -using HotChocolate.Stitching.Schemas.Accounts; -using HotChocolate.Stitching.Schemas.Inventory; -using HotChocolate.Stitching.Schemas.Products; -using HotChocolate.Stitching.Schemas.Reviews; -using HotChocolate.Types; -using Snapshooter.Xunit; -using Squadron; -using StackExchange.Redis; -using static HotChocolate.Tests.TestHelper; - -namespace HotChocolate.Stitching.Integration; - -public class FederatedRedisSchemaTests - : IClassFixture<StitchingTestContext> - , IClassFixture<RedisResource> -{ - private const string _accounts = "accounts"; - private const string _inventory = "inventory"; - private const string _products = "products"; - private const string _reviews = "reviews"; - - private readonly ConnectionMultiplexer _connection; - - public FederatedRedisSchemaTests(StitchingTestContext context, RedisResource redisResource) - { - Context = context; - _connection = redisResource.GetConnection(); - } - - private StitchingTestContext Context { get; } - - [Fact] - public async Task AutoMerge_Schema() - { - // arrange - using var cts = new CancellationTokenSource(20_000); - var configurationName = "C" + Guid.NewGuid().ToString("N"); - var httpClientFactory = CreateDefaultRemoteSchemas(configurationName); - - var database = _connection.GetDatabase(); - while(!cts.IsCancellationRequested) - { - if (await database.SetLengthAsync(configurationName) == 4) - { - break; - } - - await Task.Delay(150, cts.Token); - } - - // act - var schema = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query")) - .AddRemoteSchemasFromRedis(configurationName, _ => _connection) - .ModifyOptions(o => o.SortFieldsByName = true) - .BuildSchemaAsync(cancellationToken: cts.Token); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_HotReload_Schema() - { - // arrange - using var cts = new CancellationTokenSource(20_000); - var configurationName = "C" + Guid.NewGuid().ToString("N"); - var schemaDefinitionV2 = FileResource.Open("AccountSchemaDefinition.json"); - var httpClientFactory = CreateDefaultRemoteSchemas(configurationName); - - var database = _connection.GetDatabase(); - while(!cts.IsCancellationRequested) - { - if (await database.SetLengthAsync(configurationName) == 4) - { - break; - } - - await Task.Delay(150, cts.Token); - } - - var executorResolver = - new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query")) - .AddRemoteSchemasFromRedis(configurationName, _ => _connection) - .Services - .BuildServiceProvider() - .GetRequiredService<IRequestExecutorResolver>(); - - await executorResolver.GetRequestExecutorAsync(cancellationToken: cts.Token); - var raised = false; - - using var session = executorResolver.Events.Subscribe( - new RequestExecutorEventObserver( - args => - { - if (args.Name.Equals(Schema.DefaultName)) - { - raised = true; - } - })); - - // act - Assert.False(raised, "eviction was raised before act."); - await database.StringSetAsync($"{configurationName}.{_accounts}", schemaDefinitionV2); - await _connection.GetSubscriber().PublishAsync(configurationName, _accounts); - - while(!cts.IsCancellationRequested) - { - if (raised) - { - break; - } - - await Task.Delay(150, cts.Token); - } - - // assert - Assert.True(raised, "schema evicted."); - var executor = - await executorResolver.GetRequestExecutorAsync(cancellationToken: cts.Token); - var type = executor.Schema.GetType<ObjectType>("User"); - Assert.True(type.Fields.ContainsField("foo"), "foo field exists."); - } - - [Fact] - public async Task AutoMerge_HotReload_ClearOperationCaches() - { - // arrange - using var cts = new CancellationTokenSource(20_000); - var configurationName = "C" + Guid.NewGuid().ToString("N"); - var schemaDefinitionV2 = FileResource.Open("AccountSchemaDefinition.json"); - var httpClientFactory = CreateDefaultRemoteSchemas(configurationName); - var document = Utf8GraphQLParser.Parse("{ foo }"); - var queryHash = "abc"; - - var database = _connection.GetDatabase(); - while(!cts.IsCancellationRequested) - { - if (await database.SetLengthAsync(configurationName) == 4) - { - break; - } - - await Task.Delay(150, cts.Token); - } - - var serviceProvider = - new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query").Field("foo").Resolve("foo")) - .AddRemoteSchemasFromRedis(configurationName, _ => _connection) - .Services - .BuildServiceProvider(); - - var executorResolver = - serviceProvider.GetRequiredService<IRequestExecutorResolver>(); - var documentCache = - serviceProvider.GetRequiredService<IDocumentCache>(); - var preparedOperationCache = - serviceProvider.GetRequiredService<IPreparedOperationCache>(); - - await executorResolver.GetRequestExecutorAsync(cancellationToken: cts.Token); - var raised = false; - - using var session = executorResolver.Events.Subscribe( - new RequestExecutorEventObserver( - args => - { - if (args.Name.Equals(Schema.DefaultName)) - { - raised = true; - } - })); - - Assert.False(documentCache.TryGetDocument(queryHash, out _)); - Assert.False(preparedOperationCache.TryGetOperation(queryHash, out _)); - - var requestExecutor = - await executorResolver.GetRequestExecutorAsync(cancellationToken: cts.Token); - - await requestExecutor - .ExecuteAsync(QueryRequestBuilder - .New() - .SetQuery(document) - .SetQueryHash(queryHash) - .Create(), - cts.Token); - - Assert.True(preparedOperationCache.TryGetOperation("_Default-1-abc", out _)); - - // act - await database.StringSetAsync($"{configurationName}.{_accounts}", schemaDefinitionV2); - await _connection.GetSubscriber().PublishAsync(configurationName, _accounts); - - while(!cts.IsCancellationRequested) - { - if (raised) - { - break; - } - - await Task.Delay(150, cts.Token); - } - - // assert - Assert.True(documentCache.TryGetDocument(queryHash, out _)); - Assert.False(preparedOperationCache.TryGetOperation(queryHash, out _)); - } - - [Fact] - public async Task AutoMerge_Execute() - { - // arrange - using var cts = new CancellationTokenSource(20_000); - var configurationName = "C" + Guid.NewGuid().ToString("N"); - var httpClientFactory = CreateDefaultRemoteSchemas(configurationName); - - var database = _connection.GetDatabase(); - - while(!cts.IsCancellationRequested) - { - if (await database.SetLengthAsync(configurationName) == 4) - { - break; - } - - await Task.Delay(150, cts.Token); - } - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query")) - .AddRemoteSchemasFromRedis(configurationName, _ => _connection) - .BuildRequestExecutorAsync(cancellationToken: cts.Token); - - // act - var result = await executor.ExecuteAsync( - """ - { - me { - id - name - reviews { - body - product { - upc - } - } - } - } - """, - cts.Token); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact(Skip = "Test is flaky")] - public async Task AutoMerge_AddLocal_Field_Execute() - { - await TryTest(async ct => - { - // arrange - var configurationName = "C" + Guid.NewGuid().ToString("N"); - var httpClientFactory = - CreateDefaultRemoteSchemas(configurationName); - - var database = _connection.GetDatabase(); - while (!ct.IsCancellationRequested) - { - if (await database.SetLengthAsync(configurationName) == 4) - { - break; - } - - await Task.Delay(150, ct); - } - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL(configurationName) - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query").Field("local").Resolve("I am local.")) - .AddRemoteSchemasFromRedis(configurationName, _ => _connection) - .BuildRequestExecutorAsync(configurationName, ct); - - // act - var result = await executor.ExecuteAsync( - """ - { - me { - id - name - reviews { - body - product { - upc - } - } - } - local - } - """, - ct); - - // assert - result.ToJson().MatchSnapshot(); - }); - } - - public TestServer CreateAccountsService(string configurationName) => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddAccountsSchema() - .InitializeOnStartup() - .PublishSchemaDefinition(c => c - .SetName(_accounts) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - """ - extend type Query { - me: User! @delegate(path: "user(id: 1)") - } - - extend type Review { - author: User @delegate(path: "user(id: $fields:authorId)") - } - """) - .PublishToRedis(configurationName, _ => _connection)), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateInventoryService(string configurationName) => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddInventorySchema() - .InitializeOnStartup() - .PublishSchemaDefinition(c => c - .SetName(_inventory) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - """ - extend type Product { - inStock: Boolean - @delegate(path: "inventoryInfo(upc: $fields:upc).isInStock") - - shippingEstimate: Int - @delegate(path: "shippingEstimate(price: $fields:price weight: $fields:weight)") - } - """) - .PublishToRedis(configurationName, _ => _connection)), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateProductsService(string configurationName) => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddProductsSchema() - .InitializeOnStartup() - .PublishSchemaDefinition(c => c - .SetName(_products) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - """ - extend type Query { - topProducts(first: Int = 5): [Product] @delegate - } - - extend type Review { - product: Product @delegate(path: "product(upc: $fields:upc)") - } - """) - .PublishToRedis(configurationName, _ => _connection)), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateReviewsService(string configurationName) => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddReviewSchema() - .InitializeOnStartup() - .PublishSchemaDefinition(c => c - .SetName(_reviews) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - """ - extend type User { - reviews: [Review] - @delegate(path:"reviewsByAuthor(authorId: $fields:id)") - } - - extend type Product { - reviews: [Review] - @delegate(path:"reviewsByProduct(upc: $fields:upc)") - } - """) - .PublishToRedis(configurationName, _ => _connection)), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public IHttpClientFactory CreateDefaultRemoteSchemas(string configurationName) - { - var connections = new Dictionary<string, HttpClient> - { - { _accounts, CreateAccountsService(configurationName).CreateClient() }, - { _inventory, CreateInventoryService(configurationName).CreateClient() }, - { _products, CreateProductsService(configurationName).CreateClient() }, - { _reviews, CreateReviewsService(configurationName).CreateClient() }, - }; - - return StitchingTestContext.CreateRemoteSchemas(connections); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedSchemaErrorTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedSchemaErrorTests.cs deleted file mode 100644 index e9bb664931a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedSchemaErrorTests.cs +++ /dev/null @@ -1,247 +0,0 @@ -using Microsoft.AspNetCore.TestHost; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using HotChocolate.Types; -using Snapshooter.Xunit; -using HotChocolate.Language; -using HotChocolate.Stitching.Schemas.Accounts; -using HotChocolate.Stitching.Schemas.Inventory; -using HotChocolate.Stitching.Schemas.Products; -using HotChocolate.Stitching.Schemas.Reviews; -using Microsoft.AspNetCore.Builder; - -namespace HotChocolate.Stitching.Integration; - -public class FederatedSchemaErrorTests : IClassFixture<StitchingTestContext> -{ - private const string _accounts = "accounts"; - private const string _inventory = "inventory"; - private const string _products = "products"; - private const string _reviews = "reviews"; - - public FederatedSchemaErrorTests(StitchingTestContext context) - { - Context = context; - } - - private StitchingTestContext Context { get; } - - [Fact] - public async Task AutoMerge_Schema() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - // act - var schema = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .AddQueryType(d => d.Name("Query")) - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildSchemaAsync(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public async Task Execute_Error_StatusCode_On_DownStream_Request() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .AddQueryType(d => d.Name("Query")) - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - error - }"); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task Execute_Ok_StatusCode_With_Error_On_DownStream_Request() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .AddQueryType(d => d.Name("Query")) - .ModifyOptions(o => o.EnableTag = false) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - """ - { - a: topProducts(first: 1) { - upc - error - } - b: topProducts(first: 2) { - upc - error - } - } - """); - - // assert - Assert.Collection( - result.ExpectQueryResult().Errors!.Select(t => t.Path!.ToString()).OrderBy(t => t), - t => Assert.Equal("/a[0]/error", t), - t => Assert.Equal("/b[0]/error", t), - t => Assert.Equal("/b[1]/error", t)); - - } - - public TestServer CreateAccountsService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddAccountsSchema() - .PublishSchemaDefinition(c => c - .SetName(_accounts) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type Query { - me: User! @delegate(path: ""user(id: 1)"") - } - - extend type Review { - author: User @delegate(path: ""user(id: $fields:authorId)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateInventoryService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddInventorySchema() - .PublishSchemaDefinition(c => c - .SetName(_inventory) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type Product { - inStock: Boolean - @delegate(path: ""inventoryInfo(upc: $fields:upc).isInStock"") - shippingEstimate: Int - @delegate(path: ""shippingEstimate(price: $fields:price weight: $fields:weight)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateProductsService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddProductsSchema() - .AddTypeExtension(new ObjectTypeExtension(d => - { - d.Name("Query") - .Field("error") - .Type(new NonNullTypeNode(new NamedTypeNode("String"))) - .Resolve(() => throw new GraphQLException("error_message_query")); - })) - .AddTypeExtension(new ObjectTypeExtension(d => - { - d.Name("Product") - .Field("error") - .Type(new NamedTypeNode("String")) - .Resolve(ctx => throw new GraphQLException( - ErrorBuilder.New() - .SetMessage("error_message_product") - .SetPath(ctx.Path) - .Build())); - })) - .PublishSchemaDefinition(c => c - .SetName(_products) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type Query { - topProducts(first: Int = 5): [Product] @delegate - auth: String! @delegate - error: String! @delegate - } - - extend type Review { - product: Product @delegate(path: ""product(upc: $fields:upc)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateReviewsService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddReviewSchema() - .PublishSchemaDefinition(c => c - .SetName(_reviews) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type User { - reviews: [Review] - @delegate(path:""reviewsByAuthor(authorId: $fields:id)"") - } - - extend type Product { - reviews: [Review] - @delegate(path:""reviewsByProduct(upc: $fields:upc)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public IHttpClientFactory CreateDefaultRemoteSchemas() - { - var connections = new Dictionary<string, HttpClient> - { - { _accounts, CreateAccountsService().CreateClient() }, - { _inventory, CreateInventoryService().CreateClient() }, - { _products, CreateProductsService().CreateClient() }, - { _reviews, CreateReviewsService().CreateClient() }, - }; - - return StitchingTestContext.CreateRemoteSchemas(connections); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedSchemaTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedSchemaTests.cs deleted file mode 100644 index f05bf6b6267..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/FederatedSchemaTests.cs +++ /dev/null @@ -1,316 +0,0 @@ -using Microsoft.AspNetCore.TestHost; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using HotChocolate.Types; -using Snapshooter.Xunit; -using HotChocolate.Execution.Processing; -using HotChocolate.Language; -using HotChocolate.Stitching.Schemas.Accounts; -using HotChocolate.Stitching.Schemas.Inventory; -using HotChocolate.Stitching.Schemas.Products; -using HotChocolate.Stitching.Schemas.Reviews; -using HotChocolate.Utilities; -using Microsoft.AspNetCore.Builder; - -namespace HotChocolate.Stitching.Integration; - -public class FederatedSchemaTests : IClassFixture<StitchingTestContext> -{ - private const string _accounts = "accounts"; - private const string _inventory = "inventory"; - private const string _products = "products"; - private const string _reviews = "reviews"; - - public FederatedSchemaTests(StitchingTestContext context) - { - Context = context; - } - - private StitchingTestContext Context { get; } - - [Fact] - public async Task AutoMerge_Schema() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - // act - var schema = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query")) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildSchemaAsync(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact(Skip = "This test is flaky")] - public async Task AutoMerge_Execute() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .AddQueryType(d => d.Name("Query")) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - me { - id - name - reviews { - body - product { - upc - } - } - } - }"); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task AutoMerge_AddLocal_Field_Execute() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query").Field("local").Resolve("I am local.")) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"{ - me { - id - name - reviews { - body - product { - upc - } - } - } - local - }"); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task Skip_Field_With_Variable() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query").Field("local").Resolve("I am local.")) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"query ($if: Boolean! = true) { - me { - id - name @skip(if: $if) - reviews @skip(if: $if) { - body - product { - upc - } - } - } - local - }"); - - // assert - result.ToJson().MatchSnapshot(); - } - - [Fact] - public async Task Directive_Variables_Are_Correctly_Rewritten() - { - // arrange - var httpClientFactory = CreateDefaultRemoteSchemas(); - - var executor = - await new ServiceCollection() - .AddSingleton(httpClientFactory) - .AddGraphQL() - .ModifyOptions(o => o.EnableTag = false) - .AddQueryType(d => d.Name("Query").Field("local").Resolve("I am local.")) - .AddRemoteSchema(_accounts) - .AddRemoteSchema(_inventory) - .AddRemoteSchema(_products) - .AddRemoteSchema(_reviews) - .BuildRequestExecutorAsync(); - - // act - var result = await executor.ExecuteAsync( - @"query ($if1: Boolean! $if2: Boolean! $if3: Boolean! $if4: Boolean!) { - me { - id - alias1: name @include(if: $if1) - alias2: reviews @include(if: $if2) { - alias3: body @include(if: $if3) - alias4: product @include(if: $if4) { - upc - } - } - } - local - }", - new Dictionary<string, object?> - { - { "if1", true }, - { "if2", true }, - { "if3", true }, - { "if4", true }, - }); - - // assert - result.ToJson().MatchSnapshot(); - } - - public TestServer CreateAccountsService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddAccountsSchema() - .PublishSchemaDefinition(c => c - .SetName(_accounts) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type Query { - me: User! @delegate(path: ""user(id: 1)"") - } - - extend type Review { - author: User @delegate(path: ""user(id: $fields:authorId)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateInventoryService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddInventorySchema() - .PublishSchemaDefinition(c => c - .SetName(_inventory) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type Product { - inStock: Boolean - @delegate(path: ""inventoryInfo(upc: $fields:upc).isInStock"") - shippingEstimate: Int - @delegate(path: ""shippingEstimate(price: $fields:price weight: $fields:weight)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateProductsService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddProductsSchema() - .PublishSchemaDefinition(c => c - .SetName(_products) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type Query { - topProducts(first: Int = 5): [Product] @delegate - } - - extend type Review { - product: Product @delegate(path: ""product(upc: $fields:upc)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateReviewsService() => - Context.ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddReviewSchema() - .PublishSchemaDefinition(c => c - .SetName(_reviews) - .IgnoreRootTypes() - .AddTypeExtensionsFromString( - @"extend type User { - reviews: [Review] - @delegate(path:""reviewsByAuthor(authorId: $fields:id)"") - } - - extend type Product { - reviews: [Review] - @delegate(path:""reviewsByProduct(upc: $fields:upc)"") - }")), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public IHttpClientFactory CreateDefaultRemoteSchemas() - { - var connections = new Dictionary<string, HttpClient> - { - { _accounts, CreateAccountsService().CreateClient() }, - { _inventory, CreateInventoryService().CreateClient() }, - { _products, CreateProductsService().CreateClient() }, - { _reviews, CreateReviewsService().CreateClient() }, - }; - - return StitchingTestContext.CreateRemoteSchemas(connections); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/StitchingTestContext.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/StitchingTestContext.cs deleted file mode 100644 index 5d56a882eb6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/StitchingTestContext.cs +++ /dev/null @@ -1,71 +0,0 @@ -using HotChocolate.AspNetCore.Tests.Utilities; -using HotChocolate.Stitching.Schemas.Contracts; -using HotChocolate.Stitching.Schemas.Customers; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.TestHost; -using Microsoft.Extensions.DependencyInjection; -using Moq; - -namespace HotChocolate.Stitching.Integration; - -public class StitchingTestContext -{ - public TestServerFactory ServerFactory { get; } = new(); - - public string CustomerSchema { get; } = "customer"; - - public string ContractSchema { get; } = "contract"; - - public TestServer CreateCustomerService() => - ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddCustomerSchema(), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public TestServer CreateContractService() => - ServerFactory.Create( - services => services - .AddRouting() - .AddGraphQLServer() - .ModifyOptions(o => o.EnableTag = false) - .AddContractSchema(), - app => app - .UseWebSockets() - .UseRouting() - .UseEndpoints(endpoints => endpoints.MapGraphQL("/"))); - - public IHttpClientFactory CreateDefaultRemoteSchemas() - { - var connections = new Dictionary<string, HttpClient> - { - { CustomerSchema, CreateCustomerService().CreateClient() }, - { ContractSchema, CreateContractService().CreateClient() } - }; - - return CreateRemoteSchemas(connections); - } - - public static IHttpClientFactory CreateRemoteSchemas( - Dictionary<string, HttpClient> connections) - { - var httpClientFactory = new Mock<IHttpClientFactory>(); - httpClientFactory.Setup(t => t.CreateClient(It.IsAny<string>())) - .Returns(new Func<string, HttpClient>(n => - { - if (connections.ContainsKey(n)) - { - return connections[n]; - } - - throw new Exception(); - })); - - return httpClientFactory.Object; - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AddLocalSchema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AddLocalSchema.snap deleted file mode 100644 index 491ff8462c4..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AddLocalSchema.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute.snap deleted file mode 100644 index 489e3aeb24d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "data": { - "allCustomers": [ - { - "id": "Q3VzdG9tZXIKZDE=", - "name": "Freddy Freeman" - }, - { - "id": "Q3VzdG9tZXIKZDI=", - "name": "Carol Danvers" - }, - { - "id": "Q3VzdG9tZXIKZDM=", - "name": "Walter Lawson" - } - ] - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Arguments.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Arguments.snap deleted file mode 100644 index 33248356a4e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Arguments.snap +++ /dev/null @@ -1,34 +0,0 @@ -{ - "errors": [ - { - "message": "The argument \u0060id\u0060 does not exist.", - "locations": [ - { - "line": 2, - "column": 31 - } - ], - "extensions": { - "type": "Query", - "field": "contracts", - "argument": "id", - "specifiedBy": "http://spec.graphql.org/October2021/#sec-Required-Arguments" - } - }, - { - "message": "The argument \u0060customerId\u0060 is required.", - "locations": [ - { - "line": 2, - "column": 21 - } - ], - "extensions": { - "type": "Query", - "field": "contracts", - "argument": "customerId", - "specifiedBy": "http://spec.graphql.org/October2021/#sec-Required-Arguments" - } - } - ] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Computed.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Computed.snap deleted file mode 100644 index d37e6dcf99f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Computed.snap +++ /dev/null @@ -1,7 +0,0 @@ -{ - "data": { - "customer": { - "foo": "\u0022Freddy Freeman\u0022_\u0022Q3VzdG9tZXIKZDE=\u0022" - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Customer_DoesNotExist_And_Is_Correctly_Null.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Customer_DoesNotExist_And_Is_Correctly_Null.snap deleted file mode 100644 index e410a178d1b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Customer_DoesNotExist_And_Is_Correctly_Null.snap +++ /dev/null @@ -1,5 +0,0 @@ -{ - "data": { - "customer": null - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Fragment_Definition.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Fragment_Definition.snap deleted file mode 100644 index 491ff8462c4..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Fragment_Definition.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_GuidField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_GuidField.snap deleted file mode 100644 index 03811817c8e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_GuidField.snap +++ /dev/null @@ -1,7 +0,0 @@ -{ - "data": { - "customer": { - "guid": "01e2f5dc-0f19-4305-99d3-3c5c234a6524" - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Inline_Fragment.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Inline_Fragment.snap deleted file mode 100644 index 491ff8462c4..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Inline_Fragment.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_IntField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_IntField.snap deleted file mode 100644 index dc09205cce1..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_IntField.snap +++ /dev/null @@ -1,7 +0,0 @@ -{ - "data": { - "customer": { - "int": 1 - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_List_Aggregations.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_List_Aggregations.snap deleted file mode 100644 index 9ce2965e182..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_List_Aggregations.snap +++ /dev/null @@ -1,11 +0,0 @@ -{ - "data": { - "customer": { - "contractIds": [ - "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "U29tZU90aGVyQ29udHJhY3QKZDE=" - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Object_Aggregations.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Object_Aggregations.snap deleted file mode 100644 index 0f25f607a20..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Object_Aggregations.snap +++ /dev/null @@ -1,7 +0,0 @@ -{ - "data": { - "consultant": { - "name": "Jordan Belfort" - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_RenameScalar.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_RenameScalar.snap deleted file mode 100644 index 27455c0b161..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_RenameScalar.snap +++ /dev/null @@ -1,31 +0,0 @@ -{ - "data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11, - "a": 1.1, - "b": 1.2000000476837158 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12, - "a": 1.1, - "b": 1.2000000476837158 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - }, - "consultant": { - "name": "Jordan Belfort" - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Scalar_Aggregations.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Scalar_Aggregations.snap deleted file mode 100644 index a661e7e75c6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Scalar_Aggregations.snap +++ /dev/null @@ -1,5 +0,0 @@ -{ - "data": { - "consultantName": "Jordan Belfort" - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Schema_GuidField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Schema_GuidField.snap deleted file mode 100644 index 516362ca969..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Schema_GuidField.snap +++ /dev/null @@ -1,173 +0,0 @@ -schema { - query: Query - mutation: Mutation -} - -interface Contract @source(name: "Contract", schema: "contract") { - id: ID! - customerId: ID! -} - -"The node interface is implemented by entities that have a global unique identifier." -interface Node @source(name: "Node", schema: "contract") @source(name: "Node", schema: "customer") { - id: ID! -} - -type Consultant implements Node @source(name: "Consultant", schema: "customer") { - id: ID! - name: String! - customers("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): CustomersConnection -} - -type CreateCustomerPayload @source(name: "CreateCustomerPayload", schema: "customer") { - customer: Customer! -} - -type Customer implements Node @source(name: "Customer", schema: "customer") { - id: ID! - name: String! - street: String! - consultant: Consultant - say(input: SayInput!): String - complexArg(arg: ComplexInputType): String - someInt: Int! - someGuid: UUID! - kind: CustomerKind! - guid: UUID! @delegate(schema: "contract", path: "guid(guid:$fields:someGuid)") -} - -"A connection to a list of items." -type CustomersConnection @source(name: "CustomersConnection", schema: "customer") { - "Information to aid in pagination." - pageInfo: PageInfo! - "A list of edges." - edges: [CustomersEdge!] - "A flattened list of the nodes." - nodes: [Customer] -} - -"An edge in a connection." -type CustomersEdge @source(name: "CustomersEdge", schema: "customer") { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -type LifeInsuranceContract implements Node & Contract @source(name: "LifeInsuranceContract", schema: "contract") { - id: ID! - customerId: ID! - foo(bar: String): String - error: String - date_field: Date - date_time_field: DateTime - string_field: String - id_field: ID - byte_field: Byte - int_field: Int - long_field: Long - float_field(f: Float): Float - decimal_field: Decimal - premium: Float! -} - -type Mutation { - createCustomer(input: CreateCustomerInput!): CreateCustomerPayload! @delegate(schema: "customer") - createCustomers(inputs: [CreateCustomerInput!]!): [CreateCustomerPayload!]! @delegate(schema: "customer") -} - -"Information about pagination in a connection." -type PageInfo @source(name: "PageInfo", schema: "customer") { - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String - "When paginating forwards, the cursor to continue." - endCursor: String -} - -type Query { - "Fetches an object given its ID." - node("ID of the object." id: ID!): Node @delegate(schema: "contract") - "Lookup nodes by a list of IDs." - nodes("The list of node IDs." ids: [ID!]!): [Node]! @delegate(schema: "contract") - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - extendedScalar(d: DateTime): DateTime @delegate(schema: "contract") - int(i: Int!): Int! @delegate(schema: "contract") - guid(guid: UUID!): UUID! @delegate(schema: "contract") - "Fetches an object given its ID." - customer_node("ID of the object." id: ID!): Node @delegate(schema: "customer", path: "node(id: $arguments:id)") - "Lookup nodes by a list of IDs." - customer_nodes("The list of node IDs." ids: [ID!]!): [Node]! @delegate(schema: "customer", path: "nodes(ids: $arguments:ids)") - customer(id: ID!): Customer @delegate(schema: "customer") - customers(ids: [ID!]!): [Customer] @delegate(schema: "customer") - consultant(id: ID!): Consultant @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") - customerByKind(kind: CustomerKind!): Customer @delegate(schema: "customer") - allCustomers: [Customer!]! @delegate(schema: "customer") -} - -type SomeOtherContract implements Node & Contract @source(name: "SomeOtherContract", schema: "contract") { - id: ID! - customerId: ID! - expiryDate: DateTime! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - value: String - deeper: ComplexInputType - valueArray: [String] - deeperArray: [ComplexInputType] -} - -input CreateCustomerInput @source(name: "CreateCustomerInput", schema: "customer") { - name: String - street: String - consultantId: String -} - -input SayInput @source(name: "SayInput", schema: "customer") { - words: [String!] -} - -enum CustomerKind @source(name: "CustomerKind", schema: "customer") { - STANDARD - PREMIUM -} - -directive @computed("Specifies the fields on which a computed field is dependent on." dependantOn: [String!]) on FIELD_DEFINITION - -directive @custom(d: DateTime) on FIELD - -"Delegates a resolver to a remote schema." -directive @delegate("The path to the field on the remote schema." path: String "The name of the schema to which this field shall be delegated to." schema: String!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: String! "The name of the schema to which this type belongs to." schema: String!) repeatable on OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Byte` scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255." -scalar Byte - -"The `Date` scalar represents an ISO-8601 compliant date type." -scalar Date - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122") diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Union.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Union.snap deleted file mode 100644 index 27e51c41735..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Union.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - }, - "consultant": { - "name": "Jordan Belfort" - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Variables.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Variables.snap deleted file mode 100644 index 00518b756c8..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Execute_Variables.snap +++ /dev/null @@ -1,25 +0,0 @@ -{ - "data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "complexArg": "{ value: \u0022deep\u0022, deeper: { value: \u0022CONSTANT\u0022, deeper: { value: \u0022deeper\u0022, deeperArray: [ { value: \u0022CONSTANT_ARRAY\u0022, deeper: { value: null } } ] } }, deeperArray: [ { value: \u0022CONSTANT_ARRAY\u0022, deeper: { value: null } }, null ] }", - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Schema.snap deleted file mode 100644 index fa92f869e62..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.AutoMerge_Schema.snap +++ /dev/null @@ -1,172 +0,0 @@ -schema { - query: Query - mutation: Mutation -} - -interface Contract @source(name: "Contract", schema: "contract") { - id: ID! - customerId: ID! -} - -"The node interface is implemented by entities that have a global unique identifier." -interface Node @source(name: "Node", schema: "contract") @source(name: "Node", schema: "customer") { - id: ID! -} - -type Consultant implements Node @source(name: "Consultant", schema: "customer") { - id: ID! - name: String! - customers("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): CustomersConnection -} - -type CreateCustomerPayload @source(name: "CreateCustomerPayload", schema: "customer") { - customer: Customer! -} - -type Customer implements Node @source(name: "Customer", schema: "customer") { - id: ID! - name: String! - street: String! - consultant: Consultant - say(input: SayInput!): String - complexArg(arg: ComplexInputType): String - someInt: Int! - someGuid: UUID! - kind: CustomerKind! -} - -"A connection to a list of items." -type CustomersConnection @source(name: "CustomersConnection", schema: "customer") { - "Information to aid in pagination." - pageInfo: PageInfo! - "A list of edges." - edges: [CustomersEdge!] - "A flattened list of the nodes." - nodes: [Customer] -} - -"An edge in a connection." -type CustomersEdge @source(name: "CustomersEdge", schema: "customer") { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -type LifeInsuranceContract implements Node & Contract @source(name: "LifeInsuranceContract", schema: "contract") { - id: ID! - customerId: ID! - foo(bar: String): String - error: String - date_field: Date - date_time_field: DateTime - string_field: String - id_field: ID - byte_field: Byte - int_field: Int - long_field: Long - float_field(f: Float): Float - decimal_field: Decimal - premium: Float! -} - -type Mutation { - createCustomer(input: CreateCustomerInput!): CreateCustomerPayload! @delegate(schema: "customer") - createCustomers(inputs: [CreateCustomerInput!]!): [CreateCustomerPayload!]! @delegate(schema: "customer") -} - -"Information about pagination in a connection." -type PageInfo @source(name: "PageInfo", schema: "customer") { - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String - "When paginating forwards, the cursor to continue." - endCursor: String -} - -type Query { - "Fetches an object given its ID." - node("ID of the object." id: ID!): Node @delegate(schema: "contract") - "Lookup nodes by a list of IDs." - nodes("The list of node IDs." ids: [ID!]!): [Node]! @delegate(schema: "contract") - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - extendedScalar(d: DateTime): DateTime @delegate(schema: "contract") - int(i: Int!): Int! @delegate(schema: "contract") - guid(guid: UUID!): UUID! @delegate(schema: "contract") - "Fetches an object given its ID." - customer_node("ID of the object." id: ID!): Node @delegate(schema: "customer", path: "node(id: $arguments:id)") - "Lookup nodes by a list of IDs." - customer_nodes("The list of node IDs." ids: [ID!]!): [Node]! @delegate(schema: "customer", path: "nodes(ids: $arguments:ids)") - customer(id: ID!): Customer @delegate(schema: "customer") - customers(ids: [ID!]!): [Customer] @delegate(schema: "customer") - consultant(id: ID!): Consultant @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") - customerByKind(kind: CustomerKind!): Customer @delegate(schema: "customer") - allCustomers: [Customer!]! @delegate(schema: "customer") -} - -type SomeOtherContract implements Node & Contract @source(name: "SomeOtherContract", schema: "contract") { - id: ID! - customerId: ID! - expiryDate: DateTime! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - value: String - deeper: ComplexInputType - valueArray: [String] - deeperArray: [ComplexInputType] -} - -input CreateCustomerInput @source(name: "CreateCustomerInput", schema: "customer") { - name: String - street: String - consultantId: String -} - -input SayInput @source(name: "SayInput", schema: "customer") { - words: [String!] -} - -enum CustomerKind @source(name: "CustomerKind", schema: "customer") { - STANDARD - PREMIUM -} - -directive @computed("Specifies the fields on which a computed field is dependent on." dependantOn: [String!]) on FIELD_DEFINITION - -directive @custom(d: DateTime) on FIELD - -"Delegates a resolver to a remote schema." -directive @delegate("The path to the field on the remote schema." path: String "The name of the schema to which this field shall be delegated to." schema: String!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: String! "The name of the schema to which this type belongs to." schema: String!) repeatable on OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Byte` scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255." -scalar Byte - -"The `Date` scalar represents an ISO-8601 compliant date type." -scalar Date - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122") diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.Directive_Delegation.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.Directive_Delegation.snap deleted file mode 100644 index 27e51c41735..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.Directive_Delegation.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - }, - "consultant": { - "name": "Jordan Belfort" - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.LocalField_Execute.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.LocalField_Execute.snap deleted file mode 100644 index 88d1918cd11..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.LocalField_Execute.snap +++ /dev/null @@ -1,19 +0,0 @@ -{ - "data": { - "local": "I am local.", - "allCustomers": [ - { - "id": "Q3VzdG9tZXIKZDE=", - "name": "Freddy Freeman" - }, - { - "id": "Q3VzdG9tZXIKZDI=", - "name": "Carol Danvers" - }, - { - "id": "Q3VzdG9tZXIKZDM=", - "name": "Walter Lawson" - } - ] - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.Schema_AddResolver.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.Schema_AddResolver.snap deleted file mode 100644 index a4a7041a777..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/BaseTests.Schema_AddResolver.snap +++ /dev/null @@ -1,19 +0,0 @@ -{ - "data": { - "local": "I am local", - "allCustomers": [ - { - "id": "Q3VzdG9tZXIKZDE=", - "name": "Freddy Freeman" - }, - { - "id": "Q3VzdG9tZXIKZDI=", - "name": "Carol Danvers" - }, - { - "id": "Q3VzdG9tZXIKZDM=", - "name": "Walter Lawson" - } - ] - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_AddLocal_Field_Execute.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_AddLocal_Field_Execute.snap deleted file mode 100644 index eff8ca1d1f6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_AddLocal_Field_Execute.snap +++ /dev/null @@ -1,23 +0,0 @@ -{ - "data": { - "me": { - "id": 1, - "name": "Ada Lovelace", - "reviews": [ - { - "body": "Love it!", - "product": { - "upc": 1 - } - }, - { - "body": "Too expensive.", - "product": { - "upc": 2 - } - } - ] - }, - "local": "I am local." - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_Execute.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_Execute.snap deleted file mode 100644 index c4678d52031..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_Execute.snap +++ /dev/null @@ -1,22 +0,0 @@ -{ - "data": { - "me": { - "id": 1, - "name": "Ada Lovelace", - "reviews": [ - { - "body": "Love it!", - "product": { - "upc": 1 - } - }, - { - "body": "Too expensive.", - "product": { - "upc": 2 - } - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_Schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_Schema.snap deleted file mode 100644 index a1dd88239e6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedRedisSchemaTests.AutoMerge_Schema.snap +++ /dev/null @@ -1,56 +0,0 @@ -schema { - query: Query -} - -type InventoryInfo @source(name: "InventoryInfo", schema: "inventory") { - isInStock: Boolean! - upc: Int! -} - -type Product @source(name: "Product", schema: "products") { - inStock: Boolean @delegate(path: "inventoryInfo(upc: $fields:upc).isInStock", schema: "inventory") - name: String! - price: Int! - reviews: [Review] @delegate(path: "reviewsByProduct(upc: $fields:upc)", schema: "reviews") - shippingEstimate: Int @delegate(path: "shippingEstimate(price: $fields:price weight: $fields:weight)", schema: "inventory") - upc: Int! - weight: Int! -} - -type Query { - me: User! @delegate(path: "user(id: 1)", schema: "accounts") - topProducts(first: Int = 5): [Product] @delegate(schema: "products") -} - -type Review @source(name: "Review", schema: "reviews") { - author: User @delegate(path: "user(id: $fields:authorId)", schema: "accounts") - authorId: Int! - body: String! - id: Int! - product: Product @delegate(path: "product(upc: $fields:upc)", schema: "products") - upc: Int! -} - -type User @source(name: "User", schema: "accounts") { - birthdate: DateTime! - id: Int! - name: String! - reviews: [Review] @delegate(path: "reviewsByAuthor(authorId: $fields:id)", schema: "reviews") - username: String! -} - -directive @computed("Specifies the fields on which a computed field is dependent on." dependantOn: [String!]) on FIELD_DEFINITION - -"Delegates a resolver to a remote schema." -directive @delegate("The path to the field on the remote schema." path: String "The name of the schema to which this field shall be delegated to." schema: String!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: String! "The name of the schema to which this type belongs to." schema: String!) repeatable on OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaErrorTests.AutoMerge_Schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaErrorTests.AutoMerge_Schema.snap deleted file mode 100644 index bed0c258c14..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaErrorTests.AutoMerge_Schema.snap +++ /dev/null @@ -1,59 +0,0 @@ -schema { - query: Query -} - -type InventoryInfo @source(name: "InventoryInfo", schema: "inventory") { - upc: Int! - isInStock: Boolean! -} - -type Product @source(name: "Product", schema: "products") { - upc: Int! - name: String! - price: Int! - weight: Int! - error: String - inStock: Boolean @delegate(path: "inventoryInfo(upc: $fields:upc).isInStock", schema: "inventory") - shippingEstimate: Int @delegate(path: "shippingEstimate(price: $fields:price weight: $fields:weight)", schema: "inventory") - reviews: [Review] @delegate(path: "reviewsByProduct(upc: $fields:upc)", schema: "reviews") -} - -type Query { - me: User! @delegate(path: "user(id: 1)", schema: "accounts") - topProducts(first: Int = 5): [Product] @delegate(schema: "products") - auth: String! @delegate(schema: "products") - error: String! @delegate(schema: "products") -} - -type Review @source(name: "Review", schema: "reviews") { - id: Int! - authorId: Int! - upc: Int! - body: String! - author: User @delegate(path: "user(id: $fields:authorId)", schema: "accounts") - product: Product @delegate(path: "product(upc: $fields:upc)", schema: "products") -} - -type User @source(name: "User", schema: "accounts") { - id: Int! - name: String! - birthdate: DateTime! - username: String! - reviews: [Review] @delegate(path: "reviewsByAuthor(authorId: $fields:id)", schema: "reviews") -} - -directive @computed("Specifies the fields on which a computed field is dependent on." dependantOn: [String!]) on FIELD_DEFINITION - -"Delegates a resolver to a remote schema." -directive @delegate("The path to the field on the remote schema." path: String "The name of the schema to which this field shall be delegated to." schema: String!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: String! "The name of the schema to which this type belongs to." schema: String!) repeatable on OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaErrorTests.Execute_Error_StatusCode_On_DownStream_Request.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaErrorTests.Execute_Error_StatusCode_On_DownStream_Request.snap deleted file mode 100644 index 2e6c9e67bd5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaErrorTests.Execute_Error_StatusCode_On_DownStream_Request.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "errors": [ - { - "message": "error_message_query", - "extensions": { - "remote": { - "message": "error_message_query" - }, - "schemaName": "products" - } - } - ] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_AddLocal_Field_Execute.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_AddLocal_Field_Execute.snap deleted file mode 100644 index eff8ca1d1f6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_AddLocal_Field_Execute.snap +++ /dev/null @@ -1,23 +0,0 @@ -{ - "data": { - "me": { - "id": 1, - "name": "Ada Lovelace", - "reviews": [ - { - "body": "Love it!", - "product": { - "upc": 1 - } - }, - { - "body": "Too expensive.", - "product": { - "upc": 2 - } - } - ] - }, - "local": "I am local." - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_CompileOperation.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_CompileOperation.snap deleted file mode 100644 index 9c573ceb115..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_CompileOperation.snap +++ /dev/null @@ -1,21 +0,0 @@ -{ - ... on Query { - me @__execute(id: 0, kind: DEFAULT, type: COMPOSITE) { - ... on User { - id @__execute(id: 2, kind: PURE, type: LEAF) - name @__execute(id: 3, kind: PURE, type: LEAF) - reviews @__execute(id: 4, kind: DEFAULT, type: COMPOSITE_LIST) { - ... on Review { - body @__execute(id: 5, kind: PURE, type: LEAF) - product @__execute(id: 6, kind: DEFAULT, type: COMPOSITE) { - ... on Product { - upc @__execute(id: 7, kind: PURE, type: LEAF) - } - } - } - } - } - } - local @__execute(id: 1, kind: DEFAULT, type: LEAF) - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_Execute.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_Execute.snap deleted file mode 100644 index c4678d52031..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_Execute.snap +++ /dev/null @@ -1,22 +0,0 @@ -{ - "data": { - "me": { - "id": 1, - "name": "Ada Lovelace", - "reviews": [ - { - "body": "Love it!", - "product": { - "upc": 1 - } - }, - { - "body": "Too expensive.", - "product": { - "upc": 2 - } - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_Schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_Schema.snap deleted file mode 100644 index 85c2165ce90..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.AutoMerge_Schema.snap +++ /dev/null @@ -1,56 +0,0 @@ -schema { - query: Query -} - -type InventoryInfo @source(name: "InventoryInfo", schema: "inventory") { - upc: Int! - isInStock: Boolean! -} - -type Product @source(name: "Product", schema: "products") { - upc: Int! - name: String! - price: Int! - weight: Int! - inStock: Boolean @delegate(path: "inventoryInfo(upc: $fields:upc).isInStock", schema: "inventory") - shippingEstimate: Int @delegate(path: "shippingEstimate(price: $fields:price weight: $fields:weight)", schema: "inventory") - reviews: [Review] @delegate(path: "reviewsByProduct(upc: $fields:upc)", schema: "reviews") -} - -type Query { - me: User! @delegate(path: "user(id: 1)", schema: "accounts") - topProducts(first: Int = 5): [Product] @delegate(schema: "products") -} - -type Review @source(name: "Review", schema: "reviews") { - id: Int! - authorId: Int! - upc: Int! - body: String! - author: User @delegate(path: "user(id: $fields:authorId)", schema: "accounts") - product: Product @delegate(path: "product(upc: $fields:upc)", schema: "products") -} - -type User @source(name: "User", schema: "accounts") { - id: Int! - name: String! - birthdate: DateTime! - username: String! - reviews: [Review] @delegate(path: "reviewsByAuthor(authorId: $fields:id)", schema: "reviews") -} - -directive @computed("Specifies the fields on which a computed field is dependent on." dependantOn: [String!]) on FIELD_DEFINITION - -"Delegates a resolver to a remote schema." -directive @delegate("The path to the field on the remote schema." path: String "The name of the schema to which this field shall be delegated to." schema: String!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: String! "The name of the schema to which this type belongs to." schema: String!) repeatable on OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.Directive_Variables_Are_Correctly_Rewritten.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.Directive_Variables_Are_Correctly_Rewritten.snap deleted file mode 100644 index 626d0a7718e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.Directive_Variables_Are_Correctly_Rewritten.snap +++ /dev/null @@ -1,23 +0,0 @@ -{ - "data": { - "me": { - "id": 1, - "alias1": "Ada Lovelace", - "alias2": [ - { - "alias3": "Love it!", - "alias4": { - "upc": 1 - } - }, - { - "alias3": "Too expensive.", - "alias4": { - "upc": 2 - } - } - ] - }, - "local": "I am local." - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.Skip_Field_With_Variable.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.Skip_Field_With_Variable.snap deleted file mode 100644 index af2c0f6c50e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Integration/__snapshots__/FederatedSchemaTests.Skip_Field_With_Variable.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "data": { - "me": { - "id": 1 - }, - "local": "I am local." - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/AddSchemaExtensionRewriterTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/AddSchemaExtensionRewriterTests.cs deleted file mode 100644 index bf143aeb656..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/AddSchemaExtensionRewriterTests.cs +++ /dev/null @@ -1,494 +0,0 @@ -using System; -using Snapshooter.Xunit; -using Xunit; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; - -namespace HotChocolate.Stitching.Merge; - -public class AddSchemaExtensionRewriterTests -{ - [Fact] - public void ObjectType_AddScalarField() - { - // arrange - const string schema = "type Foo { bar: String }"; - const string extensions = "extend type Foo { baz: Int }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void ObjectType_AddScalarField_2() - { - // arrange - const string schema = "type Foo { bar: String }"; - const string extensions = "extend type Foo { baz: Int } extend type Baz { a: String }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void ObjectType_AddObjectField() - { - // arrange - const string schema = "type Foo { bar: String }"; - const string extensions = "extend type Foo { baz: Bar } " + - "type Bar { baz: String }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void ObjectType_AddDirectives() - { - // arrange - const string schema = "type Foo { bar: String } " + - "directive @foo on OBJECT"; - const string extensions = "extend type Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void ObjectType_AddDirectivesToField() - { - // arrange - const string schema = "type Foo { bar: String } " + - "directive @foo on FIELD"; - const string extensions = "extend type Foo { bar: String @foo }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void ObjectType_DirectiveDeclaredInExtensionDoc() - { - // arrange - const string schema = "type Foo { bar: String }"; - const string extensions = "extend type Foo @foo { bar: String }" - + "directive @foo on OBJECT"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void ObjectType_AddDuplicateDirectives() - { - // arrange - const string schema = "type Foo @foo { bar: String } " + - "directive @foo on OBJECT"; - const string extensions = "extend type Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void ObjectType_AddUndeclaredDirectives() - { - // arrange - const string schema = "type Foo @foo { bar: String }"; - const string extensions = "extend type Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void InterfaceType_AddScalarField() - { - // arrange - const string schema = "interface Foo { bar: String }"; - const string extensions = "extend interface Foo { baz: Int }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void InterfaceType_AddObjectField() - { - // arrange - const string schema = "interface Foo { bar: String }"; - const string extensions = "extend interface Foo { baz: Bar } " + - "interface Bar { baz: String }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void InterfaceType_AddDirectives() - { - // arrange - const string schema = "interface Foo { bar: String } " + - "directive @foo on INTERFACE"; - const string extensions = "extend interface Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void InterfaceType_AddDuplicateDirectives() - { - // arrange - const string schema = "interface Foo @foo { bar: String } " + - "directive @foo on INTERFACE"; - const string extensions = "extend interface Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void InterfaceType_AddUndeclaredDirectives() - { - // arrange - const string schema = "interface Foo @foo { bar: String }"; - const string extensions = "extend interface Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void UnionType_AddType() - { - // arrange - const string schema = "union Foo = A | B " - + "type A { a: String } " - + "type B { b: String }"; - const string extensions = "extend union Foo = C " - + "type C { c: String }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void UnionType_AddDirectives() - { - // arrange - const string schema = "union Foo = A | B " - + "type A { a: String } " - + "type B { b: String } " - + "directive @foo on INTERFACE"; - const string extensions = "extend union Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void UnionType_AddDuplicateDirectives() - { - // arrange - const string schema = "union Foo @foo = A | B " - + "type A { a: String } " - + "type B { b: String } " - + "directive @foo on INTERFACE"; - const string extensions = "extend union Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void UnionType_AddUndeclaredDirectives() - { - // arrange - const string schema = "union Foo = A | B " - + "type A { a: String } " - + "type B { b: String }"; - const string extensions = "extend union Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void InputObjectType_AddScalarField() - { - // arrange - const string schema = "input Foo { bar: String }"; - const string extensions = "extend input Foo { baz: Int }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void InputObjectType_AddObjectField() - { - // arrange - const string schema = "input Foo { bar: String }"; - const string extensions = "extend input Foo { baz: Bar } " + - "input Bar { baz: String }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void InputObjectType_AddDirectives() - { - // arrange - const string schema = "input Foo { bar: String } " + - "directive @foo on INPUT_OBJECT"; - const string extensions = "extend input Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.ToString().MatchSnapshot(); - } - - [Fact] - public void InputObjectType_AddDuplicateDirectives() - { - // arrange - const string schema = "input Foo @foo { bar: String } " + - "directive @foo on INPUT_OBJECT"; - const string extensions = "extend input Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void InputObjectType_AddUndeclaredDirectives() - { - // arrange - const string schema = "input Foo @foo { bar: String }"; - const string extensions = "extend input Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void EnumType_AddValue() - { - // arrange - const string schema = "enum Foo { BAR BAZ }"; - const string extensions = "extend enum Foo { QUX }"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.Print().MatchSnapshot(); - } - - [Fact] - public void EnumType_AddDirectives() - { - // arrange - const string schema = "enum Foo { BAR BAZ } " + - "directive @foo on ENUM"; - const string extensions = "extend enum Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - var merged = rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - merged.Print().MatchSnapshot(); - } - - [Fact] - public void EnumType_TypeMismatch() - { - // arrange - const string schema = "enum Foo @foo { BAR BAZ } " + - "directive @foo on ENUM"; - const string extensions = "extend input Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void EnumType_AddDuplicateDirectives() - { - // arrange - const string schema = "enum Foo @foo { BAR BAZ } " + - "directive @foo on ENUM"; - const string extensions = "extend enum Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } - - [Fact] - public void EnumType_AddUndeclaredDirectives() - { - // arrange - const string schema = "enum Foo { BAR BAZ }"; - const string extensions = "extend enum Foo @foo"; - - // act - var rewriter = new AddSchemaExtensionRewriter(); - Action action = () => rewriter.AddExtensions( - Utf8GraphQLParser.Parse(schema), - Utf8GraphQLParser.Parse(extensions)); - - // assert - Assert.Throws<SchemaMergeException>(action).Message.MatchSnapshot(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/DirectiveTypeMergeHandlerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/DirectiveTypeMergeHandlerTests.cs deleted file mode 100644 index 5f13707c0ed..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/DirectiveTypeMergeHandlerTests.cs +++ /dev/null @@ -1,174 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Stitching.Merge.Handlers; - -public class DirectiveTypeMergeHandlerTests -{ - [Fact] - public void Merge_SimpleIdenticalDirectives_TypeMerges() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) on OBJECT"); - var schema_b = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) on OBJECT"); - - var types = new List<IDirectiveTypeInfo> - { - new DirectiveTypeInfo(schema_a.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - new DirectiveTypeInfo(schema_b.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new DirectiveTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_DifferentArguments_ThrowsException() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("directive @test(arg: Int) on OBJECT"); - var schema_b = - Utf8GraphQLParser.Parse("directive @test(arg: String) on OBJECT"); - - var types = new List<IDirectiveTypeInfo> - { - new DirectiveTypeInfo(schema_a.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - new DirectiveTypeInfo(schema_b.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new DirectiveTypeMergeHandler((c, t) => { }); - - Assert.Throws<InvalidOperationException>( - () => typeMerger.Merge(context, types)); - } - - [Fact] - public void Merge_DifferentLocations_ThrowsException() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) on OBJECT | INTERFACE"); - var schema_b = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) on OBJECT"); - - var types = new List<IDirectiveTypeInfo> - { - new DirectiveTypeInfo(schema_a.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - new DirectiveTypeInfo(schema_b.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new DirectiveTypeMergeHandler((c, t) => { }); - - Assert.Throws<InvalidOperationException>( - () => typeMerger.Merge(context, types)); - } - - [Fact] - public void Merge_DifferentRepeatable_ThrowsException() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) repeatable on OBJECT"); - var schema_b = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) on OBJECT"); - - var types = new List<IDirectiveTypeInfo> - { - new DirectiveTypeInfo(schema_a.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - new DirectiveTypeInfo(schema_b.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new DirectiveTypeMergeHandler((c, t) => { }); - - Assert.Throws<InvalidOperationException>( - () => typeMerger.Merge(context, types)); - } - - [Fact] - public void Merge_ThreeDirectivessWhereTwoAreIdentical_TwoTypesAfterMerge() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) on OBJECT"); - var schema_b = - Utf8GraphQLParser.Parse( - "directive @test1(arg: String) on OBJECT"); - var schema_c = - Utf8GraphQLParser.Parse( - "directive @test(arg: String) on OBJECT"); - - var types = new List<IDirectiveTypeInfo> - { - new DirectiveTypeInfo(schema_a.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - new DirectiveTypeInfo(schema_b.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - new DirectiveTypeInfo(schema_c.Definitions - .OfType<DirectiveDefinitionNode>().First(), - new SchemaInfo("Schema_C", schema_c)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new DirectiveTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/EnumTypeMergeHandlerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/EnumTypeMergeHandlerTests.cs deleted file mode 100644 index 16b3d8c2610..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/EnumTypeMergeHandlerTests.cs +++ /dev/null @@ -1,187 +0,0 @@ -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Xunit; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Merge.Handlers; - -public class EnumTypeMergeHandlerTests -{ - [Fact] - public void MergeIdenticalEnums() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ }"); - var schema_b = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new EnumTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context.CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void MergeIdenticalEnumsTakeDescriptionFromSecondType() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ }"); - var schema_b = - Utf8GraphQLParser.Parse(@"""Foo Bar"" enum Foo { BAR BAZ }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new EnumTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void MergeNonIdenticalEnums() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ }"); - var schema_b = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ }"); - var schema_c = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ QUX }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - TypeInfo.Create( - schema_c.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_C", schema_c)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new EnumTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void MergeNonIdenticalEnums2() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ }"); - var schema_b = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ QUX }"); - var schema_c = - Utf8GraphQLParser.Parse("enum Foo { BAR BAZ QUX }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - TypeInfo.Create( - schema_c.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_C", schema_c)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new EnumTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_DifferentTypes_InputMergesLeftoversArePassed() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("input A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("enum A { B C }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - }; - - var context = new SchemaMergeContext(); - - var leftovers = new List<ITypeInfo>(); - - // act - var typeMerger = new EnumTypeMergeHandler( - (c, t) => leftovers.AddRange(t)); - typeMerger.Merge(context, types); - - // assert - Assert.Collection(leftovers, - t => Assert.IsType<InputObjectTypeInfo>(t)); - - Snapshot.Match(new List<object> - { - context.CreateSchema().Print(), - leftovers - }); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/InputObjectTypeMergeHandlerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/InputObjectTypeMergeHandlerTests.cs deleted file mode 100644 index 2475a65291a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/InputObjectTypeMergeHandlerTests.cs +++ /dev/null @@ -1,119 +0,0 @@ -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Xunit; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Merge.Handlers; - -public class InputObjectTypeMergeHandlerTests -{ - [Fact] - public void Merge_SimpleIdenticalInputs_TypeMerges() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("input A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("input A { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new InputObjectTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_ThreeInputsWhereTwoAreIdentical_TwoTypesAfterMerge() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("input A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("input A { b: String c: String }"); - var schema_c = - Utf8GraphQLParser.Parse("input A { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - TypeInfo.Create( - schema_c.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_C", schema_c)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new InputObjectTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_DifferentTypes_InputMergesLeftoversArePassed() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("input A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("enum A { B C }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - }; - - var context = new SchemaMergeContext(); - - var leftovers = new List<ITypeInfo>(); - - // act - var typeMerger = new InputObjectTypeMergeHandler( - (c, t) => leftovers.AddRange(t)); - typeMerger.Merge(context, types); - - // assert - Assert.Collection(leftovers, - t => Assert.IsType<EnumTypeInfo>(t)); - - Snapshot.Match(new List<object> - { - context.CreateSchema().Print(), - leftovers - }); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/InterfaceTypeMergeHandlerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/InterfaceTypeMergeHandlerTests.cs deleted file mode 100644 index 34cd312fb0b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/InterfaceTypeMergeHandlerTests.cs +++ /dev/null @@ -1,119 +0,0 @@ -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Xunit; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Merge.Handlers; - -public class InterfaceTypeMergeHandlerTests -{ - [Fact] - public void Merge_SimpleIdenticalInterfaces_TypeMerges() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("interface A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("interface A { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new InterfaceTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_ThreeInterfWhereTwoAreIdentical_TwoTypesAfterMerge() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("interface A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("interface A { b(a: String): String }"); - var schema_c = - Utf8GraphQLParser.Parse("interface A { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - TypeInfo.Create( - schema_c.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_C", schema_c)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new InterfaceTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_DifferentTypes_InterfMergesLeftoversArePassed() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("interface A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("enum A { B C }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - }; - - var context = new SchemaMergeContext(); - - var leftovers = new List<ITypeInfo>(); - - // act - var typeMerger = new InterfaceTypeMergeHandler( - (c, t) => leftovers.AddRange(t)); - typeMerger.Merge(context, types); - - // assert - Assert.Collection(leftovers, - t => Assert.IsType<EnumTypeInfo>(t)); - - Snapshot.Match(new List<object> - { - context.CreateSchema().Print(), - leftovers - }); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/ObjectTypeMergeHandlerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/ObjectTypeMergeHandlerTests.cs deleted file mode 100644 index 393af2820bb..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/ObjectTypeMergeHandlerTests.cs +++ /dev/null @@ -1,156 +0,0 @@ -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Xunit; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Merge.Handlers; - -public class ObjectTypeMergeHandlerTests -{ - [Fact] - public void Merge_SimpleIdenticalObjects_TypeMerges() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("type A { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new ObjectTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_ThreeObjectsWhereTwoAreIdentical_TwoTypesAfterMerge() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("type A { b(a: String): String }"); - var schema_c = - Utf8GraphQLParser.Parse("type A { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - TypeInfo.Create( - schema_c.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_C", schema_c)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new ObjectTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_ObjectWithDifferentInterfaces_TypesMerge() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type A implements IA { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("type A implements IB { b : String }"); - var schema_c = - Utf8GraphQLParser.Parse("type A implements IC { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - TypeInfo.Create( - schema_c.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_C", schema_c)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new ObjectTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_DifferentTypes_ObjectMergesLeftoversArePassed() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type A { b: String }"); - var schema_b = - Utf8GraphQLParser.Parse("enum A { B C }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)), - }; - - var context = new SchemaMergeContext(); - - var leftovers = new List<ITypeInfo>(); - - // act - var typeMerger = new ObjectTypeMergeHandler( - (c, t) => leftovers.AddRange(t)); - typeMerger.Merge(context, types); - - // assert - Assert.Collection(leftovers, - t => Assert.IsType<EnumTypeInfo>(t)); - - Snapshot.Match(new List<object> - { - context.CreateSchema().Print(), - leftovers - }); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/RootTypeMergeHandlerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/RootTypeMergeHandlerTests.cs deleted file mode 100644 index f51578bd00c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/RootTypeMergeHandlerTests.cs +++ /dev/null @@ -1,75 +0,0 @@ -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Xunit; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Merge.Handlers; - -public class RootTypeMergeHandlerTests -{ - [Fact] - public void Merge_RootTypeWithNoCollisions_TypeMerges() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type Query { a: String }"); - var schema_b = - Utf8GraphQLParser.Parse("type Query { b: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new RootTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } - - [Fact] - public void Merge_RootTypeWithCollisions_CollidingFieldsAreRenamed() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type Query { a: String }"); - var schema_b = - Utf8GraphQLParser.Parse("type Query { a: String }"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new RootTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/UnionTypeMergeHandlerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/UnionTypeMergeHandlerTests.cs deleted file mode 100644 index a3545dbbeea..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/UnionTypeMergeHandlerTests.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System.Linq; -using System.Collections.Generic; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Xunit; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Merge.Handlers; - -public class UnionTypeMergeHandlerTests -{ - [Fact] - public void MergeUnionTypes() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("union Foo = Bar | Baz"); - var schema_b = - Utf8GraphQLParser.Parse("union Foo = Bar | Baz"); - - var types = new List<ITypeInfo> - { - TypeInfo.Create( - schema_a.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_A", schema_a)), - TypeInfo.Create( - schema_b.Definitions.OfType<ITypeDefinitionNode>().First(), - new SchemaInfo("Schema_B", schema_b)) - }; - - var context = new SchemaMergeContext(); - - // act - var typeMerger = new UnionTypeMergeHandler((c, t) => { }); - typeMerger.Merge(context, types); - - // assert - context - .CreateSchema() - .Print() - .MatchSnapshot(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/DirectiveTypeMergeHandlerTests.Merge_SimpleIdenticalDirectives_TypeMerges.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/DirectiveTypeMergeHandlerTests.Merge_SimpleIdenticalDirectives_TypeMerges.snap deleted file mode 100644 index 64d416284ed..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/DirectiveTypeMergeHandlerTests.Merge_SimpleIdenticalDirectives_TypeMerges.snap +++ /dev/null @@ -1 +0,0 @@ -directive @test(arg: String) on OBJECT diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/DirectiveTypeMergeHandlerTests.Merge_ThreeDirectivessWhereTwoAreIdentical_TwoTypesAfterMerge.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/DirectiveTypeMergeHandlerTests.Merge_ThreeDirectivessWhereTwoAreIdentical_TwoTypesAfterMerge.snap deleted file mode 100644 index b08e9180a85..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/DirectiveTypeMergeHandlerTests.Merge_ThreeDirectivessWhereTwoAreIdentical_TwoTypesAfterMerge.snap +++ /dev/null @@ -1,3 +0,0 @@ -directive @test(arg: String) on OBJECT - -directive @test1(arg: String) on OBJECT diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeIdenticalEnums.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeIdenticalEnums.snap deleted file mode 100644 index 1d8b01b01ea..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeIdenticalEnums.snap +++ /dev/null @@ -1,4 +0,0 @@ -enum Foo @source(name: "Foo", schema: "Schema_A") @source(name: "Foo", schema: "Schema_B") { - BAR - BAZ -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeIdenticalEnumsTakeDescriptionFromSecondType.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeIdenticalEnumsTakeDescriptionFromSecondType.snap deleted file mode 100644 index fd22eb62b35..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeIdenticalEnumsTakeDescriptionFromSecondType.snap +++ /dev/null @@ -1,5 +0,0 @@ -"Foo Bar" -enum Foo @source(name: "Foo", schema: "Schema_A") @source(name: "Foo", schema: "Schema_B") { - BAR - BAZ -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeNonIdenticalEnums.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeNonIdenticalEnums.snap deleted file mode 100644 index 947adfa226b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeNonIdenticalEnums.snap +++ /dev/null @@ -1,10 +0,0 @@ -enum Foo @source(name: "Foo", schema: "Schema_A") @source(name: "Foo", schema: "Schema_B") { - BAR - BAZ -} - -enum Schema_C_Foo @source(name: "Foo", schema: "Schema_C") { - BAR - BAZ - QUX -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeNonIdenticalEnums2.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeNonIdenticalEnums2.snap deleted file mode 100644 index 25ff6898775..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.MergeNonIdenticalEnums2.snap +++ /dev/null @@ -1,10 +0,0 @@ -enum Foo @source(name: "Foo", schema: "Schema_A") { - BAR - BAZ -} - -enum Schema_B_Foo @source(name: "Foo", schema: "Schema_B") @source(name: "Foo", schema: "Schema_C") { - BAR - BAZ - QUX -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.Merge_DifferentTypes_InputMergesLeftoversArePassed.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.Merge_DifferentTypes_InputMergesLeftoversArePassed.snap deleted file mode 100644 index b78156b8b58..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/EnumTypeMergeHandlerTests.Merge_DifferentTypes_InputMergesLeftoversArePassed.snap +++ /dev/null @@ -1,222 +0,0 @@ -[ - "enum A @source(name: \"A\", schema: \"Schema_B\") {\n B\n C\n}", - [ - { - "Definition": { - "Kind": "InputObjectTypeDefinition", - "Description": null, - "Fields": [ - { - "Kind": "InputValueDefinition", - "Description": null, - "Type": { - "Kind": "NamedType", - "Location": { - "Start": 13, - "End": 21, - "Line": 1, - "Column": 14 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 13, - "End": 21, - "Line": 1, - "Column": 14 - }, - "Value": "String" - } - }, - "DefaultValue": null, - "Location": { - "Start": 10, - "End": 21, - "Line": 1, - "Column": 11 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 10, - "End": 12, - "Line": 1, - "Column": 11 - }, - "Value": "b" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 21, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 6, - "End": 9, - "Line": 1, - "Column": 7 - }, - "Value": "A" - }, - "Directives": [] - }, - "Schema": { - "Name": "Schema_A", - "Document": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 21, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "InputObjectTypeDefinition", - "Description": null, - "Fields": [ - { - "Kind": "InputValueDefinition", - "Description": null, - "Type": { - "Kind": "NamedType", - "Location": { - "Start": 13, - "End": 21, - "Line": 1, - "Column": 14 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 13, - "End": 21, - "Line": 1, - "Column": 14 - }, - "Value": "String" - } - }, - "DefaultValue": null, - "Location": { - "Start": 10, - "End": 21, - "Line": 1, - "Column": 11 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 10, - "End": 12, - "Line": 1, - "Column": 11 - }, - "Value": "b" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 21, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 6, - "End": 9, - "Line": 1, - "Column": 7 - }, - "Value": "A" - }, - "Directives": [] - } - ], - "Count": 7, - "FieldsCount": 0 - }, - "Types": { - "A": { - "Kind": "InputObjectTypeDefinition", - "Description": null, - "Fields": [ - { - "Kind": "InputValueDefinition", - "Description": null, - "Type": { - "Kind": "NamedType", - "Location": { - "Start": 13, - "End": 21, - "Line": 1, - "Column": 14 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 13, - "End": 21, - "Line": 1, - "Column": 14 - }, - "Value": "String" - } - }, - "DefaultValue": null, - "Location": { - "Start": 10, - "End": 21, - "Line": 1, - "Column": 11 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 10, - "End": 12, - "Line": 1, - "Column": 11 - }, - "Value": "b" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 21, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 6, - "End": 9, - "Line": 1, - "Column": 7 - }, - "Value": "A" - }, - "Directives": [] - } - }, - "Directives": {}, - "QueryType": null, - "MutationType": null, - "SubscriptionType": null - }, - "IsRootType": false - } - ] -] diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_DifferentTypes_InputMergesLeftoversArePassed.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_DifferentTypes_InputMergesLeftoversArePassed.snap deleted file mode 100644 index 404725c732b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_DifferentTypes_InputMergesLeftoversArePassed.snap +++ /dev/null @@ -1,225 +0,0 @@ -[ - "input A @source(name: \"A\", schema: \"Schema_A\") {\n b: String\n}", - [ - { - "Definition": { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - }, - "Schema": { - "Name": "Schema_B", - "Document": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - } - ], - "Count": 7, - "FieldsCount": 0 - }, - "Types": { - "A": { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - } - }, - "Directives": {}, - "QueryType": null, - "MutationType": null, - "SubscriptionType": null - }, - "IsRootType": false - } - ] -] diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_SimpleIdenticalInputs_TypeMerges.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_SimpleIdenticalInputs_TypeMerges.snap deleted file mode 100644 index f2208cfecbb..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_SimpleIdenticalInputs_TypeMerges.snap +++ /dev/null @@ -1,3 +0,0 @@ -input A @source(name: "A", schema: "Schema_A") @source(name: "A", schema: "Schema_B") { - b: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_ThreeInputsWhereTwoAreIdentical_TwoTypesAfterMerge.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_ThreeInputsWhereTwoAreIdentical_TwoTypesAfterMerge.snap deleted file mode 100644 index e96928b5f2f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InputObjectTypeMergeHandlerTests.Merge_ThreeInputsWhereTwoAreIdentical_TwoTypesAfterMerge.snap +++ /dev/null @@ -1,8 +0,0 @@ -input A @source(name: "A", schema: "Schema_A") @source(name: "A", schema: "Schema_C") { - b: String -} - -input Schema_B_A @source(name: "A", schema: "Schema_B") { - b: String - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_DifferentTypes_InterfMergesLeftoversArePassed.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_DifferentTypes_InterfMergesLeftoversArePassed.snap deleted file mode 100644 index f0598cad35e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_DifferentTypes_InterfMergesLeftoversArePassed.snap +++ /dev/null @@ -1,225 +0,0 @@ -[ - "interface A @source(name: \"A\", schema: \"Schema_A\") {\n b: String\n}", - [ - { - "Definition": { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - }, - "Schema": { - "Name": "Schema_B", - "Document": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - } - ], - "Count": 7, - "FieldsCount": 0 - }, - "Types": { - "A": { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - } - }, - "Directives": {}, - "QueryType": null, - "MutationType": null, - "SubscriptionType": null - }, - "IsRootType": false - } - ] -] diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_SimpleIdenticalInterfaces_TypeMerges.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_SimpleIdenticalInterfaces_TypeMerges.snap deleted file mode 100644 index 520a1e34d68..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_SimpleIdenticalInterfaces_TypeMerges.snap +++ /dev/null @@ -1,3 +0,0 @@ -interface A @source(name: "A", schema: "Schema_A") @source(name: "A", schema: "Schema_B") { - b: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_ThreeInterfWhereTwoAreIdentical_TwoTypesAfterMerge.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_ThreeInterfWhereTwoAreIdentical_TwoTypesAfterMerge.snap deleted file mode 100644 index b1285c2de93..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/InterfaceTypeMergeHandlerTests.Merge_ThreeInterfWhereTwoAreIdentical_TwoTypesAfterMerge.snap +++ /dev/null @@ -1,7 +0,0 @@ -interface A @source(name: "A", schema: "Schema_A") @source(name: "A", schema: "Schema_C") { - b: String -} - -interface Schema_B_A @source(name: "A", schema: "Schema_B") { - b(a: String): String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_DifferentTypes_ObjectMergesLeftoversArePassed.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_DifferentTypes_ObjectMergesLeftoversArePassed.snap deleted file mode 100644 index b418cbb0d3c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_DifferentTypes_ObjectMergesLeftoversArePassed.snap +++ /dev/null @@ -1,225 +0,0 @@ -[ - "type A @source(name: \"A\", schema: \"Schema_A\") {\n b: String\n}", - [ - { - "Definition": { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - }, - "Schema": { - "Name": "Schema_B", - "Document": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - } - ], - "Count": 7, - "FieldsCount": 0 - }, - "Types": { - "A": { - "Kind": "EnumTypeDefinition", - "Description": null, - "Values": [ - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 9, - "End": 12, - "Line": 1, - "Column": 10 - }, - "Value": "B" - }, - "Directives": [] - }, - { - "Kind": "EnumValueDefinition", - "Description": null, - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 11, - "End": 14, - "Line": 1, - "Column": 12 - }, - "Value": "C" - }, - "Directives": [] - } - ], - "Location": { - "Start": 0, - "End": 14, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 5, - "End": 8, - "Line": 1, - "Column": 6 - }, - "Value": "A" - }, - "Directives": [] - } - }, - "Directives": {}, - "QueryType": null, - "MutationType": null, - "SubscriptionType": null - }, - "IsRootType": false - } - ] -] diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_ObjectWithDifferentInterfaces_TypesMerge.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_ObjectWithDifferentInterfaces_TypesMerge.snap deleted file mode 100644 index c4f8bc34031..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_ObjectWithDifferentInterfaces_TypesMerge.snap +++ /dev/null @@ -1,3 +0,0 @@ -type A implements IA & IB & IC @source(name: "A", schema: "Schema_A") @source(name: "A", schema: "Schema_B") @source(name: "A", schema: "Schema_C") { - b: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_SimpleIdenticalObjects_TypeMerges.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_SimpleIdenticalObjects_TypeMerges.snap deleted file mode 100644 index 200b319d233..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_SimpleIdenticalObjects_TypeMerges.snap +++ /dev/null @@ -1,3 +0,0 @@ -type A @source(name: "A", schema: "Schema_A") @source(name: "A", schema: "Schema_B") { - b: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_ThreeObjectsWhereTwoAreIdentical_TwoTypesAfterMerge.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_ThreeObjectsWhereTwoAreIdentical_TwoTypesAfterMerge.snap deleted file mode 100644 index 67a6eab0d39..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/ObjectTypeMergeHandlerTests.Merge_ThreeObjectsWhereTwoAreIdentical_TwoTypesAfterMerge.snap +++ /dev/null @@ -1,7 +0,0 @@ -type A @source(name: "A", schema: "Schema_A") @source(name: "A", schema: "Schema_C") { - b: String -} - -type Schema_B_A @source(name: "A", schema: "Schema_B") { - b(a: String): String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/RootTypeMergeHandlerTests.Merge_RootTypeWithCollisions_CollidingFieldsAreRenamed.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/RootTypeMergeHandlerTests.Merge_RootTypeWithCollisions_CollidingFieldsAreRenamed.snap deleted file mode 100644 index ec1f0fc130a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/RootTypeMergeHandlerTests.Merge_RootTypeWithCollisions_CollidingFieldsAreRenamed.snap +++ /dev/null @@ -1,4 +0,0 @@ -type Query { - a: String @delegate(schema: "Schema_A") - Schema_B_a: String @delegate(schema: "Schema_B", path: "a") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/RootTypeMergeHandlerTests.Merge_RootTypeWithNoCollisions_TypeMerges.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/RootTypeMergeHandlerTests.Merge_RootTypeWithNoCollisions_TypeMerges.snap deleted file mode 100644 index 0e55a5da09a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/RootTypeMergeHandlerTests.Merge_RootTypeWithNoCollisions_TypeMerges.snap +++ /dev/null @@ -1,4 +0,0 @@ -type Query { - a: String @delegate(schema: "Schema_A") - b: String @delegate(schema: "Schema_B") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/UnionTypeMergeHandlerTests.MergeUnionTypes.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/UnionTypeMergeHandlerTests.MergeUnionTypes.snap deleted file mode 100644 index b0372a688a9..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/Handlers/__snapshots__/UnionTypeMergeHandlerTests.MergeUnionTypes.snap +++ /dev/null @@ -1,3 +0,0 @@ -union Foo @source(name: "Foo", schema: "Schema_A") = Bar | Baz - -union Schema_B_Foo @source(name: "Foo", schema: "Schema_B") = Bar | Baz diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/MergeSyntaxNodeExtensionsTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/MergeSyntaxNodeExtensionsTests.cs deleted file mode 100644 index f614240383b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/MergeSyntaxNodeExtensionsTests.cs +++ /dev/null @@ -1,372 +0,0 @@ -using System; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Stitching.Merge; - -public class MergeSyntaxNodeExtensionsTests -{ - [Fact] - public void AddDelegationPath_SingleComponent() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - var path = new SelectionPathComponent( - new NameNode("bar"), - new[] - { - new ArgumentNode("baz", - new ScopedVariableNode( - null, - new NameNode("qux"), - new NameNode("quux"))) - }); - - fieldNode = fieldNode.AddDelegationPath("schemName", path); - - // assert - var schema = new DocumentNode(new[] - { - new ObjectTypeDefinitionNode - ( - null, - new NameNode("Object"), - null, - Array.Empty<DirectiveNode>(), - Array.Empty<NamedTypeNode>(), - new[] { fieldNode } - ) - }); - schema.Print().MatchSnapshot(); - } - - [Fact] - public void AddDelegationPath_SingleComponent_TwoArgs() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - var path = new SelectionPathComponent( - new NameNode("bar"), - new[] - { - new ArgumentNode("baz", - new ScopedVariableNode( - null, - new NameNode("qux"), - new NameNode("quux"))), - new ArgumentNode("value_arg", "value") - }); - - fieldNode = fieldNode.AddDelegationPath("schemName", path); - - // assert - var schema = new DocumentNode(new[] - { - new ObjectTypeDefinitionNode - ( - null, - new NameNode("Object"), - null, - Array.Empty<DirectiveNode>(), - Array.Empty<NamedTypeNode>(), - new[] { fieldNode } - ) - }); - schema.Print().MatchSnapshot(); - } - - [Fact] - public void AddDelegationPath_SingleComponent_SchemNameIsEmpty() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - var path = new SelectionPathComponent( - new NameNode("bar"), - new[] - { - new ArgumentNode("baz", - new ScopedVariableNode( - null, - new NameNode("qux"), - new NameNode("quux"))) - }); - - void Action() => fieldNode.AddDelegationPath(default!, path); - - // assert - Assert.Throws<ArgumentException>(Action); - } - - [Fact] - public void AddDelegationPath_SingleComponent_PathIsNull() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - void Action() => fieldNode.AddDelegationPath("Schema", ((SelectionPathComponent)null!)!); - - // assert - Assert.Throws<ArgumentNullException>(Action); - } - - [Fact] - public void AddDelegationPath_MultipleComponents() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - var a = new SelectionPathComponent( - new NameNode("bar"), - new[] - { - new ArgumentNode("baz", - new ScopedVariableNode( - null, - new NameNode("qux"), - new NameNode("quux"))) - }); - - var b = new SelectionPathComponent( - new NameNode("bar2"), - new[] - { - new ArgumentNode("baz2", - new ScopedVariableNode( - null, - new NameNode("qux2"), - new NameNode("quux2"))) - }); - - fieldNode = fieldNode.AddDelegationPath( - "schemName", new[] { a, b }); - - // assert - var schema = new DocumentNode(new[] - { - new ObjectTypeDefinitionNode - ( - null, - new NameNode("Object"), - null, - Array.Empty<DirectiveNode>(), - Array.Empty<NamedTypeNode>(), - new[] { fieldNode } - ) - }); - schema.Print().MatchSnapshot(); - } - - [Fact] - public void AddDelegationPath_MultipleComponents_SingleComponent() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - var path = new SelectionPathComponent( - new NameNode("bar"), - new[] - { - new ArgumentNode("baz", - new ScopedVariableNode( - null, - new NameNode("qux"), - new NameNode("quux"))) - }); - - fieldNode = fieldNode.AddDelegationPath( - "schemName", new[] { path }); - - // assert - var schema = new DocumentNode(new[] - { - new ObjectTypeDefinitionNode - ( - null, - new NameNode("Object"), - null, - Array.Empty<DirectiveNode>(), - Array.Empty<NamedTypeNode>(), - new[] { fieldNode } - ) - }); - schema.Print().MatchSnapshot(); - } - - [Fact] - public void AddDelegationPath_MultipleComponents_EmptyPath() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - fieldNode = fieldNode.AddDelegationPath( - "schemName", Array.Empty<SelectionPathComponent>()); - - // assert - var schema = new DocumentNode(new[] - { - new ObjectTypeDefinitionNode - ( - null, - new NameNode("Object"), - null, - Array.Empty<DirectiveNode>(), - Array.Empty<NamedTypeNode>(), - new[] { fieldNode } - ) - }); - schema.Print().MatchSnapshot(); - } - - [Fact] - public void AddDelegationPath_MultipleComponents_SchemNameIsEmpty() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - var path = new SelectionPathComponent( - new NameNode("bar"), - new[] - { - new ArgumentNode("baz", - new ScopedVariableNode( - null, - new NameNode("qux"), - new NameNode("quux"))) - }); - - void Action() => fieldNode.AddDelegationPath(default!, new[] {path}); - - // assert - Assert.Throws<ArgumentException>(Action); - } - - [Fact] - public void AddDelegationPath_MultipleComponents_PathIsNull() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - // act - void Action() => - fieldNode.AddDelegationPath("Schema", ((SelectionPathComponent[])null!)!); - - // assert - Assert.Throws<ArgumentNullException>(Action); - } - - [Fact] - public void AddDelegationPath_Overwrite() - { - // arrange - var fieldNode = new FieldDefinitionNode( - null, - new NameNode("foo"), - null, - Array.Empty<InputValueDefinitionNode>(), - new NamedTypeNode(new NameNode("Type")), - Array.Empty<DirectiveNode>()); - - var path = new SelectionPathComponent( - new NameNode("bar"), - new[] - { - new ArgumentNode("baz", - new ScopedVariableNode( - null, - new NameNode("qux"), - new NameNode("quux"))) - }); - - fieldNode = fieldNode.AddDelegationPath("schemName", path); - Assert.Collection(fieldNode.Directives, - d => Assert.Equal("delegate", d.Name.Value)); - - // act - fieldNode = fieldNode.AddDelegationPath( - "schemaName", - "$ContextData:fooBar", - true); - - // assert - var schema = new DocumentNode(new[] - { - new ObjectTypeDefinitionNode - ( - null, - new NameNode("Object"), - null, - Array.Empty<DirectiveNode>(), - Array.Empty<NamedTypeNode>(), - new[] { fieldNode } - ) - }); - schema.Print().MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/SchemaInfoTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/SchemaInfoTests.cs deleted file mode 100644 index 2fd8c4fe06e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/SchemaInfoTests.cs +++ /dev/null @@ -1,91 +0,0 @@ -using ChilliCream.Testing; -using HotChocolate.Language; -using HotChocolate.Stitching.Merge; -using Xunit; - -namespace HotChocolate.Stitching; - -public class SchemaInfoTests -{ - [Fact] - public void ResolveRootTypesWithCustomNames() - { - // arrange - const string schemaName = "foo"; - var schema = Utf8GraphQLParser.Parse( - FileResource.Open("SchemaInfoTests_Schema.graphql")); - - // act - var schemaInfo = new SchemaInfo(schemaName, schema); - - // assert - Assert.NotNull(schemaInfo.QueryType); - Assert.Equal("CustomQuery", - schemaInfo.QueryType.Name.Value); - - Assert.NotNull(schemaInfo.MutationType); - Assert.Equal("CustomMutation", - schemaInfo.MutationType.Name.Value); - - Assert.NotNull(schemaInfo.SubscriptionType); - Assert.Equal("CustomSubscription", - schemaInfo.SubscriptionType.Name.Value); - } - - [Fact] - public void GetOperationTypeByRootType_Query() - { - // arrange - const string schemaName = "foo"; - var schema = Utf8GraphQLParser.Parse( - FileResource.Open("SchemaInfoTests_Schema.graphql")); - var schemaInfo = new SchemaInfo(schemaName, schema); - - // act - var success = schemaInfo.TryGetOperationType( - schemaInfo.QueryType, - out var operationType); - - // assert - Assert.True(success); - Assert.Equal(OperationType.Query, operationType); - } - - [Fact] - public void GetOperationTypeByRootType_Mutation() - { - // arrange - const string schemaName = "foo"; - var schema = Utf8GraphQLParser.Parse( - FileResource.Open("SchemaInfoTests_Schema.graphql")); - var schemaInfo = new SchemaInfo(schemaName, schema); - - // act - var success = schemaInfo.TryGetOperationType( - schemaInfo.MutationType, - out var operationType); - - // assert - Assert.True(success); - Assert.Equal(OperationType.Mutation, operationType); - } - - [Fact] - public void GetOperationTypeByRootType_Subscription() - { - // arrange - const string schemaName = "foo"; - var schema = Utf8GraphQLParser.Parse( - FileResource.Open("SchemaInfoTests_Schema.graphql")); - var schemaInfo = new SchemaInfo(schemaName, schema); - - // act - var success = schemaInfo.TryGetOperationType( - schemaInfo.SubscriptionType, - out var operationType); - - // assert - Assert.True(success); - Assert.Equal(OperationType.Subscription, operationType); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/SchemaMergerTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/SchemaMergerTests.cs deleted file mode 100644 index 221e9404c6a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/SchemaMergerTests.cs +++ /dev/null @@ -1,594 +0,0 @@ -using System.Collections.Generic; -using System.Linq; -using ChilliCream.Testing; -using HotChocolate.Language; -using HotChocolate.Language.Utilities; -using HotChocolate.Resolvers; -using Snapshooter; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Stitching.Merge; - -public class SchemaMergerTests -{ - [Fact] - public void MergeSimpleSchemaWithDefaultHandler() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("union Foo = Bar | Baz union A = B | C"); - var schema_b = - Utf8GraphQLParser.Parse("union Foo = Bar | Baz"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public void MergeDemoSchemaWithDefaultHandler() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - FileResource.Open("Contract.graphql")); - var schema_b = - Utf8GraphQLParser.Parse( - FileResource.Open("Customer.graphql")); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public void MergeDemoSchemaAndRemoveRootTypes() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - FileResource.Open("Contract.graphql")); - var schema_b = - Utf8GraphQLParser.Parse( - FileResource.Open("Customer.graphql")); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .IgnoreRootTypes() - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public void MergeDemoSchemaAndRemoveRootTypesOnSchemaA() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - FileResource.Open("Contract.graphql")); - var schema_b = - Utf8GraphQLParser.Parse( - FileResource.Open("Customer.graphql")); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .IgnoreRootTypes("A") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public void MergeSchemaAndRenameTypeAtoXyzOnAllSchemas() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String b2: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b1: String b3: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameType("A", "Xyz") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - - [Fact] - public void MergeSchemaAndRenameTypeAtoXyzOnSchemaA() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String b2: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b1: String b3: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameType("A", "Xyz", "A") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public void MergeSchemaAndRemoveTypeAOnAllSchemas() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b2: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .IgnoreType("A") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - - [Fact] - public void MergeSchemaAndRemoveTypeAOnSchemaA() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b2: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .IgnoreType("A", "A") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public void MergeSchemaAndRemoveFieldB1OnAllSchemas() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String b2: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b1: String b3: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .IgnoreField(new FieldReference("A", "b1")) - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - - [Fact] - public void MergeSchemaAndRemoveFieldB1OnSchemaA() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String b2: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b1: String b3: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .IgnoreField(new FieldReference("A", "b1"), "A") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact] - public void MergeSchemaAndRenameFieldB1toB11OnAllSchemas() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String b2: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b1: String b3: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameField(new FieldReference("A", "b1"), "b11") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - - [Fact] - public void MergeSchemaAndRenameFieldB1toB11OnSchemaA() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String b2: String } type B { c: String }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b1: String b3: String } type B { c: String }"); - - // act - var schema = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameField(new FieldReference("A", "b1"), "b11", "A") - .Merge(); - - // assert - schema.Print().MatchSnapshot(); - } - - [Fact(Skip = "Fix It")] - public void RenameReferencingType() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: B } " + - "type B implements C { c: String } " + - "interface C { c: String }"); - - var schema_b = - Utf8GraphQLParser.Parse( - "type B { b1: String b3: String } type C { c: String }"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameType("A", "B", "Foo") - .Merge(); - - var b = SchemaMerger.New() - .AddSchema("B", schema_b) - .AddSchema("A", schema_a) - .RenameType("A", "B", "Foo") - .Merge(); - - // assert - a.Print().MatchSnapshot(SnapshotNameExtension.Create("A")); - b.Print().MatchSnapshot(SnapshotNameExtension.Create("B")); - } - - [Fact] - public void Rename_Type_With_Various_Variants() - { - // arrange - var initial = - Utf8GraphQLParser.Parse( - "type A { b1: B! b2: [B!] b3: [B] b4: [B!]! } " + - "type B implements C { c: String } " + - "interface C { c: String }"); - - // act - var merged = SchemaMerger.New() - .AddSchema("A", initial) - .RenameType("B", "Foo", "A") - .Merge(); - - // assert - merged.Print().MatchSnapshot(); - } - - [Fact] - public void FieldDefinitionDoesNotHaveSameTypeShape() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: String b2: String } type B { c: String! }"); - var schema_b = - Utf8GraphQLParser.Parse( - "type A { b1: String b3: String } type B { c: String }"); - - // act - var merged = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .Merge(); - - // assert - merged.Print().MatchSnapshot(); - } - - [Fact] - public void RenameObjectFieldThatImplementsInterface() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: B } " + - "type B implements D { c: String } " + - "type C implements D { c: String } " + - "interface D { c: String }"); - - var schema_b = - Utf8GraphQLParser.Parse( - "type B { b1: String b3: String } type C { c: String }"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameField(new FieldReference("B", "c"), "c123", "A") - .Merge(); - - // assert - a.Print().MatchSnapshot(); - } - - [Fact] - public void RenameObjectField() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: B } " + - "type B { c: String } " + - "type C implements D { c: String } " + - "interface D { c: String }"); - - var schema_b = - Utf8GraphQLParser.Parse( - "type B { b1: String b3: String } type C { c: String }"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameField(new FieldReference("B", "c"), "c123", "A") - .Merge(); - - // assert - a.Print().MatchSnapshot(); - } - - [Fact] - public void RenameInterfaceField() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: B } " + - "type B implements D { c: String } " + - "type C implements D { c: String } " + - "interface D { c: String }"); - - var schema_b = - Utf8GraphQLParser.Parse( - "type B { b1: String b3: String } type C { c: String }"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameField(new FieldReference("D", "c"), "c123", "A") - .Merge(); - - // assert - a.Print().MatchSnapshot(); - } - - [Fact] - public void LastFieldRenameWins() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse( - "type A { b1: B } " + - "type B implements D { c: String } " + - "type C implements D { c: String } " + - "interface D { c: String }"); - - var schema_b = - Utf8GraphQLParser.Parse( - "type B { b1: String b3: String } type C { c: String }"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameField(new FieldReference("B", "c"), "c123", "A") - .RenameField(new FieldReference("C", "c"), "c456", "A") - .RenameField(new FieldReference("D", "c"), "c789", "A") - .Merge(); - - var b = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .RenameField(new FieldReference("B", "c"), "c123", "A") - .RenameField(new FieldReference("D", "c"), "c789", "A") - .RenameField(new FieldReference("C", "c"), "c456", "A") - .Merge(); - - // assert - a.Print().MatchSnapshot(SnapshotNameExtension.Create("A")); - b.Print().MatchSnapshot(SnapshotNameExtension.Create("B")); - } - - [Fact] - public void MergeDirectivesWithCustomRule() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("directive @foo on FIELD"); - var schema_b = - Utf8GraphQLParser.Parse("directive @foo(a: String) on FIELD"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .AddDirectiveMergeRule(next => (context, directives) => - { - context.AddDirective( - directives.First(t => - t.Definition.Arguments.Any()).Definition); - }) - .Merge(); - - // assert - a.Print().MatchSnapshot(); - } - - [Fact] - public void MergeDirectivesWithCustomHandler() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("directive @foo on FIELD"); - var schema_b = - Utf8GraphQLParser.Parse("directive @foo(a: String) on FIELD"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .AddDirectiveMergeHandler<CustomDirectiveMergeHandler>() - .Merge(); - - // assert - a.Print().MatchSnapshot(); - } - - [Fact] - public void MergeTypeWithCustomRule() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type Foo { a: String }"); - var schema_b = - Utf8GraphQLParser.Parse("type Foo { b: String }"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .AddTypeMergeRule(next => (context, types) => - { - var typeInfos = types.OfType<ObjectTypeInfo>().ToArray(); - var fields = typeInfos[0].Definition.Fields.ToList(); - fields.AddRange(typeInfos[1].Definition.Fields); - context.AddType( - typeInfos[0].Definition.WithFields(fields)); - }) - .Merge(); - - // assert - a.Print().MatchSnapshot(); - } - - [Fact] - public void MergeTypeWithCustomHandler() - { - // arrange - var schema_a = - Utf8GraphQLParser.Parse("type Foo { a: String }"); - var schema_b = - Utf8GraphQLParser.Parse("type Foo { b: String }"); - - // act - var a = SchemaMerger.New() - .AddSchema("A", schema_a) - .AddSchema("B", schema_b) - .AddTypeMergeHandler<CustomTypeMergeHandler>() - .Merge(); - - // assert - a.Print().MatchSnapshot(); - } - - public class CustomDirectiveMergeHandler - : IDirectiveMergeHandler - { - public CustomDirectiveMergeHandler(MergeDirectiveRuleDelegate next) - { - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<IDirectiveTypeInfo> directives) - { - context.AddDirective( - directives.First(t => - t.Definition.Arguments.Any()).Definition); - } - } - - public class CustomTypeMergeHandler - : ITypeMergeHandler - { - public CustomTypeMergeHandler(MergeTypeRuleDelegate next) - { - } - - public void Merge( - ISchemaMergeContext context, - IReadOnlyList<ITypeInfo> types) - { - var typeInfos = types.OfType<ObjectTypeInfo>().ToArray(); - var fields = typeInfos[0].Definition.Fields.ToList(); - fields.AddRange(typeInfos[1].Definition.Fields); - context.AddType( - typeInfos[0].Definition.WithFields(fields)); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/TypeInfoExtensionsTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/TypeInfoExtensionsTests.cs deleted file mode 100644 index f2aa0abb83f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/TypeInfoExtensionsTests.cs +++ /dev/null @@ -1,116 +0,0 @@ -using System.Linq; -using HotChocolate.Language; -using Xunit; - -namespace HotChocolate.Stitching.Merge; - -public class TypeInfoExtensionsTests -{ - [Fact] - public void IsQueryType_True() - { - // arrange - var schema = Utf8GraphQLParser.Parse( - "type Query { a: String } type Abc { a: String }"); - var schemaInfo = new SchemaInfo("foo", schema); - var queryType = schema.Definitions - .OfType<ObjectTypeDefinitionNode>().First(); - var type = new ObjectTypeInfo(queryType, schemaInfo); - - // act - var isQuery = type.IsQueryType(); - - // assert - Assert.True(isQuery); - } - - [Fact] - public void IsQueryType_False() - { - // arrange - var schema = Utf8GraphQLParser.Parse( - "type Query { a: String } type Abc { a: String }"); - var schemaInfo = new SchemaInfo("foo", schema); - var queryType = schema.Definitions - .OfType<ObjectTypeDefinitionNode>().Last(); - var type = new ObjectTypeInfo(queryType, schemaInfo); - - // act - var isQuery = type.IsQueryType(); - - // assert - Assert.False(isQuery); - } - - [Fact] - public void IsMutationType_True() - { - // arrange - var schema = Utf8GraphQLParser.Parse( - "type Mutation { a: String } type Abc { a: String }"); - var schemaInfo = new SchemaInfo("foo", schema); - var queryType = schema.Definitions - .OfType<ObjectTypeDefinitionNode>().First(); - var type = new ObjectTypeInfo(queryType, schemaInfo); - - // act - var isQuery = type.IsMutationType(); - - // assert - Assert.True(isQuery); - } - - [Fact] - public void IsMutationType_False() - { - // arrange - var schema = Utf8GraphQLParser.Parse( - "type Mutation { a: String } type Abc { a: String }"); - var schemaInfo = new SchemaInfo("foo", schema); - var queryType = schema.Definitions - .OfType<ObjectTypeDefinitionNode>().Last(); - var type = new ObjectTypeInfo(queryType, schemaInfo); - - // act - var isQuery = type.IsMutationType(); - - // assert - Assert.False(isQuery); - } - - [Fact] - public void IsSubscriptionType_True() - { - // arrange - var schema = Utf8GraphQLParser.Parse( - "type Subscription { a: String } type Abc { a: String }"); - var schemaInfo = new SchemaInfo("foo", schema); - var queryType = schema.Definitions - .OfType<ObjectTypeDefinitionNode>().First(); - var type = new ObjectTypeInfo(queryType, schemaInfo); - - // act - var isQuery = type.IsSubscriptionType(); - - // assert - Assert.True(isQuery); - } - - [Fact] - public void IsSubscriptionType_False() - { - // arrange - var schema = Utf8GraphQLParser.Parse( - "type Subscription { a: String } type Abc { a: String }"); - var schemaInfo = new SchemaInfo("foo", schema); - var queryType = schema.Definitions - .OfType<ObjectTypeDefinitionNode>().Last(); - var type = new ObjectTypeInfo(queryType, schemaInfo); - - // act - var isQuery = type.IsSubscriptionType(); - - // assert - Assert.False(isQuery); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddDirectives.snap deleted file mode 100644 index 798cc952123..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddDirectives.snap +++ /dev/null @@ -1,6 +0,0 @@ -enum Foo @foo { - BAR - BAZ -} - -directive @foo on ENUM diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddDuplicateDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddDuplicateDirectives.snap deleted file mode 100644 index 1852c730263..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddDuplicateDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` is not marked as repeatable and can only be declared once. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddUndeclaredDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddUndeclaredDirectives.snap deleted file mode 100644 index 2fb2783d55b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddUndeclaredDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` was not specified in this schema and cannot be used. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddValue.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddValue.snap deleted file mode 100644 index b47f0cfb633..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_AddValue.snap +++ /dev/null @@ -1,5 +0,0 @@ -enum Foo { - BAR - BAZ - QUX -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_TypeMismatch.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_TypeMismatch.snap deleted file mode 100644 index 0a53c36c21e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.EnumType_TypeMismatch.snap +++ /dev/null @@ -1 +0,0 @@ -`Foo` is of type `EnumTypeDefinition` and cannot be extended with `InputObjectTypeExtension`. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddDirectives.snap deleted file mode 100644 index 5990fa8827c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddDirectives.snap +++ /dev/null @@ -1,5 +0,0 @@ -input Foo @foo { - bar: String -} - -directive @foo on INPUT_OBJECT diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddDuplicateDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddDuplicateDirectives.snap deleted file mode 100644 index 1852c730263..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddDuplicateDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` is not marked as repeatable and can only be declared once. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddObjectField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddObjectField.snap deleted file mode 100644 index 20d99463fdd..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddObjectField.snap +++ /dev/null @@ -1,8 +0,0 @@ -input Foo { - bar: String - baz: Bar -} - -input Bar { - baz: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddScalarField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddScalarField.snap deleted file mode 100644 index 7a639c39cd8..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddScalarField.snap +++ /dev/null @@ -1,4 +0,0 @@ -input Foo { - bar: String - baz: Int -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddUndeclaredDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddUndeclaredDirectives.snap deleted file mode 100644 index 2fb2783d55b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InputObjectType_AddUndeclaredDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` was not specified in this schema and cannot be used. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddDirectives.snap deleted file mode 100644 index a26a316cc02..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddDirectives.snap +++ /dev/null @@ -1,5 +0,0 @@ -interface Foo @foo { - bar: String -} - -directive @foo on INTERFACE diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddDuplicateDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddDuplicateDirectives.snap deleted file mode 100644 index 1852c730263..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddDuplicateDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` is not marked as repeatable and can only be declared once. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddObjectField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddObjectField.snap deleted file mode 100644 index 174b0d5963b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddObjectField.snap +++ /dev/null @@ -1,8 +0,0 @@ -interface Foo { - bar: String - baz: Bar -} - -interface Bar { - baz: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddScalarField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddScalarField.snap deleted file mode 100644 index fcd68c8fded..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddScalarField.snap +++ /dev/null @@ -1,4 +0,0 @@ -interface Foo { - bar: String - baz: Int -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddUndeclaredDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddUndeclaredDirectives.snap deleted file mode 100644 index 2fb2783d55b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.InterfaceType_AddUndeclaredDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` was not specified in this schema and cannot be used. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDirectives.snap deleted file mode 100644 index 7929ed234ad..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDirectives.snap +++ /dev/null @@ -1,5 +0,0 @@ -type Foo @foo { - bar: String -} - -directive @foo on OBJECT diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDirectivesToField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDirectivesToField.snap deleted file mode 100644 index ca609873e9a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDirectivesToField.snap +++ /dev/null @@ -1,5 +0,0 @@ -type Foo { - bar: String @foo -} - -directive @foo on FIELD diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDuplicateDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDuplicateDirectives.snap deleted file mode 100644 index 1852c730263..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddDuplicateDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` is not marked as repeatable and can only be declared once. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddObjectField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddObjectField.snap deleted file mode 100644 index d73e31c19a1..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddObjectField.snap +++ /dev/null @@ -1,8 +0,0 @@ -type Foo { - bar: String - baz: Bar -} - -type Bar { - baz: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddScalarField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddScalarField.snap deleted file mode 100644 index 745a787c104..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddScalarField.snap +++ /dev/null @@ -1,4 +0,0 @@ -type Foo { - bar: String - baz: Int -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddScalarField_2.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddScalarField_2.snap deleted file mode 100644 index ce27010e924..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddScalarField_2.snap +++ /dev/null @@ -1,8 +0,0 @@ -type Foo { - bar: String - baz: Int -} - -extend type Baz { - a: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddUndeclaredDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddUndeclaredDirectives.snap deleted file mode 100644 index 2fb2783d55b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_AddUndeclaredDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` was not specified in this schema and cannot be used. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_DirectiveDeclaredInExtensionDoc.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_DirectiveDeclaredInExtensionDoc.snap deleted file mode 100644 index 7929ed234ad..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.ObjectType_DirectiveDeclaredInExtensionDoc.snap +++ /dev/null @@ -1,5 +0,0 @@ -type Foo @foo { - bar: String -} - -directive @foo on OBJECT diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddDirectives.snap deleted file mode 100644 index ece3ffdd7f7..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddDirectives.snap +++ /dev/null @@ -1,11 +0,0 @@ -union Foo @foo = A | B - -type A { - a: String -} - -type B { - b: String -} - -directive @foo on INTERFACE diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddDuplicateDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddDuplicateDirectives.snap deleted file mode 100644 index 1852c730263..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddDuplicateDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` is not marked as repeatable and can only be declared once. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddType.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddType.snap deleted file mode 100644 index 5427cc8af12..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddType.snap +++ /dev/null @@ -1,13 +0,0 @@ -union Foo = A | B | C - -type A { - a: String -} - -type B { - b: String -} - -type C { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddUndeclaredDirectives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddUndeclaredDirectives.snap deleted file mode 100644 index 2fb2783d55b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/AddSchemaExtensionRewriterTests.UnionType_AddUndeclaredDirectives.snap +++ /dev/null @@ -1 +0,0 @@ -The directive `foo` was not specified in this schema and cannot be used. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents.snap deleted file mode 100644 index 3a65a207091..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents.snap +++ /dev/null @@ -1,3 +0,0 @@ -type Object { - foo: Type @delegate(schema: "schemName", path: "bar(baz: $qux:quux).bar2(baz2: $qux2:quux2)") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents_EmptyPath.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents_EmptyPath.snap deleted file mode 100644 index c087159517d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents_EmptyPath.snap +++ /dev/null @@ -1,3 +0,0 @@ -type Object { - foo: Type @delegate(schema: "schemName") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents_SingleComponent.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents_SingleComponent.snap deleted file mode 100644 index 69c826b2a61..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_MultipleComponents_SingleComponent.snap +++ /dev/null @@ -1,3 +0,0 @@ -type Object { - foo: Type @delegate(schema: "schemName", path: "bar(baz: $qux:quux)") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_Overwrite.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_Overwrite.snap deleted file mode 100644 index b176d0f3fef..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_Overwrite.snap +++ /dev/null @@ -1,3 +0,0 @@ -type Object { - foo: Type @delegate(schema: "schemaName", path: "$ContextData:fooBar") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_SingleComponent.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_SingleComponent.snap deleted file mode 100644 index 69c826b2a61..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_SingleComponent.snap +++ /dev/null @@ -1,3 +0,0 @@ -type Object { - foo: Type @delegate(schema: "schemName", path: "bar(baz: $qux:quux)") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_SingleComponent_TwoArgs.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_SingleComponent_TwoArgs.snap deleted file mode 100644 index 1a4bfea35d1..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/MergeSyntaxNodeExtensionsTests.AddDelegationPath_SingleComponent_TwoArgs.snap +++ /dev/null @@ -1,3 +0,0 @@ -type Object { - foo: Type @delegate(schema: "schemName", path: "bar(baz: $qux:quux, value_arg: \"value\")") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.FieldDefinitionDoesNotHaveSameTypeShape.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.FieldDefinitionDoesNotHaveSameTypeShape.snap deleted file mode 100644 index 7d9a839c4e5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.FieldDefinitionDoesNotHaveSameTypeShape.snap +++ /dev/null @@ -1,17 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: String - b2: String -} - -type B_A @source(name: "A", schema: "B") { - b1: String - b3: String -} - -type B @source(name: "B", schema: "A") { - c: String! -} - -type B_B @source(name: "B", schema: "B") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.LastFieldRenameWins_A.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.LastFieldRenameWins_A.snap deleted file mode 100644 index 4fd7d4f7dee..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.LastFieldRenameWins_A.snap +++ /dev/null @@ -1,24 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: B -} - -type B implements D @source(name: "B", schema: "A") { - c789: String @source(name: "c", schema: "A") -} - -type B_B @source(name: "B", schema: "B") { - b1: String - b3: String -} - -type C implements D @source(name: "C", schema: "A") { - c789: String @source(name: "c", schema: "A") -} - -type B_C @source(name: "C", schema: "B") { - c: String -} - -interface D @source(name: "D", schema: "A") { - c789: String @source(name: "c", schema: "A") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.LastFieldRenameWins_B.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.LastFieldRenameWins_B.snap deleted file mode 100644 index 4fd7d4f7dee..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.LastFieldRenameWins_B.snap +++ /dev/null @@ -1,24 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: B -} - -type B implements D @source(name: "B", schema: "A") { - c789: String @source(name: "c", schema: "A") -} - -type B_B @source(name: "B", schema: "B") { - b1: String - b3: String -} - -type C implements D @source(name: "C", schema: "A") { - c789: String @source(name: "c", schema: "A") -} - -type B_C @source(name: "C", schema: "B") { - c: String -} - -interface D @source(name: "D", schema: "A") { - c789: String @source(name: "c", schema: "A") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaAndRemoveRootTypes.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaAndRemoveRootTypes.snap deleted file mode 100644 index 3df3aed3ccf..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaAndRemoveRootTypes.snap +++ /dev/null @@ -1,34 +0,0 @@ -interface Contract @source(name: "Contract", schema: "A") { - id: ID! -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "A") { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "A") { - id: ID! - expiryDate: DateTime -} - -type Customer @source(name: "Customer", schema: "B") { - id: ID! - name: String! - consultant: Consultant - complexArg(arg: ComplexInputType): String -} - -type Consultant @source(name: "Consultant", schema: "B") { - id: ID! - name: String! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "B") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "B") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaAndRemoveRootTypesOnSchemaA.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaAndRemoveRootTypesOnSchemaA.snap deleted file mode 100644 index 71a64ee8b57..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaAndRemoveRootTypesOnSchemaA.snap +++ /dev/null @@ -1,40 +0,0 @@ -type Query { - customer(id: ID!): Customer @delegate(schema: "B") - consultant(id: ID!): Consultant @delegate(schema: "B") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "B") -} - -interface Contract @source(name: "Contract", schema: "A") { - id: ID! -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "A") { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "A") { - id: ID! - expiryDate: DateTime -} - -type Customer @source(name: "Customer", schema: "B") { - id: ID! - name: String! - consultant: Consultant - complexArg(arg: ComplexInputType): String -} - -type Consultant @source(name: "Consultant", schema: "B") { - id: ID! - name: String! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "B") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "B") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaWithDefaultHandler.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaWithDefaultHandler.snap deleted file mode 100644 index ffb4ae3ad42..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDemoSchemaWithDefaultHandler.snap +++ /dev/null @@ -1,42 +0,0 @@ -type Query { - contract(contractId: ID!): Contract @delegate(schema: "A") - contracts(customerId: ID!): [Contract!] @delegate(schema: "A") - customer(id: ID!): Customer @delegate(schema: "B") - consultant(id: ID!): Consultant @delegate(schema: "B") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "B") -} - -interface Contract @source(name: "Contract", schema: "A") { - id: ID! -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "A") { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "A") { - id: ID! - expiryDate: DateTime -} - -type Customer @source(name: "Customer", schema: "B") { - id: ID! - name: String! - consultant: Consultant - complexArg(arg: ComplexInputType): String -} - -type Consultant @source(name: "Consultant", schema: "B") { - id: ID! - name: String! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "B") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "B") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDirectivesWithCustomHandler.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDirectivesWithCustomHandler.snap deleted file mode 100644 index 5124f570bcd..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDirectivesWithCustomHandler.snap +++ /dev/null @@ -1 +0,0 @@ -directive @foo(a: String) on FIELD diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDirectivesWithCustomRule.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDirectivesWithCustomRule.snap deleted file mode 100644 index 5124f570bcd..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeDirectivesWithCustomRule.snap +++ /dev/null @@ -1 +0,0 @@ -directive @foo(a: String) on FIELD diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveFieldB1OnAllSchemas.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveFieldB1OnAllSchemas.snap deleted file mode 100644 index 889c58d3c1b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveFieldB1OnAllSchemas.snap +++ /dev/null @@ -1,11 +0,0 @@ -type A @source(name: "A", schema: "A") { - b2: String -} - -type B_A @source(name: "A", schema: "B") { - b3: String -} - -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveFieldB1OnSchemaA.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveFieldB1OnSchemaA.snap deleted file mode 100644 index f57581ce2eb..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveFieldB1OnSchemaA.snap +++ /dev/null @@ -1,12 +0,0 @@ -type A @source(name: "A", schema: "A") { - b2: String -} - -type B_A @source(name: "A", schema: "B") { - b1: String - b3: String -} - -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveTypeAOnAllSchemas.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveTypeAOnAllSchemas.snap deleted file mode 100644 index e083788f1f3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveTypeAOnAllSchemas.snap +++ /dev/null @@ -1,3 +0,0 @@ -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveTypeAOnSchemaA.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveTypeAOnSchemaA.snap deleted file mode 100644 index 8cf91c317fd..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRemoveTypeAOnSchemaA.snap +++ /dev/null @@ -1,7 +0,0 @@ -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} - -type A @source(name: "A", schema: "B") { - b2: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameFieldB1toB11OnAllSchemas.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameFieldB1toB11OnAllSchemas.snap deleted file mode 100644 index 1a0b75d2e65..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameFieldB1toB11OnAllSchemas.snap +++ /dev/null @@ -1,13 +0,0 @@ -type A @source(name: "A", schema: "A") { - b11: String @source(name: "b1", schema: "A") - b2: String -} - -type B_A @source(name: "A", schema: "B") { - b11: String @source(name: "b1", schema: "B") - b3: String -} - -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameFieldB1toB11OnSchemaA.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameFieldB1toB11OnSchemaA.snap deleted file mode 100644 index 4e65b494637..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameFieldB1toB11OnSchemaA.snap +++ /dev/null @@ -1,13 +0,0 @@ -type A @source(name: "A", schema: "A") { - b11: String @source(name: "b1", schema: "A") - b2: String -} - -type B_A @source(name: "A", schema: "B") { - b1: String - b3: String -} - -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameTypeAtoXyzOnAllSchemas.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameTypeAtoXyzOnAllSchemas.snap deleted file mode 100644 index 2314d78c942..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameTypeAtoXyzOnAllSchemas.snap +++ /dev/null @@ -1,13 +0,0 @@ -type Xyz @source(name: "A", schema: "A") { - b1: String - b2: String -} - -type B_Xyz @source(name: "A", schema: "B") { - b1: String - b3: String -} - -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameTypeAtoXyzOnSchemaA.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameTypeAtoXyzOnSchemaA.snap deleted file mode 100644 index 3acfc1a1bd6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSchemaAndRenameTypeAtoXyzOnSchemaA.snap +++ /dev/null @@ -1,13 +0,0 @@ -type Xyz @source(name: "A", schema: "A") { - b1: String - b2: String -} - -type B @source(name: "B", schema: "A") @source(name: "B", schema: "B") { - c: String -} - -type A @source(name: "A", schema: "B") { - b1: String - b3: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSimpleSchemaWithDefaultHandler.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSimpleSchemaWithDefaultHandler.snap deleted file mode 100644 index add932b2314..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeSimpleSchemaWithDefaultHandler.snap +++ /dev/null @@ -1,5 +0,0 @@ -union Foo @source(name: "Foo", schema: "A") = Bar | Baz - -union B_Foo @source(name: "Foo", schema: "B") = Bar | Baz - -union A @source(name: "A", schema: "A") = B | C diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeTypeWithCustomHandler.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeTypeWithCustomHandler.snap deleted file mode 100644 index d54a0d4cb19..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeTypeWithCustomHandler.snap +++ /dev/null @@ -1,4 +0,0 @@ -type Foo @source(name: "Foo", schema: "A") { - a: String - b: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeTypeWithCustomRule.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeTypeWithCustomRule.snap deleted file mode 100644 index d54a0d4cb19..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.MergeTypeWithCustomRule.snap +++ /dev/null @@ -1,4 +0,0 @@ -type Foo @source(name: "Foo", schema: "A") { - a: String - b: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameInterfaceField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameInterfaceField.snap deleted file mode 100644 index d4897bd5474..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameInterfaceField.snap +++ /dev/null @@ -1,24 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: B -} - -type B implements D @source(name: "B", schema: "A") { - c123: String @source(name: "c", schema: "A") -} - -type B_B @source(name: "B", schema: "B") { - b1: String - b3: String -} - -type C implements D @source(name: "C", schema: "A") { - c123: String @source(name: "c", schema: "A") -} - -type B_C @source(name: "C", schema: "B") { - c: String -} - -interface D @source(name: "D", schema: "A") { - c123: String @source(name: "c", schema: "A") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameObjectField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameObjectField.snap deleted file mode 100644 index 68a65b6742b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameObjectField.snap +++ /dev/null @@ -1,20 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: B -} - -type B @source(name: "B", schema: "A") { - c123: String @source(name: "c", schema: "A") -} - -type B_B @source(name: "B", schema: "B") { - b1: String - b3: String -} - -type C implements D @source(name: "C", schema: "A") @source(name: "C", schema: "B") { - c: String -} - -interface D @source(name: "D", schema: "A") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameObjectFieldThatImplementsInterface.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameObjectFieldThatImplementsInterface.snap deleted file mode 100644 index d4897bd5474..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameObjectFieldThatImplementsInterface.snap +++ /dev/null @@ -1,24 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: B -} - -type B implements D @source(name: "B", schema: "A") { - c123: String @source(name: "c", schema: "A") -} - -type B_B @source(name: "B", schema: "B") { - b1: String - b3: String -} - -type C implements D @source(name: "C", schema: "A") { - c123: String @source(name: "c", schema: "A") -} - -type B_C @source(name: "C", schema: "B") { - c: String -} - -interface D @source(name: "D", schema: "A") { - c123: String @source(name: "c", schema: "A") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameReferencingType_A.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameReferencingType_A.snap deleted file mode 100644 index b516b607063..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameReferencingType_A.snap +++ /dev/null @@ -1,20 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: Foo -} - -type Foo implements A_C @source(name: "B", schema: "A") { - c: String -} - -type C @source(name: "C", schema: "B") { - c: String -} - -interface A_C @source(name: "C", schema: "A") { - c: String -} - -type B @source(name: "B", schema: "B") { - b1: String - b3: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameReferencingType_B.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameReferencingType_B.snap deleted file mode 100644 index 5c28e50b326..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.RenameReferencingType_B.snap +++ /dev/null @@ -1,20 +0,0 @@ -type B @source(name: "B", schema: "B") { - b1: String - b3: String -} - -type C @source(name: "C", schema: "B") { - c: String -} - -interface A_C @source(name: "C", schema: "A") { - c: String -} - -type A @source(name: "A", schema: "A") { - b1: Foo -} - -type Foo implements A_C @source(name: "B", schema: "A") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.Rename_Type_With_Various_Variants.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.Rename_Type_With_Various_Variants.snap deleted file mode 100644 index 61cfdb3811d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Merge/__snapshots__/SchemaMergerTests.Rename_Type_With_Various_Variants.snap +++ /dev/null @@ -1,14 +0,0 @@ -type A @source(name: "A", schema: "A") { - b1: Foo! - b2: [Foo!] - b3: [Foo] - b4: [Foo!]! -} - -type Foo implements C @source(name: "B", schema: "A") { - c: String -} - -interface C @source(name: "C", schema: "A") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ConfigurationApiTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ConfigurationApiTests.txt deleted file mode 100644 index 4d3cbbc0e50..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ConfigurationApiTests.txt +++ /dev/null @@ -1,83 +0,0 @@ - -using System; -using System.Net.Http; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using Xunit; -using HotChocolate.Execution; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class ConfigurationApiTests - : StitchingTestBase - { - public ConfigurationApiTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task IsDirectiveMergeRuleTriggered() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = - new ServiceCollection() - .AddGraphQL() - .AddHttpRemoteSchema("contract") - .AddHttpRemoteSchema("customer") - .AddTypeExtension<CustomerTypeExtension>(); - - - - - - - - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddDirectiveMergeRule(next => (c, d) => - { - triggered = true; - next(c, d); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - // some query to trigger the merging of the schemas - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery($@" - query a($contractId: ID!) {{ - contract(contractId: $contractId) {{ - ... on LifeInsuranceContract {{ - id - }} - }} - }}") - .SetVariableValue( - "contractId", - "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Assert.True(triggered); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/DelegateToRemoteSchemaMiddlewareTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/DelegateToRemoteSchemaMiddlewareTests.txt deleted file mode 100644 index 3820bdee091..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/DelegateToRemoteSchemaMiddlewareTests.txt +++ /dev/null @@ -1,935 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Net.Http; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using Snapshooter.Xunit; -using Xunit; -using HotChocolate.Execution; -using HotChocolate.Types; -using HotChocolate.Resolvers; -using FileResource = ChilliCream.Testing.FileResource; -using HotChocolate.AspNetCore.Tests.Utilities;< -using System.Threading; - -namespace HotChocolate.Stitching -{ - public class DelegateToRemoteSchemaMiddlewareTests - : StitchingTestBase - { - public DelegateToRemoteSchemaMiddlewareTests( - TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task ExecuteStitchedQueryBuilder() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .RenameField("customer", - new FieldReference("Customer", "name"), "foo") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - { - a: customer(id: ""Q3VzdG9tZXIKZDE="") { - bar: foo - contracts { - id - } - } - - b: customer(id: ""Q3VzdG9tZXIKZDE="") { - foo - contracts { - id - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task ExecuteStitchedQueryBuilderVariableArguments() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .RenameField("customer", - new FieldReference("Customer", "name"), "foo") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - query a($id: ID! $bar: String) { - contracts(customerId: $id) - { - id - customerId - ... foo - } - } - - fragment foo on LifeInsuranceContract - { - foo(bar: $bar) - } - ") - .SetVariableValue("id", "Q3VzdG9tZXIKZDE=") - .SetVariableValue("bar", "this variable is passed to remote query!") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task ExecuteStitchedQueryBuilderWithRenamedType() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .RenameField("customer", - new FieldReference("Customer", "name"), "foo") - .RenameType("SomeOtherContract", "Other") - .RenameType("LifeInsuranceContract", "Life") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - query a($id: ID!) { - a: customer2(customerId: $id) { - bar: foo - contracts { - id - ... life - ... on Other { - expiryDate - } - } - } - } - - fragment life on Life - { - premium - }") - .SetVariableValue("id", "Q3VzdG9tZXIKZDE=") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task ExecuteStitchedQueryBuilderWithLocalSchema() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddSchema("hello", - Schema.Create( - "type Query { hello: String! }", - c => c.BindResolver(ctx => "Hello World") - .To("Query", "hello"))) - .RenameField("customer", - new FieldReference("Customer", "name"), "foo") - .RenameType("SomeOtherContract", "Other") - .RenameType("LifeInsuranceContract", "Life") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - query a($id: ID!) { - a: customer2(customerId: $id) { - bar: foo - contracts { - id - ... life - ... on Other { - expiryDate - } - } - } - hello - } - - fragment life on Life - { - premium - } - - ") - .SetVariableValue("id", "Q3VzdG9tZXIKZDE=") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task ReplaceField() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .IgnoreField("customer", - new FieldReference("Customer", "name")) - .RenameField("customer", - new FieldReference("Customer", "street"), "name") - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - query a($id: ID!) { - a: customer(id: $id) { - name - } - }") - .SetVariableValue("id", "Q3VzdG9tZXIKZDE=") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task ExtendedScalarAsInAndOutputType() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddSchemaConfiguration(c => - { - c.RegisterExtendedScalarTypes(); - }) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - query a($d: DateTime!) { - a: extendedScalar(d: ""2018-01-01T01:00:00.000Z"") - b: extendedScalar(d: $d) - }") - .SetVariableValue("d", "2019-01-01T01:00:00.000Z") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task CustomDirectiveIsPassedOn() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddSchemaConfiguration(c => - { - c.RegisterExtendedScalarTypes(); - }) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - query a($d: DateTime!) { - a: extendedScalar(d: ""2018-01-01T01:00:00.000Z"") - b: extendedScalar(d: $d) - @custom(d: ""2020-09-01T01:00:00.000Z"") - }") - .SetVariableValue("d", "2019-01-01T01:00:00.000Z") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task DateTimeIsHandledCorrectly() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddSchemaConfiguration(c => - { - c.RegisterExtendedScalarTypes(); - }) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - query a($d: DateTime!) { - a: extendedScalar(d: ""2018-01-01T01:00:00.000Z"") - b: extendedScalar(d: $d) - c: extendedScalar(d: $d) - @custom(d: ""2020-09-01T01:00:00.000Z"") - }") - .SetVariableValue("d", "2019-01-01T01:00:00.000Z") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task StitchedMutation() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - mutation { - createCustomer(input: { name: ""a"" }) - { - customer { - name - contracts { - id - } - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task StitchedMutationWithRenamedInputType() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .RenameType("CreateCustomerInput", "CreateCustomerInput2") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - mutation { - createCustomer(input: { name: ""a"" }) - { - customer { - name - contracts { - id - } - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task StitchedMutationWithRenamedFieldArgument() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .RenameFieldArgument( - "Mutation", "createCustomer", "input", "input2") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - mutation { - createCustomer(input2: { name: ""a"" }) - { - customer { - name - contracts { - id - } - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task StitchedMutationWithRenamedInputField() - { - // arrange - var requestBuilder = new QueryRequestBuilder(); - requestBuilder.SetQuery(@" - mutation { - createCustomer(input: { foo: ""a"" }) - { - customer { - name - contracts { - id - } - } - } - }"); - - // act - IExecutionResult result = - await ExecutedMutationWithRenamedInputField( - requestBuilder); - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task StitchedMutationWithRenamedInputFieldList() - { - // arrange - var requestBuilder = new QueryRequestBuilder(); - requestBuilder.SetQuery(@" - mutation { - createCustomers(inputs: [{ foo: ""a"" } { foo: ""b"" }]) - { - customer { - name - contracts { - id - } - } - } - }"); - - // act - IExecutionResult result = - await ExecutedMutationWithRenamedInputField( - requestBuilder); - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task StitchedMutationWithRenamedInputFieldInVariables() - { - // arrange - var requestBuilder = new QueryRequestBuilder(); - requestBuilder.SetQuery(@" - mutation a($input: CreateCustomerInput) { - createCustomer(input: $input) - { - customer { - name - contracts { - id - } - } - } - }"); - requestBuilder.AddVariableValue("input", - new Dictionary<string, object> - { - { "foo", "abc" } - }); - - // act - IExecutionResult result = - await ExecutedMutationWithRenamedInputField( - requestBuilder); - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task StitchedMutationWithRenamedInputFieldInVariablesList() - { - // arrange - var requestBuilder = new QueryRequestBuilder(); - requestBuilder.SetQuery(@" - mutation a($input: [CreateCustomerInput]) { - createCustomers(inputs: $input) - { - customer { - name - contracts { - id - } - } - } - }"); - requestBuilder.AddVariableValue("input", - new List<object> - { - new Dictionary<string, object> - { - { "foo", "abc" } - }, - new Dictionary<string, object> - { - { "foo", "def" } - } - }); - - // act - IExecutionResult result = - await ExecutedMutationWithRenamedInputField( - requestBuilder); - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task Query_WithEnumArgument_EnumIsCorrectlyPassed() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - { - standard: customerByKind(kind: STANDARD) - { - id - kind - } - - premium: customerByKind(kind: PREMIUM) - { - id - kind - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task HttpErrorsHavePathSet() - { - // arrange - var connections = new Dictionary<string, HttpClient>(); - IHttpClientFactory clientFactory = CreateRemoteSchemas(connections); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - ISchema schema = services.GetRequiredService<ISchema>(); - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // have to replace the http client after the schema is built - connections["customer"] = new HttpClient(new ServiceUnavailableDelegatingHandler()) - { - BaseAddress = connections["customer"].BaseAddress - }; - - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - { - customer(id: ""Q3VzdG9tZXIKZDE="") { - contracts { - id - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(options => options.IgnoreField("Errors[0].Exception.StackTrace")); - } - - private class ServiceUnavailableDelegatingHandler : DelegatingHandler - { - protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) - { - var response = new HttpResponseMessage(System.Net.HttpStatusCode.ServiceUnavailable); - return Task.FromResult(response); - } - } - - [Fact] - public async Task AddErrorFilter() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>()) - .AddExecutionConfiguration(b => - { - b.AddErrorFilter(error => - error.AddExtension("STITCH", "SOMETHING")); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - { - customer(id: ""Q3VzdG9tZXIKZDE="") { - contracts { - id - ... on LifeInsuranceContract { - error - } - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Snapshot.Match(result); - } - - public async Task<IExecutionResult> ExecutedMutationWithRenamedInputField( - IQueryRequestBuilder requestBuilder) - { - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .RenameField(new FieldReference("CreateCustomerInput", "name"), "foo") - .AddExtensionsFromString(FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - { - c.RegisterType<PaginationAmountType>(); - c.RegisterExtendedScalarTypes(); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - using (IServiceScope scope = services.CreateScope()) - { - - requestBuilder.SetServices(scope.ServiceProvider); - return await executor.ExecuteAsync(requestBuilder.Create()); - } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ErrorBehaviour.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ErrorBehaviour.txt deleted file mode 100644 index 4b927541879..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ErrorBehaviour.txt +++ /dev/null @@ -1,120 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Net.Http; -using Xunit; -using HotChocolate.Execution; -using System.Threading.Tasks; -using ChilliCream.Testing; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; -using Snapshooter.Xunit; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class Errorbehavior - : StitchingTestBase - { - public Errorbehavior(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact(Skip = "FIX THIS ONE ___ NULLREF ON WINDOWS BUILD SERVER")] - public async Task ConnectionLost() - { - // arrange - var connections = new Dictionary<string, HttpClient>(); - IHttpClientFactory clientFactory = CreateRemoteSchemas(connections); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .RenameType("CreateCustomerInput", "CreateCustomerInput2") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>()) - .AddExecutionConfiguration(b => - { - b.AddErrorFilter(error => - { - if (error.Exception is Exception ex) - { - return ErrorBuilder.FromError(error) - .ClearExtensions() - .SetMessage(ex.GetType().FullName) - .SetException(null) - .Build(); - }; - return error; - }); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - mutation { - createCustomer(input: { name: ""a"" }) - { - customer { - name - contracts { - id - } - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - var client = new HttpClient - { - BaseAddress = new Uri("http://127.0.0.1") - }; ; - connections["contract"] = client; - connections["customer"] = client; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - mutation { - createCustomer(input: { name: ""a"" }) - { - customer { - name - contracts { - id - } - } - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(); - } - - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/HttpInterceptorTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/HttpInterceptorTests.txt deleted file mode 100644 index 22bf393d3f5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/HttpInterceptorTests.txt +++ /dev/null @@ -1,93 +0,0 @@ -using System; -using System.Net.Http; -using Xunit; -using HotChocolate.Execution; -using System.Threading.Tasks; -using ChilliCream.Testing; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; -using Snapshooter.Xunit; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class HttpInterceptorTests - : StitchingTestBase - { - public HttpInterceptorTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task InterceptHttpRequestAndDelegateHeaders() - { - // arrange - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton<IHttpStitchingRequestInterceptor>( - new DummyInterceptor()); - serviceCollection.AddSingleton(CreateRemoteSchemas()); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddExtensionsFromString( - FileResource.Open("StitchingExtensions.graphql")) - .AddSchemaConfiguration(c => - c.RegisterType<PaginationAmountType>()) - .AddSchemaConfiguration(c => - c.RegisterType(new ObjectTypeExtension(d => d - .Name("Customer") - .Field("inter") - .Type<StringType>() - .Directive<ComputedDirective>() - .Resolver(ctx => - { - return ctx.ScopedContextData["foo"]; - }))))); - - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery(@" - { - customer(id: ""Q3VzdG9tZXIKZDE="") { - inter - } - }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(); - } - - public class DummyInterceptor - : IHttpStitchingRequestInterceptor - { - public Task<IQueryResult> OnResponseReceivedAsync( - IQueryRequest request, - HttpResponseMessage response, - IQueryResult result) - { - return Task.FromResult( - QueryResultBuilder.FromResult(result) - .SetContextData("foo", "bar") - .Create()); - } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/InputObjectDelegationTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/InputObjectDelegationTests.txt deleted file mode 100644 index 8c1502dbea3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/InputObjectDelegationTests.txt +++ /dev/null @@ -1,114 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Net.Http; -using Xunit; -using HotChocolate.AspNetCore; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using Snapshooter.Xunit; -using Moq; -using Microsoft.AspNetCore.TestHost; -using Snapshooter; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class InputObjectDelegationTests - : StitchingTestBase - { - public InputObjectDelegationTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task AllowInputObjectTypesAsArguments() - { - // arrange - var serviceCollection = new ServiceCollection(); - - var connections = new Dictionary<string, HttpClient>(); - serviceCollection.AddSingleton(CreateRemoteSchemas(connections)); - - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("server_1") - .AddExtensionsFromString( - @" - extend type Query { - baz(a: Bar): String - @delegate( - schema: ""server_1"" - path: ""foo(a:$arguments:a)"") - } - ")); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - // act - IExecutionResult result = null; - - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = QueryRequestBuilder.New() - .SetQuery("{ baz(a: { a: \"String 123\" }) }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(new SnapshotNameExtension("result")); - executor.Schema.ToString().MatchSnapshot( - new SnapshotNameExtension("schema")); - } - protected override IHttpClientFactory CreateRemoteSchemas( - Dictionary<string, HttpClient> connections) - { - TestServer server_1 = TestServerFactory.Create( - services => services.AddGraphQL( - SchemaBuilder.New() - .AddDocumentFromString - ( - @" - type Query { foo(a: Bar): String } - input Bar { a: String } - " - ) - .BindComplexType<Query1>(t => t.To("Query")) - .BindComplexType<Bar>() - .Create()), - app => app.UseGraphQL()); - - connections["server_1"] = server_1.CreateClient(); - - var httpClientFactory = new Mock<IHttpClientFactory>(); - httpClientFactory.Setup(t => t.CreateClient(It.IsAny<string>())) - .Returns(new Func<string, HttpClient>(n => - { - if (connections.ContainsKey(n)) - { - return connections[n]; - } - - throw new Exception(); - })); - return httpClientFactory.Object; - } - - public class Query1 - { - public string Foo(Bar a) => a.A; - } - - public class Bar - { - public string A { get; set; } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ScalarTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ScalarTests.txt deleted file mode 100644 index f4681497e33..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/ScalarTests.txt +++ /dev/null @@ -1,270 +0,0 @@ -using System; -using System.Net.Http; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using Xunit; -using Snapshooter.Xunit; -using HotChocolate.Execution; -using HotChocolate.AspNetCore.Tests.Utilities; -using Snapshooter; -using HotChocolate.Types; -using HotChocolate.Language; -using System.Collections.Generic; -using Microsoft.AspNetCore.TestHost; -using HotChocolate.Stitching.Schemas.Contracts; -using HotChocolate.Stitching.Schemas.Customers; -using HotChocolate.AspNetCore; -using HotChocolate.Stitching.Schemas.SpecialCases; -using Moq; - -namespace HotChocolate.Stitching -{ - public class ScalarTests - : StitchingTestBase - { - public ScalarTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [InlineData("date_field")] - [InlineData("date_time_field")] - [InlineData("string_field")] - [InlineData("id_field")] - [InlineData("byte_field")] - [InlineData("int_field")] - [InlineData("long_field")] - [InlineData("float_field")] - [InlineData("decimal_field")] - [Theory] - public async Task Scalar_Serializes_And_Deserializes_Correctly( - string fieldName) - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer")); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery($@" - query a($contractId: ID!) {{ - contract(contractId: $contractId) {{ - ... on LifeInsuranceContract {{ - {fieldName} - }} - }} - }}") - .SetVariableValue( - "contractId", - "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(new SnapshotNameExtension(fieldName)); - } - - [Fact] - public async Task Custom_Scalar_Types() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("special") - .AddSchemaConfiguration(c => - c.RegisterType<MyCustomScalarType>())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery("{ custom_scalar(bar: \"custom_string\") }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Custom_Scalar_Delegated_Argument() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("special") - .AddExtensionsFromString("extend type Query { custom_scalar_stitched(bar: MyCustomScalarValue): MyCustomScalarValue @delegate(schema: \"special\", path: \"custom_scalar(bar: $arguments:bar)\") }") - .AddSchemaConfiguration(c => { - c.RegisterType<MyCustomScalarType>(); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery("{ custom_scalar_stitched(bar: \"2019-11-11\") }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Custom_Scalar_Delegated_Input_Argument() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("special") - .AddExtensionsFromString("extend type Query { custom_scalar_complex_stitched(bar: CustomInputValueInput): MyCustomScalarValue @delegate(schema: \"special\", path: \"custom_scalar_complex(bar: $arguments:bar)\") }") - .AddSchemaConfiguration(c => { - c.RegisterType<MyCustomScalarType>(); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery("query ($bar: CustomInputValueInput) { custom_scalar_complex_stitched(bar: $bar) }") - .SetVariableValue("bar", new Dictionary<string, object> { { "from", "2019-11-11" }, { "to", "2019-11-17" } }) - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(); - } - - [Fact] - public async Task Custom_Scalar_Delegated_Input_Argument_Unstitched() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("special") - .AddSchemaConfiguration(c => { - c.RegisterType<MyCustomScalarType>(); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery("query ($bar: CustomInputValueInput) { custom_scalar_complex(bar: $bar) }") - .SetVariableValue("bar", new Dictionary<string, object> { { "from", "2019-11-11" }, { "to", "2019-11-17" } }) - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(); - } - - protected override IHttpClientFactory CreateRemoteSchemas( - Dictionary<string, HttpClient> connections) - { - TestServer server_contracts = TestServerFactory.Create( - ContractSchemaFactory.ConfigureServices, - app => app.UseGraphQL()); - - TestServer server_customers = TestServerFactory.Create( - CustomerSchemaFactory.ConfigureServices, - app => app.UseGraphQL()); - - TestServer server_special = TestServerFactory.Create( - SpecialCasesSchemaFactory.ConfigureServices, - app => app.UseGraphQL()); - - connections["contract"] = server_contracts.CreateClient(); - connections["customer"] = server_customers.CreateClient(); - connections["special"] = server_special.CreateClient(); - - var httpClientFactory = new Mock<IHttpClientFactory>(); - httpClientFactory.Setup(t => t.CreateClient(It.IsAny<string>())) - .Returns(new Func<string, HttpClient>(n => - { - if (connections.ContainsKey(n)) - { - return connections[n]; - } - - throw new Exception(); - })); - - return httpClientFactory.Object; - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/SchemaCreationTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/SchemaCreationTests.txt deleted file mode 100644 index 642cd6018a4..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/SchemaCreationTests.txt +++ /dev/null @@ -1,46 +0,0 @@ -using System; -using System.Net.Http; -using Microsoft.Extensions.DependencyInjection; -using Xunit; -using HotChocolate.Execution; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class SchemaCreationTests - : StitchingTestBase - { - public SchemaCreationTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [InlineData(SchemaCreation.OnFirstRequest, "LazyQueryExecutor")] - [InlineData(SchemaCreation.OnStartup, "QueryExecutor")] - [Theory] - public void QueryExecutorOptions( - SchemaCreation creation, - string executorName) - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - - // act - serviceCollection.AddStitchedSchema(b => b - .AddSchemaFromHttp("contract") - .SetSchemaCreation(creation)); - - // assert - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - Assert.Equal(executorName, executor.GetType().Name); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/SchemaMergeTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/SchemaMergeTests.txt deleted file mode 100644 index 08c905e780f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/SchemaMergeTests.txt +++ /dev/null @@ -1,126 +0,0 @@ - -using System; -using System.Net.Http; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using Xunit; -using HotChocolate.Execution; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class SchemaMergeTests - : StitchingTestBase - { - public SchemaMergeTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task IsDirectiveMergeRuleTriggered() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - bool triggered = false; - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddDirectiveMergeRule(next => (c, d) => - { - triggered = true; - next(c, d); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - // some query to trigger the merging of the schemas - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery($@" - query a($contractId: ID!) {{ - contract(contractId: $contractId) {{ - ... on LifeInsuranceContract {{ - id - }} - }} - }}") - .SetVariableValue( - "contractId", - "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Assert.True(triggered); - } - - [Fact] - public async Task IsTypeMergeRuleTriggered() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - bool triggered = false; - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddTypeMergeRule(next => (c, t) => - { - triggered = true; - next(c, t); - })); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - // some query to trigger the merging of the schemas - IQueryRequest request = - QueryRequestBuilder.New() - .SetQuery($@" - query a($contractId: ID!) {{ - contract(contractId: $contractId) {{ - ... on LifeInsuranceContract {{ - id - }} - }} - }}") - .SetVariableValue( - "contractId", - "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - Assert.True(triggered); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/StitchingTestBase.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/StitchingTestBase.txt deleted file mode 100644 index 6fc4ac8bdba..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/StitchingTestBase.txt +++ /dev/null @@ -1,59 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Net.Http; -using Microsoft.AspNetCore.TestHost; -using Moq; -using Xunit; -using HotChocolate.AspNetCore; -using HotChocolate.Stitching.Schemas.Contracts; -using HotChocolate.Stitching.Schemas.Customers; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class StitchingTestBase - : IClassFixture<TestServerFactory> - { - public StitchingTestBase( - TestServerFactory testServerFactory) - { - TestServerFactory = testServerFactory; - } - - protected TestServerFactory TestServerFactory { get; set; } - - protected IHttpClientFactory CreateRemoteSchemas() - { - return CreateRemoteSchemas(new Dictionary<string, HttpClient>()); - } - - protected virtual IHttpClientFactory CreateRemoteSchemas( - Dictionary<string, HttpClient> connections) - { - TestServer server_contracts = TestServerFactory.Create( - ContractSchemaFactory.ConfigureServices, - app => app.UseGraphQL()); - - TestServer server_customers = TestServerFactory.Create( - CustomerSchemaFactory.ConfigureServices, - app => app.UseGraphQL()); - - connections["contract"] = server_contracts.CreateClient(); - connections["customer"] = server_customers.CreateClient(); - - var httpClientFactory = new Mock<IHttpClientFactory>(); - httpClientFactory.Setup(t => t.CreateClient(It.IsAny<string>())) - .Returns(new Func<string, HttpClient>(n => - { - if (connections.ContainsKey(n)) - { - return connections[n]; - } - - throw new Exception(); - })); - - return httpClientFactory.Object; - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeExtensionTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeExtensionTests.txt deleted file mode 100644 index 1f7b2ca9074..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeExtensionTests.txt +++ /dev/null @@ -1,102 +0,0 @@ -using System; -using System.Net.Http; -using Xunit; -using Snapshooter.Xunit; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using HotChocolate.Types; -using System.Threading.Tasks; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class TypeExtensionTests - : StitchingTestBase - { - public TypeExtensionTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task AddObjectTypeExtension() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddSchemaConfiguration(c => c - .RegisterType<PaginationAmountType>() - .RegisterType(new ObjectTypeExtension(d => d - .Name("Query") - .Field("foo") - .Type<StringType>() - .Resolver("bar"))))); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - result = await executor.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ foo }") - .SetServices(scope.ServiceProvider) - .Create()); - } - - // assert - Snapshot.Match(result); - } - - [Fact] - public async Task UseSchemaBuilder() - { - // arrange - IHttpClientFactory clientFactory = CreateRemoteSchemas(); - - var serviceCollection = new ServiceCollection(); - serviceCollection.AddSingleton(clientFactory); - serviceCollection.AddStitchedSchema(builder => - builder.AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddSchemaConfiguration(c => c - .RegisterType<PaginationAmountType>() - .Extend().OnBeforeBuild(b => b.AddType( - new ObjectTypeExtension(d => d - .Name("Query") - .Field("foo") - .Type<StringType>() - .Resolver("bar")))))); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - IExecutionResult result = null; - - // act - using (IServiceScope scope = services.CreateScope()) - { - result = await executor.ExecuteAsync( - QueryRequestBuilder.New() - .SetQuery("{ foo }") - .SetServices(scope.ServiceProvider) - .Create()); - } - - // assert - Snapshot.Match(result); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeRewriterTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeRewriterTests.txt deleted file mode 100644 index c601ebcbefc..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeRewriterTests.txt +++ /dev/null @@ -1,128 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Net.Http; -using Xunit; -using HotChocolate.AspNetCore; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using Snapshooter.Xunit; -using Moq; -using Microsoft.AspNetCore.TestHost; -using HotChocolate.Stitching.Merge.Rewriters; -using HotChocolate.Language; -using HotChocolate.Stitching.Merge; -using HotChocolate.Stitching.Delegation; -using System.Linq; -using Snapshooter; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class TypeRewriterTests - : StitchingTestBase - { - public TypeRewriterTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task CustomRewriterTakesPriority() - { - // arrange - var serviceCollection = new ServiceCollection(); - - var connections = new Dictionary<string, HttpClient>(); - serviceCollection.AddSingleton(CreateRemoteSchemas(connections)); - - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("someSchema") - .AddTypeRewriter(new TypeRewriter())); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - // act - IExecutionResult result = null; - - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = QueryRequestBuilder.New() - .SetQuery("{ foo }") - .AddProperty("foo_a", "bar") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(new SnapshotNameExtension("result")); - executor.Schema.ToString().MatchSnapshot( - new SnapshotNameExtension("schema")); - } - protected override IHttpClientFactory CreateRemoteSchemas( - Dictionary<string, HttpClient> connections) - { - TestServer server = TestServerFactory.Create( - services => services.AddGraphQL( - SchemaBuilder.New() - .AddDocumentFromString( - "type Query { foo(a: String): String }") - .AddResolver("Query", "foo", c => c.Argument<string>("a")) - .Create()), - app => app.UseGraphQL()); - - connections["someSchema"] = server.CreateClient(); - - var httpClientFactory = new Mock<IHttpClientFactory>(); - httpClientFactory.Setup(t => t.CreateClient(It.IsAny<string>())) - .Returns(new Func<string, HttpClient>(n => - { - if (connections.ContainsKey(n)) - { - return connections[n]; - } - - throw new Exception(); - })); - return httpClientFactory.Object; - } - - public class TypeRewriter - : ITypeRewriter - { - public ITypeDefinitionNode Rewrite( - ISchemaInfo schema, - ITypeDefinitionNode typeDefinition) - { - if (typeDefinition.Name.Value.Equals("Query") - && typeDefinition is ObjectTypeDefinitionNode objectType) - { - var path = new SelectionPathComponent( - new NameNode("foo"), - new[] - { - new ArgumentNode( - "a", - new ScopedVariableNode( - ScopeNames.ContextData, - "foo_a")) - }); - - Dictionary<string, FieldDefinitionNode> fields = - objectType.Fields.ToDictionary(t => t.Name.Value); - fields["foo"] = fields["foo"] - .WithArguments(Array.Empty<InputValueDefinitionNode>()) - .AddDelegationPath("someSchema", path); - return objectType.WithFields(fields.Values.ToArray()); - } - return typeDefinition; - } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeSystemDirectivesTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeSystemDirectivesTests.txt deleted file mode 100644 index 9f32603a517..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/TypeSystemDirectivesTests.txt +++ /dev/null @@ -1,100 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Net.Http; -using Xunit; -using HotChocolate.AspNetCore; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using Snapshooter.Xunit; -using Moq; -using Microsoft.AspNetCore.TestHost; -using Snapshooter; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class TypeSystemDirectivesTests - : StitchingTestBase - { - public TypeSystemDirectivesTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task SourceSchemaHasTypeSystemDirectives() - { - // arrange - var serviceCollection = new ServiceCollection(); - - var connections = new Dictionary<string, HttpClient>(); - serviceCollection.AddSingleton(CreateRemoteSchemas(connections)); - - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromString( - "server_1", - @" - type Query { foo: String @bar } - directive @bar on FIELD_DEFINITION - ")); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - // act - IExecutionResult result = null; - - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = QueryRequestBuilder.New() - .SetQuery("{ foo }") - .SetServices(scope.ServiceProvider) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(new SnapshotNameExtension("result")); - executor.Schema.ToString().MatchSnapshot( - new SnapshotNameExtension("schema")); - } - - protected override IHttpClientFactory CreateRemoteSchemas( - Dictionary<string, HttpClient> connections) - { - TestServer server_1 = TestServerFactory.Create( - services => services.AddGraphQL( - SchemaBuilder.New() - .AddDocumentFromString - ( - @" - type Query { foo: String @bar } - directive @bar on FIELD_DEFINITION - " - ) - .AddResolver("Query", "foo", "bar") - .Create()), - app => app.UseGraphQL()); - - connections["server_1"] = server_1.CreateClient(); - - var httpClientFactory = new Mock<IHttpClientFactory>(); - httpClientFactory.Setup(t => t.CreateClient(It.IsAny<string>())) - .Returns(new Func<string, HttpClient>(n => - { - if (connections.ContainsKey(n)) - { - return connections[n]; - } - - throw new Exception(); - })); - return httpClientFactory.Object; - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/VariableDelegationTests.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/VariableDelegationTests.txt deleted file mode 100644 index 05add464cd9..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/VariableDelegationTests.txt +++ /dev/null @@ -1,167 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Net.Http; -using Xunit; -using System.Threading.Tasks; -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using Snapshooter.Xunit; -using Snapshooter; -using HotChocolate.AspNetCore.Tests.Utilities; - -namespace HotChocolate.Stitching -{ - public class VariableDelegationTests - : StitchingTestBase - { - public VariableDelegationTests(TestServerFactory testServerFactory) - : base(testServerFactory) - { - } - - [Fact] - public async Task ListVariableIsCorrectlyPassed() - { - // arrange - var serviceCollection = new ServiceCollection(); - - var connections = new Dictionary<string, HttpClient>(); - serviceCollection.AddSingleton(CreateRemoteSchemas(connections)); - - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer")); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - // act - IExecutionResult result = null; - - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = QueryRequestBuilder.New() - .SetQuery("query foo ($ids: [ID!]!) " + - "{ customers(ids: $ids) { id } }") - .SetServices(scope.ServiceProvider) - .SetVariableValue("ids", new List<object> - { - "Q3VzdG9tZXIKZDE=", - "Q3VzdG9tZXIKZDE=" - }) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(new SnapshotNameExtension("result")); - executor.Schema.ToString().MatchSnapshot( - new SnapshotNameExtension("schema")); - } - - [Fact] - public async Task ScopedListVariableIsCorrectlyPassed() - { - // arrange - var serviceCollection = new ServiceCollection(); - - var connections = new Dictionary<string, HttpClient>(); - serviceCollection.AddSingleton(CreateRemoteSchemas(connections)); - - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer") - .AddExtensionsFromString( - @" - extend type Query { - allCustomers: [Customer!] - @delegate( - path: ""customers(ids: $contextData:ids)"" - schema: ""customer"") - } - ")); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - // act - IExecutionResult result = null; - - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = QueryRequestBuilder.New() - .SetQuery("query foo { allCustomers { id } }") - .SetServices(scope.ServiceProvider) - .SetProperty("ids", new List<object> - { - "Q3VzdG9tZXIKZDE=", - "Q3VzdG9tZXIKZDE=" - }) - .Create(); - - result = await executor.ExecuteAsync(request); - } - - // assert - result.MatchSnapshot(new SnapshotNameExtension("result")); - executor.Schema.ToString().MatchSnapshot( - new SnapshotNameExtension("schema")); - } - - [Fact] - public async Task ObjectFieldVariableIsCorrectlyPassed() - { - // arrange - var serviceCollection = new ServiceCollection(); - - var connections = new Dictionary<string, HttpClient>(); - serviceCollection.AddSingleton(CreateRemoteSchemas(connections)); - - serviceCollection.AddStitchedSchema(builder => builder - .AddSchemaFromHttp("contract") - .AddSchemaFromHttp("customer")); - - IServiceProvider services = - serviceCollection.BuildServiceProvider(); - - IQueryExecutor executor = services - .GetRequiredService<IQueryExecutor>(); - - // act - IExecutionResult result = null; - - using (IServiceScope scope = services.CreateScope()) - { - IQueryRequest request = QueryRequestBuilder.New() - .SetQuery(@" - mutation createCustomer($name: String!) { - createCustomer(input: { name: $name }) - { - customer { - name - kind - } - } - }") - .SetServices(scope.ServiceProvider) - .SetVariableValue("name", "someName") - .Create(); - - result = await executor.ExecuteAsync(request); - Console.WriteLine(result); - } - - // assert - result.MatchSnapshot(new SnapshotNameExtension("result")); - executor.Schema.ToString().MatchSnapshot( - new SnapshotNameExtension("schema")); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.AddErrorFilter.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.AddErrorFilter.snap deleted file mode 100644 index 83a188fe54c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.AddErrorFilter.snap +++ /dev/null @@ -1,93 +0,0 @@ -{ - "Data": { - "customer": { - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "error": null - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "error": null - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=" - } - ] - } - }, - "Errors": [ - { - "Message": "Error_Message", - "Code": "ERROR_CODE", - "Path": [ - "customer", - "contracts", - "error" - ], - "Locations": [ - { - "Line": 4, - "Column": 33 - } - ], - "Exception": null, - "Extensions": { - "code": "ERROR_CODE", - "remote": { - "Message": "Error_Message", - "Code": "ERROR_CODE", - "Path": [ - "contracts", - 0, - "error" - ], - "Locations": [], - "Exception": null, - "Extensions": { - "code": "ERROR_CODE" - } - }, - "schemaName": "contract", - "STITCH": "SOMETHING" - } - }, - { - "Message": "Error_Message", - "Code": "ERROR_CODE", - "Path": [ - "customer", - "contracts", - "error" - ], - "Locations": [ - { - "Line": 4, - "Column": 33 - } - ], - "Exception": null, - "Extensions": { - "code": "ERROR_CODE", - "remote": { - "Message": "Error_Message", - "Code": "ERROR_CODE", - "Path": [ - "contracts", - 1, - "error" - ], - "Locations": [], - "Exception": null, - "Extensions": { - "code": "ERROR_CODE" - } - }, - "schemaName": "contract", - "STITCH": "SOMETHING" - } - } - ], - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.CustomDirectiveIsPassedOn.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.CustomDirectiveIsPassedOn.snap deleted file mode 100644 index f1f2fde14ef..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.CustomDirectiveIsPassedOn.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Data": { - "a": "2018-01-01T01:00:00.000Z", - "b": "2020-09-01T01:00:00.000Z" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DateTimeIsHandledCorrectly.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DateTimeIsHandledCorrectly.snap deleted file mode 100644 index cbd7d9ca243..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DateTimeIsHandledCorrectly.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "a": "2018-01-01T01:00:00.000Z", - "b": "2019-01-01T01:00:00.000Z", - "c": "2020-09-01T01:00:00.000Z" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DelegateWithGuidFieldArgument.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DelegateWithGuidFieldArgument.snap deleted file mode 100644 index 4d22d403877..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DelegateWithGuidFieldArgument.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "customer": { - "guid": "01e2f5dc0f19430599d33c5c234a6524" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DelegateWithIntFieldArgument.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DelegateWithIntFieldArgument.snap deleted file mode 100644 index 03c8f2064a3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.DelegateWithIntFieldArgument.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "customer": { - "int": 1 - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilder.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilder.snap deleted file mode 100644 index 2919175a263..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilder.snap +++ /dev/null @@ -1,35 +0,0 @@ -{ - "Data": { - "a": { - "bar": "Freddy Freeman", - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx" - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy" - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=" - } - ] - }, - "b": { - "foo": "Freddy Freeman", - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx" - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy" - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=" - } - ] - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderVariableArguments.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderVariableArguments.snap deleted file mode 100644 index e27a5c5bb37..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderVariableArguments.snap +++ /dev/null @@ -1,23 +0,0 @@ -{ - "Data": { - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "customerId": "1", - "foo": "this variable is passed to remote query!" - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "customerId": "1", - "foo": "this variable is passed to remote query!" - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "customerId": "1" - } - ] - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderWithLocalSchema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderWithLocalSchema.snap deleted file mode 100644 index f19467bbd54..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderWithLocalSchema.snap +++ /dev/null @@ -1,25 +0,0 @@ -{ - "Data": { - "a": { - "bar": "Freddy Freeman", - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - }, - "hello": "Hello World" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderWithRenamedType.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderWithRenamedType.snap deleted file mode 100644 index 2dff4ba80ba..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryBuilderWithRenamedType.snap +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Data": { - "a": { - "bar": "Freddy Freeman", - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryWithComputedField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryWithComputedField.snap deleted file mode 100644 index 06c973c6402..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchedQueryWithComputedField.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "customer": { - "foo": "Freddy Freeman_Q3VzdG9tZXIKZDE=" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryDeepObjectPath.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryDeepObjectPath.snap deleted file mode 100644 index 826b29be597..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryDeepObjectPath.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "consultant": { - "name": "Jordan Belfort" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryDeepScalarPath.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryDeepScalarPath.snap deleted file mode 100644 index d4772cd2a88..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryDeepScalarPath.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "consultantName": "Jordan Belfort" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithArguments.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithArguments.snap deleted file mode 100644 index c55ca18982e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithArguments.snap +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Data": { - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx" - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy" - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=" - } - ] - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithFragmentDefinition.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithFragmentDefinition.snap deleted file mode 100644 index fc1cfdddcf2..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithFragmentDefinition.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "Data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithInlineFragment.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithInlineFragment.snap deleted file mode 100644 index fc1cfdddcf2..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithInlineFragment.snap +++ /dev/null @@ -1,27 +0,0 @@ -{ - "Data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithUnion.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithUnion.snap deleted file mode 100644 index d201e47046f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithUnion.snap +++ /dev/null @@ -1,30 +0,0 @@ -{ - "Data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - }, - "consultant": { - "name": "Jordan Belfort" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithVariables.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithVariables.snap deleted file mode 100644 index 574a3406f17..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExecuteStitchingQueryWithVariables.snap +++ /dev/null @@ -1,28 +0,0 @@ -{ - "Data": { - "customer": { - "name": "Freddy Freeman", - "consultant": { - "name": "Jordan Belfort" - }, - "complexArg": "", - "contracts": [ - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQx", - "premium": 123456.11 - }, - { - "id": "TGlmZUluc3VyYW5jZUNvbnRyYWN0CmQy", - "premium": 456789.12 - }, - { - "id": "U29tZU90aGVyQ29udHJhY3QKZDE=", - "expiryDate": "2015-02-01T00:00:00.000Z" - } - ] - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExtendedScalarAsInAndOutputType.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExtendedScalarAsInAndOutputType.snap deleted file mode 100644 index 247febeb456..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ExtendedScalarAsInAndOutputType.snap +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Data": { - "a": "2018-01-01T01:00:00.000Z", - "b": "2019-01-01T01:00:00.000Z" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.HttpErrorsHavePathSet.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.HttpErrorsHavePathSet.snap deleted file mode 100644 index 360869a0c68..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.HttpErrorsHavePathSet.snap +++ /dev/null @@ -1,45 +0,0 @@ -{ - "Data": { - "customer": null - }, - "Errors": [ - { - "Message": "Unexpected Execution Error", - "Code": "STITCHING_HTTP_REQUEST_EXCEPTION", - "Path": [ - "customer" - ], - "Locations": [ - { - "Line": 3, - "Column": 29 - } - ], - "Exception": { - "StackTrace": " at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()\n at HotChocolate.Stitching.Utilities.HttpQueryClient.FetchInternalAsync(HttpContent requestContent, HttpClient httpClient) in /Users/michael/local/hc/src/HotChocolate/Stitching/src/Stitching/Utilities/HttpQueryClient.cs:line 151\n at HotChocolate.Stitching.Utilities.HttpQueryClient.FetchAsync(IQueryRequest request, HttpContent requestContent, HttpClient httpClient, IEnumerable`1 interceptors, CancellationToken cancellationToken) in /Users/michael/local/hc/src/HotChocolate/Stitching/src/Stitching/Utilities/HttpQueryClient.cs:line 69\n at HotChocolate.Stitching.Utilities.HttpQueryClient.FetchAsync(IQueryRequest request, HttpClient httpClient, IEnumerable`1 interceptors, CancellationToken cancellationToken) in /Users/michael/local/hc/src/HotChocolate/Stitching/src/Stitching/Utilities/HttpQueryClient.cs:line 53\n at HotChocolate.Stitching.Delegation.RemoteQueryMiddleware.InvokeAsync(IQueryContext context) in /Users/michael/local/hc/src/HotChocolate/Stitching/src/Stitching/Delegation/RemoteQueryMiddleware.cs:line 39", - "Message": "Response status code does not indicate success: 503 (Service Unavailable).", - "Data": {}, - "InnerException": null, - "HelpLink": null, - "Source": "System.Net.Http", - "HResult": -2146233088 - }, - "Extensions": { - "code": "STITCHING_HTTP_REQUEST_EXCEPTION", - "remote": { - "Message": "Unexpected Execution Error", - "Code": "STITCHING_HTTP_REQUEST_EXCEPTION", - "Path": null, - "Locations": [], - "Exception": null, - "Extensions": { - "code": "STITCHING_HTTP_REQUEST_EXCEPTION" - } - }, - "schemaName": "customer" - } - } - ], - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.Query_WithEnumArgument_EnumIsCorrectlyPassed.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.Query_WithEnumArgument_EnumIsCorrectlyPassed.snap deleted file mode 100644 index dcf00b2f3e8..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.Query_WithEnumArgument_EnumIsCorrectlyPassed.snap +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Data": { - "standard": { - "id": "Q3VzdG9tZXIKZDI=", - "kind": "STANDARD" - }, - "premium": { - "id": "Q3VzdG9tZXIKZDE=", - "kind": "PREMIUM" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ReplaceField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ReplaceField.snap deleted file mode 100644 index 700a34d4395..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.ReplaceField.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "a": { - "name": "Far far away 1" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutation.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutation.snap deleted file mode 100644 index 254f2207dc5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutation.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Data": { - "createCustomer": { - "customer": { - "name": "a", - "contracts": [] - } - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedFieldArgument.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedFieldArgument.snap deleted file mode 100644 index 254f2207dc5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedFieldArgument.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Data": { - "createCustomer": { - "customer": { - "name": "a", - "contracts": [] - } - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputField.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputField.snap deleted file mode 100644 index 254f2207dc5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputField.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Data": { - "createCustomer": { - "customer": { - "name": "a", - "contracts": [] - } - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldInVariables.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldInVariables.snap deleted file mode 100644 index 1da4b782edd..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldInVariables.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Data": { - "createCustomer": { - "customer": { - "name": "abc", - "contracts": [] - } - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldInVariablesList.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldInVariablesList.snap deleted file mode 100644 index 58711e9155c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldInVariablesList.snap +++ /dev/null @@ -1,21 +0,0 @@ -{ - "Data": { - "createCustomers": [ - { - "customer": { - "name": "abc", - "contracts": [] - } - }, - { - "customer": { - "name": "def", - "contracts": [] - } - } - ] - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldList.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldList.snap deleted file mode 100644 index e2e4469f924..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputFieldList.snap +++ /dev/null @@ -1,21 +0,0 @@ -{ - "Data": { - "createCustomers": [ - { - "customer": { - "name": "a", - "contracts": [] - } - }, - { - "customer": { - "name": "b", - "contracts": [] - } - } - ] - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputType.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputType.snap deleted file mode 100644 index 254f2207dc5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/DelegateToRemoteSchemaMiddlewareTests.StitchedMutationWithRenamedInputType.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Data": { - "createCustomer": { - "customer": { - "name": "a", - "contracts": [] - } - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ErrorBehaviour.ConnectionLost.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ErrorBehaviour.ConnectionLost.snap deleted file mode 100644 index bdc544d46f3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ErrorBehaviour.ConnectionLost.snap +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Data": { - "createCustomer": null - }, - "Extensions": {}, - "Errors": [ - { - "Message": "System.Net.Http.HttpRequestException", - "Code": null, - "Path": null, - "Locations": [], - "Exception": null, - "Extensions": {} - } - ], - "ContextData": {} -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/Errorbehavior.ConnectionLost.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/Errorbehavior.ConnectionLost.snap deleted file mode 100644 index bdc544d46f3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/Errorbehavior.ConnectionLost.snap +++ /dev/null @@ -1,17 +0,0 @@ -{ - "Data": { - "createCustomer": null - }, - "Extensions": {}, - "Errors": [ - { - "Message": "System.Net.Http.HttpRequestException", - "Code": null, - "Path": null, - "Locations": [], - "Exception": null, - "Extensions": {} - } - ], - "ContextData": {} -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/HttpInterceptorTests.InterceptHttpRequestAndDelegateHeaders.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/HttpInterceptorTests.InterceptHttpRequestAndDelegateHeaders.snap deleted file mode 100644 index 8c583cb438d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/HttpInterceptorTests.InterceptHttpRequestAndDelegateHeaders.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "customer": { - "inter": "bar" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/InputObjectDelegationTests.AllowInputObjectTypesAsArguments_result.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/InputObjectDelegationTests.AllowInputObjectTypesAsArguments_result.snap deleted file mode 100644 index abc17eea785..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/InputObjectDelegationTests.AllowInputObjectTypesAsArguments_result.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "baz": "String 123" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/InputObjectDelegationTests.AllowInputObjectTypesAsArguments_schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/InputObjectDelegationTests.AllowInputObjectTypesAsArguments_schema.snap deleted file mode 100644 index 748c38c36f3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/InputObjectDelegationTests.AllowInputObjectTypesAsArguments_schema.snap +++ /dev/null @@ -1,23 +0,0 @@ -schema { - query: Query -} - -type Query { - baz(a: Bar): String @delegate(schema: "server_1", path: "foo(a:$arguments:a)") - foo(a: Bar): String @delegate(schema: "server_1") -} - -input Bar @source(name: "Bar", schema: "server_1") { - a: String -} - -directive @delegate(path: String "The name of the schema to which this field shall be delegated to." schema: Name!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: Name! "The name of the schema to which this type belongs to." schema: Name!) repeatable on ENUM | OBJECT | INTERFACE | UNION | INPUT_OBJECT | FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE - -"The name scalar represents a valid GraphQL name as specified in the spec and can be used to refer to fields or types." -scalar Name - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Argument.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Argument.snap deleted file mode 100644 index 092e327bdd3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Argument.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "custom_scalar_stitched": "2019-11-11" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Input_Argument.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Input_Argument.snap deleted file mode 100644 index 708b9eb7006..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Input_Argument.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "custom_scalar_complex_stitched": "2019-11-11-2019-11-17" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Input_Argument_Unstitched.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Input_Argument_Unstitched.snap deleted file mode 100644 index 8bd9f5872b2..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Delegated_Input_Argument_Unstitched.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "custom_scalar_complex": "2019-11-11-2019-11-17" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Types.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Types.snap deleted file mode 100644 index dac8b32d19a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Custom_Scalar_Types.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "custom_scalar": "custom_string" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_byte_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_byte_field.snap deleted file mode 100644 index c81e907d753..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_byte_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "byte_field": 123 - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_date_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_date_field.snap deleted file mode 100644 index b23422c00ac..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_date_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "date_field": "2018-05-17" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_date_time_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_date_time_field.snap deleted file mode 100644 index 7b819a85cea..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_date_time_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "date_time_field": "2018-05-17T08:59:00.000Z" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_decimal_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_decimal_field.snap deleted file mode 100644 index d6ec7defe4e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_decimal_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "decimal_field": 123.123 - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_float_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_float_field.snap deleted file mode 100644 index 54b4e4da657..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_float_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "float_field": 123.123 - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_id_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_id_field.snap deleted file mode 100644 index fa7f3de0bef..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_id_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "id_field": "abc_123" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_int_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_int_field.snap deleted file mode 100644 index c7a14aeff21..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_int_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "int_field": 123 - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_long_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_long_field.snap deleted file mode 100644 index 547e79cc91a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_long_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "long_field": 123 - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_string_field.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_string_field.snap deleted file mode 100644 index 483a2316d5a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/ScalarTests.Scalar_Serializes_And_Deserializes_Correctly_string_field.snap +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Data": { - "contract": { - "string_field": "abc" - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeExtensionTests.AddObjectTypeExtension.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeExtensionTests.AddObjectTypeExtension.snap deleted file mode 100644 index 66cbea87738..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeExtensionTests.AddObjectTypeExtension.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "foo": "bar" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeExtensionTests.UseSchemaBuilder.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeExtensionTests.UseSchemaBuilder.snap deleted file mode 100644 index 66cbea87738..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeExtensionTests.UseSchemaBuilder.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "foo": "bar" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeRewriterTests.CustomRewriterTakesPriority_result.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeRewriterTests.CustomRewriterTakesPriority_result.snap deleted file mode 100644 index 66cbea87738..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeRewriterTests.CustomRewriterTakesPriority_result.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "foo": "bar" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeRewriterTests.CustomRewriterTakesPriority_schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeRewriterTests.CustomRewriterTakesPriority_schema.snap deleted file mode 100644 index 068285c3edf..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeRewriterTests.CustomRewriterTakesPriority_schema.snap +++ /dev/null @@ -1,15 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String @delegate(schema: "someSchema", path: "foo(a: $contextData:foo_a)") -} - -directive @delegate(path: String "The name of the schema to which this field shall be delegated to." schema: Name!) on FIELD_DEFINITION - -"The name scalar represents a valid GraphQL name as specified in the spec and can be used to refer to fields or types." -scalar Name - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeSystemDirectivesTests.SourceSchemaHasTypeSystemDirectives_result.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeSystemDirectivesTests.SourceSchemaHasTypeSystemDirectives_result.snap deleted file mode 100644 index 66cbea87738..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeSystemDirectivesTests.SourceSchemaHasTypeSystemDirectives_result.snap +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Data": { - "foo": "bar" - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeSystemDirectivesTests.SourceSchemaHasTypeSystemDirectives_schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeSystemDirectivesTests.SourceSchemaHasTypeSystemDirectives_schema.snap deleted file mode 100644 index 7f25f6bf1a1..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/TypeSystemDirectivesTests.SourceSchemaHasTypeSystemDirectives_schema.snap +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: Query -} - -type Query { - foo: String @bar @delegate(schema: "server_1") -} - -directive @bar on FIELD_DEFINITION - -directive @delegate(path: String "The name of the schema to which this field shall be delegated to." schema: Name!) on FIELD_DEFINITION - -"The name scalar represents a valid GraphQL name as specified in the spec and can be used to refer to fields or types." -scalar Name - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ListVariableIsCorrectlyPassed_result.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ListVariableIsCorrectlyPassed_result.snap deleted file mode 100644 index 57bc5dbc5ea..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ListVariableIsCorrectlyPassed_result.snap +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Data": { - "customers": [ - { - "id": "Q3VzdG9tZXIKZDE=" - }, - { - "id": "Q3VzdG9tZXIKZDE=" - } - ] - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ListVariableIsCorrectlyPassed_schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ListVariableIsCorrectlyPassed_schema.snap deleted file mode 100644 index fec8748ff60..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ListVariableIsCorrectlyPassed_schema.snap +++ /dev/null @@ -1,179 +0,0 @@ -schema { - query: Query - mutation: Mutation -} - -interface Contract @source(name: "Contract", schema: "contract") { - customerId: ID! - id: ID! -} - -type Consultant @source(name: "Consultant", schema: "customer") { - customers(after: String before: String first: PaginationAmount last: PaginationAmount): CustomerConnection - id: ID! - name: String! -} - -type CreateCustomerPayload @source(name: "CreateCustomerPayload", schema: "customer") { - customer: Customer -} - -type Customer @source(name: "Customer", schema: "customer") { - complexArg(arg: ComplexInputType): String - consultant(customer: CustomerInput): Consultant - id: ID! - kind: CustomerKind! - name: String! - say(input: SayInput!): String - someGuid: UUID! - someInt: Int! - street: String! -} - -"A connection to a list of items." -type CustomerConnection @source(name: "CustomerConnection", schema: "customer") { - "A list of edges." - edges: [CustomerEdge!] - "A flattened list of the nodes." - nodes: [Customer] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -"An edge in a connection." -type CustomerEdge @source(name: "CustomerEdge", schema: "customer") { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "contract") { - byte_field: Byte - customerId: ID! - date_field: Date - date_time_field: DateTime - decimal_field: Decimal - error: String - float_field: Float - foo(bar: String): String - id: ID! - id_field: ID - int_field: Int - long_field: Long - premium: Float! - string_field: String -} - -type Mutation { - createCustomer(input: CreateCustomerInput): CreateCustomerPayload @delegate(schema: "customer") - createCustomers(inputs: [CreateCustomerInput]): [CreateCustomerPayload] @delegate(schema: "customer") -} - -"Information about pagination in a connection." -type PageInfo @source(name: "PageInfo", schema: "customer") { - "When paginating forwards, the cursor to continue." - endCursor: String - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String -} - -type Query { - consultant(id: ID!): Consultant @delegate(schema: "customer") - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - customer(id: ID!): Customer @delegate(schema: "customer") - customerByKind(kind: CustomerKind!): Customer @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") - customers(ids: [ID!]!): [Customer] @delegate(schema: "customer") - extendedScalar(d: DateTime): DateTime @delegate(schema: "contract") - guid(guid: UUID!): UUID! @delegate(schema: "contract") - int(i: Int!): Int! @delegate(schema: "contract") -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "contract") { - customerId: ID! - expiryDate: DateTime! - id: ID! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} - -input CreateCustomerInput @source(name: "CreateCustomerInput", schema: "customer") { - consultantId: String - name: String - street: String -} - -input CustomerInput @source(name: "CustomerInput", schema: "customer") { - consultantId: String - id: String - kind: CustomerKind! - name: String - someGuid: UUID! - someInt: Int! - street: String -} - -input SayInput @source(name: "SayInput", schema: "customer") { - words: [String] -} - -enum CustomerKind @source(name: "CustomerKind", schema: "customer") { - STANDARD - PREMIUM -} - -directive @delegate(path: String "The name of the schema to which this field shall be delegated to." schema: Name!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: Name! "The name of the schema to which this type belongs to." schema: Name!) repeatable on ENUM | OBJECT | INTERFACE | UNION | INPUT_OBJECT | FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE - -"The `Boolean` scalar type represents `true` or `false`." -scalar Boolean - -"The `Byte` scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255." -scalar Byte - -"The `Date` scalar represents an ISO-8601 compliant date type." -scalar Date - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http:\/\/en.wikipedia.org\/wiki\/IEEE_floating_point)." -scalar Float - -"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID." -scalar ID - -"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1." -scalar Int - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The name scalar represents a valid GraphQL name as specified in the spec and can be used to refer to fields or types." -scalar Name - -scalar PaginationAmount - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String - -scalar UUID diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ObjectFieldVariableIsCorrectlyPassed_result.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ObjectFieldVariableIsCorrectlyPassed_result.snap deleted file mode 100644 index d7379de080e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ObjectFieldVariableIsCorrectlyPassed_result.snap +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Data": { - "createCustomer": { - "customer": { - "name": "someName", - "kind": "STANDARD" - } - } - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ObjectFieldVariableIsCorrectlyPassed_schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ObjectFieldVariableIsCorrectlyPassed_schema.snap deleted file mode 100644 index 6d85c906bff..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ObjectFieldVariableIsCorrectlyPassed_schema.snap +++ /dev/null @@ -1,179 +0,0 @@ -schema { - query: Query - mutation: Mutation -} - -interface Contract @source(name: "Contract", schema: "contract") { - customerId: ID! - id: ID! -} - -type Consultant @source(name: "Consultant", schema: "customer") { - customers(after: String before: String first: PaginationAmount last: PaginationAmount): CustomerConnection - id: ID! - name: String! -} - -type CreateCustomerPayload @source(name: "CreateCustomerPayload", schema: "customer") { - customer: Customer -} - -type Customer @source(name: "Customer", schema: "customer") { - complexArg(arg: ComplexInputType): String - consultant(customer: CustomerInput): Consultant - id: ID! - kind: CustomerKind! - name: String! - say(input: SayInput!): String - someGuid: UUID! - someInt: Int! - street: String! -} - -"A connection to a list of items." -type CustomerConnection @source(name: "CustomerConnection", schema: "customer") { - "A list of edges." - edges: [CustomerEdge!] - "A flattened list of the nodes." - nodes: [Customer] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -"An edge in a connection." -type CustomerEdge @source(name: "CustomerEdge", schema: "customer") { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "contract") { - byte_field: Byte - customerId: ID! - date_field: Date - date_time_field: DateTime - decimal_field: Decimal - error: String - float_field: Float - foo(bar: String): String - id: ID! - id_field: ID - int_field: Int - long_field: Long - premium: Float! - string_field: String -} - -type Mutation { - createCustomer(input: CreateCustomerInput): CreateCustomerPayload @delegate(schema: "customer") - createCustomers(inputs: [CreateCustomerInput]): [CreateCustomerPayload] @delegate(schema: "customer") -} - -"Information about pagination in a connection." -type PageInfo @source(name: "PageInfo", schema: "customer") { - "When paginating forwards, the cursor to continue." - endCursor: String - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String -} - -type Query { - consultant(id: ID!): Consultant @delegate(schema: "customer") - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - customer(id: ID!): Customer @delegate(schema: "customer") - customerByKind(kind: CustomerKind!): Customer @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") - customers(ids: [ID!]!): [Customer] @delegate(schema: "customer") - extendedScalar(d: DateTime): DateTime @delegate(schema: "contract") - guid(guid: UUID!): UUID! @delegate(schema: "contract") - int(i: Int!): Int! @delegate(schema: "contract") -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "contract") { - customerId: ID! - expiryDate: DateTime! - id: ID! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} - -input CreateCustomerInput @source(name: "CreateCustomerInput", schema: "customer") { - consultantId: String - name: String - street: String -} - -input CustomerInput @source(name: "CustomerInput", schema: "customer") { - consultantId: String - id: String - kind: CustomerKind! - name: String - someGuid: UUID! - someInt: Int! - street: String -} - -input SayInput @source(name: "SayInput", schema: "customer") { - words: [String] -} - -enum CustomerKind @source(name: "CustomerKind", schema: "customer") { - STANDARD - PREMIUM -} - -directive @delegate(path: String "The name of the schema to which this field shall be delegated to." schema: Name!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: Name! "The name of the schema to which this type belongs to." schema: Name!) repeatable on ENUM | OBJECT | INTERFACE | UNION | INPUT_OBJECT | FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE - -"The `Boolean` scalar type represents `true` or `false`." -scalar Boolean - -"The `Byte` scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255." -scalar Byte - -"The `Date` scalar represents an ISO-8601 compliant date type." -scalar Date - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http:\/\/en.wikipedia.org\/wiki\/IEEE_floating_point)." -scalar Float - -"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID." -scalar ID - -"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1." -scalar Int - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The name scalar represents a valid GraphQL name as specified in the spec and can be used to refer to fields or types." -scalar Name - -scalar PaginationAmount - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String - -scalar UUID diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ScopedListVariableIsCorrectlyPassed_result.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ScopedListVariableIsCorrectlyPassed_result.snap deleted file mode 100644 index 83a411b8d07..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ScopedListVariableIsCorrectlyPassed_result.snap +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Data": { - "allCustomers": [ - { - "id": "Q3VzdG9tZXIKZDE=" - }, - { - "id": "Q3VzdG9tZXIKZDE=" - } - ] - }, - "Errors": null, - "Extensions": null, - "ContextData": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ScopedListVariableIsCorrectlyPassed_schema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ScopedListVariableIsCorrectlyPassed_schema.snap deleted file mode 100644 index 73de3011f0b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Middleware/__snapshots__/VariableDelegationTests.ScopedListVariableIsCorrectlyPassed_schema.snap +++ /dev/null @@ -1,180 +0,0 @@ -schema { - query: Query - mutation: Mutation -} - -interface Contract @source(name: "Contract", schema: "contract") { - customerId: ID! - id: ID! -} - -type Consultant @source(name: "Consultant", schema: "customer") { - customers(after: String before: String first: PaginationAmount last: PaginationAmount): CustomerConnection - id: ID! - name: String! -} - -type CreateCustomerPayload @source(name: "CreateCustomerPayload", schema: "customer") { - customer: Customer -} - -type Customer @source(name: "Customer", schema: "customer") { - complexArg(arg: ComplexInputType): String - consultant(customer: CustomerInput): Consultant - id: ID! - kind: CustomerKind! - name: String! - say(input: SayInput!): String - someGuid: UUID! - someInt: Int! - street: String! -} - -"A connection to a list of items." -type CustomerConnection @source(name: "CustomerConnection", schema: "customer") { - "A list of edges." - edges: [CustomerEdge!] - "A flattened list of the nodes." - nodes: [Customer] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -"An edge in a connection." -type CustomerEdge @source(name: "CustomerEdge", schema: "customer") { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "contract") { - byte_field: Byte - customerId: ID! - date_field: Date - date_time_field: DateTime - decimal_field: Decimal - error: String - float_field: Float - foo(bar: String): String - id: ID! - id_field: ID - int_field: Int - long_field: Long - premium: Float! - string_field: String -} - -type Mutation { - createCustomer(input: CreateCustomerInput): CreateCustomerPayload @delegate(schema: "customer") - createCustomers(inputs: [CreateCustomerInput]): [CreateCustomerPayload] @delegate(schema: "customer") -} - -"Information about pagination in a connection." -type PageInfo @source(name: "PageInfo", schema: "customer") { - "When paginating forwards, the cursor to continue." - endCursor: String - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String -} - -type Query { - allCustomers: [Customer!] @delegate(path: "customers(ids: $contextData:ids)", schema: "customer") - consultant(id: ID!): Consultant @delegate(schema: "customer") - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - customer(id: ID!): Customer @delegate(schema: "customer") - customerByKind(kind: CustomerKind!): Customer @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") - customers(ids: [ID!]!): [Customer] @delegate(schema: "customer") - extendedScalar(d: DateTime): DateTime @delegate(schema: "contract") - guid(guid: UUID!): UUID! @delegate(schema: "contract") - int(i: Int!): Int! @delegate(schema: "contract") -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "contract") { - customerId: ID! - expiryDate: DateTime! - id: ID! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} - -input CreateCustomerInput @source(name: "CreateCustomerInput", schema: "customer") { - consultantId: String - name: String - street: String -} - -input CustomerInput @source(name: "CustomerInput", schema: "customer") { - consultantId: String - id: String - kind: CustomerKind! - name: String - someGuid: UUID! - someInt: Int! - street: String -} - -input SayInput @source(name: "SayInput", schema: "customer") { - words: [String] -} - -enum CustomerKind @source(name: "CustomerKind", schema: "customer") { - STANDARD - PREMIUM -} - -directive @delegate(path: String "The name of the schema to which this field shall be delegated to." schema: Name!) on FIELD_DEFINITION - -"Annotates the original name of a type." -directive @source("The original name of the annotated type." name: Name! "The name of the schema to which this type belongs to." schema: Name!) repeatable on ENUM | OBJECT | INTERFACE | UNION | INPUT_OBJECT | FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM_VALUE - -"The `Boolean` scalar type represents `true` or `false`." -scalar Boolean - -"The `Byte` scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255." -scalar Byte - -"The `Date` scalar represents an ISO-8601 compliant date type." -scalar Date - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http:\/\/en.wikipedia.org\/wiki\/IEEE_floating_point)." -scalar Float - -"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID." -scalar ID - -"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1." -scalar Int - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -"The name scalar represents a valid GraphQL name as specified in the spec and can be used to refer to fields or types." -scalar Name - -scalar PaginationAmount - -"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text." -scalar String - -scalar UUID diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/BufferedRequestTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/BufferedRequestTests.cs deleted file mode 100644 index 412b151092c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/BufferedRequestTests.cs +++ /dev/null @@ -1,215 +0,0 @@ -using System; -using System.Linq; -using System.Threading.Tasks; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Stitching.Schemas.Customers; -using Microsoft.Extensions.DependencyInjection; -using Xunit; - -namespace HotChocolate.Stitching.Requests; - -public class BufferedRequestTests -{ - [Fact] - public async Task Create_BufferedRequest() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var query = "query abc($id: ID) { customer(id: $id) { name } }"; - - var request = - QueryRequestBuilder.New() - .SetQuery(query) - .Create(); - - // act - var bufferedRequest = BufferedRequest.Create(request, schema); - - // assert - Assert.Equal(request, bufferedRequest.Request); - Assert.Equal(query, bufferedRequest.Document.ToString(false)); - Assert.Equal( - bufferedRequest.Document.Definitions.OfType<OperationDefinitionNode>().First(), - bufferedRequest.Operation); - Assert.NotNull(bufferedRequest.Promise); - Assert.Null(bufferedRequest.Aliases); - } - - [Fact] - public async Task Create_BufferedRequest_Operation_Correctly_Resolved() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var query = "query abc($id: ID) { customer(id: $id) { name } } " + - "query def($id: ID) { customer(id: $id) { name } }"; - - var request = - QueryRequestBuilder.New() - .SetQuery(query) - .SetOperation("def") - .Create(); - - // act - var bufferedRequest = BufferedRequest.Create(request, schema); - - // assert - Assert.Equal(request, bufferedRequest.Request); - Assert.Equal(query, bufferedRequest.Document.ToString(false)); - Assert.Equal( - bufferedRequest.Document.Definitions.OfType<OperationDefinitionNode>().Last(), - bufferedRequest.Operation); - Assert.NotNull(bufferedRequest.Promise); - Assert.Null(bufferedRequest.Aliases); - } - - [Fact] - public async Task Create_BufferedRequest_Rewrite_Variables_To_Literals() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var query = "query abc($id: ID) { customer(id: $id) { name } }"; - - var request = - QueryRequestBuilder.New() - .SetQuery(query) - .SetVariableValue("id", 1) - .Create(); - - // act - var bufferedRequest = BufferedRequest.Create(request, schema); - - // assert - Assert.NotEqual(request, bufferedRequest.Request); - Assert.Collection(bufferedRequest.Request.VariableValues!, - t => Assert.IsType<StringValueNode>(t.Value)); - } - - [Fact] - public async Task Create_BufferedRequest_Rewrite_Variables_To_Literals_2() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var query = "query abc($id: ID) { customer(id: $id) { name } }"; - - var request = - QueryRequestBuilder.New() - .SetQuery(query) - .SetVariableValue("id", "1") - .Create(); - - // act - var bufferedRequest = BufferedRequest.Create(request, schema); - - // assert - Assert.NotEqual(request, bufferedRequest.Request); - Assert.Collection(bufferedRequest.Request.VariableValues!, - t => Assert.IsType<StringValueNode>(t.Value)); - } - - [Fact] - public async Task Create_BufferedRequest_Literals_Are_Not_Rewritten() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var query = "query abc($id: ID) { customer(id: $id) { name } }"; - - var idValue = new StringValueNode("1"); - - var request = - QueryRequestBuilder.New() - .SetQuery(query) - .SetVariableValue("id", idValue) - .Create(); - - // act - var bufferedRequest = BufferedRequest.Create(request, schema); - - // assert - Assert.NotEqual(request, bufferedRequest.Request); - Assert.Collection(bufferedRequest.Request.VariableValues!, - t => Assert.Same(idValue, t.Value)); - } - - [Fact] - public async Task Create_BufferedRequest_Request_Is_Null() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - // act - void Action() => BufferedRequest.Create(null!, schema); - - // assert - Assert.Throws<ArgumentNullException>(Action); - } - - [Fact] - public async Task Create_BufferedRequest_Request_Query_Is_Null() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var request = - QueryRequestBuilder.New() - .SetQueryId("abc") - .Create(); - - // act - void Action() => BufferedRequest.Create(request, schema); - - // assert - Assert.Throws<ArgumentException>(Action); - } - - [Fact] - public void Create_BufferedRequest_Schema_Is_Null() - { - // arrange - var query = "query abc($id: ID) { customer(id: $id) { name } }"; - - var request = - QueryRequestBuilder.New() - .SetQuery(query) - .Create(); - - // act - void Action() => BufferedRequest.Create(request, null!); - - // assert - Assert.Throws<ArgumentNullException>(Action); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/MergeRequestHelperTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/MergeRequestHelperTests.cs deleted file mode 100644 index ce4d9c71f01..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/MergeRequestHelperTests.cs +++ /dev/null @@ -1,199 +0,0 @@ -using Microsoft.Extensions.DependencyInjection; -using HotChocolate.Execution; -using HotChocolate.Language; -using HotChocolate.Stitching.Schemas.Customers; -using Snapshooter.Xunit; - -namespace HotChocolate.Stitching.Requests; - -public class MergeRequestHelperTests -{ - [Fact] - public async Task Create_BufferedRequest() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var queryA = "query abc($id: ID) { customer(id: $id) { name } }"; - var queryB = "query abc($id: ID) { customer(id: $id) { id } }"; - - var requestA = - QueryRequestBuilder.New() - .SetQuery(queryA) - .SetVariableValue("id", "1") - .Create(); - - var requestB = - QueryRequestBuilder.New() - .SetQuery(queryB) - .SetVariableValue("id", "1") - .Create(); - - var bufferedRequestA = BufferedRequest.Create(requestA, schema); - var bufferedRequestB = BufferedRequest.Create(requestB, schema); - - // act - var mergeResult = - MergeRequestHelper.MergeRequests( - new[] { bufferedRequestA, bufferedRequestB }); - - // assert - string.Join(Environment.NewLine + "-------" + Environment.NewLine, - mergeResult - .Select(t => t.Item1) - .Select(t => Utf8GraphQLParser.Parse(t.Query!.AsSpan()).ToString(true))) - .MatchSnapshot(); - } - - [Fact] - public async Task Create_BufferedRequest_AutoGenerated() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var queryA = "query abc($id: ID) { customer(id: $id) { name } }"; - var queryB = "query abc($id: ID) { customer(id: $id) { id } }"; - - var requestA = - QueryRequestBuilder.New() - .SetQuery(queryA) - .SetVariableValue("id", "1") - .SetGlobalState(WellKnownContextData.IsAutoGenerated, true) - .Create(); - - var requestB = - QueryRequestBuilder.New() - .SetQuery(queryB) - .SetVariableValue("id", "1") - .SetGlobalState(WellKnownContextData.IsAutoGenerated, true) - .Create(); - - var bufferedRequestA = BufferedRequest.Create(requestA, schema); - var bufferedRequestB = BufferedRequest.Create(requestB, schema); - - // act - var mergeResult = - MergeRequestHelper.MergeRequests( - new[] { bufferedRequestA, bufferedRequestB }); - - // assert - string.Join(Environment.NewLine + "-------" + Environment.NewLine, - mergeResult - .Select(t => t.Item1) - .Select(t => Utf8GraphQLParser.Parse(t.Query!.AsSpan()).ToString(true))) - .MatchSnapshot(); - } - - [Fact] - public async Task Create_BufferedRequest_With_Mixed_Operations() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var queryA = "query abc($id: ID) { customer(id: $id) { name } }"; - var queryB = "query abc($id: ID) { customer(id: $id) { id } }"; - var queryC = "mutation { createCustomer(input: { name: \"a\" }) { customer { id } } }"; - - var requestA = - QueryRequestBuilder.New() - .SetQuery(queryA) - .SetVariableValue("id", "1") - .Create(); - - var requestB = - QueryRequestBuilder.New() - .SetQuery(queryB) - .SetVariableValue("id", "1") - .Create(); - - var requestC = - QueryRequestBuilder.New() - .SetQuery(queryC) - .Create(); - - var bufferedRequestA = BufferedRequest.Create(requestA, schema); - var bufferedRequestB = BufferedRequest.Create(requestB, schema); - var bufferedRequestC = BufferedRequest.Create(requestC, schema); - - // act - var mergeResult = - MergeRequestHelper.MergeRequests(new[] - { - bufferedRequestA, - bufferedRequestB, - bufferedRequestC - }); - - // assert - string.Join(Environment.NewLine + "-------" + Environment.NewLine, - mergeResult - .Select(t => t.Item1) - .Select(t => Utf8GraphQLParser.Parse(t.Query!.AsSpan()).ToString(true))) - .MatchSnapshot(); - } - - [Fact] - public async Task Merge_Requests_With_Variables_On_Directives() - { - // arrange - var schema = - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync(); - - var queryA = - @"query abc($id: ID $if: Boolean) { - customer(id: $id) { - name @include(id: $if) - } - }"; - - var queryB = - @"query abc($id: ID $if: Boolean) { - customer(id: $id) { - id @include(id: $if) - } - }"; - - var requestA = - QueryRequestBuilder.New() - .SetQuery(queryA) - .SetVariableValue("id", "1") - .SetVariableValue("if", true) - .Create(); - - var requestB = - QueryRequestBuilder.New() - .SetQuery(queryB) - .SetVariableValue("id", "1") - .SetVariableValue("if", true) - .Create(); - - var bufferedRequestA = BufferedRequest.Create(requestA, schema); - var bufferedRequestB = BufferedRequest.Create(requestB, schema); - - // act - var mergeResult = - MergeRequestHelper.MergeRequests(new[] { bufferedRequestA, bufferedRequestB }); - - // assert - string.Join(Environment.NewLine + "-------" + Environment.NewLine, - mergeResult - .Select(t => t.Item1) - .Select(t => Utf8GraphQLParser.Parse(t.Query!.AsSpan()).ToString(true))) - .MatchSnapshot(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest.snap deleted file mode 100644 index aac799030ef..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest.snap +++ /dev/null @@ -1,8 +0,0 @@ -query exec_batch($__0__id: ID, $__1__id: ID) { - __0__customer: customer(id: $__0__id) { - name - } - __1__customer: customer(id: $__1__id) { - id - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest_AutoGenerated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest_AutoGenerated.snap deleted file mode 100644 index aac799030ef..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest_AutoGenerated.snap +++ /dev/null @@ -1,8 +0,0 @@ -query exec_batch($__0__id: ID, $__1__id: ID) { - __0__customer: customer(id: $__0__id) { - name - } - __1__customer: customer(id: $__1__id) { - id - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest_With_Mixed_Operations.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest_With_Mixed_Operations.snap deleted file mode 100644 index 32c52cfa83c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Create_BufferedRequest_With_Mixed_Operations.snap +++ /dev/null @@ -1,16 +0,0 @@ -query exec_batch($__0__id: ID, $__1__id: ID) { - __0__customer: customer(id: $__0__id) { - name - } - __1__customer: customer(id: $__1__id) { - id - } -} -------- -mutation exec_batch { - __0__createCustomer: createCustomer(input: { name: "a" }) { - customer { - id - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Merge_Requests_With_Variables_On_Directives.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Merge_Requests_With_Variables_On_Directives.snap deleted file mode 100644 index 0c63fba955e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Requests/__snapshots__/MergeRequestHelperTests.Merge_Requests_With_Variables_On_Directives.snap +++ /dev/null @@ -1,8 +0,0 @@ -query exec_batch($__0__id: ID, $__0__if: Boolean, $__1__id: ID, $__1__if: Boolean) { - __0__customer: customer(id: $__0__id) { - name @include(id: $__0__if) - } - __1__customer: customer(id: $__1__id) { - id @include(id: $__1__if) - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/AccountsSchemaRequestExecutorBuilderExtensions.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/AccountsSchemaRequestExecutorBuilderExtensions.cs deleted file mode 100644 index 295ba12ceb2..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/AccountsSchemaRequestExecutorBuilderExtensions.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Execution.Configuration; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Schemas.Accounts; - -public static class AccountsSchemaRequestExecutorBuilderExtensions -{ - public static IRequestExecutorBuilder AddAccountsSchema( - this IRequestExecutorBuilder builder) - { - builder.Services - .AddSingleton<UserRepository>(); - - return builder - .AddQueryType<Query>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/Query.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/Query.cs deleted file mode 100644 index 5a05e351c1b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/Query.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Schemas.Accounts; - -public class Query -{ - public IEnumerable<User> GetUsers([Service] UserRepository repository) => - repository.GetUsers(); - - public User GetUser(int id, [Service] UserRepository repository) => - repository.GetUser(id); -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/User.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/User.cs deleted file mode 100644 index 96242327d98..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/User.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; - -namespace HotChocolate.Stitching.Schemas.Accounts; - -public class User -{ - public User(int id, string name, DateTime birthdate, string username) - { - Id = id; - Name = name; - Birthdate = birthdate; - Username = username; - } - - public int Id { get; } - - public string Name { get; } - - public DateTime Birthdate { get; } - - public string Username { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/UserRepository.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/UserRepository.cs deleted file mode 100644 index 19ce8a89a14..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Accounts/UserRepository.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Stitching.Schemas.Accounts; - -public class UserRepository -{ - private readonly Dictionary<int, User> _users; - - public UserRepository() - { - _users = new User[] - { - new User(1, "Ada Lovelace", new DateTime(1815, 12, 10), "@ada"), - new User(2, "Alan Turing", new DateTime(1912, 06, 23), "@complete") - }.ToDictionary(t => t.Id); - } - - public User GetUser(int id) => _users[id]; - - public IEnumerable<User> GetUsers() => _users.Values; -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractSchemaRequestExecutorBuilderExtensions.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractSchemaRequestExecutorBuilderExtensions.cs deleted file mode 100644 index 28edb6dae59..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractSchemaRequestExecutorBuilderExtensions.cs +++ /dev/null @@ -1,22 +0,0 @@ -using HotChocolate.Execution.Configuration; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public static class ContractSchemaRequestExecutorBuilderExtensions -{ - public static IRequestExecutorBuilder AddContractSchema( - this IRequestExecutorBuilder builder) - { - builder.Services - .AddSingleton<ContractStorage>() - .AddSingleton<Query>(); - - return builder - .AddQueryType<QueryType>() - .AddType<LifeInsuranceContractType>() - .AddType<SomeOtherContractType>() - .AddDirectiveType<CustomDirectiveType>() - .AddGlobalObjectIdentification(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractStorage.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractStorage.cs deleted file mode 100644 index f9546d7b4cd..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractStorage.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System; -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class ContractStorage -{ - public List<IContract> Contracts { get; } = new List<IContract> - { - new LifeInsuranceContract - { - Id = "1", - CustomerId= "1", - Premium = 123456.11 - }, - new LifeInsuranceContract - { - Id = "2", - CustomerId= "1", - Premium = 456789.12 - }, - new LifeInsuranceContract - { - Id = "3", - CustomerId = "2", - Premium = 789.12 - }, - new SomeOtherContract - { - Id = "1", - CustomerId= "1", - ExpiryDate = new DateTime(2015, 2, 1, 0,0,0, DateTimeKind.Utc) - }, - new SomeOtherContract - { - Id = "2", - CustomerId= "2", - ExpiryDate = new DateTime(2015, 5, 1, 0,0,0, DateTimeKind.Utc) - }, - new SomeOtherContract - { - Id = "3", - CustomerId= "3", - ExpiryDate = new DateTime(2017, 1, 30, 0,0,0, DateTimeKind.Utc) - }, - new SomeOtherContract - { - Id = "4", - CustomerId= "3", - ExpiryDate = new DateTime(2020, 1, 1, 0,0,0, DateTimeKind.Utc) - } - }; -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractType.cs deleted file mode 100644 index eb6fa3f71e4..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/ContractType.cs +++ /dev/null @@ -1,15 +0,0 @@ -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class ContractType : InterfaceType -{ - protected override void Configure(IInterfaceTypeDescriptor descriptor) - { - descriptor.Name("Contract"); - descriptor.Implements<NodeType>(); - descriptor.Field("id").Type<NonNullType<IdType>>(); - descriptor.Field("customerId").Type<NonNullType<IdType>>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/CustomDirectiveType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/CustomDirectiveType.cs deleted file mode 100644 index aeb8adc6a6e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/CustomDirectiveType.cs +++ /dev/null @@ -1,18 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class CustomDirectiveType : DirectiveType -{ - protected override void Configure(IDirectiveTypeDescriptor descriptor) - { - descriptor.Name("custom"); - descriptor.Location(DirectiveLocation.Field); - descriptor.Argument("d").Type<DateTimeType>(); - descriptor.Use((next, directive) => ctx => - { - ctx.Result = directive.GetArgumentValue<DateTime>("d").ToUniversalTime(); - return next.Invoke(ctx); - }); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/IContract.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/IContract.cs deleted file mode 100644 index 78a99ffd425..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/IContract.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Contracts; - -public interface IContract -{ - string Id { get; } - - string CustomerId { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/LifeInsuranceContract.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/LifeInsuranceContract.cs deleted file mode 100644 index 7056d612631..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/LifeInsuranceContract.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class LifeInsuranceContract : IContract -{ - public string Id { get; set; } = default!; - - public string CustomerId { get; set; } = default!; - - public double Premium { get; set; } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/LifeInsuranceContractType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/LifeInsuranceContractType.cs deleted file mode 100644 index 85c9f5d9333..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/LifeInsuranceContractType.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using System.Linq; -using System.Threading.Tasks; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class LifeInsuranceContractType : ObjectType<LifeInsuranceContract> -{ - protected override void Configure( - IObjectTypeDescriptor<LifeInsuranceContract> descriptor) - { - descriptor - .ImplementsNode() - .IdField(t => t.Id) - .ResolveNode((ctx, id) => - { - return Task.FromResult( - ctx.Service<ContractStorage>() - .Contracts - .OfType<LifeInsuranceContract>() - .FirstOrDefault(t => t.Id.Equals(id))); - }); - - descriptor.Implements<ContractType>(); - descriptor.Field(t => t.Id).Type<NonNullType<IdType>>(); - descriptor.Field(t => t.CustomerId).Type<NonNullType<IdType>>(); - descriptor.Field("foo") - .Argument("bar", a => a.Type<StringType>()) - .Resolve(ctx => ctx.ArgumentValue<string>("bar")); - descriptor.Field("error") - .Type<StringType>() - .Resolve(ctx => ErrorBuilder.New() - .SetMessage("Error_Message") - .SetCode("ERROR_CODE") - .SetPath(ctx.Path) - .Build()); - descriptor.Field("date_field") - .Type<DateType>() - .Resolve(new DateTime(2018, 5, 17)); - descriptor.Field("date_time_field") - .Type<DateTimeType>() - .Resolve(new DateTime( - 2018, 5, 17, 8, 59, 0, - DateTimeKind.Utc)); - descriptor.Field("string_field") - .Type<StringType>() - .Resolve("abc"); - descriptor.Field("id_field") - .Type<IdType>() - .Resolve("abc_123"); - descriptor.Field("byte_field") - .Type<ByteType>() - .Resolve(123); - descriptor.Field("int_field") - .Type<IntType>() - .Resolve(123); - descriptor.Field("long_field") - .Type<LongType>() - .Resolve(123); - descriptor.Field("float_field") - .Type<FloatType>() - .Argument("f", a => a.Type<FloatType>()) - .Resolve(ctx => ctx.ArgumentValue<double?>("f") ?? 123.123); - descriptor.Field("decimal_field") - .Type<DecimalType>() - .Resolve(123.123); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/Query.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/Query.cs deleted file mode 100644 index 4404f941c7b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/Query.cs +++ /dev/null @@ -1,51 +0,0 @@ -using HotChocolate.Types.Relay; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class Query -{ - private readonly IdSerializer _idSerializer = new IdSerializer(); - private readonly ContractStorage _contractStorage; - - public Query(ContractStorage contractStorage) - { - _contractStorage = contractStorage - ?? throw new ArgumentNullException(nameof(contractStorage)); - } - - public IContract GetContract(string contractId) - { - var value = _idSerializer.Deserialize(contractId); - - if (value.TypeName == nameof(LifeInsuranceContract)) - { - return _contractStorage.Contracts - .OfType<LifeInsuranceContract>() - .First(t => t.Id.Equals(value.Value)); - } - else - { - return _contractStorage.Contracts - .OfType<SomeOtherContract>() - .First(t => t.Id.Equals(value.Value)); - } - } - - public IEnumerable<IContract> GetContracts(string customerId) - { - var value = _idSerializer.Deserialize(customerId); - - return _contractStorage.Contracts - .Where(t => t.CustomerId.Equals(value.Value)); - } - - public int GetInt(int i) - { - return i; - } - - public Guid GetGuid(Guid guid) - { - return guid; - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/QueryType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/QueryType.cs deleted file mode 100644 index a8217782874..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/QueryType.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class QueryType : ObjectType<Query> -{ - protected override void Configure( - IObjectTypeDescriptor<Query> descriptor) - { - descriptor.Field(t => t.GetContract(default!)) - .Argument("contractId", a => a.Type<NonNullType<IdType>>()) - .Type<ContractType>(); - - descriptor.Field(t => t.GetContracts(default!)) - .Argument("customerId", a => a.Type<NonNullType<IdType>>()) - .Type<ListType<NonNullType<ContractType>>>(); - - descriptor.Field("extendedScalar") - .Argument("d", a => a.Type<DateTimeType>()) - .Type<DateTimeType>() - .Resolve(ctx => - { - var dateTime = ctx.ArgumentValue<DateTime>("d"); - return dateTime; - }); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/SomeOtherContract.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/SomeOtherContract.cs deleted file mode 100644 index 12b2ac702ea..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/SomeOtherContract.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class SomeOtherContract : IContract -{ - public string Id { get; set; } = default!; - - public string CustomerId { get; set; } = default!; - - public DateTime ExpiryDate { get; set; } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/SomeOtherContractType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/SomeOtherContractType.cs deleted file mode 100644 index 0ab7b5410e9..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Contracts/SomeOtherContractType.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System.Linq; -using System.Threading.Tasks; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Contracts; - -public class SomeOtherContractType : ObjectType<SomeOtherContract> -{ - protected override void Configure( - IObjectTypeDescriptor<SomeOtherContract> descriptor) - { - descriptor - .ImplementsNode() - .IdField(t => t.Id) - .ResolveNode((ctx, id) => - { - return Task.FromResult( - ctx.Service<ContractStorage>() - .Contracts - .OfType<SomeOtherContract>() - .FirstOrDefault(t => t.Id.Equals(id))); - }); - - descriptor.Implements<ContractType>(); - - descriptor.Field(t => t.Id).Type<NonNullType<IdType>>(); - descriptor.Field(t => t.CustomerId).Type<NonNullType<IdType>>(); - descriptor.Field(t => t.ExpiryDate).Type<NonNullType<DateTimeType>>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ComplexInput.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ComplexInput.cs deleted file mode 100644 index 218a712747c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ComplexInput.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class ComplexInput -{ - public string? Value { get; set; } - - public ComplexInput? Deeper { get; set; } - - public string?[]? ValueArray { get; set; } - - public ComplexInput?[]? DeeperArray { get; set; } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ComplexInputType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ComplexInputType.cs deleted file mode 100644 index bf3739ba43e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ComplexInputType.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System.Linq; -using HotChocolate.Types; -using HotChocolate.Types.Relay; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public class ComplexInputType : InputObjectType<ComplexInput> -{ - protected override void Configure( - IInputObjectTypeDescriptor<ComplexInput> descriptor) - { - descriptor.Name("ComplexInputType"); - descriptor.Field(t => t.Value).Type<StringType>(); - descriptor.Field(t => t.Deeper).Type<ComplexInputType>(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Consultant.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Consultant.cs deleted file mode 100644 index 32729406172..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Consultant.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class Consultant : ICustomerOrConsultant -{ - public string? Id { get; set; } - public string? Name { get; set; } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ConsultantType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ConsultantType.cs deleted file mode 100644 index c854ffde64e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ConsultantType.cs +++ /dev/null @@ -1,33 +0,0 @@ -using System.Linq; -using System.Threading.Tasks; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public class ConsultantType - : ObjectType<Consultant> -{ - protected override void Configure( - IObjectTypeDescriptor<Consultant> descriptor) - { - descriptor - .ImplementsNode() - .IdField(t => t.Id) - .ResolveNode((ctx, id) => - { - return Task.FromResult( - ctx.Service<CustomerRepository>() - .Consultants.FirstOrDefault(t => Equals(id, t.Id))); - }); - - descriptor.Field(t => t.Name).Type<NonNullType<StringType>>(); - descriptor.Field("customers") - .UsePaging<CustomerType>() - .Resolve(ctx => - { - var consultant = ctx.Parent<Consultant>(); - return ctx.Service<CustomerRepository>().Customers - .Where(t => t.ConsultantId == consultant.Id); - }); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CreateCustomerInput.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CreateCustomerInput.cs deleted file mode 100644 index 1cd75804f2a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CreateCustomerInput.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class CreateCustomerInput -{ - public string? Name { get; set; } - public string? Street { get; set; } - public string? ConsultantId { get; set; } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CreateCustomerPayload.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CreateCustomerPayload.cs deleted file mode 100644 index 245749e14ea..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CreateCustomerPayload.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class CreateCustomerPayload -{ - public Customer Customer { get; set; } = default!; -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Customer.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Customer.cs deleted file mode 100644 index bdec1934cb7..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Customer.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class Customer : ICustomerOrConsultant -{ - public string? Id { get; set; } - public string? Name { get; set; } - public string? Street { get; set; } - public string? ConsultantId { get; set; } - public int SomeInt { get; set; } - public Guid SomeGuid { get; set; } - public CustomerKind Kind { get; set; } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerKind.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerKind.cs deleted file mode 100644 index 72d3e0f5957..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerKind.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public enum CustomerKind -{ - Standard, - Premium -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerOrConsultantType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerOrConsultantType.cs deleted file mode 100644 index b904feaf446..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerOrConsultantType.cs +++ /dev/null @@ -1,14 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public class CustomerOrConsultantType - : UnionType -{ - protected override void Configure(IUnionTypeDescriptor descriptor) - { - descriptor.Name("CustomerOrConsultant"); - descriptor.Type<CustomerType>(); - descriptor.Type<ConsultantType>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerRepository.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerRepository.cs deleted file mode 100644 index 3126b35245f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerRepository.cs +++ /dev/null @@ -1,51 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class CustomerRepository -{ - public List<Customer> Customers { get; } = new List<Customer> - { - new Customer - { - Id = "1", - Name = "Freddy Freeman", - Street = "Far far away 1", - ConsultantId = "1", - SomeInt = 1, - SomeGuid = new Guid("01e2f5dc-0f19-4305-99d3-3c5c234a6524"), - Kind = CustomerKind.Premium - }, - new Customer - { - Id = "2", - Name = "Carol Danvers", - Street = "Far far away 2", - ConsultantId = "1", - SomeInt = 2, - SomeGuid = new Guid("7f84a645-3439-4a6c-91b1-d313f699648d"), - Kind = CustomerKind.Standard - }, - new Customer - { - Id = "3", - Name = "Walter Lawson", - Street = "Far far away 3", - ConsultantId = "2", - SomeInt = 3, - SomeGuid = new Guid("c1c4ec83-a0db-4020-ad0c-9ec6e09ad949") - } - }; - - public List<Consultant> Consultants { get; } = new List<Consultant> - { - new Consultant - { - Id = "1", - Name = "Jordan Belfort", - }, - new Consultant - { - Id = "2", - Name = "Gordon Gekko", - } - }; -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerResolver.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerResolver.cs deleted file mode 100644 index f060fa39340..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerResolver.cs +++ /dev/null @@ -1,16 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class CustomerResolver -{ - public Consultant? GetConsultant( - [Parent] Customer customer, - [Service] CustomerRepository repository) - { - if (customer.ConsultantId != null) - { - return repository.Consultants.Find(t => t.Id?.Equals(customer.ConsultantId) ?? false); - } - - return null; - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerSchemaRequestExecutorBuilderExtensions.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerSchemaRequestExecutorBuilderExtensions.cs deleted file mode 100644 index 4336ffe78a6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerSchemaRequestExecutorBuilderExtensions.cs +++ /dev/null @@ -1,20 +0,0 @@ -using HotChocolate.Execution.Configuration; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public static class CustomerSchemaRequestExecutorBuilderExtensions -{ - public static IRequestExecutorBuilder AddCustomerSchema( - this IRequestExecutorBuilder builder) - { - builder.Services - .AddSingleton<CustomerRepository>() - .AddSingleton<Query>(); - - return builder - .AddQueryType<QueryType>() - .AddMutationType<MutationType>() - .AddGlobalObjectIdentification(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerType.cs deleted file mode 100644 index 414caea7e8f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/CustomerType.cs +++ /dev/null @@ -1,41 +0,0 @@ -using HotChocolate.Language; -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public class CustomerType - : ObjectType<Customer> -{ - protected override void Configure( - IObjectTypeDescriptor<Customer> descriptor) - { - descriptor - .ImplementsNode() - .IdField(t => t.Id) - .ResolveNode((ctx, id) => - { - return Task.FromResult( - ctx.Service<CustomerRepository>() - .Customers.Find(t => t.Id?.Equals(id) ?? false)); - }); - - descriptor.Field(t => t.Name).Type<NonNullType<StringType>>(); - descriptor.Field(t => t.Street).Type<NonNullType<StringType>>(); - descriptor.Field(t => t.ConsultantId).Ignore(); - - descriptor.Field<CustomerResolver>( - t => t.GetConsultant(default!, default!)) - .Type<ConsultantType>(); - - descriptor.Field("say") - .Argument("input", a => - a.Type<NonNullType<InputObjectType<SayInput>>>()) - .Type<StringType>() - .Resolve(ctx => string.Join(", ", ctx.ArgumentValue<SayInput>("input").Words!)); - - descriptor.Field("complexArg") - .Argument("arg", a => a.Type<ComplexInputType>()) - .Type<StringType>() - .Resolve(ctx => ctx.ArgumentLiteral<IValueNode>("arg").ToString()); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ICustomerOrConsultant.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ICustomerOrConsultant.cs deleted file mode 100644 index d83661d16bd..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/ICustomerOrConsultant.cs +++ /dev/null @@ -1,5 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public interface ICustomerOrConsultant -{ -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Mutation.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Mutation.cs deleted file mode 100644 index f7d6454971f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Mutation.cs +++ /dev/null @@ -1,39 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class Mutation -{ - private readonly CustomerRepository _repository; - - public Mutation(CustomerRepository repository) - { - _repository = repository - ?? throw new ArgumentNullException(nameof(repository)); - } - - public CreateCustomerPayload CreateCustomer(CreateCustomerInput input) - { - var customer = new Customer - { - Id = Guid.NewGuid().ToString(), - Name = input.Name, - Street = input.Street - }; - - _repository.Customers.Add(customer); - - return new CreateCustomerPayload { Customer = customer }; - } - - public ICollection<CreateCustomerPayload> CreateCustomers( - ICollection<CreateCustomerInput> inputs) - { - var results = new List<CreateCustomerPayload>(); - - foreach (var input in inputs) - { - results.Add(CreateCustomer(input)); - } - - return results; - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/MutationType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/MutationType.cs deleted file mode 100644 index 83b4b30d5b7..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/MutationType.cs +++ /dev/null @@ -1,7 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public class MutationType : ObjectType<Mutation> -{ -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Query.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Query.cs deleted file mode 100644 index 0daf88b8b41..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/Query.cs +++ /dev/null @@ -1,51 +0,0 @@ -using HotChocolate.Types.Relay; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public class Query -{ - private readonly IdSerializer _idSerializer = new(); - private readonly CustomerRepository _repository; - - public Query(CustomerRepository repository) - { - _repository = repository - ?? throw new ArgumentNullException(nameof(repository)); - } - - public Customer? GetCustomer(string id) - { - var value = _idSerializer.Deserialize(id); - return _repository.Customers.Find(t => t.Id?.Equals(value.Value) ?? false); - } - - public Customer[] GetCustomers(string[] ids) - { - var customers = new Customer[ids.Length]; - - for(var i = 0; i < ids.Length; i++) - { - customers[i] = GetCustomer(ids[i])!; - } - - return customers; - } - - public Customer[] GetAllCustomers() => - _repository.Customers.ToArray(); - - public Consultant? GetConsultant(string id) - { - var value = _idSerializer.Deserialize(id); - return _repository.Consultants.Find(t => t.Id?.Equals(value.Value) ?? false); - } - - public ICustomerOrConsultant? GetCustomerOrConsultant(string id) - { - var value = _idSerializer.Deserialize(id); - return value.TypeName == "Consultant" ? GetConsultant(id) : GetCustomer(id); - } - - public Customer? GetCustomer(CustomerKind kind) - => _repository.Customers.Find(t => t.Kind == kind); -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/QueryType.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/QueryType.cs deleted file mode 100644 index 10ffc9a5e3d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/QueryType.cs +++ /dev/null @@ -1,31 +0,0 @@ -using HotChocolate.Types; - -namespace HotChocolate.Stitching.Schemas.Customers; - -public class QueryType - : ObjectType<Query> -{ - protected override void Configure( - IObjectTypeDescriptor<Query> descriptor) - { - descriptor.Field(t => t.GetCustomer(default(string)!)) - .Argument("id", a => a.Type<NonNullType<IdType>>()) - .Type<CustomerType>(); - - descriptor.Field(t => t.GetCustomers(default!)) - .Argument("ids", a => a.Type<NonNullType<ListType<NonNullType<IdType>>>>()) - .Type<ListType<CustomerType>>(); - - descriptor.Field(t => t.GetConsultant(default!)) - .Argument("id", a => a.Type<NonNullType<IdType>>()) - .Type<ConsultantType>(); - - descriptor.Field(t => t.GetCustomerOrConsultant(default!)) - .Argument("id", a => a.Type<NonNullType<IdType>>()) - .Type<CustomerOrConsultantType>(); - - descriptor.Field(t => t.GetCustomer(default(CustomerKind))) - .Name("customerByKind") - .Type<CustomerType>(); - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/SayInput.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/SayInput.cs deleted file mode 100644 index d0e553bb11c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Customers/SayInput.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Customers; - -public class SayInput -{ - public List<string>? Words { get; set; } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventoryInfo.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventoryInfo.cs deleted file mode 100644 index 5aec7795925..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventoryInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Inventory; - -public class InventoryInfo -{ - public InventoryInfo(int upc, bool isInStock) - { - Upc = upc; - IsInStock = isInStock; - } - - public int Upc { get; } - - public bool IsInStock { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventoryInfoRepository.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventoryInfoRepository.cs deleted file mode 100644 index b97a7630666..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventoryInfoRepository.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Stitching.Schemas.Inventory; - -public class InventoryInfoRepository -{ - private readonly Dictionary<int, InventoryInfo> _infos; - - public InventoryInfoRepository() - { - _infos = new InventoryInfo[] - { - new InventoryInfo(1, true), - new InventoryInfo(2, false), - new InventoryInfo(3, true) - }.ToDictionary(t => t.Upc); - } - - public InventoryInfo GetInventoryInfo(int upc) => _infos[upc]; -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventorySchemaRequestExecutorBuilderExtensions.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventorySchemaRequestExecutorBuilderExtensions.cs deleted file mode 100644 index 96574b8835a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/InventorySchemaRequestExecutorBuilderExtensions.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Execution.Configuration; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Schemas.Inventory; - -public static class InventorySchemaRequestExecutorBuilderExtensions -{ - public static IRequestExecutorBuilder AddInventorySchema( - this IRequestExecutorBuilder builder) - { - builder.Services - .AddSingleton<InventoryInfoRepository>(); - - return builder - .AddQueryType<Query>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/Query.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/Query.cs deleted file mode 100644 index 3a99d32edf0..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Inventory/Query.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Inventory; - -public class Query -{ - public InventoryInfo GetInventoryInfo( - int upc, - [Service] InventoryInfoRepository repository) => - repository.GetInventoryInfo(upc); - - public double GetShippingEstimate(int price, int weight) => - price > 1000 ? 0 : weight * 0.5; -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/Product.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/Product.cs deleted file mode 100644 index f8c81b7f8ff..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/Product.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Products; - -public class Product -{ - public Product(int upc, string name, int price, int weight) - { - Upc = upc; - Name = name; - Price = price; - Weight = weight; - } - - public int Upc { get; } - public string Name { get; } - public int Price { get; } - public int Weight { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/ProductRepository.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/ProductRepository.cs deleted file mode 100644 index 6f7f66a4223..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/ProductRepository.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Stitching.Schemas.Products; - -public class ProductRepository -{ - private readonly Dictionary<int, Product> _products; - - public ProductRepository() - { - _products = new Product[] - { - new Product(1, "Table", 899, 100), - new Product(2, "Couch", 1299, 1000), - new Product(3, "Chair", 54, 50) - }.ToDictionary(t => t.Upc); - } - - [GraphQLNonNullType] - public IEnumerable<Product> GetTopProducts(int first) => - _products.Values.OrderBy(t => t.Upc).Take(first); - - public Product GetProduct (int upc) => _products[upc]; -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/ProductsSchemaRequestExecutorBuilderExtensions.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/ProductsSchemaRequestExecutorBuilderExtensions.cs deleted file mode 100644 index 8b89cb00f43..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/ProductsSchemaRequestExecutorBuilderExtensions.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Execution.Configuration; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Schemas.Products; - -public static class ProductsSchemaRequestExecutorBuilderExtensions -{ - public static IRequestExecutorBuilder AddProductsSchema( - this IRequestExecutorBuilder builder) - { - builder.Services - .AddSingleton<ProductRepository>(); - - return builder - .AddQueryType<Query>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/Query.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/Query.cs deleted file mode 100644 index bce43cfbb3b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Products/Query.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Schemas.Products; - -public class Query -{ - public IEnumerable<Product> GetTopProducts( - int first, - [Service] ProductRepository repository) => - repository.GetTopProducts(first); - - public Product GetProduct( - int upc, - [Service] ProductRepository repository) => - repository.GetProduct(upc); -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Author.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Author.cs deleted file mode 100644 index a6a5cdabf0c..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Author.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Reviews; - -public class Author -{ - public Author(int id, string name) - { - Id = id; - Name = name; - } - - public int Id { get; } - public string Name { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Query.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Query.cs deleted file mode 100644 index fe7afef19a5..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Query.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Collections.Generic; - -namespace HotChocolate.Stitching.Schemas.Reviews; - -public class Query -{ - public IEnumerable<Review> GetReviews( - [Service] ReviewRepository repository) => - repository.GetReviews(); - - public IEnumerable<Review> GetReviewsByAuthor( - [Service] ReviewRepository repository, - int authorId) => - repository.GetReviewsByAuthorId(authorId); - - public IEnumerable<Review> GetReviewsByProduct( - [Service] ReviewRepository repository, - int upc) => - repository.GetReviewsByAuthorId(upc); -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Review.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Review.cs deleted file mode 100644 index 55bacb4df79..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/Review.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace HotChocolate.Stitching.Schemas.Reviews; - -public class Review -{ - public Review(int id, int authorId, int upc, string body) - { - Id = id; - AuthorId = authorId; - Upc = upc; - Body = body; - } - - public int Id { get; } - public int AuthorId { get; } - public int Upc { get; } - public string Body { get; } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/ReviewRepository.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/ReviewRepository.cs deleted file mode 100644 index 4762a0ae4a6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/ReviewRepository.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System.Collections.Generic; -using System.Linq; - -namespace HotChocolate.Stitching.Schemas.Reviews; - -public class ReviewRepository -{ - private readonly Dictionary<int, Review> _reviews; - private readonly Dictionary<int, Author> _authors; - - public ReviewRepository() - { - _reviews = new Review[] - { - new Review(1, 1, 1, "Love it!"), - new Review(2, 1, 2, "Too expensive."), - new Review(3, 2, 3, "Could be better."), - new Review(4, 2, 1, "Prefer something else.") - }.ToDictionary(t => t.Id); - - _authors = new Author[] - { - new Author(1, "@ada"), - new Author(2, "@complete") - }.ToDictionary(t => t.Id); - } - - public IEnumerable<Review> GetReviews() => - _reviews.Values.OrderBy(t => t.Id); - - public IEnumerable<Review> GetReviewsByProductId(int upc) => - _reviews.Values.OrderBy(t => t.Id).Where(t => t.Upc == upc); - - public IEnumerable<Review> GetReviewsByAuthorId(int authorId) => - _reviews.Values.OrderBy(t => t.Id).Where(t => t.AuthorId == authorId); - - public Review GetReview(int id) => _reviews[id]; - - public Author GetAuthor(int id) => _authors[id]; -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/ReviewsSchemaRequestExecutorBuilderExtensions.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/ReviewsSchemaRequestExecutorBuilderExtensions.cs deleted file mode 100644 index e5729a48bdf..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/Reviews/ReviewsSchemaRequestExecutorBuilderExtensions.cs +++ /dev/null @@ -1,17 +0,0 @@ -using HotChocolate.Execution.Configuration; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Schemas.Reviews; - -public static class ReviewSchemaRequestExecutorBuilderExtensions -{ - public static IRequestExecutorBuilder AddReviewSchema( - this IRequestExecutorBuilder builder) - { - builder.Services - .AddSingleton<ReviewRepository>(); - - return builder - .AddQueryType<Query>(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/SchemaTests.cs b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/SchemaTests.cs deleted file mode 100644 index 0bf757e25de..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/SchemaTests.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System.Threading.Tasks; -using HotChocolate.Execution; -using HotChocolate.Stitching.Schemas.Contracts; -using HotChocolate.Stitching.Schemas.Customers; -using HotChocolate.Tests; -using Microsoft.Extensions.DependencyInjection; -using Snapshooter.Xunit; -using Xunit; - -namespace HotChocolate.Stitching.Schemas; - -public class SchemaTests -{ - [Fact] - public async Task CustomerSchemaSnapshot() - { - Snapshot.FullName(); - - await new ServiceCollection() - .AddGraphQL() - .AddCustomerSchema() - .BuildSchemaAsync() - .MatchSnapshotAsync(); - } - - [Fact] - public async Task ContractSchemaSnapshot() - { - Snapshot.FullName(); - - await new ServiceCollection() - .AddGraphQL() - .AddContractSchema() - .BuildSchemaAsync() - .MatchSnapshotAsync(); - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/SpecialCases/ContractSchemaFactory.txt b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/SpecialCases/ContractSchemaFactory.txt deleted file mode 100644 index 13faacce77a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/SpecialCases/ContractSchemaFactory.txt +++ /dev/null @@ -1,124 +0,0 @@ -using System; -using HotChocolate.Configuration; -using HotChocolate.Language; -using HotChocolate.Types; -using Microsoft.Extensions.DependencyInjection; - -namespace HotChocolate.Stitching.Schemas.SpecialCases -{ - public static class SpecialCasesSchemaFactory - { - public static ISchema Create() - { - return SchemaBuilder.New() - .AddQueryType<QueryType>() - .Create(); - } - - public static void ConfigureServices(IServiceCollection services) - { - services.AddGraphQL(Create()); - } - } - - public class QueryType - : ObjectType - { - protected override void Configure(IObjectTypeDescriptor descriptor) - { - descriptor.Field("custom_scalar") - .Type<MyCustomScalarType>() - .Argument("bar", a => a.Type<MyCustomScalarType>()) - .Resolver(ctx => ctx.Argument<MyCustomScalarValue>("bar")); - - descriptor.Field("custom_scalar_complex") - .Type<MyCustomScalarType>() - .Argument("bar", a => a.Type<CustomInputValueType>()) - .Resolver(ctx => - { - CustomInputValue input = ctx.Argument<CustomInputValue>("bar"); - - return new MyCustomScalarValue { Text = $"{input.From.Text}-{input.To.Text}" }; - }); - } - } - - public class MyCustomScalarValue - { - public string Text { get; set; } - } - - public class MyCustomScalarType : ScalarType<MyCustomScalarValue, StringValueNode> - { - public MyCustomScalarType() : base(nameof(MyCustomScalarValue)) - { - } - - protected override MyCustomScalarValue ParseLiteral(StringValueNode literal) - { - return new MyCustomScalarValue {Text = literal.Value}; - } - - protected override StringValueNode ParseValue(MyCustomScalarValue value) - { - return new StringValueNode(null, value.Text, false); - } - - public override bool TrySerialize(object value, out object serialized) - { - if (value is null) - { - serialized = null; - return true; - } - - if (value is MyCustomScalarValue s) - { - serialized= s.Text; - return true; - } - - serialized = null; - return false; - } - - public override bool TryDeserialize(object serialized, out object value) - { - if (serialized is null) - { - value = null; - return true; - } - - if (serialized is string s) - { - value = new MyCustomScalarValue { Text = s }; - return true; - } - - value = null; - return false; - } - } - - public class CustomInputValue - { - public MyCustomScalarValue From { get; set; } - - public MyCustomScalarValue To { get; set; } - } - - public class CustomInputValueType : InputObjectType<CustomInputValue> - { - protected override void Configure(IInputObjectTypeDescriptor<CustomInputValue> descriptor) - { - base.Configure(descriptor); - - descriptor.Field(i => i.From) - .Type<NonNullType<MyCustomScalarType>>(); - - descriptor.Field(i => i.To) - .Type<NonNullType<MyCustomScalarType>>(); - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/__snapshots__/SchemaTests.ContractSchemaSnapshot.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/__snapshots__/SchemaTests.ContractSchemaSnapshot.snap deleted file mode 100644 index 0aee2f6f1af..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/__snapshots__/SchemaTests.ContractSchemaSnapshot.snap +++ /dev/null @@ -1,72 +0,0 @@ -schema { - query: Query -} - -interface Contract implements Node { - id: ID! - customerId: ID! -} - -"The node interface is implemented by entities that have a global unique identifier." -interface Node { - id: ID! -} - -type LifeInsuranceContract implements Node & Contract { - id: ID! - customerId: ID! - foo(bar: String): String - error: String - date_field: Date - date_time_field: DateTime - string_field: String - id_field: ID - byte_field: Byte - int_field: Int - long_field: Long - float_field(f: Float): Float - decimal_field: Decimal - premium: Float! -} - -type Query { - "Fetches an object given its ID." - node("ID of the object." id: ID!): Node - "Lookup nodes by a list of IDs." - nodes("The list of node IDs." ids: [ID!]!): [Node]! - contract(contractId: ID!): Contract - contracts(customerId: ID!): [Contract!] - extendedScalar(d: DateTime): DateTime - int(i: Int!): Int! - guid(guid: UUID!): UUID! -} - -type SomeOtherContract implements Node & Contract { - id: ID! - customerId: ID! - expiryDate: DateTime! -} - -directive @custom(d: DateTime) on FIELD - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -"The `Byte` scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255." -scalar Byte - -"The `Date` scalar represents an ISO-8601 compliant date type." -scalar Date - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") - -"The built-in `Decimal` scalar type." -scalar Decimal - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122") diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/__snapshots__/SchemaTests.CustomerSchemaSnapshot.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/__snapshots__/SchemaTests.CustomerSchemaSnapshot.snap deleted file mode 100644 index 0ad6d5ec196..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/Schemas/__snapshots__/SchemaTests.CustomerSchemaSnapshot.snap +++ /dev/null @@ -1,110 +0,0 @@ -schema { - query: Query - mutation: Mutation -} - -"The node interface is implemented by entities that have a global unique identifier." -interface Node { - id: ID! -} - -type Consultant implements Node { - id: ID! - name: String! - customers("Returns the first _n_ elements from the list." first: Int "Returns the elements in the list that come after the specified cursor." after: String "Returns the last _n_ elements from the list." last: Int "Returns the elements in the list that come before the specified cursor." before: String): CustomersConnection -} - -type CreateCustomerPayload { - customer: Customer! -} - -type Customer implements Node { - id: ID! - name: String! - street: String! - consultant: Consultant - say(input: SayInput!): String - complexArg(arg: ComplexInputType): String - someInt: Int! - someGuid: UUID! - kind: CustomerKind! -} - -"A connection to a list of items." -type CustomersConnection { - "Information to aid in pagination." - pageInfo: PageInfo! - "A list of edges." - edges: [CustomersEdge!] - "A flattened list of the nodes." - nodes: [Customer] -} - -"An edge in a connection." -type CustomersEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -type Mutation { - createCustomer(input: CreateCustomerInput!): CreateCustomerPayload! - createCustomers(inputs: [CreateCustomerInput!]!): [CreateCustomerPayload!]! -} - -"Information about pagination in a connection." -type PageInfo { - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String - "When paginating forwards, the cursor to continue." - endCursor: String -} - -type Query { - "Fetches an object given its ID." - node("ID of the object." id: ID!): Node - "Lookup nodes by a list of IDs." - nodes("The list of node IDs." ids: [ID!]!): [Node]! - customer(id: ID!): Customer - customers(ids: [ID!]!): [Customer] - consultant(id: ID!): Consultant - customerOrConsultant(id: ID!): CustomerOrConsultant - customerByKind(kind: CustomerKind!): Customer - allCustomers: [Customer!]! -} - -union CustomerOrConsultant = Customer | Consultant - -input ComplexInputType { - value: String - deeper: ComplexInputType - valueArray: [String] - deeperArray: [ComplexInputType] -} - -input CreateCustomerInput { - name: String - street: String - consultantId: String -} - -input SayInput { - words: [String!] -} - -enum CustomerKind { - STANDARD - PREMIUM -} - -"The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR - -directive @tag(name: String!) repeatable on SCHEMA | SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | INTERFACE | UNION | ENUM | ENUM_VALUE | INPUT_OBJECT | INPUT_FIELD_DEFINITION - -scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122") diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/AccountSchemaDefinition.json b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/AccountSchemaDefinition.json deleted file mode 100644 index ef95845a8c2..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/AccountSchemaDefinition.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Name": "accounts", - "Document": "schema { query: Query } type Query { users: [User] user(id: Int!): User } type User { id: Int! name: String birthdate: DateTime! username: String foo: String } type _SchemaDefinition { name: String! document: String! extensionDocuments: [String!]! } \u0022The \u0060@defer\u0060 directive may be provided for fragment spreads and inline fragments to inform the executor to delay the execution of the current fragment to indicate deprioritization of the current fragment. A query with \u0060@defer\u0060 directive will cause the request to potentially return multiple responses, where non-deferred data is delivered in the initial response and data deferred is delivered in a subsequent response. \u0060@include\u0060 and \u0060@skip\u0060 take precedence over \u0060@defer\u0060.\u0022 directive @defer(\u0022If this argument label has a value other than null, it will be passed on to the result of this defer directive. This label is intended to give client applications a way to identify to which fragment a deferred result belongs to.\u0022 label: String \u0022Deferred when true.\u0022 if: Boolean) on FRAGMENT_SPREAD | INLINE_FRAGMENT \u0022The @deprecated directive is used within the type system definition language to indicate deprecated portions of a GraphQL service\u2019s schema,such as deprecated fields on a type or deprecated enum values.\u0022 directive @deprecated(\u0022Deprecations include a reason for why it is deprecated, which is formatted using Markdown syntax (as specified by CommonMark).\u0022 reason: String = \u0022No longer supported\u0022) on FIELD_DEFINITION | ENUM_VALUE \u0022Directs the executor to include this field or fragment only when the \u0060if\u0060 argument is true.\u0022 directive @include(\u0022Included when true.\u0022 if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT \u0022Directs the executor to skip this field or fragment when the \u0060if\u0060 argument is true.\u0022 directive @skip(\u0022Skipped when true.\u0022 if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT \u0022The \u0060@stream\u0060 directive may be provided for a field of \u0060List\u0060 type so that the backend can leverage technology such as asynchronous iterators to provide a partial list in the initial response, and additional list items in subsequent responses. \u0060@include\u0060 and \u0060@skip\u0060 take precedence over \u0060@stream\u0060.\u0022 directive @stream(\u0022If this argument label has a value other than null, it will be passed on to the result of this stream directive. This label is intended to give client applications a way to identify to which fragment a streamed result belongs to.\u0022 label: String \u0022The initial elements that shall be send down to the consumer.\u0022 initialCount: Int! \u0022Streamed when true.\u0022 if: Boolean!) on FIELD \u0022The \u0060DateTime\u0060 scalar represents an ISO-8601 compliant date time type.\u0022 scalar DateTime", - "ExtensionDocuments": [ - "extend type Query {\n me: User! @delegate(path: \u0022user(id: 1)\u0022)\n}\n\nextend type Review {\n author: User @delegate(path: \u0022user(id: $fields:authorId)\u0022)\n}", - "extend schema @_removeRootTypes {\n\n}" - ] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/AdvisorClient.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/AdvisorClient.graphql deleted file mode 100644 index fb69580c4fb..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/AdvisorClient.graphql +++ /dev/null @@ -1,116 +0,0 @@ -schema { - query: Query -} - -type Query { - contractAdvisor(advisorRequest: AdvisorRequestInput! = null): Advisor! - contractAdvisors(advisorRequests: [AdvisorRequestInput!]! = null): [Advisor!]! - digisAdvisor(contractNumber: String! = null): Advisor! - evContractAdvisor(contractId: String! = null): Advisor! - fzContractAdvisor(contractId: String! = null): Advisor! - mortgageAdvisor(mortgageNumber: String = null): Advisor! - nvsAdvisor(contractNumber: String! = null): Advisor! - swissLifeGeneralInfo: SwissLifeGeneralInfo! - threeAContractAdvisor(contractId: String! = null): Advisor! - zmaContractAdvisor(contractId: String! = null): Advisor! -} - -type SwissLifeAdvisor implements Advisor { - agency: GeneralAgency - email: String - firstName: String! - id: ID! - "Translated" - jobDescription: String - lastName: String! - phoneNumber: String - pictureUrl: String -} - -type BrokerCompany implements Advisor { - companyName: String! @deprecated(reason: "Use Name instead.") - email: String - id: ID! - name: BrokerCompanyName! - phoneNumber: String - pictureUrl: String - url: String -} - -type GeneralAgency implements Advisor { - address: Address @deprecated(reason: "Not used on Front") - agencyName: String! - email: String - id: ID! - phoneNumber: String - pictureUrl: String - url: String -} - -type SwissLifeGeneralInfo implements Advisor { - email: String - id: ID! - name: String! - phoneNumber: String - phoneNumbers: [SwissLifePhoneNumber]! - pictureUrl: String -} - -enum ApplyPolicy { - BEFORE_RESOLVER - AFTER_RESOLVER -} - -interface Advisor { - email: String - id: ID! - phoneNumber: String - pictureUrl: String -} - -type SwissLifePhoneNumber { - "Translated" - label: String! - phoneNumber: String! -} - -enum TranslatableLanguage { - NOTSET - DE - FR - IT - EN -} - -type BrokerCompanyName { - additionalName: String - displayName: String! - name: String! -} - -input AdvisorRequestInput { - sourceRelevantId: String! = null - sourceSystem: SourceSystem! = null -} - -type Address { - city: String! - country: String! - streetName: String! - streetNumber: String! - zipCode: String! -} - -enum SourceSystem { - HSSAG - DIGIS - NVS - NVS_FZP - EV - LPZZMA - LPZFZ - LPZ -} - -directive @authorize("Defines when when the resolver shall be executed.By default the resolver is executed after the policy has determined that the current user is allowed to access the field." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String = null "Roles that are allowed to access the annotated resource." roles: [String!] = null) repeatable on SCHEMA | OBJECT | FIELD_DEFINITION - diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Contract.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Contract.graphql deleted file mode 100644 index 5ba63e24812..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Contract.graphql +++ /dev/null @@ -1,18 +0,0 @@ -type Query { - contract(contractId: ID!): Contract - contracts(customerId: ID!): [Contract!] -} - -interface Contract { - id: ID! -} - -type LifeInsuranceContract implements Contract { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract { - id: ID! - expiryDate: DateTime -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/ContractClient.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/ContractClient.graphql deleted file mode 100644 index 35b019f7fb0..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/ContractClient.graphql +++ /dev/null @@ -1,1920 +0,0 @@ -schema { - query: Query - mutation: Mutation - subscription: Subscription -} - -type Query { - contract("The contract's Id" id: ID! = null): Contract - customerContract: CustomerContract! - node(id: ID! = null): Node -} - -type Mutation { - confirmThreeAPaymentSimulation(confirmations: [ThreeAPaymentConfirmationInput!]! = null): [ThreeAPaymentConfirmation!]! - portfolioCheck(contractId: ID! = null): Boolean! - requestSurrenderValueDocument(request: SurrenderValueDocument! = null): RequestSurrenderValueDocumentInfo - setPaperless(paperless: [PaperlessInput!]! = null supressNotification: Boolean = null): [PaperlessResult!]! -} - -type ZmaContract implements Contract & Investment & Paperless & Node { - accounts: [ZmaAccount]! - accounttransactions(after: String = null before: String = null filter: [FilterInfoInput] = null first: Int = null last: Int = null sortBy: String = null sortDirection: SortDirection = null): ZmaAccountTransactionConnection @deprecated(reason: "Deprecated use accountTransaction instead") - accountTransactions(after: String = null before: String = null first: Int = null last: Int = null order_by: ZmaAccountTransactionSort = null where: ZmaAccountTransactionFilter = null): ZmaAccountTransactionConnection - active: Boolean! - begin: DateTime! - category: ContractCategory! - contractId: String! - currency: String! - customer: ZmaCustomer! - depositsFromContractStart: Float - id: ID! - investmentStrategy: InvestmentStrategy! - investmentTheme: InvestmentTheme - latestContractPerformanceYear: ZmaContractPerformance! - number: String! - paperlessEnabled: Boolean - payoutPeriodicity: PaymentPeriodicity! - payoutPeriodicPayment: Float - payoutStartMonth: DateTime - portfolio: ZmaPortfolio - portfolioName: String - powerOfAttorney: ZmaPowerOfAttorney - product: ZmaProduct! - productName: String! - sourceSystemName: String - totalBalance: Float! - uniqueId: String - youthAccountDateOfBirth: DateTime - youthAccountFirstName: String - youthAccountGender: Gender - youthAccountLastName: String -} - -interface PensionFundPolicy { - active: Boolean! - additionalLumpSumDeathBenefitMarried: Float! - additionalLumpSumDeathBenefitMarriedAccident: Float! - additionalLumpSumDeathBenefitNotMarried: Float! - additionalLumpSumDeathBenefitNotMarriedAccident: Float! - begin: DateTime! - benefits: PensionFundPolicyBenefits! - category: ContractCategory! - childrensBenefitIvPension: Float! - childrensBenefitIvPensionAccident: Float! - childrensBenefitIvWaitingPeriod: Int! - childrensBenefitPension: Float! - contributionEmployee: Float! - contributionEmployer: Float! - contributionExonerationDelay: Int! - contributionTotal: Float! - conversionRateMandatory: Float! - conversionRateSupplementary: Float! - currency: String! - deathBenefit: Float! - degreeOfDisability: Float! - endDate: DateTime - "PolicyId" - id: ID! - insuranceGroup: String - interestRateMandatory: Float! - interestRateSupplementary: Float! - iVPension: Float! - iVPensionAccident: Float! - iVWaitingPeriod: Int! - levelOfEmployment: Float! - monthlyRetirementPension: Float! - number: String! - nvsPortalInsuredPersonId: String! - orphansBenefit: Float! - orphansBenefitAccident: Float! - paperlessEnabled: Boolean - pensionPlan: PensionPlan - policyId: String! - productName: String! - purchaseEarlyWithdrawalForHomeOwnership: Float! - purchasePensionFund: Float! - purchaseTotalPossible: Float! - purchaseWithdrawalDivorce: Float! - reportedSalary: Float! - retirementCapital: Float! - retirementPension: Float! - retirementSavings: Float! - sourceSystemName: String - startDateEmployment: DateTime - status: PensionFundPolicyStatus! - totalBalance: Float! - unmarriedPartnersPension: Float! - unmarriedPartnersPensionAccident: Float! - withdrawalCapital: Float! -} - -interface Address { - additional: String - careOf: String - city: String - company: String - department: String - firstName: String - id: String - lastName: String - postOfficeBox: String - salutation: String - street: String - zipCode: String -} - -type XPlanPolicy implements Contract & PensionFundPolicy & Paperless & Node { - active: Boolean! - additionalLumpSumDeathBenefitMarried: Float! - additionalLumpSumDeathBenefitMarriedAccident: Float! - additionalLumpSumDeathBenefitNotMarried: Float! - additionalLumpSumDeathBenefitNotMarriedAccident: Float! - begin: DateTime! - benefits: PensionFundPolicyBenefits! - category: ContractCategory! - childrensBenefitIvPension: Float! - childrensBenefitIvPensionAccident: Float! - childrensBenefitIvWaitingPeriod: Int! - childrensBenefitPension: Float! - contact: XPlanContactInfo - contract: XPlanContract! - contractId: String! - contributionEmployee: Float! - contributionEmployer: Float! - contributionExonerationDelay: Int! - contributionTotal: Float! - conversionRateMandatory: Float! - conversionRateSupplementary: Float! - currency: String! - currentFundBalance: XPlanPremiumFundBalance - deathBenefit: Float! - degreeOfDisability: Float! - domicileAddress: XPlanAddress - endDate: DateTime - fundDevelopments: [XPlanFundDevelopment!] - "PolicyId" - id: ID! - insuranceGroup: String - interestRateMandatory: Float! - interestRateSupplementary: Float! - iVPension: Float! - iVPensionAccident: Float! - iVWaitingPeriod: Int! - levelOfEmployment: Float! - maxRetirementCapital: Float! - monthlyRetirementPension: Float! - number: String! - nvsPortalInsuredPersonId: String! - orphansBenefit: Float! - orphansBenefitAccident: Float! - paperlessEnabled: Boolean - pensionPlan: PensionPlan - policyId: String! - productName: String! - projectedRetirement: XPlanProjectedRetirement! - purchaseEarlyWithdrawalForHomeOwnership: Float! - purchasePensionFund: Float! - purchaseTotalPossible: Float! - purchaseWithdrawalDivorce: Float! - reportedSalary: Float! - retirementCapital: Float! - retirementDevelopment: [XPlanRetirementDevelopment!]! - retirementPension: Float! - retirementSavings: Float! - "Null for inactive policies" - simulationParameters: PensionFundSimulationParameters - sourceSystemName: String - startDateEmployment: DateTime - status: PensionFundPolicyStatus! - totalBalance: Float! - transactions(after: String = null before: String = null first: Int = null last: Int = null order_by: XPlanTransactionSort = null where: XPlanPensionFundTransactionFilterInput = null): XPlanTransactionConnection - unmarriedPartnersPension: Float! - unmarriedPartnersPensionAccident: Float! - withdrawalCapital: Float! -} - -type PensionFundFzPolicy implements Contract & Paperless & Node { - active: Boolean! - ahvNumber: String - benefits: PensionFundFzPolicyBenefits! - birthDate: DateTime! - category: ContractCategory! - contractId: String! - currency: String! - displayName: String! - domicileAddress: XPlanAddress - fimCustomerId: String! - firstName: String! - "PolicyId" - id: ID! - interestRate: Float! - lastName: String! - number: String! - nvsPortalInsuredPersonId: String! - paperlessEnabled: Boolean - planType: PensionFundFzPolicyPlanType! - "Translated" - productName: String! - retirementAge: Int! - retirementDate: DateTime! - "Null for inactive policies" - simulationParameters: PensionFundSimulationParameters - startDate: DateTime! - status: PensionFundPolicyStatus! - totalBalance: Float! - transactions(after: String = null before: String = null first: Int = null last: Int = null order_by: PensionFundFzPolicyTransactionSort = null where: PensionFundFzPolicyTransactionFilter = null): PensionFundFzPolicyTransactionConnection - validFrom: DateTime! -} - -type DigisPolicy implements Contract & PensionFundPolicy & Paperless & Node { - active: Boolean! - additionalLumpSumDeathBenefitMarried: Float! - additionalLumpSumDeathBenefitMarriedAccident: Float! - additionalLumpSumDeathBenefitNotMarried: Float! - additionalLumpSumDeathBenefitNotMarriedAccident: Float! - begin: DateTime! - benefits: PensionFundPolicyBenefits! - category: ContractCategory! - childrensBenefitIvPension: Float! - childrensBenefitIvPensionAccident: Float! - childrensBenefitIvWaitingPeriod: Int! - childrensBenefitPension: Float! - contract: DigisContract! - contractId: String! - contributionEmployee: Float! - contributionEmployer: Float! - contributionExonerationDelay: Int! - contributionTotal: Float! - conversionRateMandatory: Float! - conversionRateSupplementary: Float! - currency: String! - customer: DigisCustomer! - deathAfterRetirement: DeathAfterRetirement - deathBenefit: Float! - degreeOfDisability: Float! - endDate: DateTime - "PolicyId" - id: ID! - insuranceGroup: String - interestRateMandatory: Float! - interestRateSupplementary: Float! - iVPension: Float! - iVPensionAccident: Float! - iVWaitingPeriod: Int! - lastCalcDate: DateTime! - levelOfEmployment: Float! - monthlyRetirementPension: Float! - number: String! - nvsPortalInsuredPersonId: String! - orphansBenefit: Float! - orphansBenefitAccident: Float! - paperlessEnabled: Boolean - pensionPlan: PensionPlan - policyId: String! - policyTypeId: String - productName: String! - projectedRetirement: DigisProjectedRetirement - purchaseEarlyWithdrawalForHomeOwnership: Float! - purchasePensionFund: Float! - purchaseTotalPossible: Float! - purchaseWithdrawalDivorce: Float! - reportedSalary: Float! - retirementCapital: Float! - retirementDevelopment: [DigisRetirementDevelopment!]! - retirementPension: Float! - retirementSavings: Float! - sourceSystemName: String - startDateEmployment: DateTime - status: PensionFundPolicyStatus! - statusId: Int! - totalBalance: Float! - transactionId: Int! - transactions(after: String = null before: String = null first: Int = null last: Int = null order_by: DigisTransactionSort = null where: DigisPensionFundTransactionFilterInput = null): DigisTransactionConnection - unmarriedPartnersPension: Float! - unmarriedPartnersPensionAccident: Float! - withdrawalCapital: Float! -} - -type EvContract implements Contract & ThreeA & ThreeASimulation & Paperless & Node { - accountContractId: String @deprecated(reason: "No longer required") - accountId: ID - active: Boolean! - annualPremium: Float! - annualPremiumSimulation: Float @deprecated(reason: "Use threeASimulation.annualPremiumSimulation instead") - begin: DateTime! - beneficiaryClause: String! - benefitsUponSurvivalDisclaimer: String @deprecated(reason: "use benefitUponSurvival.Disclaimer instead") - benefitUponSurvival: EvBenefitUponSurvival - bVGInsured: Boolean - bvgMismatch: Boolean! - category: ContractCategory! - contractEndDate: DateTime - contractId: String! - currency: String! - currencySimulation: String @deprecated(reason: "Use threeASimulation.currencySimulation instead") - customer: EvCustomer! - customers: [EvCustomer!]! - hasAccount: Boolean! - hasMonetaryAsset: Boolean! - id: ID! - "Translatable" - insuranceType: String! - "Translated" - insuranceTypeName: String! - isThreeA: Boolean! - maximumAmount: Float - maximumAmountSimulation: Float @deprecated(reason: "Use threeASimulation.maximumAmountSimulation instead") - maximumAnnualSimulation: Float @deprecated(reason: "Use threeASimulation.maximumAnnualSimulation instead") - minimumAmountSimulation: Float @deprecated(reason: "Use threeASimulation.minimumAmountSimulation instead") - number: String! - paperlessEnabled: Boolean - partnerId: String! - paymentPossibleSimulation: Boolean! @deprecated(reason: "Use threeASimulation.paymentPossibleSimulation instead") - "Translatable" - pillar: String - portfolio: EvPortfolio - portfolioCode: String - portfolioName: String - premium: EvPremium - premiumInvoiceProcessing: Boolean! - premiuminvoices(after: String = null before: String = null first: Int = null last: Int = null order_by: EvPremiumInvoiceSort = null where: EvPremiumInvoiceFilter = null): EvPremiumInvoiceConnection - productGroup: String! - "Translatable" - productId: String - productName: String! - productNameCode: String - retirementStart: DateTime - sourceSystemName: String - surrenderValue: EvSurrenderValue - surrenderValueDocumentPartnerId: String! - tariffs: [EvTariff!]! - threeAPaymentInfo(amount: Float! = null): ThreeASimulationPaymentInfo @deprecated(reason: "Use threeASimulation.threeAPaymentInfo instead") - threeASimulation: EvContractThreeASimulationType! - totalBalance: Float! - uniqueId: String -} - -type EvAccount implements Contract & Node { - accountBalance: Float! - accountCategory: EvAccountCategory! - accountdevelopments: [EvAccountDevelopment!]! - accounttransactions(after: String = null before: String = null filter: [FilterInfoInput] = null first: Int = null last: Int = null sortBy: String = null sortDirection: SortDirection = null): EvAccountTransactionConnection @deprecated(reason: "Deprecated use accountTransaction instead") - accountTransactions(after: String = null before: String = null first: Int = null last: Int = null order_by: EvAccountTransactionSort = null where: EvAccountTransactionFilter = null): EvAccountTransactionConnection - "Translatable" - accountType: String - active: Boolean! - availableProducts: [EvAccountProduct!]! - category: ContractCategory! - connectedContracts: [EvContract!]! - contractId: String! - currency: String! - id: ID! - number: String! - partner: EvPartner! - productName: String! - referenceNumber: String - totalBalance: Float! -} - -type MortgageContract implements Contract & Node { - active: Boolean! - amountTotal: Float! - begin: DateTime - category: ContractCategory! - collaterals: [MortgageCollateral]! - contractId: String! - contractNumber: String! - currency: String! - id: ID! - interests: [MortgageInterest]! - mortgages(order_by: MortgageSort = null): [Mortgage]! - number: String! - object: MortgageObject! - productName: String! - sourceSystemName: String - stakeholders: [MortgageStakeholder]! - totalBalance: Float! - uniqueId: String - yearlyInterestTotal: Float! -} - -type ThreeAStartContract implements Contract & Node & Paperless & ThreeA & ThreeASimulation { - accounts: [ThreeAStartFzAccount!]! - accounttransactions(after: String = null before: String = null filter: [FilterInfoInput] = null first: Int = null last: Int = null sortBy: String = null sortDirection: SortDirection = null): ThreeAStartFzTransactionConnection @deprecated(reason: "Deprecated use accountTransaction instead") - accountTransactions(after: String = null before: String = null first: Int = null last: Int = null order_by: ThreeAStartFzTransactionSort = null where: ThreeAStartFzTransactionFilter = null): ThreeAStartFzTransactionConnection - active: Boolean! - annualPremium: Float! - annualPremiumSimulation: Float @deprecated(reason: "use threeASimulation.annualPremiumSimulation instead.") - availableAccountTypes: [ThreeAStartFzAccountType]! - begin: DateTime! - bvgMismatch: Boolean! - category: ContractCategory! - closeCode: Int - commissionDiscount: Float - contractChangeDate: DateTime - contractdevelopments: [ThreeAStartFzDevelopment!]! - contractId: String! - contractProductNumber: String - currency: String! - currencySimulation: String @deprecated(reason: "use threeASimulation.currencySimulation instead.") - customer: ThreeAStartFzCustomer! - "ThreeAStartContractId" - id: ID! - investmentShare: Float - latestCalculationDate: DateTime - maximumAmount: Float - maximumAmountSimulation: Float @deprecated(reason: "Use threeASimulation.maximumAmountSimulation instead") - maximumAnnualSimulation: Float @deprecated(reason: "use threeASimulation.maximumAnnualSimulation instead.") - minimumAmountSimulation: Float @deprecated(reason: "use threeASimulation.minimumAmountSimulation instead.") - modelPortfolioNumber: String - number: String! - paperlessEnabled: Boolean - paymentPossibleSimulation: Boolean! @deprecated(reason: "Use threeASimulation.paymentPossibleSimulation instead") - portfolio: ThreeAStartFzPortfolio! - "Translatable" - productId: String - productName: String! - sourceSystemName: String - threeASimulation: ThreeAStartSimulationType! - totalBalance: Float! - uniqueId: String -} - -type FzContract implements Contract & Node & Paperless { - accounts: [ThreeAStartFzAccount!]! - accounttransactions(after: String = null before: String = null filter: [FilterInfoInput] = null first: Int = null last: Int = null sortBy: String = null sortDirection: SortDirection = null): ThreeAStartFzTransactionConnection @deprecated(reason: "Deprecated use accountTransaction instead") - accountTransactions(after: String = null before: String = null first: Int = null last: Int = null order_by: ThreeAStartFzTransactionSort = null where: ThreeAStartFzTransactionFilter = null): ThreeAStartFzTransactionConnection - active: Boolean! - availableAccountTypes: [ThreeAStartFzAccountType]! - begin: DateTime! - category: ContractCategory! - closeCode: Int - commissionDiscount: Float - contractChangeDate: DateTime - contractdevelopments: [ThreeAStartFzDevelopment!]! - contractId: String! - contractProductNumber: String - currency: String! - customer: ThreeAStartFzCustomer! - "FzContractId" - id: ID! - investmentShare: Float - modelPortfolioNumber: String - number: String! - paperlessEnabled: Boolean - portfolio: ThreeAStartFzPortfolio! - "Translatable" - productId: String - productName: String! - sourceSystemName: String - totalBalance: Float! - uniqueId: String -} - -type NotImplementedContract implements Contract & Node { - active: Boolean! - category: ContractCategory! - contractId: String! - currency: String! - id: ID! - number: String! - nvsPortalInsuredPersonId: String - productName: String! - showDocumentLink: Boolean! - sourceSystemName: String - totalBalance: Float! - uniqueId: String -} - -enum PensionFundPolicyStatus { - ACTIVE - INACTIVE - INACTIVEPAID - REVERSAL - PENSION -} - -"The node interface is implemented by entities that have a global unique identifier." -interface Node { - id: ID! -} - -type CustomerContract { - contracts(hiddenContracts: [String!] = null tag: [ContractTag] = null): [Contract!]! - "PortalCustomerId" - id: ID! - outline: ContractsOutline -} - -interface Contract { - active: Boolean! - category: ContractCategory! - contractId: String! - currency: String! - id: ID! - number: String! - productName: String! - totalBalance: Float! -} - -type PaperlessResult { - contract: Contract! - success: Boolean! -} - -input PaperlessInput { - contractId: ID! = null - enable: Boolean! = null -} - -input SurrenderValueDocument { - contractId: ID! = null - customerId: String = null - date: Date = null - partnerId: String! = null -} - -input ThreeAPaymentConfirmationInput { - contractId: ID! = null - payment: Float! = null -} - -type RequestSurrenderValueDocumentInfo { - jobId: Int! -} - -type ThreeAPaymentConfirmation { - contractId: ID! - payment: Float! -} - -type ZmaAccountTransaction implements Node { - accountBalance: Float! - accountTransactionAmount: Float! - accountType: ZmaAccountType! - accountTypeName: String! - bookingDate: DateTime! - contractId: String - currency: String! - iban: String - "AccountTransactionId" - id: ID! - marketPrice: Float! - narrativeText: String - securityNominal: Float! - transactionText: String - valueDate: DateTime! -} - -input ZmaAccountTransactionSort { - bookingDate: SortOperationKind = null - valueDate: SortOperationKind = null -} - -input ZmaAccountTransactionFilter { - accountType: ZmaAccountType = null - accountType_gt: ZmaAccountType = null - accountType_gte: ZmaAccountType = null - accountType_in: [ZmaAccountType!] = null - accountType_lt: ZmaAccountType = null - accountType_lte: ZmaAccountType = null - accountType_not: ZmaAccountType = null - accountType_not_gt: ZmaAccountType = null - accountType_not_gte: ZmaAccountType = null - accountType_not_in: [ZmaAccountType!] = null - accountType_not_lt: ZmaAccountType = null - accountType_not_lte: ZmaAccountType = null - AND: [ZmaAccountTransactionFilter!] = null - bookingDate: DateTime = null - bookingDate_gt: DateTime = null - bookingDate_gte: DateTime = null - bookingDate_in: [DateTime] = null - bookingDate_lt: DateTime = null - bookingDate_lte: DateTime = null - bookingDate_not: DateTime = null - bookingDate_not_gt: DateTime = null - bookingDate_not_gte: DateTime = null - bookingDate_not_in: [DateTime] = null - bookingDate_not_lt: DateTime = null - bookingDate_not_lte: DateTime = null - OR: [ZmaAccountTransactionFilter!] = null -} - -interface Investment { - investmentStrategy: InvestmentStrategy! - investmentTheme: InvestmentTheme -} - -interface Paperless { - paperlessEnabled: Boolean -} - -enum SortDirection { - ASCENDING - DESCENDING -} - -input FilterInfoInput { - equality: FilterEqualityOperator! = null - field: String! = null - logical: FilterLogicalOperator = null - value: String = null -} - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime - -type ZmaCustomer implements Node { - beneficiaryAccountNumber: String - correspondenceAddress: ZmaAddress - customerId: String! - domicileAddress: ZmaAddress - firstName: String! - id: ID! - lastName: String! -} - -type ZmaAccount { - accountId: String - accountType: ZmaAccountType! - accountTypeName: String! - calculationDate: DateTime! - contractId: String - currency: String! - currentBalanceAccountCurrency: Float! - iban: String! - id: ID! - standingOrders: [ZmaStandingOrder]! -} - -type ZmaPortfolio { - calculationDate: DateTime - contractId: String - currency: String! - factSheetUrl: String - history: [ZmaPortfolioHistory!]! - id: ID! - portfolioId: String! - portfolioValueInBalanceSheetCurrency: Float - portfolioValueInPortfolioCurrency: Float! - positions: [ZmaPortfolioPosition!]! -} - -type ZmaProduct { - contractType: ZmaContractType! - id: ID! - investmentStrategy: String! - investmentTheme: String - productName: String! - productNumber: String! -} - -enum PaymentPeriodicity { - SINGLE - ANNUALY - SEMIANNUALY - QUARTERLY - MONTHLY -} - -type ZmaContractPerformance { - calculationType: ZmaContractPerformanceCalculation! - contractPerformanceId: String! - historicalPerformance: Float! - id: ID! - performanceDate: DateTime! - referenceCurrency: String! - zmaContractId: String -} - -"A connection to a list of items." -type ZmaAccountTransactionConnection { - "A list of edges." - edges: [ZmaAccountTransactionEdge!] - "A flattened list of the nodes." - nodes: [ZmaAccountTransaction] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -type ZmaPowerOfAttorney { - firstName: String! - id: ID! - lastName: String! - powerOfAttorneyId: String! -} - -enum ContractCategory { - UNDEFINED - PENSIONFUND - FZ - PERSONALPENSION - MORTGAGE - FZP -} - -enum InvestmentStrategy { - INCOME - BALANCED - GROWTH - EQUITY - CERTIFICATE -} - -enum InvestmentTheme { - GLOBAL - SWISSNESS - TRENDS - DIVIDEND - SWISSLIFE - SUSTAINABILITY -} - -enum Gender { - UNKNOWN - FEMALE - MALE -} - -type PensionFundPolicyBenefits { - childrensBenefitIvPension: PeriodicalValuesOfDouble! - childrensBenefitIvPensionAccident: PeriodicalValuesOfDouble! - childrensBenefitIvWaitingPeriod: Int! - childrensBenefitPension: PeriodicalValuesOfDouble! - "Contribution exoneration delay in months" - contributionExonerationDelay: Int! - iVPension: PeriodicalValuesOfDouble! - iVPensionAccident: PeriodicalValuesOfDouble! - iVWaitingPeriod: Int! - orphanPension: PeriodicalValuesOfDouble - orphanPensionPercent: Float! - orphansBenefit: PeriodicalValuesOfDouble! - orphansBenefitAccident: PeriodicalValuesOfDouble! - retirementPension: PeriodicalValuesOfDouble! - unmarriedPartnersPension: PeriodicalValuesOfDouble! - unmarriedPartnersPensionAccident: PeriodicalValuesOfDouble! - widowPension: PeriodicalValuesOfDouble - widowPensionPercent: Float! -} - -type XPlanTransaction implements Node { - amount: Float - bookingCode: String - bookingDate: DateTime! - "Translated" - bookingText: String! - bookingType: String - id: ID! - processId: String - transactionId: String! -} - -input XPlanTransactionSort { - bookingDate: SortOperationKind = null -} - -input XPlanPensionFundTransactionFilterInput { - amount: Float = null - amount_gt: Float = null - amount_gte: Float = null - amount_in: [Float] = null - amount_lt: Float = null - amount_lte: Float = null - amount_not: Float = null - amount_not_gt: Float = null - amount_not_gte: Float = null - amount_not_in: [Float] = null - amount_not_lt: Float = null - amount_not_lte: Float = null - AND: [XPlanPensionFundTransactionFilterInput!] = null - bookingDate: Date = null - bookingDate_gt: Date = null - bookingDate_gte: Date = null - bookingDate_in: [Date] = null - bookingDate_lt: Date = null - bookingDate_lte: Date = null - bookingDate_not: Date = null - bookingDate_not_gt: Date = null - bookingDate_not_gte: Date = null - bookingDate_not_in: [Date] = null - bookingDate_not_lt: Date = null - bookingDate_not_lte: Date = null - OR: [XPlanPensionFundTransactionFilterInput!] = null -} - -type PensionFundSimulationParameters { - contractSharedId: UUID! - personSharedId: UUID! - processId: String! -} - -type XPlanProjectedRetirement implements ProjectedRetirement { - isPossiblePrepensionDateInFuture: Boolean! - lastPossiblePurchaseDate: Date! - projectedAge: Int! - projectedDate: Date! - projectedInterestRate: Float! - projectedSavings: Decimal! -} - -type XPlanContract implements Node & PensionFundContract { - beginDate: DateTime! - contractNumber: String - endDate: DateTime - foundation: String - id: ID! - "Translated" - insuranceType: String! - productCode: String! - stakeHolder: String -} - -"A connection to a list of items." -type XPlanTransactionConnection { - "A list of edges." - edges: [XPlanTransactionEdge!] - "A flattened list of the nodes." - nodes: [XPlanTransaction] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -type XPlanRetirementDevelopment { - retirementCapital: Float! - retirementCapitalSupplementary: Float! - retirementDate: DateTime! - retirementPension: Float! - source: String! - transactions: [XPlanTransaction!]! -} - -type XPlanAddress implements Address { - additional: String - careOf: String - city: String - company: String - countryCode: Int - countryCodeNumeric: Int @deprecated(reason: "Use CountryCode instead") - department: String - firstName: String - id: String - lastName: String - postOfficeBox: String - "Translated" - salutation: String - street: String - street2: String @deprecated(reason: "Use Additional instead") - zipCode: String -} - -type PensionFundFzPolicyTransaction implements Node { - amount: Float! - "Translated" - bookingCode: String - bookingDate: DateTime! - id: ID! - processId: String - transactionId: String! -} - -input PensionFundFzPolicyTransactionSort { - bookingDate: SortOperationKind = null -} - -input PensionFundFzPolicyTransactionFilter { - AND: [PensionFundFzPolicyTransactionFilter!] = null - bookingDate: DateTime = null - bookingDate_gt: DateTime = null - bookingDate_gte: DateTime = null - bookingDate_in: [DateTime] = null - bookingDate_lt: DateTime = null - bookingDate_lte: DateTime = null - bookingDate_not: DateTime = null - bookingDate_not_gt: DateTime = null - bookingDate_not_gte: DateTime = null - bookingDate_not_in: [DateTime] = null - bookingDate_not_lt: DateTime = null - bookingDate_not_lte: DateTime = null - OR: [PensionFundFzPolicyTransactionFilter!] = null -} - -type PensionFundFzPolicyPlanType { - iV: Boolean! - planType: FzPolicyPlanType! - planTypeRaw: String! - relinquished: Boolean! - senior: Boolean! - tariffSpecification: Boolean! -} - -type PensionFundFzPolicyBenefits { - cumulatedExceeds: Float! - deathBenefit: Float! - iVCapital: Float! - retirementSavings: Float! - retirementSavingsProjected: Float! - totalDeathBenefit: Float! - totalRetirementSavings: Float! -} - -"A connection to a list of items." -type PensionFundFzPolicyTransactionConnection { - "A list of edges." - edges: [PensionFundFzPolicyTransactionEdge!] - "A flattened list of the nodes." - nodes: [PensionFundFzPolicyTransaction!] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -type DigisTransaction implements Node { - amount: Float - bookingCode: String - bookingDate: DateTime! - "Translated" - bookingText: String! - capital: Decimal! - capitalSupplementary: Decimal! - id: ID! - pension: Decimal! -} - -input DigisTransactionSort { - bookingDate: SortOperationKind = null -} - -input DigisPensionFundTransactionFilterInput { - amount: Float = null - amount_gt: Float = null - amount_gte: Float = null - amount_in: [Float] = null - amount_lt: Float = null - amount_lte: Float = null - amount_not: Float = null - amount_not_gt: Float = null - amount_not_gte: Float = null - amount_not_in: [Float] = null - amount_not_lt: Float = null - amount_not_lte: Float = null - AND: [DigisPensionFundTransactionFilterInput!] = null - bookingDate: DateTime = null - bookingDate_gt: DateTime = null - bookingDate_gte: DateTime = null - bookingDate_in: [DateTime] = null - bookingDate_lt: DateTime = null - bookingDate_lte: DateTime = null - bookingDate_not: DateTime = null - bookingDate_not_gt: DateTime = null - bookingDate_not_gte: DateTime = null - bookingDate_not_in: [DateTime] = null - bookingDate_not_lt: DateTime = null - bookingDate_not_lte: DateTime = null - OR: [DigisPensionFundTransactionFilterInput!] = null -} - -type DigisContract implements Node & PensionFundContract { - contractNumber: String - foundation: String - id: ID! - "Translated" - insuranceType: String! - productCode: String! - stakeHolder: String -} - -type DigisRetirementDevelopment implements RetirementDevelopment { - retirementAge: Int! - retirementCapital: Float! - retirementDate: DateTime! - retirementPension: Float! - transactions: [DigisTransaction!]! -} - -"A connection to a list of items." -type DigisTransactionConnection { - "A list of edges." - edges: [DigisTransactionEdge!] - "A flattened list of the nodes." - nodes: [DigisTransaction] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -type DigisProjectedRetirement implements ProjectedRetirement { - isPossiblePrepensionDateInFuture: Boolean! - lastPossiblePurchaseDate: Date! - projectedAge: Int! - projectedDate: Date! - projectedPension: Decimal! - projectedSavings: Decimal! -} - -type DigisCustomer { - ahvNumber: String - customerId: String - customerTypeId: Int! - dateOfBirth: DateTime! - degreeOfDisability: Decimal! - domicileAddress: DigisAddress - firstName: String - gender: String - governmentId: String - lastName: String - levelOfEmployment: Decimal! - nvsPortalInsuredPersonId: String - reportedSalary: Decimal! - sourceId: String - withdrawalCapital: Decimal! -} - -type EvPremiumInvoice { - balance: Float - bill: Float - contractId: String! - currency: String! - documentNumber: String! - dueDate: DateTime - "DocumentNumber" - id: ID! - invoiceNumber: String! - invoicePeriodEndDate: DateTime - invoicePeriodStartDate: DateTime - partnerId: Int! - premium: Float - settlementBlock: Boolean! - status: PremiumInvoiceStatus! - "Translated" - statusName: String -} - -input EvPremiumInvoiceSort { - dueDate: SortOperationKind = null -} - -input EvPremiumInvoiceFilter { - AND: [EvPremiumInvoiceFilter!] = null - dueDate: DateTime = null - dueDate_gt: DateTime = null - dueDate_gte: DateTime = null - dueDate_in: [DateTime] = null - dueDate_lt: DateTime = null - dueDate_lte: DateTime = null - dueDate_not: DateTime = null - dueDate_not_gt: DateTime = null - dueDate_not_gte: DateTime = null - dueDate_not_in: [DateTime] = null - dueDate_not_lt: DateTime = null - dueDate_not_lte: DateTime = null - OR: [EvPremiumInvoiceFilter!] = null -} - -interface ThreeA { - annualPremium: Float! - bvgMismatch: Boolean! - currency: String! - maximumAmount: Float -} - -interface ThreeASimulation { - annualPremiumSimulation: Float - currencySimulation: String - maximumAmountSimulation: Float - maximumAnnualSimulation: Float - minimumAmountSimulation: Float - paymentPossibleSimulation: Boolean! -} - -type EvCustomer implements Node { - correspondenceAddress: EvPartnerAddress - domicileAddress: EvPartnerAddress - firstName: String! - gender: Gender! - "PartnerId" - id: ID! - lastName: String! - partnerId: String! -} - -type EvTariff { - firstName: String! - insuredPerson: String! - lastName: String! - partnerId: String! - tariffId: String! - "Translated" - tariffName: String! - tariffPremium: Float! - tariffSortOrder: Int! -} - -type EvSurrenderValue { - disclaimer: String - existingLoan: Float - net: Float - validityDate: DateTime -} - -type EvBenefitUponSurvival { - additionalEstimatedFundAssets: Float - disclaimer: String - dueDate: DateTime - estimatedBonus: Float - estimatedFundAssets: Float - estimatedSecurityCapital: Float - estimatedTotal: Float - fundPerformanceUsedForEstimation: Float - guaranteed: Float -} - -type EvPremium { - annual: Float - contractDissolveDate: DateTime - paidCalculationDate: DateTime - paymentFrequency: PaymentPeriodicity! - periodicityName: String! - proRata: Float - single: Float - totalPremiumForYear: Float - totalPremiumPayment: Float -} - -type EvPortfolio { - contractId: String! - currency: String! - factSheetUrl: String - id: ID! - portfolioCode: String - portfolioId: String! - portfolioTotal: Decimal! - portfolioValue: Float! - positions: [EvPortfolioPosition!]! - securityCapital: Decimal -} - -type ThreeASimulationPaymentInfo { - codeLine: String! - memberNumber: String! - referenceNumber: String! -} - -type EvContractThreeASimulationType implements ThreeASimulation { - annualPremiumSimulation: Float - currencySimulation: String - maximumAmountSimulation: Float - maximumAnnualSimulation: Float - minimumAmountSimulation: Float - paymentPossibleSimulation: Boolean! - threeAPaymentInfo(amount: Float! = null): ThreeASimulationPaymentInfo -} - -"A connection to a list of items." -type EvPremiumInvoiceConnection { - "A list of edges." - edges: [EvPremiumInvoiceEdge!] - "A flattened list of the nodes." - nodes: [EvPremiumInvoice!] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -type EvAccountTransaction implements Node { - accountId: String - amount: Float! - bookingCode: Int - bookingDate: DateTime! - "Translated" - bookingText: String - clearingCode: String - contractId: String - currency: String! - currencyDate: DateTime! - "AccountTransactionId" - id: ID! - mainTransactionCode: String - partnerId: String - "Translatable" - productId: String - "Translated" - productName: String - subTransactionCode: String -} - -input EvAccountTransactionSort { - bookingDate: SortOperationKind = null -} - -input EvAccountTransactionFilter { - AND: [EvAccountTransactionFilter!] = null - bookingDate: Date = null - bookingDate_gt: Date = null - bookingDate_gte: Date = null - bookingDate_in: [Date] = null - bookingDate_lt: Date = null - bookingDate_lte: Date = null - bookingDate_not: Date = null - bookingDate_not_gt: Date = null - bookingDate_not_gte: Date = null - bookingDate_not_in: [Date] = null - bookingDate_not_lt: Date = null - bookingDate_not_lte: Date = null - OR: [EvAccountTransactionFilter!] = null - productId: String = null - productId_contains: String = null - productId_ends_with: String = null - productId_in: [String] = null - productId_not: String = null - productId_not_contains: String = null - productId_not_ends_with: String = null - productId_not_in: [String] = null - productId_not_starts_with: String = null - productId_starts_with: String = null -} - -type EvPartner { - correspondenceAddress: EvPartnerAddress - countryCode: String! - dateOfBirth: DateTime! - domicileAddress: EvPartnerAddress - firstName: String! - gender: Gender! - id: ID! - lastName: String! - partnerId: String! -} - -"A connection to a list of items." -type EvAccountTransactionConnection { - "A list of edges." - edges: [EvAccountTransactionEdge!] - "A flattened list of the nodes." - nodes: [EvAccountTransaction] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -type EvAccountDevelopment { - accountDevelopmentId: String! - accountValue: Float! - bookingDate: DateTime! - contractId: String - id: ID! - partnerId: String -} - -type EvAccountProduct { - contractId: String - "Translatable" - productId: String - "Translated" - productName: String -} - -enum EvAccountCategory { - UNKNOWN - HOLDING - PREMIUM -} - -input MortgageSort { - endDate: SortOperationKind = null - isActive: SortOperationKind = null - startDate: SortOperationKind = null -} - -type MortgageObject { - city: String - countryCode: String - id: ID! - street: String - zipCode: String -} - -type Mortgage { - amount: Float! - "Translated" - customerPrivileges: [TranslatedResource!]! - endDate: Date - "Translatable" - interestMaturity: String - "Translated" - InterestMaturityLabel: String - interestRate: Float! - isActive: Boolean! - number: String! - "Translatable" - privileges: [String] @deprecated(reason: "Use customerPrivileges instead.") - startDate: Date - "Translated" - type: String - "Translatable" - typeCode: String! - yearlyInterest: Float! -} - -type MortgageCollateral { - company: String! - id: ID! - policy: Contract - policyNumber: String! -} - -type MortgageStakeholder { - domicilAddress: MortgageStakeholderAddress - firstname: String! - id: ID! - lastname: String! -} - -type MortgageInterest { - interest: Float! - "Translated" - maturity: String! - maturityCode: String! -} - -type ThreeAStartFzTransaction { - accountBalance: Float! - accountTransactionAmount: Float! - accountType: ThreeAStartFzAccountType! - bookingDate: DateTime! - contractId: String! - currency: String! - iBAN: String - "ThreeAStartFzTransactionId" - id: ID! - marketPrice: Float! - narrativeText: String - securityNominal: Float! - transactionText: String - valueDate: DateTime! -} - -input ThreeAStartFzTransactionSort { - bookingDate: SortOperationKind = null - valueDate: SortOperationKind = null -} - -input ThreeAStartFzTransactionFilter { - accountType: ThreeAStartFzAccountType = null - accountType_gt: ThreeAStartFzAccountType = null - accountType_gte: ThreeAStartFzAccountType = null - accountType_in: [ThreeAStartFzAccountType!] = null - accountType_lt: ThreeAStartFzAccountType = null - accountType_lte: ThreeAStartFzAccountType = null - accountType_not: ThreeAStartFzAccountType = null - accountType_not_gt: ThreeAStartFzAccountType = null - accountType_not_gte: ThreeAStartFzAccountType = null - accountType_not_in: [ThreeAStartFzAccountType!] = null - accountType_not_lt: ThreeAStartFzAccountType = null - accountType_not_lte: ThreeAStartFzAccountType = null - AND: [ThreeAStartFzTransactionFilter!] = null - bookingDate: DateTime = null - bookingDate_gt: DateTime = null - bookingDate_gte: DateTime = null - bookingDate_in: [DateTime] = null - bookingDate_lt: DateTime = null - bookingDate_lte: DateTime = null - bookingDate_not: DateTime = null - bookingDate_not_gt: DateTime = null - bookingDate_not_gte: DateTime = null - bookingDate_not_in: [DateTime] = null - bookingDate_not_lt: DateTime = null - bookingDate_not_lte: DateTime = null - OR: [ThreeAStartFzTransactionFilter!] = null -} - -type ThreeAStartFzCustomer { - contractId: String - correspondenceAddress: ThreeAStartFzAddress - customerFirstName: String! - customerId: String! - customerLastName: String! - dateOfBirth: DateTime - domicileAddress: ThreeAStartFzAddress - endDate: DateTime - gender: Gender! - levelOfEmployment: ThreeAStartFzLevelOfEmployment! -} - -type ThreeAStartFzPortfolio { - calculationDate: DateTime! - contractId: String! - currency: String! - id: ID! - portfolioId: String! - portfolioValueInBalanceSheetCurrency: Float! - portfolioValueInPortfolioCurrency: Float! - positions: [ThreeAStartFzPortfolioPosition!]! -} - -type ThreeAStartFzAccount { - accountType: ThreeAStartFzAccountType! - contractId: String! - currency: String! - currentBalanceAccountCurrency: Float! - endDate: DateTime - iBAN: String - "ThreeAStartFzAccountId" - id: ID! - offsetFlag: Int! - totalTransactionAccountCurrency: Float! -} - -type ThreeAStartFzDevelopment { - amountInvestedValue: Float! - amountPaidOutValue: Float! - calculationDate: DateTime! - contractId: String! - currency: String! - entryAccountValue: Float! - "ThreeAStartFzDevelopmentId" - id: ID! - investmentAccountValue: Float! - portfolioValue: Float! - totalValue: Float! -} - -"A connection to a list of items." -type ThreeAStartFzTransactionConnection { - "A list of edges." - edges: [ThreeAStartFzTransactionEdge!] - "A flattened list of the nodes." - nodes: [ThreeAStartFzTransaction] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -enum ThreeAStartFzAccountType { - INVESTMENT3ANEW - INVESTMENTFZMIGRATION - INVESTMENT3AMIGRATION - INVESTMENTFZNEW - ANLAGE3ANEW - ANLAGEFZMIGRATION - ANLAGE3AMIGRATION - ANLAGEFZNEW -} - -type ThreeAStartSimulationType implements ThreeASimulation { - annualPremiumSimulation: Float - currencySimulation: String - maximumAmountSimulation: Float - maximumAnnualSimulation: Float - minimumAmountSimulation: Float - paymentPossibleSimulation: Boolean! -} - -enum TranslatableLanguage { - NOTSET - DE - FR - IT - EN -} - -enum ApplyPolicy { - BEFORE_RESOLVER - AFTER_RESOLVER -} - -enum ContractTag { - THREEA - PENSIONFUND - PAPERLESS -} - -type ContractsOutline { - pensionFund: PensionFundOutline -} - -"The `Date` scalar represents an ISO-8601 compliant date type." -scalar Date - -enum SortOperationKind { - ASC - DESC -} - -enum FilterEqualityOperator { - EQUALS - NOTEQUALS - GREATERTHANOREQUALS - SMALLERTHANOREQUALS - GREATERTHAN - SMALLERTHAN -} - -enum FilterLogicalOperator { - AND - OR -} - -type ZmaAddress implements Address { - additional: String - careOf: String - city: String - company: String - countryCode: String - department: String - firstName: String - id: String - lastName: String - postOfficeBox: String - "Translated" - salutation: String - street: String - zipCode: String -} - -type ZmaStandingOrder { - amount: Float! - frequency: PaymentPeriodicity! - id: ID! - standingOrderId: String! -} - -enum ZmaAccountType { - UNKNOWN - INVESTMENT - ENTRY -} - -type ZmaPortfolioHistory { - calculationDate: DateTime! - contractId: String - id: ID! - investmentValueInContractCurrency: Float - payoutValueInContractCurrency: Float - portfolioHistoryId: String! - portfolioId: String - portfolioValueInBalanceSheetCurrency: Float - portfolioValueInPortfolioCurrency: Float! -} - -type ZmaPortfolioPosition { - factSheet: Link - factSheetUrl: String @deprecated(reason: "use factSheet instead") - investmentCategory: InvestmentCategory! - "Translated" - investmentCategoryName: String! - investmentCategoryPercentage: Float! - investmentCurrencyPercentage: Float! - isin: String! - monetaryAssetName: String! - monetaryAssetTitleCurrency: String! - nominalValueOrQuantity: Float! - portfolioPositionId: String! - portfolioShare: Float! - position: Int! - provider: String - valorPerformance: Float! - valuationReferenceCurrency: Float! -} - -enum ZmaContractType { - UNDEFINED - NONWITHDRAWALPLAN - WITHDRAWALPLAN -} - -enum ZmaContractPerformanceCalculation { - MONTH - YEAR -} - -"Information about pagination in a connection." -type PageInfo { - "When paginating forwards, the cursor to continue." - endCursor: String - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String -} - -"An edge in a connection." -type ZmaAccountTransactionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: ZmaAccountTransaction -} - -type PeriodicalValuesOfDouble { - monthly: Float! - yearly: Float! -} - -interface ProjectedRetirement { - projectedAge: Int! - projectedDate: Date! - projectedSavings: Decimal! -} - -interface PensionFundContract { - contractNumber: String - foundation: String - id: ID! - insuranceType: String! - productCode: String! - stakeHolder: String -} - -"An edge in a connection." -type XPlanTransactionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: XPlanTransaction -} - -"An edge in a connection." -type PensionFundFzPolicyTransactionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: PensionFundFzPolicyTransaction! -} - -interface RetirementDevelopment { - retirementCapital: Float! - retirementDate: DateTime! - retirementPension: Float! -} - -"An edge in a connection." -type DigisTransactionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: DigisTransaction -} - -type DigisAddress implements Address { - additional: String - careOf: String - city: String - company: String - countryCode: String - department: String - firstName: String - id: String - lastName: String - postOfficeBox: String - "Translated" - salutation: String - street: String - zipCode: String -} - -enum PremiumInvoiceStatus { - PENDING - PAYED -} - -type EvPartnerAddress implements Address { - additional: String - careOf: String - city: String - company: String - countryCode: String - department: String - firstName: String - id: String - lastName: String - postOfficeBox: String - "Translated" - salutation: String - street: String - zipCode: String -} - -type EvPortfolioPosition { - calculationDate: DateTime! - factSheet: Link - factSheetUrl: String @deprecated(reason: "use factSheet instead") - investmentCategory: InvestmentCategory! - "Translated" - investmentCategoryName: String! - investmentCategoryPercentage: Float! - investmentCurrencyPercentage: Float! - isin: String! - monetaryAssetName: String! - monetaryAssetTitleCurrency: String! - nominalValueOrQuantity: Float! - portfolioPositionId: String! - portfolioPositionValue: Float! - portfolioShare: Float! - position: Int! - provider: String - valorNumber: Float! - valorPerformance: Float! -} - -"An edge in a connection." -type EvPremiumInvoiceEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: EvPremiumInvoice! -} - -"An edge in a connection." -type EvAccountTransactionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: EvAccountTransaction -} - -type TranslatedResource { - key: String! - label: String! -} - -type MortgageStakeholderAddress implements Address { - additional: String - careOf: String - city: String - company: String - countryCode: String! - department: String - firstName: String - gender: Gender! - id: String - lastName: String - postOfficeBox: String - salutation: String - street: String - zipCode: String -} - -enum ThreeAStartFzLevelOfEmployment { - UNKNOWN - EMPLOYEE - SELFEMPLOYED -} - -type ThreeAStartFzAddress implements Address { - additional: String - careOf: String - city: String - company: String - countryCode: String - department: String - firstName: String - id: String - lastName: String - postOfficeBox: String - "Translated" - salutation: String - street: String - zipCode: String -} - -type ThreeAStartFzPortfolioPosition { - contractId: String! - currency: String! - factSheet: Link - id: ID! - isin: String! - monetaryAssetName: String! - monetaryAssetShortName: String! - nominalValueOrQuantity: Float! - portfolioId: String! - portfolioPositionId: String! - portfolioPositionValue: Float! - portfolioShare: Float - position: Int! - provider: String - valorPerformance: Float! -} - -"An edge in a connection." -type ThreeAStartFzTransactionEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: ThreeAStartFzTransaction -} - -type PensionFundOutline { - purchaseOptions: PensionFundPurchaseOptions - "Use PensionFundPolicy.projectedRetirement.projectedDate instead" - retirementDate: DateTime @deprecated(reason: "Use PensionFundPolicy.projectedRetirement.projectedDate instead") -} - -enum InvestmentCategory { - MONEYMARKETFUNDS - GUARANTEEFUND - CAPITALPROTECTEDFUND - CAPITALPROTECTEDNOTE - BONDFUND - PENSIONFUND - REALESTATEFUND - CONVERTIBLEBONDS - STRATEGYFUNDBALANCEDFUND - EQUITYFUND - FUNDOFFUNDS - SPECIALFUND - RAWMATERIALSGOLD - HEDGEFUND - CERTIFICATE -} - -type Link { - title: String! - type: LinkDestinationType! - url: String! -} - -type PensionFundPurchaseOptions { - maxRetirementCapital: Float! - pensionPlan: PensionPlan - purchaseEarlyWithdrawalForHomeOwnership: Float! - purchasePensionFund: Float! - purchaseTotalPossible: Float! - purchaseWithdrawalDivorce: Float! - retirementSavings: Float! -} - -enum LinkDestinationType { - DOCUMENT - WEBSITE -} - -enum PensionPlan { - EMPLOYEE - SENIOR - IV - RETIREMENT -} - -type Subscription { - onPaperlessChanged: Boolean! -} - -type XPlanContactInfo { - companyName: String - department: String - firstName: String - lastName: String - salutationCode: Int -} - -type XPlanFundDevelopment { - calculationDate: DateTime! - totalCapital: Decimal! -} - -type XPlanPremiumFundBalance { - calculationDate: DateTime! - fundCapital: Decimal! - fundFactSheetUrl: String - fundSharePrice: Decimal - fundShares: Long! - investmentStrategy: String! - isinNumber: String - liquidityAccountBalance: Decimal! - totalCapital: Decimal! -} - -type DeathAfterRetirement { - orphanPension: Float - widowPension: Float -} - -scalar UUID - -"The built-in `Decimal` scalar type." -scalar Decimal - -enum FzPolicyPlanType { - YEARLONG - PERENNIALLY -} - -"The `Long` scalar type represents non-fractional signed whole 64-bit numeric values. Long can represent values between -(2^63) and 2^63 - 1." -scalar Long - -directive @translate(language: TranslatableLanguage = null) on FIELD | FIELD_DEFINITION - -directive @translatable(resourceKeyPrefix: String! = null toCodeLabelArray: Boolean! = null) on FIELD_DEFINITION - -directive @authorize("Defines when when the resolver shall be executed.By default the resolver is executed after the policy has determined that the current user is allowed to access the field." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String = null "Roles that are allowed to access the annotated resource." roles: [String!] = null) repeatable on SCHEMA | OBJECT | FIELD_DEFINITION - -directive @trackable on FIELD_DEFINITION - -directive @track(if: Boolean = null) on FIELD - -directive @tracked on FIELD_DEFINITION diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Customer.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Customer.graphql deleted file mode 100644 index b336c3ecbc4..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Customer.graphql +++ /dev/null @@ -1,26 +0,0 @@ -type Query { - customer(id: ID!): Customer - consultant(id: ID!): Consultant - customerOrConsultant(id: ID!): CustomerOrConsultant -} - -type Customer { - id: ID! - name: String! - consultant: Consultant - complexArg(arg: ComplexInputType): String -} - -type Consultant { - id: ID! - name: String! -} - -union CustomerOrConsultant = Customer | Consultant - -input ComplexInputType { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/DocumentClient.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/DocumentClient.graphql deleted file mode 100644 index 3125f8e2b90..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/DocumentClient.graphql +++ /dev/null @@ -1,339 +0,0 @@ -schema { - query: Query - mutation: Mutation -} - -type Query { - envelope(processId: String = null): CustomerEnvelope - envelopes(after: String = null before: String = null contractId: String = null first: PaginationAmount = null invoiceNumber: String = null last: PaginationAmount = null order_by: CustomerEnvelopeSort = null processId: String = null where: CustomerEnvelopeFilter = null): CustomerEnvelopeConnection -} - -type Mutation { - requestDocumentDownload(id: ID! = null): String! - requestEnvelopeDownload(fileFormat: FileFormat! = null id: ID! = null): String! -} - -type NvsDocument implements Document { - contractId: String - contractNumber: String - "Translated" - documentCategory: String! - documentCategoryCode: DocumentCategoryType! - documentDate: DateTime! - documentId: String! - documentTitle: String! - documentType: String! - documentTypeCode: String! - id: ID! - isTaxRelevant: Boolean! - processId: String -} - -type EvDocument implements Document { - contractId: String - contractNumber: String - "Translated" - documentCategory: String! - documentCategoryCode: DocumentCategoryType! - documentDate: DateTime! - documentId: String! - documentTitle: String! - "Translated" - documentType: String! - documentTypeCode: String! - id: ID! - invoiceNumber: String - isTaxRelevant: Boolean! - partnerNumber: String! -} - -type BankingDocument implements Document { - businessUnit: String! - contractId: String - contractNumber: String - "Translated" - documentCategory: String! - documentCategoryCode: DocumentCategoryType! - documentDate: DateTime! - documentId: String! - documentTitle: String! - "Translated" - documentType: String! - documentTypeCode: String! - id: ID! - isTaxRelevant: Boolean! - planNr: String! @deprecated(reason: "Use contractId instead") -} - -enum ApplyPolicy { - BEFORE_RESOLVER - AFTER_RESOLVER -} - -type CustomerEnvelope { - contractNumber: String - documents: [Document!]! - envelopeDate: DateTime! - envelopeId: String! - envelopeTitle: String - id: ID! -} - -input CustomerEnvelopeSort { - envelopeDate: SortOperationKind = null -} - -input CustomerEnvelopeFilter { - AND: [CustomerEnvelopeFilter!] = null - documents_some: DocumentFilter = null - envelopeDate: DateTime = null - envelopeDate_gt: DateTime = null - envelopeDate_gte: DateTime = null - envelopeDate_in: [DateTime!] = null - envelopeDate_lt: DateTime = null - envelopeDate_lte: DateTime = null - envelopeDate_not: DateTime = null - envelopeDate_not_gt: DateTime = null - envelopeDate_not_gte: DateTime = null - envelopeDate_not_in: [DateTime!] = null - envelopeDate_not_lt: DateTime = null - envelopeDate_not_lte: DateTime = null - isTaxRelevant: Boolean = null - OR: [CustomerEnvelopeFilter!] = null -} - -"A connection to a list of items." -type CustomerEnvelopeConnection { - contractFilterEntries: [ContractFilterEntry!]! - contractNumbers: [String!]! @deprecated(reason: "Use contractFilterEntries instead") - "Translated" - documentCategories: [TranslatedResourceOfDocumentCategoryType!]! - "A list of edges." - edges: [CustomerEnvelopeEdge!] - "A flattened list of the nodes." - nodes: [CustomerEnvelope!] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -scalar PaginationAmount - -enum FileFormat { - PDF - ZIP -} - -interface Document { - contractId: String - contractNumber: String - documentCategory: String! - documentCategoryCode: DocumentCategoryType! - documentDate: DateTime! - documentId: String! - documentTitle: String! - documentType: String! - documentTypeCode: String! - id: ID! - isTaxRelevant: Boolean! -} - -"The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime - -enum DocumentCategoryType { - WERTDOKUMENTE - INKASSODOKUMENTE - KORRESPONDENZDOKUMENTE - LEISTUNGSDOKUMENTE - OFFERTDOKUMENTE - PERSONENDOKUMENTE - REPORT - SONSTIGE - STEUERDOKUMENTE - VERTRAGSANPASSUNGEN - VERTRAGSDOKUMENTE -} - -type TranslatedResourceOfDocumentCategoryType { - key: DocumentCategoryType! - label: String! -} - -type ContractFilterEntry { - key: String! - label: String! -} - -enum TranslatableLanguage { - NOTSET - DE - FR - IT - EN -} - -enum SortOperationKind { - ASC - DESC -} - -input DocumentFilter { - AND: [DocumentFilter!] = null - contractId: String = null - contractId_contains: String = null - contractId_ends_with: String = null - contractId_in: [String] = null - contractId_not: String = null - contractId_not_contains: String = null - contractId_not_ends_with: String = null - contractId_not_in: [String] = null - contractId_not_starts_with: String = null - contractId_starts_with: String = null - contractNumber: String = null - contractNumber_contains: String = null - contractNumber_ends_with: String = null - contractNumber_in: [String] = null - contractNumber_not: String = null - contractNumber_not_contains: String = null - contractNumber_not_ends_with: String = null - contractNumber_not_in: [String] = null - contractNumber_not_starts_with: String = null - contractNumber_starts_with: String = null - documentCategoryType: DocumentCategoryType = null - documentCategoryType_gt: DocumentCategoryType = null - documentCategoryType_gte: DocumentCategoryType = null - documentCategoryType_in: [DocumentCategoryType!] = null - documentCategoryType_lt: DocumentCategoryType = null - documentCategoryType_lte: DocumentCategoryType = null - documentCategoryType_not: DocumentCategoryType = null - documentCategoryType_not_gt: DocumentCategoryType = null - documentCategoryType_not_gte: DocumentCategoryType = null - documentCategoryType_not_in: [DocumentCategoryType!] = null - documentCategoryType_not_lt: DocumentCategoryType = null - documentCategoryType_not_lte: DocumentCategoryType = null - documentDate: DateTime = null - documentDate_gt: DateTime = null - documentDate_gte: DateTime = null - documentDate_in: [DateTime!] = null - documentDate_lt: DateTime = null - documentDate_lte: DateTime = null - documentDate_not: DateTime = null - documentDate_not_gt: DateTime = null - documentDate_not_gte: DateTime = null - documentDate_not_in: [DateTime!] = null - documentDate_not_lt: DateTime = null - documentDate_not_lte: DateTime = null - documentId: String = null - documentId_contains: String = null - documentId_ends_with: String = null - documentId_in: [String] = null - documentId_not: String = null - documentId_not_contains: String = null - documentId_not_ends_with: String = null - documentId_not_in: [String] = null - documentId_not_starts_with: String = null - documentId_starts_with: String = null - documentTitle: String = null - documentTitle_contains: String = null - documentTitle_ends_with: String = null - documentTitle_in: [String] = null - documentTitle_not: String = null - documentTitle_not_contains: String = null - documentTitle_not_ends_with: String = null - documentTitle_not_in: [String] = null - documentTitle_not_starts_with: String = null - documentTitle_starts_with: String = null - documentType: String = null - documentType_contains: String = null - documentType_ends_with: String = null - documentType_in: [String] = null - documentType_not: String = null - documentType_not_contains: String = null - documentType_not_ends_with: String = null - documentType_not_in: [String] = null - documentType_not_starts_with: String = null - documentType_starts_with: String = null - envelopeId: String = null - envelopeId_contains: String = null - envelopeId_ends_with: String = null - envelopeId_in: [String] = null - envelopeId_not: String = null - envelopeId_not_contains: String = null - envelopeId_not_ends_with: String = null - envelopeId_not_in: [String] = null - envelopeId_not_starts_with: String = null - envelopeId_starts_with: String = null - envelopeOrder: Int = null - envelopeOrder_gt: Int = null - envelopeOrder_gte: Int = null - envelopeOrder_in: [Int!] = null - envelopeOrder_lt: Int = null - envelopeOrder_lte: Int = null - envelopeOrder_not: Int = null - envelopeOrder_not_gt: Int = null - envelopeOrder_not_gte: Int = null - envelopeOrder_not_in: [Int!] = null - envelopeOrder_not_lt: Int = null - envelopeOrder_not_lte: Int = null - filterId: String = null - filterId_contains: String = null - filterId_ends_with: String = null - filterId_in: [String] = null - filterId_not: String = null - filterId_not_contains: String = null - filterId_not_ends_with: String = null - filterId_not_in: [String] = null - filterId_not_starts_with: String = null - filterId_starts_with: String = null - hiddenFilterId: String = null - hiddenFilterId_contains: String = null - hiddenFilterId_ends_with: String = null - hiddenFilterId_in: [String] = null - hiddenFilterId_not: String = null - hiddenFilterId_not_contains: String = null - hiddenFilterId_not_ends_with: String = null - hiddenFilterId_not_in: [String] = null - hiddenFilterId_not_starts_with: String = null - hiddenFilterId_starts_with: String = null - isTaxRelevant: Boolean = null - isTaxRelevant_not: Boolean = null - OR: [DocumentFilter!] = null - portalCustomerId: String = null - portalCustomerId_contains: String = null - portalCustomerId_ends_with: String = null - portalCustomerId_in: [String] = null - portalCustomerId_not: String = null - portalCustomerId_not_contains: String = null - portalCustomerId_not_ends_with: String = null - portalCustomerId_not_in: [String] = null - portalCustomerId_not_starts_with: String = null - portalCustomerId_starts_with: String = null -} - -"Information about pagination in a connection." -type PageInfo { - "When paginating forwards, the cursor to continue." - endCursor: String - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String -} - -"An edge in a connection." -type CustomerEnvelopeEdge { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: CustomerEnvelope! -} - - - - -directive @authorize("Defines when when the resolver shall be executed.By default the resolver is executed after the policy has determined that the current user is allowed to access the field." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String = null "Roles that are allowed to access the annotated resource." roles: [String!] = null) repeatable on SCHEMA | OBJECT | FIELD_DEFINITION - - diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/DummyDirective.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/DummyDirective.graphql deleted file mode 100644 index 11be1da2a6a..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/DummyDirective.graphql +++ /dev/null @@ -1 +0,0 @@ -directive @foo on FIELD_DEFINITION diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/IntrospectionWithDefaultValues.json b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/IntrospectionWithDefaultValues.json deleted file mode 100644 index 44df0f38eec..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/IntrospectionWithDefaultValues.json +++ /dev/null @@ -1,1003 +0,0 @@ -{ - "data": { - "__schema": { - "queryType": { - "name": "Query" - }, - "mutationType": null, - "subscriptionType": null, - "types": [ - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given __Type is", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates this type is an enum. `enumValues` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": null, - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Query", - "description": "", - "fields": [ - { - "name": "Questions", - "description": "", - "args": [ - { - "name": "skip", - "description": "", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "0" - }, - { - "name": "first", - "description": "", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "10" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Question", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Introspection defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, the entry points for query, mutation, and subscription operations.", - "fields": [ - { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directives", - "description": "'A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "subscriptionType", - "description": "'If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": null, - "fields": [ - { - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enumValues", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "inputFields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": null, - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "An enum describing valid locations where a directive can be placed", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "QUERY", - "description": "Indicates the directive is valid on queries.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MUTATION", - "description": "Indicates the directive is valid on mutations.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD", - "description": "Indicates the directive is valid on fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_DEFINITION", - "description": "Indicates the directive is valid on fragment definitions.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_SPREAD", - "description": "Indicates the directive is valid on fragment spreads.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INLINE_FRAGMENT", - "description": "Indicates the directive is valid on inline fragments.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCHEMA", - "description": "Indicates the directive is valid on a schema SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALAR", - "description": "Indicates the directive is valid on a scalar SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates the directive is valid on an object SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD_DEFINITION", - "description": "Indicates the directive is valid on a field SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARGUMENT_DEFINITION", - "description": "Indicates the directive is valid on a field argument SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates the directive is valid on an interface SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates the directive is valid on an union SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates the directive is valid on an enum SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM_VALUE", - "description": "Indicates the directive is valid on an enum value SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates the directive is valid on an input object SDL definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_FIELD_DEFINITION", - "description": "Indicates the directive is valid on an input object field SDL definition.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "String", - "description": "Built-in String", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": "Built-in Int", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Question", - "description": "", - "fields": [ - { - "name": "id", - "description": "", - "args": [], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "question", - "description": "", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "userId", - "description": "", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "ID", - "description": "Built-in ID", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": null, - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "defaultValue", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Boolean", - "description": "Built-in Boolean", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": null, - "fields": [ - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "onOperation", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onFragment", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onField", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - } - ], - "directives": [ - { - "name": "include", - "description": "Directs the executor to include this field or fragment only when the `if` argument is true", - "args": [ - { - "name": "if", - "description": "Included when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": null - } - ] - }, - { - "name": "skip", - "description": "Directs the executor to skip this field or fragment when the `if`'argument is true.", - "args": [ - { - "name": "if", - "description": "Skipped when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": null - } - ] - }, - { - "name": "defer", - "description": "This directive allows results to be deferred during execution", - "args": [] - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/MergeQueryWithVariable.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/MergeQueryWithVariable.graphql deleted file mode 100644 index a93df9dc208..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/MergeQueryWithVariable.graphql +++ /dev/null @@ -1,21 +0,0 @@ -query customer_query($fields_customerId: ID!, $global: ID!) { - customer(id: $customerId) { - name - consultant(id: $global) { - name - } - contracts { - id - ...life - ...other - } - } -} - -fragment life on LifeInsuranceContract { - premium -} - -fragment other on SomeOtherContract { - expiryDate -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/SchemaInfoTests_Schema.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/SchemaInfoTests_Schema.graphql deleted file mode 100644 index 4a6ead02fe9..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/SchemaInfoTests_Schema.graphql +++ /dev/null @@ -1,17 +0,0 @@ -schema { - query: CustomQuery - mutation: CustomMutation - subscription: CustomSubscription -} - -type CustomQuery { - abc: String -} - -type CustomMutation { - abc: String -} - -type CustomSubscription { - abc: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StarWarsIntrospectionResult.json b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StarWarsIntrospectionResult.json deleted file mode 100644 index 37afa749a50..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StarWarsIntrospectionResult.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "data": { - "__schema": { - "queryType": { - "name": "Query" - }, - "mutationType": { - "name": "Mutation" - }, - "subscriptionType": { - "name": "Subscription" - }, - "types": [{ - "kind": "SCALAR", - "name": "String", - "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "ID", - "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Boolean", - "description": "The `Boolean` scalar type represents `true` or `false`.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Float", - "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Decimal", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Long", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "DateTime", - "description": "The `DateTime` scalar represents an ISO-8601 compliant date time type.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Date", - "description": "The `Date` scalar represents an ISO-8601 compliant date type.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Uuid", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Url", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", - "fields": [{ - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "onOperation", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onFragment", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onField", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [{ - "name": "QUERY", - "description": "Location adjacent to a query operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MUTATION", - "description": "Location adjacent to a mutation operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SUBSCRIPTION", - "description": "Location adjacent to a subscription operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD", - "description": "Location adjacent to a field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_DEFINITION", - "description": "Location adjacent to a fragment definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_SPREAD", - "description": "Location adjacent to a fragment spread.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INLINE_FRAGMENT", - "description": "Location adjacent to an inline fragment.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Location adjacent to a union definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Location adjacent to an enum definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", - "fields": [{ - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [{ - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [{ - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [{ - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "subscriptionType", - "description": "If this server support subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [{ - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [{ - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enumValues", - "description": null, - "args": [{ - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "inputFields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given `__Type` is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [{ - "name": "SCALAR", - "description": "Indicates this type is a scalar.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates this type is an enum. `enumValues` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Query", - "description": null, - "fields": [{ - "name": "hero", - "description": null, - "args": [{ - "name": "episode", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "Episode", - "ofType": null - } - }, - "defaultValue": null - }], - "type": { - "kind": "INTERFACE", - "name": "Character", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "character", - "description": null, - "args": [{ - "name": "characterIds", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID" - } - } - } - }, - "defaultValue": null - }], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Character" - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "human", - "description": null, - "args": [{ - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }], - "type": { - "kind": "OBJECT", - "name": "Human", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "droid", - "description": null, - "args": [{ - "name": "id", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "defaultValue": null - }], - "type": { - "kind": "OBJECT", - "name": "Droid", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "search", - "description": null, - "args": [{ - "name": "text", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "UNION", - "name": "SearchResult", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Mutation", - "description": null, - "fields": [{ - "name": "createReview", - "description": null, - "args": [{ - "name": "episode", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "Episode", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "review", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ReviewInput", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Review", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Subscription", - "description": null, - "fields": [{ - "name": "onReview", - "description": null, - "args": [{ - "name": "episode", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "Episode", - "ofType": null - } - }, - "defaultValue": null - }], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "Review", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Human", - "description": null, - "fields": [{ - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "appearsIn", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "Episode", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "friends", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Character", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [{ - "name": "unit", - "description": null, - "type": { - "kind": "ENUM", - "name": "Unit", - "ofType": null - }, - "defaultValue": "null" - }], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "homePlanet", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [{ - "kind": "INTERFACE", - "name": "Character", - "ofType": null - }], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Droid", - "description": null, - "fields": [{ - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "appearsIn", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "Episode", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "friends", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Character", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [{ - "name": "unit", - "description": null, - "type": { - "kind": "ENUM", - "name": "Unit", - "ofType": null - }, - "defaultValue": "null" - }], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "primaryFunction", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [{ - "kind": "INTERFACE", - "name": "Character", - "ofType": null - }], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "Episode", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [{ - "name": "NEWHOPE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "EMPIRE", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "JEDI", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "Character", - "description": null, - "fields": [{ - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "friends", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Character", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "appearsIn", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "Episode", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": null, - "args": [{ - "name": "unit", - "description": null, - "type": { - "kind": "ENUM", - "name": "Unit", - "ofType": null - }, - "defaultValue": "null" - }], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [{ - "kind": "OBJECT", - "name": "Human", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Droid", - "ofType": null - } - ] - }, - { - "kind": "UNION", - "name": "SearchResult", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [{ - "kind": "OBJECT", - "name": "Starship", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Human", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "Droid", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "Review", - "description": null, - "fields": [{ - "name": "stars", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "commentary", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ReviewInput", - "description": null, - "fields": null, - "inputFields": [{ - "name": "stars", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "defaultValue": null - }, - { - "name": "commentary", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "Unit", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [{ - "name": "FOOT", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "METERS", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Starship", - "description": null, - "fields": [{ - "name": "id", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "length", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - } - ], - "directives": [{ - "name": "skip", - "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", - "args": [{ - "name": "if", - "description": "Skipped when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": null - }], - "onOperation": false, - "onFragment": true, - "onField": true - }, - { - "name": "include", - "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", - "args": [{ - "name": "if", - "description": "Included when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": null - }], - "onOperation": false, - "onFragment": true, - "onField": true - }, - { - "name": "authorize", - "description": null, - "args": [{ - "name": "policy", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "roles", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "onOperation": false, - "onFragment": false, - "onField": false - } - ] - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Stitching.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Stitching.graphql deleted file mode 100644 index 61d0d20af40..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/Stitching.graphql +++ /dev/null @@ -1,56 +0,0 @@ -type Query { - customer(id: ID!): Customer @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant - @delegate(schema: "customer") - contracts(id: ID!): [Contract!] - @delegate(schema: "contract", path: "contracts(customerId:$arguments:id)") - consultantName: String! - @delegate( - schema: "customer" - path: "customer(id:\"Q3VzdG9tZXIKZDE=\").consultant.name" - ) - consultant: Consultant - @delegate( - schema: "customer" - path: "customer(id:\"Q3VzdG9tZXIKZDE=\").consultant" - ) -} - -type Customer { - id: ID! - name: String! - complexArg(arg:ComplexInputType): String - consultant: Consultant - contracts: [Contract!] - @delegate(schema: "contract", path: "contracts(customerId:$fields:id)") - contractIds: [ID!] - @delegate(schema: "contract", path: "contracts(customerId:$fields:id).id") -} - -type Consultant { - id: ID! - name: String! -} - -interface Contract { - id: ID! -} - -type LifeInsuranceContract implements Contract { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract { - id: ID! - expiryDate: DateTime -} - -union CustomerOrConsultant = Customer | Consultant - -input ComplexInputType { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingComputed.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingComputed.graphql deleted file mode 100644 index bfb5bcc3ca0..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingComputed.graphql +++ /dev/null @@ -1,49 +0,0 @@ -type Query { - customer(id: ID!): Customer @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant - @delegate(schema: "customer") - contracts(id: ID!): [Contract!] - @delegate(schema: "contract", path: "contracts(customerId:$arguments:id)") - consultantName: String! - @delegate( - schema: "customer" - path: "customer(id:\"Q3VzdG9tZXIKZDE=\").consultant.name" - ) - consultant: Consultant - @delegate( - schema: "customer" - path: "customer(id:\"Q3VzdG9tZXIKZDE=\").consultant" - ) -} - -type Customer { - id: ID! - name: String! - consultant: Consultant - contracts: [Contract!] - @delegate(schema: "contract", path: "contracts(customerId:$fields:id)") - contractIds: [ID!] - @delegate(schema: "contract", path: "contracts(customerId:$fields:id).id") - foo: String @computed(dependantOn: ["id", "name"]) -} - -type Consultant { - id: ID! - name: String! -} - -interface Contract { - id: ID! -} - -type LifeInsuranceContract implements Contract { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract { - id: ID! - expiryDate: DateTime -} - -union CustomerOrConsultant = Customer | Consultant diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingExtensions.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingExtensions.graphql deleted file mode 100644 index cef1de3d480..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingExtensions.graphql +++ /dev/null @@ -1,13 +0,0 @@ -extend type Customer { - contracts: [Contract!] - @delegate(schema: "contract", path: "contracts(customerId:$fields:id)") - contractIds: [ID!] - @delegate(schema: "contract", path: "contracts(customerId:$fields:id).id") - int: Int! @delegate(schema: "contract", path: "int(i:$fields:someInt)") - guid: UUID! @delegate(schema: "contract", path: "guid(guid:$fields:someGuid)") -} - -extend type Query { - customer2(customerId: ID!): Customer - @delegate(schema: "customer", path: "customer(id:$arguments:customerId)") -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQuery.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQuery.graphql deleted file mode 100644 index 7dda7bf74d3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQuery.graphql +++ /dev/null @@ -1,17 +0,0 @@ -{ - customer(id: "Q3VzdG9tZXIKZDE=") { - name - consultant { - name - } - contracts { - id - ... on LifeInsuranceContract { - premium - } - ... on SomeOtherContract { - expiryDate - } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQueryWithSkip.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQueryWithSkip.graphql deleted file mode 100644 index 259d5d9cea3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQueryWithSkip.graphql +++ /dev/null @@ -1,17 +0,0 @@ -query withSkip($skip: Boolean) { - customer(id: "Q3VzdG9tZXIKZDE=") { - name - consultant @skip(if: $skip) { - name - } - contracts { - id - ... on LifeInsuranceContract { - premium - } - ... on SomeOtherContract { - expiryDate - } - } - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQueryWithTypename.graphql b/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQueryWithTypename.graphql deleted file mode 100644 index ca27ef92ae1..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__resources__/StitchingQueryWithTypename.graphql +++ /dev/null @@ -1,6 +0,0 @@ -{ - consultant { - __typename - name - } -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_Empty_QueryRequestBuilderException.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_Empty_QueryRequestBuilderException.snap deleted file mode 100644 index 673a634349b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_Empty_QueryRequestBuilderException.snap +++ /dev/null @@ -1 +0,0 @@ -Specify a query in order to create a query request. diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_OnlyQueryIsSet_RequestHasOnlyQuery.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_OnlyQueryIsSet_RequestHasOnlyQuery.snap deleted file mode 100644 index 10b271fb06d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_OnlyQueryIsSet_RequestHasOnlyQuery.snap +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": null, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndAddProperties_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndAddProperties_RequestIsCreated.snap deleted file mode 100644 index 86a1a9d692b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndAddProperties_RequestIsCreated.snap +++ /dev/null @@ -1,68 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": null, - "Properties": { - "one": "foo", - "two": "bar" - }, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndAddVariables_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndAddVariables_RequestIsCreated.snap deleted file mode 100644 index 73bccf1ac9e..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndAddVariables_RequestIsCreated.snap +++ /dev/null @@ -1,68 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": { - "one": "foo", - "two": "bar" - }, - "InitialValue": null, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndInitialValue_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndInitialValue_RequestIsCreated.snap deleted file mode 100644 index 4f9c7003006..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndInitialValue_RequestIsCreated.snap +++ /dev/null @@ -1,67 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": { - "a": "123" - }, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndOperation_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndOperation_RequestIsCreated.snap deleted file mode 100644 index 23a97e67fdf..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndOperation_RequestIsCreated.snap +++ /dev/null @@ -1,74 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 17, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 17, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 6, - "End": 11, - "Line": 1, - "Column": 7 - }, - "Value": "bar" - }, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 10, - "End": 17, - "Line": 1, - "Column": 11 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 12, - "End": 17, - "Line": 1, - "Column": 13 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 12, - "End": 17, - "Line": 1, - "Column": 13 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": "bar", - "VariableValues": null, - "InitialValue": null, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetOperation_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetOperation_RequestIsCreated.snap deleted file mode 100644 index 10b271fb06d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetOperation_RequestIsCreated.snap +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": null, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetProperties_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetProperties_RequestIsCreated.snap deleted file mode 100644 index 10b271fb06d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetProperties_RequestIsCreated.snap +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": null, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetVariables_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetVariables_RequestIsCreated.snap deleted file mode 100644 index 10b271fb06d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndResetVariables_RequestIsCreated.snap +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": null, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndServices_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndServices_RequestIsCreated.snap deleted file mode 100644 index df5af8e9af8..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndServices_RequestIsCreated.snap +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": null, - "Properties": null, - "Services": {} -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndSetProperties_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndSetProperties_RequestIsCreated.snap deleted file mode 100644 index e6da226bd9b..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndSetProperties_RequestIsCreated.snap +++ /dev/null @@ -1,67 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": null, - "InitialValue": null, - "Properties": { - "three": "baz" - }, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndSetVariables_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndSetVariables_RequestIsCreated.snap deleted file mode 100644 index 0ba3486ca59..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_QueryAndSetVariables_RequestIsCreated.snap +++ /dev/null @@ -1,67 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Name": null, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 0, - "End": 7, - "Line": 1, - "Column": 1 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 2, - "End": 7, - "Line": 1, - "Column": 3 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": null, - "VariableValues": { - "three": "baz" - }, - "InitialValue": null, - "Properties": null, - "Services": null -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_SetAll_RequestIsCreated.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_SetAll_RequestIsCreated.snap deleted file mode 100644 index 83618c30e8d..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/RemoteRemoteQueryRequestBuilderTests.BuildRequest_SetAll_RequestIsCreated.snap +++ /dev/null @@ -1,80 +0,0 @@ -{ - "Query": { - "Kind": "Document", - "Location": { - "Start": 0, - "End": 17, - "Line": 1, - "Column": 1 - }, - "Definitions": [ - { - "Kind": "OperationDefinition", - "Location": { - "Start": 0, - "End": 17, - "Line": 1, - "Column": 1 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 6, - "End": 11, - "Line": 1, - "Column": 7 - }, - "Value": "bar" - }, - "Operation": "Query", - "VariableDefinitions": [], - "Directives": [], - "SelectionSet": { - "Kind": "SelectionSet", - "Location": { - "Start": 10, - "End": 17, - "Line": 1, - "Column": 11 - }, - "Selections": [ - { - "Kind": "Field", - "Alias": null, - "Arguments": [], - "SelectionSet": null, - "Location": { - "Start": 12, - "End": 17, - "Line": 1, - "Column": 13 - }, - "Name": { - "Kind": "Name", - "Location": { - "Start": 12, - "End": 17, - "Line": 1, - "Column": 13 - }, - "Value": "foo" - }, - "Directives": [] - } - ] - } - } - ] - }, - "OperationName": "bar", - "VariableValues": { - "two": "bar" - }, - "InitialValue": { - "a": "456" - }, - "Properties": { - "one": "foo" - }, - "Services": {} -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddExtensionsFromFile.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddExtensionsFromFile.snap deleted file mode 100644 index 64d14b03daa..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddExtensionsFromFile.snap +++ /dev/null @@ -1,4 +0,0 @@ -[ - "type Query {\n contract(contractId: ID!): Contract\n contracts(customerId: ID!): [Contract!]\n}\n\ninterface Contract {\n id: ID!\n}\n\ntype LifeInsuranceContract implements Contract {\n id: ID!\n premium: Float\n}\n\ntype SomeOtherContract implements Contract {\n id: ID!\n expiryDate: DateTime\n}", - "type Query {\n customer(id: ID!): Customer\n consultant(id: ID!): Consultant\n customerOrConsultant(id: ID!): CustomerOrConsultant\n}\n\ntype Customer {\n id: ID!\n name: String!\n consultant: Consultant\n complexArg(arg: ComplexInputType): String\n}\n\ntype Consultant {\n id: ID!\n name: String!\n}\n\nunion CustomerOrConsultant = Customer | Consultant\n\ninput ComplexInputType {\n deeper: ComplexInputType\n deeperArray: [ComplexInputType]\n value: String\n valueArray: [String]\n}" -] diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddExtensionsFromString.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddExtensionsFromString.snap deleted file mode 100644 index 64d14b03daa..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddExtensionsFromString.snap +++ /dev/null @@ -1,4 +0,0 @@ -[ - "type Query {\n contract(contractId: ID!): Contract\n contracts(customerId: ID!): [Contract!]\n}\n\ninterface Contract {\n id: ID!\n}\n\ntype LifeInsuranceContract implements Contract {\n id: ID!\n premium: Float\n}\n\ntype SomeOtherContract implements Contract {\n id: ID!\n expiryDate: DateTime\n}", - "type Query {\n customer(id: ID!): Customer\n consultant(id: ID!): Consultant\n customerOrConsultant(id: ID!): CustomerOrConsultant\n}\n\ntype Customer {\n id: ID!\n name: String!\n consultant: Consultant\n complexArg(arg: ComplexInputType): String\n}\n\ntype Consultant {\n id: ID!\n name: String!\n}\n\nunion CustomerOrConsultant = Customer | Consultant\n\ninput ComplexInputType {\n deeper: ComplexInputType\n deeperArray: [ComplexInputType]\n value: String\n valueArray: [String]\n}" -] diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchema.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchema.snap deleted file mode 100644 index 95950c701c3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchema.snap +++ /dev/null @@ -1,12 +0,0 @@ -type Query { - a: A @delegate(schema: "a") - b: B @delegate(schema: "b") -} - -type A @source(name: "A", schema: "a") { - b: String -} - -type B @source(name: "B", schema: "b") { - c: String -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromFile.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromFile.snap deleted file mode 100644 index b8f9823f7eb..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromFile.snap +++ /dev/null @@ -1,42 +0,0 @@ -type Query { - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - customer(id: ID!): Customer @delegate(schema: "customer") - consultant(id: ID!): Consultant @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") -} - -interface Contract @source(name: "Contract", schema: "contract") { - id: ID! -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "contract") { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "contract") { - id: ID! - expiryDate: DateTime -} - -type Customer @source(name: "Customer", schema: "customer") { - id: ID! - name: String! - consultant: Consultant - complexArg(arg: ComplexInputType): String -} - -type Consultant @source(name: "Consultant", schema: "customer") { - id: ID! - name: String! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromHttp.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromHttp.snap deleted file mode 100644 index 818963dd4b6..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromHttp.snap +++ /dev/null @@ -1,143 +0,0 @@ -type Query { - consultant(id: ID!): Consultant @delegate(schema: "customer") - customer(id: ID!): Customer @delegate(schema: "customer") - customerByKind(kind: CustomerKind!): Customer @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") - customers(ids: [ID!]!): [Customer] @delegate(schema: "customer") - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - extendedScalar(d: DateTime): DateTime @delegate(schema: "contract") - guid(guid: UUID!): UUID! @delegate(schema: "contract") - int(i: Int!): Int! @delegate(schema: "contract") -} - -type Mutation { - createCustomer(input: CreateCustomerInput): CreateCustomerPayload @delegate(schema: "customer") - createCustomers(inputs: [CreateCustomerInput]): [CreateCustomerPayload] @delegate(schema: "customer") -} - -type Customer @source(name: "Customer", schema: "customer") { - complexArg(arg: ComplexInputType): String - consultant(customer: CustomerInput): Consultant - id: ID! - kind: CustomerKind! - name: String! - say(input: SayInput!): String - someGuid: UUID! - someInt: Int! - street: String! -} - -type Consultant @source(name: "Consultant", schema: "customer") { - customers(after: String before: String first: PaginationAmount last: PaginationAmount): CustomerConnection - id: ID! - name: String! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input SayInput @source(name: "SayInput", schema: "customer") { - words: [String] -} - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} - -"A connection to a list of items." -type CustomerConnection @source(name: "CustomerConnection", schema: "customer") { - "A list of edges." - edges: [CustomerEdge!] - "A flattened list of the nodes." - nodes: [Customer] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -"Information about pagination in a connection." -type PageInfo @source(name: "PageInfo", schema: "customer") { - "When paginating forwards, the cursor to continue." - endCursor: String - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String -} - -"An edge in a connection." -type CustomerEdge @source(name: "CustomerEdge", schema: "customer") { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -enum CustomerKind @source(name: "CustomerKind", schema: "customer") { - STANDARD - PREMIUM -} - -type CreateCustomerPayload @source(name: "CreateCustomerPayload", schema: "customer") { - customer: Customer -} - -input CreateCustomerInput @source(name: "CreateCustomerInput", schema: "customer") { - consultantId: String - name: String - street: String -} - -input CustomerInput @source(name: "CustomerInput", schema: "customer") { - consultantId: String - id: String - kind: CustomerKind! - name: String - someGuid: UUID! - someInt: Int! - street: String -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "contract") { - byte_field: Byte - customerId: ID! - date_field: Date - date_time_field: DateTime - decimal_field: Decimal - error: String - float_field: Float - foo(bar: String): String - id: ID! - id_field: ID - int_field: Int - long_field: Long - premium: Float! - string_field: String -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "contract") { - customerId: ID! - expiryDate: DateTime! - id: ID! -} - -interface Contract @source(name: "Contract", schema: "contract") { - customerId: ID! - id: ID! -} - -"Directs the executor to skip this field or fragment when the `if` argument is true." -directive @skip("Skipped when true." if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT - -"Directs the executor to include this field or fragment only when the `if` argument is true." -directive @include("Included when true." if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT - -"The @deprecated directive is used within the type system definition language to indicate deprecated portions of a GraphQL service’s schema,such as deprecated fields on a type or deprecated enum values." -directive @deprecated("Deprecations include a reason for why it is deprecated, which is formatted using Markdown syntax (as specified by CommonMark)." reason: String = "No longer supported") on FIELD_DEFINITION | ENUM_VALUE - -directive @custom(d: DateTime) on FIELD diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromString.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromString.snap deleted file mode 100644 index b8f9823f7eb..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchemaFromString.snap +++ /dev/null @@ -1,42 +0,0 @@ -type Query { - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - customer(id: ID!): Customer @delegate(schema: "customer") - consultant(id: ID!): Consultant @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") -} - -interface Contract @source(name: "Contract", schema: "contract") { - id: ID! -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "contract") { - id: ID! - premium: Float -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "contract") { - id: ID! - expiryDate: DateTime -} - -type Customer @source(name: "Customer", schema: "customer") { - id: ID! - name: String! - consultant: Consultant - complexArg(arg: ComplexInputType): String -} - -type Consultant @source(name: "Consultant", schema: "customer") { - id: ID! - name: String! -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchema_2.snap b/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchema_2.snap deleted file mode 100644 index bbb1610292f..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/__snapshots__/StitchingBuilderTests.AddSchema_2.snap +++ /dev/null @@ -1,132 +0,0 @@ -type Query { - consultant(id: ID!): Consultant @delegate(schema: "customer") - customer(id: ID!): Customer @delegate(schema: "customer") - customerByKind(kind: CustomerKind!): Customer @delegate(schema: "customer") - customerOrConsultant(id: ID!): CustomerOrConsultant @delegate(schema: "customer") - customers(ids: [ID!]!): [Customer] @delegate(schema: "customer") - contract(contractId: ID!): Contract @delegate(schema: "contract") - contracts(customerId: ID!): [Contract!] @delegate(schema: "contract") - extendedScalar(d: DateTime): DateTime @delegate(schema: "contract") - guid(guid: UUID!): UUID! @delegate(schema: "contract") - int(i: Int!): Int! @delegate(schema: "contract") -} - -type Mutation { - createCustomer(input: CreateCustomerInput): CreateCustomerPayload @delegate(schema: "customer") - createCustomers(inputs: [CreateCustomerInput]): [CreateCustomerPayload] @delegate(schema: "customer") -} - -type Consultant @source(name: "Consultant", schema: "customer") { - customers(after: String before: String first: PaginationAmount last: PaginationAmount): CustomerConnection - id: ID! - name: String! -} - -type CreateCustomerPayload @source(name: "CreateCustomerPayload", schema: "customer") { - customer: Customer -} - -type Customer @source(name: "Customer", schema: "customer") { - complexArg(arg: ComplexInputType): String - consultant(customer: CustomerInput): Consultant - id: ID! - kind: CustomerKind! - name: String! - say(input: SayInput!): String - someGuid: UUID! - someInt: Int! - street: String! -} - -"A connection to a list of items." -type CustomerConnection @source(name: "CustomerConnection", schema: "customer") { - "A list of edges." - edges: [CustomerEdge!] - "A flattened list of the nodes." - nodes: [Customer] - "Information to aid in pagination." - pageInfo: PageInfo! - totalCount: Int! -} - -"An edge in a connection." -type CustomerEdge @source(name: "CustomerEdge", schema: "customer") { - "A cursor for use in pagination." - cursor: String! - "The item at the end of the edge." - node: Customer -} - -"Information about pagination in a connection." -type PageInfo @source(name: "PageInfo", schema: "customer") { - "When paginating forwards, the cursor to continue." - endCursor: String - "Indicates whether more edges exist following the set defined by the clients arguments." - hasNextPage: Boolean! - "Indicates whether more edges exist prior the set defined by the clients arguments." - hasPreviousPage: Boolean! - "When paginating backwards, the cursor to continue." - startCursor: String -} - -union CustomerOrConsultant @source(name: "CustomerOrConsultant", schema: "customer") = Customer | Consultant - -input ComplexInputType @source(name: "ComplexInputType", schema: "customer") { - deeper: ComplexInputType - deeperArray: [ComplexInputType] - value: String - valueArray: [String] -} - -input CreateCustomerInput @source(name: "CreateCustomerInput", schema: "customer") { - consultantId: String - name: String - street: String -} - -input CustomerInput @source(name: "CustomerInput", schema: "customer") { - consultantId: String - id: String - kind: CustomerKind! - name: String - someGuid: UUID! - someInt: Int! - street: String -} - -input SayInput @source(name: "SayInput", schema: "customer") { - words: [String] -} - -enum CustomerKind @source(name: "CustomerKind", schema: "customer") { - STANDARD - PREMIUM -} - -interface Contract @source(name: "Contract", schema: "contract") { - customerId: ID! - id: ID! -} - -type LifeInsuranceContract implements Contract @source(name: "LifeInsuranceContract", schema: "contract") { - byte_field: Byte - customerId: ID! - date_field: Date - date_time_field: DateTime - decimal_field: Decimal - error: String - float_field: Float - foo(bar: String): String - id: ID! - id_field: ID - int_field: Int - long_field: Long - premium: Float! - string_field: String -} - -type SomeOtherContract implements Contract @source(name: "SomeOtherContract", schema: "contract") { - customerId: ID! - expiryDate: DateTime! - id: ID! -} diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/packages.lock.json b/src/HotChocolate/Stitching/test/Stitching.Tests/packages.lock.json deleted file mode 100644 index 385eb3e8655..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/packages.lock.json +++ /dev/null @@ -1,5197 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net6.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Redis": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "15AlMN/XFhjuSTK/448WybGGb2b0DoUoFjl/R/8bcp8/GVpXfqoShUEVLYpZQManY02njZDtMWnD2bflq9BztQ==", - "dependencies": { - "Squadron.Core": "0.15.0", - "StackExchange.Redis": "2.0.601", - "System.Collections.Immutable": "1.6.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.TestHost": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "R6bQLifCI9YrHLNjyvvxxBFw0f10sejkNR1P6p5jgZkAu5qbQDVMaxZL0wIUtYY8imdyygQ3KjHHq3tJqxbl/A==", - "dependencies": { - "System.IO.Pipelines": "6.0.3" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Bcl.AsyncInterfaces": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==" - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "15+pa2G0bAMHbHewaQIdr/y6ag2H3yh4rd9hTXavtWDzQBkvpe2RMqFg8BxDpcQWssmjmBApGPcw93QRz6YcMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "6.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Logging.Abstractions": "6.0.0", - "Microsoft.Extensions.Options": "6.0.0", - "System.Diagnostics.DiagnosticSource": "6.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "7hR9FU0JJHOCLmn/Ary31pLLAhlzoMptBKs5CJmNUzD87dXjl+/NqVkyCTl6cT2JAfTK0G39HpvCOv1fhsX3BQ==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Pipelines.Sockets.Unofficial": { - "type": "Transitive", - "resolved": "2.2.2", - "contentHash": "Bhk0FWxH1paI+18zr1g5cTL+ebeuDcBCR+rRFO+fKEhretgjs7MF2Mc1P64FGLecWp4zKCUOPzngBNrqVyY7Zg==", - "dependencies": { - "System.IO.Pipelines": "5.0.1" - } - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "StackExchange.Redis": { - "type": "Transitive", - "resolved": "2.6.80", - "contentHash": "97wrhWUJ7QQfcTr+QWflB/emzHEZF7zQSRG2iRbqbaVsYvaImtrl3i4vm3/Sc+1DfQRVhPqfDUTl0XvTjabx3w==", - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.2" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "6.0.3", - "contentHash": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.7", - "contentHash": "/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.Diagnostics.DiagnosticSource": "[6.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "Microsoft.Bcl.AsyncInterfaces": "[6.0.0, )", - "System.Collections.Immutable": "[6.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.aspnetcore.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )" - } - }, - "hotchocolate.aspnetcore.authorization.tests": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore.Authorization": "[0.0.0, )", - "HotChocolate.AspNetCore.Tests": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[6.0.7, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.aspnetcore.tests": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.AspNetCore.Tests.Utilities": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[6.0.7, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.aspnetcore.tests.utilities": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[6.0.7, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.0, )", - "System.Threading.Channels": "[6.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[6.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.stitching": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Utilities.Introspection": "[0.0.0, )", - "Microsoft.Extensions.Http": "[6.0.0, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.stitching.redis": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "StackExchange.Redis": "[2.6.80, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[6.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[6.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.ObjectPool": "[6.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[6.0.7, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[6.0.0, )", - "Microsoft.Extensions.Options": "[6.0.0, )" - } - } - }, - "net7.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Redis": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "15AlMN/XFhjuSTK/448WybGGb2b0DoUoFjl/R/8bcp8/GVpXfqoShUEVLYpZQManY02njZDtMWnD2bflq9BztQ==", - "dependencies": { - "Squadron.Core": "0.15.0", - "StackExchange.Redis": "2.0.601", - "System.Collections.Immutable": "1.6.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.TestHost": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "D56j4P78MAVLWnNZ1w84ZiWWAazf4ASeRsXzTfY5tkX25d1MM9ktjcD8ZanLLy5RUJoFUfHIcxtOC6s4DlPzeQ==", - "dependencies": { - "System.IO.Pipelines": "7.0.0" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "9ErxAAKaDzxXASB/b5uLEkLgUWv1QbeVxyJYEHQwMaxXOeFFVkQxiq8RyfVcifLU7NR0QY0p3acqx4ZpYfhHDg==", - "dependencies": { - "Microsoft.Net.Http.Headers": "2.2.0", - "System.Text.Encodings.Web": "4.5.0" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "tq2wXyh3fL17EMF2bXgRhU7JrbO3on93MRKYxzz4JzzvuGSA1l0W3GI9/tl8EO89TH+KWEymP7bcFway6z9fXg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==" - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9Pq9f/CvOSz0t9yQa6g1uWpxa2sm13daLFm8EZwy9MaQUjKXWdNUXQwIxwhmba5N83UIqURiPHSNqGK1vfWF2w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==" - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "udvKco0sAVgYGTBnHUb0tY9JQzJ/nPDiv/8PIyz69wl1AibeCDZOLVVI+6156dPfHmJH7ws5oUJRiW4ZmAvuuA==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "2.2.0", - "contentHash": "iZNkjYqlo8sIOI0bQfpsSoMTmB/kyvmV2h225ihyZT33aTp48ZpF6qYnXxzSXmHt8DpBAwBTX+1s1UFLbYfZKg==", - "dependencies": { - "Microsoft.Extensions.Primitives": "2.2.0", - "System.Buffers": "4.5.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Pipelines.Sockets.Unofficial": { - "type": "Transitive", - "resolved": "2.2.2", - "contentHash": "Bhk0FWxH1paI+18zr1g5cTL+ebeuDcBCR+rRFO+fKEhretgjs7MF2Mc1P64FGLecWp4zKCUOPzngBNrqVyY7Zg==", - "dependencies": { - "System.IO.Pipelines": "5.0.1" - } - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "StackExchange.Redis": { - "type": "Transitive", - "resolved": "2.6.80", - "contentHash": "97wrhWUJ7QQfcTr+QWflB/emzHEZF7zQSRG2iRbqbaVsYvaImtrl3i4vm3/Sc+1DfQRVhPqfDUTl0XvTjabx3w==", - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.2" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "9W0ewWDuAyDqS2PigdTxk6jDKonfgscY/hP8hm7VpxYhNHZHKvZTdRckberlFk3VnCmr3xBUyMBut12Q+T2aOw==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "+j5ezLP7785/pd4taKQhXAWsymsIW2nTnE/U3/jpGZzcJx5lip6qkj6UrxSE7ZYZfL0GaLuymwGLqwJV/c7O7Q==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "jRn6JYnNPW6xgQazROBLSfpdoczRw694vO5kKvMcNnpXuolEixUyw6IBuBs2Y2mlSX/LdLvyyWmfXhaI3ND1Yg==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[2.2.0, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.Diagnostics.DiagnosticSource": "[7.0.0, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.aspnetcore.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )" - } - }, - "hotchocolate.aspnetcore.authorization.tests": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore.Authorization": "[0.0.0, )", - "HotChocolate.AspNetCore.Tests": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[7.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.aspnetcore.tests": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.AspNetCore.Tests.Utilities": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[7.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.aspnetcore.tests.utilities": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[7.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[7.0.0, )", - "System.Threading.Channels": "[7.0.0, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[7.0.0, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[7.0.0, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.stitching": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Utilities.Introspection": "[0.0.0, )", - "Microsoft.Extensions.Http": "[7.0.0, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.stitching.redis": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "StackExchange.Redis": "[2.6.80, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[7.0.0, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[7.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.ObjectPool": "[7.0.0, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[7.0.0, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )", - "Microsoft.Extensions.Options": "[7.0.0, )" - } - } - }, - "net8.0": { - "ChilliCream.Testing.Utilities": { - "type": "Direct", - "requested": "[0.2.0, )", - "resolved": "0.2.0", - "contentHash": "gqRu5DNIt6FphQX4EZYlkOI3QmyzatQhuqf3zNXYBmmvmVQ0KaJStDvrANosxlrlVtVX+L5q/s4z9gZMCeuwkA==", - "dependencies": { - "Newtonsoft.Json": "11.0.2", - "xunit": "2.3.1" - } - }, - "coverlet.msbuild": { - "type": "Direct", - "requested": "[3.1.2, )", - "resolved": "3.1.2", - "contentHash": "QhM0fnDtmIMImY7oxyQ/kh1VYtRxPyRVeLwRUGuUvI6Xp83pSYG9gerK8WgJj4TzUl7ISziADUGtIWKhtlbkbQ==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.1.0, )", - "resolved": "17.1.0", - "contentHash": "MVKvOsHIfrZrvg+8aqOF5dknO/qWrR1sWZjMPQ1N42MKMlL/zQL30FQFZxPeWfmVKWUWAOmAHYsqB5OerTKziw==", - "dependencies": { - "Microsoft.CodeCoverage": "17.1.0", - "Microsoft.TestPlatform.TestHost": "17.1.0" - } - }, - "Microsoft.SourceLink.GitHub": { - "type": "Direct", - "requested": "[1.1.1, )", - "resolved": "1.1.1", - "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==", - "dependencies": { - "Microsoft.Build.Tasks.Git": "1.1.1", - "Microsoft.SourceLink.Common": "1.1.1" - } - }, - "Moq": { - "type": "Direct", - "requested": "[4.18.1, )", - "resolved": "4.18.1", - "contentHash": "MmZIKNyvn8VrivSaqA8tqy5DmwUievC9zsuNTrcb00oY4IeGq6fXT5BQK329lZ05/tyi5vp30AWe9fl0d2PZQg==", - "dependencies": { - "Castle.Core": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Snapshooter.Xunit": { - "type": "Direct", - "requested": "[0.5.4, )", - "resolved": "0.5.4", - "contentHash": "gE9VlseOySUSwwAKCXastwxJ7qYpVHwIEi+QbzRVmdOvV6Ry/vE1WqyuolRHwhjx2QZY8+YuO4L/cKJGrt2H6w==", - "dependencies": { - "Snapshooter": "0.5.4", - "xunit.assert": "2.4.1", - "xunit.core": "2.4.1" - } - }, - "Squadron.Redis": { - "type": "Direct", - "requested": "[0.15.0, )", - "resolved": "0.15.0", - "contentHash": "15AlMN/XFhjuSTK/448WybGGb2b0DoUoFjl/R/8bcp8/GVpXfqoShUEVLYpZQManY02njZDtMWnD2bflq9BztQ==", - "dependencies": { - "Squadron.Core": "0.15.0", - "StackExchange.Redis": "2.0.601", - "System.Collections.Immutable": "1.6.0", - "xunit.core": "2.4.1" - } - }, - "xunit": { - "type": "Direct", - "requested": "[2.4.1, )", - "resolved": "2.4.1", - "contentHash": "XNR3Yz9QTtec16O0aKcO6+baVNpXmOnPUxDkCY97J+8krUYxPvXT1szYYEUdKk4sB8GOI2YbAjRIOm8ZnXRfzQ==", - "dependencies": { - "xunit.analyzers": "0.10.0", - "xunit.assert": "[2.4.1]", - "xunit.core": "[2.4.1]" - } - }, - "xunit.runner.visualstudio": { - "type": "Direct", - "requested": "[2.4.3, )", - "resolved": "2.4.3", - "contentHash": "kZZSmOmKA8OBlAJaquPXnJJLM9RwQ27H7BMVqfMLUcTi9xHinWGJiWksa3D4NEtz0wZ/nxd2mogObvBgJKCRhQ==" - }, - "BananaCakePop.Middleware": { - "type": "Transitive", - "resolved": "7.0.4", - "contentHash": "MjXgiZ2WTmijyojmuiDMoqa2rokg0yNROwpe6yQibFre6D3CPdmCiIt48YE9+8ZBwgss5BK49iluktHFuf0XfQ==", - "dependencies": { - "Yarp.ReverseProxy": "2.0.1" - } - }, - "Castle.Core": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "edc8jjyXqzzy8jFdhs36FZdwmlDDTgqPb2Zy1Q5F/f2uAc88bu/VS/0Tpvgupmpl9zJOvOo5ZizVANb0ltN1NQ==", - "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" - } - }, - "DiffPlex": { - "type": "Transitive", - "resolved": "1.7.1", - "contentHash": "a0fSO2p8ykrcfzgG0sjpZAMZPthXXz4l6UIVuM9uyIYIh5yga4sq3aydSGt6n+MkdSBKvMurjjaKnxIqZtfG1g==" - }, - "Docker.DotNet": { - "type": "Transitive", - "resolved": "3.125.5", - "contentHash": "1tClPIBzz/7HP1XejCdTiRMviVRtS14omyRhHD0R6086woRRBCh61hJeVrpL6CVTnsRui4X9qaI8wO8xOCqKkQ==", - "dependencies": { - "Newtonsoft.Json": "12.0.3", - "System.Buffers": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.AspNetCore.TestHost": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "72hJ3zrbARc21VXePiOnPe1MH7/5L/XGTvijFQWEvMzly7Zs0fOuWvaLFI9/kAJLLBwcp9rg4uWqlNLtbqEtMw==", - "dependencies": { - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.AspNetCore.WebUtilities": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "IU0qZf861ovWA4oYxwQsF5coMoPj4VQaSNIcYxXscZk0ndtcEkt/S0PJKSsyrG5Kpk+XX8Rm8eUTuoXU5LCdGQ==", - "dependencies": { - "Microsoft.Net.Http.Headers": "8.0.0-rc.2.23480.2", - "System.IO.Pipelines": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Build.Tasks.Git": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "0N/ZJ71ncCxQWhgtkEYKOgu2oMHa8h1tsOUbhmIKXF8UwtSUCe4vHAsJ3DVcNWRwNfQzSTy263ZE+QF6MdIhhQ==" - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EKodZ6NQYChCzAXCv4862OsVQcXM50vr0reWrtsmlv3vFyAvGOmqkbQyn4Gd07f4LJLkTSOCeWhpazzztSBHuA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "l9dJA7vNLJtSwg0J3ThUA47YZiRVQIIhCyMMNu/wJ0KOawdMmbrzJnKfd1sioZp0JzT+1IjiVaUZWK0t47pPOQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "PCaxgxWQQ9Tp7s2ZGQ5gGgHJrZvof7Cx4ZYXACNGjSJqZy1fHLBGY9swBAF3EiYiZaT3Gi1n5ULcg4zBDyBQ8g==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Configuration.EnvironmentVariables": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "DjYkzqvhiHCq38LW71PcIxXk6nhtV6VySP9yDcSO0goPl7YCU1VG1f2Wbgy58lkA10pWkjHCblZPUyboCB93ZA==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileProviders.Physical": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "6.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "System.Text.Json": "6.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "pUD/Gjd0MTrWPD4/SnKazYQvky2EHEtPyGb3FWZkEPWAfYPFVVw5fMRTkfoBPivpWLuxEw4FNK7GX77xEErUQQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "QLTBDvE/E05Xl2UVFXOBFIW0VLn/mMJ8DSbTyK6ODsO3sqDs0fyPqydACTnX/nbGZRrTMeud3XDbUrt24ab1EA==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "Vi2kvOc0RShw9CtEPRdWaaNQguZFZbGtfcJ1TNwhc3WxHYV/L+Z7yv5oWcMNMEg73IFYqZlw+O207wqF5tx6tw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "AuJAzE869SAnztIP7RNCKaihJpCKajS519g+Nmd7CorXc6Y559ygx/nm9JVCAm8cGEbedPhCyvTIkWnCsLV1GA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "System.Diagnostics.DiagnosticSource": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "6.0.0", - "Microsoft.Extensions.Primitives": "6.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==" - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "/liFq65exduN7ay7abtt7BcezfzwgYv4kG6KAwX2fXS+knyZVFoCJuCljOPTnU2gRpP9nJMKnmTropI9VffU6Q==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Diagnostics": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "EqCB9QQYUHUVklT1Us38PuiHNIAbYHVnAvPEpR8VSBbiCa1GUIOdW+zLR8Cvb9XtjDkirVA+eH84z0ktikPw5Q==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "xuQcOpvz76nTYytCf9HrHGCbMq/PU/ZGSkhX/grDBfWHZ1gjz38hDjrYn4NMr5DnndNtou4yn6tR5q0hjCr9pw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "iL9VcNK4dbMOLqAHInwcmVxzr+5sXp70m5Tt1uyIkc5SfJUTuFN6VaxrZy3k91oquTtYrkK9DbE5IP18iJUrtw==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "f2uTnKEleplKK+pVKEg1rOCmM3+cuLpafTpKJzbj9lm8dmj0+dWxb0L6MAt9r1s3OYlIKY5IdkW0TUFKXvRCMg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "KTRXGMIX1A99qYV94ioU9XeWUgftfivS7NWIe4wrCdBYV9G915kvCJEcAU9QeUlogN8t53nqPY+RQUMUTvFGkg==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Configuration.Binder": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Options": "8.0.0-rc.2.23479.6", - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "I3fTiDmV+2cCR3VjH+oz49AMgrAqX1cmNiWXmEAituAI7jCLA16uXzvYQTwxhQzov5BTdPVXKGNTxsMb1GpcLQ==" - }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23480.2", - "contentHash": "OJ4XCAD/DkhTnjbFU07TilTjgGwt42Bzppqe/EsO0oBlp6itsyODvmchA0sYX2Dpi8ky90B+17F1phQvuNLiuw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0-rc.2.23479.6" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.SourceLink.Common": { - "type": "Transitive", - "resolved": "1.1.1", - "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "OMo/FYnKGy3lZEK0gfitskRM3ga/YBt6MyCyFPq0xNLeybGOQ6HnYNAAvzyePo5WPuMiw3LX+HiuRWNjnas1fA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.1.0", - "contentHash": "JS0JDLniDhIzkSPLHz7N/x1CG8ywJOtwInFDYA3KQvbz+ojGoT5MT2YDVReL1b86zmNRV8339vsTSm/zh0RcMg==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.1.0", - "Newtonsoft.Json": "9.0.1" - } - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "1.6.1", - "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.2", - "contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "Pipelines.Sockets.Unofficial": { - "type": "Transitive", - "resolved": "2.2.2", - "contentHash": "Bhk0FWxH1paI+18zr1g5cTL+ebeuDcBCR+rRFO+fKEhretgjs7MF2Mc1P64FGLecWp4zKCUOPzngBNrqVyY7Zg==", - "dependencies": { - "System.IO.Pipelines": "5.0.1" - } - }, - "Polly": { - "type": "Transitive", - "resolved": "7.1.1", - "contentHash": "okRGHVvn0bGCeMBgaCZShlSez8rxjgthyDf/NRTYsSh5kb8IbKnX7W15d3s95Kq9uzwj7tFYiXNrCvn6d0XoeA==" - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "SharpZipLib": { - "type": "Transitive", - "resolved": "1.2.0", - "contentHash": "zvWa/L02JHNatdtjya6Swpudb2YEHaOLHL1eRrqpjm71iGRNUNONO5adUF/9CHbSJbzhELW1UoH4NGy7n7+3bQ==" - }, - "Snapshooter": { - "type": "Transitive", - "resolved": "0.5.4", - "contentHash": "znayjnxtFjFcRFdS4W8KyeODS/FOVkIzlAD8hRfrrf3fd3hJ9k+XMNRYCARtzrN3ueIpF4USQbAhWrO73Z9z6w==", - "dependencies": { - "Newtonsoft.Json": "12.0.1" - } - }, - "Squadron.Core": { - "type": "Transitive", - "resolved": "0.15.0", - "contentHash": "Cw13ErythWP3bjvaqozDWSQ1yjX6oU7sZRXmE+UjB/jGHUq/b6Pf3IapXMrwJuytmUbBYOltPtJgsL9NfvfApw==", - "dependencies": { - "Docker.DotNet": "3.125.5", - "Microsoft.Extensions.Configuration": "6.0.0", - "Microsoft.Extensions.Configuration.Binder": "6.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.0", - "Microsoft.Extensions.Configuration.Json": "6.0.0", - "Newtonsoft.Json": "12.0.3", - "Polly": "7.1.1", - "SharpZipLib": "1.2.0", - "xunit.core": "2.4.1" - } - }, - "StackExchange.Redis": { - "type": "Transitive", - "resolved": "2.6.80", - "contentHash": "97wrhWUJ7QQfcTr+QWflB/emzHEZF7zQSRG2iRbqbaVsYvaImtrl3i4vm3/Sc+1DfQRVhPqfDUTl0XvTjabx3w==", - "dependencies": { - "Pipelines.Sockets.Unofficial": "2.2.2" - } - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "+iYjFMCIQMT7FCkZgiYY4Xk9fYCmmiPtCLNn3qqMTJ7Jeqa6SfYdFKsAk4XHTPK81Ov0LsFbKKSMDGFggTc+ZA==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==" - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "D1Fi5wRyRVwriEdlSniYlo2kW8SCGaSCM/alsY8R7eXcW+xCPRB7gohE45X00EiNkhdUrJ3yNfltV8lLK0HoWQ==" - }, - "System.Diagnostics.EventLog": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==" - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.IO.Hashing": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==" - }, - "System.IO.Packaging": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "WE/oyX4XZWVdaMMENQ6y7Hz3Rsv/P26TwMDR9A3AYjZGSmOZOgbRyDH6VZi4LK9VNE7nQlAV6qlmxWGrunl4rQ==" - }, - "System.IO.Pipelines": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "4bqn2Kj0keumJ0x3wdZtO1Ex/5Ppu01fP7Rtmn1uJBR08WWRKeKSX6U9a/BiEieE9JjhzapvhjPtFypE7ZIAyQ==" - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "n66ZIJjetmrMq9hJ61Xed2cp9O2zr/VdzhhURjkLDEFOZ38/VpOWnvM3CWCXA18NbM7x0tdKZYex9rj0NimpPA==" - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "SXMjrmm/e0Om+731AEUgm+81dC+i9mV54nKJGOq9+zTYpzujMCmSQSMS1sgQb0gmiiAfTfRC5WgD3l92cfAP+g==", - "dependencies": { - "System.Text.Encodings.Web": "8.0.0-rc.2.23479.6" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Channels": { - "type": "Transitive", - "resolved": "8.0.0-rc.2.23479.6", - "contentHash": "z8/q0WPKxQsxuzywRbY1oCb2ZO4qgRbE0nYwXjwrIJ7y10796vJl9P2++MF4JcBcKXfNLgw0JSQslMTxXB+C/A==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "xunit.abstractions": { - "type": "Transitive", - "resolved": "2.0.3", - "contentHash": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==" - }, - "xunit.analyzers": { - "type": "Transitive", - "resolved": "0.10.0", - "contentHash": "4/IDFCJfIeg6bix9apmUtIMwvOsiwqdEexeO/R2D4GReIGPLIRODTpId/l4LRSrAJk9lEO3Zx1H0Zx6uohJDNg==" - }, - "xunit.assert": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "O/Oe0BS5RmSsM+LQOb041TzuPo5MdH2Rov+qXGS37X+KFG1Hxz7kopYklM5+1Y+tRGeXrOx5+Xne1RuqLFQoyQ==", - "dependencies": { - "NETStandard.Library": "1.6.1" - } - }, - "xunit.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "Zsj5OMU6JasNGERXZy8s72+pcheG6Q15atS5XpZXqAtULuyQiQ6XNnUsp1gyfC6WgqScqMvySiEHmHcOG6Eg0Q==", - "dependencies": { - "xunit.extensibility.core": "[2.4.1]", - "xunit.extensibility.execution": "[2.4.1]" - } - }, - "xunit.extensibility.core": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "yKZKm/8QNZnBnGZFD9SewkllHBiK0DThybQD/G4PiAmQjKtEZyHi6ET70QPU9KtSMJGRYS6Syk7EyR2EVDU4Kg==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.abstractions": "2.0.3" - } - }, - "xunit.extensibility.execution": { - "type": "Transitive", - "resolved": "2.4.1", - "contentHash": "7e/1jqBpcb7frLkB6XDrHCGXAbKN4Rtdb88epYxCSRQuZDRW8UtTfdTEVpdTl8s4T56e07hOBVd4G0OdCxIY2A==", - "dependencies": { - "NETStandard.Library": "1.6.1", - "xunit.extensibility.core": "[2.4.1]" - } - }, - "Yarp.ReverseProxy": { - "type": "Transitive", - "resolved": "2.0.1", - "contentHash": "op7vBwONPFeR1PYxeLw+RLqSodODDX8RWd0OinLGMVIq6yi1q9mv1j56ImuyZgiAToksiC0Dc7jbRUZ9I+jvFA==", - "dependencies": { - "System.IO.Hashing": "7.0.0" - } - }, - "cookiecrumble": { - "type": "Project", - "dependencies": { - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "Microsoft.AspNetCore.WebUtilities": "[8.0.0-rc.2.23480.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "Xunit": "[2.4.1, )" - } - }, - "greendonut": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.Diagnostics.DiagnosticSource": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Tasks.Extensions": "[4.5.0, )" - } - }, - "HotChocolate": { - "type": "Project", - "dependencies": { - "HotChocolate.Authorization": "[0.0.0, )", - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Types.CursorPagination": "[0.0.0, )", - "HotChocolate.Types.Mutations": "[0.0.0, )", - "HotChocolate.Types.OffsetPagination": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )" - } - }, - "hotchocolate.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.aspnetcore": { - "type": "Project", - "dependencies": { - "BananaCakePop.Middleware": "[7.0.4, )", - "HotChocolate": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )" - } - }, - "hotchocolate.aspnetcore.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )" - } - }, - "hotchocolate.aspnetcore.authorization.tests": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore.Authorization": "[0.0.0, )", - "HotChocolate.AspNetCore.Tests": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[8.0.0-rc.2.23480.2, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.aspnetcore.tests": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.AspNetCore.Tests.Utilities": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[8.0.0-rc.2.23480.2, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.aspnetcore.tests.utilities": { - "type": "Project", - "dependencies": { - "CookieCrumble": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "HotChocolate.Tests.Utilities": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "HotChocolate.Types.Scalars.Upload": "[0.0.0, )", - "Microsoft.AspNetCore.TestHost": "[8.0.0-rc.2.23480.2, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.authorization": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )" - } - }, - "hotchocolate.execution": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Fetching": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )", - "HotChocolate.Validation": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "System.Threading.Channels": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.execution.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.fetching": { - "type": "Project", - "dependencies": { - "GreenDonut": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.fusion": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.AspNetCore": "[0.0.0, )", - "HotChocolate.Fusion.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Transport.Sockets.Client": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )", - "System.Reactive": "[5.0.0, )" - } - }, - "hotchocolate.fusion.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Packaging": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.language": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Language.Utf8": "[0.0.0, )", - "HotChocolate.Language.Visitors": "[0.0.0, )", - "HotChocolate.Language.Web": "[0.0.0, )" - } - }, - "hotchocolate.language.syntaxtree": { - "type": "Project", - "dependencies": { - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )" - } - }, - "hotchocolate.language.utf8": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.visitors": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.language.web": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.Utf8": "[0.0.0, )" - } - }, - "HotChocolate.StarWars": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.stitching": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Utilities.Introspection": "[0.0.0, )", - "Microsoft.Extensions.Http": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.stitching.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.stitching.redis": { - "type": "Project", - "dependencies": { - "HotChocolate": "[0.0.0, )", - "HotChocolate.Stitching": "[0.0.0, )", - "HotChocolate.Stitching.Abstractions": "[0.0.0, )", - "StackExchange.Redis": "[2.6.80, )" - } - }, - "hotchocolate.subscriptions": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Execution.Abstractions": "[0.0.0, )" - } - }, - "hotchocolate.subscriptions.inmemory": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution.Abstractions": "[0.0.0, )", - "HotChocolate.Subscriptions": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.tests.utilities": { - "type": "Project", - "dependencies": { - "ChilliCream.Testing.Utilities": "[0.2.0, )", - "CookieCrumble": "[0.0.0, )", - "DiffPlex": "[1.7.1, )", - "HotChocolate.StarWars": "[0.0.0, )", - "HotChocolate.Subscriptions.InMemory": "[0.0.0, )", - "Microsoft.NET.Test.Sdk": "[17.1.0, )", - "Moq": "[4.18.1, )", - "Snapshooter.Xunit": "[0.5.4, )", - "xunit": "[2.4.1, )" - } - }, - "hotchocolate.transport.abstractions": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.http": { - "type": "Project", - "dependencies": { - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets": { - "type": "Project", - "dependencies": { - "System.IO.Pipelines": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.transport.sockets.client": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )", - "HotChocolate.Transport.Abstractions": "[0.0.0, )", - "HotChocolate.Transport.Sockets": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "System.Collections.Immutable": "[8.0.0-rc.2.23479.6, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types": { - "type": "Project", - "dependencies": { - "HotChocolate.Abstractions": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "HotChocolate.Utilities": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.ObjectPool": "[8.0.0-rc.2.23480.2, )", - "System.ComponentModel.Annotations": "[5.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.types.cursorpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.mutations": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.offsetpagination": { - "type": "Project", - "dependencies": { - "HotChocolate.Execution": "[0.0.0, )", - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.scalars.upload": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )" - } - }, - "hotchocolate.types.shared": { - "type": "Project", - "dependencies": { - "HotChocolate.Language.SyntaxTree": "[0.0.0, )" - } - }, - "hotchocolate.utilities": { - "type": "Project" - }, - "hotchocolate.utilities.introspection": { - "type": "Project", - "dependencies": { - "HotChocolate.Language": "[0.0.0, )", - "HotChocolate.Transport.Http": "[0.0.0, )", - "HotChocolate.Types.Shared": "[0.0.0, )", - "System.Text.Json": "[8.0.0-rc.2.23479.6, )" - } - }, - "hotchocolate.validation": { - "type": "Project", - "dependencies": { - "HotChocolate.Types": "[0.0.0, )", - "Microsoft.Extensions.DependencyInjection.Abstractions": "[8.0.0-rc.2.23479.6, )", - "Microsoft.Extensions.Options": "[8.0.0-rc.2.23479.6, )" - } - } - } - } -} \ No newline at end of file diff --git a/src/HotChocolate/Stitching/test/Stitching.Tests/xunit.runner.json b/src/HotChocolate/Stitching/test/Stitching.Tests/xunit.runner.json deleted file mode 100644 index be381642fe3..00000000000 --- a/src/HotChocolate/Stitching/test/Stitching.Tests/xunit.runner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "appDomain": "denied", "maxParallelThreads": 2 -}